Trace number 4394515

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 parallelOPT91 4682.74 670.712

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n15/
TravellingSalesman-15-30-14.xml
MD5SUM8288d58d1e6d081c99b6d9412791f2b3
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark91
Best CPU time to get the best result obtained on this benchmark53.9952
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints16
Number of domains2
Minimum domain size15
Maximum domain size29
Distribution of domain sizes[{"size":15,"count":15},{"size":29,"count":15}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":15},{"degree":3,"count":15}]
Minimum constraint arity3
Maximum constraint arity15
Distribution of constraint arities[{"arity":3,"count":15},{"arity":15,"count":1}]
Number of extensional constraints15
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":15},{"type":"allDifferent","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-4394515-1568439275.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.19	c [HOME/instance-4394515-1568439275.xml, -tl, 20160s, -p, 8]
0.33/0.23	c 8 solvers in parallel
0.33/0.29	c parse instance...
1.02/0.58	c solve instance...
1.37/0.69	o 145 
1.91/0.71	o 141 
1.91/0.71	o 139 
1.91/0.72	o 119 
2.59/0.84	o 116 
2.59/0.85	o 115 
2.59/0.87	o 114 
2.59/0.87	o 105 
2.59/0.88	o 104 
2.59/0.89	o 101 
8.46/1.65	o 100 
8.46/1.69	o 97 
8.98/1.70	o 95 
8.98/1.76	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (40/48)
8.98/1.76		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
8.98/1.76		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
8.98/1.76		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
8.98/1.76		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
8.98/1.76		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
8.98/1.76	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (40/48)
8.98/1.76		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
8.98/1.76		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
8.98/1.76		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
8.98/1.76		at org.chocosolver.solver.Solver.repair(Solver.java:443)
8.98/1.76		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
8.98/1.76		at org.chocosolver.solver.Solver.solve(Solver.java:262)
8.98/1.76		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
8.98/1.76		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
8.98/1.76		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
8.98/1.76		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
8.98/1.76		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
8.98/1.76		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
8.98/1.76		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
8.98/1.76		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
8.98/1.76		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
8.98/1.76		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
8.98/1.76	o 93 
8.98/1.77	o 91 
4682.11/670.68	java.util.concurrent.ExecutionException: java.lang.ArrayIndexOutOfBoundsException
4682.11/670.68		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
4682.11/670.68		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
4682.11/670.68		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
4682.11/670.68		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
4682.11/670.68		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
4682.11/670.68	Caused by: java.lang.ArrayIndexOutOfBoundsException
4682.11/670.68		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
4682.11/670.68		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
4682.11/670.68		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
4682.11/670.68		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
4682.11/670.68		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
4682.11/670.68		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
4682.11/670.68		... 4 more
4682.11/670.68	Caused by: java.lang.ArrayIndexOutOfBoundsException
4682.11/670.68		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
4682.11/670.68		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
4682.11/670.68		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
4682.11/670.68		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
4682.11/670.68		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
4682.11/670.68		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
4682.11/670.68		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
4682.11/670.68		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
4682.11/670.68		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
4682.11/670.68		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
4682.11/670.68		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
4682.11/670.68		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
4682.11/670.68		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
4682.11/670.68		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
4682.11/670.68		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
4682.11/670.68		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
4682.11/670.68		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
4682.11/670.68		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
4682.11/670.68	Caused by: java.lang.ArrayIndexOutOfBoundsException: -1
4682.11/670.68		at org.chocosolver.solver.propagation.PropagationEngine$DynPropagators.removeAt(PropagationEngine.java:489)
4682.11/670.68		at org.chocosolver.solver.propagation.PropagationEngine$DynPropagators.remove(PropagationEngine.java:480)
4682.11/670.68		at org.chocosolver.solver.propagation.PropagationEngine$DynPropagators.addOrUpdate(PropagationEngine.java:473)
4682.11/670.68		at org.chocosolver.solver.propagation.PropagationEngine.propagateOnBacktrack(PropagationEngine.java:401)
4682.11/670.68		at org.chocosolver.solver.constraints.Propagator.forcePropagationOnBacktrack(Propagator.java:566)
4682.11/670.68		at org.chocosolver.sat.PropNogoods.addLearnt(PropNogoods.java:543)
4682.11/670.68		at org.chocosolver.solver.search.loop.monitors.NogoodFromRestarts.extractNogoodFromPath(NogoodFromRestarts.java:88)
4682.11/670.68		at org.chocosolver.solver.search.loop.monitors.NogoodFromRestarts.beforeRestart(NogoodFromRestarts.java:65)
4682.11/670.68		at org.chocosolver.solver.search.loop.monitors.SearchMonitorList.beforeRestart(SearchMonitorList.java:141)
4682.11/670.68		at org.chocosolver.solver.Solver.restart(Solver.java:596)
4682.11/670.68		at org.chocosolver.solver.search.loop.move.MoveRestart.restart(MoveRestart.java:135)
4682.11/670.68		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:84)
4682.11/670.68		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:82)
4682.11/670.68		at org.chocosolver.solver.Solver.extend(Solver.java:421)
4682.11/670.68		at org.chocosolver.solver.Solver.searchLoop(Solver.java:297)
4682.11/670.68		at org.chocosolver.solver.Solver.solve(Solver.java:262)
4682.11/670.68		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
4682.11/670.68		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
4682.11/670.68		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
4682.11/670.68		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
4682.11/670.68		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
4682.11/670.68		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
4682.11/670.68		... 4 more
4682.11/670.69	s OPTIMUM FOUND
4682.11/670.69	v <instantiation>
4682.11/670.69	v 	<list>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] 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] </list>
4682.11/670.69	v 	<values>14 9 8 7 4 3 1 2 5 0 6 11 10 12 13 7 2 2 9 2 2 5 6 15 8 15 7 4 6 1 </values>
4682.11/670.69	v </instantiation>

Verifier Data

OK	91

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4394515-1568439275/watcher-4394515-1568439275 -o /tmp/evaluation-result-4394515-1568439275/solver-4394515-1568439275 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node107-1568435316-23937 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 719093605 HOME/instance-4394515-1568439275.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=24102, runsolver pid=24099
Current StackSize limit: 8192 KiB


