Trace number 4393938

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 2019-06-14 parallelWrong Opt.102 10.5656 1.94612

General information on the benchmark

NameRcpsp/Rcpsp-m1-j30/
Rcpsp-j30-29-02.xml
MD5SUMfbff45376af17ae2a145abecb1f2c180
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark90
Best CPU time to get the best result obtained on this benchmark324.466
Satisfiable
(Un)Satisfiability was proved
Number of variables32
Number of constraints62
Number of domains2
Minimum domain size1
Maximum domain size180
Distribution of domain sizes[{"size":1,"count":1},{"size":180,"count":31}]
Minimum variable degree3
Maximum variable degree9
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":1},{"degree":6,"count":1},{"degree":7,"count":10},{"degree":8,"count":17},{"degree":9,"count":2}]
Minimum constraint arity2
Maximum constraint arity30
Distribution of constraint arities[{"arity":2,"count":58},{"arity":30,"count":4}]
Number of extensional constraints0
Number of intensional constraints58
Distribution of constraint types[{"type":"intension","count":58},{"type":"cumulative","count":4}]
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-4393938-1568431373.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4393938-1568431373.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.29	c parse instance...
1.60/0.72	c solve instance...
2.17/0.84	o 109 
2.88/0.95	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (54/100)
2.88/0.95		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
2.88/0.95		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
2.88/0.95		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
2.88/0.95		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
2.88/0.95		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
2.88/0.95	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (54/100)
2.88/0.96		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
2.88/0.96		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
2.88/0.96		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
2.88/0.96		at org.chocosolver.solver.Solver.repair(Solver.java:443)
2.88/0.96		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
2.88/0.96		at org.chocosolver.solver.Solver.solve(Solver.java:262)
2.88/0.96		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
2.88/0.96		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
2.88/0.96		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
2.88/0.96		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
2.88/0.96		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
2.88/0.96		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
2.88/0.96		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
2.88/0.96		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
2.88/0.96		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
2.88/0.96		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
2.88/0.96	o 107 
3.60/1.01	java.util.concurrent.ExecutionException: java.lang.ArrayIndexOutOfBoundsException
3.60/1.01		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
3.60/1.01		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
3.60/1.01		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
3.60/1.01		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
3.60/1.01		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
3.60/1.01	Caused by: java.lang.ArrayIndexOutOfBoundsException
3.60/1.01		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
3.60/1.01		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
3.60/1.01		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
3.60/1.01		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
3.60/1.01		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
3.60/1.01		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
3.60/1.01		... 4 more
3.60/1.01	Caused by: java.lang.ArrayIndexOutOfBoundsException
3.60/1.01		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
3.60/1.01		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
3.60/1.01		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
3.60/1.01		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
3.60/1.01		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
3.60/1.01		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
3.60/1.01		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
3.60/1.01		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
3.60/1.01		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
3.60/1.01		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
3.60/1.01		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
3.60/1.01		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
3.60/1.01		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
3.60/1.01		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
3.60/1.01		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
3.60/1.01		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
3.60/1.01		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
3.60/1.01		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
3.60/1.01	Caused by: java.lang.ArrayIndexOutOfBoundsException: -1
3.60/1.01		at org.chocosolver.solver.variables.impl.AbstractVariable.getDindex(AbstractVariable.java:309)
3.60/1.01		at org.chocosolver.solver.propagation.PropagationEngine.schedule(PropagationEngine.java:289)
3.60/1.01		at org.chocosolver.solver.propagation.PropagationEngine.manageModifications(PropagationEngine.java:222)
3.60/1.01		at org.chocosolver.solver.propagation.PropagationEngine.propagate(PropagationEngine.java:181)
3.60/1.01		at org.chocosolver.solver.search.loop.propagate.PropagateBasic.execute(PropagateBasic.java:48)
3.60/1.01		at org.chocosolver.solver.Solver.propagate(Solver.java:403)
3.60/1.01		at org.chocosolver.solver.Solver.searchLoop(Solver.java:293)
3.60/1.01		at org.chocosolver.solver.Solver.solve(Solver.java:262)
3.60/1.01		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
3.60/1.01		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
3.60/1.01		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
3.60/1.01		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
3.60/1.01		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
3.60/1.01		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
3.60/1.01		... 4 more
3.60/1.01	o 103 
9.82/1.88	java.util.concurrent.ExecutionException: java.lang.NullPointerException
9.82/1.88		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
9.82/1.88		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
9.82/1.88		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
9.82/1.88		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
9.82/1.88		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
9.82/1.88	Caused by: java.lang.NullPointerException
9.82/1.88		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
9.82/1.88		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
9.82/1.88		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
9.82/1.88		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
9.82/1.88		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
9.82/1.88		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
9.82/1.88		... 4 more
9.82/1.88	Caused by: java.lang.NullPointerException
9.82/1.88		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
9.82/1.88		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
9.82/1.88		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
9.82/1.88		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
9.82/1.88		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
9.82/1.88		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
9.82/1.88		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
9.82/1.88		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
9.82/1.88		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
9.82/1.88		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
9.82/1.88		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
9.82/1.88		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
9.82/1.89		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
9.82/1.89		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
9.82/1.89		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
9.82/1.89		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
9.82/1.89		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
9.82/1.89		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
9.82/1.89	Caused by: java.lang.NullPointerException
9.82/1.89		at org.chocosolver.solver.propagation.PropagationEngine.schedule(PropagationEngine.java:278)
9.82/1.89		at org.chocosolver.solver.propagation.PropagationEngine.manageModifications(PropagationEngine.java:222)
9.82/1.89		at org.chocosolver.solver.propagation.PropagationEngine.propagate(PropagationEngine.java:164)
9.82/1.89		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainBest.bound(IntDomainBest.java:102)
9.82/1.89		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainBest.selectValue(IntDomainBest.java:71)
9.82/1.89		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainLast.selectValue(IntDomainLast.java:84)
9.82/1.89		at org.chocosolver.solver.search.strategy.selectors.variables.DomOverWDeg.computeDecision(DomOverWDeg.java:127)
9.82/1.89		at org.chocosolver.solver.search.strategy.selectors.variables.DomOverWDeg.getDecision(DomOverWDeg.java:167)
9.82/1.89		at org.chocosolver.solver.search.strategy.strategy.LastConflict.getDecision(LastConflict.java:121)
9.82/1.89		at org.chocosolver.solver.search.loop.move.MoveBinaryDFS.extend(MoveBinaryDFS.java:62)
9.82/1.89		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:82)
9.82/1.89		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:82)
9.82/1.89		at org.chocosolver.solver.Solver.extend(Solver.java:421)
9.82/1.89		at org.chocosolver.solver.Solver.searchLoop(Solver.java:297)
9.82/1.89		at org.chocosolver.solver.Solver.solve(Solver.java:262)
9.82/1.89		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
9.82/1.89		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
9.82/1.89		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
9.82/1.89		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
9.82/1.89		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
9.82/1.89		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
9.82/1.89		... 4 more
9.82/1.89	o 102 
9.82/1.89	s OPTIMUM FOUND
9.82/1.89	v <instantiation>
9.82/1.89	v 	<list>s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] s[25] s[26] s[27] s[28] s[29] s[30] s[31] </list>
9.82/1.89	v 	<values>0 1 47 1 7 11 11 40 23 25 31 24 41 54 72 40 60 19 50 68 62 68 78 65 73 32 79 82 65 96 88 102 </values>
9.82/1.89	v </instantiation>

