Trace number 4393909

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.162 10.8077 2.63396

General information on the benchmark

NameTpp/Tpp-zinc-s1/
Tpp-7-3-30-1.xml
MD5SUM0f4bef4b37e838bc5603a3a9d9caf103
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark147
Best CPU time to get the best result obtained on this benchmark0.359541
Satisfiable
(Un)Satisfiability was proved
Number of variables102
Number of constraints683
Number of domains53
Minimum domain size2
Maximum domain size21
Distribution of domain sizes[{"size":2,"count":1},{"size":3,"count":4},{"size":4,"count":13},{"size":5,"count":3},{"size":9,"count":1},{"size":10,"count":1},{"size":11,"count":4},{"size":12,"count":9},{"size":13,"count":8},{"size":14,"count":3},{"size":15,"count":3},{"size":16,"count":1},{"size":20,"count":30},{"size":21,"count":21}]
Minimum variable degree2
Maximum variable degree33
Distribution of variable degrees[{"degree":2,"count":51},{"degree":22,"count":30},{"degree":32,"count":20},{"degree":33,"count":1}]
Minimum constraint arity1
Maximum constraint arity21
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":681},{"arity":21,"count":1}]
Number of extensional constraints51
Number of intensional constraints631
Distribution of constraint types[{"type":"extension","count":51},{"type":"intension","count":631},{"type":"circuit","count":1}]
Optimization problemYES
Type of objectivemin 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-4393909-1568427383.xml"  -tl '20160s' -p 8
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4393909-1568427383.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
6.46/1.99	c solve instance...
8.23/2.29	o 256 
9.02/2.31	o 235 
9.02/2.37	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (117/119)
9.02/2.37		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
9.02/2.37		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
9.02/2.37		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
9.02/2.37		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
9.02/2.37		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
9.02/2.37	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (117/119)
9.02/2.37		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
9.02/2.37		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
9.02/2.37		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
9.02/2.37		at org.chocosolver.solver.Solver.repair(Solver.java:443)
9.02/2.37		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
9.02/2.37		at org.chocosolver.solver.Solver.solve(Solver.java:262)
9.02/2.37		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
9.02/2.37		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
9.02/2.37		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
9.02/2.37		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
9.02/2.37		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
9.02/2.37		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
9.02/2.37		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
9.02/2.37		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
9.02/2.37		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
9.02/2.37		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
9.02/2.37	o 216 
9.60/2.44	o 215 
9.60/2.45	o 214 
9.60/2.47	o 212 
9.60/2.48	o 211 
9.60/2.49	o 201 
9.60/2.49	o 200 
10.11/2.50	o 186 
10.11/2.50	o 172 
10.11/2.51	o 171 
10.11/2.52	o 170 
10.11/2.53	o 169 
10.11/2.54	o 168 
10.11/2.54	o 167 
10.11/2.56	o 166 
10.11/2.56	o 165 
10.11/2.57	o 164 
10.11/2.58	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (23/25)
10.11/2.58		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
10.11/2.58		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
10.11/2.58		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
10.11/2.58		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
10.11/2.58		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
10.11/2.58	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (23/25)
10.11/2.58		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
10.11/2.58		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
10.11/2.58		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
10.11/2.58		at org.chocosolver.solver.Solver.repair(Solver.java:443)
10.11/2.58		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
10.11/2.58		at org.chocosolver.solver.Solver.solve(Solver.java:262)
10.11/2.58		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
10.11/2.58		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
10.11/2.58		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
10.11/2.58		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
10.11/2.58		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
10.11/2.58		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
10.11/2.58		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
10.11/2.58		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
10.11/2.58		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
10.11/2.58		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
10.11/2.58	o 163 
10.69/2.60	java.util.concurrent.ExecutionException: java.lang.NullPointerException
10.69/2.60		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
10.69/2.60		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
10.69/2.60		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
10.69/2.60		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
10.69/2.60		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
10.69/2.60	Caused by: java.lang.NullPointerException
10.69/2.60		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
10.69/2.60		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
10.69/2.60		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
10.69/2.60		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
10.69/2.60		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
10.69/2.60		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
10.69/2.60		... 4 more
10.69/2.60	Caused by: java.lang.NullPointerException
10.69/2.60		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
10.69/2.60		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
10.69/2.60		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
10.69/2.60		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
10.69/2.60		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
10.69/2.60		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
10.69/2.60		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
10.69/2.60		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
10.69/2.60		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
10.69/2.60		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
10.69/2.60		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
10.69/2.60		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
10.69/2.60		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
10.69/2.60		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
10.69/2.60		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
10.69/2.60		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
10.69/2.60		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
10.69/2.60		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
10.69/2.60	Caused by: java.lang.NullPointerException
10.69/2.60		at org.chocosolver.solver.propagation.PropagationEngine.schedule(PropagationEngine.java:278)
10.69/2.60		at org.chocosolver.solver.propagation.PropagationEngine.manageModifications(PropagationEngine.java:222)
10.69/2.60		at org.chocosolver.solver.propagation.PropagationEngine.propagate(PropagationEngine.java:181)
10.69/2.60		at org.chocosolver.solver.search.loop.propagate.PropagateBasic.execute(PropagateBasic.java:46)
10.69/2.60		at org.chocosolver.solver.Solver.propagate(Solver.java:403)
10.69/2.60		at org.chocosolver.solver.Solver.searchLoop(Solver.java:293)
10.69/2.60		at org.chocosolver.solver.Solver.solve(Solver.java:262)
10.69/2.60		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
10.69/2.60		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
10.69/2.60		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
10.69/2.60		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
10.69/2.60		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
10.69/2.60		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
10.69/2.60		... 4 more
10.69/2.60	o 162 
10.69/2.61	s OPTIMUM FOUND
10.69/2.61	v <instantiation>
10.69/2.61	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] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14] d[15] d[16] d[17] d[18] d[19] d[20] l[0] l[1] l[2] l[3] l[4] l[5] l[6] l[7] l[8] l[9] l[10] l[11] l[12] l[13] l[14] l[15] l[16] l[17] l[18] l[19] l[20] l[21] l[22] l[23] l[24] l[25] l[26] l[27] l[28] l[29] c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] c[20] c[21] c[22] c[23] c[24] c[25] c[26] c[27] c[28] c[29] </list>
10.69/2.61	v 	<values>0 1 2 3 4 5 6 7 8 9 10 12 13 20 14 15 16 17 11 18 19 0 0 0 0 0 0 0 0 0 0 0 1 1 18 0 0 0 0 19 1 4 13 11 12 18 19 11 19 12 13 18 18 11 11 13 19 11 12 19 12 18 13 11 19 12 19 13 19 18 13 11 1 10 1 5 4 4 3 4 2 1 3 1 2 6 2 5 4 1 9 1 1 1 7 9 9 1 2 6 4 9 </values>
10.69/2.61	v </instantiation>