[startup+0.100109 s]*
/proc/loadavg: 7.94 8.01 8.09 2/211 24123
/proc/meminfo: memFree=31045228/32770624 swapFree=66923092/67108860
[pid=24102] ppid=24099 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/24102/stat : 24102 (xcsp3-exec) S 24099 24102 23910 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 420183471 115843072 363 33554432000 4194304 5098028 140721122456256 140721122454360 139990825726588 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 20779008 140721122460534 140721122460777 140721122460777 140721122463690 0
/proc/24102/statm: 28282 363 304 221 0 87 0
[pid=24104] ppid=24102 vsize=28227388 memory=27888 CPUtime=0.12 cores=0-7
/proc/24104/stat : 24104 (java) S 24102 24102 23910 0 -1 1077944320 5925 0 0 0 11 1 0 0 20 0 20 0 420183471 28904845312 6972 33554432000 4194304 4196468 140731950733344 140731950715888 140327751593719 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
/proc/24104/statm: 7056847 6972 3148 1 0 7019032 0
[pid=24104/tid=24105] ppid=24102 vsize=28227388 memory=576460756329955445 CPUtime=0.09 cores=0-7
/proc/24104/task/24105/stat : 24105 (java) R 24102 24102 23910 0 -1 4202560 3810 0 0 0 8 1 0 0 20 0 20 0 420183471 28904845312 6972 33554432000 4194304 4196468 140731950733344 140327755825648 140327751605654 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24106] ppid=24102 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/24104/task/24106/stat : 24106 (java) S 24102 24102 23910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420183472 28904845312 6972 33554432000 4194304 4196468 140731950733344 140327723437200 140327751603925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24107] ppid=24102 vsize=28227388 memory=288370351614264960 CPUtime=0 cores=0-7
/proc/24104/task/24107/stat : 24107 (java) S 24102 24102 23910 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420183472 28904845312 6972 33554432000 4194304 4196468 140731950733344 140327301712912 140327751603925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24108] ppid=24102 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/24104/task/24108/stat : 24108 (java) S 24102 24102 23910 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420183472 28904845312 6972 33554432000 4194304 4196468 140731950733344 140327300660112 140327751603925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24109] ppid=24102 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/24104/task/24109/stat : 24109 (java) S 24102 24102 23910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420183472 28904845312 6972 33554432000 4194304 4196468 140731950733344 140327299607312 140327751603925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24110] ppid=24102 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/24104/task/24110/stat : 24110 (java) S 24102 24102 23910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420183472 28904845312 6972 33554432000 4194304 4196468 140731950733344 140327298554512 140327751603925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24111] ppid=24102 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/24104/task/24111/stat : 24111 (java) S 24102 24102 23910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420183472 28904845312 6972 33554432000 4194304 4196468 140731950733344 140327297501712 140327751603925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24112] ppid=24102 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/24104/task/24112/stat : 24112 (java) S 24102 24102 23910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420183472 28904845312 6972 33554432000 4194304 4196468 140731950733344 140327296448912 140327751603925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24113] ppid=24102 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/24104/task/24113/stat : 24113 (java) S 24102 24102 23910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420183472 28904845312 6972 33554432000 4194304 4196468 140731950733344 140327295396112 140327751603925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24114] ppid=24102 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/24104/task/24114/stat : 24114 (java) S 24102 24102 23910 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420183474 28904845312 6972 33554432000 4194304 4196468 140731950733344 140326867168112 140327751604866 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24115] ppid=24102 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/24104/task/24115/stat : 24115 (java) S 24102 24102 23910 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 420183474 28904845312 6972 33554432000 4194304 4196468 140731950733344 140326866114080 140327751603925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24116] ppid=24102 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/24104/task/24116/stat : 24116 (java) S 24102 24102 23910 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 420183474 28904845312 6972 33554432000 4194304 4196468 140731950733344 140326865061232 140327751603925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24117] ppid=24102 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/24104/task/24117/stat : 24117 (java) S 24102 24102 23910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420183477 28904845312 6972 33554432000 4194304 4196468 140731950733344 140326864009552 140327751612315 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24118] ppid=24102 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/24104/task/24118/stat : 24118 (java) S 24102 24102 23910 0 -1 1077944384 422 0 0 0 0 0 0 0 20 0 20 0 420183477 28904845312 6972 33554432000 4194304 4196468 140731950733344 140326862956912 140327751604866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24119] ppid=24102 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/24104/task/24119/stat : 24119 (java) S 24102 24102 23910 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420183477 28904845312 6972 33554432000 4194304 4196468 140731950733344 140326861904112 140327751604866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24120] ppid=24102 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/24104/task/24120/stat : 24120 (java) S 24102 24102 23910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420183477 28904845312 6972 33554432000 4194304 4196468 140731950733344 140326860851312 140327751604866 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24121] ppid=24102 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/24104/task/24121/stat : 24121 (java) R 24102 24102 23910 0 -1 4202560 379 0 0 0 1 0 0 0 20 0 20 0 420183477 28904845312 6972 33554432000 4194304 4196468 140731950733344 140326859798512 140327751605654 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24122] ppid=24102 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/24104/task/24122/stat : 24122 (java) S 24102 24102 23910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420183477 28904845312 6972 33554432000 4194304 4196468 140731950733344 140326858746976 140327751603925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24123] ppid=24102 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/24104/task/24123/stat : 24123 (java) S 24102 24102 23910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420183477 28904845312 6972 33554432000 4194304 4196468 140731950733344 140326857694256 140327751604866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 29340 KiB