Verifier Data

OK	102

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

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


[startup+0.100157 s]*
/proc/loadavg: 7.78 7.74 7.80 2/212 7993
/proc/meminfo: memFree=31253932/32770624 swapFree=67000536/67108860
[pid=7972] ppid=7969 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/7972/stat : 7972 (xcsp3-exec) S 7969 7972 6587 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 419051290 115843072 364 33554432000 4194304 5098028 140728244783536 140728244781640 140399359808124 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 23007232 140728244790134 140728244790377 140728244790377 140728244793290 0
/proc/7972/statm: 28282 364 305 221 0 87 0
[pid=7974] ppid=7972 vsize=28227388 memory=29192 CPUtime=0.12 cores=0-7
/proc/7974/stat : 7974 (java) S 7972 7972 6587 0 -1 1077944320 5699 0 0 0 11 1 0 0 20 0 20 0 419051290 28904845312 7298 33554432000 4194304 4196468 140734354403040 140734354385584 139629503532791 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
/proc/7974/statm: 7056847 7298 3150 1 0 7019032 0
[pid=7974/tid=7975] ppid=7972 vsize=28227388 memory=1398722017469774279 CPUtime=0.09 cores=0-7
/proc/7974/task/7975/stat : 7975 (java) R 7972 7972 6587 0 -1 4202560 3622 0 0 0 8 1 0 0 20 0 20 0 419051290 28904845312 7298 33554432000 4194304 4196468 140734354403040 139629507766064 139629136253533 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7976] ppid=7972 vsize=28227388 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/7974/task/7976/stat : 7976 (java) S 7972 7972 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419051291 28904845312 7298 33554432000 4194304 4196468 140734354403040 139629456152976 139629503542997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7977] ppid=7972 vsize=28227388 memory=140216011056768 CPUtime=0 cores=0-7
/proc/7974/task/7977/stat : 7977 (java) S 7972 7972 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419051291 28904845312 7298 33554432000 4194304 4196468 140734354403040 139629455100176 139629503542997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7978] ppid=7972 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7974/task/7978/stat : 7978 (java) S 7972 7972 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419051291 28904845312 7298 33554432000 4194304 4196468 140734354403040 139629053205136 139629503542997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7979] ppid=7972 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7974/task/7979/stat : 7979 (java) S 7972 7972 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419051291 28904845312 7298 33554432000 4194304 4196468 140734354403040 139629052152336 139629503542997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7980] ppid=7972 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7974/task/7980/stat : 7980 (java) S 7972 7972 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419051291 28904845312 7298 33554432000 4194304 4196468 140734354403040 139629051100048 139629503542997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7981] ppid=7972 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/7974/task/7981/stat : 7981 (java) S 7972 7972 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419051291 28904845312 7298 33554432000 4194304 4196468 140734354403040 139629050047248 139629503542997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7982] ppid=7972 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7974/task/7982/stat : 7982 (java) S 7972 7972 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419051291 28904845312 7298 33554432000 4194304 4196468 140734354403040 139629048994960 139629503542997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7983] ppid=7972 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7974/task/7983/stat : 7983 (java) S 7972 7972 6587 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419051291 28904845312 7298 33554432000 4194304 4196468 140734354403040 139629047942160 139629503542997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7984] ppid=7972 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7974/task/7984/stat : 7984 (java) S 7972 7972 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419051293 28904845312 7298 33554432000 4194304 4196468 140734354403040 139628754114672 139629503543938 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7985] ppid=7972 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7974/task/7985/stat : 7985 (java) S 7972 7972 6587 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419051293 28904845312 7298 33554432000 4194304 4196468 140734354403040 139628753060640 139629503542997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7986] ppid=7972 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7974/task/7986/stat : 7986 (java) S 7972 7972 6587 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419051294 28904845312 7298 33554432000 4194304 4196468 140734354403040 139628752008304 139629503542997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7987] ppid=7972 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7974/task/7987/stat : 7987 (java) S 7972 7972 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419051296 28904845312 7298 33554432000 4194304 4196468 140734354403040 139628750956624 139629503551387 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7988] ppid=7972 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7974/task/7988/stat : 7988 (java) S 7972 7972 6587 0 -1 1077944384 418 0 0 0 0 0 0 0 20 0 20 0 419051296 28904845312 7298 33554432000 4194304 4196468 140734354403040 139628749904496 139629503543938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7989] ppid=7972 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7974/task/7989/stat : 7989 (java) S 7972 7972 6587 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419051296 28904845312 7298 33554432000 4194304 4196468 140734354403040 139628748851696 139629503543938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7990] ppid=7972 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7974/task/7990/stat : 7990 (java) S 7972 7972 6587 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419051296 28904845312 7298 33554432000 4194304 4196468 140734354403040 139628747799408 139629503543938 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7991] ppid=7972 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/7974/task/7991/stat : 7991 (java) R 7972 7972 6587 0 -1 4202560 342 0 0 0 2 0 0 0 20 0 20 0 419051296 28904845312 7298 33554432000 4194304 4196468 140734354403040 139628746746608 139629503544726 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7992] ppid=7972 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7974/task/7992/stat : 7992 (java) S 7972 7972 6587 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419051296 28904845312 7298 33554432000 4194304 4196468 140734354403040 139628745693536 139629503542997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7993] ppid=7972 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/7974/task/7993/stat : 7993 (java) S 7972 7972 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419051297 28904845312 7298 33554432000 4194304 4196468 140734354403040 139628744640816 139629503543938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 30648 KiB

