Trace number 4394426

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 10.3125 2.36214

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.251194
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-4394426-1568427379.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4394426-1568427379.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.29	c parse instance...
5.65/1.68	c solve instance...
6.61/1.87	o 233 
6.61/1.90	o 210 
7.34/1.92	o 193 
7.34/1.95	o 154 
7.34/1.96	o 153 
7.34/1.99	o 149 
7.34/2.00	o 148 
8.01/2.01	o 147 
8.01/2.01	o 146 
8.01/2.02	o 145 
8.01/2.06	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (87/89)
8.01/2.06		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
8.01/2.06		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
8.01/2.06		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
8.01/2.06		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
8.01/2.06		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
8.01/2.06	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (87/89)
8.01/2.06		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
8.01/2.06		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
8.01/2.06		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
8.01/2.06		at org.chocosolver.solver.Solver.repair(Solver.java:443)
8.01/2.06		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
8.01/2.06		at org.chocosolver.solver.Solver.solve(Solver.java:262)
8.01/2.06		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
8.01/2.06		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
8.01/2.06		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
8.01/2.06		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
8.01/2.06		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
8.01/2.06		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
8.01/2.06		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
8.01/2.06		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
8.01/2.06		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
8.01/2.06		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
8.01/2.06	o 144 
8.01/2.07	o 143 
8.01/2.07	o 142 
8.01/2.08	o 141 
8.01/2.09	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (83/85)
8.01/2.09		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
8.01/2.09		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
8.01/2.09		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
8.01/2.09		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
8.01/2.09		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
8.01/2.09	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (83/85)
8.01/2.09		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
8.01/2.09		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
8.01/2.09		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
8.01/2.09		at org.chocosolver.solver.Solver.repair(Solver.java:443)
8.01/2.09		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
8.01/2.09		at org.chocosolver.solver.Solver.solve(Solver.java:262)
8.01/2.09		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
8.01/2.09		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
8.01/2.09		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
8.01/2.09		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
8.01/2.09		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
8.01/2.09		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
8.01/2.09		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
8.01/2.09		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
8.01/2.09		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
8.01/2.09		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
8.01/2.09	o 139 
8.01/2.10	o 138 
8.60/2.13	o 128 
8.60/2.14	o 127 
8.60/2.15	o 126 
8.60/2.19	o 125 
10.04/2.34	s OPTIMUM FOUND
10.04/2.34	v <instantiation>
10.04/2.34	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>
10.04/2.34	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>
10.04/2.34	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 (15647 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4394426-1568427379/watcher-4394426-1568427379 -o /tmp/evaluation-result-4394426-1568427379/solver-4394426-1568427379 -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 994228671 HOME/instance-4394426-1568427379.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=17914, runsolver pid=17911
Current StackSize limit: 8192 KiB


[startup+0.100134 s]*
/proc/loadavg: 7.28 7.04 6.92 2/211 17935
/proc/meminfo: memFree=30936844/32770624 swapFree=66947516/67108860
[pid=17914] ppid=17911 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/17914/stat : 17914 (xcsp3-exec) S 17911 17914 15751 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418679871 115843072 363 33554432000 4194304 5098028 140731369570800 140731369568904 140426127594108 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 25915392 140731369579382 140731369579625 140731369579625 140731369582538 0
/proc/17914/statm: 28282 363 304 221 0 87 0
[pid=17916] ppid=17914 vsize=28227388 memory=28884 CPUtime=0.12 cores=0-7
/proc/17916/stat : 17916 (java) S 17914 17914 15751 0 -1 1077944320 5707 0 0 0 10 2 0 0 20 0 20 0 418679871 28904845312 7221 33554432000 4194304 4196468 140720522845552 140720522828096 140555449548535 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
/proc/17916/statm: 7056847 7221 3116 1 0 7019032 0
[pid=17916/tid=17917] ppid=17914 vsize=28227388 memory=8317482817917895235 CPUtime=0.09 cores=0-7
/proc/17916/task/17917/stat : 17917 (java) R 17914 17914 15751 0 -1 4202560 3619 0 0 0 8 1 0 0 20 0 20 0 418679872 28904845312 7221 33554432000 4194304 4196468 140720522845552 140555453781808 140555449560470 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17918] ppid=17914 vsize=28227388 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/17916/task/17918/stat : 17918 (java) S 17914 17914 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418679872 28904845312 7221 33554432000 4194304 4196468 140720522845552 140555369400976 140555449558741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17919] ppid=17914 vsize=28227388 memory=140091906389632 CPUtime=0 cores=0-7
/proc/17916/task/17919/stat : 17919 (java) S 17914 17914 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418679872 28904845312 7221 33554432000 4194304 4196468 140720522845552 140555368348176 140555449558741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17920] ppid=17914 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/17916/task/17920/stat : 17920 (java) S 17914 17914 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418679872 28904845312 7221 33554432000 4194304 4196468 140720522845552 140555367295376 140555449558741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17921] ppid=17914 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/17916/task/17921/stat : 17921 (java) S 17914 17914 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418679872 28904845312 7221 33554432000 4194304 4196468 140720522845552 140555366242576 140555449558741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17922] ppid=17914 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/17916/task/17922/stat : 17922 (java) S 17914 17914 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418679872 28904845312 7221 33554432000 4194304 4196468 140720522845552 140555365190800 140555449558741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17923] ppid=17914 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/17916/task/17923/stat : 17923 (java) S 17914 17914 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418679872 28904845312 7221 33554432000 4194304 4196468 140720522845552 140555364138000 140555449558741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17924] ppid=17914 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/17916/task/17924/stat : 17924 (java) S 17914 17914 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418679872 28904845312 7221 33554432000 4194304 4196468 140720522845552 140555363085200 140555449558741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17925] ppid=17914 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/17916/task/17925/stat : 17925 (java) S 17914 17914 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418679872 28904845312 7221 33554432000 4194304 4196468 140720522845552 140555362032400 140555449558741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17926] ppid=17914 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/17916/task/17926/stat : 17926 (java) S 17914 17914 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418679874 28904845312 7221 33554432000 4194304 4196468 140720522845552 140553693940080 140555449559682 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17927] ppid=17914 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/17916/task/17927/stat : 17927 (java) S 17914 17914 15751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418679874 28904845312 7221 33554432000 4194304 4196468 140720522845552 140553692886048 140555449558741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17928] ppid=17914 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/17916/task/17928/stat : 17928 (java) S 17914 17914 15751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418679875 28904845312 7221 33554432000 4194304 4196468 140720522845552 140553691833200 140555449558741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17929] ppid=17914 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/17916/task/17929/stat : 17929 (java) S 17914 17914 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418679877 28904845312 7221 33554432000 4194304 4196468 140720522845552 140553690781520 140555449567131 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17930] ppid=17914 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/17916/task/17930/stat : 17930 (java) S 17914 17914 15751 0 -1 1077944384 292 0 0 0 0 0 0 0 20 0 20 0 418679877 28904845312 7221 33554432000 4194304 4196468 140720522845552 140553689729904 140555449559682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17931] ppid=17914 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/17916/task/17931/stat : 17931 (java) S 17914 17914 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418679877 28904845312 7221 33554432000 4194304 4196468 140720522845552 140553688677104 140555449559682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17932] ppid=17914 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/17916/task/17932/stat : 17932 (java) S 17914 17914 15751 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 20 0 418679877 28904845312 7221 33554432000 4194304 4196468 140720522845552 140553687624304 140555449559682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17933] ppid=17914 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/17916/task/17933/stat : 17933 (java) R 17914 17914 15751 0 -1 4202560 364 0 0 0 1 0 0 0 20 0 20 0 418679877 28904845312 7221 33554432000 4194304 4196468 140720522845552 140553686571504 140555428671789 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17934] ppid=17914 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/17916/task/17934/stat : 17934 (java) S 17914 17914 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418679878 28904845312 7221 33554432000 4194304 4196468 140720522845552 140553685518944 140555449558741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17935] ppid=17914 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/17916/task/17935/stat : 17935 (java) S 17914 17914 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418679878 28904845312 7221 33554432000 4194304 4196468 140720522845552 140553684466224 140555449559682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 30336 KiB

