Trace number 4393953

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.-971 15.8537 3.27858

General information on the benchmark

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

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4393953-1568430743.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4393953-1568430743.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
4.84/1.80	c solve instance...
5.43/1.93	o -1000 
6.99/2.16	o -998 
7.69/2.27	o -996 
8.49/2.38	o -993 
8.49/2.38	o -991 
9.20/2.47	o -987 
9.20/2.49	o -985 
14.72/3.12	o -982 
14.72/3.14	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (137/139)
14.72/3.14		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
14.72/3.14		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
14.72/3.14		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
14.72/3.14		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
14.72/3.14		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
14.72/3.14	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (137/139)
14.72/3.14		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
14.72/3.14		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
14.72/3.14		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
14.72/3.14		at org.chocosolver.solver.Solver.repair(Solver.java:443)
14.72/3.14		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
14.72/3.14		at org.chocosolver.solver.Solver.solve(Solver.java:262)
14.72/3.14		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
14.72/3.14		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
14.72/3.14		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
14.72/3.14		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
14.72/3.14		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
14.72/3.14		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
14.72/3.14		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
14.72/3.14		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
14.72/3.14		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
14.72/3.14		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
14.72/3.14	o -973 
15.39/3.25	java.util.concurrent.ExecutionException: java.lang.ArrayIndexOutOfBoundsException
15.39/3.25		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
15.39/3.25		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
15.39/3.25		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
15.39/3.25		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
15.39/3.25		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
15.39/3.25	Caused by: java.lang.ArrayIndexOutOfBoundsException
15.39/3.25		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
15.39/3.25		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
15.39/3.25		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
15.39/3.25		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
15.39/3.25		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
15.39/3.25		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
15.39/3.25		... 4 more
15.39/3.25	Caused by: java.lang.ArrayIndexOutOfBoundsException
15.39/3.25		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
15.39/3.25		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
15.39/3.25		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
15.39/3.25		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
15.39/3.25		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
15.39/3.25		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
15.39/3.25		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
15.39/3.25		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
15.39/3.25		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
15.39/3.25		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
15.39/3.25		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
15.39/3.25		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
15.39/3.25		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
15.39/3.25		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
15.39/3.25		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
15.39/3.25		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
15.39/3.25		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
15.39/3.25		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
15.39/3.25	Caused by: java.lang.ArrayIndexOutOfBoundsException: -1
15.39/3.25		at org.chocosolver.solver.variables.impl.AbstractVariable.getDindex(AbstractVariable.java:309)
15.39/3.25		at org.chocosolver.solver.propagation.PropagationEngine.schedule(PropagationEngine.java:289)
15.39/3.25		at org.chocosolver.solver.propagation.PropagationEngine.manageModifications(PropagationEngine.java:222)
15.39/3.25		at org.chocosolver.solver.propagation.PropagationEngine.propagate(PropagationEngine.java:181)
15.39/3.25		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainBest.bound(IntDomainBest.java:102)
15.39/3.25		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainBest.selectValue(IntDomainBest.java:71)
15.39/3.25		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainLast.selectValue(IntDomainLast.java:84)
15.39/3.25		at org.chocosolver.solver.search.strategy.selectors.variables.DomOverWDeg.computeDecision(DomOverWDeg.java:127)
15.39/3.25		at org.chocosolver.solver.search.strategy.selectors.variables.DomOverWDeg.getDecision(DomOverWDeg.java:167)
15.39/3.25		at org.chocosolver.solver.search.strategy.strategy.LastConflict.getDecision(LastConflict.java:121)
15.39/3.25		at org.chocosolver.solver.search.loop.move.MoveBinaryDFS.extend(MoveBinaryDFS.java:62)
15.39/3.25		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:82)
15.39/3.25		at org.chocosolver.solver.Solver.extend(Solver.java:421)
15.39/3.25		at org.chocosolver.solver.Solver.searchLoop(Solver.java:297)
15.39/3.25		at org.chocosolver.solver.Solver.solve(Solver.java:262)
15.39/3.25		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
15.39/3.25		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
15.39/3.25		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
15.39/3.25		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
15.39/3.25		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
15.39/3.25		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
15.39/3.25		... 4 more
15.39/3.25	o -971 
15.39/3.26	s OPTIMUM FOUND
15.39/3.26	v <instantiation>
15.39/3.26	v 	<list>s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] p[0] p[1] p[2] p[3] p[4] p[5] p[6] p[7] p[8] p[9] p[10] p[11] p[12] p[13] p[14] p[15] p[16] p[17] p[18] p[19] p[20] p[21] p[22] p[23] g[0] g[1] g[2] g[3] g[4] g[5] g[6] g[7] g[8] g[9] g[10] g[11] g[12] g[13] g[14] g[15] g[16] g[17] g[18] g[19] g[20] g[21] g[22] g[23] </list>
15.39/3.26	v 	<values>1 2 3 9 -1 -1 12 6 7 10 16 -1 18 -1 8 14 15 -1 0 -1 -1 -1 -1 -1 0 1 2 3 -1 -1 11 10 9 4 5 -1 12 -1 8 7 6 -1 13 -1 -1 -1 -1 -1 7 5 2 4 0 0 2 1 8 2 2 0 -4 0 -4 -1 5 0 -1000 0 0 0 0 0 </values>
15.39/3.26	v </instantiation>

Verifier Data

OK	-971

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393953-1568430743/watcher-4393953-1568430743 -o /tmp/evaluation-result-4393953-1568430743/solver-4393953-1568430743 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node106-1568413091-12776 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1988341051 HOME/instance-4393953-1568430743.xml 

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

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

solver pid=20197, runsolver pid=20194