Verifier Data

OK	162

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393909-1568427383/watcher-4393909-1568427383 -o /tmp/evaluation-result-4393909-1568427383/solver-4393909-1568427383 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node117-1568427144-15778 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1126228781 HOME/instance-4393909-1568427383.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=18175, runsolver pid=18172

[startup+0.100112 s]*
/proc/loadavg: 6.78 6.94 6.89 2/211 18196
/proc/meminfo: memFree=30935268/32770624 swapFree=66947516/67108860
[pid=18175] ppid=18172 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/18175/stat : 18175 (xcsp3-exec) S 18172 18175 15751 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 418680214 115843072 364 33554432000 4194304 5098028 140722011469904 140722011468008 140581394227836 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 19365888 140722011472757 140722011473001 140722011473001 140722011475914 0
/proc/18175/statm: 28282 364 305 221 0 87 0
[pid=18177] ppid=18175 vsize=28227388 memory=29192 CPUtime=0.13 cores=0-7
/proc/18177/stat : 18177 (java) S 18175 18175 15751 0 -1 1077944320 5707 0 0 0 11 2 0 0 20 0 20 0 418680214 28904845312 7298 33554432000 4194304 4196468 140737146847248 140737146829792 140087563218679 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
/proc/18177/statm: 7056847 7298 3159 1 0 7019032 0
[pid=18177/tid=18178] ppid=18175 vsize=28227388 memory=8317482817917895235 CPUtime=0.08 cores=0-7
/proc/18177/task/18178/stat : 18178 (java) R 18175 18175 15751 0 -1 4202560 3615 0 0 0 7 1 0 0 20 0 20 0 418680214 28904845312 7298 33554432000 4194304 4196468 140737146847248 140087567451952 140087563240605 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18179] ppid=18175 vsize=28227388 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/18177/task/18179/stat : 18179 (java) S 18175 18175 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418680215 28904845312 7298 33554432000 4194304 4196468 140737146847248 140087483071504 140087563228885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18180] ppid=18175 vsize=28227388 memory=140489830581888 CPUtime=0 cores=0-7
/proc/18177/task/18180/stat : 18180 (java) S 18175 18175 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418680215 28904845312 7298 33554432000 4194304 4196468 140737146847248 140087482018960 140087563228885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18181] ppid=18175 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18177/task/18181/stat : 18181 (java) S 18175 18175 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418680215 28904845312 7298 33554432000 4194304 4196468 140737146847248 140087480965904 140087563228885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18182] ppid=18175 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18177/task/18182/stat : 18182 (java) S 18175 18175 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418680215 28904845312 7298 33554432000 4194304 4196468 140737146847248 140087479913360 140087563228885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18183] ppid=18175 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18177/task/18183/stat : 18183 (java) S 18175 18175 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418680215 28904845312 7298 33554432000 4194304 4196468 140737146847248 140087478860304 140087563228885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18184] ppid=18175 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/18177/task/18184/stat : 18184 (java) S 18175 18175 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418680215 28904845312 7298 33554432000 4194304 4196468 140737146847248 140087477807760 140087563228885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18185] ppid=18175 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18177/task/18185/stat : 18185 (java) S 18175 18175 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418680215 28904845312 7298 33554432000 4194304 4196468 140737146847248 140087476754704 140087563228885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18186] ppid=18175 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18177/task/18186/stat : 18186 (java) S 18175 18175 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418680215 28904845312 7298 33554432000 4194304 4196468 140737146847248 140087475702160 140087563228885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18187] ppid=18175 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18177/task/18187/stat : 18187 (java) S 18175 18175 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418680216 28904845312 7298 33554432000 4194304 4196468 140737146847248 140086277843696 140087563229826 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18188] ppid=18175 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18177/task/18188/stat : 18188 (java) S 18175 18175 15751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418680217 28904845312 7298 33554432000 4194304 4196468 140737146847248 140086276789920 140087563228885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18189] ppid=18175 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18177/task/18189/stat : 18189 (java) S 18175 18175 15751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418680217 28904845312 7298 33554432000 4194304 4196468 140737146847248 140086275736816 140087563228885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18190] ppid=18175 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18177/task/18190/stat : 18190 (java) S 18175 18175 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418680219 28904845312 7298 33554432000 4194304 4196468 140737146847248 140086274685392 140087563237275 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18191] ppid=18175 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18177/task/18191/stat : 18191 (java) S 18175 18175 15751 0 -1 1077944384 409 0 0 0 0 0 0 0 20 0 20 0 418680220 28904845312 7298 33554432000 4194304 4196468 140737146847248 140086273632592 140087563228885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18192] ppid=18175 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18177/task/18192/stat : 18192 (java) S 18175 18175 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418680220 28904845312 7298 33554432000 4194304 4196468 140737146847248 140086272579952 140087563229826 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18193] ppid=18175 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18177/task/18193/stat : 18193 (java) S 18175 18175 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418680220 28904845312 7298 33554432000 4194304 4196468 140737146847248 140086271526896 140087563229826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18194] ppid=18175 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/18177/task/18194/stat : 18194 (java) R 18175 18175 15751 0 -1 4202560 364 0 0 0 2 0 0 0 20 0 20 0 418680220 28904845312 7298 33554432000 4194304 4196468 140737146847248 140086270474352 140087563230614 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18195] ppid=18175 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18177/task/18195/stat : 18195 (java) S 18175 18175 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418680220 28904845312 7298 33554432000 4194304 4196468 140737146847248 140086269422560 140087563228885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18196] ppid=18175 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/18177/task/18196/stat : 18196 (java) S 18175 18175 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418680220 28904845312 7298 33554432000 4194304 4196468 140737146847248 140086268370096 140087563229826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 30648 KiB

