Trace number 4393826

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 parallelOPT125 11.5388 2.54057

General information on the benchmark

NameTpp/Tpp-zinc-s1/
Tpp-7-3-20-1.xml
MD5SUM38f06f34c6c373f6142c39e9ab89bcc1
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark125
Best CPU time to get the best result obtained on this benchmark0.25021
Satisfiable
(Un)Satisfiability was proved
Number of variables82
Number of constraints463
Number of domains43
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":11,"count":3},{"size":12,"count":3},{"size":13,"count":5},{"size":14,"count":4},{"size":15,"count":5},{"size":20,"count":20},{"size":21,"count":21}]
Minimum variable degree2
Maximum variable degree23
Distribution of variable degrees[{"degree":2,"count":41},{"degree":22,"count":40},{"degree":23,"count":1}]
Minimum constraint arity1
Maximum constraint arity21
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":461},{"arity":21,"count":1}]
Number of extensional constraints41
Number of intensional constraints421
Distribution of constraint types[{"type":"extension","count":41},{"type":"intension","count":421},{"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-4393826-1568427375.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4393826-1568427375.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
5.53/1.69	c solve instance...
7.31/1.91	o 415 
7.31/1.93	o 233 
7.31/1.96	o 210 
7.31/2.00	o 208 
7.31/2.00	o 193 
7.94/2.03	o 154 
7.94/2.04	o 153 
7.94/2.05	o 152 
7.94/2.07	o 149 
7.94/2.08	o 148 
8.56/2.12	o 147 
8.56/2.13	o 140 
8.56/2.16	o 139 
8.56/2.17	o 138 
8.56/2.17	o 137 
8.56/2.18	o 136 
9.15/2.22	o 135 
9.15/2.22	o 134 
9.15/2.23	o 133 
9.15/2.24	o 132 
9.15/2.25	o 128 
9.15/2.25	o 127 
9.15/2.27	o 126 
9.15/2.28	o 125 
11.36/2.51	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (107/109)
11.36/2.51		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
11.36/2.51		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
11.36/2.51		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
11.36/2.51		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
11.36/2.51		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
11.36/2.51	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (107/109)
11.36/2.51		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
11.36/2.51		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
11.36/2.51		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
11.36/2.51		at org.chocosolver.solver.Solver.repair(Solver.java:443)
11.36/2.51		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
11.36/2.51		at org.chocosolver.solver.Solver.solve(Solver.java:262)
11.36/2.51		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
11.36/2.51		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
11.36/2.51		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
11.36/2.51		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
11.36/2.51		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
11.36/2.51		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
11.36/2.51		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
11.36/2.51		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
11.36/2.51		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
11.36/2.51		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
11.36/2.51	s OPTIMUM FOUND
11.36/2.51	v <instantiation>
11.36/2.51	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] c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] </list>
11.36/2.51	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 17 18 19 12 17 11 10 10 11 19 17 19 10 13 11 18 18 19 10 4 1 1 9 5 5 2 3 1 9 1 1 5 4 1 2 4 5 2 2 </values>
11.36/2.51	v </instantiation>

Verifier Data

OK	125

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393826-1568427375/watcher-4393826-1568427375 -o /tmp/evaluation-result-4393826-1568427375/solver-4393826-1568427375 -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 1011327823 HOME/instance-4393826-1568427375.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=17621, runsolver pid=17618
Current StackSize limit: 8192 KiB


[startup+0.100139 s]*
/proc/loadavg: 6.96 6.98 6.90 2/211 17642
/proc/meminfo: memFree=30936284/32770624 swapFree=66947516/67108860
[pid=17621] ppid=17618 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/17621/stat : 17621 (xcsp3-exec) S 17618 17621 15751 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 418679479 115843072 364 33554432000 4194304 5098028 140737347025520 140737347023624 139720750391932 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 9318400 140737347031925 140737347032169 140737347032169 140737347035082 0
/proc/17621/statm: 28282 364 305 221 0 87 0
[pid=17623] ppid=17621 vsize=28227388 memory=29164 CPUtime=0.12 cores=0-7
/proc/17623/stat : 17623 (java) S 17621 17621 15751 0 -1 1077944320 5686 0 0 0 11 1 0 0 20 0 20 0 418679479 28904845312 7291 33554432000 4194304 4196468 140723995419008 140723995401552 139729574371063 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
/proc/17623/statm: 7056847 7291 3144 1 0 7019032 0
[pid=17623/tid=17624] ppid=17621 vsize=28227388 memory=8317482817917895235 CPUtime=0.09 cores=0-7
/proc/17623/task/17624/stat : 17624 (java) R 17621 17621 15751 0 -1 4202560 3596 0 0 0 8 1 0 0 20 0 20 0 418679480 28904845312 7291 33554432000 4194304 4196468 140723995419008 139729578606288 139729558451550 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17625] ppid=17621 vsize=28227388 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/17623/task/17625/stat : 17625 (java) S 17621 17621 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418679480 28904845312 7291 33554432000 4194304 4196468 140723995419008 139729526991120 139729574381269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17626] ppid=17621 vsize=28227388 memory=140597894760064 CPUtime=0 cores=0-7
/proc/17623/task/17626/stat : 17626 (java) S 17621 17621 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418679480 28904845312 7291 33554432000 4194304 4196468 140723995419008 139729525938576 139729574381269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17627] ppid=17621 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/17623/task/17627/stat : 17627 (java) S 17621 17621 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418679480 28904845312 7291 33554432000 4194304 4196468 140723995419008 139729524886032 139729574381269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17628] ppid=17621 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/17623/task/17628/stat : 17628 (java) S 17621 17621 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418679480 28904845312 7291 33554432000 4194304 4196468 140723995419008 139729523833488 139729574381269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17629] ppid=17621 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/17623/task/17629/stat : 17629 (java) S 17621 17621 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418679480 28904845312 7291 33554432000 4194304 4196468 140723995419008 139729522780944 139729574381269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17630] ppid=17621 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/17623/task/17630/stat : 17630 (java) S 17621 17621 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418679480 28904845312 7291 33554432000 4194304 4196468 140723995419008 139729521728400 139729574381269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17631] ppid=17621 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/17623/task/17631/stat : 17631 (java) S 17621 17621 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418679480 28904845312 7291 33554432000 4194304 4196468 140723995419008 139729520675856 139729574381269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17632] ppid=17621 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/17623/task/17632/stat : 17632 (java) S 17621 17621 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418679480 28904845312 7291 33554432000 4194304 4196468 140723995419008 139729519623312 139729574381269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17633] ppid=17621 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/17623/task/17633/stat : 17633 (java) S 17621 17621 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418679482 28904845312 7291 33554432000 4194304 4196468 140723995419008 139728172148720 139729574382210 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17634] ppid=17621 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/17623/task/17634/stat : 17634 (java) S 17621 17621 15751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418679482 28904845312 7291 33554432000 4194304 4196468 140723995419008 139728103924640 139729574381269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17635] ppid=17621 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/17623/task/17635/stat : 17635 (java) S 17621 17621 15751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418679483 28904845312 7291 33554432000 4194304 4196468 140723995419008 139728102872048 139729574381269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17636] ppid=17621 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/17623/task/17636/stat : 17636 (java) S 17621 17621 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418679485 28904845312 7291 33554432000 4194304 4196468 140723995419008 139728101820624 139729574389659 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17637] ppid=17621 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/17623/task/17637/stat : 17637 (java) S 17621 17621 15751 0 -1 1077944384 428 0 0 0 0 0 0 0 20 0 20 0 418679485 28904845312 7291 33554432000 4194304 4196468 140723995419008 139728100768240 139729574382210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17638] ppid=17621 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/17623/task/17638/stat : 17638 (java) S 17621 17621 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418679485 28904845312 7291 33554432000 4194304 4196468 140723995419008 139728099715696 139729574382210 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17639] ppid=17621 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/17623/task/17639/stat : 17639 (java) S 17621 17621 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418679485 28904845312 7291 33554432000 4194304 4196468 140723995419008 139728098663152 139729574382210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17640] ppid=17621 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/17623/task/17640/stat : 17640 (java) R 17621 17621 15751 0 -1 4202560 351 0 0 0 2 0 0 0 20 0 20 0 418679485 28904845312 7291 33554432000 4194304 4196468 140723995419008 139728097610608 139729553046257 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17641] ppid=17621 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/17623/task/17641/stat : 17641 (java) S 17621 17621 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418679485 28904845312 7291 33554432000 4194304 4196468 140723995419008 139728096557280 139729574381269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17642] ppid=17621 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/17623/task/17642/stat : 17642 (java) S 17621 17621 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418679485 28904845312 7291 33554432000 4194304 4196468 140723995419008 139728095504816 139729574382210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 30620 KiB

