Trace number 4393939

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.106 4.8342 1.46836

General information on the benchmark

NameRcpsp/Rcpsp-m1-j120/
Rcpsp-j120-43-06.xml
MD5SUMb8ccca606c249b2a94d57c192d734d6e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark98
Best CPU time to get the best result obtained on this benchmark33.5552
Satisfiable
(Un)Satisfiability was proved
Number of variables122
Number of constraints261
Number of domains2
Minimum domain size1
Maximum domain size616
Distribution of domain sizes[{"size":1,"count":1},{"size":616,"count":121}]
Minimum variable degree3
Maximum variable degree7
Distribution of variable degrees[{"degree":3,"count":3},{"degree":4,"count":7},{"degree":5,"count":82},{"degree":6,"count":22},{"degree":7,"count":8}]
Minimum constraint arity2
Maximum constraint arity34
Distribution of constraint arities[{"arity":2,"count":257},{"arity":24,"count":1},{"arity":30,"count":1},{"arity":32,"count":1},{"arity":34,"count":1}]
Number of extensional constraints0
Number of intensional constraints257
Distribution of constraint types[{"type":"intension","count":257},{"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-4393939-1568431366.xml"  -tl '20160s' -p 8
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4393939-1568431366.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
2.58/1.01	c solve instance...
3.11/1.16	o 117 
3.67/1.21	o 114 
3.67/1.27	o 111 
4.29/1.30	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (63/104)
4.29/1.30		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
4.29/1.30		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
4.29/1.30		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
4.29/1.30		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
4.29/1.30		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
4.29/1.30	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (63/104)
4.29/1.30		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
4.29/1.30		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
4.29/1.30		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
4.29/1.30		at org.chocosolver.solver.Solver.repair(Solver.java:443)
4.29/1.30		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
4.29/1.30		at org.chocosolver.solver.Solver.solve(Solver.java:262)
4.29/1.30		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
4.29/1.30		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
4.29/1.30		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
4.29/1.30		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
4.29/1.30		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
4.29/1.30		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
4.29/1.30		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
4.29/1.30		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
4.29/1.30		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
4.29/1.30		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
4.29/1.30	o 110 
4.29/1.32	java.util.concurrent.ExecutionException: java.lang.ArrayIndexOutOfBoundsException
4.29/1.32		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
4.29/1.32		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
4.29/1.32		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
4.29/1.32		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
4.29/1.32		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
4.29/1.32	Caused by: java.lang.ArrayIndexOutOfBoundsException
4.29/1.32		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
4.29/1.32		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
4.29/1.32		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
4.29/1.32		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
4.29/1.32		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
4.29/1.32		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
4.29/1.32		... 4 more
4.29/1.32	Caused by: java.lang.ArrayIndexOutOfBoundsException
4.29/1.32		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
4.29/1.32		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
4.29/1.32		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
4.29/1.32		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
4.29/1.32		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
4.29/1.32		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
4.29/1.32		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
4.29/1.32		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
4.29/1.32		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
4.29/1.32		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
4.29/1.32		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
4.29/1.32		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
4.29/1.32		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
4.29/1.32		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
4.29/1.32		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
4.29/1.32		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
4.29/1.32		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
4.29/1.32		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
4.29/1.32	Caused by: java.lang.ArrayIndexOutOfBoundsException: Array index out of range: 0
4.29/1.32		at gnu.trove.list.array.TIntArrayList.get(TIntArrayList.java:281)
4.29/1.32		at org.chocosolver.solver.constraints.nary.cumulative.SweepCumulFilter.sweep(SweepCumulFilter.java:180)
4.29/1.32		at org.chocosolver.solver.constraints.nary.cumulative.SweepCumulFilter.filter(SweepCumulFilter.java:123)
4.29/1.32		at org.chocosolver.solver.constraints.nary.cumulative.DefaultCumulFilter.filter(DefaultCumulFilter.java:57)
4.29/1.32		at org.chocosolver.solver.constraints.nary.cumulative.PropCumulative.filter(PropCumulative.java:146)
4.29/1.32		at org.chocosolver.solver.constraints.nary.cumulative.PropGraphCumulative.filterAround(PropGraphCumulative.java:141)
4.29/1.32		at org.chocosolver.solver.constraints.nary.cumulative.PropGraphCumulative.propagate(PropGraphCumulative.java:100)
4.29/1.32		at org.chocosolver.solver.propagation.PropagationEngine.propagate(PropagationEngine.java:175)
4.29/1.32		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainBest.bound(IntDomainBest.java:102)
4.29/1.32		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainBest.selectValue(IntDomainBest.java:71)
4.29/1.32		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainLast.selectValue(IntDomainLast.java:84)
4.29/1.32		at org.chocosolver.solver.search.strategy.selectors.variables.DomOverWDeg.computeDecision(DomOverWDeg.java:127)
4.29/1.32		at org.chocosolver.solver.search.strategy.selectors.variables.DomOverWDeg.getDecision(DomOverWDeg.java:167)
4.29/1.32		at org.chocosolver.solver.search.strategy.strategy.LastConflict.getDecision(LastConflict.java:121)
4.29/1.32		at org.chocosolver.solver.search.loop.move.MoveBinaryDFS.extend(MoveBinaryDFS.java:62)
4.29/1.32		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:82)
4.29/1.32		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:82)
4.29/1.32		at org.chocosolver.solver.Solver.extend(Solver.java:421)
4.29/1.32		at org.chocosolver.solver.Solver.searchLoop(Solver.java:297)
4.29/1.32		at org.chocosolver.solver.Solver.solve(Solver.java:262)
4.29/1.32		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
4.29/1.32		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
4.29/1.32		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
4.29/1.32		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
4.29/1.32		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
4.29/1.32		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
4.29/1.32		... 4 more
4.29/1.32	o 108 
4.29/1.33	o 107 
4.29/1.36	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (114/131)
4.29/1.36		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
4.29/1.36		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
4.29/1.36		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
4.29/1.36		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
4.29/1.36		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
4.29/1.36	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (114/131)
4.29/1.36		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
4.29/1.36		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
4.29/1.36		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
4.29/1.36		at org.chocosolver.solver.Solver.repair(Solver.java:443)
4.29/1.36		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
4.29/1.36		at org.chocosolver.solver.Solver.solve(Solver.java:262)
4.29/1.36		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
4.29/1.36		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
4.29/1.36		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
4.29/1.36		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
4.29/1.36		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
4.29/1.36		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
4.29/1.36		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
4.29/1.36		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
4.29/1.36		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
4.29/1.36		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
4.29/1.36	o 106 
4.29/1.36	s OPTIMUM FOUND
4.29/1.36	v <instantiation>
4.29/1.36	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] s[32] s[33] s[34] s[35] s[36] s[37] s[38] s[39] s[40] s[41] s[42] s[43] s[44] s[45] s[46] s[47] s[48] s[49] s[50] s[51] s[52] s[53] s[54] s[55] s[56] s[57] s[58] s[59] s[60] s[61] s[62] s[63] s[64] s[65] s[66] s[67] s[68] s[69] s[70] s[71] s[72] s[73] s[74] s[75] s[76] s[77] s[78] s[79] s[80] s[81] s[82] s[83] s[84] s[85] s[86] s[87] s[88] s[89] s[90] s[91] s[92] s[93] s[94] s[95] s[96] s[97] s[98] s[99] s[100] s[101] s[102] s[103] s[104] s[105] s[106] s[107] s[108] s[109] s[110] s[111] s[112] s[113] s[114] s[115] s[116] s[117] s[118] s[119] s[120] s[121] </list>
4.29/1.36	v 	<values>0 0 0 0 4 4 7 6 8 5 12 16 5 14 13 14 13 14 4 19 15 8 19 9 25 8 20 16 17 15 7 22 15 29 16 25 17 19 22 25 34 22 36 26 45 25 32 35 29 25 32 39 35 43 44 49 54 22 24 36 25 36 27 54 47 54 52 26 45 16 37 46 62 29 49 47 27 44 60 52 58 58 60 52 42 54 62 64 66 66 67 54 67 75 54 45 48 62 76 67 80 65 64 75 75 84 67 85 76 70 87 85 78 85 95 71 89 91 102 93 95 106 </values>
4.29/1.36	v </instantiation>