[startup+0.210469 s]*
/proc/loadavg: 6.78 6.94 6.89 2/211 18196
/proc/meminfo: memFree=30922016/32770624 swapFree=66947516/67108860
[pid=18175] ppid=18172 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/18175/stat : 18175 (xcsp3-exec) S 18172 18175 15751 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 418680214 115843072 364 33554432000 4194304 5098028 140722011469904 140722011468008 140581394227836 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 19365888 140722011472757 140722011473001 140722011473001 140722011475914 0
/proc/18175/statm: 28282 364 305 221 0 87 0
[pid=18177] ppid=18175 vsize=28227388 memory=40588 CPUtime=0.34 cores=0-7
/proc/18177/stat : 18177 (java) S 18175 18175 15751 0 -1 1077944320 9348 0 0 0 30 4 0 0 20 0 20 0 418680214 28904845312 10147 33554432000 4194304 4196468 140737146847248 140737146829792 140087563218679 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
/proc/18177/statm: 7056847 10147 3294 1 0 7019032 0
[pid=18177/tid=18178] ppid=18175 vsize=28227388 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/18177/task/18178/stat : 18178 (java) R 18175 18175 15751 0 -1 4202560 6591 0 0 0 17 3 0 0 20 0 20 0 418680214 28904845312 10147 33554432000 4194304 4196468 140737146847248 140087567451408 140087153227984 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18179] ppid=18175 vsize=28227388 memory=328 CPUtime=0 cores=0-7
/proc/18177/task/18179/stat : 18179 (java) S 18175 18175 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418680215 28904845312 10147 33554432000 4194304 4196468 140737146847248 140087483071504 140087563228885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18180] ppid=18175 vsize=28227388 memory=140489833673035 CPUtime=0 cores=0-7
/proc/18177/task/18180/stat : 18180 (java) S 18175 18175 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418680215 28904845312 10147 33554432000 4194304 4196468 140737146847248 140087482018960 140087563228885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18181] ppid=18175 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/18177/task/18181/stat : 18181 (java) S 18175 18175 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418680215 28904845312 10147 33554432000 4194304 4196468 140737146847248 140087480965904 140087563228885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18182] ppid=18175 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18177/task/18182/stat : 18182 (java) S 18175 18175 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418680215 28904845312 10147 33554432000 4194304 4196468 140737146847248 140087479913360 140087563228885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18183] ppid=18175 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18177/task/18183/stat : 18183 (java) S 18175 18175 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418680215 28904845312 10147 33554432000 4194304 4196468 140737146847248 140087478860304 140087563228885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18184] ppid=18175 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/18177/task/18184/stat : 18184 (java) S 18175 18175 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418680215 28904845312 10147 33554432000 4194304 4196468 140737146847248 140087477807760 140087563228885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18185] ppid=18175 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18177/task/18185/stat : 18185 (java) S 18175 18175 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418680215 28904845312 10147 33554432000 4194304 4196468 140737146847248 140087476754704 140087563228885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18186] ppid=18175 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18177/task/18186/stat : 18186 (java) S 18175 18175 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418680215 28904845312 10147 33554432000 4194304 4196468 140737146847248 140087475702160 140087563228885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18187] ppid=18175 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18177/task/18187/stat : 18187 (java) S 18175 18175 15751 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 418680216 28904845312 10147 33554432000 4194304 4196468 140737146847248 140086277843696 140087563229826 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18188] ppid=18175 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18177/task/18188/stat : 18188 (java) S 18175 18175 15751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418680217 28904845312 10147 33554432000 4194304 4196468 140737146847248 140086276789920 140087563228885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18189] ppid=18175 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18177/task/18189/stat : 18189 (java) S 18175 18175 15751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418680217 28904845312 10147 33554432000 4194304 4196468 140737146847248 140086275736816 140087563228885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18190] ppid=18175 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18177/task/18190/stat : 18190 (java) S 18175 18175 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418680219 28904845312 10147 33554432000 4194304 4196468 140737146847248 140086274685392 140087563237275 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18191] ppid=18175 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18177/task/18191/stat : 18191 (java) S 18175 18175 15751 0 -1 1077944384 422 0 0 0 0 0 0 0 20 0 20 0 418680220 28904845312 10147 33554432000 4194304 4196468 140737146847248 140086273632496 140087563229826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18192] ppid=18175 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/18177/task/18192/stat : 18192 (java) S 18175 18175 15751 0 -1 1077944384 80 0 0 0 1 0 0 0 20 0 20 0 418680220 28904845312 10147 33554432000 4194304 4196468 140737146847248 140086272579952 140087563229826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18193] ppid=18175 vsize=28227388 memory=-1 CPUtime=0.02 cores=0-7
/proc/18177/task/18193/stat : 18193 (java) S 18175 18175 15751 0 -1 1077944384 135 0 0 0 2 0 0 0 20 0 20 0 418680220 28904845312 10147 33554432000 4194304 4196468 140737146847248 140086271526896 140087563229826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18194] ppid=18175 vsize=28227388 memory=-1 CPUtime=0.07 cores=0-7
/proc/18177/task/18194/stat : 18194 (java) R 18175 18175 15751 0 -1 4202560 805 0 0 0 7 0 0 0 20 0 20 0 418680220 28904845312 10147 33554432000 4194304 4196468 140737146847248 140086270474352 140087547405985 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18195] ppid=18175 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18177/task/18195/stat : 18195 (java) S 18175 18175 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418680220 28904845312 10147 33554432000 4194304 4196468 140737146847248 140086269422560 140087563228885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18196] ppid=18175 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/18177/task/18196/stat : 18196 (java) S 18175 18175 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418680220 28904845312 10147 33554432000 4194304 4196468 140737146847248 140086268370096 140087563229826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42044 KiB

