Trace number 4394556

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.41 42.1646 6.62528

General information on the benchmark

NamePrizeCollecting/PrizeCollecting-jok-s1/
PrizeCollecting-24-4-6-2.xml
MD5SUM6e9eac7fa543eb44f101d0276de9753d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark53
Best CPU time to get the best result obtained on this benchmark33.6249
Satisfiable
(Un)Satisfiability was proved
Number of variables72
Number of constraints97
Number of domains24
Minimum domain size3
Maximum domain size25
Distribution of domain sizes[{"size":3,"count":1},{"size":4,"count":8},{"size":5,"count":10},{"size":6,"count":5},{"size":25,"count":48}]
Minimum variable degree2
Maximum variable degree27
Distribution of variable degrees[{"degree":2,"count":24},{"degree":25,"count":23},{"degree":26,"count":1},{"degree":27,"count":24}]
Minimum constraint arity1
Maximum constraint arity25
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":48},{"arity":24,"count":24},{"arity":25,"count":24}]
Number of extensional constraints48
Number of intensional constraints25
Distribution of constraint types[{"type":"extension","count":48},{"type":"intension","count":25},{"type":"count","count":24}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4394556-1568430689.xml"  -tl '20160s' -p 8
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4394556-1568430689.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
5.20/1.81	c solve instance...
5.75/1.95	o -1000 
8.02/2.20	o -999 
8.81/2.33	o -6 
12.76/2.83	o 10 
12.76/2.84	o 14 
12.76/2.87	o 17 
12.76/2.88	o 21 
15.12/3.17	o 23 
16.63/3.40	o 25 
23.06/4.16	o 26 
24.37/4.33	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (131/133)
24.37/4.33		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
24.37/4.33		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
24.37/4.33		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
24.37/4.33		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
24.37/4.33		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
24.37/4.33	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (131/133)
24.37/4.33		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
24.37/4.33		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
24.37/4.33		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
24.37/4.33		at org.chocosolver.solver.Solver.repair(Solver.java:443)
24.37/4.33		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
24.37/4.33		at org.chocosolver.solver.Solver.solve(Solver.java:262)
24.37/4.33		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
24.37/4.33		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
24.37/4.33		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
24.37/4.33		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
24.37/4.33		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
24.37/4.33		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
24.37/4.33		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
24.37/4.33		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
24.37/4.33		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
24.37/4.33		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
24.37/4.33	o 31 
31.41/5.29	java.util.concurrent.ExecutionException: java.lang.ArrayIndexOutOfBoundsException
31.41/5.29		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
31.41/5.29		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
31.41/5.29		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
31.41/5.29		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
31.41/5.29		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
31.41/5.29	Caused by: java.lang.ArrayIndexOutOfBoundsException
31.41/5.29		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
31.41/5.29		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
31.41/5.29		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
31.41/5.29		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
31.41/5.29		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
31.41/5.29		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
31.41/5.29		... 4 more
32.19/5.30	Caused by: java.lang.ArrayIndexOutOfBoundsException
32.19/5.30		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
32.19/5.30		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
32.19/5.30		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
32.19/5.30		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
32.19/5.30		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
32.19/5.30		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
32.19/5.30		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
32.19/5.30		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
32.19/5.30		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
32.19/5.30		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
32.19/5.30		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
32.19/5.30		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
32.19/5.30		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
32.19/5.30		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
32.19/5.30		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
32.19/5.30		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
32.19/5.30		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
32.19/5.30		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
32.19/5.30	Caused by: java.lang.ArrayIndexOutOfBoundsException: 17
32.19/5.30		at org.chocosolver.solver.variables.impl.scheduler.IntEvtScheduler.hasNext(IntEvtScheduler.java:66)
32.19/5.30		at org.chocosolver.solver.propagation.PropagationEngine.schedule(PropagationEngine.java:287)
32.19/5.30		at org.chocosolver.solver.propagation.PropagationEngine.manageModifications(PropagationEngine.java:222)
32.19/5.30		at org.chocosolver.solver.propagation.PropagationEngine.propagate(PropagationEngine.java:181)
32.19/5.30		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainBest.bound(IntDomainBest.java:102)
32.19/5.30		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainBest.selectValue(IntDomainBest.java:71)
32.19/5.30		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainLast.selectValue(IntDomainLast.java:84)
32.19/5.30		at org.chocosolver.solver.search.strategy.selectors.variables.DomOverWDeg.computeDecision(DomOverWDeg.java:127)
32.19/5.30		at org.chocosolver.solver.search.strategy.selectors.variables.DomOverWDeg.getDecision(DomOverWDeg.java:167)
32.19/5.30		at org.chocosolver.solver.search.strategy.strategy.LastConflict.getDecision(LastConflict.java:121)
32.19/5.30		at org.chocosolver.solver.search.loop.move.MoveBinaryDFS.extend(MoveBinaryDFS.java:62)
32.19/5.30		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:82)
32.19/5.30		at org.chocosolver.solver.Solver.extend(Solver.java:421)
32.19/5.30		at org.chocosolver.solver.Solver.searchLoop(Solver.java:297)
32.19/5.30		at org.chocosolver.solver.Solver.solve(Solver.java:262)
32.19/5.30		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
32.19/5.30		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
32.19/5.30		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
32.19/5.30		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
32.19/5.30		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
32.19/5.30		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
32.19/5.30		... 4 more
32.19/5.30	o 37 
32.19/5.34	o 39 
39.31/6.24	o 40 
41.41/6.60	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (117/119)
41.41/6.60		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
41.41/6.60		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
41.41/6.60		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
41.41/6.60		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
41.41/6.60		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
41.41/6.60	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (117/119)
41.41/6.60		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
41.41/6.60		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
41.41/6.60		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
41.41/6.60		at org.chocosolver.solver.Solver.repair(Solver.java:443)
41.41/6.60		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
41.41/6.60		at org.chocosolver.solver.Solver.solve(Solver.java:262)
41.41/6.60		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
41.41/6.60		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
41.41/6.60		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
41.41/6.60		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
41.41/6.60		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
41.41/6.60		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
41.41/6.60		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
41.41/6.60		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
41.41/6.60		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
41.41/6.60		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
42.13/6.60	o 41 
42.13/6.60	s OPTIMUM FOUND
42.13/6.60	v <instantiation>
42.13/6.60	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] p[0] p[1] p[2] p[3] p[4] p[5] p[6] p[7] p[8] p[9] p[10] p[11] p[12] p[13] p[14] p[15] p[16] p[17] p[18] p[19] p[20] p[21] p[22] p[23] g[0] g[1] g[2] g[3] g[4] g[5] g[6] g[7] g[8] g[9] g[10] g[11] g[12] g[13] g[14] g[15] g[16] g[17] g[18] g[19] g[20] g[21] g[22] g[23] </list>
42.13/6.60	v 	<values>1 7 3 4 5 11 0 8 2 15 9 10 6 19 13 14 -1 -1 12 18 -1 -1 -1 -1 0 1 4 5 6 7 17 2 3 10 9 8 16 13 12 11 -1 -1 15 14 -1 -1 -1 -1 5 -3 8 8 0 3 -3 7 3 4 1 -3 3 -5 2 4 0 0 3 4 0 0 0 0 </values>
42.13/6.60	v </instantiation>