[startup+0.210242 s]*
/proc/loadavg: 7.28 7.04 6.92 2/211 17935
/proc/meminfo: memFree=30924084/32770624 swapFree=66947516/67108860
[pid=17914] ppid=17911 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/17914/stat : 17914 (xcsp3-exec) S 17911 17914 15751 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418679871 115843072 363 33554432000 4194304 5098028 140731369570800 140731369568904 140426127594108 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 25915392 140731369579382 140731369579625 140731369579625 140731369582538 0
/proc/17914/statm: 28282 363 304 221 0 87 0
[pid=17916] ppid=17914 vsize=28227388 memory=40388 CPUtime=0.34 cores=0-7
/proc/17916/stat : 17916 (java) S 17914 17914 15751 0 -1 1077944320 9356 0 0 0 31 3 0 0 20 0 20 0 418679871 28904845312 10097 33554432000 4194304 4196468 140720522845552 140720522828096 140555449548535 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
/proc/17916/statm: 7056847 10097 3277 1 0 7019032 0
[pid=17916/tid=17917] ppid=17914 vsize=28227388 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/17916/task/17917/stat : 17917 (java) R 17914 17914 15751 0 -1 4202560 6600 0 0 0 17 2 0 0 20 0 20 0 418679872 28904845312 10097 33554432000 4194304 4196468 140720522845552 140555453778816 140555449560470 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17918] ppid=17914 vsize=28227388 memory=328 CPUtime=0 cores=0-7
/proc/17916/task/17918/stat : 17918 (java) S 17914 17914 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418679872 28904845312 10097 33554432000 4194304 4196468 140720522845552 140555369400976 140555449558741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17919] ppid=17914 vsize=28227388 memory=140091909480779 CPUtime=0 cores=0-7
/proc/17916/task/17919/stat : 17919 (java) S 17914 17914 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418679872 28904845312 10097 33554432000 4194304 4196468 140720522845552 140555368348176 140555449558741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17920] ppid=17914 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/17916/task/17920/stat : 17920 (java) S 17914 17914 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418679872 28904845312 10097 33554432000 4194304 4196468 140720522845552 140555367295376 140555449558741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17921] ppid=17914 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/17916/task/17921/stat : 17921 (java) S 17914 17914 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418679872 28904845312 10097 33554432000 4194304 4196468 140720522845552 140555366242576 140555449558741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17922] ppid=17914 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/17916/task/17922/stat : 17922 (java) S 17914 17914 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418679872 28904845312 10097 33554432000 4194304 4196468 140720522845552 140555365190800 140555449558741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17923] ppid=17914 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/17916/task/17923/stat : 17923 (java) S 17914 17914 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418679872 28904845312 10097 33554432000 4194304 4196468 140720522845552 140555364138000 140555449558741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17924] ppid=17914 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/17916/task/17924/stat : 17924 (java) S 17914 17914 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418679872 28904845312 10097 33554432000 4194304 4196468 140720522845552 140555363085200 140555449558741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17925] ppid=17914 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/17916/task/17925/stat : 17925 (java) S 17914 17914 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418679872 28904845312 10097 33554432000 4194304 4196468 140720522845552 140555362032400 140555449558741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17926] ppid=17914 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/17916/task/17926/stat : 17926 (java) S 17914 17914 15751 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 418679874 28904845312 10097 33554432000 4194304 4196468 140720522845552 140553693940080 140555449559682 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17927] ppid=17914 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/17916/task/17927/stat : 17927 (java) S 17914 17914 15751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418679874 28904845312 10097 33554432000 4194304 4196468 140720522845552 140553692886048 140555449558741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17928] ppid=17914 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/17916/task/17928/stat : 17928 (java) S 17914 17914 15751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418679875 28904845312 10097 33554432000 4194304 4196468 140720522845552 140553691833200 140555449558741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17929] ppid=17914 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/17916/task/17929/stat : 17929 (java) S 17914 17914 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418679877 28904845312 10097 33554432000 4194304 4196468 140720522845552 140553690781520 140555449567131 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17930] ppid=17914 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/17916/task/17930/stat : 17930 (java) S 17914 17914 15751 0 -1 1077944384 369 0 0 0 2 0 0 0 20 0 20 0 418679877 28904845312 10097 33554432000 4194304 4196468 140720522845552 140553689729904 140555449559682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17931] ppid=17914 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/17916/task/17931/stat : 17931 (java) S 17914 17914 15751 0 -1 1077944384 54 0 0 0 1 0 0 0 20 0 20 0 418679877 28904845312 10097 33554432000 4194304 4196468 140720522845552 140553688677104 140555449559682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17932] ppid=17914 vsize=28227388 memory=-1 CPUtime=0.01 cores=0-7
/proc/17916/task/17932/stat : 17932 (java) S 17914 17914 15751 0 -1 1077944384 220 0 0 0 1 0 0 0 20 0 20 0 418679877 28904845312 10097 33554432000 4194304 4196468 140720522845552 140553687624304 140555449559682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17933] ppid=17914 vsize=28227388 memory=-1 CPUtime=0.08 cores=0-7
/proc/17916/task/17933/stat : 17933 (java) R 17914 17914 15751 0 -1 4202560 801 0 0 0 8 0 0 0 20 0 20 0 418679877 28904845312 10097 33554432000 4194304 4196468 140720522845552 140553686571504 140555449560470 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17934] ppid=17914 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/17916/task/17934/stat : 17934 (java) S 17914 17914 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418679878 28904845312 10097 33554432000 4194304 4196468 140720522845552 140553685518944 140555449558741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17935] ppid=17914 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/17916/task/17935/stat : 17935 (java) S 17914 17914 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418679878 28904845312 10097 33554432000 4194304 4196468 140720522845552 140553684466224 140555449559682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 41840 KiB