[startup+0.320908 s]*
/proc/loadavg: 6.78 6.94 6.89 3/211 18196
/proc/meminfo: memFree=30914732/32770624 swapFree=66947516/67108860
[pid=18175] ppid=18172 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/18175/stat : 18175 (xcsp3-exec) S 18172 18175 15751 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 418680214 115843072 364 33554432000 4194304 5098028 140722011469904 140722011468008 140581394227836 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 19365888 140722011472757 140722011473001 140722011473001 140722011475914 0
/proc/18175/statm: 28282 364 305 221 0 87 0
[pid=18177] ppid=18175 vsize=28231644 memory=50408 CPUtime=0.53 cores=0-7
/proc/18177/stat : 18177 (java) S 18175 18175 15751 0 -1 1077944320 10957 0 0 0 48 5 0 0 20 0 20 0 418680214 28909203456 12602 33554432000 4194304 4196468 140737146847248 140737146829792 140087563218679 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
/proc/18177/statm: 7057911 12602 3366 1 0 7019032 0
[pid=18177/tid=18178] ppid=18175 vsize=28231644 memory=8317482817917895235 CPUtime=0.3 cores=0-7
/proc/18177/task/18178/stat : 18178 (java) R 18175 18175 15751 0 -1 4202560 7866 0 0 0 26 4 0 0 20 0 20 0 418680214 28909203456 12602 33554432000 4194304 4196468 140737146847248 140087567453616 140087547299166 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18179] ppid=18175 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/18177/task/18179/stat : 18179 (java) S 18175 18175 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418680215 28909203456 12602 33554432000 4194304 4196468 140737146847248 140087483071504 140087563228885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18180] ppid=18175 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/18177/task/18180/stat : 18180 (java) S 18175 18175 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418680215 28909203456 12602 33554432000 4194304 4196468 140737146847248 140087482018960 140087563228885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18181] ppid=18175 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/18177/task/18181/stat : 18181 (java) S 18175 18175 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418680215 28909203456 12602 33554432000 4194304 4196468 140737146847248 140087480965904 140087563228885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18182] ppid=18175 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/18177/task/18182/stat : 18182 (java) S 18175 18175 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418680215 28909203456 12602 33554432000 4194304 4196468 140737146847248 140087479913360 140087563228885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18183] ppid=18175 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/18177/task/18183/stat : 18183 (java) S 18175 18175 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418680215 28909203456 12602 33554432000 4194304 4196468 140737146847248 140087478860304 140087563228885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18184] ppid=18175 vsize=28231644 memory=140489722522287 CPUtime=0 cores=0-7
/proc/18177/task/18184/stat : 18184 (java) S 18175 18175 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418680215 28909203456 12602 33554432000 4194304 4196468 140737146847248 140087477807760 140087563228885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18185] ppid=18175 vsize=28231644 memory=140489722524592 CPUtime=0 cores=0-7
/proc/18177/task/18185/stat : 18185 (java) S 18175 18175 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418680215 28909203456 12602 33554432000 4194304 4196468 140737146847248 140087476754704 140087563228885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18186] ppid=18175 vsize=28231644 memory=140489722526896 CPUtime=0 cores=0-7
/proc/18177/task/18186/stat : 18186 (java) S 18175 18175 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418680215 28909203456 12602 33554432000 4194304 4196468 140737146847248 140087475702160 140087563228885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18187] ppid=18175 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/18177/task/18187/stat : 18187 (java) S 18175 18175 15751 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 418680216 28909203456 12602 33554432000 4194304 4196468 140737146847248 140086277843696 140087563229826 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18188] ppid=18175 vsize=28231644 memory=280979445067664 CPUtime=0 cores=0-7
/proc/18177/task/18188/stat : 18188 (java) S 18175 18175 15751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418680217 28909203456 12602 33554432000 4194304 4196468 140737146847248 140086276789920 140087563228885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18189] ppid=18175 vsize=28231644 memory=280979445065360 CPUtime=0 cores=0-7
/proc/18177/task/18189/stat : 18189 (java) S 18175 18175 15751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418680217 28909203456 12602 33554432000 4194304 4196468 140737146847248 140086275736816 140087563228885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18190] ppid=18175 vsize=28231644 memory=280979445072272 CPUtime=0 cores=0-7
/proc/18177/task/18190/stat : 18190 (java) S 18175 18175 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418680219 28909203456 12602 33554432000 4194304 4196468 140737146847248 140086274685392 140087563237275 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18191] ppid=18175 vsize=28231644 memory=280979445013552 CPUtime=0.02 cores=0-7
/proc/18177/task/18191/stat : 18191 (java) S 18175 18175 15751 0 -1 1077944384 497 0 0 0 2 0 0 0 20 0 20 0 418680220 28909203456 12602 33554432000 4194304 4196468 140737146847248 140086273632496 140087563229826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18192] ppid=18175 vsize=28231644 memory=280979445086096 CPUtime=0.03 cores=0-7
/proc/18177/task/18192/stat : 18192 (java) S 18175 18175 15751 0 -1 1077944384 174 0 0 0 3 0 0 0 20 0 20 0 418680220 28909203456 12602 33554432000 4194304 4196468 140737146847248 140086272579952 140087563229826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18193] ppid=18175 vsize=28231644 memory=280979445093008 CPUtime=0.03 cores=0-7
/proc/18177/task/18193/stat : 18193 (java) S 18175 18175 15751 0 -1 1077944384 152 0 0 0 3 0 0 0 20 0 20 0 418680220 28909203456 12602 33554432000 4194304 4196468 140737146847248 140086271526896 140087563229826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18194] ppid=18175 vsize=28231644 memory=280979445090704 CPUtime=0.12 cores=0-7
/proc/18177/task/18194/stat : 18194 (java) S 18175 18175 15751 0 -1 1077944384 961 0 0 0 12 0 0 0 20 0 20 0 418680220 28909203456 12602 33554432000 4194304 4196468 140737146847248 140086270474352 140087563229826 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18195] ppid=18175 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/18177/task/18195/stat : 18195 (java) S 18175 18175 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418680220 28909203456 12602 33554432000 4194304 4196468 140737146847248 140086269422560 140087563228885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18196] ppid=18175 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/18177/task/18196/stat : 18196 (java) S 18175 18175 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418680220 28909203456 12602 33554432000 4194304 4196468 140737146847248 140086268370096 140087563229826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51864 KiB

[startup+0.701975 s]
/proc/loadavg: 6.78 6.94 6.89 6/211 18196
/proc/meminfo: memFree=30893476/32770624 swapFree=66947516/67108860
[pid=18175] ppid=18172 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/18175/stat : 18175 (xcsp3-exec) S 18172 18175 15751 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 418680214 115843072 364 33554432000 4194304 5098028 140722011469904 140722011468008 140581394227836 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 19365888 140722011472757 140722011473001 140722011473001 140722011475914 0
/proc/18175/statm: 28282 364 305 221 0 87 0
[pid=18177] ppid=18175 vsize=28233768 memory=91804 CPUtime=1.91 cores=0-7
/proc/18177/stat : 18177 (java) S 18175 18175 15751 0 -1 1077944320 16506 0 0 0 183 8 0 0 20 0 20 0 418680214 28911378432 22951 33554432000 4194304 4196468 140737146847248 140737146829792 140087563218679 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
/proc/18177/statm: 7058442 22951 3452 1 0 7019544 0
[pid=18177/tid=18178] ppid=18175 vsize=28233768 memory=0 CPUtime=0.67 cores=0-7
/proc/18177/task/18178/stat : 18178 (java) R 18175 18175 15751 0 -1 4202560 9045 0 0 0 62 5 0 0 20 0 20 0 418680214 28911378432 22951 33554432000 4194304 4196468 140737146847248 140087567455704 140087153208452 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18179] ppid=18175 vsize=28233768 memory=140489722733424 CPUtime=0 cores=0-7
/proc/18177/task/18179/stat : 18179 (java) S 18175 18175 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418680215 28911378432 22951 33554432000 4194304 4196468 140737146847248 140087483071504 140087563228885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18180] ppid=18175 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/18177/task/18180/stat : 18180 (java) S 18175 18175 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418680215 28911378432 22951 33554432000 4194304 4196468 140737146847248 140087482018960 140087563228885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18181] ppid=18175 vsize=28233768 memory=1200 CPUtime=0 cores=0-7
/proc/18177/task/18181/stat : 18181 (java) S 18175 18175 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418680215 28911378432 22951 33554432000 4194304 4196468 140737146847248 140087480965904 140087563228885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0

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