Verifier Data

OK	41

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4394556-1568430689/watcher-4394556-1568430689 -o /tmp/evaluation-result-4394556-1568430689/solver-4394556-1568430689 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node106-1568413091-12776 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 2017172155 HOME/instance-4394556-1568430689.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=19305, runsolver pid=19302
Current StackSize limit: 8192 KiB


[startup+0.100112 s]*
/proc/loadavg: 5.19 4.27 4.13 2/211 19326
/proc/meminfo: memFree=30608680/32770624 swapFree=66997684/67108860
[pid=19305] ppid=19302 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/19305/stat : 19305 (xcsp3-exec) S 19302 19305 12749 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419323518 115843072 363 33554432000 4194304 5098028 140731324457936 140731324456040 140538093818492 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 22982656 140731324461941 140731324462185 140731324462185 140731324465098 0
/proc/19305/statm: 28282 363 304 221 0 87 0
[pid=19307] ppid=19305 vsize=28227388 memory=29140 CPUtime=0.13 cores=0-7
/proc/19307/stat : 19307 (java) S 19305 19305 12749 0 -1 1077944320 5689 0 0 0 12 1 0 0 20 0 20 0 419323518 28904845312 7285 33554432000 4194304 4196468 140733754837872 140733754820416 140092297060087 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
/proc/19307/statm: 7056847 7285 3145 1 0 7019032 0
[pid=19307/tid=19308] ppid=19305 vsize=28227388 memory=576460756329955445 CPUtime=0.08 cores=0-7
/proc/19307/task/19308/stat : 19308 (java) R 19305 19305 12749 0 -1 4202560 3600 0 0 0 8 0 0 0 20 0 20 0 419323518 28904845312 7285 33554432000 4194304 4196468 140733754837872 140092301293360 140092297082013 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19309] ppid=19305 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19307/task/19309/stat : 19309 (java) S 19305 19305 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419323519 28904845312 7285 33554432000 4194304 4196468 140733754837872 140092249680656 140092297070293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19310] ppid=19305 vsize=28227388 memory=140338106111149 CPUtime=0 cores=0-7
/proc/19307/task/19310/stat : 19310 (java) S 19305 19305 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419323519 28904845312 7285 33554432000 4194304 4196468 140733754837872 140092248628112 140092297070293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19311] ppid=19305 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19307/task/19311/stat : 19311 (java) S 19305 19305 12749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419323519 28904845312 7285 33554432000 4194304 4196468 140733754837872 140092247575568 140092297070293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19312] ppid=19305 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19307/task/19312/stat : 19312 (java) S 19305 19305 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419323519 28904845312 7285 33554432000 4194304 4196468 140733754837872 140092246523024 140092297070293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19313] ppid=19305 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19307/task/19313/stat : 19313 (java) S 19305 19305 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419323519 28904845312 7285 33554432000 4194304 4196468 140733754837872 140092245469456 140092297070293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19314] ppid=19305 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/19307/task/19314/stat : 19314 (java) S 19305 19305 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419323519 28904845312 7285 33554432000 4194304 4196468 140733754837872 140092244416912 140092297070293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19315] ppid=19305 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19307/task/19315/stat : 19315 (java) S 19305 19305 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419323519 28904845312 7285 33554432000 4194304 4196468 140733754837872 140092243364368 140092297070293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19316] ppid=19305 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19307/task/19316/stat : 19316 (java) S 19305 19305 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419323519 28904845312 7285 33554432000 4194304 4196468 140733754837872 140092242311824 140092297070293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19317] ppid=19305 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19307/task/19317/stat : 19317 (java) S 19305 19305 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419323520 28904845312 7285 33554432000 4194304 4196468 140733754837872 140090944575984 140092297071234 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19318] ppid=19305 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19307/task/19318/stat : 19318 (java) S 19305 19305 12749 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419323521 28904845312 7285 33554432000 4194304 4196468 140733754837872 140090943522208 140092297070293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19319] ppid=19305 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19307/task/19319/stat : 19319 (java) S 19305 19305 12749 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419323521 28904845312 7285 33554432000 4194304 4196468 140733754837872 140090942469616 140092297070293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19320] ppid=19305 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19307/task/19320/stat : 19320 (java) S 19305 19305 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419323523 28904845312 7285 33554432000 4194304 4196468 140733754837872 140090941418192 140092297078683 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19321] ppid=19305 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19307/task/19321/stat : 19321 (java) S 19305 19305 12749 0 -1 1077944384 422 0 0 0 0 0 0 0 20 0 20 0 419323523 28904845312 7285 33554432000 4194304 4196468 140733754837872 140090940364784 140092297071234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19322] ppid=19305 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19307/task/19322/stat : 19322 (java) R 19305 19305 12749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419323523 28904845312 7285 33554432000 4194304 4196468 140733754837872 140090939312240 140092297071234 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19323] ppid=19305 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19307/task/19323/stat : 19323 (java) S 19305 19305 12749 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 419323523 28904845312 7285 33554432000 4194304 4196468 140733754837872 140090938259696 140092297071234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19324] ppid=19305 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/19307/task/19324/stat : 19324 (java) R 19305 19305 12749 0 -1 4202560 352 0 0 0 2 0 0 0 20 0 20 0 419323523 28904845312 7285 33554432000 4194304 4196468 140733754837872 140090937204688 140092297072022 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19325] ppid=19305 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19307/task/19325/stat : 19325 (java) S 19305 19305 12749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419323524 28904845312 7285 33554432000 4194304 4196468 140733754837872 140090936154848 140092297070293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19326] ppid=19305 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/19307/task/19326/stat : 19326 (java) S 19305 19305 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419323524 28904845312 7285 33554432000 4194304 4196468 140733754837872 140090935102384 140092297071234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 30592 KiB