[startup+0.310137 s]*
/proc/loadavg: 7.28 7.04 6.92 5/211 17935
/proc/meminfo: memFree=30916688/32770624 swapFree=66947516/67108860
[pid=17914] ppid=17911 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/17914/stat : 17914 (xcsp3-exec) S 17911 17914 15751 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418679871 115843072 363 33554432000 4194304 5098028 140731369570800 140731369568904 140426127594108 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 25915392 140731369579382 140731369579625 140731369579625 140731369582538 0
/proc/17914/statm: 28282 363 304 221 0 87 0
[pid=17916] ppid=17914 vsize=28231644 memory=49524 CPUtime=0.53 cores=0-7
/proc/17916/stat : 17916 (java) S 17914 17914 15751 0 -1 1077944320 10770 0 0 0 50 3 0 0 20 0 20 0 418679871 28909203456 12381 33554432000 4194304 4196468 140720522845552 140720522828096 140555449548535 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
/proc/17916/statm: 7057911 12381 3341 1 0 7019032 0
[pid=17916/tid=17917] ppid=17914 vsize=28231644 memory=8317482817917895235 CPUtime=0.29 cores=0-7
/proc/17916/task/17917/stat : 17917 (java) R 17914 17914 15751 0 -1 4202560 7729 0 0 0 27 2 0 0 20 0 20 0 418679872 28909203456 12381 33554432000 4194304 4196468 140720522845552 140555453782320 140555449570461 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17918] ppid=17914 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/17916/task/17918/stat : 17918 (java) S 17914 17914 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418679872 28909203456 12410 33554432000 4194304 4196468 140720522845552 140555369400976 140555449558741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17919] ppid=17914 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/17916/task/17919/stat : 17919 (java) S 17914 17914 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418679872 28909203456 12410 33554432000 4194304 4196468 140720522845552 140555368348176 140555449558741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17920] ppid=17914 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/17916/task/17920/stat : 17920 (java) S 17914 17914 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418679872 28909203456 12410 33554432000 4194304 4196468 140720522845552 140555367295376 140555449558741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17921] ppid=17914 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/17916/task/17921/stat : 17921 (java) S 17914 17914 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418679872 28909203456 12410 33554432000 4194304 4196468 140720522845552 140555366242576 140555449558741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17922] ppid=17914 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/17916/task/17922/stat : 17922 (java) S 17914 17914 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418679872 28909203456 12410 33554432000 4194304 4196468 140720522845552 140555365190800 140555449558741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17923] ppid=17914 vsize=28231644 memory=140091766958767 CPUtime=0 cores=0-7
/proc/17916/task/17923/stat : 17923 (java) S 17914 17914 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418679872 28909203456 12410 33554432000 4194304 4196468 140720522845552 140555364138000 140555449558741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17924] ppid=17914 vsize=28231644 memory=140091766961072 CPUtime=0 cores=0-7
/proc/17916/task/17924/stat : 17924 (java) S 17914 17914 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418679872 28909203456 12410 33554432000 4194304 4196468 140720522845552 140555363085200 140555449558741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17925] ppid=17914 vsize=28231644 memory=140091766963376 CPUtime=0 cores=0-7
/proc/17916/task/17925/stat : 17925 (java) S 17914 17914 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418679872 28909203456 12410 33554432000 4194304 4196468 140720522845552 140555362032400 140555449558741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17926] ppid=17914 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/17916/task/17926/stat : 17926 (java) S 17914 17914 15751 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 418679874 28909203456 12410 33554432000 4194304 4196468 140720522845552 140553693940080 140555449559682 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17927] ppid=17914 vsize=28231644 memory=280183533940624 CPUtime=0 cores=0-7
/proc/17916/task/17927/stat : 17927 (java) S 17914 17914 15751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418679874 28909203456 12410 33554432000 4194304 4196468 140720522845552 140553692886048 140555449558741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17928] ppid=17914 vsize=28231644 memory=280183533938320 CPUtime=0 cores=0-7
/proc/17916/task/17928/stat : 17928 (java) S 17914 17914 15751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418679875 28909203456 12410 33554432000 4194304 4196468 140720522845552 140553691833200 140555449558741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17929] ppid=17914 vsize=28231644 memory=280183533945232 CPUtime=0 cores=0-7
/proc/17916/task/17929/stat : 17929 (java) S 17914 17914 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418679877 28909203456 12410 33554432000 4194304 4196468 140720522845552 140553690781520 140555449567131 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17930] ppid=17914 vsize=28231644 memory=280183533886512 CPUtime=0.02 cores=0-7
/proc/17916/task/17930/stat : 17930 (java) S 17914 17914 15751 0 -1 1077944384 383 0 0 0 2 0 0 0 20 0 20 0 418679877 28909203456 12410 33554432000 4194304 4196468 140720522845552 140553689729904 140555449559682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17931] ppid=17914 vsize=28231644 memory=280183533959056 CPUtime=0.03 cores=0-7
/proc/17916/task/17931/stat : 17931 (java) R 17914 17914 15751 0 -1 4202560 189 0 0 0 3 0 0 0 20 0 20 0 418679877 28909203456 12410 33554432000 4194304 4196468 140720522845552 140553688658120 140555434673914 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17932] ppid=17914 vsize=28231644 memory=280183533965968 CPUtime=0.02 cores=0-7
/proc/17916/task/17932/stat : 17932 (java) S 17914 17914 15751 0 -1 1077944384 220 0 0 0 2 0 0 0 20 0 20 0 418679877 28909203456 12410 33554432000 4194304 4196468 140720522845552 140553687624304 140555449559682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17933] ppid=17914 vsize=28231644 memory=280183533963664 CPUtime=0.13 cores=0-7
/proc/17916/task/17933/stat : 17933 (java) S 17914 17914 15751 0 -1 1077944384 944 0 0 0 13 0 0 0 20 0 20 0 418679877 28909203456 12410 33554432000 4194304 4196468 140720522845552 140553686571504 140555449559682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17934] ppid=17914 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/17916/task/17934/stat : 17934 (java) S 17914 17914 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418679878 28909203456 12410 33554432000 4194304 4196468 140720522845552 140553685518944 140555449558741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17935] ppid=17914 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/17916/task/17935/stat : 17935 (java) S 17914 17914 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418679878 28909203456 12410 33554432000 4194304 4196468 140720522845552 140553684466224 140555449559682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 50976 KiB