# the end of solver process 18175 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=10.3036 s, system=0.504114 s

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

[startup+1.60126 s]
/proc/loadavg: 6.78 6.94 6.89 5/212 18198
/proc/meminfo: memFree=30821200/32770624 swapFree=66947516/67108860
[pid=18175] ppid=18172 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/18175/stat : 18175 (xcsp3-exec) S 18172 18175 15751 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 418680214 115843072 364 33554432000 4194304 5098028 140722011469904 140722011468008 140581394227836 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 19365888 140722011472757 140722011473001 140722011473001 140722011475914 0
/proc/18175/statm: 28282 364 305 221 0 87 0
[pid=18177] ppid=18175 vsize=28235816 memory=280924 CPUtime=5.7 cores=0-7
/proc/18177/stat : 18177 (java) S 18175 18175 15751 0 -1 1077944320 28732 0 0 0 537 33 0 0 20 0 20 0 418680214 28913475584 70231 33554432000 4194304 4196468 140737146847248 140737146829792 140087563218679 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
/proc/18177/statm: 7058954 70231 3496 1 0 7020056 0
[pid=18177/tid=18178] ppid=18175 vsize=28235816 memory=4640768445926887504 CPUtime=1.5 cores=0-7
/proc/18177/task/18178/stat : 18178 (java) R 18175 18175 15751 0 -1 4202560 11223 0 0 0 142 8 0 0 20 0 20 0 418680214 28913475584 70231 33554432000 4194304 4196468 140737146847248 140087567456064 140087158554944 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18179] ppid=18175 vsize=28235816 memory=7595996225387588968 CPUtime=0.02 cores=0-7
/proc/18177/task/18179/stat : 18179 (java) S 18175 18175 15751 0 -1 1077944384 65 0 0 0 1 1 0 0 20 0 20 0 418680215 28913475584 70231 33554432000 4194304 4196468 140737146847248 140087483071504 140087563228885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18180] ppid=18175 vsize=28235816 memory=6935649255759568960 CPUtime=0.03 cores=0-7
/proc/18177/task/18180/stat : 18180 (java) S 18175 18175 15751 0 -1 1077944384 292 0 0 0 2 1 0 0 20 0 20 0 418680215 28913475584 70231 33554432000 4194304 4196468 140737146847248 140087482018960 140087563228885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18181] ppid=18175 vsize=28235816 memory=3612 CPUtime=0.02 cores=0-7
/proc/18177/task/18181/stat : 18181 (java) S 18175 18175 15751 0 -1 1077944384 25 0 0 0 1 1 0 0 20 0 20 0 418680215 28913475584 70231 33554432000 4194304 4196468 140737146847248 140087480965904 140087563228885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18182] ppid=18175 vsize=28235816 memory=0 CPUtime=0.05 cores=0-7
/proc/18177/task/18182/stat : 18182 (java) S 18175 18175 15751 0 -1 1077944384 119 0 0 0 3 2 0 0 20 0 20 0 418680215 28913475584 70231 33554432000 4194304 4196468 140737146847248 140087479913360 140087563228885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18183] ppid=18175 vsize=28235816 memory=140489722751648 CPUtime=0.05 cores=0-7
/proc/18177/task/18183/stat : 18183 (java) S 18175 18175 15751 0 -1 1077944384 90 0 0 0 2 3 0 0 20 0 20 0 418680215 28913475584 70231 33554432000 4194304 4196468 140737146847248 140087478860304 140087563228885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18184] ppid=18175 vsize=28235816 memory=140489722751744 CPUtime=0.05 cores=0-7
/proc/18177/task/18184/stat : 18184 (java) S 18175 18175 15751 0 -1 1077944384 164 0 0 0 2 3 0 0 20 0 20 0 418680215 28913475584 70231 33554432000 4194304 4196468 140737146847248 140087477807760 140087563228885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18185] ppid=18175 vsize=28235816 memory=140489722751840 CPUtime=0.05 cores=0-7
/proc/18177/task/18185/stat : 18185 (java) S 18175 18175 15751 0 -1 1077944384 124 0 0 0 3 2 0 0 20 0 20 0 418680215 28913475584 70231 33554432000 4194304 4196468 140737146847248 140087476754704 140087563228885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18186] ppid=18175 vsize=28235816 memory=140489722751936 CPUtime=0.04 cores=0-7
/proc/18177/task/18186/stat : 18186 (java) S 18175 18175 15751 0 -1 1077944384 84 0 0 0 2 2 0 0 20 0 20 0 418680215 28913475584 70231 33554432000 4194304 4196468 140737146847248 140087475702160 140087563228885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18187] ppid=18175 vsize=28235816 memory=140489722752032 CPUtime=0 cores=0-7
/proc/18177/task/18187/stat : 18187 (java) S 18175 18175 15751 0 -1 1077944384 152 0 0 0 0 0 0 0 20 0 20 0 418680216 28913475584 70231 33554432000 4194304 4196468 140737146847248 140086277843696 140087563229826 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18188] ppid=18175 vsize=28235816 memory=280979445450560 CPUtime=0 cores=0-7
/proc/18177/task/18188/stat : 18188 (java) S 18175 18175 15751 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 20 0 418680217 28913475584 70231 33554432000 4194304 4196468 140737146847248 140086276789984 140087563228885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18189] ppid=18175 vsize=28235816 memory=288230617509003574 CPUtime=0 cores=0-7
/proc/18177/task/18189/stat : 18189 (java) S 18175 18175 15751 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 20 0 418680217 28913475584 70231 33554432000 4194304 4196468 140737146847248 140086275736832 140087563228885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18190] ppid=18175 vsize=28235816 memory=15534115864709562 CPUtime=0 cores=0-7
/proc/18177/task/18190/stat : 18190 (java) S 18175 18175 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418680219 28913475584 70231 33554432000 4194304 4196468 140737146847248 140086274685392 140087563237275 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18191] ppid=18175 vsize=28235816 memory=0 CPUtime=1.06 cores=0-7
/proc/18177/task/18191/stat : 18191 (java) S 18175 18175 15751 0 -1 1077944384 4085 0 0 0 105 1 0 0 20 0 20 0 418680220 28913475584 70231 33554432000 4194304 4196468 140737146847248 140086273632496 140087563229826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18192] ppid=18175 vsize=28235816 memory=0 CPUtime=1.05 cores=0-7
/proc/18177/task/18192/stat : 18192 (java) S 18175 18175 15751 0 -1 1077944384 4190 0 0 0 105 0 0 0 20 0 20 0 418680220 28913475584 70231 33554432000 4194304 4196468 140737146847248 140086272579952 140087563229826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18193] ppid=18175 vsize=28235816 memory=0 CPUtime=1 cores=0-7
/proc/18177/task/18193/stat : 18193 (java) S 18175 18175 15751 0 -1 1077944384 3162 0 0 0 99 1 0 0 20 0 20 0 418680220 28913475584 70231 33554432000 4194304 4196468 140737146847248 140086271526896 140087563229826 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18194] ppid=18175 vsize=28235816 memory=0 CPUtime=0.62 cores=0-7
/proc/18177/task/18194/stat : 18194 (java) S 18175 18175 15751 0 -1 1077944384 3611 0 0 0 61 1 0 0 20 0 20 0 418680220 28913475584 70231 33554432000 4194304 4196468 140737146847248 140086270474352 140087563229826 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18195] ppid=18175 vsize=28235816 memory=0 CPUtime=0 cores=0-7
/proc/18177/task/18195/stat : 18195 (java) S 18175 18175 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418680220 28913475584 70231 33554432000 4194304 4196468 140737146847248 140086269422560 140087563228885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18196] ppid=18175 vsize=28235816 memory=0 CPUtime=0 cores=0-7
/proc/18177/task/18196/stat : 18196 (java) S 18175 18175 15751 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 418680220 28913475584 70231 33554432000 4194304 4196468 140737146847248 140086268370096 140087563229826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
Current children cumulated CPU time: 5.7 s
Current children cumulated vsize: 28348944 KiB
Current children cumulated memory: 282380 KiB