[startup+0.210607 s]*
/proc/loadavg: 7.78 7.74 7.80 3/212 7993
/proc/meminfo: memFree=31240308/32770624 swapFree=67000536/67108860
[pid=7972] ppid=7969 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/7972/stat : 7972 (xcsp3-exec) S 7969 7972 6587 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 419051290 115843072 364 33554432000 4194304 5098028 140728244783536 140728244781640 140399359808124 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 23007232 140728244790134 140728244790377 140728244790377 140728244793290 0
/proc/7972/statm: 28282 364 305 221 0 87 0
[pid=7974] ppid=7972 vsize=28227388 memory=41196 CPUtime=0.34 cores=0-7
/proc/7974/stat : 7974 (java) S 7972 7972 6587 0 -1 1077944320 9524 0 0 0 30 4 0 0 20 0 20 0 419051290 28904845312 10299 33554432000 4194304 4196468 140734354403040 140734354385584 139629503532791 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
/proc/7974/statm: 7056847 10299 3302 1 0 7019032 0
[pid=7974/tid=7975] ppid=7972 vsize=28227388 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/7974/task/7975/stat : 7975 (java) R 7972 7972 6587 0 -1 4202560 6640 0 0 0 17 3 0 0 20 0 20 0 419051290 28904845312 10299 33554432000 4194304 4196468 140734354403040 139629507765520 139629489213981 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7976] ppid=7972 vsize=28227388 memory=339 CPUtime=0 cores=0-7
/proc/7974/task/7976/stat : 7976 (java) S 7972 7972 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419051291 28904845312 10299 33554432000 4194304 4196468 140734354403040 139629456152976 139629503542997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7977] ppid=7972 vsize=28227388 memory=140216011066727 CPUtime=0 cores=0-7
/proc/7974/task/7977/stat : 7977 (java) S 7972 7972 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419051291 28904845312 10299 33554432000 4194304 4196468 140734354403040 139629455100176 139629503542997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7978] ppid=7972 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/7974/task/7978/stat : 7978 (java) S 7972 7972 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419051291 28904845312 10299 33554432000 4194304 4196468 140734354403040 139629053205136 139629503542997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7979] ppid=7972 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7974/task/7979/stat : 7979 (java) S 7972 7972 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419051291 28904845312 10299 33554432000 4194304 4196468 140734354403040 139629052152336 139629503542997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7980] ppid=7972 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7974/task/7980/stat : 7980 (java) S 7972 7972 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419051291 28904845312 10299 33554432000 4194304 4196468 140734354403040 139629051100048 139629503542997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7981] ppid=7972 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/7974/task/7981/stat : 7981 (java) S 7972 7972 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419051291 28904845312 10299 33554432000 4194304 4196468 140734354403040 139629050047248 139629503542997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7982] ppid=7972 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7974/task/7982/stat : 7982 (java) S 7972 7972 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419051291 28904845312 10299 33554432000 4194304 4196468 140734354403040 139629048994960 139629503542997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7983] ppid=7972 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7974/task/7983/stat : 7983 (java) S 7972 7972 6587 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419051291 28904845312 10299 33554432000 4194304 4196468 140734354403040 139629047942160 139629503542997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7984] ppid=7972 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7974/task/7984/stat : 7984 (java) S 7972 7972 6587 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 419051293 28904845312 10299 33554432000 4194304 4196468 140734354403040 139628754114672 139629503543938 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7985] ppid=7972 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7974/task/7985/stat : 7985 (java) S 7972 7972 6587 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419051293 28904845312 10299 33554432000 4194304 4196468 140734354403040 139628753060640 139629503542997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7986] ppid=7972 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7974/task/7986/stat : 7986 (java) S 7972 7972 6587 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419051294 28904845312 10299 33554432000 4194304 4196468 140734354403040 139628752008304 139629503542997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7987] ppid=7972 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7974/task/7987/stat : 7987 (java) S 7972 7972 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419051296 28904845312 10299 33554432000 4194304 4196468 140734354403040 139628750956624 139629503551387 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7988] ppid=7972 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/7974/task/7988/stat : 7988 (java) S 7972 7972 6587 0 -1 1077944384 648 0 0 0 1 0 0 0 20 0 20 0 419051296 28904845312 10299 33554432000 4194304 4196468 140734354403040 139628749904496 139629503543938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7989] ppid=7972 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/7974/task/7989/stat : 7989 (java) S 7972 7972 6587 0 -1 1077944384 114 0 0 0 2 0 0 0 20 0 20 0 419051296 28904845312 10299 33554432000 4194304 4196468 140734354403040 139628748851696 139629503543938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7990] ppid=7972 vsize=28227388 memory=-1 CPUtime=0.01 cores=0-7
/proc/7974/task/7990/stat : 7990 (java) S 7972 7972 6587 0 -1 1077944384 75 0 0 0 1 0 0 0 20 0 20 0 419051296 28904845312 10299 33554432000 4194304 4196468 140734354403040 139628747799408 139629503543938 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7991] ppid=7972 vsize=28227388 memory=-1 CPUtime=0.08 cores=0-7
/proc/7974/task/7991/stat : 7991 (java) S 7972 7972 6587 0 -1 1077944384 733 0 0 0 8 0 0 0 20 0 20 0 419051296 28904845312 10299 33554432000 4194304 4196468 140734354403040 139628746746608 139629503543938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7992] ppid=7972 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7974/task/7992/stat : 7992 (java) S 7972 7972 6587 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419051296 28904845312 10299 33554432000 4194304 4196468 140734354403040 139628745693536 139629503542997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7993] ppid=7972 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/7974/task/7993/stat : 7993 (java) S 7972 7972 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419051297 28904845312 10299 33554432000 4194304 4196468 140734354403040 139628744640816 139629503543938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42652 KiB

