Trace number 4394509

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 parallelOPT147 12.2151 3.21341

General information on the benchmark

NameTpp/Tpp-zinc-s1/
Tpp-7-3-30-1.xml
MD5SUM0f4bef4b37e838bc5603a3a9d9caf103
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark147
Best CPU time to get the best result obtained on this benchmark0.35928
Satisfiable
(Un)Satisfiability was proved
Number of variables102
Number of constraints683
Number of domains53
Minimum domain size2
Maximum domain size21
Distribution of domain sizes[{"size":2,"count":1},{"size":3,"count":4},{"size":4,"count":13},{"size":5,"count":3},{"size":9,"count":1},{"size":10,"count":1},{"size":11,"count":4},{"size":12,"count":9},{"size":13,"count":8},{"size":14,"count":3},{"size":15,"count":3},{"size":16,"count":1},{"size":20,"count":30},{"size":21,"count":21}]
Minimum variable degree2
Maximum variable degree33
Distribution of variable degrees[{"degree":2,"count":51},{"degree":22,"count":30},{"degree":32,"count":20},{"degree":33,"count":1}]
Minimum constraint arity1
Maximum constraint arity21
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":681},{"arity":21,"count":1}]
Number of extensional constraints51
Number of intensional constraints631
Distribution of constraint types[{"type":"extension","count":51},{"type":"intension","count":631},{"type":"circuit","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4394509-1568427387.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4394509-1568427387.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.29	c parse instance...
6.85/2.09	c solve instance...
8.47/2.34	o 327 
8.47/2.37	o 282 
8.47/2.38	o 256 
9.11/2.45	o 255 
9.11/2.48	o 240 
9.73/2.51	o 239 
9.73/2.52	o 214 
9.73/2.55	o 213 
9.73/2.55	o 212 
9.73/2.55	o 170 
9.73/2.57	o 169 
9.73/2.60	o 168 
10.37/2.60	o 167 
10.37/2.62	o 166 
10.37/2.63	o 165 
10.37/2.67	o 164 
10.37/2.67	o 163 
11.03/2.70	o 149 
11.03/2.73	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (95/97)
11.03/2.73		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
11.03/2.73		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
11.03/2.73		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
11.03/2.73		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
11.03/2.73		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
11.03/2.73	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (95/97)
11.03/2.73		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
11.03/2.73		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
11.03/2.73		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
11.03/2.73		at org.chocosolver.solver.Solver.repair(Solver.java:443)
11.03/2.73		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
11.03/2.73		at org.chocosolver.solver.Solver.solve(Solver.java:262)
11.03/2.73		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
11.03/2.73		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
11.03/2.73		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
11.03/2.73		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
11.03/2.73		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
11.03/2.73		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
11.03/2.73		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
11.03/2.73		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
11.03/2.73		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
11.03/2.73		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
11.03/2.73	o 148 
11.72/2.82	java.util.concurrent.ExecutionException: java.lang.NullPointerException
11.72/2.82		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
11.72/2.82		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
11.72/2.82		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
11.72/2.82		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
11.72/2.82		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
11.72/2.82	Caused by: java.lang.NullPointerException
11.72/2.82		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
11.72/2.82		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
11.72/2.82		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
11.72/2.82		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
11.72/2.82		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
11.72/2.82		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
11.72/2.82		... 4 more
11.72/2.82	Caused by: java.lang.NullPointerException
11.72/2.82		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
11.72/2.82		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
11.72/2.82		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
11.72/2.82		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
11.72/2.83		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
11.72/2.83		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
11.72/2.83		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
11.72/2.83		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
11.72/2.83		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
11.72/2.83		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
11.72/2.83		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
11.72/2.83		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
11.72/2.83		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
11.72/2.83		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
11.72/2.83		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
11.72/2.83		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
11.72/2.83		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
11.72/2.83		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
11.72/2.83	Caused by: java.lang.NullPointerException
11.72/2.83		at org.chocosolver.solver.search.strategy.decision.DecisionPath.synchronize(DecisionPath.java:118)
11.72/2.83		at org.chocosolver.solver.search.strategy.decision.DecisionPath.synchronize(DecisionPath.java:104)
11.72/2.83		at org.chocosolver.solver.Solver.restoreRootNode(Solver.java:623)
11.72/2.83		at org.chocosolver.solver.Solver.restart(Solver.java:597)
11.72/2.83		at org.chocosolver.solver.search.loop.move.MoveRestart.restart(MoveRestart.java:135)
11.72/2.83		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:84)
11.72/2.83		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:82)
11.72/2.83		at org.chocosolver.solver.Solver.extend(Solver.java:421)
11.72/2.83		at org.chocosolver.solver.Solver.searchLoop(Solver.java:297)
11.72/2.83		at org.chocosolver.solver.Solver.solve(Solver.java:262)
11.72/2.83		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
11.72/2.83		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
11.72/2.83		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
11.72/2.83		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
11.72/2.83		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
11.72/2.83		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
11.72/2.83		... 4 more
11.72/2.83	o 147 
11.72/2.86	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Cannot add decision to decision path
11.72/2.86		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
11.72/2.86		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
11.72/2.86		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
11.72/2.86		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
11.72/2.86		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
11.72/2.86	Caused by: org.chocosolver.solver.exception.SolverException: Cannot add decision to decision path
11.72/2.86		at org.chocosolver.solver.search.strategy.decision.DecisionPath.pushDecision(DecisionPath.java:95)
11.72/2.86		at org.chocosolver.solver.search.loop.move.MoveBinaryDFS.extend(MoveBinaryDFS.java:64)
11.72/2.86		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:82)
11.72/2.86		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:82)
11.72/2.86		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:82)
11.72/2.86		at org.chocosolver.solver.Solver.extend(Solver.java:421)
11.72/2.86		at org.chocosolver.solver.Solver.searchLoop(Solver.java:297)
11.72/2.86		at org.chocosolver.solver.Solver.solve(Solver.java:262)
11.72/2.86		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
11.72/2.86		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
11.72/2.86		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
11.72/2.86		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
12.19/3.20		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
12.19/3.20		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
12.19/3.20		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
12.19/3.20		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
12.19/3.20		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
12.19/3.20		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
12.19/3.20	s OPTIMUM FOUND
12.19/3.20	v <instantiation>
12.19/3.20	v 	<list>s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14] d[15] d[16] d[17] d[18] d[19] d[20] l[0] l[1] l[2] l[3] l[4] l[5] l[6] l[7] l[8] l[9] l[10] l[11] l[12] l[13] l[14] l[15] l[16] l[17] l[18] l[19] l[20] l[21] l[22] l[23] l[24] l[25] l[26] l[27] l[28] l[29] c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] c[20] c[21] c[22] c[23] c[24] c[25] c[26] c[27] c[28] c[29] </list>
12.19/3.20	v 	<values>0 1 2 3 4 5 6 7 8 9 11 12 13 20 14 15 16 10 17 18 19 0 0 0 0 0 0 0 0 0 0 7 1 1 18 0 0 0 16 10 1 4 13 13 12 18 19 11 19 10 13 18 18 11 11 13 17 10 10 19 12 18 13 11 19 17 17 13 19 17 13 10 1 1 1 5 4 4 3 1 2 1 3 1 2 6 2 2 2 1 9 1 1 1 7 4 7 1 2 2 4 8 </values>
12.19/3.20	v </instantiation>

