Trace number 4394459

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.185 15.3296 3.75126

General information on the benchmark

NameTpp/Tpp-zinc-s1/
Tpp-7-5-20-1.xml
MD5SUMe35b04ec576605d811ffb09e6056798d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark105
Best CPU time to get the best result obtained on this benchmark1.03784
Satisfiable
(Un)Satisfiability was proved
Number of variables110
Number of constraints757
Number of domains57
Minimum domain size2
Maximum domain size35
Distribution of domain sizes[{"size":2,"count":1},{"size":3,"count":6},{"size":4,"count":18},{"size":5,"count":10},{"size":15,"count":6},{"size":16,"count":4},{"size":17,"count":4},{"size":18,"count":5},{"size":19,"count":1},{"size":34,"count":20},{"size":35,"count":35}]
Minimum variable degree2
Maximum variable degree36
Distribution of variable degrees[{"degree":2,"count":55},{"degree":22,"count":34},{"degree":23,"count":1},{"degree":36,"count":20}]
Minimum constraint arity1
Maximum constraint arity35
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":755},{"arity":35,"count":1}]
Number of extensional constraints55
Number of intensional constraints701
Distribution of constraint types[{"type":"extension","count":55},{"type":"intension","count":701},{"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-4394459-1568427409.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4394459-1568427409.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
10.94/3.06	c solve instance...
12.01/3.25	o 609 
12.63/3.35	o 254 
12.63/3.38	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (94/96)
12.63/3.38		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
12.63/3.38		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
12.63/3.38		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
12.63/3.38		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
12.63/3.38		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
12.63/3.38	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (94/96)
12.63/3.38		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
12.63/3.38		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
12.63/3.38		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
12.63/3.38		at org.chocosolver.solver.Solver.repair(Solver.java:443)
12.63/3.38		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
12.63/3.38		at org.chocosolver.solver.Solver.solve(Solver.java:262)
12.63/3.38		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
12.63/3.38		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
12.63/3.38		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
12.63/3.38		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
12.63/3.38		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
12.63/3.38		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
12.63/3.38		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
12.63/3.38		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
12.63/3.38		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
12.63/3.38		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
12.63/3.38	o 226 
12.63/3.39	java.util.concurrent.ExecutionException: java.lang.ArrayIndexOutOfBoundsException
12.63/3.39		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
12.63/3.39		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
12.63/3.39		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
12.63/3.39		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
12.63/3.39		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
12.63/3.39	Caused by: java.lang.ArrayIndexOutOfBoundsException
12.63/3.39		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
12.63/3.39		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
12.63/3.39		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
12.63/3.39		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
12.63/3.39		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
12.63/3.39		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
12.63/3.39		... 4 more
12.63/3.39	Caused by: java.lang.ArrayIndexOutOfBoundsException
12.63/3.39		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
12.63/3.39		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
12.63/3.39		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
12.63/3.39		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
12.63/3.39		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
12.63/3.39		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
12.63/3.39		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
12.63/3.39		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
12.63/3.39		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
12.63/3.39		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
12.63/3.39		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
12.63/3.39		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
12.63/3.39		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
12.63/3.39		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
12.63/3.39		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
12.63/3.39		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
12.63/3.39		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
12.63/3.39		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
12.63/3.39	Caused by: java.lang.ArrayIndexOutOfBoundsException: -1
12.63/3.39		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable$RSparseBitSet.intersectWithMask(PropCompactTable.java:292)
12.63/3.39		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable$RSparseBitSet.access$000(PropCompactTable.java:241)
12.63/3.39		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.propagate(PropCompactTable.java:160)
12.63/3.39		at org.chocosolver.solver.constraints.Propagator.doFinePropagation(Propagator.java:930)
12.63/3.39		at org.chocosolver.solver.propagation.PropagationEngine.propagate(PropagationEngine.java:172)
12.63/3.39		at org.chocosolver.solver.search.loop.propagate.PropagateBasic.execute(PropagateBasic.java:46)
12.63/3.39		at org.chocosolver.solver.Solver.propagate(Solver.java:403)
12.63/3.39		at org.chocosolver.solver.Solver.searchLoop(Solver.java:293)
12.63/3.39		at org.chocosolver.solver.Solver.solve(Solver.java:262)
12.63/3.39		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
12.63/3.39		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
12.63/3.39		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
12.63/3.39		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
12.63/3.39		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
12.63/3.39		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
12.63/3.39		... 4 more
12.63/3.39	o 217 
13.40/3.40	o 215 
13.40/3.47	o 210 
13.40/3.47	o 208 
13.40/3.48	o 207 
13.40/3.49	o 205 
13.40/3.49	o 200 
14.06/3.51	o 198 
14.06/3.52	o 197 
14.06/3.52	o 195 
14.57/3.61	o 190 
14.57/3.61	o 188 
14.57/3.65	o 187 
14.57/3.69	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (159/161)
14.57/3.69		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
14.57/3.69		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
14.57/3.69		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
14.57/3.69		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
14.57/3.69		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
14.57/3.69	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (159/161)
14.57/3.69		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
14.57/3.69		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
14.57/3.69		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
14.57/3.69		at org.chocosolver.solver.Solver.repair(Solver.java:443)
14.57/3.69		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
14.57/3.69		at org.chocosolver.solver.Solver.solve(Solver.java:262)
14.57/3.69		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
14.57/3.69		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
14.57/3.69		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
14.57/3.69		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
14.57/3.69		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
14.57/3.69		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
14.57/3.69		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
14.57/3.69		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
14.57/3.69		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
14.57/3.69		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
14.57/3.69	o 185 
14.57/3.69	s OPTIMUM FOUND
14.57/3.69	v <instantiation>
14.57/3.69	v 	<list>s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] s[25] s[26] s[27] s[28] s[29] s[30] s[31] s[32] s[33] s[34] 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] d[21] d[22] d[23] d[24] d[25] d[26] d[27] d[28] d[29] d[30] d[31] d[32] d[33] d[34] 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] 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] </list>
14.57/3.69	v 	<values>0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 27 34 28 29 30 31 32 26 33 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 2 0 0 0 0 0 1 7 26 26 26 26 26 26 26 26 26 26 26 26 26 26 27 26 33 27 33 26 20 19 4 8 3 20 9 13 14 10 10 13 2 6 1 1 2 2 6 11 </values>
14.57/3.69	v </instantiation>

Verifier Data