[startup+0.209935 s]*
/proc/loadavg: 7.94 8.01 8.09 3/211 24123
/proc/meminfo: memFree=31030736/32770624 swapFree=66923092/67108860
[pid=24102] ppid=24099 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/24102/stat : 24102 (xcsp3-exec) S 24099 24102 23910 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 420183471 115843072 363 33554432000 4194304 5098028 140721122456256 140721122454360 139990825726588 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 20779008 140721122460534 140721122460777 140721122460777 140721122463690 0
/proc/24102/statm: 28282 363 304 221 0 87 0
[pid=24104] ppid=24102 vsize=28227388 memory=39600 CPUtime=0.33 cores=0-7
/proc/24104/stat : 24104 (java) S 24102 24102 23910 0 -1 1077944320 9717 0 0 0 30 3 0 0 20 0 20 0 420183471 28904845312 9900 33554432000 4194304 4196468 140731950733344 140731950715888 140327751593719 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
/proc/24104/statm: 7056847 9900 3281 1 0 7019032 0
[pid=24104/tid=24105] ppid=24102 vsize=28227388 memory=8316850467074736180 CPUtime=0.19 cores=0-7
/proc/24104/task/24105/stat : 24105 (java) R 24102 24102 23910 0 -1 4202560 6721 0 0 0 17 2 0 0 20 0 20 0 420183471 28904845312 9900 33554432000 4194304 4196468 140731950733344 140327755831744 140327751615645 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24106] ppid=24102 vsize=28227388 memory=10923 CPUtime=0 cores=0-7
/proc/24104/task/24106/stat : 24106 (java) S 24102 24102 23910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420183472 28904845312 9900 33554432000 4194304 4196468 140731950733344 140327723437200 140327751603925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24107] ppid=24102 vsize=28227388 memory=139975462574839 CPUtime=0 cores=0-7
/proc/24104/task/24107/stat : 24107 (java) S 24102 24102 23910 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420183472 28904845312 9900 33554432000 4194304 4196468 140731950733344 140327301712912 140327751603925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24108] ppid=24102 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/24104/task/24108/stat : 24108 (java) S 24102 24102 23910 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420183472 28904845312 9900 33554432000 4194304 4196468 140731950733344 140327300660112 140327751603925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24109] ppid=24102 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/24104/task/24109/stat : 24109 (java) S 24102 24102 23910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420183472 28904845312 9900 33554432000 4194304 4196468 140731950733344 140327299607312 140327751603925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24110] ppid=24102 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/24104/task/24110/stat : 24110 (java) S 24102 24102 23910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420183472 28904845312 9900 33554432000 4194304 4196468 140731950733344 140327298554512 140327751603925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24111] ppid=24102 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/24104/task/24111/stat : 24111 (java) S 24102 24102 23910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420183472 28904845312 9900 33554432000 4194304 4196468 140731950733344 140327297501712 140327751603925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24112] ppid=24102 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/24104/task/24112/stat : 24112 (java) S 24102 24102 23910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420183472 28904845312 9900 33554432000 4194304 4196468 140731950733344 140327296448912 140327751603925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24113] ppid=24102 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/24104/task/24113/stat : 24113 (java) S 24102 24102 23910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420183472 28904845312 9900 33554432000 4194304 4196468 140731950733344 140327295396112 140327751603925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24114] ppid=24102 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/24104/task/24114/stat : 24114 (java) S 24102 24102 23910 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 420183474 28904845312 9900 33554432000 4194304 4196468 140731950733344 140326867168112 140327751604866 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24115] ppid=24102 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/24104/task/24115/stat : 24115 (java) S 24102 24102 23910 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 420183474 28904845312 9966 33554432000 4194304 4196468 140731950733344 140326866114080 140327751603925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24116] ppid=24102 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/24104/task/24116/stat : 24116 (java) S 24102 24102 23910 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 420183474 28904845312 9966 33554432000 4194304 4196468 140731950733344 140326865061232 140327751603925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24117] ppid=24102 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/24104/task/24117/stat : 24117 (java) S 24102 24102 23910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420183477 28904845312 9966 33554432000 4194304 4196468 140731950733344 140326864009552 140327751612315 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24118] ppid=24102 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/24104/task/24118/stat : 24118 (java) S 24102 24102 23910 0 -1 1077944384 459 0 0 0 1 0 0 0 20 0 20 0 420183477 28904845312 9966 33554432000 4194304 4196468 140731950733344 140326862956912 140327751604866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24119] ppid=24102 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/24104/task/24119/stat : 24119 (java) R 24102 24102 23910 0 -1 1077944384 44 0 0 0 1 0 0 0 20 0 20 0 420183477 28904845312 9966 33554432000 4194304 4196468 140731950733344 140326861904112 140327751604866 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24120] ppid=24102 vsize=28227388 memory=-1 CPUtime=0.02 cores=0-7
/proc/24104/task/24120/stat : 24120 (java) S 24102 24102 23910 0 -1 1077944384 325 0 0 0 2 0 0 0 20 0 20 0 420183477 28904845312 9966 33554432000 4194304 4196468 140731950733344 140326860851312 140327751604866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24121] ppid=24102 vsize=28227388 memory=-1 CPUtime=0.07 cores=0-7
/proc/24104/task/24121/stat : 24121 (java) R 24102 24102 23910 0 -1 4202560 859 0 0 0 7 0 0 0 20 0 20 0 420183477 28904845312 9966 33554432000 4194304 4196468 140731950733344 140326859792400 140327736734688 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24122] ppid=24102 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/24104/task/24122/stat : 24122 (java) S 24102 24102 23910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420183477 28904845312 9966 33554432000 4194304 4196468 140731950733344 140326858746976 140327751603925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24123] ppid=24102 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/24104/task/24123/stat : 24123 (java) S 24102 24102 23910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420183477 28904845312 9966 33554432000 4194304 4196468 140731950733344 140326857694256 140327751604866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 41052 KiB

[startup+0.309392 s]*
/proc/loadavg: 7.94 8.01 8.09 3/211 24123
/proc/meminfo: memFree=31025648/32770624 swapFree=66923092/67108860
[pid=24102] ppid=24099 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/24102/stat : 24102 (xcsp3-exec) S 24099 24102 23910 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 420183471 115843072 363 33554432000 4194304 5098028 140721122456256 140721122454360 139990825726588 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 20779008 140721122460534 140721122460777 140721122460777 140721122463690 0
/proc/24102/statm: 28282 363 304 221 0 87 0
[pid=24104] ppid=24102 vsize=28231644 memory=46760 CPUtime=0.51 cores=0-7
/proc/24104/stat : 24104 (java) S 24102 24102 23910 0 -1 1077944320 11033 0 0 0 47 4 0 0 20 0 20 0 420183471 28909203456 11690 33554432000 4194304 4196468 140731950733344 140731950715888 140327751593719 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
/proc/24104/statm: 7057911 11690 3359 1 0 7019032 0
[pid=24104/tid=24105] ppid=24102 vsize=28231644 memory=8317482817917895235 CPUtime=0.29 cores=0-7
/proc/24104/task/24105/stat : 24105 (java) R 24102 24102 23910 0 -1 4202560 7778 0 0 0 26 3 0 0 20 0 20 0 420183471 28909203456 12202 33554432000 4194304 4196468 140731950733344 140327755830336 140327735637349 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24106] ppid=24102 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/24104/task/24106/stat : 24106 (java) S 24102 24102 23910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420183472 28909203456 12202 33554432000 4194304 4196468 140731950733344 140327723437200 140327751603925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24107] ppid=24102 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/24104/task/24107/stat : 24107 (java) S 24102 24102 23910 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420183472 28909203456 12202 33554432000 4194304 4196468 140731950733344 140327301712912 140327751603925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24108] ppid=24102 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/24104/task/24108/stat : 24108 (java) S 24102 24102 23910 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420183472 28909203456 12202 33554432000 4194304 4196468 140731950733344 140327300660112 140327751603925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24109] ppid=24102 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/24104/task/24109/stat : 24109 (java) S 24102 24102 23910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420183472 28909203456 12202 33554432000 4194304 4196468 140731950733344 140327299607312 140327751603925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24110] ppid=24102 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/24104/task/24110/stat : 24110 (java) S 24102 24102 23910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420183472 28909203456 12202 33554432000 4194304 4196468 140731950733344 140327298554512 140327751603925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24111] ppid=24102 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/24104/task/24111/stat : 24111 (java) S 24102 24102 23910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420183472 28909203456 12202 33554432000 4194304 4196468 140731950733344 140327297501712 140327751603925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24112] ppid=24102 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/24104/task/24112/stat : 24112 (java) S 24102 24102 23910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420183472 28909203456 12202 33554432000 4194304 4196468 140731950733344 140327296448912 140327751603925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24113] ppid=24102 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/24104/task/24113/stat : 24113 (java) S 24102 24102 23910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420183472 28909203456 12202 33554432000 4194304 4196468 140731950733344 140327295396112 140327751603925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24114] ppid=24102 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/24104/task/24114/stat : 24114 (java) S 24102 24102 23910 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 420183474 28909203456 12202 33554432000 4194304 4196468 140731950733344 140326867168112 140327751604866 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24115] ppid=24102 vsize=28231644 memory=279950666177920 CPUtime=0 cores=0-7
/proc/24104/task/24115/stat : 24115 (java) S 24102 24102 23910 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 420183474 28909203456 12202 33554432000 4194304 4196468 140731950733344 140326866114080 140327751603925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24116] ppid=24102 vsize=28231644 memory=279950666182528 CPUtime=0 cores=0-7
/proc/24104/task/24116/stat : 24116 (java) S 24102 24102 23910 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 420183474 28909203456 12202 33554432000 4194304 4196468 140731950733344 140326865061232 140327751603925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24117] ppid=24102 vsize=28231644 memory=279950666187136 CPUtime=0 cores=0-7
/proc/24104/task/24117/stat : 24117 (java) S 24102 24102 23910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420183477 28909203456 12202 33554432000 4194304 4196468 140731950733344 140326864009552 140327751612315 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24118] ppid=24102 vsize=28231644 memory=279950666191744 CPUtime=0.01 cores=0-7
/proc/24104/task/24118/stat : 24118 (java) S 24102 24102 23910 0 -1 1077944384 499 0 0 0 1 0 0 0 20 0 20 0 420183477 28909203456 12202 33554432000 4194304 4196468 140731950733344 140326862956912 140327751604866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24119] ppid=24102 vsize=28231644 memory=279950666196352 CPUtime=0.03 cores=0-7
/proc/24104/task/24119/stat : 24119 (java) R 24102 24102 23910 0 -1 1077944384 78 0 0 0 3 0 0 0 20 0 20 0 420183477 28909203456 12202 33554432000 4194304 4196468 140731950733344 140326861904112 140327751604866 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24120] ppid=24102 vsize=28231644 memory=279950666200960 CPUtime=0.02 cores=0-7
/proc/24104/task/24120/stat : 24120 (java) R 24102 24102 23910 0 -1 4202560 336 0 0 0 2 0 0 0 20 0 20 0 420183477 28909203456 12202 33554432000 4194304 4196468 140731950733344 140326860851312 140327732264960 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24121] ppid=24102 vsize=28231644 memory=279950666205568 CPUtime=0.12 cores=0-7
/proc/24104/task/24121/stat : 24121 (java) R 24102 24102 23910 0 -1 4202560 1039 0 0 0 12 0 0 0 20 0 20 0 420183477 28909203456 12202 33554432000 4194304 4196468 140731950733344 140326859795448 140327735674206 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24122] ppid=24102 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/24104/task/24122/stat : 24122 (java) S 24102 24102 23910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420183477 28909203456 12202 33554432000 4194304 4196468 140731950733344 140326858746976 140327751603925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24123] ppid=24102 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/24104/task/24123/stat : 24123 (java) S 24102 24102 23910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420183477 28909203456 12202 33554432000 4194304 4196468 140731950733344 140326857694256 140327751604866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 48212 KiB