[startup+0.310342 s]*
/proc/loadavg: 7.78 7.74 7.80 3/212 7993
/proc/meminfo: memFree=31235828/32770624 swapFree=67000536/67108860
[pid=7972] ppid=7969 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/7972/stat : 7972 (xcsp3-exec) S 7969 7972 6587 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 419051290 115843072 364 33554432000 4194304 5098028 140728244783536 140728244781640 140399359808124 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 23007232 140728244790134 140728244790377 140728244790377 140728244793290 0
/proc/7972/statm: 28282 364 305 221 0 87 0
[pid=7974] ppid=7972 vsize=28231644 memory=49524 CPUtime=0.52 cores=0-7
/proc/7974/stat : 7974 (java) S 7972 7972 6587 0 -1 1077944320 10742 0 0 0 47 5 0 0 20 0 20 0 419051290 28909203456 12381 33554432000 4194304 4196468 140734354403040 140734354385584 139629503532791 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
/proc/7974/statm: 7057911 12381 3342 1 0 7019032 0
[pid=7974/tid=7975] ppid=7972 vsize=28231644 memory=1398722017469774279 CPUtime=0.29 cores=0-7
/proc/7974/task/7975/stat : 7975 (java) R 7972 7972 6587 0 -1 4202560 7705 0 0 0 26 3 0 0 20 0 20 0 419051290 28909203456 12381 33554432000 4194304 4196468 140734354403040 139629507763904 139629487613278 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7976] ppid=7972 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/7974/task/7976/stat : 7976 (java) S 7972 7972 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419051291 28909203456 12381 33554432000 4194304 4196468 140734354403040 139629456152976 139629503542997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7977] ppid=7972 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/7974/task/7977/stat : 7977 (java) S 7972 7972 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419051291 28909203456 12381 33554432000 4194304 4196468 140734354403040 139629455100176 139629503542997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7978] ppid=7972 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/7974/task/7978/stat : 7978 (java) S 7972 7972 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419051291 28909203456 12410 33554432000 4194304 4196468 140734354403040 139629053205136 139629503542997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7979] ppid=7972 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/7974/task/7979/stat : 7979 (java) S 7972 7972 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419051291 28909203456 12410 33554432000 4194304 4196468 140734354403040 139629052152336 139629503542997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7980] ppid=7972 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/7974/task/7980/stat : 7980 (java) S 7972 7972 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419051291 28909203456 12410 33554432000 4194304 4196468 140734354403040 139629051100048 139629503542997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7981] ppid=7972 vsize=28231644 memory=140215851248303 CPUtime=0 cores=0-7
/proc/7974/task/7981/stat : 7981 (java) S 7972 7972 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419051291 28909203456 12410 33554432000 4194304 4196468 140734354403040 139629050047248 139629503542997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7982] ppid=7972 vsize=28231644 memory=140215851250608 CPUtime=0 cores=0-7
/proc/7974/task/7982/stat : 7982 (java) S 7972 7972 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419051291 28909203456 12410 33554432000 4194304 4196468 140734354403040 139629048994960 139629503542997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7983] ppid=7972 vsize=28231644 memory=140215851252912 CPUtime=0 cores=0-7
/proc/7974/task/7983/stat : 7983 (java) S 7972 7972 6587 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419051291 28909203456 12410 33554432000 4194304 4196468 140734354403040 139629047942160 139629503542997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7984] ppid=7972 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/7974/task/7984/stat : 7984 (java) S 7972 7972 6587 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 419051293 28909203456 12410 33554432000 4194304 4196468 140734354403040 139628754114672 139629503543938 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7985] ppid=7972 vsize=28231644 memory=280431702519696 CPUtime=0 cores=0-7
/proc/7974/task/7985/stat : 7985 (java) S 7972 7972 6587 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419051293 28909203456 12410 33554432000 4194304 4196468 140734354403040 139628753060640 139629503542997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7986] ppid=7972 vsize=28231644 memory=280431702517392 CPUtime=0 cores=0-7
/proc/7974/task/7986/stat : 7986 (java) S 7972 7972 6587 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419051294 28909203456 12475 33554432000 4194304 4196468 140734354403040 139628752008304 139629503542997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7987] ppid=7972 vsize=28231644 memory=280431702524304 CPUtime=0 cores=0-7
/proc/7974/task/7987/stat : 7987 (java) S 7972 7972 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419051296 28909203456 12475 33554432000 4194304 4196468 140734354403040 139628750956624 139629503551387 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7988] ppid=7972 vsize=28231644 memory=280431702465584 CPUtime=0.01 cores=0-7
/proc/7974/task/7988/stat : 7988 (java) S 7972 7972 6587 0 -1 1077944384 668 0 0 0 1 0 0 0 20 0 20 0 419051296 28909203456 12475 33554432000 4194304 4196468 140734354403040 139628749904496 139629503543938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7989] ppid=7972 vsize=28231644 memory=280431702538128 CPUtime=0.03 cores=0-7
/proc/7974/task/7989/stat : 7989 (java) S 7972 7972 6587 0 -1 1077944384 125 0 0 0 3 0 0 0 20 0 20 0 419051296 28909203456 12475 33554432000 4194304 4196468 140734354403040 139628748851696 139629503543938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7990] ppid=7972 vsize=28231644 memory=280431702545040 CPUtime=0.02 cores=0-7
/proc/7974/task/7990/stat : 7990 (java) R 7972 7972 6587 0 -1 4202560 159 0 0 0 2 0 0 0 20 0 20 0 419051296 28909203456 12475 33554432000 4194304 4196468 140734354403040 139628747799408 139629484233088 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7991] ppid=7972 vsize=28231644 memory=280431702542736 CPUtime=0.12 cores=0-7
/proc/7974/task/7991/stat : 7991 (java) S 7972 7972 6587 0 -1 1077944384 823 0 0 0 12 0 0 0 20 0 20 0 419051296 28909203456 12475 33554432000 4194304 4196468 140734354403040 139628746746608 139629503543938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7992] ppid=7972 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/7974/task/7992/stat : 7992 (java) S 7972 7972 6587 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419051296 28909203456 12475 33554432000 4194304 4196468 140734354403040 139628745693536 139629503542997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7993] ppid=7972 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/7974/task/7993/stat : 7993 (java) S 7972 7972 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419051297 28909203456 12475 33554432000 4194304 4196468 140734354403040 139628744640816 139629503543938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 50980 KiB

[startup+0.702813 s]
/proc/loadavg: 7.78 7.74 7.80 4/212 7993
/proc/meminfo: memFree=31216120/32770624 swapFree=67000536/67108860
[pid=7972] ppid=7969 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/7972/stat : 7972 (xcsp3-exec) S 7969 7972 6587 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 419051290 115843072 364 33554432000 4194304 5098028 140728244783536 140728244781640 140399359808124 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 23007232 140728244790134 140728244790377 140728244790377 140728244793290 0
/proc/7972/statm: 28282 364 305 221 0 87 0
[pid=7974] ppid=7972 vsize=28233768 memory=88196 CPUtime=1.6 cores=0-7
/proc/7974/stat : 7974 (java) S 7972 7972 6587 0 -1 1077944320 15235 0 0 0 152 8 0 0 20 0 20 0 419051290 28911378432 22049 33554432000 4194304 4196468 140734354403040 140734354385584 139629503532791 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
/proc/7974/statm: 7058442 22049 3451 1 0 7019544 0
[pid=7974/tid=7975] ppid=7972 vsize=28233768 memory=0 CPUtime=0.67 cores=0-7
/proc/7974/task/7975/stat : 7975 (java) R 7972 7972 6587 0 -1 4202560 9359 0 0 0 62 5 0 0 20 0 20 0 419051290 28911378432 22049 33554432000 4194304 4196468 140734354403040 139629507768880 139629496210805 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7976] ppid=7972 vsize=28233768 memory=140215851459440 CPUtime=0 cores=0-7
/proc/7974/task/7976/stat : 7976 (java) S 7972 7972 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419051291 28911378432 22049 33554432000 4194304 4196468 140734354403040 139629456152976 139629503542997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7977] ppid=7972 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/7974/task/7977/stat : 7977 (java) S 7972 7972 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419051291 28911378432 22049 33554432000 4194304 4196468 140734354403040 139629455100176 139629503542997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7978] ppid=7972 vsize=28233768 memory=1056 CPUtime=0 cores=0-7
/proc/7974/task/7978/stat : 7978 (java) S 7972 7972 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419051291 28911378432 22049 33554432000 4194304 4196468 140734354403040 139629053205136 139629503542997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0

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