Verifier Data

OK	106

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393939-1568431366/watcher-4393939-1568431366 -o /tmp/evaluation-result-4393939-1568431366/solver-4393939-1568431366 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node123-1568427739-4319 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 2074687058 HOME/instance-4393939-1568431366.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=5608, runsolver pid=5605
Current StackSize limit: 8192 KiB


[startup+0.100138 s]*
/proc/loadavg: 7.86 5.32 4.43 2/212 5629
/proc/meminfo: memFree=28070756/32770624 swapFree=66999932/67108860
[pid=5608] ppid=5605 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/5608/stat : 5608 (xcsp3-exec) S 5605 5608 4292 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419401501 115843072 363 33554432000 4194304 5098028 140728704601376 140728704599480 140155716973180 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 38907904 140728704607093 140728704607337 140728704607337 140728704610250 0
/proc/5608/statm: 28282 363 304 221 0 87 0
[pid=5610] ppid=5608 vsize=28227388 memory=30064 CPUtime=0.13 cores=0-7
/proc/5610/stat : 5610 (java) S 5608 5608 4292 0 -1 1077944320 5997 0 0 0 11 2 0 0 20 0 20 0 419401502 28904845312 7516 33554432000 4194304 4196468 140726233223488 140726233206032 139838013644535 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
/proc/5610/statm: 7056847 7516 3116 1 0 7019032 0
[pid=5610/tid=5611] ppid=5608 vsize=28227388 memory=1398722017469774279 CPUtime=0.09 cores=0-7
/proc/5610/task/5611/stat : 5611 (java) R 5608 5608 4292 0 -1 4202560 3893 0 0 0 8 1 0 0 20 0 20 0 419401502 28904845312 7516 33554432000 4194304 4196468 140726233223488 139838017880880 139837998818842 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5612] ppid=5608 vsize=28227388 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/5610/task/5612/stat : 5612 (java) S 5608 5608 4292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419401503 28904845312 7516 33554432000 4194304 4196468 140726233223488 139837966265232 139838013654741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5613] ppid=5608 vsize=28227388 memory=140572972512896 CPUtime=0 cores=0-7
/proc/5610/task/5613/stat : 5613 (java) S 5608 5608 4292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419401503 28904845312 7516 33554432000 4194304 4196468 140726233223488 139837965212432 139838013654741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5614] ppid=5608 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/5610/task/5614/stat : 5614 (java) S 5608 5608 4292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419401503 28904845312 7516 33554432000 4194304 4196468 140726233223488 139837964160144 139838013654741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5615] ppid=5608 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/5610/task/5615/stat : 5615 (java) S 5608 5608 4292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419401503 28904845312 7516 33554432000 4194304 4196468 140726233223488 139837963107344 139838013654741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5616] ppid=5608 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/5610/task/5616/stat : 5616 (java) S 5608 5608 4292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419401503 28904845312 7516 33554432000 4194304 4196468 140726233223488 139837560445328 139838013654741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5617] ppid=5608 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/5610/task/5617/stat : 5617 (java) S 5608 5608 4292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419401503 28904845312 7516 33554432000 4194304 4196468 140726233223488 139837559392528 139838013654741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5618] ppid=5608 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/5610/task/5618/stat : 5618 (java) S 5608 5608 4292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419401503 28904845312 7516 33554432000 4194304 4196468 140726233223488 139837558340240 139838013654741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5619] ppid=5608 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/5610/task/5619/stat : 5619 (java) S 5608 5608 4292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419401503 28904845312 7516 33554432000 4194304 4196468 140726233223488 139837557287440 139838013654741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5620] ppid=5608 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/5610/task/5620/stat : 5620 (java) S 5608 5608 4292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419401504 28904845312 7516 33554432000 4194304 4196468 140726233223488 139836276046448 139838013655682 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5621] ppid=5608 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/5610/task/5621/stat : 5621 (java) S 5608 5608 4292 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419401505 28904845312 7516 33554432000 4194304 4196468 140726233223488 139836274992416 139838013654741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5622] ppid=5608 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/5610/task/5622/stat : 5622 (java) S 5608 5608 4292 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419401505 28904845312 7516 33554432000 4194304 4196468 140726233223488 139836273940080 139838013654741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5623] ppid=5608 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/5610/task/5623/stat : 5623 (java) S 5608 5608 4292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419401507 28904845312 7516 33554432000 4194304 4196468 140726233223488 139836272888400 139838013663131 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5624] ppid=5608 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/5610/task/5624/stat : 5624 (java) R 5608 5608 4292 0 -1 4202560 302 0 0 0 0 0 0 0 20 0 20 0 419401507 28904845312 7516 33554432000 4194304 4196468 140726233223488 139836271835248 139838013656470 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5625] ppid=5608 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/5610/task/5625/stat : 5625 (java) S 5608 5608 4292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419401507 28904845312 7516 33554432000 4194304 4196468 140726233223488 139836270782448 139838013655682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5626] ppid=5608 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/5610/task/5626/stat : 5626 (java) S 5608 5608 4292 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 419401507 28904845312 7516 33554432000 4194304 4196468 140726233223488 139836269730160 139838013655682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5627] ppid=5608 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/5610/task/5627/stat : 5627 (java) R 5608 5608 4292 0 -1 4202560 367 0 0 0 2 0 0 0 20 0 20 0 419401507 28904845312 7516 33554432000 4194304 4196468 140726233223488 139836268677360 139838013665882 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5628] ppid=5608 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/5610/task/5628/stat : 5628 (java) S 5608 5608 4292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419401508 28904845312 7516 33554432000 4194304 4196468 140726233223488 139836267625312 139838013654741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5629] ppid=5608 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/5610/task/5629/stat : 5629 (java) S 5608 5608 4292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419401508 28904845312 7516 33554432000 4194304 4196468 140726233223488 139836266572592 139838013655682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 31516 KiB