[startup+0.701417 s]
/proc/loadavg: 7.70 7.96 8.07 6/211 24123
/proc/meminfo: memFree=31008856/32770624 swapFree=66923092/67108860
[pid=24102] ppid=24099 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/24102/stat : 24102 (xcsp3-exec) S 24099 24102 23910 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 420183471 115843072 363 33554432000 4194304 5098028 140721122456256 140721122454360 139990825726588 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 20779008 140721122460534 140721122460777 140721122460777 140721122463690 0
/proc/24102/statm: 28282 363 304 221 0 87 0
[pid=24104] ppid=24102 vsize=28766280 memory=106968 CPUtime=1.91 cores=0-7
/proc/24104/stat : 24104 (java) S 24102 24102 23910 0 -1 1077944320 16078 0 0 0 185 6 0 0 20 0 28 0 420183471 29456670720 26742 33554432000 4194304 4196468 140731950733344 140731950715888 140327751593719 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
/proc/24104/statm: 7191570 26742 3452 1 0 7152672 0
[pid=24104/tid=24105] ppid=24102 vsize=28766280 memory=0 CPUtime=0.58 cores=0-7
/proc/24104/task/24105/stat : 24105 (java) S 24102 24102 23910 0 -1 1077944384 9426 0 0 0 55 3 0 0 20 0 28 0 420183471 29456670720 26742 33554432000 4194304 4196468 140731950733344 140327755834496 140327751603925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24106] ppid=24102 vsize=28766280 memory=139975333290880 CPUtime=0 cores=0-7
/proc/24104/task/24106/stat : 24106 (java) S 24102 24102 23910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 420183472 29456670720 26742 33554432000 4194304 4196468 140731950733344 140327723437200 140327751603925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24107] ppid=24102 vsize=28766280 memory=0 CPUtime=0 cores=0-7
/proc/24104/task/24107/stat : 24107 (java) S 24102 24102 23910 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 420183472 29456670720 26742 33554432000 4194304 4196468 140731950733344 140327301712912 140327751603925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24108] ppid=24102 vsize=28766280 memory=9364 CPUtime=0 cores=0-7
/proc/24104/task/24108/stat : 24108 (java) S 24102 24102 23910 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 420183472 29456670720 26753 33554432000 4194304 4196468 140731950733344 140327300660112 140327751603925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0

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