[pid=7972] ppid=7969 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/7972/stat : 7972 (xcsp3-exec) S 7969 7972 6587 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 419051290 115843072 364 33554432000 4194304 5098028 140728244783536 140728244781640 140399359808124 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 23007232 140728244790134 140728244790377 140728244790377 140728244793290 0
/proc/7972/statm: 28282 364 305 221 0 87 0
[pid=7974] ppid=7972 vsize=28968020 memory=208916 CPUtime=8.21 cores=0-7
/proc/7974/stat : 7974 (java) S 7972 7972 6587 0 -1 1077944320 26611 0 0 0 808 13 0 0 20 0 31 0 419051290 29663252480 52229 33554432000 4194304 4196468 140734354403040 140734354385584 139629503532791 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
/proc/7974/statm: 7242005 52229 3476 1 0 7203107 0
[pid=7974/tid=7975] ppid=7972 vsize=28968020 memory=7300735692364604752 CPUtime=0.72 cores=0-7
/proc/7974/task/7975/stat : 7975 (java) S 7972 7972 6587 0 -1 1077944384 9536 0 0 0 67 5 0 0 20 0 31 0 419051290 29663252480 52229 33554432000 4194304 4196468 140734354403040 139629507773568 139629503542997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7976] ppid=7972 vsize=28968020 memory=5 CPUtime=0 cores=0-7
/proc/7974/task/7976/stat : 7976 (java) S 7972 7972 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 31 0 419051291 29663252480 52229 33554432000 4194304 4196468 140734354403040 139629456152976 139629503542997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7977] ppid=7972 vsize=28968020 memory=140215851597557 CPUtime=0 cores=0-7
/proc/7974/task/7977/stat : 7977 (java) S 7972 7972 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 31 0 419051291 29663252480 52229 33554432000 4194304 4196468 140734354403040 139629455100176 139629503542997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7978] ppid=7972 vsize=28968020 memory=280431702903840 CPUtime=0 cores=0-7
/proc/7974/task/7978/stat : 7978 (java) S 7972 7972 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 31 0 419051291 29663252480 52229 33554432000 4194304 4196468 140734354403040 139629053205136 139629503542997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7979] ppid=7972 vsize=28968020 memory=0 CPUtime=0 cores=0-7
/proc/7974/task/7979/stat : 7979 (java) S 7972 7972 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 31 0 419051291 29663252480 52229 33554432000 4194304 4196468 140734354403040 139629052152336 139629503542997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7980] ppid=7972 vsize=28968020 memory=0 CPUtime=0 cores=0-7
/proc/7974/task/7980/stat : 7980 (java) S 7972 7972 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 31 0 419051291 29663252480 52229 33554432000 4194304 4196468 140734354403040 139629051100048 139629503542997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7981] ppid=7972 vsize=28968020 memory=0 CPUtime=0 cores=0-7
/proc/7974/task/7981/stat : 7981 (java) S 7972 7972 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 31 0 419051291 29663252480 52229 33554432000 4194304 4196468 140734354403040 139629050047248 139629503542997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7982] ppid=7972 vsize=28968020 memory=0 CPUtime=0 cores=0-7
/proc/7974/task/7982/stat : 7982 (java) S 7972 7972 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 31 0 419051291 29663252480 52229 33554432000 4194304 4196468 140734354403040 139629048994960 139629503542997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7983] ppid=7972 vsize=28968020 memory=0 CPUtime=0 cores=0-7
/proc/7974/task/7983/stat : 7983 (java) S 7972 7972 6587 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 31 0 419051291 29663252480 52229 33554432000 4194304 4196468 140734354403040 139629047942160 139629503542997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7984] ppid=7972 vsize=28968020 memory=0 CPUtime=0 cores=0-7
/proc/7974/task/7984/stat : 7984 (java) S 7972 7972 6587 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 31 0 419051293 29663252480 52229 33554432000 4194304 4196468 140734354403040 139628754114672 139629503543938 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7985] ppid=7972 vsize=28968020 memory=0 CPUtime=0 cores=0-7
/proc/7974/task/7985/stat : 7985 (java) S 7972 7972 6587 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 31 0 419051293 29663252480 52229 33554432000 4194304 4196468 140734354403040 139628753060640 139629503542997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7986] ppid=7972 vsize=28968020 memory=3616 CPUtime=0 cores=0-7
/proc/7974/task/7986/stat : 7986 (java) S 7972 7972 6587 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 31 0 419051294 29663252480 52229 33554432000 4194304 4196468 140734354403040 139628752008304 139629503542997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7987] ppid=7972 vsize=28968020 memory=0 CPUtime=0 cores=0-7
/proc/7974/task/7987/stat : 7987 (java) S 7972 7972 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 31 0 419051296 29663252480 52229 33554432000 4194304 4196468 140734354403040 139628750956624 139629503551387 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7988] ppid=7972 vsize=28968020 memory=140215851477664 CPUtime=0.78 cores=0-7
/proc/7974/task/7988/stat : 7988 (java) R 7972 7972 6587 0 -1 4202560 3853 0 0 0 77 1 0 0 20 0 31 0 419051296 29663252480 52229 33554432000 4194304 4196468 140734354403040 139628749890656 139629487007981 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7989] ppid=7972 vsize=28968020 memory=140215851477760 CPUtime=0.86 cores=0-7
/proc/7974/task/7989/stat : 7989 (java) R 7972 7972 6587 0 -1 4202560 4127 0 0 0 85 1 0 0 20 0 31 0 419051296 29663252480 52229 33554432000 4194304 4196468 140734354403040 139628748832320 139629486943663 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7990] ppid=7972 vsize=28968020 memory=140215851477856 CPUtime=0.77 cores=0-7
/proc/7974/task/7990/stat : 7990 (java) R 7972 7972 6587 0 -1 4202560 2354 0 0 0 77 0 0 0 20 0 31 0 419051296 29663252480 52229 33554432000 4194304 4196468 140734354403040 139628747785936 139629485053954 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7991] ppid=7972 vsize=28968020 memory=140215851477952 CPUtime=0.7 cores=0-7
/proc/7974/task/7991/stat : 7991 (java) S 7972 7972 6587 0 -1 1077944384 3993 0 0 0 69 1 0 0 20 0 31 0 419051296 29663252480 52229 33554432000 4194304 4196468 140734354403040 139628746746608 139629503543938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7992] ppid=7972 vsize=28968020 memory=140215851478048 CPUtime=0 cores=0-7
/proc/7974/task/7992/stat : 7992 (java) S 7972 7972 6587 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 31 0 419051296 29663252480 52229 33554432000 4194304 4196468 140734354403040 139628745693536 139629503542997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7993] ppid=7972 vsize=28968020 memory=280431702930624 CPUtime=0 cores=0-7
/proc/7974/task/7993/stat : 7993 (java) S 7972 7972 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 31 0 419051297 29663252480 52229 33554432000 4194304 4196468 140734354403040 139628744640816 139629503543938 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=8007] ppid=7972 vsize=28968020 memory=288230596050944315 CPUtime=0.61 cores=0-7
/proc/7974/task/8007/stat : 8007 (java) R 7972 7972 6587 0 -1 4202560 22 0 0 0 61 0 0 0 20 0 31 0 419051375 29663252480 52229 33554432000 4194304 4196468 140734354403040 139628733333512 139629141014572 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=8012] ppid=7972 vsize=28968020 memory=15540704344541603 CPUtime=0.37 cores=0-7
/proc/7974/task/8012/stat : 8012 (java) R 7972 7972 6587 0 -1 4202560 30 0 0 0 37 0 0 0 20 0 31 0 419051386 29663252480 52229 33554432000 4194304 4196468 140734354403040 139628727017912 139629485961342 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=8016] ppid=7972 vsize=28968020 memory=0 CPUtime=0.41 cores=0-7
/proc/7974/task/8016/stat : 8016 (java) R 7972 7972 6587 0 -1 4202560 78 0 0 0 41 0 0 0 20 0 31 0 419051386 29663252480 52229 33554432000 4194304 4196468 140734354403040 139628730177448 139629141043829 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
Current children cumulated CPU time: 8.21 s
Current children cumulated vsize: 29081148 KiB
Current children cumulated memory: 210372 KiB