[startup+0.700987 s]
/proc/loadavg: 7.28 7.04 6.92 4/211 17935
/proc/meminfo: memFree=30901856/32770624 swapFree=66947516/67108860
[pid=17914] ppid=17911 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/17914/stat : 17914 (xcsp3-exec) S 17911 17914 15751 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418679871 115843072 363 33554432000 4194304 5098028 140731369570800 140731369568904 140426127594108 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 25915392 140731369579382 140731369579625 140731369579625 140731369582538 0
/proc/17914/statm: 28282 363 304 221 0 87 0
[pid=17916] ppid=17914 vsize=28233768 memory=88928 CPUtime=1.83 cores=0-7
/proc/17916/stat : 17916 (java) S 17914 17914 15751 0 -1 1077944320 14759 0 0 0 178 5 0 0 20 0 20 0 418679871 28911378432 22232 33554432000 4194304 4196468 140720522845552 140720522828096 140555449548535 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
/proc/17916/statm: 7058442 22232 3451 1 0 7019544 0
[pid=17916/tid=17917] ppid=17914 vsize=28233768 memory=0 CPUtime=0.67 cores=0-7
/proc/17916/task/17917/stat : 17917 (java) R 17914 17914 15751 0 -1 4202560 9026 0 0 0 63 4 0 0 20 0 20 0 418679872 28911378432 22232 33554432000 4194304 4196468 140720522845552 140555453783328 140555431197471 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17918] ppid=17914 vsize=28233768 memory=140091767169904 CPUtime=0 cores=0-7
/proc/17916/task/17918/stat : 17918 (java) S 17914 17914 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418679872 28911378432 22232 33554432000 4194304 4196468 140720522845552 140555369400976 140555449558741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17919] ppid=17914 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/17916/task/17919/stat : 17919 (java) S 17914 17914 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418679872 28911378432 22232 33554432000 4194304 4196468 140720522845552 140555368348176 140555449558741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17920] ppid=17914 vsize=28233768 memory=1200 CPUtime=0 cores=0-7
/proc/17916/task/17920/stat : 17920 (java) S 17914 17914 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418679872 28911378432 22232 33554432000 4194304 4196468 140720522845552 140555367295376 140555449558741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0

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