[pid=24104/tid=24233] ppid=24102 vsize=28902484 memory=1552 CPUtime=662.09 cores=0-7
/proc/24104/task/24233/stat : 24233 (java) R 24102 24102 23910 0 -1 4202560 6225 0 0 0 66200 9 0 0 20 0 29 0 420183641 29596143616 276388 33554432000 4194304 4196468 140731950733344 140326776839584 140327395793638 0 4 0 16800975 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24244] ppid=24102 vsize=28902484 memory=8048 CPUtime=661.71 cores=0-7
/proc/24104/task/24244/stat : 24244 (java) R 24102 24102 23910 0 -1 4202560 10830 0 0 0 66162 9 0 0 20 0 29 0 420183649 29596143616 276388 33554432000 4194304 4196468 140731950733344 140326768428992 140327392627161 0 4 0 16800975 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24245] ppid=24102 vsize=28902484 memory=3444 CPUtime=661.55 cores=0-7
/proc/24104/task/24245/stat : 24245 (java) R 24102 24102 23910 0 -1 4202560 8798 0 0 0 66147 8 0 0 20 0 29 0 420183649 29596143616 276388 33554432000 4194304 4196468 140731950733344 140326774735000 140327394774160 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24246] ppid=24102 vsize=28902484 memory=1556 CPUtime=661.38 cores=0-7
/proc/24104/task/24246/stat : 24246 (java) R 24102 24102 23910 0 -1 4202560 57087 0 0 0 66101 37 0 0 20 0 29 0 420183649 29596143616 276388 33554432000 4194304 4196468 140731950733344 140326778945800 140327392975869 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24247] ppid=24102 vsize=28902484 memory=2832 CPUtime=661.59 cores=0-7
/proc/24104/task/24247/stat : 24247 (java) R 24102 24102 23910 0 -1 4202560 19549 0 0 0 66149 10 0 0 20 0 29 0 420183649 29596143616 276388 33554432000 4194304 4196468 140731950733344 140326850818488 140327392626856 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24248] ppid=24102 vsize=28902484 memory=984 CPUtime=661.67 cores=0-7
/proc/24104/task/24248/stat : 24248 (java) R 24102 24102 23910 0 -1 4202560 64895 0 0 0 66129 38 0 0 20 0 29 0 420183649 29596143616 276388 33554432000 4194304 4196468 140731950733344 140326775787288 140327392628043 0 4 0 16800975 0 0 0 -1 6 0 0 2 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24249] ppid=24102 vsize=28902484 memory=14012 CPUtime=661.41 cores=0-7
/proc/24104/task/24249/stat : 24249 (java) R 24102 24102 23910 0 -1 4202560 58880 0 0 0 66103 38 0 0 20 0 29 0 420183649 29596143616 276388 33554432000 4194304 4196468 140731950733344 140326777892088 140327394404985 0 4 0 16800975 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24250] ppid=24102 vsize=28902484 memory=7016 CPUtime=0.01 cores=0-7
/proc/24104/task/24250/stat : 24250 (java) S 24102 24102 23910 0 -1 1077944384 18 0 0 0 1 0 0 0 20 0 29 0 420183649 29596143616 276388 33554432000 4194304 4196468 140731950733344 140326772635216 140327751603925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24251] ppid=24102 vsize=28902484 memory=2120 CPUtime=0.03 cores=0-7
/proc/24104/task/24251/stat : 24251 (java) S 24102 24102 23910 0 -1 1077944384 17 0 0 0 3 0 0 0 20 0 29 0 420183651 29596143616 276388 33554432000 4194304 4196468 140731950733344 140326769485264 140327751603925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
Current children cumulated CPU time: 4675.11 s
Current children cumulated vsize: 29015612 KiB
Current children cumulated memory: 1107004 KiB