[startup+0.210466 s]*
/proc/loadavg: 5.19 4.27 4.13 3/211 19326
/proc/meminfo: memFree=30596460/32770624 swapFree=66997684/67108860
[pid=19305] ppid=19302 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/19305/stat : 19305 (xcsp3-exec) S 19302 19305 12749 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419323518 115843072 363 33554432000 4194304 5098028 140731324457936 140731324456040 140538093818492 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 22982656 140731324461941 140731324462185 140731324462185 140731324465098 0
/proc/19305/statm: 28282 363 304 221 0 87 0
[pid=19307] ppid=19305 vsize=28227388 memory=40980 CPUtime=0.34 cores=0-7
/proc/19307/stat : 19307 (java) S 19305 19305 12749 0 -1 1077944320 9505 0 0 0 31 3 0 0 20 0 20 0 419323518 28904845312 10245 33554432000 4194304 4196468 140733754837872 140733754820416 140092297060087 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
/proc/19307/statm: 7056847 10245 3302 1 0 7019032 0
[pid=19307/tid=19308] ppid=19305 vsize=28227388 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/19307/task/19308/stat : 19308 (java) R 19305 19305 12749 0 -1 4202560 6636 0 0 0 18 2 0 0 20 0 20 0 419323518 28904845312 10245 33554432000 4194304 4196468 140733754837872 140092301293536 140092279467664 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19309] ppid=19305 vsize=28227388 memory=288230591823085922 CPUtime=0 cores=0-7
/proc/19307/task/19309/stat : 19309 (java) S 19305 19305 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419323519 28904845312 10245 33554432000 4194304 4196468 140733754837872 140092249680656 140092297070293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19310] ppid=19305 vsize=28227388 memory=3904821920923473568 CPUtime=0 cores=0-7
/proc/19307/task/19310/stat : 19310 (java) S 19305 19305 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419323519 28904845312 10245 33554432000 4194304 4196468 140733754837872 140092248628112 140092297070293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19311] ppid=19305 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/19307/task/19311/stat : 19311 (java) S 19305 19305 12749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419323519 28904845312 10245 33554432000 4194304 4196468 140733754837872 140092247575568 140092297070293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19312] ppid=19305 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19307/task/19312/stat : 19312 (java) S 19305 19305 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419323519 28904845312 10245 33554432000 4194304 4196468 140733754837872 140092246523024 140092297070293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19313] ppid=19305 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19307/task/19313/stat : 19313 (java) S 19305 19305 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419323519 28904845312 10245 33554432000 4194304 4196468 140733754837872 140092245469456 140092297070293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19314] ppid=19305 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/19307/task/19314/stat : 19314 (java) S 19305 19305 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419323519 28904845312 10245 33554432000 4194304 4196468 140733754837872 140092244416912 140092297070293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19315] ppid=19305 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19307/task/19315/stat : 19315 (java) S 19305 19305 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419323519 28904845312 10245 33554432000 4194304 4196468 140733754837872 140092243364368 140092297070293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19316] ppid=19305 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19307/task/19316/stat : 19316 (java) S 19305 19305 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419323519 28904845312 10245 33554432000 4194304 4196468 140733754837872 140092242311824 140092297070293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19317] ppid=19305 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19307/task/19317/stat : 19317 (java) S 19305 19305 12749 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 419323520 28904845312 10245 33554432000 4194304 4196468 140733754837872 140090944575984 140092297071234 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19318] ppid=19305 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19307/task/19318/stat : 19318 (java) S 19305 19305 12749 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419323521 28904845312 10245 33554432000 4194304 4196468 140733754837872 140090943522208 140092297070293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19319] ppid=19305 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19307/task/19319/stat : 19319 (java) S 19305 19305 12749 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419323521 28904845312 10245 33554432000 4194304 4196468 140733754837872 140090942469616 140092297070293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19320] ppid=19305 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19307/task/19320/stat : 19320 (java) S 19305 19305 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419323523 28904845312 10245 33554432000 4194304 4196468 140733754837872 140090941418192 140092297078683 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19321] ppid=19305 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/19307/task/19321/stat : 19321 (java) S 19305 19305 12749 0 -1 1077944384 717 0 0 0 2 0 0 0 20 0 20 0 419323523 28904845312 10245 33554432000 4194304 4196468 140733754837872 140090940364784 140092297071234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19322] ppid=19305 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19307/task/19322/stat : 19322 (java) S 19305 19305 12749 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 20 0 419323523 28904845312 10245 33554432000 4194304 4196468 140733754837872 140090939312240 140092297071234 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19323] ppid=19305 vsize=28227388 memory=-1 CPUtime=0.01 cores=0-7
/proc/19307/task/19323/stat : 19323 (java) S 19305 19305 12749 0 -1 1077944384 60 0 0 0 1 0 0 0 20 0 20 0 419323523 28904845312 10245 33554432000 4194304 4196468 140733754837872 140090938259696 140092297071234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19324] ppid=19305 vsize=28227388 memory=0 CPUtime=0.08 cores=0-7
/proc/19307/task/19324/stat : 19324 (java) R 19305 19305 12749 0 -1 4202560 767 0 0 0 8 0 0 0 20 0 20 0 419323523 28904845312 10245 33554432000 4194304 4196468 140733754837872 140090937207152 140092276009937 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19325] ppid=19305 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19307/task/19325/stat : 19325 (java) S 19305 19305 12749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419323524 28904845312 10245 33554432000 4194304 4196468 140733754837872 140090936154848 140092297070293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19326] ppid=19305 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/19307/task/19326/stat : 19326 (java) S 19305 19305 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419323524 28904845312 10245 33554432000 4194304 4196468 140733754837872 140090935102384 140092297071234 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42432 KiB