Verifier Data

OK	147

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (14578 MiB free)
  memory of node 1: 16384 MiB (15647 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4394509-1568427387/watcher-4394509-1568427387 -o /tmp/evaluation-result-4394509-1568427387/solver-4394509-1568427387 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node117-1568427144-15778 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 506892483 HOME/instance-4394509-1568427387.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=18446, runsolver pid=18443
Current StackSize limit: 8192 KiB


[startup+0.100134 s]*
/proc/loadavg: 6.78 6.94 6.89 2/211 18467
/proc/meminfo: memFree=30936512/32770624 swapFree=66947516/67108860
[pid=18446] ppid=18443 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/18446/stat : 18446 (xcsp3-exec) S 18443 18446 15751 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418680584 115843072 363 33554432000 4194304 5098028 140728288644304 140728288642408 140513875706492 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 23396352 140728288650102 140728288650345 140728288650345 140728288653258 0
/proc/18446/statm: 28282 363 304 221 0 87 0
[pid=18448] ppid=18446 vsize=28227388 memory=28072 CPUtime=0.12 cores=0-7
/proc/18448/stat : 18448 (java) S 18446 18446 15751 0 -1 1077944320 5933 0 0 0 11 1 0 0 20 0 20 0 418680584 28904845312 7018 33554432000 4194304 4196468 140730201680016 140730201662560 140273931771639 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
/proc/18448/statm: 7056847 7018 3144 1 0 7019032 0
[pid=18448/tid=18449] ppid=18446 vsize=28227388 memory=8317482817917895235 CPUtime=0.09 cores=0-7
/proc/18448/task/18449/stat : 18449 (java) R 18446 18446 15751 0 -1 4202560 3772 0 0 0 8 1 0 0 20 0 20 0 418680585 28904845312 7018 33554432000 4194304 4196468 140730201680016 140273936003904 140273917496160 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18450] ppid=18446 vsize=28227388 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/18448/task/18450/stat : 18450 (java) S 18446 18446 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418680585 28904845312 7018 33554432000 4194304 4196468 140730201680016 140273901485200 140273931781845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18451] ppid=18446 vsize=28227388 memory=139657975903872 CPUtime=0 cores=0-7
/proc/18448/task/18451/stat : 18451 (java) S 18446 18446 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418680585 28904845312 7018 33554432000 4194304 4196468 140730201680016 140273482533904 140273931781845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18452] ppid=18446 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18448/task/18452/stat : 18452 (java) S 18446 18446 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418680585 28904845312 7018 33554432000 4194304 4196468 140730201680016 140273481481104 140273931781845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18453] ppid=18446 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18448/task/18453/stat : 18453 (java) S 18446 18446 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418680585 28904845312 7018 33554432000 4194304 4196468 140730201680016 140273480428304 140273931781845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18454] ppid=18446 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18448/task/18454/stat : 18454 (java) S 18446 18446 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418680585 28904845312 7018 33554432000 4194304 4196468 140730201680016 140273479375504 140273931781845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18455] ppid=18446 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/18448/task/18455/stat : 18455 (java) S 18446 18446 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418680585 28904845312 7018 33554432000 4194304 4196468 140730201680016 140273478322704 140273931781845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18456] ppid=18446 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18448/task/18456/stat : 18456 (java) S 18446 18446 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418680585 28904845312 7018 33554432000 4194304 4196468 140730201680016 140273477269904 140273931781845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18457] ppid=18446 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18448/task/18457/stat : 18457 (java) S 18446 18446 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418680585 28904845312 7018 33554432000 4194304 4196468 140730201680016 140273476217104 140273931781845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18458] ppid=18446 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18448/task/18458/stat : 18458 (java) S 18446 18446 15751 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 418680587 28904845312 7018 33554432000 4194304 4196468 140730201680016 140273432796016 140273931782786 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18459] ppid=18446 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18448/task/18459/stat : 18459 (java) S 18446 18446 15751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418680587 28904845312 7018 33554432000 4194304 4196468 140730201680016 140273431741984 140273931781845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18460] ppid=18446 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18448/task/18460/stat : 18460 (java) S 18446 18446 15751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418680588 28904845312 7018 33554432000 4194304 4196468 140730201680016 140273314293104 140273931781845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18461] ppid=18446 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18448/task/18461/stat : 18461 (java) S 18446 18446 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418680590 28904845312 7018 33554432000 4194304 4196468 140730201680016 140273313241424 140273931790235 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18462] ppid=18446 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18448/task/18462/stat : 18462 (java) S 18446 18446 15751 0 -1 1077944384 428 0 0 0 0 0 0 0 20 0 20 0 418680590 28904845312 7018 33554432000 4194304 4196468 140730201680016 140273312188784 140273931782786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18463] ppid=18446 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18448/task/18463/stat : 18463 (java) S 18446 18446 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418680590 28904845312 7018 33554432000 4194304 4196468 140730201680016 140273311135984 140273931782786 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18464] ppid=18446 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18448/task/18464/stat : 18464 (java) S 18446 18446 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418680590 28904845312 7018 33554432000 4194304 4196468 140730201680016 140273310083184 140273931782786 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18465] ppid=18446 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/18448/task/18465/stat : 18465 (java) S 18446 18446 15751 0 -1 1077944384 418 0 0 0 2 0 0 0 20 0 20 0 418680590 28904845312 7018 33554432000 4194304 4196468 140730201680016 140273309030384 140273931782786 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18466] ppid=18446 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18448/task/18466/stat : 18466 (java) S 18446 18446 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418680590 28904845312 7018 33554432000 4194304 4196468 140730201680016 140273307978848 140273931781845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18467] ppid=18446 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/18448/task/18467/stat : 18467 (java) S 18446 18446 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418680591 28904845312 7018 33554432000 4194304 4196468 140730201680016 140273306926128 140273931782786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 29524 KiB