[startup+0.210735 s]*
/proc/loadavg: 6.96 6.98 6.90 3/211 17642
/proc/meminfo: memFree=30922932/32770624 swapFree=66947516/67108860
[pid=17621] ppid=17618 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/17621/stat : 17621 (xcsp3-exec) S 17618 17621 15751 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 418679479 115843072 364 33554432000 4194304 5098028 140737347025520 140737347023624 139720750391932 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 9318400 140737347031925 140737347032169 140737347032169 140737347035082 0
/proc/17621/statm: 28282 364 305 221 0 87 0
[pid=17623] ppid=17621 vsize=28227388 memory=40836 CPUtime=0.34 cores=0-7
/proc/17623/stat : 17623 (java) S 17621 17621 15751 0 -1 1077944320 9499 0 0 0 31 3 0 0 20 0 20 0 418679479 28904845312 10209 33554432000 4194304 4196468 140723995419008 140723995401552 139729574371063 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
/proc/17623/statm: 7056847 10209 3256 1 0 7019032 0
[pid=17623/tid=17624] ppid=17621 vsize=28227388 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/17623/task/17624/stat : 17624 (java) R 17621 17621 15751 0 -1 4202560 6629 0 0 0 18 2 0 0 20 0 20 0 418679480 28904845312 10209 33554432000 4194304 4196468 140723995419008 139729578597184 139729574382998 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17625] ppid=17621 vsize=28227388 memory=328 CPUtime=0 cores=0-7
/proc/17623/task/17625/stat : 17625 (java) S 17621 17621 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418679480 28904845312 10209 33554432000 4194304 4196468 140723995419008 139729526991120 139729574381269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17626] ppid=17621 vsize=28227388 memory=140597897851211 CPUtime=0 cores=0-7
/proc/17623/task/17626/stat : 17626 (java) S 17621 17621 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418679480 28904845312 10209 33554432000 4194304 4196468 140723995419008 139729525938576 139729574381269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17627] ppid=17621 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/17623/task/17627/stat : 17627 (java) S 17621 17621 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418679480 28904845312 10209 33554432000 4194304 4196468 140723995419008 139729524886032 139729574381269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17628] ppid=17621 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/17623/task/17628/stat : 17628 (java) S 17621 17621 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418679480 28904845312 10209 33554432000 4194304 4196468 140723995419008 139729523833488 139729574381269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17629] ppid=17621 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/17623/task/17629/stat : 17629 (java) S 17621 17621 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418679480 28904845312 10209 33554432000 4194304 4196468 140723995419008 139729522780944 139729574381269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17630] ppid=17621 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/17623/task/17630/stat : 17630 (java) S 17621 17621 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418679480 28904845312 10209 33554432000 4194304 4196468 140723995419008 139729521728400 139729574381269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17631] ppid=17621 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/17623/task/17631/stat : 17631 (java) S 17621 17621 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418679480 28904845312 10209 33554432000 4194304 4196468 140723995419008 139729520675856 139729574381269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17632] ppid=17621 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/17623/task/17632/stat : 17632 (java) S 17621 17621 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418679480 28904845312 10209 33554432000 4194304 4196468 140723995419008 139729519623312 139729574381269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17633] ppid=17621 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/17623/task/17633/stat : 17633 (java) S 17621 17621 15751 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 418679482 28904845312 10209 33554432000 4194304 4196468 140723995419008 139728172148720 139729574382210 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17634] ppid=17621 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/17623/task/17634/stat : 17634 (java) S 17621 17621 15751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418679482 28904845312 10209 33554432000 4194304 4196468 140723995419008 139728103924640 139729574381269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17635] ppid=17621 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/17623/task/17635/stat : 17635 (java) S 17621 17621 15751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418679483 28904845312 10209 33554432000 4194304 4196468 140723995419008 139728102872048 139729574381269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17636] ppid=17621 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/17623/task/17636/stat : 17636 (java) S 17621 17621 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418679485 28904845312 10209 33554432000 4194304 4196468 140723995419008 139728101820624 139729574389659 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17637] ppid=17621 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/17623/task/17637/stat : 17637 (java) S 17621 17621 15751 0 -1 1077944384 442 0 0 0 1 0 0 0 20 0 20 0 418679485 28904845312 10209 33554432000 4194304 4196468 140723995419008 139728100768240 139729574382210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17638] ppid=17621 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/17623/task/17638/stat : 17638 (java) S 17621 17621 15751 0 -1 1077944384 254 0 0 0 2 0 0 0 20 0 20 0 418679485 28904845312 10209 33554432000 4194304 4196468 140723995419008 139728099715696 139729574382210 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17639] ppid=17621 vsize=28227388 memory=-1 CPUtime=0.01 cores=0-7
/proc/17623/task/17639/stat : 17639 (java) R 17621 17621 15751 0 -1 1077944384 93 0 0 0 1 0 0 0 20 0 20 0 418679485 28904845312 10209 33554432000 4194304 4196468 140723995419008 139728098663152 139729574382210 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17640] ppid=17621 vsize=28227388 memory=-1 CPUtime=0.07 cores=0-7
/proc/17623/task/17640/stat : 17640 (java) R 17621 17621 15751 0 -1 4202560 769 0 0 0 7 0 0 0 20 0 20 0 418679485 28904845312 10209 33554432000 4194304 4196468 140723995419008 139728097610416 139729566608190 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17641] ppid=17621 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/17623/task/17641/stat : 17641 (java) S 17621 17621 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418679485 28904845312 10209 33554432000 4194304 4196468 140723995419008 139728096557280 139729574381269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17642] ppid=17621 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/17623/task/17642/stat : 17642 (java) S 17621 17621 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418679485 28904845312 10209 33554432000 4194304 4196468 140723995419008 139728095504816 139729574382210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42292 KiB