[startup+0.310298 s]*
/proc/loadavg: 5.19 4.27 4.13 4/211 19326
/proc/meminfo: memFree=30588372/32770624 swapFree=66997684/67108860
[pid=19305] ppid=19302 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/19305/stat : 19305 (xcsp3-exec) S 19302 19305 12749 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419323518 115843072 363 33554432000 4194304 5098028 140731324457936 140731324456040 140538093818492 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 22982656 140731324461941 140731324462185 140731324462185 140731324465098 0
/proc/19305/statm: 28282 363 304 221 0 87 0
[pid=19307] ppid=19305 vsize=28231644 memory=50080 CPUtime=0.52 cores=0-7
/proc/19307/stat : 19307 (java) S 19305 19305 12749 0 -1 1077944320 10895 0 0 0 49 3 0 0 20 0 20 0 419323518 28909203456 12520 33554432000 4194304 4196468 140733754837872 140733754820416 140092297060087 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
/proc/19307/statm: 7057911 12520 3359 1 0 7019032 0
[pid=19307/tid=19308] ppid=19305 vsize=28231644 memory=8317482817917895235 CPUtime=0.3 cores=0-7
/proc/19307/task/19308/stat : 19308 (java) R 19305 19305 12749 0 -1 4202560 7780 0 0 0 27 3 0 0 20 0 20 0 419323518 28909203456 12520 33554432000 4194304 4196468 140733754837872 140092301291200 140092281140574 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19309] ppid=19305 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/19307/task/19309/stat : 19309 (java) S 19305 19305 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419323519 28909203456 12520 33554432000 4194304 4196468 140733754837872 140092249680656 140092297070293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19310] ppid=19305 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/19307/task/19310/stat : 19310 (java) S 19305 19305 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419323519 28909203456 12520 33554432000 4194304 4196468 140733754837872 140092248628112 140092297070293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19311] ppid=19305 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/19307/task/19311/stat : 19311 (java) S 19305 19305 12749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419323519 28909203456 12520 33554432000 4194304 4196468 140733754837872 140092247575568 140092297070293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19312] ppid=19305 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/19307/task/19312/stat : 19312 (java) S 19305 19305 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419323519 28909203456 12520 33554432000 4194304 4196468 140733754837872 140092246523024 140092297070293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19313] ppid=19305 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/19307/task/19313/stat : 19313 (java) S 19305 19305 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419323519 28909203456 12520 33554432000 4194304 4196468 140733754837872 140092245469456 140092297070293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19314] ppid=19305 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/19307/task/19314/stat : 19314 (java) S 19305 19305 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419323519 28909203456 12520 33554432000 4194304 4196468 140733754837872 140092244416912 140092297070293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19315] ppid=19305 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/19307/task/19315/stat : 19315 (java) S 19305 19305 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419323519 28909203456 12520 33554432000 4194304 4196468 140733754837872 140092243364368 140092297070293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19316] ppid=19305 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/19307/task/19316/stat : 19316 (java) S 19305 19305 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419323519 28909203456 12520 33554432000 4194304 4196468 140733754837872 140092242311824 140092297070293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19317] ppid=19305 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/19307/task/19317/stat : 19317 (java) S 19305 19305 12749 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 419323520 28909203456 12520 33554432000 4194304 4196468 140733754837872 140090944575984 140092297071234 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19318] ppid=19305 vsize=28231644 memory=280675978780032 CPUtime=0 cores=0-7
/proc/19307/task/19318/stat : 19318 (java) S 19305 19305 12749 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419323521 28909203456 12520 33554432000 4194304 4196468 140733754837872 140090943522208 140092297070293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19319] ppid=19305 vsize=28231644 memory=280675978784640 CPUtime=0 cores=0-7
/proc/19307/task/19319/stat : 19319 (java) S 19305 19305 12749 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419323521 28909203456 12520 33554432000 4194304 4196468 140733754837872 140090942469616 140092297070293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19320] ppid=19305 vsize=28231644 memory=280675978789248 CPUtime=0 cores=0-7
/proc/19307/task/19320/stat : 19320 (java) S 19305 19305 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419323523 28909203456 12520 33554432000 4194304 4196468 140733754837872 140090941418192 140092297078683 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19321] ppid=19305 vsize=28231644 memory=280675978793856 CPUtime=0.04 cores=0-7
/proc/19307/task/19321/stat : 19321 (java) R 19305 19305 12749 0 -1 4202560 817 0 0 0 4 0 0 0 20 0 20 0 419323523 28909203456 12520 33554432000 4194304 4196468 140733754837872 140090940355168 140092278581424 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19322] ppid=19305 vsize=28231644 memory=280675978798464 CPUtime=0.01 cores=0-7
/proc/19307/task/19322/stat : 19322 (java) S 19305 19305 12749 0 -1 1077944384 60 0 0 0 1 0 0 0 20 0 20 0 419323523 28909203456 12520 33554432000 4194304 4196468 140733754837872 140090939312240 140092297071234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19323] ppid=19305 vsize=28231644 memory=280675978803072 CPUtime=0.02 cores=0-7
/proc/19307/task/19323/stat : 19323 (java) S 19305 19305 12749 0 -1 1077944384 71 0 0 0 2 0 0 0 20 0 20 0 419323523 28909203456 12520 33554432000 4194304 4196468 140733754837872 140090938259696 140092297071234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19324] ppid=19305 vsize=28231644 memory=280675978807680 CPUtime=0.12 cores=0-7
/proc/19307/task/19324/stat : 19324 (java) S 19305 19305 12749 0 -1 1077944384 855 0 0 0 12 0 0 0 20 0 20 0 419323523 28909203456 12520 33554432000 4194304 4196468 140733754837872 140090937207152 140092297071234 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19325] ppid=19305 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/19307/task/19325/stat : 19325 (java) S 19305 19305 12749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419323524 28909203456 12520 33554432000 4194304 4196468 140733754837872 140090936154848 140092297070293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19326] ppid=19305 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/19307/task/19326/stat : 19326 (java) S 19305 19305 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419323524 28909203456 12520 33554432000 4194304 4196468 140733754837872 140090935102384 140092297071234 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51532 KiB

[startup+0.700996 s]
/proc/loadavg: 5.19 4.27 4.13 5/211 19326
/proc/meminfo: memFree=30557368/32770624 swapFree=66997684/67108860
[pid=19305] ppid=19302 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/19305/stat : 19305 (xcsp3-exec) S 19302 19305 12749 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419323518 115843072 363 33554432000 4194304 5098028 140731324457936 140731324456040 140538093818492 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 22982656 140731324461941 140731324462185 140731324462185 140731324465098 0
/proc/19305/statm: 28282 363 304 221 0 87 0
[pid=19307] ppid=19305 vsize=28233768 memory=116656 CPUtime=1.98 cores=0-7
/proc/19307/stat : 19307 (java) S 19305 19305 12749 0 -1 1077944320 16216 0 0 0 192 6 0 0 20 0 20 0 419323518 28911378432 29164 33554432000 4194304 4196468 140733754837872 140733754820416 140092297060087 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
/proc/19307/statm: 7058442 29164 3446 1 0 7019544 0
[pid=19307/tid=19308] ppid=19305 vsize=28233768 memory=4580 CPUtime=0.67 cores=0-7
/proc/19307/task/19308/stat : 19308 (java) R 19305 19305 12749 0 -1 4202560 9124 0 0 0 63 4 0 0 20 0 20 0 419323518 28911378432 29164 33554432000 4194304 4196468 140733754837872 140092301295760 140091917893708 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19309] ppid=19305 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/19307/task/19309/stat : 19309 (java) S 19305 19305 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419323519 28911378432 29164 33554432000 4194304 4196468 140733754837872 140092249680656 140092297070293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19310] ppid=19305 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/19307/task/19310/stat : 19310 (java) S 19305 19305 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419323519 28911378432 29164 33554432000 4194304 4196468 140733754837872 140092248628112 140092297070293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19311] ppid=19305 vsize=28233768 memory=4008 CPUtime=0 cores=0-7
/proc/19307/task/19311/stat : 19311 (java) S 19305 19305 12749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419323519 28911378432 29164 33554432000 4194304 4196468 140733754837872 140092247575568 140092297070293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0

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