[startup+0.210749 s]*
/proc/loadavg: 7.86 5.32 4.43 3/212 5629
/proc/meminfo: memFree=28046464/32770624 swapFree=66999932/67108860
[pid=5608] ppid=5605 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/5608/stat : 5608 (xcsp3-exec) S 5605 5608 4292 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419401501 115843072 363 33554432000 4194304 5098028 140728704601376 140728704599480 140155716973180 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 38907904 140728704607093 140728704607337 140728704607337 140728704610250 0
/proc/5608/statm: 28282 363 304 221 0 87 0
[pid=5610] ppid=5608 vsize=28227388 memory=41188 CPUtime=0.33 cores=0-7
/proc/5610/stat : 5610 (java) S 5608 5608 4292 0 -1 1077944320 9564 0 0 0 30 3 0 0 20 0 20 0 419401502 28904845312 10297 33554432000 4194304 4196468 140726233223488 140726233206032 139838013644535 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
/proc/5610/statm: 7056847 10297 3284 1 0 7019032 0
[pid=5610/tid=5611] ppid=5608 vsize=28227388 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/5610/task/5611/stat : 5611 (java) R 5608 5608 4292 0 -1 4202560 6708 0 0 0 18 2 0 0 20 0 20 0 419401502 28904845312 10297 33554432000 4194304 4196468 140726233223488 139838017881296 139837997725022 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5612] ppid=5608 vsize=28227388 memory=331 CPUtime=0 cores=0-7
/proc/5610/task/5612/stat : 5612 (java) S 5608 5608 4292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419401503 28904845312 10297 33554432000 4194304 4196468 140726233223488 139837966265232 139838013654741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5613] ppid=5608 vsize=28227388 memory=140572972522628 CPUtime=0 cores=0-7
/proc/5610/task/5613/stat : 5613 (java) S 5608 5608 4292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419401503 28904845312 10297 33554432000 4194304 4196468 140726233223488 139837965212432 139838013654741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5614] ppid=5608 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/5610/task/5614/stat : 5614 (java) S 5608 5608 4292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419401503 28904845312 10297 33554432000 4194304 4196468 140726233223488 139837964160144 139838013654741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5615] ppid=5608 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/5610/task/5615/stat : 5615 (java) S 5608 5608 4292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419401503 28904845312 10297 33554432000 4194304 4196468 140726233223488 139837963107344 139838013654741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5616] ppid=5608 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/5610/task/5616/stat : 5616 (java) S 5608 5608 4292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419401503 28904845312 10297 33554432000 4194304 4196468 140726233223488 139837560445328 139838013654741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5617] ppid=5608 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/5610/task/5617/stat : 5617 (java) S 5608 5608 4292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419401503 28904845312 10297 33554432000 4194304 4196468 140726233223488 139837559392528 139838013654741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5618] ppid=5608 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/5610/task/5618/stat : 5618 (java) S 5608 5608 4292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419401503 28904845312 10297 33554432000 4194304 4196468 140726233223488 139837558340240 139838013654741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5619] ppid=5608 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/5610/task/5619/stat : 5619 (java) S 5608 5608 4292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419401503 28904845312 10297 33554432000 4194304 4196468 140726233223488 139837557287440 139838013654741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5620] ppid=5608 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/5610/task/5620/stat : 5620 (java) S 5608 5608 4292 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 419401504 28904845312 10297 33554432000 4194304 4196468 140726233223488 139836276046448 139838013655682 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5621] ppid=5608 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/5610/task/5621/stat : 5621 (java) S 5608 5608 4292 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419401505 28904845312 10297 33554432000 4194304 4196468 140726233223488 139836274992416 139838013654741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5622] ppid=5608 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/5610/task/5622/stat : 5622 (java) S 5608 5608 4292 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419401505 28904845312 10297 33554432000 4194304 4196468 140726233223488 139836273940080 139838013654741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5623] ppid=5608 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/5610/task/5623/stat : 5623 (java) S 5608 5608 4292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419401507 28904845312 10297 33554432000 4194304 4196468 140726233223488 139836272888400 139838013663131 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5624] ppid=5608 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/5610/task/5624/stat : 5624 (java) S 5608 5608 4292 0 -1 1077944384 384 0 0 0 1 0 0 0 20 0 20 0 419401507 28904845312 10297 33554432000 4194304 4196468 140726233223488 139836271835248 139838013655682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5625] ppid=5608 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/5610/task/5625/stat : 5625 (java) S 5608 5608 4292 0 -1 1077944384 98 0 0 0 1 0 0 0 20 0 20 0 419401507 28904845312 10297 33554432000 4194304 4196468 140726233223488 139836270782448 139838013655682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5626] ppid=5608 vsize=28227388 memory=-1 CPUtime=0.01 cores=0-7
/proc/5610/task/5626/stat : 5626 (java) S 5608 5608 4292 0 -1 1077944384 303 0 0 0 1 0 0 0 20 0 20 0 419401507 28904845312 10297 33554432000 4194304 4196468 140726233223488 139836269730160 139838013655682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5627] ppid=5608 vsize=28227388 memory=-1 CPUtime=0.08 cores=0-7
/proc/5610/task/5627/stat : 5627 (java) S 5608 5608 4292 0 -1 1077944384 757 0 0 0 8 0 0 0 20 0 20 0 419401507 28904845312 10297 33554432000 4194304 4196468 140726233223488 139836268677360 139838013655682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5628] ppid=5608 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/5610/task/5628/stat : 5628 (java) S 5608 5608 4292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419401508 28904845312 10297 33554432000 4194304 4196468 140726233223488 139836267625312 139838013654741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5629] ppid=5608 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/5610/task/5629/stat : 5629 (java) S 5608 5608 4292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419401508 28904845312 10297 33554432000 4194304 4196468 140726233223488 139836266572592 139838013655682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42640 KiB