[startup+670.401 s]
/proc/loadavg: 7.27 7.19 7.56 8/220 24300
/proc/meminfo: memFree=29966280/32770624 swapFree=66923100/67108860
[pid=24102] ppid=24099 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/24102/stat : 24102 (xcsp3-exec) S 24099 24102 23910 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 420183471 115843072 363 33554432000 4194304 5098028 140721122456256 140721122454360 139990825726588 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 20779008 140721122460534 140721122460777 140721122460777 140721122463690 0
/proc/24102/statm: 28282 363 304 221 0 87 0
[pid=24104] ppid=24102 vsize=28902484 memory=1105552 CPUtime=4680.71 cores=0-7
/proc/24104/stat : 24104 (java) S 24102 24102 23910 0 -1 1077944320 449642 0 0 0 467635 436 0 0 20 0 29 0 420183471 29596143616 276388 33554432000 4194304 4196468 140731950733344 140731950715888 140327751593719 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
/proc/24104/statm: 7225621 276388 3550 1 0 7186723 0
[pid=24104/tid=24105] ppid=24102 vsize=28902484 memory=0 CPUtime=0.6 cores=0-7
/proc/24104/task/24105/stat : 24105 (java) S 24102 24102 23910 0 -1 1077944384 9430 0 0 0 56 4 0 0 20 0 29 0 420183471 29596143616 276388 33554432000 4194304 4196468 140731950733344 140327755834496 140327751603925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24106] ppid=24102 vsize=28902484 memory=0 CPUtime=3.16 cores=0-7
/proc/24104/task/24106/stat : 24106 (java) S 24102 24102 23910 0 -1 1077944384 11024 0 0 0 291 25 0 0 20 0 29 0 420183472 29596143616 276388 33554432000 4194304 4196468 140731950733344 140327723437200 140327751603925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24107] ppid=24102 vsize=28902484 memory=0 CPUtime=3.23 cores=0-7
/proc/24104/task/24107/stat : 24107 (java) S 24102 24102 23910 0 -1 1077944384 8008 0 0 0 301 22 0 0 20 0 29 0 420183472 29596143616 276388 33554432000 4194304 4196468 140731950733344 140327301712912 140327751603925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24108] ppid=24102 vsize=28902484 memory=0 CPUtime=3.24 cores=0-7
/proc/24104/task/24108/stat : 24108 (java) S 24102 24102 23910 0 -1 1077944384 9169 0 0 0 298 26 0 0 20 0 29 0 420183472 29596143616 276388 33554432000 4194304 4196468 140731950733344 140327300660112 140327751603925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24109] ppid=24102 vsize=28902484 memory=0 CPUtime=3.24 cores=0-7
/proc/24104/task/24109/stat : 24109 (java) S 24102 24102 23910 0 -1 1077944384 9899 0 0 0 301 23 0 0 20 0 29 0 420183472 29596143616 276388 33554432000 4194304 4196468 140731950733344 140327299607312 140327751603925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24110] ppid=24102 vsize=28902484 memory=1452 CPUtime=3.14 cores=0-7
/proc/24104/task/24110/stat : 24110 (java) S 24102 24102 23910 0 -1 1077944384 9532 0 0 0 292 22 0 0 20 0 29 0 420183472 29596143616 276388 33554432000 4194304 4196468 140731950733344 140327298554512 140327751603925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24111] ppid=24102 vsize=28902484 memory=1105552 CPUtime=3.19 cores=0-7
/proc/24104/task/24111/stat : 24111 (java) S 24102 24102 23910 0 -1 1077944384 11560 0 0 0 297 22 0 0 20 0 29 0 420183472 29596143616 276388 33554432000 4194304 4196468 140731950733344 140327297501712 140327751603925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24112] ppid=24102 vsize=28902484 memory=1560 CPUtime=3.14 cores=0-7
/proc/24104/task/24112/stat : 24112 (java) S 24102 24102 23910 0 -1 1077944384 12018 0 0 0 291 23 0 0 20 0 29 0 420183472 29596143616 276388 33554432000 4194304 4196468 140731950733344 140327296448912 140327751603925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24113] ppid=24102 vsize=28902484 memory=928 CPUtime=3.11 cores=0-7
/proc/24104/task/24113/stat : 24113 (java) S 24102 24102 23910 0 -1 1077944384 11073 0 0 0 288 23 0 0 20 0 29 0 420183472 29596143616 276388 33554432000 4194304 4196468 140731950733344 140327295396112 140327751603925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24114] ppid=24102 vsize=28902484 memory=1680 CPUtime=1.78 cores=0-7
/proc/24104/task/24114/stat : 24114 (java) S 24102 24102 23910 0 -1 1077944384 36904 0 0 0 121 57 0 0 20 0 29 0 420183474 29596143616 276388 33554432000 4194304 4196468 140731950733344 140326867168112 140327751604866 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24115] ppid=24102 vsize=28902484 memory=1444 CPUtime=0 cores=0-7
/proc/24104/task/24115/stat : 24115 (java) S 24102 24102 23910 0 -1 1077944384 128 0 0 0 0 0 0 0 20 0 29 0 420183474 29596143616 276388 33554432000 4194304 4196468 140731950733344 140326866114080 140327751603925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24116] ppid=24102 vsize=28902484 memory=9364 CPUtime=0 cores=0-7
/proc/24104/task/24116/stat : 24116 (java) S 24102 24102 23910 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 29 0 420183474 29596143616 276388 33554432000 4194304 4196468 140731950733344 140326865061232 140327751603925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24117] ppid=24102 vsize=28902484 memory=1120 CPUtime=0 cores=0-7
/proc/24104/task/24117/stat : 24117 (java) S 24102 24102 23910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 29 0 420183477 29596143616 276388 33554432000 4194304 4196468 140731950733344 140326864009552 140327751612315 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24118] ppid=24102 vsize=28902484 memory=776 CPUtime=3.34 cores=0-7
/proc/24104/task/24118/stat : 24118 (java) S 24102 24102 23910 0 -1 1077944384 29046 0 0 0 328 6 0 0 20 0 29 0 420183477 29596143616 276388 33554432000 4194304 4196468 140731950733344 140326862956912 140327751604866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24119] ppid=24102 vsize=28902484 memory=1552 CPUtime=2.62 cores=0-7
/proc/24104/task/24119/stat : 24119 (java) S 24102 24102 23910 0 -1 1077944384 20589 0 0 0 260 2 0 0 20 0 29 0 420183477 29596143616 276388 33554432000 4194304 4196468 140731950733344 140326861904112 140327751604866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24120] ppid=24102 vsize=28902484 memory=8048 CPUtime=2.57 cores=0-7
/proc/24104/task/24120/stat : 24120 (java) S 24102 24102 23910 0 -1 1077944384 17873 0 0 0 253 4 0 0 20 0 29 0 420183477 29596143616 276388 33554432000 4194304 4196468 140731950733344 140326860851312 140327751604866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24121] ppid=24102 vsize=28902484 memory=3444 CPUtime=0.99 cores=0-7
/proc/24104/task/24121/stat : 24121 (java) S 24102 24102 23910 0 -1 1077944384 20599 0 0 0 96 3 0 0 20 0 29 0 420183477 29596143616 276388 33554432000 4194304 4196468 140731950733344 140326859798512 140327751604866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24122] ppid=24102 vsize=28902484 memory=1556 CPUtime=0 cores=0-7
/proc/24104/task/24122/stat : 24122 (java) S 24102 24102 23910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 29 0 420183477 29596143616 276388 33554432000 4194304 4196468 140731950733344 140326858746976 140327751603925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24123] ppid=24102 vsize=28902484 memory=2832 CPUtime=0.49 cores=0-7
/proc/24104/task/24123/stat : 24123 (java) S 24102 24102 23910 0 -1 1077944384 2707 0 0 0 22 27 0 0 20 0 29 0 420183477 29596143616 276388 33554432000 4194304 4196468 140731950733344 140326857694256 140327751604866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24233] ppid=24102 vsize=28902484 memory=984 CPUtime=662.89 cores=0-7
/proc/24104/task/24233/stat : 24233 (java) R 24102 24102 23910 0 -1 4202560 6225 0 0 0 66280 9 0 0 20 0 29 0 420183641 29596143616 276388 33554432000 4194304 4196468 140731950733344 140326776839584 140327395793749 0 4 0 16800975 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24244] ppid=24102 vsize=28902484 memory=14012 CPUtime=662.51 cores=0-7
/proc/24104/task/24244/stat : 24244 (java) R 24102 24102 23910 0 -1 4202560 10831 0 0 0 66242 9 0 0 20 0 29 0 420183649 29596143616 276388 33554432000 4194304 4196468 140731950733344 140326768428992 140327392626685 0 4 0 16800975 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24245] ppid=24102 vsize=28902484 memory=7016 CPUtime=662.35 cores=0-7
/proc/24104/task/24245/stat : 24245 (java) R 24102 24102 23910 0 -1 4202560 8798 0 0 0 66227 8 0 0 20 0 29 0 420183649 29596143616 276388 33554432000 4194304 4196468 140731950733344 140326774735000 140327393028412 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24246] ppid=24102 vsize=28902484 memory=2120 CPUtime=662.18 cores=0-7
/proc/24104/task/24246/stat : 24246 (java) R 24102 24102 23910 0 -1 4202560 57087 0 0 0 66181 37 0 0 20 0 29 0 420183649 29596143616 276388 33554432000 4194304 4196468 140731950733344 140326778945800 140327392975869 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24247] ppid=24102 vsize=28902484 memory=12020 CPUtime=662.39 cores=0-7
/proc/24104/task/24247/stat : 24247 (java) R 24102 24102 23910 0 -1 4202560 19550 0 0 0 66229 10 0 0 20 0 29 0 420183649 29596143616 276388 33554432000 4194304 4196468 140731950733344 140326850818488 140327393026040 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24248] ppid=24102 vsize=28902484 memory=496 CPUtime=662.47 cores=0-7
/proc/24104/task/24248/stat : 24248 (java) R 24102 24102 23910 0 -1 4202560 64899 0 0 0 66209 38 0 0 20 0 29 0 420183649 29596143616 276388 33554432000 4194304 4196468 140731950733344 140326775787288 140327392627179 0 4 0 16800975 0 0 0 -1 6 0 0 2 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24249] ppid=24102 vsize=28902484 memory=1560 CPUtime=662.21 cores=0-7
/proc/24104/task/24249/stat : 24249 (java) R 24102 24102 23910 0 -1 4202560 58882 0 0 0 66183 38 0 0 20 0 29 0 420183649 29596143616 276388 33554432000 4194304 4196468 140731950733344 140326777892088 140327392627453 0 4 0 16800975 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24250] ppid=24102 vsize=28902484 memory=928 CPUtime=0.01 cores=0-7
/proc/24104/task/24250/stat : 24250 (java) S 24102 24102 23910 0 -1 1077944384 18 0 0 0 1 0 0 0 20 0 29 0 420183649 29596143616 276388 33554432000 4194304 4196468 140731950733344 140326772635216 140327751603925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24251] ppid=24102 vsize=28902484 memory=1680 CPUtime=0.03 cores=0-7
/proc/24104/task/24251/stat : 24251 (java) S 24102 24102 23910 0 -1 1077944384 17 0 0 0 3 0 0 0 20 0 29 0 420183651 29596143616 276388 33554432000 4194304 4196468 140731950733344 140326769485264 140327751603925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
Current children cumulated CPU time: 4680.71 s
Current children cumulated vsize: 29015612 KiB
Current children cumulated memory: 1107004 KiB