/proc/17916/stat : 17916 (java) S 17914 17914 15751 0 -1 1077944320 28262 0 0 0 774 27 0 0 20 0 27 0 418679871 29458767872 82374 33554432000 4194304 4196468 140720522845552 140720522828096 140555449548535 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
/proc/17916/statm: 7192082 82374 3507 1 0 7153184 0
[pid=17916/tid=17917] ppid=17914 vsize=28768328 memory=6944656592455097440 CPUtime=1.61 cores=0-7
/proc/17916/task/17917/stat : 17917 (java) S 17914 17914 15751 0 -1 1077944384 10179 0 0 0 156 5 0 0 20 0 27 0 418679872 29458767872 82374 33554432000 4194304 4196468 140720522845552 140555453789312 140555449558741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17918] ppid=17914 vsize=28768328 memory=4872558044660077418 CPUtime=0.05 cores=0-7
/proc/17916/task/17918/stat : 17918 (java) S 17914 17914 15751 0 -1 1077944384 138 0 0 0 3 2 0 0 20 0 27 0 418679872 29458767872 82374 33554432000 4194304 4196468 140720522845552 140555369400976 140555449558741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17919] ppid=17914 vsize=28768328 memory=7230638415855315543 CPUtime=0.05 cores=0-7
/proc/17916/task/17919/stat : 17919 (java) S 17914 17914 15751 0 -1 1077944384 68 0 0 0 3 2 0 0 20 0 27 0 418679872 29458767872 82374 33554432000 4194304 4196468 140720522845552 140555368348176 140555449558741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17920] ppid=17914 vsize=28768328 memory=22129 CPUtime=0.03 cores=0-7
/proc/17916/task/17920/stat : 17920 (java) S 17914 17914 15751 0 -1 1077944384 29 0 0 0 2 1 0 0 20 0 27 0 418679872 29458767872 82374 33554432000 4194304 4196468 140720522845552 140555367295376 140555449558741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17921] ppid=17914 vsize=28768328 memory=4420 CPUtime=0.05 cores=0-7
/proc/17916/task/17921/stat : 17921 (java) S 17914 17914 15751 0 -1 1077944384 95 0 0 0 3 2 0 0 20 0 27 0 418679872 29458767872 82374 33554432000 4194304 4196468 140720522845552 140555366242576 140555449558741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17922] ppid=17914 vsize=28768328 memory=6628 CPUtime=0.05 cores=0-7
/proc/17916/task/17922/stat : 17922 (java) S 17914 17914 15751 0 -1 1077944384 81 0 0 0 3 2 0 0 20 0 27 0 418679872 29458767872 82374 33554432000 4194304 4196468 140720522845552 140555365190800 140555449558741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17923] ppid=17914 vsize=28768328 memory=8836 CPUtime=0.04 cores=0-7
/proc/17916/task/17923/stat : 17923 (java) S 17914 17914 15751 0 -1 1077944384 85 0 0 0 3 1 0 0 20 0 27 0 418679872 29458767872 82374 33554432000 4194304 4196468 140720522845552 140555364138000 140555449558741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17924] ppid=17914 vsize=28768328 memory=11044 CPUtime=0.05 cores=0-7
/proc/17916/task/17924/stat : 17924 (java) S 17914 17914 15751 0 -1 1077944384 83 0 0 0 3 2 0 0 20 0 27 0 418679872 29458767872 82374 33554432000 4194304 4196468 140720522845552 140555363085200 140555449558741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17925] ppid=17914 vsize=28768328 memory=13230 CPUtime=0.05 cores=0-7
/proc/17916/task/17925/stat : 17925 (java) S 17914 17914 15751 0 -1 1077944384 82 0 0 0 3 2 0 0 20 0 27 0 418679872 29458767872 82374 33554432000 4194304 4196468 140720522845552 140555362032400 140555449558741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17926] ppid=17914 vsize=28768328 memory=-3252517613199061085 CPUtime=0 cores=0-7
/proc/17916/task/17926/stat : 17926 (java) S 17914 17914 15751 0 -1 1077944384 110 0 0 0 0 0 0 0 20 0 27 0 418679874 29458767872 82374 33554432000 4194304 4196468 140720522845552 140553693940080 140555449559682 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17927] ppid=17914 vsize=28768328 memory=6944656592455097440 CPUtime=0 cores=0-7
/proc/17916/task/17927/stat : 17927 (java) S 17914 17914 15751 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 27 0 418679874 29458767872 82374 33554432000 4194304 4196468 140720522845552 140553692886112 140555449558741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17928] ppid=17914 vsize=28768328 memory=19876 CPUtime=0 cores=0-7
/proc/17916/task/17928/stat : 17928 (java) S 17914 17914 15751 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 27 0 418679875 29458767872 82374 33554432000 4194304 4196468 140720522845552 140553691833216 140555449558741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17929] ppid=17914 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/17916/task/17929/stat : 17929 (java) S 17914 17914 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 27 0 418679877 29458767872 82374 33554432000 4194304 4196468 140720522845552 140553690781520 140555449567131 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17930] ppid=17914 vsize=28768328 memory=0 CPUtime=1.27 cores=0-7
/proc/17916/task/17930/stat : 17930 (java) R 17914 17914 15751 0 -1 4202560 3876 0 0 0 127 0 0 0 20 0 27 0 418679877 29458767872 82374 33554432000 4194304 4196468 140720522845552 140553689720624 140555431092624 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17931] ppid=17914 vsize=28768328 memory=0 CPUtime=1.26 cores=0-7
/proc/17916/task/17931/stat : 17931 (java) R 17914 17914 15751 0 -1 4202560 3528 0 0 0 126 0 0 0 20 0 27 0 418679877 29458767872 82374 33554432000 4194304 4196468 140720522845552 140553688665776 140555431069741 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17932] ppid=17914 vsize=28768328 memory=0 CPUtime=1.21 cores=0-7
/proc/17916/task/17932/stat : 17932 (java) R 17914 17914 15751 0 -1 4202560 3143 0 0 0 121 0 0 0 20 0 27 0 418679877 29458767872 82374 33554432000 4194304 4196468 140720522845552 140553687605104 140555431092711 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17933] ppid=17914 vsize=28768328 memory=0 CPUtime=0.77 cores=0-7
/proc/17916/task/17933/stat : 17933 (java) S 17914 17914 15751 0 -1 1077944384 4069 0 0 0 77 0 0 0 20 0 27 0 418679877 29458767872 82374 33554432000 4194304 4196468 140720522845552 140553686571504 140555449559682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17934] ppid=17914 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/17916/task/17934/stat : 17934 (java) S 17914 17914 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 27 0 418679878 29458767872 82374 33554432000 4194304 4196468 140720522845552 140553685518944 140555449558741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17935] ppid=17914 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/17916/task/17935/stat : 17935 (java) S 17914 17914 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 27 0 418679878 29458767872 82374 33554432000 4194304 4196468 140720522845552 140553684466224 140555449559682 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17987] ppid=17914 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/17916/task/17987/stat : 17987 (java) S 17914 17914 15751 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 27 0 418680071 29458767872 82374 33554432000 4194304 4196468 140720522845552 140553601657520 140555449558741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17992] ppid=17914 vsize=28768328 memory=33 CPUtime=0 cores=0-7
/proc/17916/task/17992/stat : 17992 (java) R 17914 17914 15751 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 27 0 418680071 29458767872 82374 33554432000 4194304 4196468 140720522845552 140553600599168 140555044008128 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17993] ppid=17914 vsize=28768328 memory=8243114992657236055 CPUtime=0 cores=0-7
/proc/17916/task/17993/stat : 17993 (java) S 17914 17914 15751 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 27 0 418680071 29458767872 82374 33554432000 4194304 4196468 140720522845552 140553603759664 140555449558741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17994] ppid=17914 vsize=28768328 memory=288286666899343424 CPUtime=0 cores=0-7
/proc/17916/task/17994/stat : 17994 (java) S 17914 17914 15751 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 27 0 418680071 29458767872 82374 33554432000 4194304 4196468 140720522845552 140553605866608 140555449558741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17995] ppid=17914 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/17916/task/17995/stat : 17995 (java) S 17914 17914 15751 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 27 0 418680071 29458767872 82374 33554432000 4194304 4196468 140720522845552 140553604813264 140555449558741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17996] ppid=17914 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/17916/task/17996/stat : 17996 (java) R 17914 17914 15751 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 27 0 418680071 29458767872 82374 33554432000 4194304 4196468 140720522845552 140553599548144 140555040749384 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17997] ppid=17914 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/17916/task/17997/stat : 17997 (java) R 17914 17914 15751 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 27 0 418680071 29458767872 82374 33554432000 4194304 4196468 140720522845552 140553603759664 140555442288385 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
Current children cumulated CPU time: 8.01 s
Current children cumulated vsize: 28881456 KiB
Current children cumulated memory: 330948 KiB