[startup+1.8028 s]
/proc/loadavg: 7.78 7.74 7.80 12/221 8017
/proc/meminfo: memFree=31126476/32770624 swapFree=67000536/67108860
[pid=7972] ppid=7969 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/7972/stat : 7972 (xcsp3-exec) S 7969 7972 6587 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 419051290 115843072 364 33554432000 4194304 5098028 140728244783536 140728244781640 140399359808124 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 23007232 140728244790134 140728244790377 140728244790377 140728244793290 0
/proc/7972/statm: 28282 364 305 221 0 87 0
[pid=7974] ppid=7972 vsize=28968020 memory=212304 CPUtime=9.82 cores=0-7
/proc/7974/stat : 7974 (java) S 7972 7972 6587 0 -1 1077944320 29777 0 0 0 965 17 0 0 20 0 31 0 419051290 29663252480 53076 33554432000 4194304 4196468 140734354403040 140734354385584 139629503532791 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
/proc/7974/statm: 7242005 53076 3479 1 0 7203107 0
[pid=7974/tid=7975] ppid=7972 vsize=28968020 memory=0 CPUtime=0.72 cores=0-7
/proc/7974/task/7975/stat : 7975 (java) S 7972 7972 6587 0 -1 1077944384 9536 0 0 0 67 5 0 0 20 0 31 0 419051290 29663252480 53076 33554432000 4194304 4196468 140734354403040 139629507773568 139629503542997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7976] ppid=7972 vsize=28968020 memory=0 CPUtime=0 cores=0-7
/proc/7974/task/7976/stat : 7976 (java) S 7972 7972 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 31 0 419051291 29663252480 53076 33554432000 4194304 4196468 140734354403040 139629456152976 139629503542997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7977] ppid=7972 vsize=28968020 memory=55 CPUtime=0 cores=0-7
/proc/7974/task/7977/stat : 7977 (java) S 7972 7972 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 31 0 419051291 29663252480 53076 33554432000 4194304 4196468 140734354403040 139629455100176 139629503542997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7978] ppid=7972 vsize=28968020 memory=288230596050944315 CPUtime=0 cores=0-7
/proc/7974/task/7978/stat : 7978 (java) S 7972 7972 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 31 0 419051291 29663252480 53076 33554432000 4194304 4196468 140734354403040 139629053205136 139629503542997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7979] ppid=7972 vsize=28968020 memory=15540704344541603 CPUtime=0 cores=0-7
/proc/7974/task/7979/stat : 7979 (java) S 7972 7972 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 31 0 419051291 29663252480 53076 33554432000 4194304 4196468 140734354403040 139629052152336 139629503542997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7980] ppid=7972 vsize=28968020 memory=0 CPUtime=0 cores=0-7
/proc/7974/task/7980/stat : 7980 (java) S 7972 7972 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 31 0 419051291 29663252480 53076 33554432000 4194304 4196468 140734354403040 139629051100048 139629503542997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7981] ppid=7972 vsize=28968020 memory=6656426216303648864 CPUtime=0 cores=0-7
/proc/7974/task/7981/stat : 7981 (java) S 7972 7972 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 31 0 419051291 29663252480 53076 33554432000 4194304 4196468 140734354403040 139629050047248 139629503542997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7982] ppid=7972 vsize=28968020 memory=6656426216303648864 CPUtime=0 cores=0-7
/proc/7974/task/7982/stat : 7982 (java) S 7972 7972 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 31 0 419051291 29663252480 53076 33554432000 4194304 4196468 140734354403040 139629048994960 139629503542997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7983] ppid=7972 vsize=28968020 memory=0 CPUtime=0 cores=0-7
/proc/7974/task/7983/stat : 7983 (java) S 7972 7972 6587 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 31 0 419051291 29663252480 53076 33554432000 4194304 4196468 140734354403040 139629047942160 139629503542997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7984] ppid=7972 vsize=28968020 memory=0 CPUtime=0 cores=0-7
/proc/7974/task/7984/stat : 7984 (java) S 7972 7972 6587 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 31 0 419051293 29663252480 53076 33554432000 4194304 4196468 140734354403040 139628754114672 139629503543938 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7985] ppid=7972 vsize=28968020 memory=0 CPUtime=0 cores=0-7
/proc/7974/task/7985/stat : 7985 (java) S 7972 7972 6587 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 31 0 419051293 29663252480 53076 33554432000 4194304 4196468 140734354403040 139628753060640 139629503542997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7986] ppid=7972 vsize=28968020 memory=0 CPUtime=0 cores=0-7
/proc/7974/task/7986/stat : 7986 (java) S 7972 7972 6587 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 31 0 419051294 29663252480 53076 33554432000 4194304 4196468 140734354403040 139628752008304 139629503542997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7987] ppid=7972 vsize=28968020 memory=0 CPUtime=0 cores=0-7
/proc/7974/task/7987/stat : 7987 (java) S 7972 7972 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 31 0 419051296 29663252480 53076 33554432000 4194304 4196468 140734354403040 139628750956624 139629503551387 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7988] ppid=7972 vsize=28968020 memory=0 CPUtime=0.98 cores=0-7
/proc/7974/task/7988/stat : 7988 (java) R 7972 7972 6587 0 -1 4202560 4900 0 0 0 96 2 0 0 20 0 31 0 419051296 29663252480 53076 33554432000 4194304 4196468 140734354403040 139628749890656 139629485077752 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7989] ppid=7972 vsize=28968020 memory=0 CPUtime=1 cores=0-7
/proc/7974/task/7989/stat : 7989 (java) R 7972 7972 6587 0 -1 12591168 4962 0 0 0 99 1 0 0 20 0 31 0 419051296 29663252480 53076 33554432000 4194304 4196468 140734354403040 139628748838048 139629488652953 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7990] ppid=7972 vsize=28968020 memory=0 CPUtime=0.91 cores=0-7
/proc/7974/task/7990/stat : 7990 (java) R 7972 7972 6587 0 -1 4202560 3321 0 0 0 91 0 0 0 20 0 31 0 419051296 29663252480 53076 33554432000 4194304 4196468 140734354403040 139628747785432 139629483363412 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7991] ppid=7972 vsize=28968020 memory=0 CPUtime=0.72 cores=0-7
/proc/7974/task/7991/stat : 7991 (java) R 7972 7972 6587 0 -1 1077944384 4069 0 0 0 71 1 0 0 20 0 31 0 419051296 29663252480 53076 33554432000 4194304 4196468 140734354403040 139628746746608 139629503543938 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7992] ppid=7972 vsize=28968020 memory=7301858255031462249 CPUtime=0 cores=0-7
/proc/7974/task/7992/stat : 7992 (java) S 7972 7972 6587 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 31 0 419051296 29663252480 53076 33554432000 4194304 4196468 140734354403040 139628745693536 139629503542997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7993] ppid=7972 vsize=28968020 memory=7301858255031462249 CPUtime=0 cores=0-7
/proc/7974/task/7993/stat : 7993 (java) R 7972 7972 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 31 0 419051297 29663252480 53076 33554432000 4194304 4196468 140734354403040 139628744640816 139629503543938 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=8007] ppid=7972 vsize=28968020 memory=7301858255031462249 CPUtime=0.78 cores=0-7
/proc/7974/task/8007/stat : 8007 (java) R 7972 7972 6587 0 -1 4202560 44 0 0 0 78 0 0 0 20 0 31 0 419051375 29663252480 53076 33554432000 4194304 4196468 140734354403040 139628733333512 139629141503030 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=8012] ppid=7972 vsize=28968020 memory=7301858255031462249 CPUtime=0.47 cores=0-7
/proc/7974/task/8012/stat : 8012 (java) R 7972 7972 6587 0 -1 4202560 130 0 0 0 47 0 0 0 20 0 31 0 419051386 29663252480 53076 33554432000 4194304 4196468 140734354403040 139628727016376 139629140656560 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=8016] ppid=7972 vsize=28968020 memory=6154561843389622626 CPUtime=0.57 cores=0-7
/proc/7974/task/8016/stat : 8016 (java) R 7972 7972 6587 0 -1 4202560 145 0 0 0 57 0 0 0 20 0 31 0 419051386 29663252480 53076 33554432000 4194304 4196468 140734354403040 139628730175176 139629140707090 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
Current children cumulated CPU time: 9.82 s
Current children cumulated vsize: 29081148 KiB
Current children cumulated memory: 213760 KiB