[startup+0.100108 s]*
/proc/loadavg: 5.55 4.62 4.26 3/211 20218
/proc/meminfo: memFree=30607956/32770624 swapFree=66997684/67108860
[pid=20197] ppid=20194 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/20197/stat : 20197 (xcsp3-exec) S 20194 20197 12749 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 419329006 115843072 363 33554432000 4194304 5098028 140729488097584 140729488095688 140238078157436 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 13770752 140729488102261 140729488102505 140729488102505 140729488105418 0
/proc/20197/statm: 28282 363 304 221 0 87 0
[pid=20199] ppid=20197 vsize=28227388 memory=29044 CPUtime=0.12 cores=0-7
/proc/20199/stat : 20199 (java) S 20197 20197 12749 0 -1 1077944320 5731 0 0 0 11 1 0 0 20 0 20 0 419329006 28904845312 7261 33554432000 4194304 4196468 140723952143600 140723952126144 139899467964151 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
/proc/20199/statm: 7056847 7261 3118 1 0 7019032 0
[pid=20199/tid=20200] ppid=20197 vsize=28227388 memory=576460756329955445 CPUtime=0.08 cores=0-7
/proc/20199/task/20200/stat : 20200 (java) R 20197 20197 12749 0 -1 4202560 3634 0 0 0 8 0 0 0 20 0 20 0 419329006 28904845312 7261 33554432000 4194304 4196468 140723952143600 139899472192176 139899467985498 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20201] ppid=20197 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20199/task/20201/stat : 20201 (java) S 20197 20197 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419329007 28904845312 7261 33554432000 4194304 4196468 140723952143600 139899019503888 139899467974357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20202] ppid=20197 vsize=28227388 memory=140664910345389 CPUtime=0 cores=0-7
/proc/20199/task/20202/stat : 20202 (java) S 20197 20197 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419329007 28904845312 7261 33554432000 4194304 4196468 140723952143600 139899018451344 139899467974357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20203] ppid=20197 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20199/task/20203/stat : 20203 (java) S 20197 20197 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419329007 28904845312 7261 33554432000 4194304 4196468 140723952143600 139899017398800 139899467974357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20204] ppid=20197 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20199/task/20204/stat : 20204 (java) S 20197 20197 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419329007 28904845312 7261 33554432000 4194304 4196468 140723952143600 139899016346256 139899467974357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20205] ppid=20197 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20199/task/20205/stat : 20205 (java) S 20197 20197 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419329007 28904845312 7261 33554432000 4194304 4196468 140723952143600 139899015293712 139899467974357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20206] ppid=20197 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/20199/task/20206/stat : 20206 (java) S 20197 20197 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419329007 28904845312 7261 33554432000 4194304 4196468 140723952143600 139899014241168 139899467974357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20207] ppid=20197 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20199/task/20207/stat : 20207 (java) S 20197 20197 12749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419329007 28904845312 7261 33554432000 4194304 4196468 140723952143600 139899013188624 139899467974357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20208] ppid=20197 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20199/task/20208/stat : 20208 (java) S 20197 20197 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419329007 28904845312 7261 33554432000 4194304 4196468 140723952143600 139899012136080 139899467974357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20209] ppid=20197 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20199/task/20209/stat : 20209 (java) S 20197 20197 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419329009 28904845312 7261 33554432000 4194304 4196468 140723952143600 139898968983536 139899467975298 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20210] ppid=20197 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20199/task/20210/stat : 20210 (java) S 20197 20197 12749 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419329009 28904845312 7261 33554432000 4194304 4196468 140723952143600 139898967929760 139899467974357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20211] ppid=20197 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20199/task/20211/stat : 20211 (java) S 20197 20197 12749 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419329009 28904845312 7261 33554432000 4194304 4196468 140723952143600 139898966877168 139899467974357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20212] ppid=20197 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20199/task/20212/stat : 20212 (java) S 20197 20197 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419329012 28904845312 7261 33554432000 4194304 4196468 140723952143600 139898965825744 139899467982747 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20213] ppid=20197 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20199/task/20213/stat : 20213 (java) S 20197 20197 12749 0 -1 1077944384 288 0 0 0 0 0 0 0 20 0 20 0 419329012 28904845312 7261 33554432000 4194304 4196468 140723952143600 139898964773360 139899467975298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20214] ppid=20197 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20199/task/20214/stat : 20214 (java) S 20197 20197 12749 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 419329012 28904845312 7261 33554432000 4194304 4196468 140723952143600 139898846833264 139899467975298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20215] ppid=20197 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20199/task/20215/stat : 20215 (java) S 20197 20197 12749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419329012 28904845312 7261 33554432000 4194304 4196468 140723952143600 139898845780720 139899467975298 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20216] ppid=20197 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/20199/task/20216/stat : 20216 (java) R 20197 20197 12749 0 -1 4202560 372 0 0 0 1 0 0 0 20 0 20 0 419329012 28904845312 7261 33554432000 4194304 4196468 140723952143600 139898844728176 139899452044638 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20217] ppid=20197 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20199/task/20217/stat : 20217 (java) S 20197 20197 12749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419329012 28904845312 7261 33554432000 4194304 4196468 140723952143600 139898843674848 139899467974357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20218] ppid=20197 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/20199/task/20218/stat : 20218 (java) S 20197 20197 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419329012 28904845312 7261 33554432000 4194304 4196468 140723952143600 139898842622384 139899467975298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 30496 KiB