[startup+2.2016 s]
/proc/loadavg: 7.28 7.04 6.92 7/219 17991
/proc/meminfo: memFree=30647004/32770624 swapFree=66947516/67108860
[pid=17914] ppid=17911 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/17914/stat : 17914 (xcsp3-exec) S 17911 17914 15751 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418679871 115843072 363 33554432000 4194304 5098028 140731369570800 140731369568904 140426127594108 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 25915392 140731369579382 140731369579625 140731369579625 140731369582538 0
/proc/17914/statm: 28282 363 304 221 0 87 0
[pid=17916] ppid=17914 vsize=28834892 memory=404512 CPUtime=9.17 cores=0-7
/proc/17916/stat : 17916 (java) S 17914 17914 15751 0 -1 1077944320 30606 0 0 0 882 35 0 0 20 0 28 0 418679871 29526929408 101128 33554432000 4194304 4196468 140720522845552 140720522828096 140555449548535 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
/proc/17916/statm: 7208723 101128 3510 1 0 7169825 0
[pid=17916/tid=17917] ppid=17914 vsize=28834892 memory=0 CPUtime=1.62 cores=0-7
/proc/17916/task/17917/stat : 17917 (java) S 17914 17914 15751 0 -1 1077944384 10185 0 0 0 157 5 0 0 20 0 28 0 418679872 29526929408 101128 33554432000 4194304 4196468 140720522845552 140555453789312 140555449558741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17918] ppid=17914 vsize=28834892 memory=0 CPUtime=0.07 cores=0-7
/proc/17916/task/17918/stat : 17918 (java) S 17914 17914 15751 0 -1 1077944384 155 0 0 0 4 3 0 0 20 0 28 0 418679872 29526929408 101128 33554432000 4194304 4196468 140720522845552 140555369400976 140555449558741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17919] ppid=17914 vsize=28834892 memory=6944656591801718942 CPUtime=0.07 cores=0-7
/proc/17916/task/17919/stat : 17919 (java) S 17914 17914 15751 0 -1 1077944384 83 0 0 0 4 3 0 0 20 0 28 0 418679872 29526929408 101128 33554432000 4194304 4196468 140720522845552 140555368348176 140555449558741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17920] ppid=17914 vsize=28834892 memory=8764164798296070351 CPUtime=0.06 cores=0-7
/proc/17916/task/17920/stat : 17920 (java) S 17914 17914 15751 0 -1 1077944384 42 0 0 0 4 2 0 0 20 0 28 0 418679872 29526929408 101128 33554432000 4194304 4196468 140720522845552 140555367295376 140555449558741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17921] ppid=17914 vsize=28834892 memory=6944656425122961013 CPUtime=0.08 cores=0-7
/proc/17916/task/17921/stat : 17921 (java) S 17914 17914 15751 0 -1 1077944384 109 0 0 0 5 3 0 0 20 0 28 0 418679872 29526929408 101128 33554432000 4194304 4196468 140720522845552 140555366242576 140555449558741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17922] ppid=17914 vsize=28834892 memory=-2025810976467231676 CPUtime=0.06 cores=0-7
/proc/17916/task/17922/stat : 17922 (java) S 17914 17914 15751 0 -1 1077944384 107 0 0 0 4 2 0 0 20 0 28 0 418679872 29526929408 101128 33554432000 4194304 4196468 140720522845552 140555365190800 140555449558741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17923] ppid=17914 vsize=28834892 memory=6944656592385698452 CPUtime=0.06 cores=0-7
/proc/17916/task/17923/stat : 17923 (java) S 17914 17914 15751 0 -1 1077944384 100 0 0 0 4 2 0 0 20 0 28 0 418679872 29526929408 101128 33554432000 4194304 4196468 140720522845552 140555364138000 140555449558741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17924] ppid=17914 vsize=28834892 memory=6656426216303648864 CPUtime=0.07 cores=0-7
/proc/17916/task/17924/stat : 17924 (java) S 17914 17914 15751 0 -1 1077944384 98 0 0 0 5 2 0 0 20 0 28 0 418679872 29526929408 101128 33554432000 4194304 4196468 140720522845552 140555363085200 140555449558741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17925] ppid=17914 vsize=28834892 memory=6944656592455360604 CPUtime=0.07 cores=0-7
/proc/17916/task/17925/stat : 17925 (java) S 17914 17914 15751 0 -1 1077944384 97 0 0 0 5 2 0 0 20 0 28 0 418679872 29526929408 101128 33554432000 4194304 4196468 140720522845552 140555362032400 140555449558741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17926] ppid=17914 vsize=28834892 memory=6944656592387989600 CPUtime=0.01 cores=0-7
/proc/17916/task/17926/stat : 17926 (java) S 17914 17914 15751 0 -1 1077944384 237 0 0 0 1 0 0 0 20 0 28 0 418679874 29526929408 101128 33554432000 4194304 4196468 140720522845552 140553693940080 140555449559682 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17927] ppid=17914 vsize=28834892 memory=6943526294502006880 CPUtime=0 cores=0-7
/proc/17916/task/17927/stat : 17927 (java) S 17914 17914 15751 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 28 0 418679874 29526929408 101128 33554432000 4194304 4196468 140720522845552 140553692886112 140555449558741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17928] ppid=17914 vsize=28834892 memory=280183534623232 CPUtime=0 cores=0-7
/proc/17916/task/17928/stat : 17928 (java) S 17914 17914 15751 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 28 0 418679875 29526929408 101128 33554432000 4194304 4196468 140720522845552 140553691833216 140555449558741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17929] ppid=17914 vsize=28834892 memory=76940044176388 CPUtime=0 cores=0-7
/proc/17916/task/17929/stat : 17929 (java) S 17914 17914 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418679877 29526929408 101128 33554432000 4194304 4196468 140720522845552 140553690781520 140555449567131 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17930] ppid=17914 vsize=28834892 memory=76940044176389 CPUtime=1.42 cores=0-7
/proc/17916/task/17930/stat : 17930 (java) R 17914 17914 15751 0 -1 4202560 3900 0 0 0 142 0 0 0 20 0 28 0 418679877 29526929408 101128 33554432000 4194304 4196468 140720522845552 140553689719616 140555432935190 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17931] ppid=17914 vsize=28834892 memory=76940044176390 CPUtime=1.4 cores=0-7
/proc/17916/task/17931/stat : 17931 (java) R 17914 17914 15751 0 -1 4202560 3568 0 0 0 140 0 0 0 20 0 28 0 418679877 29526929408 101155 33554432000 4194304 4196468 140720522845552 140553688663648 140555433454695 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17932] ppid=17914 vsize=28834892 memory=76940044176391 CPUtime=1.34 cores=0-7
/proc/17916/task/17932/stat : 17932 (java) R 17914 17914 15751 0 -1 4202560 3172 0 0 0 134 0 0 0 20 0 28 0 418679877 29526929408 101155 33554432000 4194304 4196468 140720522845552 140553687605440 140555442645371 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17933] ppid=17914 vsize=28834892 memory=76940044176392 CPUtime=0.85 cores=0-7
/proc/17916/task/17933/stat : 17933 (java) R 17914 17914 15751 0 -1 1077944384 4240 0 0 0 85 0 0 0 20 0 28 0 418679877 29526929408 101155 33554432000 4194304 4196468 140720522845552 140553686571504 140555449559682 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17934] ppid=17914 vsize=28834892 memory=7163352779489043537 CPUtime=0 cores=0-7
/proc/17916/task/17934/stat : 17934 (java) S 17914 17914 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418679878 29526929408 101155 33554432000 4194304 4196468 140720522845552 140553685518944 140555449558741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17935] ppid=17914 vsize=28834892 memory=6372149722805195117 CPUtime=0 cores=0-7
/proc/17916/task/17935/stat : 17935 (java) S 17914 17914 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418679878 29526929408 101155 33554432000 4194304 4196468 140720522845552 140553684466224 140555449559682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
Current children cumulated CPU time: 9.17 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 405964 KiB