[startup+1.90109 s]
/proc/loadavg: 7.78 7.74 7.80 12/221 8017
/proc/meminfo: memFree=31126476/32770624 swapFree=67000536/67108860
[pid=7972] ppid=7969 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/7972/stat : 7972 (xcsp3-exec) S 7969 7972 6587 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 419051290 115843072 364 33554432000 4194304 5098028 140728244783536 140728244781640 140399359808124 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 23007232 140728244790134 140728244790377 140728244790377 140728244793290 0
/proc/7972/statm: 28282 364 305 221 0 87 0
[pid=7974] ppid=7972 vsize=28968020 memory=222704 CPUtime=10.51 cores=0-7
/proc/7974/stat : 7974 (java) S 7972 7972 6587 0 -1 1077944320 35338 0 0 0 1031 20 0 0 20 0 19 0 419051290 29663252480 55676 33554432000 4194304 4196468 140734354403040 140734354385584 139629503532791 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
/proc/7974/statm: 7242005 55676 3503 1 0 7203107 0
[pid=7974/tid=7975] ppid=7972 vsize=28968020 memory=56 CPUtime=0.73 cores=0-7
/proc/7974/task/7975/stat : 7975 (java) S 7972 7972 6587 0 -1 1077944384 9575 0 0 0 67 6 0 0 20 0 19 0 419051290 29663252480 55676 33554432000 4194304 4196468 140734354403040 139629507775632 139629503542997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7976] ppid=7972 vsize=28968020 memory=13898 CPUtime=0 cores=0-7
/proc/7974/task/7976/stat : 7976 (java) S 7972 7972 6587 0 -1 1077944384 114 0 0 0 0 0 0 0 20 0 19 0 419051291 29663252480 55676 33554432000 4194304 4196468 140734354403040 139629456152976 139629503542997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7977] ppid=7972 vsize=28968020 memory=23402 CPUtime=0 cores=0-7
/proc/7974/task/7977/stat : 7977 (java) S 7972 7972 6587 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 19 0 419051291 29663252480 55676 33554432000 4194304 4196468 140734354403040 139629455100176 139629503542997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7978] ppid=7972 vsize=28968020 memory=0 CPUtime=0 cores=0-7
/proc/7974/task/7978/stat : 7978 (java) S 7972 7972 6587 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 419051291 29663252480 55676 33554432000 4194304 4196468 140734354403040 139629053205136 139629503542997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7979] ppid=7972 vsize=28968020 memory=56 CPUtime=0 cores=0-7
/proc/7974/task/7979/stat : 7979 (java) S 7972 7972 6587 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 19 0 419051291 29663252480 55676 33554432000 4194304 4196468 140734354403040 139629052152336 139629503542997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7980] ppid=7972 vsize=28968020 memory=0 CPUtime=0 cores=0-7
/proc/7974/task/7980/stat : 7980 (java) S 7972 7972 6587 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 19 0 419051291 29663252480 55676 33554432000 4194304 4196468 140734354403040 139629051100048 139629503542997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7981] ppid=7972 vsize=28968020 memory=0 CPUtime=0 cores=0-7
/proc/7974/task/7981/stat : 7981 (java) S 7972 7972 6587 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 19 0 419051291 29663252480 55676 33554432000 4194304 4196468 140734354403040 139629050047248 139629503542997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7982] ppid=7972 vsize=28968020 memory=0 CPUtime=0 cores=0-7
/proc/7974/task/7982/stat : 7982 (java) S 7972 7972 6587 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 419051291 29663252480 55676 33554432000 4194304 4196468 140734354403040 139629048994960 139629503542997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7983] ppid=7972 vsize=28968020 memory=0 CPUtime=0 cores=0-7
/proc/7974/task/7983/stat : 7983 (java) S 7972 7972 6587 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 19 0 419051291 29663252480 55676 33554432000 4194304 4196468 140734354403040 139629047942160 139629503542997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7984] ppid=7972 vsize=28968020 memory=0 CPUtime=0 cores=0-7
/proc/7974/task/7984/stat : 7984 (java) S 7972 7972 6587 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 19 0 419051293 29663252480 55676 33554432000 4194304 4196468 140734354403040 139628754114880 139629503543938 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7985] ppid=7972 vsize=28968020 memory=0 CPUtime=0 cores=0-7
/proc/7974/task/7985/stat : 7985 (java) S 7972 7972 6587 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 19 0 419051293 29663252480 55676 33554432000 4194304 4196468 140734354403040 139628753060640 139629503542997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7986] ppid=7972 vsize=28968020 memory=0 CPUtime=0 cores=0-7
/proc/7974/task/7986/stat : 7986 (java) S 7972 7972 6587 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 19 0 419051294 29663252480 55676 33554432000 4194304 4196468 140734354403040 139628752008304 139629503542997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7987] ppid=7972 vsize=28968020 memory=0 CPUtime=0 cores=0-7
/proc/7974/task/7987/stat : 7987 (java) S 7972 7972 6587 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 419051296 29663252480 55676 33554432000 4194304 4196468 140734354403040 139628750956272 139629503542997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7988] ppid=7972 vsize=28968020 memory=0 CPUtime=1.03 cores=0-7
/proc/7974/task/7988/stat : 7988 (java) R 7972 7972 6587 0 -1 12591168 6257 0 0 0 101 2 0 0 20 0 19 0 419051296 29663252480 55676 33554432000 4194304 4196468 140734354403040 139628749890656 139629485078333 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7989] ppid=7972 vsize=28968020 memory=0 CPUtime=1.05 cores=0-7
/proc/7974/task/7989/stat : 7989 (java) R 7972 7972 6587 0 -1 4202560 6946 0 0 0 103 2 0 0 20 0 19 0 419051296 29663252480 55676 33554432000 4194304 4196468 140734354403040 139628748837856 139629496638453 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7990] ppid=7972 vsize=28968020 memory=4580 CPUtime=0.96 cores=0-7
/proc/7974/task/7990/stat : 7990 (java) S 7972 7972 6587 0 -1 1077944384 3898 0 0 0 95 1 0 0 20 0 19 0 419051296 29663252480 55676 33554432000 4194304 4196468 140734354403040 139628747779808 139629503542997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7991] ppid=7972 vsize=28968020 memory=0 CPUtime=0.73 cores=0-7
/proc/7974/task/7991/stat : 7991 (java) S 7972 7972 6587 0 -1 1077944384 4572 0 0 0 72 1 0 0 20 0 19 0 419051296 29663252480 55676 33554432000 4194304 4196468 140734354403040 139628746741856 139629503542997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
[pid=7974/tid=7992] ppid=7972 vsize=28968020 memory=0 CPUtime=0 cores=0-7
/proc/7974/task/7992/stat : 7992 (java) S 7972 7972 6587 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 419051296 29663252480 55676 33554432000 4194304 4196468 140734354403040 139628745693536 139629503542997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21590016 140734354404330 140734354404502 140734354404502 140734354407375 0
Current children cumulated CPU time: 10.51 s
Current children cumulated vsize: 29081148 KiB
Current children cumulated memory: 224160 KiB