[startup+0.209945 s]*
/proc/loadavg: 5.55 4.62 4.26 2/211 20218
/proc/meminfo: memFree=30594312/32770624 swapFree=66997684/67108860
[pid=20197] ppid=20194 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/20197/stat : 20197 (xcsp3-exec) S 20194 20197 12749 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 419329006 115843072 363 33554432000 4194304 5098028 140729488097584 140729488095688 140238078157436 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 13770752 140729488102261 140729488102505 140729488102505 140729488105418 0
/proc/20197/statm: 28282 363 304 221 0 87 0
[pid=20199] ppid=20197 vsize=28227388 memory=41200 CPUtime=0.34 cores=0-7
/proc/20199/stat : 20199 (java) S 20197 20197 12749 0 -1 1077944320 9577 0 0 0 30 4 0 0 20 0 20 0 419329006 28904845312 10300 33554432000 4194304 4196468 140723952143600 140723952126144 139899467964151 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
/proc/20199/statm: 7056847 10300 3304 1 0 7019032 0
[pid=20199/tid=20200] ppid=20197 vsize=28227388 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/20199/task/20200/stat : 20200 (java) R 20197 20197 12749 0 -1 4202560 6653 0 0 0 17 2 0 0 20 0 20 0 419329006 28904845312 10300 33554432000 4194304 4196468 140723952143600 139899472196064 139899452044638 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20201] ppid=20197 vsize=28227388 memory=288230591823085922 CPUtime=0 cores=0-7
/proc/20199/task/20201/stat : 20201 (java) S 20197 20197 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419329007 28904845312 10300 33554432000 4194304 4196468 140723952143600 139899019503888 139899467974357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20202] ppid=20197 vsize=28227388 memory=3904822247727707808 CPUtime=0 cores=0-7
/proc/20199/task/20202/stat : 20202 (java) S 20197 20197 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419329007 28904845312 10300 33554432000 4194304 4196468 140723952143600 139899018451344 139899467974357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20203] ppid=20197 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/20199/task/20203/stat : 20203 (java) S 20197 20197 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419329007 28904845312 10300 33554432000 4194304 4196468 140723952143600 139899017398800 139899467974357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20204] ppid=20197 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20199/task/20204/stat : 20204 (java) S 20197 20197 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419329007 28904845312 10300 33554432000 4194304 4196468 140723952143600 139899016346256 139899467974357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20205] ppid=20197 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20199/task/20205/stat : 20205 (java) S 20197 20197 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419329007 28904845312 10300 33554432000 4194304 4196468 140723952143600 139899015293712 139899467974357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20206] ppid=20197 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/20199/task/20206/stat : 20206 (java) S 20197 20197 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419329007 28904845312 10300 33554432000 4194304 4196468 140723952143600 139899014241168 139899467974357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20207] ppid=20197 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20199/task/20207/stat : 20207 (java) S 20197 20197 12749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419329007 28904845312 10300 33554432000 4194304 4196468 140723952143600 139899013188624 139899467974357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20208] ppid=20197 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20199/task/20208/stat : 20208 (java) S 20197 20197 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419329007 28904845312 10300 33554432000 4194304 4196468 140723952143600 139899012136080 139899467974357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20209] ppid=20197 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20199/task/20209/stat : 20209 (java) S 20197 20197 12749 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 419329009 28904845312 10300 33554432000 4194304 4196468 140723952143600 139898968983536 139899467975298 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20210] ppid=20197 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20199/task/20210/stat : 20210 (java) S 20197 20197 12749 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419329009 28904845312 10300 33554432000 4194304 4196468 140723952143600 139898967929760 139899467974357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20211] ppid=20197 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20199/task/20211/stat : 20211 (java) S 20197 20197 12749 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419329009 28904845312 10300 33554432000 4194304 4196468 140723952143600 139898966877168 139899467974357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20212] ppid=20197 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20199/task/20212/stat : 20212 (java) S 20197 20197 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419329012 28904845312 10300 33554432000 4194304 4196468 140723952143600 139898965825744 139899467982747 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20213] ppid=20197 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/20199/task/20213/stat : 20213 (java) S 20197 20197 12749 0 -1 1077944384 429 0 0 0 2 0 0 0 20 0 20 0 419329012 28904845312 10300 33554432000 4194304 4196468 140723952143600 139898964773360 139899467975298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20214] ppid=20197 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/20199/task/20214/stat : 20214 (java) S 20197 20197 12749 0 -1 1077944384 162 0 0 0 1 0 0 0 20 0 20 0 419329012 28904845312 10300 33554432000 4194304 4196468 140723952143600 139898846833264 139899467975298 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20215] ppid=20197 vsize=28227388 memory=-1 CPUtime=0.01 cores=0-7
/proc/20199/task/20215/stat : 20215 (java) S 20197 20197 12749 0 -1 1077944384 250 0 0 0 1 0 0 0 20 0 20 0 419329012 28904845312 10300 33554432000 4194304 4196468 140723952143600 139898845780720 139899467975298 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20216] ppid=20197 vsize=28227388 memory=0 CPUtime=0.07 cores=0-7
/proc/20199/task/20216/stat : 20216 (java) S 20197 20197 12749 0 -1 1077944384 770 0 0 0 7 0 0 0 20 0 20 0 419329012 28904845312 10300 33554432000 4194304 4196468 140723952143600 139898844728176 139899467975298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20217] ppid=20197 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20199/task/20217/stat : 20217 (java) S 20197 20197 12749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419329012 28904845312 10300 33554432000 4194304 4196468 140723952143600 139898843674848 139899467974357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20218] ppid=20197 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/20199/task/20218/stat : 20218 (java) S 20197 20197 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419329012 28904845312 10300 33554432000 4194304 4196468 140723952143600 139898842622384 139899467975298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42652 KiB