[startup+0.31054 s]*
/proc/loadavg: 7.86 5.32 4.43 3/212 5629
/proc/meminfo: memFree=28042956/32770624 swapFree=66999932/67108860
[pid=5608] ppid=5605 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/5608/stat : 5608 (xcsp3-exec) S 5605 5608 4292 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419401501 115843072 363 33554432000 4194304 5098028 140728704601376 140728704599480 140155716973180 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 38907904 140728704607093 140728704607337 140728704607337 140728704610250 0
/proc/5608/statm: 28282 363 304 221 0 87 0
[pid=5610] ppid=5608 vsize=28231644 memory=50568 CPUtime=0.53 cores=0-7
/proc/5610/stat : 5610 (java) S 5608 5608 4292 0 -1 1077944320 10939 0 0 0 48 5 0 0 20 0 20 0 419401502 28909203456 12638 33554432000 4194304 4196468 140726233223488 140726233206032 139838013644535 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
/proc/5610/statm: 7057911 12638 3367 1 0 7019032 0
[pid=5610/tid=5611] ppid=5608 vsize=28231644 memory=1398722017469774279 CPUtime=0.3 cores=0-7
/proc/5610/task/5611/stat : 5611 (java) R 5608 5608 4292 0 -1 4202560 7871 0 0 0 27 3 0 0 20 0 20 0 419401502 28909203456 12642 33554432000 4194304 4196468 140726233223488 139838017875648 139838013666461 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5612] ppid=5608 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/5610/task/5612/stat : 5612 (java) S 5608 5608 4292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419401503 28909203456 12642 33554432000 4194304 4196468 140726233223488 139837966265232 139838013654741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5613] ppid=5608 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/5610/task/5613/stat : 5613 (java) S 5608 5608 4292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419401503 28909203456 12642 33554432000 4194304 4196468 140726233223488 139837965212432 139838013654741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5614] ppid=5608 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/5610/task/5614/stat : 5614 (java) S 5608 5608 4292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419401503 28909203456 12642 33554432000 4194304 4196468 140726233223488 139837964160144 139838013654741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5615] ppid=5608 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/5610/task/5615/stat : 5615 (java) S 5608 5608 4292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419401503 28909203456 12642 33554432000 4194304 4196468 140726233223488 139837963107344 139838013654741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5616] ppid=5608 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/5610/task/5616/stat : 5616 (java) S 5608 5608 4292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419401503 28909203456 12642 33554432000 4194304 4196468 140726233223488 139837560445328 139838013654741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5617] ppid=5608 vsize=28231644 memory=140572870404783 CPUtime=0 cores=0-7
/proc/5610/task/5617/stat : 5617 (java) S 5608 5608 4292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419401503 28909203456 12642 33554432000 4194304 4196468 140726233223488 139837559392528 139838013654741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5618] ppid=5608 vsize=28231644 memory=140572870407088 CPUtime=0 cores=0-7
/proc/5610/task/5618/stat : 5618 (java) S 5608 5608 4292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419401503 28909203456 12642 33554432000 4194304 4196468 140726233223488 139837558340240 139838013654741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5619] ppid=5608 vsize=28231644 memory=140572870409392 CPUtime=0 cores=0-7
/proc/5610/task/5619/stat : 5619 (java) S 5608 5608 4292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419401503 28909203456 12642 33554432000 4194304 4196468 140726233223488 139837557287440 139838013654741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5620] ppid=5608 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/5610/task/5620/stat : 5620 (java) S 5608 5608 4292 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 419401504 28909203456 12642 33554432000 4194304 4196468 140726233223488 139836276046448 139838013655682 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5621] ppid=5608 vsize=28231644 memory=281145740832656 CPUtime=0 cores=0-7
/proc/5610/task/5621/stat : 5621 (java) S 5608 5608 4292 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419401505 28909203456 12642 33554432000 4194304 4196468 140726233223488 139836274992416 139838013654741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5622] ppid=5608 vsize=28231644 memory=281145740830352 CPUtime=0 cores=0-7
/proc/5610/task/5622/stat : 5622 (java) S 5608 5608 4292 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419401505 28909203456 12642 33554432000 4194304 4196468 140726233223488 139836273940080 139838013654741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5623] ppid=5608 vsize=28231644 memory=281145740837264 CPUtime=0 cores=0-7
/proc/5610/task/5623/stat : 5623 (java) S 5608 5608 4292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419401507 28909203456 12642 33554432000 4194304 4196468 140726233223488 139836272888400 139838013663131 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5624] ppid=5608 vsize=28231644 memory=281145740778544 CPUtime=0.03 cores=0-7
/proc/5610/task/5624/stat : 5624 (java) R 5608 5608 4292 0 -1 4202560 488 0 0 0 3 0 0 0 20 0 20 0 419401507 28909203456 12642 33554432000 4194304 4196468 140726233223488 139836271835248 139837995054543 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5625] ppid=5608 vsize=28231644 memory=281145740851088 CPUtime=0.02 cores=0-7
/proc/5610/task/5625/stat : 5625 (java) S 5608 5608 4292 0 -1 1077944384 100 0 0 0 2 0 0 0 20 0 20 0 419401507 28909203456 12642 33554432000 4194304 4196468 140726233223488 139836270782448 139838013655682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5626] ppid=5608 vsize=28231644 memory=281145740858000 CPUtime=0.02 cores=0-7
/proc/5610/task/5626/stat : 5626 (java) S 5608 5608 4292 0 -1 1077944384 334 0 0 0 2 0 0 0 20 0 20 0 419401507 28909203456 12642 33554432000 4194304 4196468 140726233223488 139836269730160 139838013655682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5627] ppid=5608 vsize=28231644 memory=281145740855696 CPUtime=0.12 cores=0-7
/proc/5610/task/5627/stat : 5627 (java) S 5608 5608 4292 0 -1 1077944384 848 0 0 0 12 0 0 0 20 0 20 0 419401507 28909203456 12642 33554432000 4194304 4196468 140726233223488 139836268677360 139838013655682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5628] ppid=5608 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/5610/task/5628/stat : 5628 (java) S 5608 5608 4292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419401508 28909203456 12642 33554432000 4194304 4196468 140726233223488 139836267625312 139838013654741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5629] ppid=5608 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/5610/task/5629/stat : 5629 (java) S 5608 5608 4292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419401508 28909203456 12642 33554432000 4194304 4196468 140726233223488 139836266572592 139838013655682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 52020 KiB