[startup+0.210583 s]*
/proc/loadavg: 6.78 6.94 6.89 2/211 18467
/proc/meminfo: memFree=30923260/32770624 swapFree=66947516/67108860
[pid=18446] ppid=18443 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/18446/stat : 18446 (xcsp3-exec) S 18443 18446 15751 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418680584 115843072 363 33554432000 4194304 5098028 140728288644304 140728288642408 140513875706492 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 23396352 140728288650102 140728288650345 140728288650345 140728288653258 0
/proc/18446/statm: 28282 363 304 221 0 87 0
[pid=18448] ppid=18446 vsize=28227388 memory=39772 CPUtime=0.34 cores=0-7
/proc/18448/stat : 18448 (java) S 18446 18446 15751 0 -1 1077944320 9746 0 0 0 31 3 0 0 20 0 20 0 418680584 28904845312 9943 33554432000 4194304 4196468 140730201680016 140730201662560 140273931771639 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
/proc/18448/statm: 7056847 9943 3281 1 0 7019032 0
[pid=18448/tid=18449] ppid=18446 vsize=28227388 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/18448/task/18449/stat : 18449 (java) R 18446 18446 15751 0 -1 4202560 6713 0 0 0 18 2 0 0 20 0 20 0 418680585 28904845312 9943 33554432000 4194304 4196468 140730201680016 140273936011312 140273915852126 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18450] ppid=18446 vsize=28227388 memory=328 CPUtime=0 cores=0-7
/proc/18448/task/18450/stat : 18450 (java) S 18446 18446 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418680585 28904845312 9943 33554432000 4194304 4196468 140730201680016 140273901485200 140273931781845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18451] ppid=18446 vsize=28227388 memory=139657978995019 CPUtime=0 cores=0-7
/proc/18448/task/18451/stat : 18451 (java) S 18446 18446 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418680585 28904845312 9943 33554432000 4194304 4196468 140730201680016 140273482533904 140273931781845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18452] ppid=18446 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/18448/task/18452/stat : 18452 (java) S 18446 18446 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418680585 28904845312 9943 33554432000 4194304 4196468 140730201680016 140273481481104 140273931781845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18453] ppid=18446 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18448/task/18453/stat : 18453 (java) S 18446 18446 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418680585 28904845312 9943 33554432000 4194304 4196468 140730201680016 140273480428304 140273931781845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18454] ppid=18446 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18448/task/18454/stat : 18454 (java) S 18446 18446 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418680585 28904845312 9943 33554432000 4194304 4196468 140730201680016 140273479375504 140273931781845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18455] ppid=18446 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/18448/task/18455/stat : 18455 (java) S 18446 18446 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418680585 28904845312 9943 33554432000 4194304 4196468 140730201680016 140273478322704 140273931781845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18456] ppid=18446 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18448/task/18456/stat : 18456 (java) S 18446 18446 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418680585 28904845312 9943 33554432000 4194304 4196468 140730201680016 140273477269904 140273931781845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18457] ppid=18446 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18448/task/18457/stat : 18457 (java) S 18446 18446 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418680585 28904845312 9943 33554432000 4194304 4196468 140730201680016 140273476217104 140273931781845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18458] ppid=18446 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18448/task/18458/stat : 18458 (java) S 18446 18446 15751 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 20 0 418680587 28904845312 9943 33554432000 4194304 4196468 140730201680016 140273432796016 140273931782786 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18459] ppid=18446 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18448/task/18459/stat : 18459 (java) S 18446 18446 15751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418680587 28904845312 9943 33554432000 4194304 4196468 140730201680016 140273431741984 140273931781845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18460] ppid=18446 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18448/task/18460/stat : 18460 (java) S 18446 18446 15751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418680588 28904845312 9943 33554432000 4194304 4196468 140730201680016 140273314293104 140273931781845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18461] ppid=18446 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18448/task/18461/stat : 18461 (java) S 18446 18446 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418680590 28904845312 9943 33554432000 4194304 4196468 140730201680016 140273313241424 140273931790235 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18462] ppid=18446 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18448/task/18462/stat : 18462 (java) S 18446 18446 15751 0 -1 1077944384 428 0 0 0 0 0 0 0 20 0 20 0 418680590 28904845312 9943 33554432000 4194304 4196468 140730201680016 140273312188784 140273931782786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18463] ppid=18446 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/18448/task/18463/stat : 18463 (java) S 18446 18446 15751 0 -1 1077944384 62 0 0 0 1 0 0 0 20 0 20 0 418680590 28904845312 9943 33554432000 4194304 4196468 140730201680016 140273311135984 140273931782786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18464] ppid=18446 vsize=28227388 memory=-1 CPUtime=0.02 cores=0-7
/proc/18448/task/18464/stat : 18464 (java) S 18446 18446 15751 0 -1 1077944384 324 0 0 0 2 0 0 0 20 0 20 0 418680590 28904845312 9943 33554432000 4194304 4196468 140730201680016 140273310083184 140273931782786 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18465] ppid=18446 vsize=28227388 memory=-1 CPUtime=0.07 cores=0-7
/proc/18448/task/18465/stat : 18465 (java) R 18446 18446 15751 0 -1 4202560 906 0 0 0 7 0 0 0 20 0 20 0 418680590 28904845312 9943 33554432000 4194304 4196468 140730201680016 140273309030384 140273931792986 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18466] ppid=18446 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/18448/task/18466/stat : 18466 (java) S 18446 18446 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418680590 28904845312 9943 33554432000 4194304 4196468 140730201680016 140273307978848 140273931781845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18467] ppid=18446 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/18448/task/18467/stat : 18467 (java) S 18446 18446 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418680591 28904845312 9943 33554432000 4194304 4196468 140730201680016 140273306926128 140273931782786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 41224 KiB