[startup+0.3097 s]*
/proc/loadavg: 5.55 4.62 4.26 5/211 20218
/proc/meminfo: memFree=30587524/32770624 swapFree=66997684/67108860
[pid=20197] ppid=20194 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/20197/stat : 20197 (xcsp3-exec) S 20194 20197 12749 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 419329006 115843072 363 33554432000 4194304 5098028 140729488097584 140729488095688 140238078157436 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 13770752 140729488102261 140729488102505 140729488102505 140729488105418 0
/proc/20197/statm: 28282 363 304 221 0 87 0
[pid=20199] ppid=20197 vsize=28231644 memory=49992 CPUtime=0.52 cores=0-7
/proc/20199/stat : 20199 (java) S 20197 20197 12749 0 -1 1077944320 10885 0 0 0 47 5 0 0 20 0 20 0 419329006 28909203456 12498 33554432000 4194304 4196468 140723952143600 140723952126144 139899467964151 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
/proc/20199/statm: 7057911 12498 3363 1 0 7019032 0
[pid=20199/tid=20200] ppid=20197 vsize=28231644 memory=8317482817917895235 CPUtime=0.29 cores=0-7
/proc/20199/task/20200/stat : 20200 (java) R 20197 20197 12749 0 -1 4202560 7776 0 0 0 26 3 0 0 20 0 20 0 419329006 28909203456 12498 33554432000 4194304 4196468 140723952143600 139899472195264 139899452044638 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20201] ppid=20197 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/20199/task/20201/stat : 20201 (java) S 20197 20197 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419329007 28909203456 12498 33554432000 4194304 4196468 140723952143600 139899019503888 139899467974357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20202] ppid=20197 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/20199/task/20202/stat : 20202 (java) S 20197 20197 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419329007 28909203456 12498 33554432000 4194304 4196468 140723952143600 139899018451344 139899467974357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20203] ppid=20197 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/20199/task/20203/stat : 20203 (java) S 20197 20197 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419329007 28909203456 12498 33554432000 4194304 4196468 140723952143600 139899017398800 139899467974357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20204] ppid=20197 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/20199/task/20204/stat : 20204 (java) S 20197 20197 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419329007 28909203456 12498 33554432000 4194304 4196468 140723952143600 139899016346256 139899467974357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20205] ppid=20197 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/20199/task/20205/stat : 20205 (java) S 20197 20197 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419329007 28909203456 12498 33554432000 4194304 4196468 140723952143600 139899015293712 139899467974357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20206] ppid=20197 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/20199/task/20206/stat : 20206 (java) S 20197 20197 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419329007 28909203456 12498 33554432000 4194304 4196468 140723952143600 139899014241168 139899467974357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20207] ppid=20197 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/20199/task/20207/stat : 20207 (java) S 20197 20197 12749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419329007 28909203456 12498 33554432000 4194304 4196468 140723952143600 139899013188624 139899467974357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20208] ppid=20197 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/20199/task/20208/stat : 20208 (java) S 20197 20197 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419329007 28909203456 12498 33554432000 4194304 4196468 140723952143600 139899012136080 139899467974357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20209] ppid=20197 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/20199/task/20209/stat : 20209 (java) S 20197 20197 12749 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 419329009 28909203456 12498 33554432000 4194304 4196468 140723952143600 139898968983536 139899467975298 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20210] ppid=20197 vsize=28231644 memory=281329619115392 CPUtime=0 cores=0-7
/proc/20199/task/20210/stat : 20210 (java) S 20197 20197 12749 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419329009 28909203456 12498 33554432000 4194304 4196468 140723952143600 139898967929760 139899467974357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20211] ppid=20197 vsize=28231644 memory=281329619120000 CPUtime=0 cores=0-7
/proc/20199/task/20211/stat : 20211 (java) S 20197 20197 12749 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419329009 28909203456 12498 33554432000 4194304 4196468 140723952143600 139898966877168 139899467974357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20212] ppid=20197 vsize=28231644 memory=281329619124608 CPUtime=0 cores=0-7
/proc/20199/task/20212/stat : 20212 (java) S 20197 20197 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419329012 28909203456 12498 33554432000 4194304 4196468 140723952143600 139898965825744 139899467982747 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20213] ppid=20197 vsize=28231644 memory=281329619129216 CPUtime=0.03 cores=0-7
/proc/20199/task/20213/stat : 20213 (java) R 20197 20197 12749 0 -1 4202560 517 0 0 0 3 0 0 0 20 0 20 0 419329012 28909203456 12498 33554432000 4194304 4196468 140723952143600 139898964773360 139899453992916 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20214] ppid=20197 vsize=28231644 memory=281329619133824 CPUtime=0.01 cores=0-7
/proc/20199/task/20214/stat : 20214 (java) S 20197 20197 12749 0 -1 1077944384 174 0 0 0 1 0 0 0 20 0 20 0 419329012 28909203456 12498 33554432000 4194304 4196468 140723952143600 139898846833264 139899467975298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20215] ppid=20197 vsize=28231644 memory=281329619138432 CPUtime=0.02 cores=0-7
/proc/20199/task/20215/stat : 20215 (java) S 20197 20197 12749 0 -1 1077944384 267 0 0 0 2 0 0 0 20 0 20 0 419329012 28909203456 12529 33554432000 4194304 4196468 140723952143600 139898845780720 139899467975298 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20216] ppid=20197 vsize=28231644 memory=281329619143040 CPUtime=0.12 cores=0-7
/proc/20199/task/20216/stat : 20216 (java) S 20197 20197 12749 0 -1 1077944384 840 0 0 0 12 0 0 0 20 0 20 0 419329012 28909203456 12529 33554432000 4194304 4196468 140723952143600 139898844728176 139899467975298 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20217] ppid=20197 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/20199/task/20217/stat : 20217 (java) S 20197 20197 12749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419329012 28909203456 12529 33554432000 4194304 4196468 140723952143600 139898843674848 139899467974357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20218] ppid=20197 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/20199/task/20218/stat : 20218 (java) S 20197 20197 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419329012 28909203456 12529 33554432000 4194304 4196468 140723952143600 139898842622384 139899467975298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51444 KiB

[startup+0.700899 s]
/proc/loadavg: 5.55 4.62 4.26 6/211 20218
/proc/meminfo: memFree=30556808/32770624 swapFree=66997684/67108860
[pid=20197] ppid=20194 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/20197/stat : 20197 (xcsp3-exec) S 20194 20197 12749 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 419329006 115843072 363 33554432000 4194304 5098028 140729488097584 140729488095688 140238078157436 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 13770752 140729488102261 140729488102505 140729488102505 140729488105418 0
/proc/20197/statm: 28282 363 304 221 0 87 0
[pid=20199] ppid=20197 vsize=28233768 memory=115552 CPUtime=1.92 cores=0-7
/proc/20199/stat : 20199 (java) S 20197 20197 12749 0 -1 1077944320 15999 0 0 0 184 8 0 0 20 0 20 0 419329006 28911378432 28888 33554432000 4194304 4196468 140723952143600 140723952126144 139899467964151 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
/proc/20199/statm: 7058442 28888 3451 1 0 7019544 0
[pid=20199/tid=20200] ppid=20197 vsize=28233768 memory=4580 CPUtime=0.68 cores=0-7
/proc/20199/task/20200/stat : 20200 (java) R 20197 20197 12749 0 -1 4202560 9153 0 0 0 63 5 0 0 20 0 20 0 419329006 28911378432 28888 33554432000 4194304 4196468 140723952143600 139899472201648 139899467976086 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20201] ppid=20197 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/20199/task/20201/stat : 20201 (java) S 20197 20197 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419329007 28911378432 28888 33554432000 4194304 4196468 140723952143600 139899019503888 139899467974357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20202] ppid=20197 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/20199/task/20202/stat : 20202 (java) S 20197 20197 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419329007 28911378432 28888 33554432000 4194304 4196468 140723952143600 139899018451344 139899467974357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20203] ppid=20197 vsize=28233768 memory=4008 CPUtime=0 cores=0-7
/proc/20199/task/20203/stat : 20203 (java) S 20197 20197 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419329007 28911378432 28888 33554432000 4194304 4196468 140723952143600 139899017398800 139899467974357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0

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