OK	185

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 (14579 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-4394459-1568427409/watcher-4394459-1568427409 -o /tmp/evaluation-result-4394459-1568427409/solver-4394459-1568427409 -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 1004295634 HOME/instance-4394459-1568427409.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=21188, runsolver pid=21185
Current StackSize limit: 8192 KiB


[startup+0.100138 s]*
/proc/loadavg: 5.71 6.66 6.80 2/211 21209
/proc/meminfo: memFree=30935624/32770624 swapFree=66947516/67108860
[pid=21188] ppid=21185 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/21188/stat : 21188 (xcsp3-exec) S 21185 21188 15751 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418682870 115843072 363 33554432000 4194304 5098028 140732802977920 140732802976024 140180084204156 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 8474624 140732802986869 140732802987113 140732802987113 140732802990026 0
/proc/21188/statm: 28282 363 304 221 0 87 0
[pid=21190] ppid=21188 vsize=28227388 memory=30484 CPUtime=0.12 cores=0-7
/proc/21190/stat : 21190 (java) S 21188 21188 15751 0 -1 1077944320 5519 0 0 0 11 1 0 0 20 0 20 0 418682870 28904845312 7621 33554432000 4194304 4196468 140725159415424 140725159397968 139974903004919 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
/proc/21190/statm: 7056847 7621 3155 1 0 7019032 0
[pid=21190/tid=21191] ppid=21188 vsize=28227388 memory=8317482817917895235 CPUtime=0.08 cores=0-7
/proc/21190/task/21191/stat : 21191 (java) R 21188 21188 15751 0 -1 4202560 3434 0 0 0 8 0 0 0 20 0 20 0 418682870 28904845312 7621 33554432000 4194304 4196468 140725159415424 139974907236608 139974903016854 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21192] ppid=21188 vsize=28227388 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/21190/task/21192/stat : 21192 (java) S 21188 21188 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418682871 28904845312 7621 33554432000 4194304 4196468 140725159415424 139974454188432 139974903015125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21193] ppid=21188 vsize=28227388 memory=140279500793472 CPUtime=0 cores=0-7
/proc/21190/task/21193/stat : 21193 (java) S 21188 21188 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418682871 28904845312 7621 33554432000 4194304 4196468 140725159415424 139974453135632 139974903015125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21194] ppid=21188 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21190/task/21194/stat : 21194 (java) S 21188 21188 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418682871 28904845312 7621 33554432000 4194304 4196468 140725159415424 139974452083344 139974903015125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21195] ppid=21188 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21190/task/21195/stat : 21195 (java) S 21188 21188 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418682871 28904845312 7621 33554432000 4194304 4196468 140725159415424 139974451030544 139974903015125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21196] ppid=21188 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21190/task/21196/stat : 21196 (java) S 21188 21188 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418682871 28904845312 7621 33554432000 4194304 4196468 140725159415424 139974449978256 139974903015125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21197] ppid=21188 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/21190/task/21197/stat : 21197 (java) S 21188 21188 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418682871 28904845312 7621 33554432000 4194304 4196468 140725159415424 139974448925456 139974903015125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21198] ppid=21188 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21190/task/21198/stat : 21198 (java) S 21188 21188 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418682871 28904845312 7621 33554432000 4194304 4196468 140725159415424 139974447873168 139974903015125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21199] ppid=21188 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21190/task/21199/stat : 21199 (java) S 21188 21188 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418682871 28904845312 7621 33554432000 4194304 4196468 140725159415424 139974446820368 139974903015125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21200] ppid=21188 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21190/task/21200/stat : 21200 (java) S 21188 21188 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418682873 28904845312 7621 33554432000 4194304 4196468 140725159415424 139973550393456 139974903016066 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21201] ppid=21188 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21190/task/21201/stat : 21201 (java) S 21188 21188 15751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418682873 28904845312 7621 33554432000 4194304 4196468 140725159415424 139973549339424 139974903015125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21202] ppid=21188 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21190/task/21202/stat : 21202 (java) S 21188 21188 15751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418682873 28904845312 7621 33554432000 4194304 4196468 140725159415424 139973548287088 139974903015125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21203] ppid=21188 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21190/task/21203/stat : 21203 (java) S 21188 21188 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418682876 28904845312 7621 33554432000 4194304 4196468 140725159415424 139973547235408 139974903023515 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21204] ppid=21188 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21190/task/21204/stat : 21204 (java) S 21188 21188 15751 0 -1 1077944384 148 0 0 0 0 0 0 0 20 0 20 0 418682876 28904845312 7621 33554432000 4194304 4196468 140725159415424 139973546183280 139974903016066 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21205] ppid=21188 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21190/task/21205/stat : 21205 (java) S 21188 21188 15751 0 -1 1077944384 279 0 0 0 0 0 0 0 20 0 20 0 418682876 28904845312 7621 33554432000 4194304 4196468 140725159415424 139973545130480 139974903016066 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21206] ppid=21188 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21190/task/21206/stat : 21206 (java) S 21188 21188 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418682876 28904845312 7621 33554432000 4194304 4196468 140725159415424 139973544078192 139974903016066 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21207] ppid=21188 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/21190/task/21207/stat : 21207 (java) R 21188 21188 15751 0 -1 4202560 343 0 0 0 2 0 0 0 20 0 20 0 418682876 28904845312 7621 33554432000 4194304 4196468 140725159415424 139973543025392 139974881989696 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21208] ppid=21188 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21190/task/21208/stat : 21208 (java) S 21188 21188 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418682876 28904845312 7621 33554432000 4194304 4196468 140725159415424 139973541972320 139974903015125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21209] ppid=21188 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/21190/task/21209/stat : 21209 (java) S 21188 21188 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418682876 28904845312 7621 33554432000 4194304 4196468 140725159415424 139973540919600 139974903016066 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 31936 KiB