[startup+0.310422 s]*
/proc/loadavg: 6.78 6.94 6.89 3/211 18467
/proc/meminfo: memFree=30918040/32770624 swapFree=66947516/67108860
[pid=18446] ppid=18443 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/18446/stat : 18446 (xcsp3-exec) S 18443 18446 15751 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418680584 115843072 363 33554432000 4194304 5098028 140728288644304 140728288642408 140513875706492 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 23396352 140728288650102 140728288650345 140728288650345 140728288653258 0
/proc/18446/statm: 28282 363 304 221 0 87 0
[pid=18448] ppid=18446 vsize=28231644 memory=49112 CPUtime=0.53 cores=0-7
/proc/18448/stat : 18448 (java) S 18446 18446 15751 0 -1 1077944320 11171 0 0 0 49 4 0 0 20 0 20 0 418680584 28909203456 12234 33554432000 4194304 4196468 140730201680016 140730201662560 140273931771639 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
/proc/18448/statm: 7057911 12278 3333 1 0 7019032 0
[pid=18448/tid=18449] ppid=18446 vsize=28231644 memory=8317482817917895235 CPUtime=0.29 cores=0-7
/proc/18448/task/18449/stat : 18449 (java) R 18446 18446 15751 0 -1 4202560 7820 0 0 0 27 2 0 0 20 0 20 0 418680585 28909203456 12278 33554432000 4194304 4196468 140730201680016 140273936002752 140273915852126 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18450] ppid=18446 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/18448/task/18450/stat : 18450 (java) S 18446 18446 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418680585 28909203456 12278 33554432000 4194304 4196468 140730201680016 140273901485200 140273931781845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18451] ppid=18446 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/18448/task/18451/stat : 18451 (java) S 18446 18446 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418680585 28909203456 12278 33554432000 4194304 4196468 140730201680016 140273482533904 140273931781845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18452] ppid=18446 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/18448/task/18452/stat : 18452 (java) S 18446 18446 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418680585 28909203456 12278 33554432000 4194304 4196468 140730201680016 140273481481104 140273931781845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18453] ppid=18446 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/18448/task/18453/stat : 18453 (java) S 18446 18446 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418680585 28909203456 12278 33554432000 4194304 4196468 140730201680016 140273480428304 140273931781845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18454] ppid=18446 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/18448/task/18454/stat : 18454 (java) S 18446 18446 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418680585 28909203456 12278 33554432000 4194304 4196468 140730201680016 140273479375504 140273931781845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18455] ppid=18446 vsize=28231644 memory=139657841044143 CPUtime=0 cores=0-7
/proc/18448/task/18455/stat : 18455 (java) S 18446 18446 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418680585 28909203456 12278 33554432000 4194304 4196468 140730201680016 140273478322704 140273931781845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18456] ppid=18446 vsize=28231644 memory=139657841046448 CPUtime=0 cores=0-7
/proc/18448/task/18456/stat : 18456 (java) S 18446 18446 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418680585 28909203456 12278 33554432000 4194304 4196468 140730201680016 140273477269904 140273931781845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18457] ppid=18446 vsize=28231644 memory=139657841048752 CPUtime=0 cores=0-7
/proc/18448/task/18457/stat : 18457 (java) S 18446 18446 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418680585 28909203456 12278 33554432000 4194304 4196468 140730201680016 140273476217104 140273931781845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18458] ppid=18446 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/18448/task/18458/stat : 18458 (java) S 18446 18446 15751 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 20 0 418680587 28909203456 12278 33554432000 4194304 4196468 140730201680016 140273432796016 140273931782786 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18459] ppid=18446 vsize=28231644 memory=279315682111376 CPUtime=0 cores=0-7
/proc/18448/task/18459/stat : 18459 (java) S 18446 18446 15751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418680587 28909203456 12278 33554432000 4194304 4196468 140730201680016 140273431741984 140273931781845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18460] ppid=18446 vsize=28231644 memory=279315682109072 CPUtime=0 cores=0-7
/proc/18448/task/18460/stat : 18460 (java) S 18446 18446 15751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418680588 28909203456 12278 33554432000 4194304 4196468 140730201680016 140273314293104 140273931781845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18461] ppid=18446 vsize=28231644 memory=279315682115984 CPUtime=0 cores=0-7
/proc/18448/task/18461/stat : 18461 (java) S 18446 18446 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418680590 28909203456 12278 33554432000 4194304 4196468 140730201680016 140273313241424 140273931790235 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18462] ppid=18446 vsize=28231644 memory=279315682057264 CPUtime=0.01 cores=0-7
/proc/18448/task/18462/stat : 18462 (java) S 18446 18446 15751 0 -1 1077944384 451 0 0 0 1 0 0 0 20 0 20 0 418680590 28909203456 12278 33554432000 4194304 4196468 140730201680016 140273312188784 140273931782786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18463] ppid=18446 vsize=28231644 memory=279315682129808 CPUtime=0.03 cores=0-7
/proc/18448/task/18463/stat : 18463 (java) R 18446 18446 15751 0 -1 4202560 160 0 0 0 3 0 0 0 20 0 20 0 418680590 28909203456 12278 33554432000 4194304 4196468 140730201680016 140273311135984 140273916652155 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18464] ppid=18446 vsize=28231644 memory=279315682136720 CPUtime=0.04 cores=0-7
/proc/18448/task/18464/stat : 18464 (java) S 18446 18446 15751 0 -1 1077944384 354 0 0 0 4 0 0 0 20 0 20 0 418680590 28909203456 12278 33554432000 4194304 4196468 140730201680016 140273310083184 140273931782786 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18465] ppid=18446 vsize=28231644 memory=279315682134416 CPUtime=0.12 cores=0-7
/proc/18448/task/18465/stat : 18465 (java) S 18446 18446 15751 0 -1 1077944384 1077 0 0 0 12 0 0 0 20 0 20 0 418680590 28909203456 12278 33554432000 4194304 4196468 140730201680016 140273309030384 140273931782786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18466] ppid=18446 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/18448/task/18466/stat : 18466 (java) S 18446 18446 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418680590 28909203456 12278 33554432000 4194304 4196468 140730201680016 140273307978848 140273931781845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18467] ppid=18446 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/18448/task/18467/stat : 18467 (java) S 18446 18446 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418680591 28909203456 12278 33554432000 4194304 4196468 140730201680016 140273306926128 140273931782786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 50564 KiB

[startup+0.700968 s]
/proc/loadavg: 6.78 6.94 6.89 6/211 18467
/proc/meminfo: memFree=30894456/32770624 swapFree=66947516/67108860
[pid=18446] ppid=18443 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/18446/stat : 18446 (xcsp3-exec) S 18443 18446 15751 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418680584 115843072 363 33554432000 4194304 5098028 140728288644304 140728288642408 140513875706492 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 23396352 140728288650102 140728288650345 140728288650345 140728288653258 0
/proc/18446/statm: 28282 363 304 221 0 87 0
[pid=18448] ppid=18446 vsize=28233768 memory=88200 CPUtime=1.88 cores=0-7
/proc/18448/stat : 18448 (java) S 18446 18446 15751 0 -1 1077944320 16664 0 0 0 182 6 0 0 20 0 20 0 418680584 28911378432 22050 33554432000 4194304 4196468 140730201680016 140730201662560 140273931771639 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
/proc/18448/statm: 7058442 22050 3453 1 0 7019544 0
[pid=18448/tid=18449] ppid=18446 vsize=28233768 memory=0 CPUtime=0.68 cores=0-7
/proc/18448/task/18449/stat : 18449 (java) R 18446 18446 15751 0 -1 4202560 9101 0 0 0 64 4 0 0 20 0 20 0 418680585 28911378432 22050 33554432000 4194304 4196468 140730201680016 140273936008992 140273568472346 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18450] ppid=18446 vsize=28233768 memory=139657841255280 CPUtime=0 cores=0-7
/proc/18448/task/18450/stat : 18450 (java) S 18446 18446 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418680585 28911378432 22050 33554432000 4194304 4196468 140730201680016 140273901485200 140273931781845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18451] ppid=18446 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/18448/task/18451/stat : 18451 (java) S 18446 18446 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418680585 28911378432 22050 33554432000 4194304 4196468 140730201680016 140273482533904 140273931781845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18452] ppid=18446 vsize=28233768 memory=1200 CPUtime=0 cores=0-7
/proc/18448/task/18452/stat : 18452 (java) S 18446 18446 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418680585 28911378432 22050 33554432000 4194304 4196468 140730201680016 140273481481104 140273931781845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0

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