/proc/loadavg: 5.98 4.45 4.19 9/219 19438
/proc/meminfo: memFree=30154044/32770624 swapFree=66997684/67108860
[pid=19305] ppid=19302 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/19305/stat : 19305 (xcsp3-exec) S 19302 19305 12749 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419323518 115843072 363 33554432000 4194304 5098028 140731324457936 140731324456040 140538093818492 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 22982656 140731324461941 140731324462185 140731324462185 140731324465098 0
/proc/19305/statm: 28282 363 304 221 0 87 0
[pid=19307] ppid=19305 vsize=28834892 memory=484356 CPUtime=39.99 cores=0-7
/proc/19307/stat : 19307 (java) S 19305 19305 12749 0 -1 1077944320 47069 0 0 0 3937 62 0 0 20 0 28 0 419323518 29526929408 121089 33554432000 4194304 4196468 140733754837872 140733754820416 140092297060087 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
/proc/19307/statm: 7208723 121089 3538 1 0 7169825 0
[pid=19307/tid=19308] ppid=19305 vsize=28834892 memory=8 CPUtime=1.74 cores=0-7
/proc/19307/task/19308/stat : 19308 (java) S 19305 19305 12749 0 -1 1077944384 9814 0 0 0 166 8 0 0 20 0 28 0 419323518 29526929408 121089 33554432000 4194304 4196468 140733754837872 140092301300864 140092297070293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19309] ppid=19305 vsize=28834892 memory=6 CPUtime=0.08 cores=0-7
/proc/19307/task/19309/stat : 19309 (java) S 19305 19305 12749 0 -1 1077944384 211 0 0 0 4 4 0 0 20 0 28 0 419323519 29526929408 121089 33554432000 4194304 4196468 140733754837872 140092249680656 140092297070293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19310] ppid=19305 vsize=28834892 memory=8881 CPUtime=0.08 cores=0-7
/proc/19307/task/19310/stat : 19310 (java) S 19305 19305 12749 0 -1 1077944384 132 0 0 0 4 4 0 0 20 0 28 0 419323519 29526929408 121089 33554432000 4194304 4196468 140733754837872 140092248628112 140092297070293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19311] ppid=19305 vsize=28834892 memory=4420 CPUtime=0.06 cores=0-7
/proc/19307/task/19311/stat : 19311 (java) S 19305 19305 12749 0 -1 1077944384 175 0 0 0 3 3 0 0 20 0 28 0 419323519 29526929408 121089 33554432000 4194304 4196468 140733754837872 140092247575568 140092297070293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19312] ppid=19305 vsize=28834892 memory=6628 CPUtime=0.08 cores=0-7
/proc/19307/task/19312/stat : 19312 (java) S 19305 19305 12749 0 -1 1077944384 184 0 0 0 4 4 0 0 20 0 28 0 419323519 29526929408 121089 33554432000 4194304 4196468 140733754837872 140092246523024 140092297070293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19313] ppid=19305 vsize=28834892 memory=8836 CPUtime=0.07 cores=0-7
/proc/19307/task/19313/stat : 19313 (java) S 19305 19305 12749 0 -1 1077944384 123 0 0 0 3 4 0 0 20 0 28 0 419323519 29526929408 121089 33554432000 4194304 4196468 140733754837872 140092245469456 140092297070293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19314] ppid=19305 vsize=28834892 memory=6791534058613427641 CPUtime=0.08 cores=0-7
/proc/19307/task/19314/stat : 19314 (java) S 19305 19305 12749 0 -1 1077944384 158 0 0 0 4 4 0 0 20 0 28 0 419323519 29526929408 121089 33554432000 4194304 4196468 140733754837872 140092244416912 140092297070293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19315] ppid=19305 vsize=28834892 memory=26892 CPUtime=0.06 cores=0-7
/proc/19307/task/19315/stat : 19315 (java) S 19305 19305 12749 0 -1 1077944384 231 0 0 0 3 3 0 0 20 0 28 0 419323519 29526929408 121089 33554432000 4194304 4196468 140733754837872 140092243364368 140092297070293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19316] ppid=19305 vsize=28834892 memory=984 CPUtime=0.05 cores=0-7
/proc/19307/task/19316/stat : 19316 (java) S 19305 19305 12749 0 -1 1077944384 112 0 0 0 2 3 0 0 20 0 28 0 419323519 29526929408 121089 33554432000 4194304 4196468 140733754837872 140092242311824 140092297070293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19317] ppid=19305 vsize=28834892 memory=2024 CPUtime=0.01 cores=0-7
/proc/19307/task/19317/stat : 19317 (java) S 19305 19305 12749 0 -1 1077944384 608 0 0 0 1 0 0 0 20 0 28 0 419323520 29526929408 121089 33554432000 4194304 4196468 140733754837872 140090944575984 140092297071234 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19318] ppid=19305 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/19307/task/19318/stat : 19318 (java) S 19305 19305 12749 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 28 0 419323521 29526929408 121089 33554432000 4194304 4196468 140733754837872 140090943522272 140092297070293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19319] ppid=19305 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/19307/task/19319/stat : 19319 (java) S 19305 19305 12749 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 28 0 419323521 29526929408 121089 33554432000 4194304 4196468 140733754837872 140090942469632 140092297070293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19320] ppid=19305 vsize=28834892 memory=3624 CPUtime=0 cores=0-7
/proc/19307/task/19320/stat : 19320 (java) S 19305 19305 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419323523 29526929408 121089 33554432000 4194304 4196468 140733754837872 140090941418192 140092297078683 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19321] ppid=19305 vsize=28834892 memory=26892 CPUtime=2.98 cores=0-7
/proc/19307/task/19321/stat : 19321 (java) R 19305 19305 12749 0 -1 1077944384 7058 0 0 0 296 2 0 0 20 0 28 0 419323523 29526929408 121089 33554432000 4194304 4196468 140733754837872 140090940364784 140092297071234 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19322] ppid=19305 vsize=28834892 memory=984 CPUtime=2.88 cores=0-7
/proc/19307/task/19322/stat : 19322 (java) S 19305 19305 12749 0 -1 1077944384 7027 0 0 0 286 2 0 0 20 0 28 0 419323523 29526929408 121089 33554432000 4194304 4196468 140733754837872 140090939312240 140092297071234 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19323] ppid=19305 vsize=28834892 memory=2024 CPUtime=2.94 cores=0-7
/proc/19307/task/19323/stat : 19323 (java) R 19305 19305 12749 0 -1 4202560 9823 0 0 0 290 4 0 0 20 0 28 0 419323523 29526929408 121089 33554432000 4194304 4196468 140733754837872 140090938259696 140092276312713 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19324] ppid=19305 vsize=28834892 memory=1380 CPUtime=1.13 cores=0-7
/proc/19307/task/19324/stat : 19324 (java) S 19305 19305 12749 0 -1 1077944384 6030 0 0 0 111 2 0 0 20 0 28 0 419323523 29526929408 121089 33554432000 4194304 4196468 140733754837872 140090937207152 140092297071234 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19325] ppid=19305 vsize=28834892 memory=1128 CPUtime=0 cores=0-7
/proc/19307/task/19325/stat : 19325 (java) S 19305 19305 12749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419323524 29526929408 121089 33554432000 4194304 4196468 140733754837872 140090936154848 140092297070293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19326] ppid=19305 vsize=28834892 memory=772 CPUtime=0 cores=0-7
/proc/19307/task/19326/stat : 19326 (java) S 19305 19305 12749 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 28 0 419323524 29526929408 121089 33554432000 4194304 4196468 140733754837872 140090935102384 140092297071234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
Current children cumulated CPU time: 39.99 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 485808 KiB