[startup+0.210633 s]*
/proc/loadavg: 5.71 6.66 6.80 1/211 21209
/proc/meminfo: memFree=30913492/32770624 swapFree=66947516/67108860
[pid=21188] ppid=21185 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/21188/stat : 21188 (xcsp3-exec) S 21185 21188 15751 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418682870 115843072 363 33554432000 4194304 5098028 140732802977920 140732802976024 140180084204156 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 8474624 140732802986869 140732802987113 140732802987113 140732802990026 0
/proc/21188/statm: 28282 363 304 221 0 87 0
[pid=21190] ppid=21188 vsize=28227388 memory=41396 CPUtime=0.33 cores=0-7
/proc/21190/stat : 21190 (java) S 21188 21188 15751 0 -1 1077944320 9089 0 0 0 30 3 0 0 20 0 20 0 418682870 28904845312 10349 33554432000 4194304 4196468 140725159415424 140725159397968 139974903004919 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
/proc/21190/statm: 7056847 10349 3281 1 0 7019032 0
[pid=21190/tid=21191] ppid=21188 vsize=28227388 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/21190/task/21191/stat : 21191 (java) R 21188 21188 15751 0 -1 4202560 6247 0 0 0 18 2 0 0 20 0 20 0 418682870 28904845312 10349 33554432000 4194304 4196468 140725159415424 139974907234640 139974882082469 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21192] ppid=21188 vsize=28227388 memory=328 CPUtime=0 cores=0-7
/proc/21190/task/21192/stat : 21192 (java) S 21188 21188 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418682871 28904845312 10349 33554432000 4194304 4196468 140725159415424 139974454188432 139974903015125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21193] ppid=21188 vsize=28227388 memory=140279503884619 CPUtime=0 cores=0-7
/proc/21190/task/21193/stat : 21193 (java) S 21188 21188 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418682871 28904845312 10349 33554432000 4194304 4196468 140725159415424 139974453135632 139974903015125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21194] ppid=21188 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/21190/task/21194/stat : 21194 (java) S 21188 21188 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418682871 28904845312 10349 33554432000 4194304 4196468 140725159415424 139974452083344 139974903015125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21195] ppid=21188 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21190/task/21195/stat : 21195 (java) S 21188 21188 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418682871 28904845312 10349 33554432000 4194304 4196468 140725159415424 139974451030544 139974903015125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21196] ppid=21188 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21190/task/21196/stat : 21196 (java) S 21188 21188 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418682871 28904845312 10349 33554432000 4194304 4196468 140725159415424 139974449978256 139974903015125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21197] ppid=21188 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/21190/task/21197/stat : 21197 (java) S 21188 21188 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418682871 28904845312 10349 33554432000 4194304 4196468 140725159415424 139974448925456 139974903015125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21198] ppid=21188 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21190/task/21198/stat : 21198 (java) S 21188 21188 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418682871 28904845312 10349 33554432000 4194304 4196468 140725159415424 139974447873168 139974903015125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21199] ppid=21188 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21190/task/21199/stat : 21199 (java) S 21188 21188 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418682871 28904845312 10349 33554432000 4194304 4196468 140725159415424 139974446820368 139974903015125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21200] ppid=21188 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21190/task/21200/stat : 21200 (java) S 21188 21188 15751 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 418682873 28904845312 10349 33554432000 4194304 4196468 140725159415424 139973550393456 139974903016066 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21201] ppid=21188 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21190/task/21201/stat : 21201 (java) S 21188 21188 15751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418682873 28904845312 10349 33554432000 4194304 4196468 140725159415424 139973549339424 139974903015125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21202] ppid=21188 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21190/task/21202/stat : 21202 (java) S 21188 21188 15751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418682873 28904845312 10349 33554432000 4194304 4196468 140725159415424 139973548287088 139974903015125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21203] ppid=21188 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21190/task/21203/stat : 21203 (java) S 21188 21188 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418682876 28904845312 10349 33554432000 4194304 4196468 140725159415424 139973547235408 139974903023515 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21204] ppid=21188 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/21190/task/21204/stat : 21204 (java) R 21188 21188 15751 0 -1 4202560 185 0 0 0 1 0 0 0 20 0 20 0 418682876 28904845312 10349 33554432000 4194304 4196468 140725159415424 139973546183280 139974903016066 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21205] ppid=21188 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/21190/task/21205/stat : 21205 (java) R 21188 21188 15751 0 -1 1077944384 558 0 0 0 2 0 0 0 20 0 20 0 418682876 28904845312 10349 33554432000 4194304 4196468 140725159415424 139973545130480 139974903016066 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21206] ppid=21188 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/21190/task/21206/stat : 21206 (java) S 21188 21188 15751 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 20 0 418682876 28904845312 10349 33554432000 4194304 4196468 140725159415424 139973544078192 139974903016066 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21207] ppid=21188 vsize=28227388 memory=-1 CPUtime=0.07 cores=0-7
/proc/21190/task/21207/stat : 21207 (java) S 21188 21188 15751 0 -1 1077944384 741 0 0 0 7 0 0 0 20 0 20 0 418682876 28904845312 10349 33554432000 4194304 4196468 140725159415424 139973543025392 139974903016066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21208] ppid=21188 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21190/task/21208/stat : 21208 (java) S 21188 21188 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418682876 28904845312 10349 33554432000 4194304 4196468 140725159415424 139973541972320 139974903015125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21209] ppid=21188 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/21190/task/21209/stat : 21209 (java) S 21188 21188 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418682876 28904845312 10349 33554432000 4194304 4196468 140725159415424 139973540919600 139974903016066 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42848 KiB