Current children cumulated vsize: 28346896 KiB
Current children cumulated memory: 89652 KiB

[startup+1.50099 s]
/proc/loadavg: 6.78 6.94 6.89 6/211 18467
/proc/meminfo: memFree=30818080/32770624 swapFree=66947516/67108860
[pid=18446] ppid=18443 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/18446/stat : 18446 (xcsp3-exec) S 18443 18446 15751 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418680584 115843072 363 33554432000 4194304 5098028 140728288644304 140728288642408 140513875706492 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 23396352 140728288650102 140728288650345 140728288650345 140728288653258 0
/proc/18446/statm: 28282 363 304 221 0 87 0
[pid=18448] ppid=18446 vsize=28235816 memory=235248 CPUtime=5.2 cores=0-7
/proc/18448/stat : 18448 (java) S 18446 18446 15751 0 -1 1077944320 28981 0 0 0 502 18 0 0 20 0 20 0 418680584 28913475584 58812 33554432000 4194304 4196468 140730201680016 140730201662560 140273931771639 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
/proc/18448/statm: 7058954 58812 3490 1 0 7020056 0
[pid=18448/tid=18449] ppid=18446 vsize=28235816 memory=288230617509003574 CPUtime=1.45 cores=0-7
/proc/18448/task/18449/stat : 18449 (java) R 18446 18446 15751 0 -1 4202560 10030 0 0 0 140 5 0 0 20 0 20 0 418680585 28913475584 58812 33554432000 4194304 4196468 140730201680016 140273936006336 140273931783574 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18450] ppid=18446 vsize=28235816 memory=15534115864709562 CPUtime=0.01 cores=0-7
/proc/18448/task/18450/stat : 18450 (java) S 18446 18446 15751 0 -1 1077944384 33 0 0 0 1 0 0 0 20 0 20 0 418680585 28913475584 58812 33554432000 4194304 4196468 140730201680016 140273901485200 140273931781845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18451] ppid=18446 vsize=28235816 memory=0 CPUtime=0.01 cores=0-7
/proc/18448/task/18451/stat : 18451 (java) S 18446 18446 15751 0 -1 1077944384 19 0 0 0 1 0 0 0 20 0 20 0 418680585 28913475584 58812 33554432000 4194304 4196468 140730201680016 140273482533904 140273931781845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18452] ppid=18446 vsize=28235816 memory=2257 CPUtime=0 cores=0-7
/proc/18448/task/18452/stat : 18452 (java) S 18446 18446 15751 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 20 0 418680585 28913475584 58812 33554432000 4194304 4196468 140730201680016 140273481481104 140273931781845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18453] ppid=18446 vsize=28235816 memory=2372 CPUtime=0 cores=0-7
/proc/18448/task/18453/stat : 18453 (java) S 18446 18446 15751 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 20 0 418680585 28913475584 58812 33554432000 4194304 4196468 140730201680016 140273480428304 140273931781845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18454] ppid=18446 vsize=28235816 memory=0 CPUtime=0.01 cores=0-7
/proc/18448/task/18454/stat : 18454 (java) S 18446 18446 15751 0 -1 1077944384 76 0 0 0 0 1 0 0 20 0 20 0 418680585 28913475584 58812 33554432000 4194304 4196468 140730201680016 140273479375504 140273931781845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18455] ppid=18446 vsize=28235816 memory=0 CPUtime=0.01 cores=0-7
/proc/18448/task/18455/stat : 18455 (java) S 18446 18446 15751 0 -1 1077944384 12 0 0 0 1 0 0 0 20 0 20 0 418680585 28913475584 58812 33554432000 4194304 4196468 140730201680016 140273478322704 140273931781845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18456] ppid=18446 vsize=28235816 memory=0 CPUtime=0.01 cores=0-7
/proc/18448/task/18456/stat : 18456 (java) S 18446 18446 15751 0 -1 1077944384 19 0 0 0 1 0 0 0 20 0 20 0 418680585 28913475584 58812 33554432000 4194304 4196468 140730201680016 140273477269904 140273931781845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18457] ppid=18446 vsize=28235816 memory=139662270871167 CPUtime=0 cores=0-7
/proc/18448/task/18457/stat : 18457 (java) S 18446 18446 15751 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 20 0 418680585 28913475584 58812 33554432000 4194304 4196468 140730201680016 140273476217104 140273931781845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18458] ppid=18446 vsize=28235816 memory=0 CPUtime=0 cores=0-7
/proc/18448/task/18458/stat : 18458 (java) S 18446 18446 15751 0 -1 1077944384 104 0 0 0 0 0 0 0 20 0 20 0 418680587 28913475584 58812 33554432000 4194304 4196468 140730201680016 140273432796016 140273931782786 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18459] ppid=18446 vsize=28235816 memory=0 CPUtime=0 cores=0-7
/proc/18448/task/18459/stat : 18459 (java) S 18446 18446 15751 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 20 0 418680587 28913475584 58812 33554432000 4194304 4196468 140730201680016 140273431741984 140273931781845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18460] ppid=18446 vsize=28235816 memory=0 CPUtime=0 cores=0-7
/proc/18448/task/18460/stat : 18460 (java) S 18446 18446 15751 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 20 0 418680588 28913475584 58812 33554432000 4194304 4196468 140730201680016 140273314293104 140273931781845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18461] ppid=18446 vsize=28235816 memory=0 CPUtime=0 cores=0-7
/proc/18448/task/18461/stat : 18461 (java) S 18446 18446 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418680590 28913475584 58812 33554432000 4194304 4196468 140730201680016 140273313241424 140273931790235 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18462] ppid=18446 vsize=28235816 memory=6655300316396806240 CPUtime=1.01 cores=0-7
/proc/18448/task/18462/stat : 18462 (java) R 18446 18446 15751 0 -1 4202560 4834 0 0 0 100 1 0 0 20 0 20 0 418680590 28913475584 58812 33554432000 4194304 4196468 140730201680016 140273312174992 140273911017966 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18463] ppid=18446 vsize=28235816 memory=6944656592455088490 CPUtime=0.97 cores=0-7
/proc/18448/task/18463/stat : 18463 (java) R 18446 18446 15751 0 -1 4202560 3913 0 0 0 96 1 0 0 20 0 20 0 418680590 28913475584 58812 33554432000 4194304 4196468 140730201680016 140273311135984 140273913293030 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18464] ppid=18446 vsize=28235816 memory=6791534058613427641 CPUtime=0.97 cores=0-7
/proc/18448/task/18464/stat : 18464 (java) R 18446 18446 15751 0 -1 4202560 4412 0 0 0 96 1 0 0 20 0 20 0 418680590 28913475584 58812 33554432000 4194304 4196468 140730201680016 140273310083184 140273916656100 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18465] ppid=18446 vsize=28235816 memory=6935649255877011281 CPUtime=0.6 cores=0-7
/proc/18448/task/18465/stat : 18465 (java) S 18446 18446 15751 0 -1 1077944384 4097 0 0 0 59 1 0 0 20 0 20 0 418680590 28913475584 58812 33554432000 4194304 4196468 140730201680016 140273309030384 140273931782786 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18466] ppid=18446 vsize=28235816 memory=4638778398332698720 CPUtime=0 cores=0-7
/proc/18448/task/18466/stat : 18466 (java) S 18446 18446 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418680590 28913475584 58812 33554432000 4194304 4196468 140730201680016 140273307978848 140273931781845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18467] ppid=18446 vsize=28235816 memory=7444843076533644388 CPUtime=0 cores=0-7
/proc/18448/task/18467/stat : 18467 (java) S 18446 18446 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418680591 28913475584 58812 33554432000 4194304 4196468 140730201680016 140273306926128 140273931782786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
Current children cumulated CPU time: 5.2 s
Current children cumulated vsize: 28348944 KiB
Current children cumulated memory: 236700 KiB