[startup+0.700981 s]
/proc/loadavg: 7.86 5.32 4.43 2/212 5629
/proc/meminfo: memFree=28043364/32770624 swapFree=66999932/67108860
[pid=5608] ppid=5605 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/5608/stat : 5608 (xcsp3-exec) S 5605 5608 4292 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419401501 115843072 363 33554432000 4194304 5098028 140728704601376 140728704599480 140155716973180 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 38907904 140728704607093 140728704607337 140728704607337 140728704610250 0
/proc/5608/statm: 28282 363 304 221 0 87 0
[pid=5610] ppid=5608 vsize=28233768 memory=81240 CPUtime=1.32 cores=0-7
/proc/5610/stat : 5610 (java) S 5608 5608 4292 0 -1 1077944320 15015 0 0 0 125 7 0 0 20 0 20 0 419401502 28911378432 20310 33554432000 4194304 4196468 140726233223488 140726233206032 139838013644535 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
/proc/5610/statm: 7058442 20310 3451 1 0 7019544 0
[pid=5610/tid=5611] ppid=5608 vsize=28233768 memory=0 CPUtime=0.6 cores=0-7
/proc/5610/task/5611/stat : 5611 (java) R 5608 5608 4292 0 -1 4202560 9271 0 0 0 56 4 0 0 20 0 20 0 419401502 28911378432 20310 33554432000 4194304 4196468 140726233223488 139838017873712 139838013666461 0 4 0 16800975 0 0 0 -1 6 0 0 7 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5612] ppid=5608 vsize=28233768 memory=140572870615920 CPUtime=0 cores=0-7
/proc/5610/task/5612/stat : 5612 (java) S 5608 5608 4292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419401503 28911378432 20310 33554432000 4194304 4196468 140726233223488 139837966265232 139838013654741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5613] ppid=5608 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/5610/task/5613/stat : 5613 (java) S 5608 5608 4292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419401503 28911378432 20310 33554432000 4194304 4196468 140726233223488 139837965212432 139838013654741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5614] ppid=5608 vsize=28233768 memory=776 CPUtime=0 cores=0-7
/proc/5610/task/5614/stat : 5614 (java) S 5608 5608 4292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419401503 28911378432 20310 33554432000 4194304 4196468 140726233223488 139837964160144 139838013654741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0

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


[startup+1.46832 s]
# the end of solver process 5608 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=4.69634 s, system=0.137857 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+0.801125 s]
/proc/loadavg: 7.86 5.32 4.43 2/212 5629
/proc/meminfo: memFree=28043364/32770624 swapFree=66999932/67108860
[pid=5608] ppid=5605 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/5608/stat : 5608 (xcsp3-exec) S 5605 5608 4292 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419401501 115843072 363 33554432000 4194304 5098028 140728704601376 140728704599480 140155716973180 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 38907904 140728704607093 140728704607337 140728704607337 140728704610250 0
/proc/5608/statm: 28282 363 304 221 0 87 0
[pid=5610] ppid=5608 vsize=28233768 memory=92996 CPUtime=1.69 cores=0-7
/proc/5610/stat : 5610 (java) S 5608 5608 4292 0 -1 1077944320 15435 0 0 0 162 7 0 0 20 0 20 0 419401502 28911378432 23249 33554432000 4194304 4196468 140726233223488 140726233206032 139838013644535 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
/proc/5610/statm: 7058442 23249 3451 1 0 7019544 0
[pid=5610/tid=5611] ppid=5608 vsize=28233768 memory=5988 CPUtime=0.7 cores=0-7
/proc/5610/task/5611/stat : 5611 (java) R 5608 5608 4292 0 -1 4202560 9323 0 0 0 66 4 0 0 20 0 20 0 419401502 28911378432 23249 33554432000 4194304 4196468 140726233223488 139838017879232 139838013656470 0 4 0 16800975 0 0 0 -1 6 0 0 7 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5612] ppid=5608 vsize=28233768 memory=1544 CPUtime=0 cores=0-7
/proc/5610/task/5612/stat : 5612 (java) S 5608 5608 4292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419401503 28911378432 23249 33554432000 4194304 4196468 140726233223488 139837966265232 139838013654741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5613] ppid=5608 vsize=28233768 memory=776 CPUtime=0 cores=0-7
/proc/5610/task/5613/stat : 5613 (java) S 5608 5608 4292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419401503 28911378432 23249 33554432000 4194304 4196468 140726233223488 139837965212432 139838013654741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5614] ppid=5608 vsize=28233768 memory=1056 CPUtime=0 cores=0-7
/proc/5610/task/5614/stat : 5614 (java) S 5608 5608 4292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419401503 28911378432 23249 33554432000 4194304 4196468 140726233223488 139837964160144 139838013654741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5615] ppid=5608 vsize=28233768 memory=7014751519650174545 CPUtime=0 cores=0-7
/proc/5610/task/5615/stat : 5615 (java) S 5608 5608 4292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419401503 28911378432 23249 33554432000 4194304 4196468 140726233223488 139837963107344 139838013654741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5616] ppid=5608 vsize=28233768 memory=7523378988805411172 CPUtime=0 cores=0-7
/proc/5610/task/5616/stat : 5616 (java) S 5608 5608 4292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419401503 28911378432 23249 33554432000 4194304 4196468 140726233223488 139837560445328 139838013654741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5617] ppid=5608 vsize=28233768 memory=7881696724453321575 CPUtime=0 cores=0-7
/proc/5610/task/5617/stat : 5617 (java) S 5608 5608 4292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419401503 28911378432 23249 33554432000 4194304 4196468 140726233223488 139837559392528 139838013654741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5618] ppid=5608 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/5610/task/5618/stat : 5618 (java) S 5608 5608 4292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419401503 28911378432 23249 33554432000 4194304 4196468 140726233223488 139837558340240 139838013654741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5619] ppid=5608 vsize=28233768 memory=33 CPUtime=0 cores=0-7
/proc/5610/task/5619/stat : 5619 (java) S 5608 5608 4292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419401503 28911378432 23249 33554432000 4194304 4196468 140726233223488 139837557287440 139838013654741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5620] ppid=5608 vsize=28233768 memory=6944656575208382560 CPUtime=0 cores=0-7
/proc/5610/task/5620/stat : 5620 (java) S 5608 5608 4292 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 419401504 28911378432 23249 33554432000 4194304 4196468 140726233223488 139836276046448 139838013655682 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5621] ppid=5608 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/5610/task/5621/stat : 5621 (java) S 5608 5608 4292 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419401505 28911378432 23249 33554432000 4194304 4196468 140726233223488 139836274992416 139838013654741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5622] ppid=5608 vsize=28233768 memory=6943526294502006880 CPUtime=0 cores=0-7
/proc/5610/task/5622/stat : 5622 (java) S 5608 5608 4292 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419401505 28911378432 23249 33554432000 4194304 4196468 140726233223488 139836273940080 139838013654741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5623] ppid=5608 vsize=28233768 memory=7518026621751088992 CPUtime=0 cores=0-7
/proc/5610/task/5623/stat : 5623 (java) S 5608 5608 4292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419401507 28911378432 23249 33554432000 4194304 4196468 140726233223488 139836272888400 139838013663131 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5624] ppid=5608 vsize=28233768 memory=7019257425709197167 CPUtime=0.16 cores=0-7
/proc/5610/task/5624/stat : 5624 (java) S 5608 5608 4292 0 -1 1077944384 759 0 0 0 15 1 0 0 20 0 20 0 419401507 28911378432 23249 33554432000 4194304 4196468 140726233223488 139836271835248 139838013655682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5625] ppid=5608 vsize=28233768 memory=7444843076533644388 CPUtime=0.17 cores=0-7
/proc/5610/task/5625/stat : 5625 (java) S 5608 5608 4292 0 -1 1077944384 671 0 0 0 17 0 0 0 20 0 20 0 419401507 28911378432 23249 33554432000 4194304 4196468 140726233223488 139836270782448 139838013655682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5626] ppid=5608 vsize=28233768 memory=5450909908396308010 CPUtime=0.19 cores=0-7
/proc/5610/task/5626/stat : 5626 (java) R 5608 5608 4292 0 -1 4202560 1133 0 0 0 19 0 0 0 20 0 20 0 419401507 28911378432 23249 33554432000 4194304 4196468 140726233223488 139836269714240 139838013665882 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5627] ppid=5608 vsize=28233768 memory=-9102473451428748661 CPUtime=0.43 cores=0-7
/proc/5610/task/5627/stat : 5627 (java) R 5608 5608 4292 0 -1 4202560 2234 0 0 0 43 0 0 0 20 0 20 0 419401507 28911378432 23249 33554432000 4194304 4196468 140726233223488 139836268673728 139838013658384 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5628] ppid=5608 vsize=28233768 memory=6944613755328037015 CPUtime=0 cores=0-7
/proc/5610/task/5628/stat : 5628 (java) S 5608 5608 4292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419401508 28911378432 23249 33554432000 4194304 4196468 140726233223488 139836267625312 139838013654741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5629] ppid=5608 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/5610/task/5629/stat : 5629 (java) S 5608 5608 4292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419401508 28911378432 23249 33554432000 4194304 4196468 140726233223488 139836266572592 139838013655682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
Current children cumulated CPU time: 1.69 s
Current children cumulated vsize: 28346896 KiB
Current children cumulated memory: 94448 KiB