[pid=20199/tid=20204] ppid=20197 vsize=28233768 memory=6944656592455097440 CPUtime=0.02 cores=0-7
/proc/20199/task/20204/stat : 20204 (java) S 20197 20197 12749 0 -1 1077944384 59 0 0 0 1 1 0 0 20 0 20 0 419329007 28911378432 61749 33554432000 4194304 4196468 140723952143600 139899016346256 139899467974357 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20205] ppid=20197 vsize=28233768 memory=6944656592455097440 CPUtime=0.02 cores=0-7
/proc/20199/task/20205/stat : 20205 (java) S 20197 20197 12749 0 -1 1077944384 56 0 0 0 1 1 0 0 20 0 20 0 419329007 28911378432 61749 33554432000 4194304 4196468 140723952143600 139899015293712 139899467974357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20206] ppid=20197 vsize=28233768 memory=6944652177228980320 CPUtime=0.02 cores=0-7
/proc/20199/task/20206/stat : 20206 (java) S 20197 20197 12749 0 -1 1077944384 67 0 0 0 1 1 0 0 20 0 20 0 419329007 28911378432 61749 33554432000 4194304 4196468 140723952143600 139899014241168 139899467974357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20207] ppid=20197 vsize=28233768 memory=6944656592455097440 CPUtime=0.01 cores=0-7
/proc/20199/task/20207/stat : 20207 (java) S 20197 20197 12749 0 -1 1077944384 58 0 0 0 0 1 0 0 20 0 20 0 419329007 28911378432 61749 33554432000 4194304 4196468 140723952143600 139899013188624 139899467974357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20208] ppid=20197 vsize=28233768 memory=6656426216303648864 CPUtime=0.01 cores=0-7
/proc/20199/task/20208/stat : 20208 (java) S 20197 20197 12749 0 -1 1077944384 57 0 0 0 0 1 0 0 20 0 20 0 419329007 28911378432 61749 33554432000 4194304 4196468 140723952143600 139899012136080 139899467974357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20209] ppid=20197 vsize=28233768 memory=140669202347647 CPUtime=0 cores=0-7
/proc/20199/task/20209/stat : 20209 (java) S 20197 20197 12749 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 20 0 419329009 28911378432 61749 33554432000 4194304 4196468 140723952143600 139898968983536 139899467975298 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20210] ppid=20197 vsize=28233768 memory=-6944103529398779034 CPUtime=0 cores=0-7
/proc/20199/task/20210/stat : 20210 (java) S 20197 20197 12749 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 20 0 419329009 28911378432 61749 33554432000 4194304 4196468 140723952143600 139898967929824 139899467974357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20211] ppid=20197 vsize=28233768 memory=-6368213416822806982 CPUtime=0 cores=0-7
/proc/20199/task/20211/stat : 20211 (java) S 20197 20197 12749 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 419329009 28911378432 61749 33554432000 4194304 4196468 140723952143600 139898966877184 139899467974357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20212] ppid=20197 vsize=28233768 memory=4208983705978170789 CPUtime=0 cores=0-7
/proc/20199/task/20212/stat : 20212 (java) S 20197 20197 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419329012 28911378432 61749 33554432000 4194304 4196468 140723952143600 139898965825744 139899467982747 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20213] ppid=20197 vsize=28233768 memory=-7452725505408194905 CPUtime=0.55 cores=0-7
/proc/20199/task/20213/stat : 20213 (java) S 20197 20197 12749 0 -1 1077944384 1425 0 0 0 54 1 0 0 20 0 20 0 419329012 28911378432 61749 33554432000 4194304 4196468 140723952143600 139898964773360 139899467975298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20214] ppid=20197 vsize=28233768 memory=7306334379736393275 CPUtime=0.61 cores=0-7
/proc/20199/task/20214/stat : 20214 (java) R 20197 20197 12749 0 -1 4202560 1528 0 0 0 61 0 0 0 20 0 20 0 419329012 28911378432 61749 33554432000 4194304 4196468 140723952143600 139898846813328 139899453079206 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20215] ppid=20197 vsize=28233768 memory=4570465986806391173 CPUtime=0.6 cores=0-7
/proc/20199/task/20215/stat : 20215 (java) S 20197 20197 12749 0 -1 1077944384 1440 0 0 0 60 0 0 0 20 0 20 0 419329012 28911378432 61749 33554432000 4194304 4196468 140723952143600 139898845780720 139899467975298 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20216] ppid=20197 vsize=28233768 memory=0 CPUtime=0.58 cores=0-7
/proc/20199/task/20216/stat : 20216 (java) S 20197 20197 12749 0 -1 1077944384 2414 0 0 0 57 1 0 0 20 0 20 0 419329012 28911378432 61749 33554432000 4194304 4196468 140723952143600 139898844728176 139899467975298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20217] ppid=20197 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/20199/task/20217/stat : 20217 (java) S 20197 20197 12749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419329012 28911378432 61749 33554432000 4194304 4196468 140723952143600 139898843674848 139899467974357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20218] ppid=20197 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/20199/task/20218/stat : 20218 (java) S 20197 20197 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419329012 28911378432 61749 33554432000 4194304 4196468 140723952143600 139898842622384 139899467975298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
Current children cumulated CPU time: 4.06 s
Current children cumulated vsize: 28346896 KiB
Current children cumulated memory: 248448 KiB