[startup+2.40891 s]
/proc/loadavg: 6.78 6.94 6.89 5/212 18199
/proc/meminfo: memFree=30653504/32770624 swapFree=66947516/67108860
[pid=18175] ppid=18172 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/18175/stat : 18175 (xcsp3-exec) S 18172 18175 15751 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 418680214 115843072 364 33554432000 4194304 5098028 140722011469904 140722011468008 140581394227836 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 19365888 140722011472757 140722011473001 140722011473001 140722011475914 0
/proc/18175/statm: 28282 364 305 221 0 87 0
[pid=18177] ppid=18175 vsize=28768328 memory=417024 CPUtime=9.6 cores=0-7
/proc/18177/stat : 18177 (java) S 18175 18175 15751 0 -1 1077944320 32846 0 0 0 921 39 0 0 20 0 28 0 418680214 29458767872 104256 33554432000 4194304 4196468 140737146847248 140737146829792 140087563218679 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
/proc/18177/statm: 7192082 104256 3509 1 0 7153184 0
[pid=18177/tid=18178] ppid=18175 vsize=28768328 memory=0 CPUtime=1.92 cores=0-7
/proc/18177/task/18178/stat : 18178 (java) S 18175 18175 15751 0 -1 1077944384 11712 0 0 0 184 8 0 0 20 0 28 0 418680214 29458767872 104256 33554432000 4194304 4196468 140737146847248 140087567459456 140087563228885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18179] ppid=18175 vsize=28768328 memory=0 CPUtime=0.03 cores=0-7
/proc/18177/task/18179/stat : 18179 (java) R 18175 18175 15751 0 -1 4202560 81 0 0 0 2 1 0 0 20 0 28 0 418680215 29458767872 104256 33554432000 4194304 4196468 140737146847248 140087483071704 140087548246553 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18180] ppid=18175 vsize=28768328 memory=0 CPUtime=0.05 cores=0-7
/proc/18177/task/18180/stat : 18180 (java) R 18175 18175 15751 0 -1 4202560 317 0 0 0 4 1 0 0 20 0 28 0 418680215 29458767872 104256 33554432000 4194304 4196468 140737146847248 140087482018960 140087548246553 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18181] ppid=18175 vsize=28768328 memory=0 CPUtime=0.06 cores=0-7
/proc/18177/task/18181/stat : 18181 (java) R 18175 18175 15751 0 -1 4202560 44 0 0 0 4 2 0 0 20 0 28 0 418680215 29458767872 104256 33554432000 4194304 4196468 140737146847248 140087480965904 140087548246553 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18182] ppid=18175 vsize=28768328 memory=0 CPUtime=0.07 cores=0-7
/proc/18177/task/18182/stat : 18182 (java) R 18175 18175 15751 0 -1 4202560 138 0 0 0 4 3 0 0 20 0 28 0 418680215 29458767872 104256 33554432000 4194304 4196468 140737146847248 140087479913560 140087548246553 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18183] ppid=18175 vsize=28768328 memory=0 CPUtime=0.08 cores=0-7
/proc/18177/task/18183/stat : 18183 (java) R 18175 18175 15751 0 -1 4202560 106 0 0 0 5 3 0 0 20 0 28 0 418680215 29458767872 104256 33554432000 4194304 4196468 140737146847248 140087478860504 140087548246553 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18184] ppid=18175 vsize=28768328 memory=6791534058613427641 CPUtime=0.07 cores=0-7
/proc/18177/task/18184/stat : 18184 (java) R 18175 18175 15751 0 -1 4202560 171 0 0 0 4 3 0 0 20 0 28 0 418680215 29458767872 104256 33554432000 4194304 4196468 140737146847248 140087477807960 140087548246553 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18185] ppid=18175 vsize=28768328 memory=288230617509003574 CPUtime=0.06 cores=0-7
/proc/18177/task/18185/stat : 18185 (java) R 18175 18175 15751 0 -1 4202560 130 0 0 0 4 2 0 0 20 0 28 0 418680215 29458767872 104256 33554432000 4194304 4196468 140737146847248 140087476754592 140087548246098 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18186] ppid=18175 vsize=28768328 memory=15534115864709562 CPUtime=0.07 cores=0-7
/proc/18177/task/18186/stat : 18186 (java) R 18175 18175 15751 0 -1 4202560 105 0 0 0 5 2 0 0 20 0 28 0 418680215 29458767872 104256 33554432000 4194304 4196468 140737146847248 140087475702160 140087548246553 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18187] ppid=18175 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/18177/task/18187/stat : 18187 (java) S 18175 18175 15751 0 -1 1077944384 168 0 0 0 0 0 0 0 20 0 28 0 418680216 29458767872 104256 33554432000 4194304 4196468 140737146847248 140086277842208 140087563228885 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18188] ppid=18175 vsize=28768328 memory=6656426216303648864 CPUtime=0 cores=0-7
/proc/18177/task/18188/stat : 18188 (java) S 18175 18175 15751 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 28 0 418680217 29458767872 104256 33554432000 4194304 4196468 140737146847248 140086276789984 140087563228885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18189] ppid=18175 vsize=28768328 memory=6656426216303648864 CPUtime=0 cores=0-7
/proc/18177/task/18189/stat : 18189 (java) S 18175 18175 15751 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 28 0 418680217 29458767872 104768 33554432000 4194304 4196468 140737146847248 140086275736832 140087563228885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18190] ppid=18175 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/18177/task/18190/stat : 18190 (java) S 18175 18175 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418680219 29458767872 104768 33554432000 4194304 4196468 140737146847248 140086274685392 140087563237275 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18191] ppid=18175 vsize=28768328 memory=0 CPUtime=1.61 cores=0-7
/proc/18177/task/18191/stat : 18191 (java) S 18175 18175 15751 0 -1 1077944384 4274 0 0 0 160 1 0 0 20 0 28 0 418680220 29458767872 104768 33554432000 4194304 4196468 140737146847248 140086273617488 140087563228885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18192] ppid=18175 vsize=28768328 memory=0 CPUtime=1.61 cores=0-7
/proc/18177/task/18192/stat : 18192 (java) S 18175 18175 15751 0 -1 1077944384 4816 0 0 0 160 1 0 0 20 0 28 0 418680220 29458767872 104768 33554432000 4194304 4196468 140737146847248 140086272564944 140087563228885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18193] ppid=18175 vsize=28768328 memory=0 CPUtime=1.55 cores=0-7
/proc/18177/task/18193/stat : 18193 (java) S 18175 18175 15751 0 -1 1077944384 4419 0 0 0 153 2 0 0 20 0 28 0 418680220 29458767872 104768 33554432000 4194304 4196468 140737146847248 140086271526656 140087563228885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18194] ppid=18175 vsize=28768328 memory=0 CPUtime=0.8 cores=0-7
/proc/18177/task/18194/stat : 18194 (java) S 18175 18175 15751 0 -1 1077944384 4109 0 0 0 79 1 0 0 20 0 28 0 418680220 29458767872 104768 33554432000 4194304 4196468 140737146847248 140086270471856 140087563228885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18195] ppid=18175 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/18177/task/18195/stat : 18195 (java) S 18175 18175 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418680220 29458767872 104768 33554432000 4194304 4196468 140737146847248 140086269422560 140087563228885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18196] ppid=18175 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/18177/task/18196/stat : 18196 (java) S 18175 18175 15751 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 418680220 29458767872 104768 33554432000 4194304 4196468 140737146847248 140086268370096 140087563229826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
Current children cumulated CPU time: 9.6 s
Current children cumulated vsize: 28881456 KiB
Current children cumulated memory: 418480 KiB