[startup+0.310429 s]*
/proc/loadavg: 6.96 6.98 6.90 5/211 17642
/proc/meminfo: memFree=30915796/32770624 swapFree=66947516/67108860
[pid=17621] ppid=17618 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/17621/stat : 17621 (xcsp3-exec) S 17618 17621 15751 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 418679479 115843072 364 33554432000 4194304 5098028 140737347025520 140737347023624 139720750391932 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 9318400 140737347031925 140737347032169 140737347032169 140737347035082 0
/proc/17621/statm: 28282 364 305 221 0 87 0
[pid=17623] ppid=17621 vsize=28231644 memory=50252 CPUtime=0.52 cores=0-7
/proc/17623/stat : 17623 (java) S 17621 17621 15751 0 -1 1077944320 10914 0 0 0 48 4 0 0 20 0 20 0 418679479 28909203456 12563 33554432000 4194304 4196468 140723995419008 140723995401552 139729574371063 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
/proc/17623/statm: 7057911 12563 3368 1 0 7019032 0
[pid=17623/tid=17624] ppid=17621 vsize=28231644 memory=8317482817917895235 CPUtime=0.3 cores=0-7
/proc/17623/task/17624/stat : 17624 (java) R 17621 17621 15751 0 -1 4202560 7800 0 0 0 27 3 0 0 20 0 20 0 418679480 28909203456 12563 33554432000 4194304 4196468 140723995419008 139729578605800 139729558451580 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17625] ppid=17621 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/17623/task/17625/stat : 17625 (java) S 17621 17621 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418679480 28909203456 12563 33554432000 4194304 4196468 140723995419008 139729526991120 139729574381269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17626] ppid=17621 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/17623/task/17626/stat : 17626 (java) S 17621 17621 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418679480 28909203456 12563 33554432000 4194304 4196468 140723995419008 139729525938576 139729574381269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17627] ppid=17621 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/17623/task/17627/stat : 17627 (java) S 17621 17621 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418679480 28909203456 12563 33554432000 4194304 4196468 140723995419008 139729524886032 139729574381269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17628] ppid=17621 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/17623/task/17628/stat : 17628 (java) S 17621 17621 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418679480 28909203456 12563 33554432000 4194304 4196468 140723995419008 139729523833488 139729574381269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17629] ppid=17621 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/17623/task/17629/stat : 17629 (java) S 17621 17621 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418679480 28909203456 12563 33554432000 4194304 4196468 140723995419008 139729522780944 139729574381269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17630] ppid=17621 vsize=28231644 memory=140597767793327 CPUtime=0 cores=0-7
/proc/17623/task/17630/stat : 17630 (java) S 17621 17621 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418679480 28909203456 12563 33554432000 4194304 4196468 140723995419008 139729521728400 139729574381269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17631] ppid=17621 vsize=28231644 memory=140597767795632 CPUtime=0 cores=0-7
/proc/17623/task/17631/stat : 17631 (java) S 17621 17621 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418679480 28909203456 12563 33554432000 4194304 4196468 140723995419008 139729520675856 139729574381269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17632] ppid=17621 vsize=28231644 memory=140597767797936 CPUtime=0 cores=0-7
/proc/17623/task/17632/stat : 17632 (java) S 17621 17621 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418679480 28909203456 12563 33554432000 4194304 4196468 140723995419008 139729519623312 139729574381269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17633] ppid=17621 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/17623/task/17633/stat : 17633 (java) S 17621 17621 15751 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 418679482 28909203456 12563 33554432000 4194304 4196468 140723995419008 139728172148720 139729574382210 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17634] ppid=17621 vsize=28231644 memory=281195535609744 CPUtime=0 cores=0-7
/proc/17623/task/17634/stat : 17634 (java) S 17621 17621 15751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418679482 28909203456 12563 33554432000 4194304 4196468 140723995419008 139728103924640 139729574381269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17635] ppid=17621 vsize=28231644 memory=281195535607440 CPUtime=0 cores=0-7
/proc/17623/task/17635/stat : 17635 (java) S 17621 17621 15751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418679483 28909203456 12563 33554432000 4194304 4196468 140723995419008 139728102872048 139729574381269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17636] ppid=17621 vsize=28231644 memory=281195535614352 CPUtime=0 cores=0-7
/proc/17623/task/17636/stat : 17636 (java) S 17621 17621 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418679485 28909203456 12563 33554432000 4194304 4196468 140723995419008 139728101820624 139729574389659 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17637] ppid=17621 vsize=28231644 memory=281195535555632 CPUtime=0.02 cores=0-7
/proc/17623/task/17637/stat : 17637 (java) S 17621 17621 15751 0 -1 1077944384 499 0 0 0 2 0 0 0 20 0 20 0 418679485 28909203456 12563 33554432000 4194304 4196468 140723995419008 139728100768240 139729574382210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17638] ppid=17621 vsize=28231644 memory=281195535628176 CPUtime=0.04 cores=0-7
/proc/17623/task/17638/stat : 17638 (java) R 17621 17621 15751 0 -1 4202560 348 0 0 0 4 0 0 0 20 0 20 0 418679485 28909203456 12563 33554432000 4194304 4196468 140723995419008 139728099696712 139729555915216 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17639] ppid=17621 vsize=28231644 memory=281195535635088 CPUtime=0.01 cores=0-7
/proc/17623/task/17639/stat : 17639 (java) S 17621 17621 15751 0 -1 1077944384 102 0 0 0 1 0 0 0 20 0 20 0 418679485 28909203456 12563 33554432000 4194304 4196468 140723995419008 139728098663152 139729574382210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17640] ppid=17621 vsize=28231644 memory=281195535632784 CPUtime=0.12 cores=0-7
/proc/17623/task/17640/stat : 17640 (java) S 17621 17621 15751 0 -1 1077944384 866 0 0 0 12 0 0 0 20 0 20 0 418679485 28909203456 12563 33554432000 4194304 4196468 140723995419008 139728097610608 139729574382210 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17641] ppid=17621 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/17623/task/17641/stat : 17641 (java) S 17621 17621 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418679485 28909203456 12563 33554432000 4194304 4196468 140723995419008 139728096557280 139729574381269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17642] ppid=17621 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/17623/task/17642/stat : 17642 (java) S 17621 17621 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418679485 28909203456 12563 33554432000 4194304 4196468 140723995419008 139728095504816 139729574382210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51708 KiB