[startup+6.62523 s]
# the end of solver process 19305 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=41.5253 s, system=0.639269 s

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

[startup+6.4017 s]
/proc/loadavg: 5.98 4.45 4.19 9/219 19438
/proc/meminfo: memFree=30154044/32770624 swapFree=66997684/67108860
[pid=19305] ppid=19302 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/19305/stat : 19305 (xcsp3-exec) S 19302 19305 12749 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419323518 115843072 363 33554432000 4194304 5098028 140731324457936 140731324456040 140538093818492 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 22982656 140731324461941 140731324462185 140731324462185 140731324465098 0
/proc/19305/statm: 28282 363 304 221 0 87 0
[pid=19307] ppid=19305 vsize=28834892 memory=484356 CPUtime=40.7 cores=0-7
/proc/19307/stat : 19307 (java) S 19305 19305 12749 0 -1 1077944320 47069 0 0 0 4008 62 0 0 20 0 28 0 419323518 29526929408 121089 33554432000 4194304 4196468 140733754837872 140733754820416 140092297060087 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
/proc/19307/statm: 7208723 121089 3538 1 0 7169825 0
[pid=19307/tid=19308] ppid=19305 vsize=28834892 memory=6791534058613427641 CPUtime=1.74 cores=0-7
/proc/19307/task/19308/stat : 19308 (java) S 19305 19305 12749 0 -1 1077944384 9814 0 0 0 166 8 0 0 20 0 28 0 419323518 29526929408 121089 33554432000 4194304 4196468 140733754837872 140092301300864 140092297070293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19309] ppid=19305 vsize=28834892 memory=2670038 CPUtime=0.08 cores=0-7
/proc/19307/task/19309/stat : 19309 (java) S 19305 19305 12749 0 -1 1077944384 211 0 0 0 4 4 0 0 20 0 28 0 419323519 29526929408 121089 33554432000 4194304 4196468 140733754837872 140092249680656 140092297070293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19310] ppid=19305 vsize=28834892 memory=2671448 CPUtime=0.08 cores=0-7
/proc/19307/task/19310/stat : 19310 (java) S 19305 19305 12749 0 -1 1077944384 132 0 0 0 4 4 0 0 20 0 28 0 419323519 29526929408 121089 33554432000 4194304 4196468 140733754837872 140092248628112 140092297070293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19311] ppid=19305 vsize=28834892 memory=280675979029824 CPUtime=0.06 cores=0-7
/proc/19307/task/19311/stat : 19311 (java) S 19305 19305 12749 0 -1 1077944384 175 0 0 0 3 3 0 0 20 0 28 0 419323519 29526929408 121089 33554432000 4194304 4196468 140733754837872 140092247575568 140092297070293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19312] ppid=19305 vsize=28834892 memory=0 CPUtime=0.08 cores=0-7
/proc/19307/task/19312/stat : 19312 (java) S 19305 19305 12749 0 -1 1077944384 184 0 0 0 4 4 0 0 20 0 28 0 419323519 29526929408 121089 33554432000 4194304 4196468 140733754837872 140092246523024 140092297070293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19313] ppid=19305 vsize=28834892 memory=0 CPUtime=0.07 cores=0-7
/proc/19307/task/19313/stat : 19313 (java) S 19305 19305 12749 0 -1 1077944384 123 0 0 0 3 4 0 0 20 0 28 0 419323519 29526929408 121089 33554432000 4194304 4196468 140733754837872 140092245469456 140092297070293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19314] ppid=19305 vsize=28834892 memory=0 CPUtime=0.08 cores=0-7
/proc/19307/task/19314/stat : 19314 (java) S 19305 19305 12749 0 -1 1077944384 158 0 0 0 4 4 0 0 20 0 28 0 419323519 29526929408 121089 33554432000 4194304 4196468 140733754837872 140092244416912 140092297070293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19315] ppid=19305 vsize=28834892 memory=0 CPUtime=0.06 cores=0-7
/proc/19307/task/19315/stat : 19315 (java) S 19305 19305 12749 0 -1 1077944384 231 0 0 0 3 3 0 0 20 0 28 0 419323519 29526929408 121089 33554432000 4194304 4196468 140733754837872 140092243364368 140092297070293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19316] ppid=19305 vsize=28834892 memory=0 CPUtime=0.05 cores=0-7
/proc/19307/task/19316/stat : 19316 (java) S 19305 19305 12749 0 -1 1077944384 112 0 0 0 2 3 0 0 20 0 28 0 419323519 29526929408 121089 33554432000 4194304 4196468 140733754837872 140092242311824 140092297070293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19317] ppid=19305 vsize=28834892 memory=0 CPUtime=0.01 cores=0-7
/proc/19307/task/19317/stat : 19317 (java) S 19305 19305 12749 0 -1 1077944384 608 0 0 0 1 0 0 0 20 0 28 0 419323520 29526929408 121089 33554432000 4194304 4196468 140733754837872 140090944575984 140092297071234 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19318] ppid=19305 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/19307/task/19318/stat : 19318 (java) S 19305 19305 12749 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 28 0 419323521 29526929408 121089 33554432000 4194304 4196468 140733754837872 140090943522272 140092297070293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19319] ppid=19305 vsize=28834892 memory=288230574492221466 CPUtime=0 cores=0-7
/proc/19307/task/19319/stat : 19319 (java) S 19305 19305 12749 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 28 0 419323521 29526929408 121089 33554432000 4194304 4196468 140733754837872 140090942469632 140092297070293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19320] ppid=19305 vsize=28834892 memory=482516 CPUtime=0 cores=0-7
/proc/19307/task/19320/stat : 19320 (java) S 19305 19305 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419323523 29526929408 121089 33554432000 4194304 4196468 140733754837872 140090941418192 140092297078683 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19321] ppid=19305 vsize=28834892 memory=0 CPUtime=2.98 cores=0-7
/proc/19307/task/19321/stat : 19321 (java) S 19305 19305 12749 0 -1 1077944384 7058 0 0 0 296 2 0 0 20 0 28 0 419323523 29526929408 121089 33554432000 4194304 4196468 140733754837872 140090940364784 140092297071234 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19322] ppid=19305 vsize=28834892 memory=0 CPUtime=2.88 cores=0-7
/proc/19307/task/19322/stat : 19322 (java) S 19305 19305 12749 0 -1 1077944384 7027 0 0 0 286 2 0 0 20 0 28 0 419323523 29526929408 121089 33554432000 4194304 4196468 140733754837872 140090939312240 140092297071234 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19323] ppid=19305 vsize=28834892 memory=0 CPUtime=2.95 cores=0-7
/proc/19307/task/19323/stat : 19323 (java) S 19305 19305 12749 0 -1 1077944384 9823 0 0 0 291 4 0 0 20 0 28 0 419323523 29526929408 121089 33554432000 4194304 4196468 140733754837872 140090938259696 140092297071234 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19324] ppid=19305 vsize=28834892 memory=0 CPUtime=1.13 cores=0-7
/proc/19307/task/19324/stat : 19324 (java) S 19305 19305 12749 0 -1 1077944384 6030 0 0 0 111 2 0 0 20 0 28 0 419323523 29526929408 121089 33554432000 4194304 4196468 140733754837872 140090937207152 140092297071234 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19325] ppid=19305 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/19307/task/19325/stat : 19325 (java) S 19305 19305 12749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419323524 29526929408 121089 33554432000 4194304 4196468 140733754837872 140090936154848 140092297070293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19326] ppid=19305 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/19307/task/19326/stat : 19326 (java) S 19305 19305 12749 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 28 0 419323524 29526929408 121089 33554432000 4194304 4196468 140733754837872 140090935102384 140092297071234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
Current children cumulated CPU time: 40.7 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 485808 KiB