[startup+1.20185 s]
/proc/loadavg: 7.86 5.32 4.43 5/212 5629
/proc/meminfo: memFree=27953508/32770624 swapFree=66999932/67108860
[pid=5608] ppid=5605 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/5608/stat : 5608 (xcsp3-exec) S 5605 5608 4292 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419401501 115843072 363 33554432000 4194304 5098028 140728704601376 140728704599480 140155716973180 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 38907904 140728704607093 140728704607337 140728704607337 140728704610250 0
/proc/5608/statm: 28282 363 304 221 0 87 0
[pid=5610] ppid=5608 vsize=28768328 memory=206572 CPUtime=3.67 cores=0-7
/proc/5610/stat : 5610 (java) S 5608 5608 4292 0 -1 1077944320 23788 0 0 0 356 11 0 0 20 0 28 0 419401502 29458767872 51643 33554432000 4194304 4196468 140726233223488 140726233206032 139838013644535 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
/proc/5610/statm: 7192082 51643 3466 1 0 7153184 0
[pid=5610/tid=5611] ppid=5608 vsize=28768328 memory=8112282956445269571 CPUtime=0.94 cores=0-7
/proc/5610/task/5611/stat : 5611 (java) S 5608 5608 4292 0 -1 1077944384 9521 0 0 0 89 5 0 0 20 0 28 0 419401502 29458767872 51643 33554432000 4194304 4196468 140726233223488 139838017885312 139838013654741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 7 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5612] ppid=5608 vsize=28768328 memory=288230621803970871 CPUtime=0 cores=0-7
/proc/5610/task/5612/stat : 5612 (java) S 5608 5608 4292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 419401503 29458767872 51643 33554432000 4194304 4196468 140726233223488 139837966265232 139838013654741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5613] ppid=5608 vsize=28768328 memory=15823304585906089 CPUtime=0 cores=0-7
/proc/5610/task/5613/stat : 5613 (java) S 5608 5608 4292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419401503 29458767872 51643 33554432000 4194304 4196468 140726233223488 139837965212432 139838013654741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5614] ppid=5608 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/5610/task/5614/stat : 5614 (java) S 5608 5608 4292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 419401503 29458767872 51643 33554432000 4194304 4196468 140726233223488 139837964160144 139838013654741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5615] ppid=5608 vsize=28768328 memory=6656426216303648864 CPUtime=0 cores=0-7
/proc/5610/task/5615/stat : 5615 (java) S 5608 5608 4292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 419401503 29458767872 51643 33554432000 4194304 4196468 140726233223488 139837963107344 139838013654741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5616] ppid=5608 vsize=28768328 memory=6656426216303648864 CPUtime=0 cores=0-7
/proc/5610/task/5616/stat : 5616 (java) S 5608 5608 4292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 419401503 29458767872 51643 33554432000 4194304 4196468 140726233223488 139837560445328 139838013654741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5617] ppid=5608 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/5610/task/5617/stat : 5617 (java) S 5608 5608 4292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419401503 29458767872 51643 33554432000 4194304 4196468 140726233223488 139837559392528 139838013654741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5618] ppid=5608 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/5610/task/5618/stat : 5618 (java) S 5608 5608 4292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 419401503 29458767872 51643 33554432000 4194304 4196468 140726233223488 139837558340240 139838013654741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5619] ppid=5608 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/5610/task/5619/stat : 5619 (java) S 5608 5608 4292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419401503 29458767872 51643 33554432000 4194304 4196468 140726233223488 139837557287440 139838013654741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5620] ppid=5608 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/5610/task/5620/stat : 5620 (java) S 5608 5608 4292 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 28 0 419401504 29458767872 51643 33554432000 4194304 4196468 140726233223488 139836276046448 139838013655682 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5621] ppid=5608 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/5610/task/5621/stat : 5621 (java) S 5608 5608 4292 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 419401505 29458767872 51643 33554432000 4194304 4196468 140726233223488 139836274992416 139838013654741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5622] ppid=5608 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/5610/task/5622/stat : 5622 (java) S 5608 5608 4292 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 419401505 29458767872 51643 33554432000 4194304 4196468 140726233223488 139836273940080 139838013654741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5623] ppid=5608 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/5610/task/5623/stat : 5623 (java) S 5608 5608 4292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419401507 29458767872 51643 33554432000 4194304 4196468 140726233223488 139836272888400 139838013663131 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5624] ppid=5608 vsize=28768328 memory=0 CPUtime=0.49 cores=0-7
/proc/5610/task/5624/stat : 5624 (java) R 5608 5608 4292 0 -1 4202560 2856 0 0 0 48 1 0 0 20 0 28 0 419401507 29458767872 51643 33554432000 4194304 4196468 140726233223488 139836271816264 139837997540547 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5625] ppid=5608 vsize=28768328 memory=288230574492221466 CPUtime=0.52 cores=0-7
/proc/5610/task/5625/stat : 5625 (java) R 5608 5608 4292 0 -1 4202560 2293 0 0 0 51 1 0 0 20 0 28 0 419401507 29458767872 51643 33554432000 4194304 4196468 140726233223488 139836270764152 139837998031189 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5626] ppid=5608 vsize=28768328 memory=0 CPUtime=0.53 cores=0-7
/proc/5610/task/5626/stat : 5626 (java) R 5608 5608 4292 0 -1 4202560 2796 0 0 0 53 0 0 0 20 0 28 0 419401507 29458767872 51643 33554432000 4194304 4196468 140726233223488 139836269711176 139837991661547 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5627] ppid=5608 vsize=28768328 memory=140572972513585 CPUtime=0.61 cores=0-7
/proc/5610/task/5627/stat : 5627 (java) R 5608 5608 4292 0 -1 4202560 3732 0 0 0 61 0 0 0 20 0 28 0 419401507 29458767872 51643 33554432000 4194304 4196468 140726233223488 139836268674296 139837992780006 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5628] ppid=5608 vsize=28768328 memory=6935649255759568960 CPUtime=0 cores=0-7
/proc/5610/task/5628/stat : 5628 (java) S 5608 5608 4292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419401508 29458767872 51643 33554432000 4194304 4196468 140726233223488 139836267625312 139838013654741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5629] ppid=5608 vsize=28768328 memory=6656426216303648864 CPUtime=0 cores=0-7
/proc/5610/task/5629/stat : 5629 (java) S 5608 5608 4292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 419401508 29458767872 51708 33554432000 4194304 4196468 140726233223488 139836266572592 139838013655682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
Current children cumulated CPU time: 3.67 s
Current children cumulated vsize: 28881456 KiB
Current children cumulated memory: 208024 KiB