[startup+0.310555 s]*
/proc/loadavg: 5.71 6.66 6.80 4/211 21209
/proc/meminfo: memFree=30908832/32770624 swapFree=66947516/67108860
[pid=21188] ppid=21185 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/21188/stat : 21188 (xcsp3-exec) S 21185 21188 15751 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418682870 115843072 363 33554432000 4194304 5098028 140732802977920 140732802976024 140180084204156 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 8474624 140732802986869 140732802987113 140732802987113 140732802990026 0
/proc/21188/statm: 28282 363 304 221 0 87 0
[pid=21190] ppid=21188 vsize=28231644 memory=50172 CPUtime=0.52 cores=0-7
/proc/21190/stat : 21190 (java) S 21188 21188 15751 0 -1 1077944320 10378 0 0 0 48 4 0 0 20 0 20 0 418682870 28909203456 12543 33554432000 4194304 4196468 140725159415424 140725159397968 139974903004919 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
/proc/21190/statm: 7057911 12543 3364 1 0 7019032 0
[pid=21190/tid=21191] ppid=21188 vsize=28231644 memory=8317482817917895235 CPUtime=0.29 cores=0-7
/proc/21190/task/21191/stat : 21191 (java) R 21188 21188 15751 0 -1 4202560 7342 0 0 0 27 2 0 0 20 0 20 0 418682870 28909203456 12543 33554432000 4194304 4196468 140725159415424 139974907236032 139974903026845 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21192] ppid=21188 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/21190/task/21192/stat : 21192 (java) S 21188 21188 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418682871 28909203456 12543 33554432000 4194304 4196468 140725159415424 139974454188432 139974903015125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21193] ppid=21188 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/21190/task/21193/stat : 21193 (java) S 21188 21188 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418682871 28909203456 12543 33554432000 4194304 4196468 140725159415424 139974453135632 139974903015125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21194] ppid=21188 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/21190/task/21194/stat : 21194 (java) S 21188 21188 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418682871 28909203456 12543 33554432000 4194304 4196468 140725159415424 139974452083344 139974903015125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21195] ppid=21188 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/21190/task/21195/stat : 21195 (java) S 21188 21188 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418682871 28909203456 12543 33554432000 4194304 4196468 140725159415424 139974451030544 139974903015125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21196] ppid=21188 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/21190/task/21196/stat : 21196 (java) S 21188 21188 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418682871 28909203456 12543 33554432000 4194304 4196468 140725159415424 139974449978256 139974903015125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21197] ppid=21188 vsize=28231644 memory=140279403342511 CPUtime=0 cores=0-7
/proc/21190/task/21197/stat : 21197 (java) S 21188 21188 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418682871 28909203456 12543 33554432000 4194304 4196468 140725159415424 139974448925456 139974903015125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21198] ppid=21188 vsize=28231644 memory=140279403344816 CPUtime=0 cores=0-7
/proc/21190/task/21198/stat : 21198 (java) S 21188 21188 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418682871 28909203456 12543 33554432000 4194304 4196468 140725159415424 139974447873168 139974903015125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21199] ppid=21188 vsize=28231644 memory=140279403347120 CPUtime=0 cores=0-7
/proc/21190/task/21199/stat : 21199 (java) S 21188 21188 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418682871 28909203456 12543 33554432000 4194304 4196468 140725159415424 139974446820368 139974903015125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21200] ppid=21188 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/21190/task/21200/stat : 21200 (java) S 21188 21188 15751 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 418682873 28909203456 12543 33554432000 4194304 4196468 140725159415424 139973550393456 139974903016066 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21201] ppid=21188 vsize=28231644 memory=280558806708112 CPUtime=0 cores=0-7
/proc/21190/task/21201/stat : 21201 (java) S 21188 21188 15751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418682873 28909203456 12543 33554432000 4194304 4196468 140725159415424 139973549339424 139974903015125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21202] ppid=21188 vsize=28231644 memory=280558806705808 CPUtime=0 cores=0-7
/proc/21190/task/21202/stat : 21202 (java) S 21188 21188 15751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418682873 28909203456 12543 33554432000 4194304 4196468 140725159415424 139973548287088 139974903015125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21203] ppid=21188 vsize=28231644 memory=280558806712720 CPUtime=0 cores=0-7
/proc/21190/task/21203/stat : 21203 (java) S 21188 21188 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418682876 28909203456 12543 33554432000 4194304 4196468 140725159415424 139973547235408 139974903023515 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21204] ppid=21188 vsize=28231644 memory=280558806654000 CPUtime=0.02 cores=0-7
/proc/21190/task/21204/stat : 21204 (java) S 21188 21188 15751 0 -1 1077944384 201 0 0 0 2 0 0 0 20 0 20 0 418682876 28909203456 12543 33554432000 4194304 4196468 140725159415424 139973546183280 139974903016066 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21205] ppid=21188 vsize=28231644 memory=280558806726544 CPUtime=0.04 cores=0-7
/proc/21190/task/21205/stat : 21205 (java) R 21188 21188 15751 0 -1 4202560 655 0 0 0 4 0 0 0 20 0 20 0 418682876 28909203456 12543 33554432000 4194304 4196468 140725159415424 139973545120864 139974886391992 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21206] ppid=21188 vsize=28231644 memory=280558806733456 CPUtime=0.01 cores=0-7
/proc/21190/task/21206/stat : 21206 (java) S 21188 21188 15751 0 -1 1077944384 46 0 0 0 1 0 0 0 20 0 20 0 418682876 28909203456 12543 33554432000 4194304 4196468 140725159415424 139973544078192 139974903016066 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21207] ppid=21188 vsize=28231644 memory=280558806731152 CPUtime=0.12 cores=0-7
/proc/21190/task/21207/stat : 21207 (java) S 21188 21188 15751 0 -1 1077944384 825 0 0 0 12 0 0 0 20 0 20 0 418682876 28909203456 12543 33554432000 4194304 4196468 140725159415424 139973543025392 139974903016066 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21208] ppid=21188 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/21190/task/21208/stat : 21208 (java) S 21188 21188 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418682876 28909203456 12543 33554432000 4194304 4196468 140725159415424 139973541972320 139974903015125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21209] ppid=21188 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/21190/task/21209/stat : 21209 (java) S 21188 21188 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418682876 28909203456 12543 33554432000 4194304 4196468 140725159415424 139973540919600 139974903016066 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51624 KiB

[startup+0.701063 s]
/proc/loadavg: 5.71 6.66 6.80 6/211 21209
/proc/meminfo: memFree=30892760/32770624 swapFree=66947516/67108860
[pid=21188] ppid=21185 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/21188/stat : 21188 (xcsp3-exec) S 21185 21188 15751 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418682870 115843072 363 33554432000 4194304 5098028 140732802977920 140732802976024 140180084204156 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 8474624 140732802986869 140732802987113 140732802987113 140732802990026 0
/proc/21188/statm: 28282 363 304 221 0 87 0
[pid=21190] ppid=21188 vsize=28233768 memory=92912 CPUtime=1.93 cores=0-7
/proc/21190/stat : 21190 (java) S 21188 21188 15751 0 -1 1077944320 15606 0 0 0 187 6 0 0 20 0 20 0 418682870 28911378432 23228 33554432000 4194304 4196468 140725159415424 140725159397968 139974903004919 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
/proc/21190/statm: 7058442 23228 3444 1 0 7019544 0
[pid=21190/tid=21191] ppid=21188 vsize=28233768 memory=0 CPUtime=0.68 cores=0-7
/proc/21190/task/21191/stat : 21191 (java) R 21188 21188 15751 0 -1 4202560 8353 0 0 0 64 4 0 0 20 0 20 0 418682870 28911378432 23228 33554432000 4194304 4196468 140725159415424 139974907242560 139974903016854 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21192] ppid=21188 vsize=28233768 memory=140279403553648 CPUtime=0 cores=0-7
/proc/21190/task/21192/stat : 21192 (java) S 21188 21188 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418682871 28911378432 23228 33554432000 4194304 4196468 140725159415424 139974454188432 139974903015125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21193] ppid=21188 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/21190/task/21193/stat : 21193 (java) S 21188 21188 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418682871 28911378432 23228 33554432000 4194304 4196468 140725159415424 139974453135632 139974903015125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21194] ppid=21188 vsize=28233768 memory=1200 CPUtime=0 cores=0-7
/proc/21190/task/21194/stat : 21194 (java) S 21188 21188 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418682871 28911378432 23228 33554432000 4194304 4196468 140725159415424 139974452083344 139974903015125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0

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