[startup+2.60087 s]
/proc/loadavg: 6.78 6.94 6.89 5/212 18199
/proc/meminfo: memFree=30653504/32770624 swapFree=66947516/67108860
[pid=18175] ppid=18172 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/18175/stat : 18175 (xcsp3-exec) S 18172 18175 15751 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 418680214 115843072 364 33554432000 4194304 5098028 140722011469904 140722011468008 140581394227836 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 19365888 140722011472757 140722011473001 140722011473001 140722011475914 0
/proc/18175/statm: 28282 364 305 221 0 87 0
[pid=18177] ppid=18175 vsize=28901456 memory=449372 CPUtime=10.69 cores=0-7
/proc/18177/stat : 18177 (java) S 18175 18175 15751 0 -1 1077944320 35646 0 0 0 1020 49 0 0 20 0 28 0 418680214 29595090944 112343 33554432000 4194304 4196468 140737146847248 140737146829792 140087563218679 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
/proc/18177/statm: 7225364 112343 3514 1 0 7186466 0
[pid=18177/tid=18178] ppid=18175 vsize=28901456 memory=7018393166483055959 CPUtime=1.92 cores=0-7
/proc/18177/task/18178/stat : 18178 (java) S 18175 18175 15751 0 -1 1077944384 11712 0 0 0 184 8 0 0 20 0 28 0 418680214 29595090944 112343 33554432000 4194304 4196468 140737146847248 140087567459456 140087563228885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18179] ppid=18175 vsize=28901456 memory=2319406795981862450 CPUtime=0.07 cores=0-7
/proc/18177/task/18179/stat : 18179 (java) S 18175 18175 15751 0 -1 1077944384 96 0 0 0 4 3 0 0 20 0 28 0 418680215 29595090944 112343 33554432000 4194304 4196468 140737146847248 140087483071504 140087563228885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18180] ppid=18175 vsize=28901456 memory=2241 CPUtime=0.08 cores=0-7
/proc/18177/task/18180/stat : 18180 (java) S 18175 18175 15751 0 -1 1077944384 332 0 0 0 6 2 0 0 20 0 28 0 418680215 29595090944 112343 33554432000 4194304 4196468 140737146847248 140087482018960 140087563228885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18181] ppid=18175 vsize=28901456 memory=2244 CPUtime=0.07 cores=0-7
/proc/18177/task/18181/stat : 18181 (java) S 18175 18175 15751 0 -1 1077944384 62 0 0 0 5 2 0 0 20 0 28 0 418680215 29595090944 112343 33554432000 4194304 4196468 140737146847248 140087480965904 140087563228885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18182] ppid=18175 vsize=28901456 memory=1456 CPUtime=0.09 cores=0-7
/proc/18177/task/18182/stat : 18182 (java) S 18175 18175 15751 0 -1 1077944384 152 0 0 0 5 4 0 0 20 0 28 0 418680215 29595090944 112343 33554432000 4194304 4196468 140737146847248 140087479913360 140087563228885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18183] ppid=18175 vsize=28901456 memory=281324 CPUtime=0.1 cores=0-7
/proc/18177/task/18183/stat : 18183 (java) S 18175 18175 15751 0 -1 1077944384 120 0 0 0 6 4 0 0 20 0 28 0 418680215 29595090944 112343 33554432000 4194304 4196468 140737146847248 140087478860304 140087563228885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18184] ppid=18175 vsize=28901456 memory=-2605811476043407915 CPUtime=0.09 cores=0-7
/proc/18177/task/18184/stat : 18184 (java) S 18175 18175 15751 0 -1 1077944384 186 0 0 0 5 4 0 0 20 0 28 0 418680215 29595090944 112343 33554432000 4194304 4196468 140737146847248 140087477807760 140087563228885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18185] ppid=18175 vsize=28901456 memory=-2026666227646604569 CPUtime=0.09 cores=0-7
/proc/18177/task/18185/stat : 18185 (java) S 18175 18175 15751 0 -1 1077944384 146 0 0 0 6 3 0 0 20 0 28 0 418680215 29595090944 112343 33554432000 4194304 4196468 140737146847248 140087476754704 140087563228885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18186] ppid=18175 vsize=28901456 memory=-4695043397844020537 CPUtime=0.1 cores=0-7
/proc/18177/task/18186/stat : 18186 (java) S 18175 18175 15751 0 -1 1077944384 121 0 0 0 7 3 0 0 20 0 28 0 418680215 29595090944 112343 33554432000 4194304 4196468 140737146847248 140087475702160 140087563228885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18187] ppid=18175 vsize=28901456 memory=7976406965554101975 CPUtime=0 cores=0-7
/proc/18177/task/18187/stat : 18187 (java) S 18175 18175 15751 0 -1 1077944384 295 0 0 0 0 0 0 0 20 0 28 0 418680216 29595090944 112343 33554432000 4194304 4196468 140737146847248 140086277843696 140087563229826 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18188] ppid=18175 vsize=28901456 memory=-7022074515825631275 CPUtime=0 cores=0-7
/proc/18177/task/18188/stat : 18188 (java) S 18175 18175 15751 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 28 0 418680217 29595090944 112343 33554432000 4194304 4196468 140737146847248 140086276789984 140087563228885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18189] ppid=18175 vsize=28901456 memory=-7022074515825631275 CPUtime=0 cores=0-7
/proc/18177/task/18189/stat : 18189 (java) S 18175 18175 15751 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 28 0 418680217 29595090944 112343 33554432000 4194304 4196468 140737146847248 140086275736832 140087563228885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18190] ppid=18175 vsize=28901456 memory=-4695043397844020537 CPUtime=0 cores=0-7
/proc/18177/task/18190/stat : 18190 (java) S 18175 18175 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418680219 29595090944 112343 33554432000 4194304 4196468 140737146847248 140086274685392 140087563237275 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18191] ppid=18175 vsize=28901456 memory=0 CPUtime=1.7 cores=0-7
/proc/18177/task/18191/stat : 18191 (java) R 18175 18175 15751 0 -1 1077944384 4311 0 0 0 169 1 0 0 20 0 28 0 418680220 29595090944 112343 33554432000 4194304 4196468 140737146847248 140086273617616 140087563228885 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18192] ppid=18175 vsize=28901456 memory=280979445429216 CPUtime=1.77 cores=0-7
/proc/18177/task/18192/stat : 18192 (java) R 18175 18175 15751 0 -1 4202560 4851 0 0 0 176 1 0 0 20 0 28 0 418680220 29595090944 112343 33554432000 4194304 4196468 140737146847248 140086272579952 140087549241440 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18193] ppid=18175 vsize=28901456 memory=8462477901498620662 CPUtime=1.67 cores=0-7
/proc/18177/task/18193/stat : 18193 (java) R 18175 18175 15751 0 -1 4202560 4444 0 0 0 165 2 0 0 20 0 28 0 418680220 29595090944 112343 33554432000 4194304 4196468 140737146847248 140086271516688 140087546629709 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18194] ppid=18175 vsize=28901456 memory=-2026666227646604569 CPUtime=0.87 cores=0-7
/proc/18177/task/18194/stat : 18194 (java) R 18175 18175 15751 0 -1 4202560 4247 0 0 0 86 1 0 0 20 0 28 0 418680220 29595090944 112343 33554432000 4194304 4196468 140737146847248 140086270474352 140087543534406 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18195] ppid=18175 vsize=28901456 memory=0 CPUtime=0 cores=0-7
/proc/18177/task/18195/stat : 18195 (java) S 18175 18175 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418680220 29595090944 112343 33554432000 4194304 4196468 140737146847248 140086269422560 140087563228885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
[pid=18177/tid=18196] ppid=18175 vsize=28901456 memory=0 CPUtime=0 cores=0-7
/proc/18177/task/18196/stat : 18196 (java) S 18175 18175 15751 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 418680220 29595090944 112343 33554432000 4194304 4196468 140737146847248 140086268370096 140087563229826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23310336 140737146852330 140737146852502 140737146852502 140737146855375 0
Current children cumulated CPU time: 10.69 s
Current children cumulated vsize: 29014584 KiB
Current children cumulated memory: 450828 KiB