[startup+0.701041 s]
/proc/loadavg: 6.96 6.98 6.90 4/211 17642
/proc/meminfo: memFree=30901176/32770624 swapFree=66947516/67108860
[pid=17621] ppid=17618 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/17621/stat : 17621 (xcsp3-exec) S 17618 17621 15751 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 418679479 115843072 364 33554432000 4194304 5098028 140737347025520 140737347023624 139720750391932 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 9318400 140737347031925 140737347032169 140737347032169 140737347035082 0
/proc/17621/statm: 28282 364 305 221 0 87 0
[pid=17623] ppid=17621 vsize=28233768 memory=85984 CPUtime=1.8 cores=0-7
/proc/17623/stat : 17623 (java) S 17621 17621 15751 0 -1 1077944320 15028 0 0 0 174 6 0 0 20 0 20 0 418679479 28911378432 21496 33554432000 4194304 4196468 140723995419008 140723995401552 139729574371063 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
/proc/17623/statm: 7058442 21496 3452 1 0 7019544 0
[pid=17623/tid=17624] ppid=17621 vsize=28233768 memory=0 CPUtime=0.67 cores=0-7
/proc/17623/task/17624/stat : 17624 (java) R 17621 17621 15751 0 -1 4202560 8972 0 0 0 63 4 0 0 20 0 20 0 418679480 28911378432 21496 33554432000 4194304 4196468 140723995419008 139729578608160 139729197712621 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17625] ppid=17621 vsize=28233768 memory=140597768004464 CPUtime=0 cores=0-7
/proc/17623/task/17625/stat : 17625 (java) S 17621 17621 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418679480 28911378432 21496 33554432000 4194304 4196468 140723995419008 139729526991120 139729574381269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17626] ppid=17621 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/17623/task/17626/stat : 17626 (java) S 17621 17621 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418679480 28911378432 21496 33554432000 4194304 4196468 140723995419008 139729525938576 139729574381269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17627] ppid=17621 vsize=28233768 memory=1200 CPUtime=0 cores=0-7
/proc/17623/task/17627/stat : 17627 (java) S 17621 17621 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418679480 28911378432 21496 33554432000 4194304 4196468 140723995419008 139729524886032 139729574381269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0

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