[startup+2.3106 s]
/proc/loadavg: 7.28 7.04 6.92 7/219 17991
/proc/meminfo: memFree=30647004/32770624 swapFree=66947516/67108860
[pid=17914] ppid=17911 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/17914/stat : 17914 (xcsp3-exec) S 17911 17914 15751 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418679871 115843072 363 33554432000 4194304 5098028 140731369570800 140731369568904 140426127594108 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 25915392 140731369579382 140731369579625 140731369579625 140731369582538 0
/proc/17914/statm: 28282 363 304 221 0 87 0
[pid=17916] ppid=17914 vsize=28834892 memory=407564 CPUtime=10.04 cores=0-7
/proc/17916/stat : 17916 (java) S 17914 17914 15751 0 -1 1077944320 30877 0 0 0 969 35 0 0 20 0 28 0 418679871 29526929408 101891 33554432000 4194304 4196468 140720522845552 140720522828096 140555449548535 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
/proc/17916/statm: 7208723 101891 3526 1 0 7169825 0
[pid=17916/tid=17917] ppid=17914 vsize=28834892 memory=0 CPUtime=1.62 cores=0-7
/proc/17916/task/17917/stat : 17917 (java) S 17914 17914 15751 0 -1 1077944384 10185 0 0 0 157 5 0 0 20 0 28 0 418679872 29526929408 101891 33554432000 4194304 4196468 140720522845552 140555453789312 140555449558741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17918] ppid=17914 vsize=28834892 memory=1452 CPUtime=0.07 cores=0-7
/proc/17916/task/17918/stat : 17918 (java) S 17914 17914 15751 0 -1 1077944384 155 0 0 0 4 3 0 0 20 0 28 0 418679872 29526929408 101891 33554432000 4194304 4196468 140720522845552 140555369400976 140555449558741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17919] ppid=17914 vsize=28834892 memory=221468 CPUtime=0.07 cores=0-7
/proc/17916/task/17919/stat : 17919 (java) S 17914 17914 15751 0 -1 1077944384 83 0 0 0 4 3 0 0 20 0 28 0 418679872 29526929408 101891 33554432000 4194304 4196468 140720522845552 140555368348176 140555449558741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17920] ppid=17914 vsize=28834892 memory=56 CPUtime=0.06 cores=0-7
/proc/17916/task/17920/stat : 17920 (java) S 17914 17914 15751 0 -1 1077944384 42 0 0 0 4 2 0 0 20 0 28 0 418679872 29526929408 101891 33554432000 4194304 4196468 140720522845552 140555367295376 140555449558741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17921] ppid=17914 vsize=28834892 memory=13877 CPUtime=0.08 cores=0-7
/proc/17916/task/17921/stat : 17921 (java) S 17914 17914 15751 0 -1 1077944384 109 0 0 0 5 3 0 0 20 0 28 0 418679872 29526929408 101891 33554432000 4194304 4196468 140720522845552 140555366242576 140555449558741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17922] ppid=17914 vsize=28834892 memory=26820 CPUtime=0.06 cores=0-7
/proc/17916/task/17922/stat : 17922 (java) S 17914 17914 15751 0 -1 1077944384 107 0 0 0 4 2 0 0 20 0 28 0 418679872 29526929408 101891 33554432000 4194304 4196468 140720522845552 140555365190800 140555449558741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17923] ppid=17914 vsize=28834892 memory=0 CPUtime=0.06 cores=0-7
/proc/17916/task/17923/stat : 17923 (java) S 17914 17914 15751 0 -1 1077944384 100 0 0 0 4 2 0 0 20 0 28 0 418679872 29526929408 101891 33554432000 4194304 4196468 140720522845552 140555364138000 140555449558741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17924] ppid=17914 vsize=28834892 memory=69942066023146 CPUtime=0.07 cores=0-7
/proc/17916/task/17924/stat : 17924 (java) S 17914 17914 15751 0 -1 1077944384 98 0 0 0 5 2 0 0 20 0 28 0 418679872 29526929408 101891 33554432000 4194304 4196468 140720522845552 140555363085200 140555449558741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17925] ppid=17914 vsize=28834892 memory=79098936298218 CPUtime=0.07 cores=0-7
/proc/17916/task/17925/stat : 17925 (java) S 17914 17914 15751 0 -1 1077944384 97 0 0 0 5 2 0 0 20 0 28 0 418679872 29526929408 101891 33554432000 4194304 4196468 140720522845552 140555362032400 140555449558741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17926] ppid=17914 vsize=28834892 memory=79103231265514 CPUtime=0.01 cores=0-7
/proc/17916/task/17926/stat : 17926 (java) S 17914 17914 15751 0 -1 1077944384 237 0 0 0 1 0 0 0 20 0 28 0 418679874 29526929408 101891 33554432000 4194304 4196468 140720522845552 140553693940080 140555449559682 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17927] ppid=17914 vsize=28834892 memory=79116116167402 CPUtime=0 cores=0-7
/proc/17916/task/17927/stat : 17927 (java) S 17914 17914 15751 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 28 0 418679874 29526929408 101891 33554432000 4194304 4196468 140720522845552 140553692886112 140555449558741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17928] ppid=17914 vsize=28834892 memory=79124706101994 CPUtime=0 cores=0-7
/proc/17916/task/17928/stat : 17928 (java) S 17914 17914 15751 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 28 0 418679875 29526929408 101891 33554432000 4194304 4196468 140720522845552 140553691833216 140555449558741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17929] ppid=17914 vsize=28834892 memory=123955574736641 CPUtime=0 cores=0-7
/proc/17916/task/17929/stat : 17929 (java) S 17914 17914 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418679877 29526929408 101891 33554432000 4194304 4196468 140720522845552 140553690781520 140555449567131 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17930] ppid=17914 vsize=28834892 memory=280183533735696 CPUtime=1.48 cores=0-7
/proc/17916/task/17930/stat : 17930 (java) R 17914 17914 15751 0 -1 4202560 3914 0 0 0 148 0 0 0 20 0 28 0 418679877 29526929408 101891 33554432000 4194304 4196468 140720522845552 140553689711104 140555435563760 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17931] ppid=17914 vsize=28834892 memory=79124706101994 CPUtime=1.48 cores=0-7
/proc/17916/task/17931/stat : 17931 (java) R 17914 17914 15751 0 -1 4202560 3700 0 0 0 148 0 0 0 20 0 28 0 418679877 29526929408 101891 33554432000 4194304 4196468 140720522845552 140553688669056 140555431082977 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17932] ppid=17914 vsize=28834892 memory=79124706101994 CPUtime=1.44 cores=0-7
/proc/17916/task/17932/stat : 17932 (java) R 17914 17914 15751 0 -1 4202560 3193 0 0 0 144 0 0 0 20 0 28 0 418679877 29526929408 101891 33554432000 4194304 4196468 140720522845552 140553687610768 140555434230862 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17933] ppid=17914 vsize=28834892 memory=79124706101994 CPUtime=0.88 cores=0-7
/proc/17916/task/17933/stat : 17933 (java) R 17914 17914 15751 0 -1 1077944384 4297 0 0 0 88 0 0 0 20 0 28 0 418679877 29526929408 101891 33554432000 4194304 4196468 140720522845552 140553686571504 140555449559682 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17934] ppid=17914 vsize=28834892 memory=79124706101994 CPUtime=0 cores=0-7
/proc/17916/task/17934/stat : 17934 (java) S 17914 17914 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418679878 29526929408 101891 33554432000 4194304 4196468 140720522845552 140553685518944 140555449558741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
[pid=17916/tid=17935] ppid=17914 vsize=28834892 memory=280183533776928 CPUtime=0 cores=0-7
/proc/17916/task/17935/stat : 17935 (java) S 17914 17914 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418679878 29526929408 101891 33554432000 4194304 4196468 140720522845552 140553684466224 140555449559682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14098432 140720522851306 140720522851478 140720522851478 140720522854351 0
Current children cumulated CPU time: 10.04 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 409016 KiB