Child status: 0
Real time (s): 2.63396
CPU time (s): 10.8077
CPU user time (s): 10.3036
CPU system time (s): 0.504114
CPU usage (%): 410.322
Max. virtual memory (cumulated for all children) (KiB): 29014584
Max. memory (cumulated for all children) (KiB): 450828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.3036
system time used= 0.504114
maximum resident set size= 452664
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36399
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= 4837
involuntary context switches= 102


# summary of solver processes directly reported to runsolver:
#   pid: 18175
#   total CPU time (s): 10.8077
#   total CPU user time (s): 10.3036
#   total CPU system time (s): 0.504114

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.040922 second user time and 0.071076 second system time

The end

Launcher Data

Begin job on node117 at 2019-09-14 04:15:40
IDJOB=4393909
IDBENCH=126822
IDSOLVER=2841
FILE ID=node117/4393909-1568427383
RUNJOBID= node117-1568427144-15778
PBS_JOBID= 21702295
Free space on /tmp= 61184 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/Tpp/Tpp-zinc-s1/Tpp-7-3-30-1.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-4393909-1568427383/watcher-4393909-1568427383 -o /tmp/evaluation-result-4393909-1568427383/solver-4393909-1568427383 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node117-1568427144-15778 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1126228781 HOME/instance-4393909-1568427383.xml

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

MD5SUM BENCH= 0f4bef4b37e838bc5603a3a9d9caf103
RANDOM SEED=1126228781

node117.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.75
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.75
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.75
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.75
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:        30952884 kB
MemAvailable:   31866356 kB
Buffers:          138596 kB
Cached:          1043220 kB
SwapCached:        51464 kB
Active:           769672 kB
Inactive:         466604 kB
Active(anon):      19388 kB
Inactive(anon):    58832 kB
Active(file):     750284 kB
Inactive(file):   407772 kB
Unevictable:      110108 kB
Mlocked:          110108 kB
SwapTotal:      67108860 kB
SwapFree:       66947516 kB
Dirty:             26288 kB
Writeback:             0 kB
AnonPages:        149712 kB
Mapped:            33740 kB
Shmem:             15436 kB
Slab:             171196 kB
SReclaimable:     142504 kB
SUnreclaim:        28692 kB
KernelStack:        3824 kB
PageTables:         6432 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     497956 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    104448 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 61160 MiB
End job on node117 at 2019-09-14 04:15:43