[pid=17623/tid=17624] ppid=17621 vsize=28768328 memory=6944656592455097440 CPUtime=1.62 cores=0-7
/proc/17623/task/17624/stat : 17624 (java) S 17621 17621 15751 0 -1 1077944384 10120 0 0 0 156 6 0 0 20 0 28 0 418679480 29458767872 73251 33554432000 4194304 4196468 140723995419008 139729578611840 139729574381269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17625] ppid=17621 vsize=28768328 memory=4872558044660077418 CPUtime=0.05 cores=0-7
/proc/17623/task/17625/stat : 17625 (java) S 17621 17621 15751 0 -1 1077944384 97 0 0 0 3 2 0 0 20 0 28 0 418679480 29458767872 73251 33554432000 4194304 4196468 140723995419008 139729526991120 139729574381269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17626] ppid=17621 vsize=28768328 memory=7230638415855315031 CPUtime=0.03 cores=0-7
/proc/17623/task/17626/stat : 17626 (java) S 17621 17621 15751 0 -1 1077944384 28 0 0 0 2 1 0 0 20 0 28 0 418679480 29458767872 73251 33554432000 4194304 4196468 140723995419008 139729525938576 139729574381269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17627] ppid=17621 vsize=28768328 memory=22129 CPUtime=0.02 cores=0-7
/proc/17623/task/17627/stat : 17627 (java) S 17621 17621 15751 0 -1 1077944384 142 0 0 0 1 1 0 0 20 0 28 0 418679480 29458767872 73251 33554432000 4194304 4196468 140723995419008 139729524886032 139729574381269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17628] ppid=17621 vsize=28768328 memory=4420 CPUtime=0.05 cores=0-7
/proc/17623/task/17628/stat : 17628 (java) S 17621 17621 15751 0 -1 1077944384 136 0 0 0 4 1 0 0 20 0 28 0 418679480 29458767872 73251 33554432000 4194304 4196468 140723995419008 139729523833488 139729574381269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17629] ppid=17621 vsize=28768328 memory=6628 CPUtime=0.03 cores=0-7
/proc/17623/task/17629/stat : 17629 (java) S 17621 17621 15751 0 -1 1077944384 23 0 0 0 2 1 0 0 20 0 28 0 418679480 29458767872 73251 33554432000 4194304 4196468 140723995419008 139729522780944 139729574381269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17630] ppid=17621 vsize=28768328 memory=8836 CPUtime=0.04 cores=0-7
/proc/17623/task/17630/stat : 17630 (java) S 17621 17621 15751 0 -1 1077944384 52 0 0 0 3 1 0 0 20 0 28 0 418679480 29458767872 73251 33554432000 4194304 4196468 140723995419008 139729521728400 139729574381269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17631] ppid=17621 vsize=28768328 memory=11044 CPUtime=0.04 cores=0-7
/proc/17623/task/17631/stat : 17631 (java) S 17621 17621 15751 0 -1 1077944384 98 0 0 0 2 2 0 0 20 0 28 0 418679480 29458767872 73251 33554432000 4194304 4196468 140723995419008 139729520675856 139729574381269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17632] ppid=17621 vsize=28768328 memory=13230 CPUtime=0.03 cores=0-7
/proc/17623/task/17632/stat : 17632 (java) S 17621 17621 15751 0 -1 1077944384 31 0 0 0 2 1 0 0 20 0 28 0 418679480 29458767872 73251 33554432000 4194304 4196468 140723995419008 139729519623312 139729574381269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17633] ppid=17621 vsize=28768328 memory=-3252517613199061085 CPUtime=0 cores=0-7
/proc/17623/task/17633/stat : 17633 (java) S 17621 17621 15751 0 -1 1077944384 114 0 0 0 0 0 0 0 20 0 28 0 418679482 29458767872 73251 33554432000 4194304 4196468 140723995419008 139728172148720 139729574382210 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17634] ppid=17621 vsize=28768328 memory=6944656592455097440 CPUtime=0 cores=0-7
/proc/17623/task/17634/stat : 17634 (java) S 17621 17621 15751 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 28 0 418679482 29458767872 73251 33554432000 4194304 4196468 140723995419008 139728103924704 139729574381269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17635] ppid=17621 vsize=28768328 memory=19876 CPUtime=0 cores=0-7
/proc/17623/task/17635/stat : 17635 (java) S 17621 17621 15751 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 28 0 418679483 29458767872 73251 33554432000 4194304 4196468 140723995419008 139728102872064 139729574381269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17636] ppid=17621 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/17623/task/17636/stat : 17636 (java) S 17621 17621 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418679485 29458767872 73251 33554432000 4194304 4196468 140723995419008 139728101820624 139729574389659 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17637] ppid=17621 vsize=28768328 memory=0 CPUtime=1.3 cores=0-7
/proc/17623/task/17637/stat : 17637 (java) R 17621 17621 15751 0 -1 4202560 4116 0 0 0 129 1 0 0 20 0 28 0 418679485 29458767872 73251 33554432000 4194304 4196468 140723995419008 139728100757952 139729574392410 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17638] ppid=17621 vsize=28768328 memory=0 CPUtime=1.24 cores=0-7
/proc/17623/task/17638/stat : 17638 (java) R 17621 17621 15751 0 -1 4202560 3096 0 0 0 124 0 0 0 20 0 28 0 418679485 29458767872 73251 33554432000 4194304 4196468 140723995419008 139728099707024 139729559271569 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17639] ppid=17621 vsize=28768328 memory=0 CPUtime=1.17 cores=0-7
/proc/17623/task/17639/stat : 17639 (java) R 17621 17621 15751 0 -1 4202560 3653 0 0 0 116 1 0 0 20 0 28 0 418679485 29458767872 73251 33554432000 4194304 4196468 140723995419008 139728098662336 139729555915820 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17640] ppid=17621 vsize=28768328 memory=0 CPUtime=0.77 cores=0-7
/proc/17623/task/17640/stat : 17640 (java) D 17621 17621 15751 0 -1 4202560 3309 0 0 0 76 1 0 0 20 0 28 0 418679485 29458767872 73251 33554432000 4194304 4196468 140723995419008 139728097610528 139729558451550 0 4 0 16800975 18446744071582151416 0 0 -1 6 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17641] ppid=17621 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/17623/task/17641/stat : 17641 (java) S 17621 17621 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418679485 29458767872 73251 33554432000 4194304 4196468 140723995419008 139728096557280 139729574381269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17642] ppid=17621 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/17623/task/17642/stat : 17642 (java) S 17621 17621 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418679485 29458767872 73251 33554432000 4194304 4196468 140723995419008 139728095504816 139729574382210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17683] ppid=17621 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/17623/task/17683/stat : 17683 (java) R 17621 17621 15751 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 28 0 418679680 29458767872 73251 33554432000 4194304 4196468 140723995419008 139728079174400 139729199028573 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17684] ppid=17621 vsize=28768328 memory=33 CPUtime=0 cores=0-7
/proc/17623/task/17684/stat : 17684 (java) S 17621 17621 15751 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 28 0 418679680 29458767872 73251 33554432000 4194304 4196468 140723995419008 139728080228272 139729574381269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17685] ppid=17621 vsize=28768328 memory=8243114992657236055 CPUtime=0 cores=0-7
/proc/17623/task/17685/stat : 17685 (java) R 17621 17621 15751 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 28 0 418679680 29458767872 73251 33554432000 4194304 4196468 140723995419008 139728081281072 139729203007050 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17686] ppid=17621 vsize=28768328 memory=288286666899343424 CPUtime=0 cores=0-7
/proc/17623/task/17686/stat : 17686 (java) D 17621 17621 15751 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 28 0 418679680 29458767872 73251 33554432000 4194304 4196468 140723995419008 139728082333768 139729202480384 0 4 0 16800975 18446744071582151416 0 0 -1 2 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17687] ppid=17621 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/17623/task/17687/stat : 17687 (java) D 17621 17621 15751 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 28 0 418679680 29458767872 73251 33554432000 4194304 4196468 140723995419008 139728084442568 139729194528451 0 4 0 16800975 18446744071582151416 0 0 -1 6 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17688] ppid=17621 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/17623/task/17688/stat : 17688 (java) R 17621 17621 15751 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 28 0 418679680 29458767872 73251 33554432000 4194304 4196468 140723995419008 139728078126344 139729567088026 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17689] ppid=17621 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/17623/task/17689/stat : 17689 (java) D 17621 17621 15751 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 28 0 418679680 29458767872 73251 33554432000 4194304 4196468 140723995419008 139728083388808 139729567088026 0 4 0 16800975 18446744071582151463 0 0 -1 6 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17690] ppid=17621 vsize=28768328 memory=69941260716778 CPUtime=0 cores=0-7
/proc/17623/task/17690/stat : 17690 (java) R 17621 17621 15751 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 28 0 418679680 29458767872 73251 33554432000 4194304 4196468 140723995419008 139728080227904 139729567110913 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
Current children cumulated CPU time: 7.94 s
Current children cumulated vsize: 28881456 KiB
Current children cumulated memory: 290364 KiB