[startup+3.75119 s]
# the end of solver process 21188 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=14.1254 s, system=1.20426 s

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

[startup+3.21164 s]
/proc/loadavg: 5.71 6.66 6.80 2/211 21209
/proc/meminfo: memFree=30254596/32770624 swapFree=66947516/67108860
[pid=21188] ppid=21185 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/21188/stat : 21188 (xcsp3-exec) S 21185 21188 15751 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418682870 115843072 363 33554432000 4194304 5098028 140732802977920 140732802976024 140180084204156 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 8474624 140732802986869 140732802987113 140732802987113 140732802990026 0
/proc/21188/statm: 28282 363 304 221 0 87 0
[pid=21190] ppid=21188 vsize=28768328 memory=713224 CPUtime=12.01 cores=0-7
/proc/21190/stat : 21190 (java) S 21188 21188 15751 0 -1 1077944320 24634 0 0 0 1098 103 0 0 20 0 28 0 418682870 29458767872 178306 33554432000 4194304 4196468 140725159415424 140725159397968 139974903004919 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
/proc/21190/statm: 7192082 178306 3513 1 0 7153184 0
[pid=21190/tid=21191] ppid=21188 vsize=28768328 memory=1200 CPUtime=2.46 cores=0-7
/proc/21190/task/21191/stat : 21191 (java) S 21188 21188 15751 0 -1 1077944384 9302 0 0 0 239 7 0 0 20 0 28 0 418682870 29458767872 178306 33554432000 4194304 4196468 140725159415424 139974907245696 139974903015125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21192] ppid=21188 vsize=28768328 memory=5964 CPUtime=0.51 cores=0-7
/proc/21190/task/21192/stat : 21192 (java) S 21188 21188 15751 0 -1 1077944384 201 0 0 0 41 10 0 0 20 0 28 0 418682871 29458767872 178306 33554432000 4194304 4196468 140725159415424 139974454188432 139974903015125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21193] ppid=21188 vsize=28768328 memory=14012 CPUtime=0.55 cores=0-7
/proc/21190/task/21193/stat : 21193 (java) S 21188 21188 15751 0 -1 1077944384 358 0 0 0 44 11 0 0 20 0 28 0 418682871 29458767872 178306 33554432000 4194304 4196468 140725159415424 139974453135632 139974903015125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21194] ppid=21188 vsize=28768328 memory=10908 CPUtime=0.51 cores=0-7
/proc/21190/task/21194/stat : 21194 (java) S 21188 21188 15751 0 -1 1077944384 242 0 0 0 41 10 0 0 20 0 28 0 418682871 29458767872 178306 33554432000 4194304 4196468 140725159415424 139974452083344 139974903015125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21195] ppid=21188 vsize=28768328 memory=12024 CPUtime=0.54 cores=0-7
/proc/21190/task/21195/stat : 21195 (java) S 21188 21188 15751 0 -1 1077944384 269 0 0 0 43 11 0 0 20 0 28 0 418682871 29458767872 178306 33554432000 4194304 4196468 140725159415424 139974451030544 139974903015125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21196] ppid=21188 vsize=28768328 memory=710664 CPUtime=0.55 cores=0-7
/proc/21190/task/21196/stat : 21196 (java) S 21188 21188 15751 0 -1 1077944384 342 0 0 0 44 11 0 0 20 0 28 0 418682871 29458767872 178306 33554432000 4194304 4196468 140725159415424 139974449978256 139974903015125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21197] ppid=21188 vsize=28768328 memory=3612 CPUtime=0.53 cores=0-7
/proc/21190/task/21197/stat : 21197 (java) S 21188 21188 15751 0 -1 1077944384 224 0 0 0 42 11 0 0 20 0 28 0 418682871 29458767872 178306 33554432000 4194304 4196468 140725159415424 139974448925456 139974903015125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21198] ppid=21188 vsize=28768328 memory=22344 CPUtime=0.51 cores=0-7
/proc/21190/task/21198/stat : 21198 (java) S 21188 21188 15751 0 -1 1077944384 339 0 0 0 41 10 0 0 20 0 28 0 418682871 29458767872 178306 33554432000 4194304 4196468 140725159415424 139974447873168 139974903015125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21199] ppid=21188 vsize=28768328 memory=992 CPUtime=0.52 cores=0-7
/proc/21190/task/21199/stat : 21199 (java) S 21188 21188 15751 0 -1 1077944384 321 0 0 0 41 11 0 0 20 0 28 0 418682871 29458767872 178306 33554432000 4194304 4196468 140725159415424 139974446820368 139974903015125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21200] ppid=21188 vsize=28768328 memory=2044 CPUtime=0.03 cores=0-7
/proc/21190/task/21200/stat : 21200 (java) S 21188 21188 15751 0 -1 1077944384 514 0 0 0 3 0 0 0 20 0 28 0 418682873 29458767872 178306 33554432000 4194304 4196468 140725159415424 139973550393456 139974903016066 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21201] ppid=21188 vsize=28768328 memory=1428 CPUtime=0 cores=0-7
/proc/21190/task/21201/stat : 21201 (java) S 21188 21188 15751 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 418682873 29458767872 178306 33554432000 4194304 4196468 140725159415424 139973549339488 139974903015125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21202] ppid=21188 vsize=28768328 memory=11624 CPUtime=0 cores=0-7
/proc/21190/task/21202/stat : 21202 (java) S 21188 21188 15751 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 28 0 418682873 29458767872 178306 33554432000 4194304 4196468 140725159415424 139973548287104 139974903015125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21203] ppid=21188 vsize=28768328 memory=740 CPUtime=0 cores=0-7
/proc/21190/task/21203/stat : 21203 (java) S 21188 21188 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418682876 29458767872 178306 33554432000 4194304 4196468 140725159415424 139973547235408 139974903023515 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21204] ppid=21188 vsize=28768328 memory=1056 CPUtime=1.45 cores=0-7
/proc/21190/task/21204/stat : 21204 (java) R 21188 21188 15751 0 -1 4202560 3046 0 0 0 145 0 0 0 20 0 28 0 418682876 29458767872 178306 33554432000 4194304 4196468 140725159415424 139973546164576 139974886893542 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21205] ppid=21188 vsize=28768328 memory=1552 CPUtime=1.23 cores=0-7
/proc/21190/task/21205/stat : 21205 (java) R 21188 21188 15751 0 -1 4202560 2719 0 0 0 122 1 0 0 20 0 28 0 418682876 29458767872 178306 33554432000 4194304 4196468 140725159415424 139973545117264 139974888128954 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21206] ppid=21188 vsize=28768328 memory=4481 CPUtime=1.2 cores=0-7
/proc/21190/task/21206/stat : 21206 (java) R 21188 21188 15751 0 -1 4202560 2032 0 0 0 119 1 0 0 20 0 28 0 418682876 29458767872 178306 33554432000 4194304 4196468 140725159415424 139973544057872 139974887397343 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21207] ppid=21188 vsize=28768328 memory=4420 CPUtime=0.75 cores=0-7
/proc/21190/task/21207/stat : 21207 (java) S 21188 21188 15751 0 -1 1077944384 3048 0 0 0 74 1 0 0 20 0 28 0 418682876 29458767872 178306 33554432000 4194304 4196468 140725159415424 139973543025392 139974903016066 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21208] ppid=21188 vsize=28768328 memory=1452 CPUtime=0 cores=0-7
/proc/21190/task/21208/stat : 21208 (java) S 21188 21188 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418682876 29458767872 178306 33554432000 4194304 4196468 140725159415424 139973541972320 139974903015125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21209] ppid=21188 vsize=28768328 memory=124036 CPUtime=0 cores=0-7
/proc/21190/task/21209/stat : 21209 (java) S 21188 21188 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 418682876 29458767872 178306 33554432000 4194304 4196468 140725159415424 139973540919600 139974903016066 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
Current children cumulated CPU time: 12.01 s
Current children cumulated vsize: 28881456 KiB
Current children cumulated memory: 714676 KiB