[startup+3.10981 s]
/proc/loadavg: 6.56 6.89 6.88 1/210 18635
/proc/meminfo: memFree=30501768/32770624 swapFree=66947516/67108860
[pid=18446] ppid=18443 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/18446/stat : 18446 (xcsp3-exec) S 18443 18446 15751 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418680584 115843072 363 33554432000 4194304 5098028 140728288644304 140728288642408 140513875706492 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 23396352 140728288650102 140728288650345 140728288650345 140728288653258 0
/proc/18446/statm: 28282 363 304 221 0 87 0
[pid=18448] ppid=18446 vsize=28835920 memory=456496 CPUtime=12.19 cores=0-7
/proc/18448/stat : 18448 (java) S 18446 18446 15751 0 -1 1077944320 40849 0 0 0 1171 48 0 0 20 0 19 0 418680584 29527982080 114124 33554432000 4194304 4196468 140730201680016 140730201662560 140273931771639 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
/proc/18448/statm: 7208980 114124 3514 1 0 7170082 0
[pid=18448/tid=18449] ppid=18446 vsize=28835920 memory=0 CPUtime=2.04 cores=0-7
/proc/18448/task/18449/stat : 18449 (java) D 18446 18446 15751 0 -1 4202560 12032 0 0 0 198 6 0 0 20 0 19 0 418680585 29527982080 114124 33554432000 4194304 4196468 140730201680016 140273936014648 140273924457271 0 0 0 16800975 18446744072100613253 0 0 -1 2 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18450] ppid=18446 vsize=28835920 memory=0 CPUtime=0.09 cores=0-7
/proc/18448/task/18450/stat : 18450 (java) S 18446 18446 15751 0 -1 1077944384 134 0 0 0 6 3 0 0 20 0 19 0 418680585 29527982080 114124 33554432000 4194304 4196468 140730201680016 140273901485200 140273931781845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18451] ppid=18446 vsize=28835920 memory=56 CPUtime=0.09 cores=0-7
/proc/18448/task/18451/stat : 18451 (java) S 18446 18446 15751 0 -1 1077944384 116 0 0 0 6 3 0 0 20 0 19 0 418680585 29527982080 114124 33554432000 4194304 4196468 140730201680016 140273482533904 140273931781845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18452] ppid=18446 vsize=28835920 memory=13877 CPUtime=0.09 cores=0-7
/proc/18448/task/18452/stat : 18452 (java) S 18446 18446 15751 0 -1 1077944384 666 0 0 0 6 3 0 0 20 0 19 0 418680585 29527982080 114124 33554432000 4194304 4196468 140730201680016 140273481481104 140273931781845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18453] ppid=18446 vsize=28835920 memory=26820 CPUtime=0.1 cores=0-7
/proc/18448/task/18453/stat : 18453 (java) S 18446 18446 15751 0 -1 1077944384 140 0 0 0 7 3 0 0 20 0 19 0 418680585 29527982080 114124 33554432000 4194304 4196468 140730201680016 140273480428304 140273931781845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18454] ppid=18446 vsize=28835920 memory=0 CPUtime=0.1 cores=0-7
/proc/18448/task/18454/stat : 18454 (java) S 18446 18446 15751 0 -1 1077944384 231 0 0 0 6 4 0 0 20 0 19 0 418680585 29527982080 114124 33554432000 4194304 4196468 140730201680016 140273479375504 140273931781845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18455] ppid=18446 vsize=28835920 memory=6791534058613427641 CPUtime=0.09 cores=0-7
/proc/18448/task/18455/stat : 18455 (java) S 18446 18446 15751 0 -1 1077944384 127 0 0 0 6 3 0 0 20 0 19 0 418680585 29527982080 114124 33554432000 4194304 4196468 140730201680016 140273478322704 140273931781845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18456] ppid=18446 vsize=28835920 memory=0 CPUtime=0.1 cores=0-7
/proc/18448/task/18456/stat : 18456 (java) S 18446 18446 15751 0 -1 1077944384 128 0 0 0 6 4 0 0 20 0 19 0 418680585 29527982080 114124 33554432000 4194304 4196468 140730201680016 140273477269904 140273931781845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18457] ppid=18446 vsize=28835920 memory=0 CPUtime=0.09 cores=0-7
/proc/18448/task/18457/stat : 18457 (java) S 18446 18446 15751 0 -1 1077944384 151 0 0 0 6 3 0 0 20 0 19 0 418680585 29527982080 114124 33554432000 4194304 4196468 140730201680016 140273476217104 140273931781845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18459] ppid=18446 vsize=28835920 memory=0 CPUtime=0 cores=0-7
/proc/18448/task/18459/stat : 18459 (java) S 18446 18446 15751 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 19 0 418680587 29527982080 114124 33554432000 4194304 4196468 140730201680016 140273431742048 140273931781845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18460] ppid=18446 vsize=28835920 memory=0 CPUtime=0 cores=0-7
/proc/18448/task/18460/stat : 18460 (java) S 18446 18446 15751 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 19 0 418680588 29527982080 114124 33554432000 4194304 4196468 140730201680016 140273314293120 140273931781845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18461] ppid=18446 vsize=28835920 memory=1452 CPUtime=0 cores=0-7
/proc/18448/task/18461/stat : 18461 (java) S 18446 18446 15751 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 19 0 418680590 29527982080 114124 33554432000 4194304 4196468 140730201680016 140273313241072 140273931781845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18462] ppid=18446 vsize=28835920 memory=1452 CPUtime=2.02 cores=0-7
/proc/18448/task/18462/stat : 18462 (java) S 18446 18446 15751 0 -1 1077944384 5792 0 0 0 200 2 0 0 20 0 19 0 418680590 29527982080 114124 33554432000 4194304 4196468 140730201680016 140273312173296 140273931781845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18463] ppid=18446 vsize=28835920 memory=455140 CPUtime=1.9 cores=0-7
/proc/18448/task/18463/stat : 18463 (java) S 18446 18446 15751 0 -1 1077944384 5332 0 0 0 188 2 0 0 20 0 19 0 418680590 29527982080 114124 33554432000 4194304 4196468 140730201680016 140273311120496 140273931781845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18464] ppid=18446 vsize=28835920 memory=7018393166483056212 CPUtime=1.76 cores=0-7
/proc/18448/task/18464/stat : 18464 (java) S 18446 18446 15751 0 -1 1077944384 4789 0 0 0 175 1 0 0 20 0 19 0 418680590 29527982080 114124 33554432000 4194304 4196468 140730201680016 140273310063584 140273931781845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18465] ppid=18446 vsize=28835920 memory=2319406795981862450 CPUtime=0.97 cores=0-7
/proc/18448/task/18465/stat : 18465 (java) S 18446 18446 15751 0 -1 1077944384 5705 0 0 0 95 2 0 0 20 0 19 0 418680590 29527982080 114124 33554432000 4194304 4196468 140730201680016 140273309026128 140273931781845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18466] ppid=18446 vsize=28835920 memory=2241 CPUtime=0 cores=0-7
/proc/18448/task/18466/stat : 18466 (java) S 18446 18446 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 418680590 29527982080 114124 33554432000 4194304 4196468 140730201680016 140273307978848 140273931781845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18632] ppid=18446 vsize=28835920 memory=2244 CPUtime=0.03 cores=0-7
/proc/18448/task/18632/stat : 18632 (java) S 18446 18446 15751 0 -1 1077944384 25 0 0 0 3 0 0 0 20 0 19 0 418680867 29527982080 114124 33554432000 4194304 4196468 140730201680016 140272957639568 140273931781845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
Current children cumulated CPU time: 12.19 s
Current children cumulated vsize: 28949048 KiB
Current children cumulated memory: 457948 KiB