[startup+2.40092 s]
/proc/loadavg: 6.96 6.98 6.90 7/214 17677
/proc/meminfo: memFree=30682096/32770624 swapFree=66947516/67108860
[pid=17621] ppid=17618 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/17621/stat : 17621 (xcsp3-exec) S 17618 17621 15751 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 418679479 115843072 364 33554432000 4194304 5098028 140737347025520 140737347023624 139720750391932 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 9318400 140737347031925 140737347032169 140737347032169 140737347035082 0
/proc/17621/statm: 28282 364 305 221 0 87 0
[pid=17623] ppid=17621 vsize=28769356 memory=421168 CPUtime=10.57 cores=0-7
/proc/17623/stat : 17623 (java) S 17621 17621 15751 0 -1 1077944320 32339 0 0 0 1022 35 0 0 20 0 28 0 418679479 29459820544 105292 33554432000 4194304 4196468 140723995419008 140723995401552 139729574371063 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
/proc/17623/statm: 7192339 105292 3508 1 0 7153441 0
[pid=17623/tid=17624] ppid=17621 vsize=28769356 memory=5 CPUtime=1.63 cores=0-7
/proc/17623/task/17624/stat : 17624 (java) S 17621 17621 15751 0 -1 1077944384 10122 0 0 0 157 6 0 0 20 0 28 0 418679480 29459820544 105292 33554432000 4194304 4196468 140723995419008 139729578611840 139729574381269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17625] ppid=17621 vsize=28769356 memory=6791534058613427641 CPUtime=0.07 cores=0-7
/proc/17623/task/17625/stat : 17625 (java) S 17621 17621 15751 0 -1 1077944384 112 0 0 0 4 3 0 0 20 0 28 0 418679480 29459820544 105292 33554432000 4194304 4196468 140723995419008 139729526991120 139729574381269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17626] ppid=17621 vsize=28769356 memory=288230617509003574 CPUtime=0.05 cores=0-7
/proc/17623/task/17626/stat : 17626 (java) S 17621 17621 15751 0 -1 1077944384 42 0 0 0 4 1 0 0 20 0 28 0 418679480 29459820544 105292 33554432000 4194304 4196468 140723995419008 139729525938576 139729574381269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17627] ppid=17621 vsize=28769356 memory=15534115864709562 CPUtime=0.05 cores=0-7
/proc/17623/task/17627/stat : 17627 (java) S 17621 17621 15751 0 -1 1077944384 157 0 0 0 3 2 0 0 20 0 28 0 418679480 29459820544 105292 33554432000 4194304 4196468 140723995419008 139729524886032 139729574381269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17628] ppid=17621 vsize=28769356 memory=0 CPUtime=0.06 cores=0-7
/proc/17623/task/17628/stat : 17628 (java) S 17621 17621 15751 0 -1 1077944384 143 0 0 0 5 1 0 0 20 0 28 0 418679480 29459820544 105292 33554432000 4194304 4196468 140723995419008 139729523833488 139729574381269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17629] ppid=17621 vsize=28769356 memory=6656426216303648864 CPUtime=0.05 cores=0-7
/proc/17623/task/17629/stat : 17629 (java) S 17621 17621 15751 0 -1 1077944384 39 0 0 0 4 1 0 0 20 0 28 0 418679480 29459820544 105292 33554432000 4194304 4196468 140723995419008 139729522780944 139729574381269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17630] ppid=17621 vsize=28769356 memory=6656426216303648864 CPUtime=0.05 cores=0-7
/proc/17623/task/17630/stat : 17630 (java) S 17621 17621 15751 0 -1 1077944384 59 0 0 0 4 1 0 0 20 0 28 0 418679480 29459820544 105292 33554432000 4194304 4196468 140723995419008 139729521728400 139729574381269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17631] ppid=17621 vsize=28769356 memory=0 CPUtime=0.05 cores=0-7
/proc/17623/task/17631/stat : 17631 (java) S 17621 17621 15751 0 -1 1077944384 113 0 0 0 3 2 0 0 20 0 28 0 418679480 29459820544 105292 33554432000 4194304 4196468 140723995419008 139729520675856 139729574381269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17632] ppid=17621 vsize=28769356 memory=0 CPUtime=0.05 cores=0-7
/proc/17623/task/17632/stat : 17632 (java) S 17621 17621 15751 0 -1 1077944384 42 0 0 0 3 2 0 0 20 0 28 0 418679480 29459820544 105292 33554432000 4194304 4196468 140723995419008 139729519623312 139729574381269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17633] ppid=17621 vsize=28769356 memory=0 CPUtime=0.01 cores=0-7
/proc/17623/task/17633/stat : 17633 (java) S 17621 17621 15751 0 -1 1077944384 241 0 0 0 1 0 0 0 20 0 28 0 418679482 29459820544 105292 33554432000 4194304 4196468 140723995419008 139728172148720 139729574382210 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17634] ppid=17621 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/17623/task/17634/stat : 17634 (java) S 17621 17621 15751 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 28 0 418679482 29459820544 105292 33554432000 4194304 4196468 140723995419008 139728103924704 139729574381269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17635] ppid=17621 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/17623/task/17635/stat : 17635 (java) S 17621 17621 15751 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 28 0 418679483 29459820544 105292 33554432000 4194304 4196468 140723995419008 139728102872064 139729574381269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17636] ppid=17621 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/17623/task/17636/stat : 17636 (java) S 17621 17621 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418679485 29459820544 105292 33554432000 4194304 4196468 140723995419008 139728101820624 139729574389659 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17637] ppid=17621 vsize=28769356 memory=0 CPUtime=1.63 cores=0-7
/proc/17623/task/17637/stat : 17637 (java) R 17621 17621 15751 0 -1 4202560 4291 0 0 0 162 1 0 0 20 0 28 0 418679485 29459820544 105292 33554432000 4194304 4196468 140723995419008 139728100754896 139729557867851 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17638] ppid=17621 vsize=28769356 memory=0 CPUtime=1.57 cores=0-7
/proc/17623/task/17638/stat : 17638 (java) R 17621 17621 15751 0 -1 4202560 3451 0 0 0 157 0 0 0 20 0 28 0 418679485 29459820544 105292 33554432000 4194304 4196468 140723995419008 139728099696768 139729559265819 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17639] ppid=17621 vsize=28769356 memory=0 CPUtime=1.52 cores=0-7
/proc/17623/task/17639/stat : 17639 (java) R 17621 17621 15751 0 -1 4202560 3909 0 0 0 151 1 0 0 20 0 28 0 418679485 29459820544 105292 33554432000 4194304 4196468 140723995419008 139728098656176 139729559258794 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17640] ppid=17621 vsize=28769356 memory=7018131400879007845 CPUtime=0.92 cores=0-7
/proc/17623/task/17640/stat : 17640 (java) R 17621 17621 15751 0 -1 1077944384 3901 0 0 0 91 1 0 0 20 0 28 0 418679485 29459820544 105292 33554432000 4194304 4196468 140723995419008 139728097610736 139729574381269 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17641] ppid=17621 vsize=28769356 memory=7234030490512353113 CPUtime=0 cores=0-7
/proc/17623/task/17641/stat : 17641 (java) S 17621 17621 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418679485 29459820544 105292 33554432000 4194304 4196468 140723995419008 139728096557280 139729574381269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17642] ppid=17621 vsize=28769356 memory=7883944108235712103 CPUtime=0 cores=0-7
/proc/17623/task/17642/stat : 17642 (java) S 17621 17621 15751 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 28 0 418679485 29459820544 105292 33554432000 4194304 4196468 140723995419008 139728095504816 139729574382210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
Current children cumulated CPU time: 10.57 s
Current children cumulated vsize: 28882484 KiB
Current children cumulated memory: 422624 KiB