[startup+6.60105 s]
/proc/loadavg: 5.98 4.45 4.19 9/219 19438
/proc/meminfo: memFree=30154044/32770624 swapFree=66997684/67108860
[pid=19305] ppid=19302 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/19305/stat : 19305 (xcsp3-exec) S 19302 19305 12749 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419323518 115843072 363 33554432000 4194304 5098028 140731324457936 140731324456040 140538093818492 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 22982656 140731324461941 140731324462185 140731324462185 140731324465098 0
/proc/19305/statm: 28282 363 304 221 0 87 0
[pid=19307] ppid=19305 vsize=28834892 memory=484356 CPUtime=42.13 cores=0-7
/proc/19307/stat : 19307 (java) S 19305 19305 12749 0 -1 1077944320 47073 0 0 0 4151 62 0 0 20 0 28 0 419323518 29526929408 121089 33554432000 4194304 4196468 140733754837872 140733754820416 140092297060087 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
/proc/19307/statm: 7208723 121089 3538 1 0 7169825 0
[pid=19307/tid=19308] ppid=19305 vsize=28834892 memory=12024 CPUtime=1.74 cores=0-7
/proc/19307/task/19308/stat : 19308 (java) R 19305 19305 12749 0 -1 4202560 9815 0 0 0 166 8 0 0 20 0 28 0 419323518 29526929408 121089 33554432000 4194304 4196468 140733754837872 140092301299360 140092297081917 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19309] ppid=19305 vsize=28834892 memory=1556 CPUtime=0.08 cores=0-7
/proc/19307/task/19309/stat : 19309 (java) S 19305 19305 12749 0 -1 1077944384 211 0 0 0 4 4 0 0 20 0 28 0 419323519 29526929408 121089 33554432000 4194304 4196468 140733754837872 140092249680656 140092297070293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19310] ppid=19305 vsize=28834892 memory=500 CPUtime=0.08 cores=0-7
/proc/19307/task/19310/stat : 19310 (java) S 19305 19305 12749 0 -1 1077944384 132 0 0 0 4 4 0 0 20 0 28 0 419323519 29526929408 121089 33554432000 4194304 4196468 140733754837872 140092248628112 140092297070293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19311] ppid=19305 vsize=28834892 memory=928 CPUtime=0.06 cores=0-7
/proc/19307/task/19311/stat : 19311 (java) S 19305 19305 12749 0 -1 1077944384 175 0 0 0 3 3 0 0 20 0 28 0 419323519 29526929408 121089 33554432000 4194304 4196468 140733754837872 140092247575568 140092297070293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19312] ppid=19305 vsize=28834892 memory=1528 CPUtime=0.08 cores=0-7
/proc/19307/task/19312/stat : 19312 (java) S 19305 19305 12749 0 -1 1077944384 184 0 0 0 4 4 0 0 20 0 28 0 419323519 29526929408 121089 33554432000 4194304 4196468 140733754837872 140092246523024 140092297070293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19313] ppid=19305 vsize=28834892 memory=1448 CPUtime=0.07 cores=0-7
/proc/19307/task/19313/stat : 19313 (java) S 19305 19305 12749 0 -1 1077944384 123 0 0 0 3 4 0 0 20 0 28 0 419323519 29526929408 121089 33554432000 4194304 4196468 140733754837872 140092245469456 140092297070293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19314] ppid=19305 vsize=28834892 memory=876 CPUtime=0.08 cores=0-7
/proc/19307/task/19314/stat : 19314 (java) S 19305 19305 12749 0 -1 1077944384 158 0 0 0 4 4 0 0 20 0 28 0 419323519 29526929408 121089 33554432000 4194304 4196468 140733754837872 140092244416912 140092297070293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19315] ppid=19305 vsize=28834892 memory=1980 CPUtime=0.06 cores=0-7
/proc/19307/task/19315/stat : 19315 (java) S 19305 19305 12749 0 -1 1077944384 231 0 0 0 3 3 0 0 20 0 28 0 419323519 29526929408 121089 33554432000 4194304 4196468 140733754837872 140092243364368 140092297070293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19316] ppid=19305 vsize=28834892 memory=1452 CPUtime=0.05 cores=0-7
/proc/19307/task/19316/stat : 19316 (java) S 19305 19305 12749 0 -1 1077944384 112 0 0 0 2 3 0 0 20 0 28 0 419323519 29526929408 121089 33554432000 4194304 4196468 140733754837872 140092242311824 140092297070293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19317] ppid=19305 vsize=28834892 memory=483808 CPUtime=0.01 cores=0-7
/proc/19307/task/19317/stat : 19317 (java) S 19305 19305 12749 0 -1 1077944384 608 0 0 0 1 0 0 0 20 0 28 0 419323520 29526929408 121089 33554432000 4194304 4196468 140733754837872 140090944575984 140092297071234 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19318] ppid=19305 vsize=28834892 memory=15252636593031516 CPUtime=0 cores=0-7
/proc/19307/task/19318/stat : 19318 (java) S 19305 19305 12749 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 28 0 419323521 29526929408 121089 33554432000 4194304 4196468 140733754837872 140090943522272 140092297070293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19319] ppid=19305 vsize=28834892 memory=174 CPUtime=0 cores=0-7
/proc/19307/task/19319/stat : 19319 (java) S 19305 19305 12749 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 28 0 419323521 29526929408 121089 33554432000 4194304 4196468 140733754837872 140090942469632 140092297070293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19320] ppid=19305 vsize=28834892 memory=6 CPUtime=0 cores=0-7
/proc/19307/task/19320/stat : 19320 (java) S 19305 19305 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419323523 29526929408 121089 33554432000 4194304 4196468 140733754837872 140090941418192 140092297078683 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19321] ppid=19305 vsize=28834892 memory=6 CPUtime=2.99 cores=0-7
/proc/19307/task/19321/stat : 19321 (java) R 19305 19305 12749 0 -1 1077944384 7058 0 0 0 297 2 0 0 20 0 28 0 419323523 29526929408 121089 33554432000 4194304 4196468 140733754837872 140090940364784 140092297071234 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19322] ppid=19305 vsize=28834892 memory=4 CPUtime=2.9 cores=0-7
/proc/19307/task/19322/stat : 19322 (java) S 19305 19305 12749 0 -1 1077944384 7027 0 0 0 288 2 0 0 20 0 28 0 419323523 29526929408 121089 33554432000 4194304 4196468 140733754837872 140090939312240 140092297071234 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19323] ppid=19305 vsize=28834892 memory=6 CPUtime=2.96 cores=0-7
/proc/19307/task/19323/stat : 19323 (java) S 19305 19305 12749 0 -1 1077944384 9823 0 0 0 292 4 0 0 20 0 28 0 419323523 29526929408 121089 33554432000 4194304 4196468 140733754837872 140090938259696 140092297071234 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19324] ppid=19305 vsize=28834892 memory=6 CPUtime=1.14 cores=0-7
/proc/19307/task/19324/stat : 19324 (java) S 19305 19305 12749 0 -1 1077944384 6030 0 0 0 112 2 0 0 20 0 28 0 419323523 29526929408 121089 33554432000 4194304 4196468 140733754837872 140090937206720 140092297070293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19325] ppid=19305 vsize=28834892 memory=280675979072352 CPUtime=0 cores=0-7
/proc/19307/task/19325/stat : 19325 (java) S 19305 19305 12749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419323524 29526929408 121089 33554432000 4194304 4196468 140733754837872 140090936154848 140092297070293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
[pid=19307/tid=19326] ppid=19305 vsize=28834892 memory=288230574492221466 CPUtime=0 cores=0-7
/proc/19307/task/19326/stat : 19326 (java) S 19305 19305 12749 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 28 0 419323524 29526929408 121089 33554432000 4194304 4196468 140733754837872 140090935102384 140092297071234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19009536 140733754840042 140733754840214 140733754840214 140733754843087 0
Current children cumulated CPU time: 42.13 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 485808 KiB