Child status: 0
Real time (s): 2.36214
CPU time (s): 10.3125
CPU user time (s): 9.9432
CPU system time (s): 0.369272
CPU usage (%): 436.573
Max. virtual memory (cumulated for all children) (KiB): 28948020
Max. memory (cumulated for all children) (KiB): 409016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.9432
system time used= 0.369272
maximum resident set size= 408708
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31488
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4959
involuntary context switches= 102


# summary of solver processes directly reported to runsolver:
#   pid: 17914
#   total CPU time (s): 10.3125
#   total CPU user time (s): 9.9432
#   total CPU system time (s): 0.369272

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.044744 second user time and 0.064185 second system time

The end

Launcher Data

Begin job on node117 at 2019-09-14 04:15:37
IDJOB=4394426
IDBENCH=126818
IDSOLVER=2843
FILE ID=node117/4394426-1568427379
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-4394426-1568427379/watcher-4394426-1568427379 -o /tmp/evaluation-result-4394426-1568427379/solver-4394426-1568427379 -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 994228671 HOME/instance-4394426-1568427379.xml

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

MD5SUM BENCH= 38f06f34c6c373f6142c39e9ab89bcc1
RANDOM SEED=994228671

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:        30951868 kB
MemAvailable:   31865064 kB
Buffers:          138560 kB
Cached:          1043760 kB
SwapCached:        51464 kB
Active:           769316 kB
Inactive:         466564 kB
Active(anon):      19268 kB
Inactive(anon):    58832 kB
Active(file):     750048 kB
Inactive(file):   407732 kB
Unevictable:      110108 kB
Mlocked:          110108 kB
SwapTotal:      67108860 kB
SwapFree:       66947516 kB
Dirty:             26836 kB
Writeback:             0 kB
AnonPages:        128248 kB
Mapped:            33408 kB
Shmem:             15436 kB
Slab:             171304 kB
SReclaimable:     142500 kB
SUnreclaim:        28804 kB
KernelStack:        3712 kB
PageTables:         5624 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     497952 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     81920 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:39