[startup+1.40179 s]
/proc/loadavg: 7.86 5.32 4.43 5/212 5629
/proc/meminfo: memFree=27953508/32770624 swapFree=66999932/67108860
[pid=5608] ppid=5605 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/5608/stat : 5608 (xcsp3-exec) S 5605 5608 4292 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419401501 115843072 363 33554432000 4194304 5098028 140728704601376 140728704599480 140155716973180 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 38907904 140728704607093 140728704607337 140728704607337 140728704610250 0
/proc/5608/statm: 28282 363 304 221 0 87 0
[pid=5610] ppid=5608 vsize=28901456 memory=239936 CPUtime=4.76 cores=0-7
/proc/5610/stat : 5610 (java) S 5608 5608 4292 0 -1 1077944320 29192 0 0 0 464 12 0 0 20 0 19 0 419401502 29595090944 59984 33554432000 4194304 4196468 140726233223488 140726233206032 139838013644535 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
/proc/5610/statm: 7225364 59984 3468 1 0 7186466 0
[pid=5610/tid=5611] ppid=5608 vsize=28901456 memory=21348 CPUtime=0.95 cores=0-7
/proc/5610/task/5611/stat : 5611 (java) S 5608 5608 4292 0 -1 1077944384 9538 0 0 0 90 5 0 0 20 0 19 0 419401502 29595090944 59984 33554432000 4194304 4196468 140726233223488 139838017887376 139838013654741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 7 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5612] ppid=5608 vsize=28901456 memory=12024 CPUtime=0 cores=0-7
/proc/5610/task/5612/stat : 5612 (java) S 5608 5608 4292 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 19 0 419401503 29595090944 59984 33554432000 4194304 4196468 140726233223488 139837966265232 139838013654741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5613] ppid=5608 vsize=28901456 memory=2120 CPUtime=0 cores=0-7
/proc/5610/task/5613/stat : 5613 (java) S 5608 5608 4292 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 19 0 419401503 29595090944 59984 33554432000 4194304 4196468 140726233223488 139837965212432 139838013654741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5614] ppid=5608 vsize=28901456 memory=496 CPUtime=0 cores=0-7
/proc/5610/task/5614/stat : 5614 (java) S 5608 5608 4292 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 19 0 419401503 29595090944 59984 33554432000 4194304 4196468 140726233223488 139837964160144 139838013654741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5615] ppid=5608 vsize=28901456 memory=1560 CPUtime=0 cores=0-7
/proc/5610/task/5615/stat : 5615 (java) S 5608 5608 4292 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 19 0 419401503 29595090944 59984 33554432000 4194304 4196468 140726233223488 139837963107344 139838013654741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5616] ppid=5608 vsize=28901456 memory=932 CPUtime=0 cores=0-7
/proc/5610/task/5616/stat : 5616 (java) S 5608 5608 4292 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 19 0 419401503 29595090944 59984 33554432000 4194304 4196468 140726233223488 139837560445328 139838013654741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5617] ppid=5608 vsize=28901456 memory=1980 CPUtime=0 cores=0-7
/proc/5610/task/5617/stat : 5617 (java) S 5608 5608 4292 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 19 0 419401503 29595090944 59984 33554432000 4194304 4196468 140726233223488 139837559392528 139838013654741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5618] ppid=5608 vsize=28901456 memory=281145741515264 CPUtime=0 cores=0-7
/proc/5610/task/5618/stat : 5618 (java) S 5608 5608 4292 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 19 0 419401503 29595090944 59984 33554432000 4194304 4196468 140726233223488 139837558340240 139838013654741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5619] ppid=5608 vsize=28901456 memory=24086176607200 CPUtime=0 cores=0-7
/proc/5610/task/5619/stat : 5619 (java) S 5608 5608 4292 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 19 0 419401503 29595090944 59984 33554432000 4194304 4196468 140726233223488 139837557287440 139838013654741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5620] ppid=5608 vsize=28901456 memory=24086176607201 CPUtime=0 cores=0-7
/proc/5610/task/5620/stat : 5620 (java) S 5608 5608 4292 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 419401504 29595090944 59984 33554432000 4194304 4196468 140726233223488 139836276046656 139838013655682 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5621] ppid=5608 vsize=28901456 memory=24086176607202 CPUtime=0 cores=0-7
/proc/5610/task/5621/stat : 5621 (java) S 5608 5608 4292 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 419401505 29595090944 59984 33554432000 4194304 4196468 140726233223488 139836274992480 139838013654741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5622] ppid=5608 vsize=28901456 memory=24086176607203 CPUtime=0 cores=0-7
/proc/5610/task/5622/stat : 5622 (java) S 5608 5608 4292 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 419401505 29595090944 59984 33554432000 4194304 4196468 140726233223488 139836273940080 139838013654741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5623] ppid=5608 vsize=28901456 memory=24086176607204 CPUtime=0 cores=0-7
/proc/5610/task/5623/stat : 5623 (java) S 5608 5608 4292 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 419401507 29595090944 59984 33554432000 4194304 4196468 140726233223488 139836272888112 139838013654741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5624] ppid=5608 vsize=28901456 memory=24086176607205 CPUtime=0.61 cores=0-7
/proc/5610/task/5624/stat : 5624 (java) S 5608 5608 4292 0 -1 1077944384 4022 0 0 0 60 1 0 0 20 0 19 0 419401507 29595090944 59984 33554432000 4194304 4196468 140726233223488 139836271819760 139838013654741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5625] ppid=5608 vsize=28901456 memory=9857 CPUtime=0.66 cores=0-7
/proc/5610/task/5625/stat : 5625 (java) R 5608 5608 4292 0 -1 4202560 3307 0 0 0 65 1 0 0 20 0 19 0 419401507 29595090944 59984 33554432000 4194304 4196468 140726233223488 139836270768472 139837998752108 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5626] ppid=5608 vsize=28901456 memory=0 CPUtime=0.66 cores=0-7
/proc/5610/task/5626/stat : 5626 (java) S 5608 5608 4292 0 -1 1077944384 4257 0 0 0 66 0 0 0 20 0 19 0 419401507 29595090944 59984 33554432000 4194304 4196468 140726233223488 139836269714672 139838013654741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5627] ppid=5608 vsize=28901456 memory=0 CPUtime=0.69 cores=0-7
/proc/5610/task/5627/stat : 5627 (java) S 5608 5608 4292 0 -1 1077944384 4519 0 0 0 69 0 0 0 20 0 19 0 419401507 29595090944 59984 33554432000 4194304 4196468 140726233223488 139836268673792 139838013654741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
[pid=5610/tid=5628] ppid=5608 vsize=28901456 memory=0 CPUtime=0 cores=0-7
/proc/5610/task/5628/stat : 5628 (java) S 5608 5608 4292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 419401508 29595090944 59984 33554432000 4194304 4196468 140726233223488 139836267625312 139838013654741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30093312 140726233228266 140726233228438 140726233228438 140726233231311 0
Current children cumulated CPU time: 4.76 s
Current children cumulated vsize: 29014584 KiB
Current children cumulated memory: 241388 KiB