[startup+670.601 s]
/proc/loadavg: 7.27 7.19 7.56 8/220 24300
/proc/meminfo: memFree=29966280/32770624 swapFree=66923100/67108860
[pid=24102] ppid=24099 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/24102/stat : 24102 (xcsp3-exec) S 24099 24102 23910 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 420183471 115843072 363 33554432000 4194304 5098028 140721122456256 140721122454360 139990825726588 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 20779008 140721122460534 140721122460777 140721122460777 140721122463690 0
/proc/24102/statm: 28282 363 304 221 0 87 0
[pid=24104] ppid=24102 vsize=28902484 memory=1105552 CPUtime=4682.11 cores=0-7
/proc/24104/stat : 24104 (java) S 24102 24102 23910 0 -1 1077944320 449643 0 0 0 467775 436 0 0 20 0 29 0 420183471 29596143616 276388 33554432000 4194304 4196468 140731950733344 140731950715888 140327751593719 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
/proc/24104/statm: 7225621 276388 3550 1 0 7186723 0
[pid=24104/tid=24105] ppid=24102 vsize=28902484 memory=1984 CPUtime=0.6 cores=0-7
/proc/24104/task/24105/stat : 24105 (java) S 24102 24102 23910 0 -1 1077944384 9430 0 0 0 56 4 0 0 20 0 29 0 420183471 29596143616 276388 33554432000 4194304 4196468 140731950733344 140327755834496 140327751603925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24106] ppid=24102 vsize=28902484 memory=6791534058613427641 CPUtime=3.16 cores=0-7
/proc/24104/task/24106/stat : 24106 (java) S 24102 24102 23910 0 -1 1077944384 11024 0 0 0 291 25 0 0 20 0 29 0 420183472 29596143616 276388 33554432000 4194304 4196468 140731950733344 140327723437200 140327751603925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24107] ppid=24102 vsize=28902484 memory=1105552 CPUtime=3.23 cores=0-7
/proc/24104/task/24107/stat : 24107 (java) S 24102 24102 23910 0 -1 1077944384 8008 0 0 0 301 22 0 0 20 0 29 0 420183472 29596143616 276388 33554432000 4194304 4196468 140731950733344 140327301712912 140327751603925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24108] ppid=24102 vsize=28902484 memory=1284 CPUtime=3.24 cores=0-7
/proc/24104/task/24108/stat : 24108 (java) S 24102 24102 23910 0 -1 1077944384 9169 0 0 0 298 26 0 0 20 0 29 0 420183472 29596143616 276388 33554432000 4194304 4196468 140731950733344 140327300660112 140327751603925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24109] ppid=24102 vsize=28902484 memory=1044 CPUtime=3.24 cores=0-7
/proc/24104/task/24109/stat : 24109 (java) S 24102 24102 23910 0 -1 1077944384 9899 0 0 0 301 23 0 0 20 0 29 0 420183472 29596143616 276388 33554432000 4194304 4196468 140731950733344 140327299607312 140327751603925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24110] ppid=24102 vsize=28902484 memory=708 CPUtime=3.14 cores=0-7
/proc/24104/task/24110/stat : 24110 (java) S 24102 24102 23910 0 -1 1077944384 9532 0 0 0 292 22 0 0 20 0 29 0 420183472 29596143616 276388 33554432000 4194304 4196468 140731950733344 140327298554512 140327751603925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24111] ppid=24102 vsize=28902484 memory=9364 CPUtime=3.19 cores=0-7
/proc/24104/task/24111/stat : 24111 (java) S 24102 24102 23910 0 -1 1077944384 11560 0 0 0 297 22 0 0 20 0 29 0 420183472 29596143616 276388 33554432000 4194304 4196468 140731950733344 140327297501712 140327751603925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24112] ppid=24102 vsize=28902484 memory=1120 CPUtime=3.14 cores=0-7
/proc/24104/task/24112/stat : 24112 (java) S 24102 24102 23910 0 -1 1077944384 12018 0 0 0 291 23 0 0 20 0 29 0 420183472 29596143616 276388 33554432000 4194304 4196468 140731950733344 140327296448912 140327751603925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24113] ppid=24102 vsize=28902484 memory=2552 CPUtime=3.11 cores=0-7
/proc/24104/task/24113/stat : 24113 (java) S 24102 24102 23910 0 -1 1077944384 11073 0 0 0 288 23 0 0 20 0 29 0 420183472 29596143616 276388 33554432000 4194304 4196468 140731950733344 140327295396112 140327751603925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24114] ppid=24102 vsize=28902484 memory=1760 CPUtime=1.78 cores=0-7
/proc/24104/task/24114/stat : 24114 (java) S 24102 24102 23910 0 -1 1077944384 36904 0 0 0 121 57 0 0 20 0 29 0 420183474 29596143616 276388 33554432000 4194304 4196468 140731950733344 140326867168112 140327751604866 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24115] ppid=24102 vsize=28902484 memory=111632 CPUtime=0 cores=0-7
/proc/24104/task/24115/stat : 24115 (java) S 24102 24102 23910 0 -1 1077944384 128 0 0 0 0 0 0 0 20 0 29 0 420183474 29596143616 276388 33554432000 4194304 4196468 140731950733344 140326866114080 140327751603925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24116] ppid=24102 vsize=28902484 memory=804 CPUtime=0 cores=0-7
/proc/24104/task/24116/stat : 24116 (java) S 24102 24102 23910 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 29 0 420183474 29596143616 276388 33554432000 4194304 4196468 140731950733344 140326865061232 140327751603925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24117] ppid=24102 vsize=28902484 memory=4100 CPUtime=0 cores=0-7
/proc/24104/task/24117/stat : 24117 (java) S 24102 24102 23910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 29 0 420183477 29596143616 276388 33554432000 4194304 4196468 140731950733344 140326864009552 140327751612315 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24118] ppid=24102 vsize=28902484 memory=1804 CPUtime=3.34 cores=0-7
/proc/24104/task/24118/stat : 24118 (java) S 24102 24102 23910 0 -1 1077944384 29046 0 0 0 328 6 0 0 20 0 29 0 420183477 29596143616 276388 33554432000 4194304 4196468 140731950733344 140326862956912 140327751604866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24119] ppid=24102 vsize=28902484 memory=920 CPUtime=2.62 cores=0-7
/proc/24104/task/24119/stat : 24119 (java) S 24102 24102 23910 0 -1 1077944384 20589 0 0 0 260 2 0 0 20 0 29 0 420183477 29596143616 276388 33554432000 4194304 4196468 140731950733344 140326861904112 140327751604866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24120] ppid=24102 vsize=28902484 memory=4144 CPUtime=2.57 cores=0-7
/proc/24104/task/24120/stat : 24120 (java) S 24102 24102 23910 0 -1 1077944384 17873 0 0 0 253 4 0 0 20 0 29 0 420183477 29596143616 276388 33554432000 4194304 4196468 140731950733344 140326860851312 140327751604866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24121] ppid=24102 vsize=28902484 memory=1412 CPUtime=0.99 cores=0-7
/proc/24104/task/24121/stat : 24121 (java) S 24102 24102 23910 0 -1 1077944384 20599 0 0 0 96 3 0 0 20 0 29 0 420183477 29596143616 276388 33554432000 4194304 4196468 140731950733344 140326859798512 140327751604866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24122] ppid=24102 vsize=28902484 memory=3796 CPUtime=0 cores=0-7
/proc/24104/task/24122/stat : 24122 (java) S 24102 24102 23910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 29 0 420183477 29596143616 276388 33554432000 4194304 4196468 140731950733344 140326858746976 140327751603925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24123] ppid=24102 vsize=28902484 memory=1452 CPUtime=0.49 cores=0-7
/proc/24104/task/24123/stat : 24123 (java) S 24102 24102 23910 0 -1 1077944384 2707 0 0 0 22 27 0 0 20 0 29 0 420183477 29596143616 276388 33554432000 4194304 4196468 140731950733344 140326857694256 140327751604866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24233] ppid=24102 vsize=28902484 memory=1105552 CPUtime=663.09 cores=0-7
/proc/24104/task/24233/stat : 24233 (java) R 24102 24102 23910 0 -1 4202560 6225 0 0 0 66300 9 0 0 20 0 29 0 420183641 29596143616 276388 33554432000 4194304 4196468 140731950733344 140326776839584 140327395793749 0 4 0 16800975 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24244] ppid=24102 vsize=28902484 memory=1164 CPUtime=662.71 cores=0-7
/proc/24104/task/24244/stat : 24244 (java) R 24102 24102 23910 0 -1 4202560 10831 0 0 0 66262 9 0 0 20 0 29 0 420183649 29596143616 276388 33554432000 4194304 4196468 140731950733344 140326768428992 140327387912982 0 4 0 16800975 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24245] ppid=24102 vsize=28902484 memory=1284 CPUtime=662.55 cores=0-7
/proc/24104/task/24245/stat : 24245 (java) R 24102 24102 23910 0 -1 4202560 8798 0 0 0 66247 8 0 0 20 0 29 0 420183649 29596143616 276388 33554432000 4194304 4196468 140731950733344 140326774735000 140327392627152 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24246] ppid=24102 vsize=28902484 memory=1044 CPUtime=662.38 cores=0-7
/proc/24104/task/24246/stat : 24246 (java) R 24102 24102 23910 0 -1 4202560 57087 0 0 0 66201 37 0 0 20 0 29 0 420183649 29596143616 276388 33554432000 4194304 4196468 140731950733344 140326778945800 140327392975806 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24247] ppid=24102 vsize=28902484 memory=8317482817917895235 CPUtime=662.59 cores=0-7
/proc/24104/task/24247/stat : 24247 (java) R 24102 24102 23910 0 -1 4202560 19550 0 0 0 66249 10 0 0 20 0 29 0 420183649 29596143616 276388 33554432000 4194304 4196468 140731950733344 140326850818488 140327392627351 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24248] ppid=24102 vsize=28902484 memory=8048 CPUtime=662.67 cores=0-7
/proc/24104/task/24248/stat : 24248 (java) R 24102 24102 23910 0 -1 4202560 64899 0 0 0 66229 38 0 0 20 0 29 0 420183649 29596143616 276388 33554432000 4194304 4196468 140731950733344 140326775787288 140327392627114 0 4 0 16800975 0 0 0 -1 6 0 0 2 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24249] ppid=24102 vsize=28902484 memory=1452 CPUtime=662.41 cores=0-7
/proc/24104/task/24249/stat : 24249 (java) R 24102 24102 23910 0 -1 4202560 58883 0 0 0 66203 38 0 0 20 0 29 0 420183649 29596143616 276388 33554432000 4194304 4196468 140731950733344 140326777892088 140327392985536 0 4 0 16800975 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24250] ppid=24102 vsize=28902484 memory=1452 CPUtime=0.01 cores=0-7
/proc/24104/task/24250/stat : 24250 (java) S 24102 24102 23910 0 -1 1077944384 18 0 0 0 1 0 0 0 20 0 29 0 420183649 29596143616 276388 33554432000 4194304 4196468 140731950733344 140326772635216 140327751603925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
[pid=24104/tid=24251] ppid=24102 vsize=28902484 memory=1119404 CPUtime=0.03 cores=0-7
/proc/24104/task/24251/stat : 24251 (java) S 24102 24102 23910 0 -1 1077944384 17 0 0 0 3 0 0 0 20 0 29 0 420183651 29596143616 276388 33554432000 4194304 4196468 140731950733344 140326769485264 140327751603925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32157696 140731950736362 140731950736534 140731950736534 140731950739407 0
Current children cumulated CPU time: 4682.11 s
Current children cumulated vsize: 29015612 KiB
Current children cumulated memory: 1107004 KiB