Child status: 0
Real time (s): 1.94612
CPU time (s): 10.5656
CPU user time (s): 10.3507
CPU system time (s): 0.214864
CPU usage (%): 542.905
Max. virtual memory (cumulated for all children) (KiB): 29081148
Max. memory (cumulated for all children) (KiB): 224160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.3507
system time used= 0.214864
maximum resident set size= 224148
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36729
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4622
involuntary context switches= 229


# summary of solver processes directly reported to runsolver:
#   pid: 7972
#   total CPU time (s): 10.5656
#   total CPU user time (s): 10.3507
#   total CPU system time (s): 0.214864

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.043618 second user time and 0.054802 second system time

The end

Launcher Data

Begin job on node146 at 2019-09-14 05:22:12
IDJOB=4393938
IDBENCH=129796
IDSOLVER=2841
FILE ID=node146/4393938-1568431373
RUNJOBID= node146-1568429502-6614
PBS_JOBID= 21702307
Free space on /tmp= 59032 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j30/Rcpsp-j30-29-02.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-4393938-1568431373/watcher-4393938-1568431373 -o /tmp/evaluation-result-4393938-1568431373/solver-4393938-1568431373 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node146-1568429502-6614 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 107807943 HOME/instance-4393938-1568431373.xml

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

MD5SUM BENCH= fbff45376af17ae2a145abecb1f2c180
RANDOM SEED=107807943

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31270356 kB
MemAvailable:   31880392 kB
Buffers:          186692 kB
Cached:           688460 kB
SwapCached:         4724 kB
Active:           503968 kB
Inactive:         377396 kB
Active(anon):      22512 kB
Inactive(anon):    21912 kB
Active(file):     481456 kB
Inactive(file):   355484 kB
Unevictable:      110128 kB
Mlocked:          110128 kB
SwapTotal:      67108860 kB
SwapFree:       67000536 kB
Dirty:             26028 kB
Writeback:            16 kB
AnonPages:        112796 kB
Mapped:            42360 kB
Shmem:             29884 kB
Slab:             208244 kB
SReclaimable:     177864 kB
SUnreclaim:        30380 kB
KernelStack:        3424 kB
PageTables:         5344 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     499196 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:      109952 kB
DirectMap2M:    33435648 kB

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