[startup+3.60096 s]
/proc/loadavg: 5.71 6.66 6.80 2/211 21209
/proc/meminfo: memFree=30254596/32770624 swapFree=66947516/67108860
[pid=21188] ppid=21185 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/21188/stat : 21188 (xcsp3-exec) S 21185 21188 15751 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418682870 115843072 363 33554432000 4194304 5098028 140732802977920 140732802976024 140180084204156 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 8474624 140732802986869 140732802987113 140732802987113 140732802990026 0
/proc/21188/statm: 28282 363 304 221 0 87 0
[pid=21190] ppid=21188 vsize=28834892 memory=842436 CPUtime=14.57 cores=0-7
/proc/21190/stat : 21190 (java) S 21188 21188 15751 0 -1 1077944320 30501 0 0 0 1349 108 0 0 20 0 28 0 418682870 29526929408 210609 33554432000 4194304 4196468 140725159415424 140725159397968 139974903004919 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
/proc/21190/statm: 7208723 210609 3519 1 0 7169825 0
[pid=21190/tid=21191] ppid=21188 vsize=28834892 memory=2319406795981862450 CPUtime=2.47 cores=0-7
/proc/21190/task/21191/stat : 21191 (java) S 21188 21188 15751 0 -1 1077944384 9305 0 0 0 240 7 0 0 20 0 28 0 418682870 29526929408 210609 33554432000 4194304 4196468 140725159415424 139974907245696 139974903015125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21192] ppid=21188 vsize=28834892 memory=2241 CPUtime=0.51 cores=0-7
/proc/21190/task/21192/stat : 21192 (java) S 21188 21188 15751 0 -1 1077944384 201 0 0 0 41 10 0 0 20 0 28 0 418682871 29526929408 210609 33554432000 4194304 4196468 140725159415424 139974454188432 139974903015125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21193] ppid=21188 vsize=28834892 memory=2244 CPUtime=0.55 cores=0-7
/proc/21190/task/21193/stat : 21193 (java) S 21188 21188 15751 0 -1 1077944384 358 0 0 0 44 11 0 0 20 0 28 0 418682871 29526929408 210609 33554432000 4194304 4196468 140725159415424 139974453135632 139974903015125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21194] ppid=21188 vsize=28834892 memory=1452 CPUtime=0.51 cores=0-7
/proc/21190/task/21194/stat : 21194 (java) S 21188 21188 15751 0 -1 1077944384 242 0 0 0 41 10 0 0 20 0 28 0 418682871 29526929408 210609 33554432000 4194304 4196468 140725159415424 139974452083344 139974903015125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21195] ppid=21188 vsize=28834892 memory=350100 CPUtime=0.54 cores=0-7
/proc/21190/task/21195/stat : 21195 (java) S 21188 21188 15751 0 -1 1077944384 269 0 0 0 43 11 0 0 20 0 28 0 418682871 29526929408 210609 33554432000 4194304 4196468 140725159415424 139974451030544 139974903015125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21196] ppid=21188 vsize=28834892 memory=-2605811476043407915 CPUtime=0.55 cores=0-7
/proc/21190/task/21196/stat : 21196 (java) S 21188 21188 15751 0 -1 1077944384 342 0 0 0 44 11 0 0 20 0 28 0 418682871 29526929408 210609 33554432000 4194304 4196468 140725159415424 139974449978256 139974903015125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21197] ppid=21188 vsize=28834892 memory=-2026666227646604569 CPUtime=0.53 cores=0-7
/proc/21190/task/21197/stat : 21197 (java) S 21188 21188 15751 0 -1 1077944384 224 0 0 0 42 11 0 0 20 0 28 0 418682871 29526929408 210609 33554432000 4194304 4196468 140725159415424 139974448925456 139974903015125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21198] ppid=21188 vsize=28834892 memory=-4695043397844020537 CPUtime=0.51 cores=0-7
/proc/21190/task/21198/stat : 21198 (java) S 21188 21188 15751 0 -1 1077944384 339 0 0 0 41 10 0 0 20 0 28 0 418682871 29526929408 210609 33554432000 4194304 4196468 140725159415424 139974447873168 139974903015125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21199] ppid=21188 vsize=28834892 memory=7976406965554101975 CPUtime=0.52 cores=0-7
/proc/21190/task/21199/stat : 21199 (java) S 21188 21188 15751 0 -1 1077944384 321 0 0 0 41 11 0 0 20 0 28 0 418682871 29526929408 210609 33554432000 4194304 4196468 140725159415424 139974446820368 139974903015125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21200] ppid=21188 vsize=28834892 memory=-7022074515825631275 CPUtime=0.03 cores=0-7
/proc/21190/task/21200/stat : 21200 (java) S 21188 21188 15751 0 -1 1077944384 514 0 0 0 3 0 0 0 20 0 28 0 418682873 29526929408 210609 33554432000 4194304 4196468 140725159415424 139973550393456 139974903016066 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21201] ppid=21188 vsize=28834892 memory=-7022074515825631275 CPUtime=0 cores=0-7
/proc/21190/task/21201/stat : 21201 (java) S 21188 21188 15751 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 418682873 29526929408 210609 33554432000 4194304 4196468 140725159415424 139973549339488 139974903015125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21202] ppid=21188 vsize=28834892 memory=-4695043397844020537 CPUtime=0 cores=0-7
/proc/21190/task/21202/stat : 21202 (java) S 21188 21188 15751 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 28 0 418682873 29526929408 210609 33554432000 4194304 4196468 140725159415424 139973548287104 139974903015125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21203] ppid=21188 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/21190/task/21203/stat : 21203 (java) S 21188 21188 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418682876 29526929408 210609 33554432000 4194304 4196468 140725159415424 139973547235408 139974903023515 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21204] ppid=21188 vsize=28834892 memory=280558807069664 CPUtime=1.79 cores=0-7
/proc/21190/task/21204/stat : 21204 (java) R 21188 21188 15751 0 -1 4202560 4064 0 0 0 178 1 0 0 20 0 28 0 418682876 29526929408 210609 33554432000 4194304 4196468 140725159415424 139973546169464 139974888112524 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21205] ppid=21188 vsize=28834892 memory=8462477691179440886 CPUtime=1.57 cores=0-7
/proc/21190/task/21205/stat : 21205 (java) R 21188 21188 15751 0 -1 4202560 3748 0 0 0 156 1 0 0 20 0 28 0 418682876 29526929408 210609 33554432000 4194304 4196468 140725159415424 139973545117048 139974884529253 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21206] ppid=21188 vsize=28834892 memory=-2026666227646604569 CPUtime=1.56 cores=0-7
/proc/21190/task/21206/stat : 21206 (java) R 21188 21188 15751 0 -1 4202560 3027 0 0 0 155 1 0 0 20 0 28 0 418682876 29526929408 210609 33554432000 4194304 4196468 140725159415424 139973544065568 139974886491747 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21207] ppid=21188 vsize=28834892 memory=0 CPUtime=0.91 cores=0-7
/proc/21190/task/21207/stat : 21207 (java) S 21188 21188 15751 0 -1 1077944384 3939 0 0 0 90 1 0 0 20 0 28 0 418682876 29526929408 210609 33554432000 4194304 4196468 140725159415424 139973543025392 139974903016066 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21208] ppid=21188 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/21190/task/21208/stat : 21208 (java) S 21188 21188 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418682876 29526929408 210609 33554432000 4194304 4196468 140725159415424 139973541972320 139974903015125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21209] ppid=21188 vsize=28834892 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/21190/task/21209/stat : 21209 (java) S 21188 21188 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 418682876 29526929408 210609 33554432000 4194304 4196468 140725159415424 139973540919600 139974903016066 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
Current children cumulated CPU time: 14.57 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 843888 KiB