[startup+3.11183 s]
/proc/loadavg: 5.55 4.62 4.26 12/219 20282
/proc/meminfo: memFree=30212768/32770624 swapFree=66997684/67108860
[pid=20197] ppid=20194 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/20197/stat : 20197 (xcsp3-exec) S 20194 20197 12749 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 419329006 115843072 363 33554432000 4194304 5098028 140729488097584 140729488095688 140238078157436 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 13770752 140729488102261 140729488102505 140729488102505 140729488105418 0
/proc/20197/statm: 28282 363 304 221 0 87 0
[pid=20199] ppid=20197 vsize=28834892 memory=426840 CPUtime=14.72 cores=0-7
/proc/20199/stat : 20199 (java) S 20197 20197 12749 0 -1 1077944320 22968 0 0 0 1429 43 0 0 20 0 28 0 419329006 29526929408 106710 33554432000 4194304 4196468 140723952143600 140723952126144 139899467964151 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
/proc/20199/statm: 7208723 106710 3521 1 0 7169825 0
[pid=20199/tid=20200] ppid=20197 vsize=28834892 memory=0 CPUtime=1.73 cores=0-7
/proc/20199/task/20200/stat : 20200 (java) S 20197 20197 12749 0 -1 1077944384 9713 0 0 0 165 8 0 0 20 0 28 0 419329006 29526929408 106710 33554432000 4194304 4196468 140723952143600 139899472204928 139899467974357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20201] ppid=20197 vsize=28834892 memory=0 CPUtime=0.06 cores=0-7
/proc/20199/task/20201/stat : 20201 (java) S 20197 20197 12749 0 -1 1077944384 100 0 0 0 3 3 0 0 20 0 28 0 419329007 29526929408 106710 33554432000 4194304 4196468 140723952143600 139899019503888 139899467974357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20202] ppid=20197 vsize=28834892 memory=426384 CPUtime=0.06 cores=0-7
/proc/20199/task/20202/stat : 20202 (java) S 20197 20197 12749 0 -1 1077944384 75 0 0 0 3 3 0 0 20 0 28 0 419329007 29526929408 106710 33554432000 4194304 4196468 140723952143600 139899018451344 139899467974357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20203] ppid=20197 vsize=28834892 memory=422124 CPUtime=0.06 cores=0-7
/proc/20199/task/20203/stat : 20203 (java) S 20197 20197 12749 0 -1 1077944384 97 0 0 0 3 3 0 0 20 0 28 0 419329007 29526929408 106710 33554432000 4194304 4196468 140723952143600 139899017398800 139899467974357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20204] ppid=20197 vsize=28834892 memory=0 CPUtime=0.06 cores=0-7
/proc/20199/task/20204/stat : 20204 (java) S 20197 20197 12749 0 -1 1077944384 87 0 0 0 3 3 0 0 20 0 28 0 419329007 29526929408 106710 33554432000 4194304 4196468 140723952143600 139899016346256 139899467974357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20205] ppid=20197 vsize=28834892 memory=3624 CPUtime=0.06 cores=0-7
/proc/20199/task/20205/stat : 20205 (java) S 20197 20197 12749 0 -1 1077944384 84 0 0 0 3 3 0 0 20 0 28 0 419329007 29526929408 106710 33554432000 4194304 4196468 140723952143600 139899015293712 139899467974357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20206] ppid=20197 vsize=28834892 memory=26892 CPUtime=0.06 cores=0-7
/proc/20199/task/20206/stat : 20206 (java) S 20197 20197 12749 0 -1 1077944384 95 0 0 0 3 3 0 0 20 0 28 0 419329007 29526929408 106710 33554432000 4194304 4196468 140723952143600 139899014241168 139899467974357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20207] ppid=20197 vsize=28834892 memory=984 CPUtime=0.06 cores=0-7
/proc/20199/task/20207/stat : 20207 (java) S 20197 20197 12749 0 -1 1077944384 85 0 0 0 3 3 0 0 20 0 28 0 419329007 29526929408 106710 33554432000 4194304 4196468 140723952143600 139899013188624 139899467974357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20208] ppid=20197 vsize=28834892 memory=2024 CPUtime=0.06 cores=0-7
/proc/20199/task/20208/stat : 20208 (java) S 20197 20197 12749 0 -1 1077944384 89 0 0 0 3 3 0 0 20 0 28 0 419329007 29526929408 106710 33554432000 4194304 4196468 140723952143600 139899012136080 139899467974357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20209] ppid=20197 vsize=28834892 memory=1452 CPUtime=0.01 cores=0-7
/proc/20199/task/20209/stat : 20209 (java) S 20197 20197 12749 0 -1 1077944384 210 0 0 0 1 0 0 0 20 0 28 0 419329009 29526929408 106710 33554432000 4194304 4196468 140723952143600 139898968983536 139899467975298 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20210] ppid=20197 vsize=28834892 memory=419528 CPUtime=0 cores=0-7
/proc/20199/task/20210/stat : 20210 (java) S 20197 20197 12749 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 28 0 419329009 29526929408 106710 33554432000 4194304 4196468 140723952143600 139898967929824 139899467974357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20211] ppid=20197 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/20199/task/20211/stat : 20211 (java) S 20197 20197 12749 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 28 0 419329009 29526929408 106710 33554432000 4194304 4196468 140723952143600 139898966877184 139899467974357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20212] ppid=20197 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/20199/task/20212/stat : 20212 (java) S 20197 20197 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419329012 29526929408 106710 33554432000 4194304 4196468 140723952143600 139898965825744 139899467982747 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20213] ppid=20197 vsize=28834892 memory=5788911507359232418 CPUtime=1.48 cores=0-7
/proc/20199/task/20213/stat : 20213 (java) S 20197 20197 12749 0 -1 1077944384 2591 0 0 0 147 1 0 0 20 0 28 0 419329012 29526929408 106710 33554432000 4194304 4196468 140723952143600 139898964766384 139899467974357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20214] ppid=20197 vsize=28834892 memory=4426096708831907190 CPUtime=1.59 cores=0-7
/proc/20199/task/20214/stat : 20214 (java) R 20197 20197 12749 0 -1 4202560 1855 0 0 0 159 0 0 0 20 0 28 0 419329012 29526929408 106710 33554432000 4194304 4196468 140723952143600 139898846819856 139899445981130 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20215] ppid=20197 vsize=28834892 memory=281329618998256 CPUtime=1.52 cores=0-7
/proc/20199/task/20215/stat : 20215 (java) R 20197 20197 12749 0 -1 4202560 1845 0 0 0 152 0 0 0 20 0 28 0 419329012 29526929408 106710 33554432000 4194304 4196468 140723952143600 139898845761736 139899460681303 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20216] ppid=20197 vsize=28834892 memory=88901863607018 CPUtime=0.97 cores=0-7
/proc/20199/task/20216/stat : 20216 (java) D 20197 20197 12749 0 -1 4202560 3220 0 0 0 95 2 0 0 20 0 28 0 419329012 29526929408 106710 33554432000 4194304 4196468 140723952143600 139898844725664 139899461063998 0 4 0 16800975 18446744071582151416 0 0 -1 6 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20217] ppid=20197 vsize=28834892 memory=88906158574314 CPUtime=0 cores=0-7
/proc/20199/task/20217/stat : 20217 (java) S 20197 20197 12749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419329012 29526929408 106710 33554432000 4194304 4196468 140723952143600 139898843674848 139899467974357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20218] ppid=20197 vsize=28834892 memory=88919043476202 CPUtime=0 cores=0-7
/proc/20199/task/20218/stat : 20218 (java) S 20197 20197 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419329012 29526929408 106710 33554432000 4194304 4196468 140723952143600 139898842622384 139899467975298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20275] ppid=20197 vsize=28834892 memory=88927633410794 CPUtime=0.53 cores=0-7
/proc/20199/task/20275/stat : 20275 (java) R 20197 20197 12749 0 -1 4202560 22 0 0 0 53 0 0 0 20 0 28 0 419329255 29526929408 106710 33554432000 4194304 4196468 140723952143600 139898830499528 139899113742695 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20276] ppid=20197 vsize=28834892 memory=135991885039361 CPUtime=0.5 cores=0-7
/proc/20199/task/20276/stat : 20276 (java) R 20197 20197 12749 0 -1 4202560 19 0 0 0 50 0 0 0 20 0 28 0 419329255 29526929408 106710 33554432000 4194304 4196468 140723952143600 139898759655224 139899113742823 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20277] ppid=20197 vsize=28834892 memory=281329619105808 CPUtime=0.4 cores=0-7
/proc/20199/task/20277/stat : 20277 (java) R 20197 20197 12749 0 -1 4202560 33 0 0 0 40 0 0 0 20 0 28 0 419329255 29526929408 106710 33554432000 4194304 4196468 140723952143600 139898756497752 139899115125759 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20278] ppid=20197 vsize=28834892 memory=88927633410794 CPUtime=0.38 cores=0-7
/proc/20199/task/20278/stat : 20278 (java) R 20197 20197 12749 0 -1 4202560 25 0 0 0 38 0 0 0 20 0 28 0 419329255 29526929408 106710 33554432000 4194304 4196468 140723952143600 139898758589616 139899113922513 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20279] ppid=20197 vsize=28834892 memory=88927633410794 CPUtime=0.42 cores=0-7
/proc/20199/task/20279/stat : 20279 (java) S 20197 20197 12749 0 -1 1077944384 19 0 0 0 42 0 0 0 20 0 28 0 419329255 29526929408 106710 33554432000 4194304 4196468 140723952143600 139898831552928 139899467974357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20280] ppid=20197 vsize=28834892 memory=88927633410794 CPUtime=0.53 cores=0-7
/proc/20199/task/20280/stat : 20280 (java) R 20197 20197 12749 0 -1 4202560 20 0 0 0 53 0 0 0 20 0 28 0 419329255 29526929408 106710 33554432000 4194304 4196468 140723952143600 139898755444872 139899113742823 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20281] ppid=20197 vsize=28834892 memory=1380 CPUtime=0.36 cores=0-7
/proc/20199/task/20281/stat : 20281 (java) R 20197 20197 12749 0 -1 4202560 21 0 0 0 36 0 0 0 20 0 28 0 419329255 29526929408 106710 33554432000 4194304 4196468 140723952143600 139898760708216 139899113742667 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20282] ppid=20197 vsize=28834892 memory=1128 CPUtime=0.4 cores=0-7
/proc/20199/task/20282/stat : 20282 (java) R 20197 20197 12749 0 -1 4202560 19 0 0 0 40 0 0 0 20 0 28 0 419329255 29526929408 106710 33554432000 4194304 4196468 140723952143600 139898761761176 139899113742647 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
Current children cumulated CPU time: 14.72 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 428292 KiB