[startup+2.50095 s]
/proc/loadavg: 6.96 6.98 6.90 7/214 17677
/proc/meminfo: memFree=30682096/32770624 swapFree=66947516/67108860
[pid=17621] ppid=17618 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/17621/stat : 17621 (xcsp3-exec) S 17618 17621 15751 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 418679479 115843072 364 33554432000 4194304 5098028 140737347025520 140737347023624 139720750391932 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 9318400 140737347031925 140737347032169 140737347032169 140737347035082 0
/proc/17621/statm: 28282 364 305 221 0 87 0
[pid=17623] ppid=17621 vsize=28769356 memory=421720 CPUtime=11.36 cores=0-7
/proc/17623/stat : 17623 (java) S 17621 17621 15751 0 -1 1077944320 33570 0 0 0 1101 35 0 0 20 0 28 0 418679479 29459820544 105430 33554432000 4194304 4196468 140723995419008 140723995401552 139729574371063 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
/proc/17623/statm: 7192339 105430 3525 1 0 7153441 0
[pid=17623/tid=17624] ppid=17621 vsize=28769356 memory=77863462110186 CPUtime=1.63 cores=0-7
/proc/17623/task/17624/stat : 17624 (java) S 17621 17621 15751 0 -1 1077944384 10122 0 0 0 157 6 0 0 20 0 28 0 418679480 29459820544 105430 33554432000 4194304 4196468 140723995419008 139729578611840 139729574381269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17625] ppid=17621 vsize=28769356 memory=1456 CPUtime=0.07 cores=0-7
/proc/17623/task/17625/stat : 17625 (java) S 17621 17621 15751 0 -1 1077944384 112 0 0 0 4 3 0 0 20 0 28 0 418679480 29459820544 105430 33554432000 4194304 4196468 140723995419008 139729526991120 139729574381269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17626] ppid=17621 vsize=28769356 memory=221964 CPUtime=0.05 cores=0-7
/proc/17623/task/17626/stat : 17626 (java) S 17621 17621 15751 0 -1 1077944384 42 0 0 0 4 1 0 0 20 0 28 0 418679480 29459820544 105430 33554432000 4194304 4196468 140723995419008 139729525938576 139729574381269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17627] ppid=17621 vsize=28769356 memory=281195536079840 CPUtime=0.05 cores=0-7
/proc/17623/task/17627/stat : 17627 (java) S 17621 17621 15751 0 -1 1077944384 157 0 0 0 3 2 0 0 20 0 28 0 418679480 29459820544 105430 33554432000 4194304 4196468 140723995419008 139729524886032 139729574381269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17628] ppid=17621 vsize=28769356 memory=7738707440344524377 CPUtime=0.06 cores=0-7
/proc/17623/task/17628/stat : 17628 (java) S 17621 17621 15751 0 -1 1077944384 143 0 0 0 5 1 0 0 20 0 28 0 418679480 29459820544 105430 33554432000 4194304 4196468 140723995419008 139729523833488 139729574381269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17629] ppid=17621 vsize=28769356 memory=7163101017248261483 CPUtime=0.05 cores=0-7
/proc/17623/task/17629/stat : 17629 (java) S 17621 17621 15751 0 -1 1077944384 39 0 0 0 4 1 0 0 20 0 28 0 418679480 29459820544 105430 33554432000 4194304 4196468 140723995419008 139729522780944 139729574381269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17630] ppid=17621 vsize=28769356 memory=56 CPUtime=0.05 cores=0-7
/proc/17623/task/17630/stat : 17630 (java) S 17621 17621 15751 0 -1 1077944384 59 0 0 0 4 1 0 0 20 0 28 0 418679480 29459820544 105430 33554432000 4194304 4196468 140723995419008 139729521728400 139729574381269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17631] ppid=17621 vsize=28769356 memory=13877 CPUtime=0.05 cores=0-7
/proc/17623/task/17631/stat : 17631 (java) S 17621 17621 15751 0 -1 1077944384 113 0 0 0 3 2 0 0 20 0 28 0 418679480 29459820544 105430 33554432000 4194304 4196468 140723995419008 139729520675856 139729574381269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17632] ppid=17621 vsize=28769356 memory=26820 CPUtime=0.05 cores=0-7
/proc/17623/task/17632/stat : 17632 (java) S 17621 17621 15751 0 -1 1077944384 42 0 0 0 3 2 0 0 20 0 28 0 418679480 29459820544 105430 33554432000 4194304 4196468 140723995419008 139729519623312 139729574381269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17633] ppid=17621 vsize=28769356 memory=0 CPUtime=0.01 cores=0-7
/proc/17623/task/17633/stat : 17633 (java) S 17621 17621 15751 0 -1 1077944384 312 0 0 0 1 0 0 0 20 0 28 0 418679482 29459820544 105430 33554432000 4194304 4196468 140723995419008 139728172148720 139729574382210 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17634] ppid=17621 vsize=28769356 memory=281195535532644 CPUtime=0 cores=0-7
/proc/17623/task/17634/stat : 17634 (java) S 17621 17621 15751 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 28 0 418679482 29459820544 105430 33554432000 4194304 4196468 140723995419008 139728103924704 139729574381269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17635] ppid=17621 vsize=28769356 memory=281195535532708 CPUtime=0 cores=0-7
/proc/17623/task/17635/stat : 17635 (java) S 17621 17621 15751 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 28 0 418679483 29459820544 105430 33554432000 4194304 4196468 140723995419008 139728102872064 139729574381269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17636] ppid=17621 vsize=28769356 memory=281195535532772 CPUtime=0 cores=0-7
/proc/17623/task/17636/stat : 17636 (java) S 17621 17621 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418679485 29459820544 105430 33554432000 4194304 4196468 140723995419008 139728101820624 139729574389659 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17637] ppid=17621 vsize=28769356 memory=281195535928620 CPUtime=1.71 cores=0-7
/proc/17623/task/17637/stat : 17637 (java) R 17621 17621 15751 0 -1 4202560 4304 0 0 0 170 1 0 0 20 0 28 0 418679485 29459820544 105430 33554432000 4194304 4196468 140723995419008 139728100754336 139729559268647 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17638] ppid=17621 vsize=28769356 memory=69 CPUtime=1.63 cores=0-7
/proc/17623/task/17638/stat : 17638 (java) R 17621 17621 15751 0 -1 4202560 3751 0 0 0 163 0 0 0 20 0 28 0 418679485 29459820544 105430 33554432000 4194304 4196468 140723995419008 139728099715584 139729554025041 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17639] ppid=17621 vsize=28769356 memory=65 CPUtime=1.61 cores=0-7
/proc/17623/task/17639/stat : 17639 (java) R 17621 17621 15751 0 -1 4202560 4001 0 0 0 160 1 0 0 20 0 28 0 418679485 29459820544 105430 33554432000 4194304 4196468 140723995419008 139728098643088 139729552774514 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17640] ppid=17621 vsize=28769356 memory=57 CPUtime=0.95 cores=0-7
/proc/17623/task/17640/stat : 17640 (java) R 17621 17621 15751 0 -1 1077944384 4611 0 0 0 93 2 0 0 20 0 28 0 418679485 29459820544 105430 33554432000 4194304 4196468 140723995419008 139728097610416 139729574381269 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17641] ppid=17621 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/17623/task/17641/stat : 17641 (java) S 17621 17621 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418679485 29459820544 105430 33554432000 4194304 4196468 140723995419008 139728096557280 139729574381269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
[pid=17623/tid=17642] ppid=17621 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/17623/task/17642/stat : 17642 (java) S 17621 17621 15751 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 28 0 418679485 29459820544 105430 33554432000 4194304 4196468 140723995419008 139728095504816 139729574382210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38113280 140723995423722 140723995423894 140723995423894 140723995426767 0
Current children cumulated CPU time: 11.36 s
Current children cumulated vsize: 28882484 KiB
Current children cumulated memory: 423176 KiB