[startup+3.70097 s]
/proc/loadavg: 5.71 6.66 6.80 2/211 21209
/proc/meminfo: memFree=30254596/32770624 swapFree=66947516/67108860
[pid=21188] ppid=21185 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/21188/stat : 21188 (xcsp3-exec) S 21185 21188 15751 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418682870 115843072 363 33554432000 4194304 5098028 140732802977920 140732802976024 140180084204156 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 8474624 140732802986869 140732802987113 140732802987113 140732802990026 0
/proc/21188/statm: 28282 363 304 221 0 87 0
[pid=21190] ppid=21188 vsize=28834892 memory=898528 CPUtime=15.27 cores=0-7
/proc/21190/stat : 21190 (java) S 21188 21188 15751 0 -1 1077944320 31759 0 0 0 1408 119 0 0 20 0 19 0 418682870 29526929408 224632 33554432000 4194304 4196468 140725159415424 140725159397968 139974903004919 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
/proc/21190/statm: 7208723 224632 3520 1 0 7169825 0
[pid=21190/tid=21191] ppid=21188 vsize=28834892 memory=1452 CPUtime=2.48 cores=0-7
/proc/21190/task/21191/stat : 21191 (java) S 21188 21188 15751 0 -1 1077944384 9308 0 0 0 241 7 0 0 20 0 19 0 418682870 29526929408 224632 33554432000 4194304 4196468 140725159415424 139974907247760 139974903015125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21192] ppid=21188 vsize=28834892 memory=788224 CPUtime=0.54 cores=0-7
/proc/21190/task/21192/stat : 21192 (java) S 21188 21188 15751 0 -1 1077944384 216 0 0 0 42 12 0 0 20 0 19 0 418682871 29526929408 224632 33554432000 4194304 4196468 140725159415424 139974454188432 139974903015125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21193] ppid=21188 vsize=28834892 memory=4136 CPUtime=0.58 cores=0-7
/proc/21190/task/21193/stat : 21193 (java) S 21188 21188 15751 0 -1 1077944384 376 0 0 0 45 13 0 0 20 0 19 0 418682871 29526929408 224632 33554432000 4194304 4196468 140725159415424 139974453135632 139974903015125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21194] ppid=21188 vsize=28834892 memory=780 CPUtime=0.55 cores=0-7
/proc/21190/task/21194/stat : 21194 (java) S 21188 21188 15751 0 -1 1077944384 260 0 0 0 43 12 0 0 20 0 19 0 418682871 29526929408 224632 33554432000 4194304 4196468 140725159415424 139974452083344 139974903015125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21195] ppid=21188 vsize=28834892 memory=662363608034390319 CPUtime=0.58 cores=0-7
/proc/21190/task/21195/stat : 21195 (java) S 21188 21188 15751 0 -1 1077944384 286 0 0 0 45 13 0 0 20 0 19 0 418682871 29526929408 224632 33554432000 4194304 4196468 140725159415424 139974451030544 139974903015125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21196] ppid=21188 vsize=28834892 memory=7649399362722869554 CPUtime=0.58 cores=0-7
/proc/21190/task/21196/stat : 21196 (java) S 21188 21188 15751 0 -1 1077944384 359 0 0 0 45 13 0 0 20 0 19 0 418682871 29526929408 224632 33554432000 4194304 4196468 140725159415424 139974449978256 139974903015125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21197] ppid=21188 vsize=28834892 memory=7649399367017836850 CPUtime=0.55 cores=0-7
/proc/21190/task/21197/stat : 21197 (java) S 21188 21188 15751 0 -1 1077944384 238 0 0 0 43 12 0 0 20 0 19 0 418682871 29526929408 224632 33554432000 4194304 4196468 140725159415424 139974448925456 139974903015125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21198] ppid=21188 vsize=28834892 memory=56 CPUtime=0.53 cores=0-7
/proc/21190/task/21198/stat : 21198 (java) S 21188 21188 15751 0 -1 1077944384 350 0 0 0 42 11 0 0 20 0 19 0 418682871 29526929408 224632 33554432000 4194304 4196468 140725159415424 139974447873168 139974903015125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21199] ppid=21188 vsize=28834892 memory=13877 CPUtime=0.56 cores=0-7
/proc/21190/task/21199/stat : 21199 (java) S 21188 21188 15751 0 -1 1077944384 341 0 0 0 43 13 0 0 20 0 19 0 418682871 29526929408 224632 33554432000 4194304 4196468 140725159415424 139974446820368 139974903015125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21200] ppid=21188 vsize=28834892 memory=26820 CPUtime=0.03 cores=0-7
/proc/21190/task/21200/stat : 21200 (java) S 21188 21188 15751 0 -1 1077944384 782 0 0 0 3 0 0 0 20 0 19 0 418682873 29526929408 224632 33554432000 4194304 4196468 140725159415424 139973550393664 139974903016066 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21201] ppid=21188 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/21190/task/21201/stat : 21201 (java) S 21188 21188 15751 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 19 0 418682873 29526929408 224632 33554432000 4194304 4196468 140725159415424 139973549339488 139974903015125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21202] ppid=21188 vsize=28834892 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/21190/task/21202/stat : 21202 (java) S 21188 21188 15751 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 19 0 418682873 29526929408 224632 33554432000 4194304 4196468 140725159415424 139973548287104 139974903015125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21203] ppid=21188 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/21190/task/21203/stat : 21203 (java) S 21188 21188 15751 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 19 0 418682876 29526929408 224632 33554432000 4194304 4196468 140725159415424 139973547234176 139974903015125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21204] ppid=21188 vsize=28834892 memory=0 CPUtime=1.88 cores=0-7
/proc/21190/task/21204/stat : 21204 (java) R 21188 21188 15751 0 -1 4202560 4326 0 0 0 187 1 0 0 20 0 19 0 418682876 29526929408 224632 33554432000 4194304 4196468 140725159415424 139973546167520 139974886488343 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21205] ppid=21188 vsize=28834892 memory=0 CPUtime=1.64 cores=0-7
/proc/21190/task/21205/stat : 21205 (java) S 21188 21188 15751 0 -1 1077944384 3758 0 0 0 163 1 0 0 20 0 19 0 418682876 29526929408 224632 33554432000 4194304 4196468 140725159415424 139973545114992 139974903015125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21206] ppid=21188 vsize=28834892 memory=0 CPUtime=1.64 cores=0-7
/proc/21190/task/21206/stat : 21206 (java) R 21188 21188 15751 0 -1 4202560 3027 0 0 0 163 1 0 0 20 0 19 0 418682876 29526929408 224632 33554432000 4194304 4196468 140725159415424 139973544057232 139974884549119 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21207] ppid=21188 vsize=28834892 memory=714824 CPUtime=0.92 cores=0-7
/proc/21190/task/21207/stat : 21207 (java) S 21188 21188 15751 0 -1 1077944384 3962 0 0 0 91 1 0 0 20 0 19 0 418682876 29526929408 224632 33554432000 4194304 4196468 140725159415424 139973543025392 139974903016066 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
[pid=21190/tid=21208] ppid=21188 vsize=28834892 memory=3612 CPUtime=0 cores=0-7
/proc/21190/task/21208/stat : 21208 (java) S 21188 21188 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 418682876 29526929408 224632 33554432000 4194304 4196468 140725159415424 139973541972320 139974903015125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7622656 140725159416810 140725159416982 140725159416982 140725159419855 0
Current children cumulated CPU time: 15.27 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 899980 KiB