[startup+3.27853 s]
# the end of solver process 20197 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=15.4066 s, system=0.447023 s

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

[startup+3.20149 s]
/proc/loadavg: 5.55 4.62 4.26 12/219 20282
/proc/meminfo: memFree=30212768/32770624 swapFree=66997684/67108860
[pid=20197] ppid=20194 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/20197/stat : 20197 (xcsp3-exec) S 20194 20197 12749 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 419329006 115843072 363 33554432000 4194304 5098028 140729488097584 140729488095688 140238078157436 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 13770752 140729488102261 140729488102505 140729488102505 140729488105418 0
/proc/20197/statm: 28282 363 304 221 0 87 0
[pid=20199] ppid=20197 vsize=28901456 memory=428644 CPUtime=15.39 cores=0-7
/proc/20199/stat : 20199 (java) S 20197 20197 12749 0 -1 1077944320 23654 0 0 0 1496 43 0 0 20 0 30 0 419329006 29595090944 107161 33554432000 4194304 4196468 140723952143600 140723952126144 139899467964151 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
/proc/20199/statm: 7225364 107161 3524 1 0 7186466 0
[pid=20199/tid=20200] ppid=20197 vsize=28901456 memory=948 CPUtime=1.73 cores=0-7
/proc/20199/task/20200/stat : 20200 (java) S 20197 20197 12749 0 -1 1077944384 9715 0 0 0 165 8 0 0 20 0 30 0 419329006 29595090944 107161 33554432000 4194304 4196468 140723952143600 139899472204928 139899467974357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20201] ppid=20197 vsize=28901456 memory=2832 CPUtime=0.06 cores=0-7
/proc/20199/task/20201/stat : 20201 (java) S 20197 20197 12749 0 -1 1077944384 100 0 0 0 3 3 0 0 20 0 30 0 419329007 29595090944 107161 33554432000 4194304 4196468 140723952143600 139899019503888 139899467974357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20202] ppid=20197 vsize=28901456 memory=9404 CPUtime=0.06 cores=0-7
/proc/20199/task/20202/stat : 20202 (java) S 20197 20197 12749 0 -1 1077944384 75 0 0 0 3 3 0 0 20 0 30 0 419329007 29595090944 107161 33554432000 4194304 4196468 140723952143600 139899018451344 139899467974357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20203] ppid=20197 vsize=28901456 memory=1548 CPUtime=0.06 cores=0-7
/proc/20199/task/20203/stat : 20203 (java) S 20197 20197 12749 0 -1 1077944384 97 0 0 0 3 3 0 0 20 0 30 0 419329007 29595090944 107161 33554432000 4194304 4196468 140723952143600 139899017398800 139899467974357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20204] ppid=20197 vsize=28901456 memory=628 CPUtime=0.06 cores=0-7
/proc/20199/task/20204/stat : 20204 (java) S 20197 20197 12749 0 -1 1077944384 87 0 0 0 3 3 0 0 20 0 30 0 419329007 29595090944 107161 33554432000 4194304 4196468 140723952143600 139899016346256 139899467974357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20205] ppid=20197 vsize=28901456 memory=1056 CPUtime=0.06 cores=0-7
/proc/20199/task/20205/stat : 20205 (java) S 20197 20197 12749 0 -1 1077944384 84 0 0 0 3 3 0 0 20 0 30 0 419329007 29595090944 107161 33554432000 4194304 4196468 140723952143600 139899015293712 139899467974357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20206] ppid=20197 vsize=28901456 memory=0 CPUtime=0.06 cores=0-7
/proc/20199/task/20206/stat : 20206 (java) S 20197 20197 12749 0 -1 1077944384 95 0 0 0 3 3 0 0 20 0 30 0 419329007 29595090944 107161 33554432000 4194304 4196468 140723952143600 139899014241168 139899467974357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20207] ppid=20197 vsize=28901456 memory=-6876588461455810464 CPUtime=0.06 cores=0-7
/proc/20199/task/20207/stat : 20207 (java) S 20197 20197 12749 0 -1 1077944384 85 0 0 0 3 3 0 0 20 0 30 0 419329007 29595090944 107161 33554432000 4194304 4196468 140723952143600 139899013188624 139899467974357 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20208] ppid=20197 vsize=28901456 memory=7682475212697334586 CPUtime=0.06 cores=0-7
/proc/20199/task/20208/stat : 20208 (java) S 20197 20197 12749 0 -1 1077944384 89 0 0 0 3 3 0 0 20 0 30 0 419329007 29595090944 107161 33554432000 4194304 4196468 140723952143600 139899012136080 139899467974357 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20209] ppid=20197 vsize=28901456 memory=1399103955520229747 CPUtime=0.01 cores=0-7
/proc/20199/task/20209/stat : 20209 (java) S 20197 20197 12749 0 -1 1077944384 210 0 0 0 1 0 0 0 20 0 30 0 419329009 29595090944 107161 33554432000 4194304 4196468 140723952143600 139898968983536 139899467975298 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20210] ppid=20197 vsize=28901456 memory=-7966001967256141664 CPUtime=0 cores=0-7
/proc/20199/task/20210/stat : 20210 (java) S 20197 20197 12749 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 30 0 419329009 29595090944 107161 33554432000 4194304 4196468 140723952143600 139898967929824 139899467974357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20211] ppid=20197 vsize=28901456 memory=-9178176116494409632 CPUtime=0 cores=0-7
/proc/20199/task/20211/stat : 20211 (java) S 20197 20197 12749 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 30 0 419329009 29595090944 107161 33554432000 4194304 4196468 140723952143600 139898966877184 139899467974357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20212] ppid=20197 vsize=28901456 memory=0 CPUtime=0 cores=0-7
/proc/20199/task/20212/stat : 20212 (java) S 20197 20197 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 30 0 419329012 29595090944 107161 33554432000 4194304 4196468 140723952143600 139898965825744 139899467982747 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20213] ppid=20197 vsize=28901456 memory=0 CPUtime=1.55 cores=0-7
/proc/20199/task/20213/stat : 20213 (java) R 20197 20197 12749 0 -1 1077944384 2603 0 0 0 154 1 0 0 20 0 30 0 419329012 29595090944 107161 33554432000 4194304 4196468 140723952143600 139898964766096 139899467974357 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20214] ppid=20197 vsize=28901456 memory=0 CPUtime=1.66 cores=0-7
/proc/20199/task/20214/stat : 20214 (java) S 20197 20197 12749 0 -1 1077944384 1924 0 0 0 166 0 0 0 20 0 30 0 419329012 29595090944 107161 33554432000 4194304 4196468 140723952143600 139898846832064 139899467974357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20215] ppid=20197 vsize=28901456 memory=0 CPUtime=1.6 cores=0-7
/proc/20199/task/20215/stat : 20215 (java) R 20197 20197 12749 0 -1 4202560 2164 0 0 0 160 0 0 0 20 0 30 0 419329012 29595090944 107161 33554432000 4194304 4196468 140723952143600 139898845773208 139899449483830 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20216] ppid=20197 vsize=28901456 memory=0 CPUtime=0.98 cores=0-7
/proc/20199/task/20216/stat : 20216 (java) S 20197 20197 12749 0 -1 1077944384 3235 0 0 0 96 2 0 0 20 0 30 0 419329012 29595090944 107161 33554432000 4194304 4196468 140723952143600 139898844728176 139899467975298 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20217] ppid=20197 vsize=28901456 memory=0 CPUtime=0 cores=0-7
/proc/20199/task/20217/stat : 20217 (java) S 20197 20197 12749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 30 0 419329012 29595090944 107161 33554432000 4194304 4196468 140723952143600 139898843674848 139899467974357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
[pid=20199/tid=20218] ppid=20197 vsize=28901456 memory=0 CPUtime=0 cores=0-7
/proc/20199/task/20218/stat : 20218 (java) S 20197 20197 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 30 0 419329012 29595090944 107161 33554432000 4194304 4196468 140723952143600 139898842622384 139899467975298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14843904 140723952149482 140723952149654 140723952149654 140723952152527 0
Current children cumulated CPU time: 15.39 s
Current children cumulated vsize: 29014584 KiB
Current children cumulated memory: 430096 KiB