Child status: 0
Real time (s): 1.46836
CPU time (s): 4.8342
CPU user time (s): 4.69634
CPU system time (s): 0.137857
CPU usage (%): 329.225
Max. virtual memory (cumulated for all children) (KiB): 29014584
Max. memory (cumulated for all children) (KiB): 241388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.69634
system time used= 0.137857
maximum resident set size= 243024
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30364
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4787
involuntary context switches= 31


# summary of solver processes directly reported to runsolver:
#   pid: 5608
#   total CPU time (s): 4.8342
#   total CPU user time (s): 4.69634
#   total CPU system time (s): 0.137857

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.027954 second user time and 0.062954 second system time

The end

Launcher Data

Begin job on node123 at 2019-09-14 05:22:07
IDJOB=4393939
IDBENCH=129121
IDSOLVER=2841
FILE ID=node123/4393939-1568431366
RUNJOBID= node123-1568427739-4319
PBS_JOBID= 21702298
Free space on /tmp= 59184 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j120/Rcpsp-j120-43-06.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-4393939-1568431366/watcher-4393939-1568431366 -o /tmp/evaluation-result-4393939-1568431366/solver-4393939-1568431366 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node123-1568427739-4319 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 2074687058 HOME/instance-4393939-1568431366.xml

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

MD5SUM BENCH= b8ccca606c249b2a94d57c192d734d6e
RANDOM SEED=2074687058

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.49
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:        28088816 kB
MemAvailable:   31872024 kB
Buffers:          149164 kB
Cached:          3899280 kB
SwapCached:         7380 kB
Active:          1247120 kB
Inactive:        2814420 kB
Active(anon):       4796 kB
Inactive(anon):    49600 kB
Active(file):    1242324 kB
Inactive(file):  2764820 kB
Unevictable:      107224 kB
Mlocked:          107224 kB
SwapTotal:      67108860 kB
SwapFree:       66999932 kB
Dirty:             26180 kB
Writeback:             0 kB
AnonPages:        136576 kB
Mapped:            45172 kB
Shmem:             32684 kB
Slab:             214028 kB
SReclaimable:     183800 kB
SUnreclaim:        30228 kB
KernelStack:        3728 kB
PageTables:         5232 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     498168 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     90112 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

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