[startup+3.21336 s]
# the end of solver process 18446 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=11.7168 s, system=0.498359 s

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

[startup+3.10981 s]
/proc/loadavg: 6.56 6.89 6.88 1/210 18635
/proc/meminfo: memFree=30501768/32770624 swapFree=66947516/67108860
[pid=18446] ppid=18443 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/18446/stat : 18446 (xcsp3-exec) S 18443 18446 15751 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418680584 115843072 363 33554432000 4194304 5098028 140728288644304 140728288642408 140513875706492 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 23396352 140728288650102 140728288650345 140728288650345 140728288653258 0
/proc/18446/statm: 28282 363 304 221 0 87 0
[pid=18448] ppid=18446 vsize=28835920 memory=456496 CPUtime=12.19 cores=0-7
/proc/18448/stat : 18448 (java) S 18446 18446 15751 0 -1 1077944320 40849 0 0 0 1171 48 0 0 20 0 19 0 418680584 29527982080 114124 33554432000 4194304 4196468 140730201680016 140730201662560 140273931771639 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
/proc/18448/statm: 7208980 114124 3514 1 0 7170082 0
[pid=18448/tid=18449] ppid=18446 vsize=28835920 memory=0 CPUtime=2.04 cores=0-7
/proc/18448/task/18449/stat : 18449 (java) D 18446 18446 15751 0 -1 4202560 12032 0 0 0 198 6 0 0 20 0 19 0 418680585 29527982080 114124 33554432000 4194304 4196468 140730201680016 140273936014648 140273924457271 0 0 0 16800975 18446744072100613253 0 0 -1 2 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18450] ppid=18446 vsize=28835920 memory=0 CPUtime=0.09 cores=0-7
/proc/18448/task/18450/stat : 18450 (java) S 18446 18446 15751 0 -1 1077944384 134 0 0 0 6 3 0 0 20 0 19 0 418680585 29527982080 114124 33554432000 4194304 4196468 140730201680016 140273901485200 140273931781845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18451] ppid=18446 vsize=28835920 memory=56 CPUtime=0.09 cores=0-7
/proc/18448/task/18451/stat : 18451 (java) S 18446 18446 15751 0 -1 1077944384 116 0 0 0 6 3 0 0 20 0 19 0 418680585 29527982080 114124 33554432000 4194304 4196468 140730201680016 140273482533904 140273931781845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18452] ppid=18446 vsize=28835920 memory=13877 CPUtime=0.09 cores=0-7
/proc/18448/task/18452/stat : 18452 (java) S 18446 18446 15751 0 -1 1077944384 666 0 0 0 6 3 0 0 20 0 19 0 418680585 29527982080 114124 33554432000 4194304 4196468 140730201680016 140273481481104 140273931781845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18453] ppid=18446 vsize=28835920 memory=26820 CPUtime=0.1 cores=0-7
/proc/18448/task/18453/stat : 18453 (java) S 18446 18446 15751 0 -1 1077944384 140 0 0 0 7 3 0 0 20 0 19 0 418680585 29527982080 114124 33554432000 4194304 4196468 140730201680016 140273480428304 140273931781845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18454] ppid=18446 vsize=28835920 memory=0 CPUtime=0.1 cores=0-7
/proc/18448/task/18454/stat : 18454 (java) S 18446 18446 15751 0 -1 1077944384 231 0 0 0 6 4 0 0 20 0 19 0 418680585 29527982080 114124 33554432000 4194304 4196468 140730201680016 140273479375504 140273931781845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18455] ppid=18446 vsize=28835920 memory=6791534058613427641 CPUtime=0.09 cores=0-7
/proc/18448/task/18455/stat : 18455 (java) S 18446 18446 15751 0 -1 1077944384 127 0 0 0 6 3 0 0 20 0 19 0 418680585 29527982080 114124 33554432000 4194304 4196468 140730201680016 140273478322704 140273931781845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18456] ppid=18446 vsize=28835920 memory=0 CPUtime=0.1 cores=0-7
/proc/18448/task/18456/stat : 18456 (java) S 18446 18446 15751 0 -1 1077944384 128 0 0 0 6 4 0 0 20 0 19 0 418680585 29527982080 114124 33554432000 4194304 4196468 140730201680016 140273477269904 140273931781845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18457] ppid=18446 vsize=28835920 memory=0 CPUtime=0.09 cores=0-7
/proc/18448/task/18457/stat : 18457 (java) S 18446 18446 15751 0 -1 1077944384 151 0 0 0 6 3 0 0 20 0 19 0 418680585 29527982080 114124 33554432000 4194304 4196468 140730201680016 140273476217104 140273931781845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18459] ppid=18446 vsize=28835920 memory=0 CPUtime=0 cores=0-7
/proc/18448/task/18459/stat : 18459 (java) S 18446 18446 15751 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 19 0 418680587 29527982080 114124 33554432000 4194304 4196468 140730201680016 140273431742048 140273931781845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18460] ppid=18446 vsize=28835920 memory=0 CPUtime=0 cores=0-7
/proc/18448/task/18460/stat : 18460 (java) S 18446 18446 15751 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 19 0 418680588 29527982080 114124 33554432000 4194304 4196468 140730201680016 140273314293120 140273931781845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18461] ppid=18446 vsize=28835920 memory=1452 CPUtime=0 cores=0-7
/proc/18448/task/18461/stat : 18461 (java) S 18446 18446 15751 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 19 0 418680590 29527982080 114124 33554432000 4194304 4196468 140730201680016 140273313241072 140273931781845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18462] ppid=18446 vsize=28835920 memory=1452 CPUtime=2.02 cores=0-7
/proc/18448/task/18462/stat : 18462 (java) S 18446 18446 15751 0 -1 1077944384 5792 0 0 0 200 2 0 0 20 0 19 0 418680590 29527982080 114124 33554432000 4194304 4196468 140730201680016 140273312173296 140273931781845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18463] ppid=18446 vsize=28835920 memory=455140 CPUtime=1.9 cores=0-7
/proc/18448/task/18463/stat : 18463 (java) S 18446 18446 15751 0 -1 1077944384 5332 0 0 0 188 2 0 0 20 0 19 0 418680590 29527982080 114124 33554432000 4194304 4196468 140730201680016 140273311120496 140273931781845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18464] ppid=18446 vsize=28835920 memory=7018393166483056212 CPUtime=1.76 cores=0-7
/proc/18448/task/18464/stat : 18464 (java) S 18446 18446 15751 0 -1 1077944384 4789 0 0 0 175 1 0 0 20 0 19 0 418680590 29527982080 114124 33554432000 4194304 4196468 140730201680016 140273310063584 140273931781845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18465] ppid=18446 vsize=28835920 memory=2319406795981862450 CPUtime=0.97 cores=0-7
/proc/18448/task/18465/stat : 18465 (java) S 18446 18446 15751 0 -1 1077944384 5705 0 0 0 95 2 0 0 20 0 19 0 418680590 29527982080 114124 33554432000 4194304 4196468 140730201680016 140273309026128 140273931781845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18466] ppid=18446 vsize=28835920 memory=2241 CPUtime=0 cores=0-7
/proc/18448/task/18466/stat : 18466 (java) S 18446 18446 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 418680590 29527982080 114124 33554432000 4194304 4196468 140730201680016 140273307978848 140273931781845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
[pid=18448/tid=18632] ppid=18446 vsize=28835920 memory=2244 CPUtime=0.03 cores=0-7
/proc/18448/task/18632/stat : 18632 (java) S 18446 18446 15751 0 -1 1077944384 25 0 0 0 3 0 0 0 20 0 19 0 418680867 29527982080 114124 33554432000 4194304 4196468 140730201680016 140272957639568 140273931781845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16576512 140730201682922 140730201683094 140730201683094 140730201685967 0
Current children cumulated CPU time: 12.19 s
Current children cumulated vsize: 28949048 KiB
Current children cumulated memory: 457948 KiB