Child status: 0
Real time (s): 670.712
CPU time (s): 4682.74
CPU user time (s): 4678.36
CPU system time (s): 4.38507
CPU usage (%): 698.175
Max. virtual memory (cumulated for all children) (KiB): 29015612
Max. memory (cumulated for all children) (KiB): 1178864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4678.36
system time used= 4.38507
maximum resident set size= 1177924
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 451459
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 45863
involuntary context switches= 10673


# summary of solver processes directly reported to runsolver:
#   pid: 24102
#   total CPU time (s): 4682.74
#   total CPU user time (s): 4678.36
#   total CPU system time (s): 4.38507

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.72935 second user time and 8.77927 second system time

The end

Launcher Data

Begin job on node107 at 2019-09-14 06:32:38
IDJOB=4394515
IDBENCH=135747
IDSOLVER=2843
FILE ID=node107/4394515-1568439275
RUNJOBID= node107-1568435316-23937
PBS_JOBID= 21702328
Free space on /tmp= 59040 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n15/TravellingSalesman-15-30-14.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-4394515-1568439275/watcher-4394515-1568439275 -o /tmp/evaluation-result-4394515-1568439275/solver-4394515-1568439275 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node107-1568435316-23937 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 719093605 HOME/instance-4394515-1568439275.xml

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

MD5SUM BENCH= 8288d58d1e6d081c99b6d9412791f2b3
RANDOM SEED=719093605

node107.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:        31060716 kB
MemAvailable:   31830980 kB
Buffers:          177644 kB
Cached:           865116 kB
SwapCached:        78968 kB
Active:           572348 kB
Inactive:         552068 kB
Active(anon):      11788 kB
Inactive(anon):   101176 kB
Active(file):     560560 kB
Inactive(file):   450892 kB
Unevictable:      109964 kB
Mlocked:          109964 kB
SwapTotal:      67108860 kB
SwapFree:       66923092 kB
Dirty:             26252 kB
Writeback:             0 kB
AnonPages:        112696 kB
Mapped:            35672 kB
Shmem:             22820 kB
Slab:             177928 kB
SReclaimable:     149296 kB
SUnreclaim:        28632 kB
KernelStack:        3392 kB
PageTables:         5572 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     489016 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:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 59012 MiB
End job on node107 at 2019-09-14 06:43:49