Child status: 0
Real time (s): 3.75126
CPU time (s): 15.3296
CPU user time (s): 14.1254
CPU system time (s): 1.20426
CPU usage (%): 408.653
Max. virtual memory (cumulated for all children) (KiB): 28948020
Max. memory (cumulated for all children) (KiB): 899980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.1254
system time used= 1.20426
maximum resident set size= 899632
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32318
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= 5233
involuntary context switches= 149


# summary of solver processes directly reported to runsolver:
#   pid: 21188
#   total CPU time (s): 15.3296
#   total CPU user time (s): 14.1254
#   total CPU system time (s): 1.20426

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.046467 second user time and 0.085706 second system time

The end

Launcher Data

Begin job on node117 at 2019-09-14 04:16:07
IDJOB=4394459
IDBENCH=126827
IDSOLVER=2843
FILE ID=node117/4394459-1568427409
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-5-20-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-4394459-1568427409/watcher-4394459-1568427409 -o /tmp/evaluation-result-4394459-1568427409/solver-4394459-1568427409 -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 1004295634 HOME/instance-4394459-1568427409.xml

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

MD5SUM BENCH= e35b04ec576605d811ffb09e6056798d
RANDOM SEED=1004295634

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:        30952284 kB
MemAvailable:   31866368 kB
Buffers:          138776 kB
Cached:          1043836 kB
SwapCached:        51464 kB
Active:           769664 kB
Inactive:         466804 kB
Active(anon):      18980 kB
Inactive(anon):    58832 kB
Active(file):     750684 kB
Inactive(file):   407972 kB
Unevictable:      110108 kB
Mlocked:          110108 kB
SwapTotal:      67108860 kB
SwapFree:       66947516 kB
Dirty:             26312 kB
Writeback:             0 kB
AnonPages:        112576 kB
Mapped:            32768 kB
Shmem:             15436 kB
Slab:             171520 kB
SReclaimable:     142524 kB
SUnreclaim:        28996 kB
KernelStack:        3424 kB
PageTables:         5800 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:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

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