Child status: 0
Real time (s): 3.27858
CPU time (s): 15.8537
CPU user time (s): 15.4066
CPU system time (s): 0.447023
CPU usage (%): 483.552
Max. virtual memory (cumulated for all children) (KiB): 29014584
Max. memory (cumulated for all children) (KiB): 430096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.4066
system time used= 0.447023
maximum resident set size= 429704
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24433
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4847
involuntary context switches= 343


# summary of solver processes directly reported to runsolver:
#   pid: 20197
#   total CPU time (s): 15.8537
#   total CPU user time (s): 15.4066
#   total CPU system time (s): 0.447023

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.04327 second user time and 0.080114 second system time

The end

Launcher Data

Begin job on node106 at 2019-09-14 04:11:06
IDJOB=4393953
IDBENCH=128019
IDSOLVER=2841
FILE ID=node106/4393953-1568430743
RUNJOBID= node106-1568413091-12776
PBS_JOBID= 21702261
Free space on /tmp= 59112 MiB

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

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

MD5SUM BENCH= d869450afe9c29c5d3a1d31c4402b074
RANDOM SEED=1988341051

node106.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30624572 kB
MemAvailable:   31899420 kB
Buffers:          184156 kB
Cached:          1371808 kB
SwapCached:         9320 kB
Active:           487508 kB
Inactive:        1083124 kB
Active(anon):      13940 kB
Inactive(anon):    34744 kB
Active(file):     473568 kB
Inactive(file):  1048380 kB
Unevictable:      106908 kB
Mlocked:          106908 kB
SwapTotal:      67108860 kB
SwapFree:       66997684 kB
Dirty:             11404 kB
Writeback:             0 kB
AnonPages:        110756 kB
Mapped:            38196 kB
Shmem:             25300 kB
Slab:             167364 kB
SReclaimable:     137468 kB
SUnreclaim:        29896 kB
KernelStack:        3472 kB
PageTables:         5236 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     489728 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:      107904 kB
DirectMap2M:    33437696 kB

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