Child status: 0
Real time (s): 3.21341
CPU time (s): 12.2151
CPU user time (s): 11.7168
CPU system time (s): 0.498359
CPU usage (%): 380.13
Max. virtual memory (cumulated for all children) (KiB): 28949048
Max. memory (cumulated for all children) (KiB): 457948

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.7168
system time used= 0.498359
maximum resident set size= 457088
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41430
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5111
involuntary context switches= 115


# summary of solver processes directly reported to runsolver:
#   pid: 18446
#   total CPU time (s): 12.2151
#   total CPU user time (s): 11.7168
#   total CPU system time (s): 0.498359

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.045925 second user time and 0.078401 second system time

The end

Launcher Data

Begin job on node117 at 2019-09-14 04:15:44
IDJOB=4394509
IDBENCH=126822
IDSOLVER=2843
FILE ID=node117/4394509-1568427387
RUNJOBID= node117-1568427144-15778
PBS_JOBID= 21702295
Free space on /tmp= 61184 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/Tpp/Tpp-zinc-s1/Tpp-7-3-30-1.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 24000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4394509-1568427387/watcher-4394509-1568427387 -o /tmp/evaluation-result-4394509-1568427387/solver-4394509-1568427387 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node117-1568427144-15778 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 506892483 HOME/instance-4394509-1568427387.xml

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

MD5SUM BENCH= 0f4bef4b37e838bc5603a3a9d9caf103
RANDOM SEED=506892483

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30952320 kB
MemAvailable:   31865308 kB
Buffers:          138628 kB
Cached:          1043288 kB
SwapCached:        51464 kB
Active:           768060 kB
Inactive:         466624 kB
Active(anon):      18268 kB
Inactive(anon):    58832 kB
Active(file):     749792 kB
Inactive(file):   407792 kB
Unevictable:      110108 kB
Mlocked:          110108 kB
SwapTotal:      67108860 kB
SwapFree:       66947516 kB
Dirty:             25924 kB
Writeback:             0 kB
AnonPages:        112708 kB
Mapped:            33448 kB
Shmem:             15436 kB
Slab:             171344 kB
SReclaimable:     142476 kB
SUnreclaim:        28868 kB
KernelStack:        3392 kB
PageTables:         5088 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     497956 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

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