Child status: 0
Real time (s): 6.62528
CPU time (s): 42.1646
CPU user time (s): 41.5253
CPU system time (s): 0.639269
CPU usage (%): 636.421
Max. virtual memory (cumulated for all children) (KiB): 28950048
Max. memory (cumulated for all children) (KiB): 486852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 41.5253
system time used= 0.639269
maximum resident set size= 485468
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47889
page faults= 0
swaps= 0
block input operations= 0
block output operations= 128
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6108
involuntary context switches= 1234


# summary of solver processes directly reported to runsolver:
#   pid: 19305
#   total CPU time (s): 42.1646
#   total CPU user time (s): 41.5253
#   total CPU system time (s): 0.639269

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.064495 second user time and 0.124155 second system time

The end

Launcher Data

Begin job on node106 at 2019-09-14 04:10:11
IDJOB=4394556
IDBENCH=127986
IDSOLVER=2843
FILE ID=node106/4394556-1568430689
RUNJOBID= node106-1568413091-12776
PBS_JOBID= 21702261
Free space on /tmp= 59112 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/PrizeCollecting/PrizeCollecting-jok-s1/PrizeCollecting-24-4-6-2.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-4394556-1568430689/watcher-4394556-1568430689 -o /tmp/evaluation-result-4394556-1568430689/solver-4394556-1568430689 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node106-1568413091-12776 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 2017172155 HOME/instance-4394556-1568430689.xml

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

MD5SUM BENCH= 6e9eac7fa543eb44f101d0276de9753d
RANDOM SEED=2017172155

node106.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.79
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.79
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.79
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.79
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:        30624368 kB
MemAvailable:   31899276 kB
Buffers:          184044 kB
Cached:          1372076 kB
SwapCached:         9320 kB
Active:           487748 kB
Inactive:        1083540 kB
Active(anon):      14372 kB
Inactive(anon):    34744 kB
Active(file):     473376 kB
Inactive(file):  1048796 kB
Unevictable:      106908 kB
Mlocked:          106908 kB
SwapTotal:      67108860 kB
SwapFree:       66997684 kB
Dirty:             27204 kB
Writeback:             0 kB
AnonPages:        163844 kB
Mapped:            38468 kB
Shmem:             25300 kB
Slab:             166756 kB
SReclaimable:     137144 kB
SUnreclaim:        29612 kB
KernelStack:        3712 kB
PageTables:         5940 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     489740 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    120832 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 59088 MiB
End job on node106 at 2019-09-14 04:10:18