Child status: 0
Real time (s): 2.54057
CPU time (s): 11.5388
CPU user time (s): 11.1666
CPU system time (s): 0.372208
CPU usage (%): 454.183
Max. virtual memory (cumulated for all children) (KiB): 28882484
Max. memory (cumulated for all children) (KiB): 423176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.1666
system time used= 0.372208
maximum resident set size= 422276
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35223
page faults= 0
swaps= 0
block input operations= 0
block output operations= 88
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5203
involuntary context switches= 133


# summary of solver processes directly reported to runsolver:
#   pid: 17621
#   total CPU time (s): 11.5388
#   total CPU user time (s): 11.1666
#   total CPU system time (s): 0.372208

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.04409 second user time and 0.06845 second system time

The end

Launcher Data

Begin job on node117 at 2019-09-14 04:15:33
IDJOB=4393826
IDBENCH=126818
IDSOLVER=2841
FILE ID=node117/4393826-1568427375
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-20-1.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 24000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4393826-1568427375/watcher-4393826-1568427375 -o /tmp/evaluation-result-4393826-1568427375/solver-4393826-1568427375 -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 1011327823 HOME/instance-4393826-1568427375.xml

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

MD5SUM BENCH= 38f06f34c6c373f6142c39e9ab89bcc1
RANDOM SEED=1011327823

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:        30953236 kB
MemAvailable:   31866452 kB
Buffers:          138524 kB
Cached:          1043332 kB
SwapCached:        51464 kB
Active:           768288 kB
Inactive:         466680 kB
Active(anon):      18336 kB
Inactive(anon):    58832 kB
Active(file):     749952 kB
Inactive(file):   407848 kB
Unevictable:      110108 kB
Mlocked:          110108 kB
SwapTotal:      67108860 kB
SwapFree:       66947516 kB
Dirty:             26368 kB
Writeback:             0 kB
AnonPages:        106644 kB
Mapped:            33488 kB
Shmem:             15436 kB
Slab:             171316 kB
SReclaimable:     142500 kB
SUnreclaim:        28816 kB
KernelStack:        3568 kB
PageTables:         5232 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:     61440 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:36