Trace number 4394471

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 parallelOPT164 11.4745 2.59728

General information on the benchmark

NameTpp/Tpp-zinc-s1/
Tpp-6-3-30-1.xml
MD5SUMf61e90724cd8b66989ec046e8a3ea41c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark164
Best CPU time to get the best result obtained on this benchmark0.326088
Satisfiable
(Un)Satisfiability was proved
Number of variables96
Number of constraints590
Number of domains50
Minimum domain size3
Maximum domain size18
Distribution of domain sizes[{"size":3,"count":6},{"size":4,"count":9},{"size":5,"count":3},{"size":7,"count":1},{"size":9,"count":2},{"size":10,"count":3},{"size":11,"count":9},{"size":12,"count":9},{"size":13,"count":5},{"size":14,"count":1},{"size":17,"count":30},{"size":18,"count":18}]
Minimum variable degree2
Maximum variable degree33
Distribution of variable degrees[{"degree":2,"count":48},{"degree":19,"count":30},{"degree":32,"count":17},{"degree":33,"count":1}]
Minimum constraint arity1
Maximum constraint arity18
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":588},{"arity":18,"count":1}]
Number of extensional constraints48
Number of intensional constraints541
Distribution of constraint types[{"type":"extension","count":48},{"type":"intension","count":541},{"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-4394471-1568427400.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4394471-1568427400.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.29	c parse instance...
6.08/1.74	c solve instance...
7.28/1.97	o 351 
7.28/1.97	o 351 
7.96/2.02	o 246 
7.96/2.03	o 242 
7.96/2.04	o 240 
7.96/2.05	o 238 
7.96/2.07	o 237 
7.96/2.08	o 236 
8.50/2.12	o 233 
8.50/2.12	o 232 
8.50/2.13	o 231 
8.50/2.14	o 230 
8.50/2.14	o 229 
8.50/2.15	o 228 
8.50/2.15	o 226 
8.50/2.15	o 225 
8.50/2.16	o 224 
8.50/2.16	o 223 
8.50/2.17	o 222 
8.50/2.18	o 221 
8.50/2.19	o 210 
8.50/2.19	o 208 
8.50/2.20	o 202 
8.94/2.20	o 201 
8.94/2.21	o 200 
8.94/2.21	o 199 
8.94/2.22	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (67/69)
8.94/2.22		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
8.94/2.22		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
8.94/2.22		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
8.94/2.22		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
8.94/2.22		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
8.94/2.22	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (67/69)
8.94/2.22		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
8.94/2.22		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
8.94/2.22		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
8.94/2.22		at org.chocosolver.solver.Solver.repair(Solver.java:443)
8.94/2.22		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
8.94/2.22		at org.chocosolver.solver.Solver.solve(Solver.java:262)
8.94/2.22		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
8.94/2.22		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
8.94/2.22		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
8.94/2.22		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
8.94/2.22		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
8.94/2.22		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
8.94/2.22		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
8.94/2.22		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
8.94/2.22		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
8.94/2.22		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
8.94/2.23	o 198 
8.94/2.23	o 197 
8.94/2.24	o 195 
8.94/2.24	o 193 
8.94/2.24	o 191 
8.94/2.25	o 189 
8.94/2.28	o 187 
8.94/2.28	o 186 
8.94/2.28	o 184 
8.94/2.28	o 183 
8.94/2.29	o 182 
8.94/2.29	o 181 
8.94/2.29	o 180 
8.94/2.30	o 179 
9.44/2.30	o 178 
9.44/2.30	o 177 
9.44/2.30	o 175 
9.44/2.30	o 174 
9.44/2.31	o 173 
9.44/2.32	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (95/97)
9.44/2.32		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
9.44/2.32		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
9.44/2.32		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
9.44/2.32		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
9.44/2.32		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
9.44/2.32	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (95/97)
9.44/2.32		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
9.44/2.32		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
9.44/2.32		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
9.44/2.32		at org.chocosolver.solver.Solver.repair(Solver.java:443)
9.44/2.32		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
9.44/2.32		at org.chocosolver.solver.Solver.solve(Solver.java:262)
9.44/2.32		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
9.44/2.32		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
9.44/2.32		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
9.44/2.32		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
9.44/2.32		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
9.44/2.32		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
9.44/2.32		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
9.44/2.32		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
9.44/2.32		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
9.44/2.32		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
9.44/2.32	o 172 
9.44/2.32	o 171 
9.44/2.32	o 171 
9.44/2.33	o 170 
9.44/2.33	o 167 
9.44/2.34	o 166 
9.44/2.34	o 165 
9.44/2.35	o 164 
10.89/2.57	s OPTIMUM FOUND
10.89/2.57	v <instantiation>
10.89/2.57	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] 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] l[0] l[1] l[2] l[3] l[4] l[5] l[6] l[7] l[8] l[9] l[10] l[11] l[12] l[13] l[14] l[15] l[16] l[17] l[18] l[19] l[20] l[21] l[22] l[23] l[24] l[25] l[26] l[27] l[28] l[29] c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] c[20] c[21] c[22] c[23] c[24] c[25] c[26] c[27] c[28] c[29] </list>
10.89/2.57	v 	<values>0 1 2 3 4 5 6 7 8 10 11 17 12 13 14 9 15 16 0 0 0 0 0 0 0 0 0 6 4 1 0 0 0 1 13 16 9 9 15 16 11 16 15 15 9 11 10 10 9 16 9 11 11 10 9 16 16 11 11 15 15 10 10 16 9 16 4 4 7 6 8 4 2 1 4 8 3 3 7 4 1 4 5 1 4 2 9 1 2 1 7 2 2 3 4 10 </values>
10.89/2.57	v </instantiation>

Verifier Data

OK	164

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-4394471-1568427400/watcher-4394471-1568427400 -o /tmp/evaluation-result-4394471-1568427400/solver-4394471-1568427400 -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 599387367 HOME/instance-4394471-1568427400.xml 

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

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

solver pid=20090, runsolver pid=20087

[startup+0.100124 s]*
/proc/loadavg: 5.70 6.70 6.81 2/211 20111
/proc/meminfo: memFree=30935244/32770624 swapFree=66947516/67108860
[pid=20090] ppid=20087 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/20090/stat : 20090 (xcsp3-exec) S 20087 20090 15751 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 418681947 115843072 363 33554432000 4194304 5098028 140730473851776 140730473849880 139901463433852 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 30957568 140730473853814 140730473854057 140730473854057 140730473856970 0
/proc/20090/statm: 28282 363 305 221 0 87 0
[pid=20092] ppid=20090 vsize=28227388 memory=29936 CPUtime=0.12 cores=0-7
/proc/20092/stat : 20092 (java) S 20090 20090 15751 0 -1 1077944320 5954 0 0 0 11 1 0 0 20 0 20 0 418681947 28904845312 7484 33554432000 4194304 4196468 140734754737984 140734754720528 140102085218039 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
/proc/20092/statm: 7056847 7484 3116 1 0 7019032 0
[pid=20092/tid=20093] ppid=20090 vsize=28227388 memory=8317482817917895235 CPUtime=0.08 cores=0-7
/proc/20092/task/20093/stat : 20093 (java) R 20090 20090 15751 0 -1 4202560 3870 0 0 0 8 0 0 0 20 0 20 0 418681948 28904845312 7484 33554432000 4194304 4196468 140734754737984 140102089454144 140102085229974 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20094] ppid=20090 vsize=28227388 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/20092/task/20094/stat : 20094 (java) S 20090 20090 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418681948 28904845312 7484 33554432000 4194304 4196468 140734754737984 140102037838480 140102085228245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20095] ppid=20090 vsize=28227388 memory=139836152047232 CPUtime=0 cores=0-7
/proc/20092/task/20095/stat : 20095 (java) S 20090 20090 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418681949 28904845312 7484 33554432000 4194304 4196468 140734754737984 140102036785680 140102085228245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20096] ppid=20090 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20092/task/20096/stat : 20096 (java) S 20090 20090 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418681949 28904845312 7484 33554432000 4194304 4196468 140734754737984 140102035732880 140102085228245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20097] ppid=20090 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20092/task/20097/stat : 20097 (java) S 20090 20090 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418681949 28904845312 7484 33554432000 4194304 4196468 140734754737984 140101633825040 140102085228245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20098] ppid=20090 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20092/task/20098/stat : 20098 (java) S 20090 20090 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418681949 28904845312 7484 33554432000 4194304 4196468 140734754737984 140101632773264 140102085228245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20099] ppid=20090 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/20092/task/20099/stat : 20099 (java) S 20090 20090 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418681949 28904845312 7484 33554432000 4194304 4196468 140734754737984 140101631720464 140102085228245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20100] ppid=20090 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20092/task/20100/stat : 20100 (java) S 20090 20090 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418681949 28904845312 7484 33554432000 4194304 4196468 140734754737984 140101630667664 140102085228245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20101] ppid=20090 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20092/task/20101/stat : 20101 (java) S 20090 20090 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418681949 28904845312 7484 33554432000 4194304 4196468 140734754737984 140101629614864 140102085228245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20102] ppid=20090 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20092/task/20102/stat : 20102 (java) S 20090 20090 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418681950 28904845312 7484 33554432000 4194304 4196468 140734754737984 140101470005616 140102085229186 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20103] ppid=20090 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20092/task/20103/stat : 20103 (java) S 20090 20090 15751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418681950 28904845312 7484 33554432000 4194304 4196468 140734754737984 140101468951584 140102085228245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20104] ppid=20090 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20092/task/20104/stat : 20104 (java) S 20090 20090 15751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418681951 28904845312 7484 33554432000 4194304 4196468 140734754737984 140101467898736 140102085228245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20105] ppid=20090 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20092/task/20105/stat : 20105 (java) S 20090 20090 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418681953 28904845312 7484 33554432000 4194304 4196468 140734754737984 140101466847056 140102085236635 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20106] ppid=20090 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20092/task/20106/stat : 20106 (java) S 20090 20090 15751 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 20 0 418681953 28904845312 7484 33554432000 4194304 4196468 140734754737984 140101465795440 140102085229186 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20107] ppid=20090 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20092/task/20107/stat : 20107 (java) S 20090 20090 15751 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 20 0 418681953 28904845312 7484 33554432000 4194304 4196468 140734754737984 140101464742640 140102085229186 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20108] ppid=20090 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20092/task/20108/stat : 20108 (java) S 20090 20090 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418681953 28904845312 7484 33554432000 4194304 4196468 140734754737984 140101463689840 140102085229186 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20109] ppid=20090 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/20092/task/20109/stat : 20109 (java) R 20090 20090 15751 0 -1 4202560 346 0 0 0 2 0 0 0 20 0 20 0 418681953 28904845312 7484 33554432000 4194304 4196468 140734754737984 140101462637040 140102085229974 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20110] ppid=20090 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20092/task/20110/stat : 20110 (java) S 20090 20090 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418681953 28904845312 7484 33554432000 4194304 4196468 140734754737984 140101461584480 140102085228245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20111] ppid=20090 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/20092/task/20111/stat : 20111 (java) S 20090 20090 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418681954 28904845312 7484 33554432000 4194304 4196468 140734754737984 140101460531760 140102085229186 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 31388 KiB

[startup+0.210556 s]*
/proc/loadavg: 5.70 6.70 6.81 2/211 20111
/proc/meminfo: memFree=30922116/32770624 swapFree=66947516/67108860
[pid=20090] ppid=20087 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/20090/stat : 20090 (xcsp3-exec) S 20087 20090 15751 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 418681947 115843072 363 33554432000 4194304 5098028 140730473851776 140730473849880 139901463433852 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 30957568 140730473853814 140730473854057 140730473854057 140730473856970 0
/proc/20090/statm: 28282 363 305 221 0 87 0
[pid=20092] ppid=20090 vsize=28227388 memory=41064 CPUtime=0.34 cores=0-7
/proc/20092/stat : 20092 (java) S 20090 20090 15751 0 -1 1077944320 9507 0 0 0 31 3 0 0 20 0 20 0 418681947 28904845312 10266 33554432000 4194304 4196468 140734754737984 140734754720528 140102085218039 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
/proc/20092/statm: 7056847 10266 3290 1 0 7019032 0
[pid=20092/tid=20093] ppid=20090 vsize=28227388 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/20092/task/20093/stat : 20093 (java) R 20090 20090 15751 0 -1 4202560 6689 0 0 0 18 2 0 0 20 0 20 0 418681948 28904845312 10266 33554432000 4194304 4196468 140734754737984 140102089451744 140102085229974 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20094] ppid=20090 vsize=28227388 memory=328 CPUtime=0 cores=0-7
/proc/20092/task/20094/stat : 20094 (java) S 20090 20090 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418681948 28904845312 10266 33554432000 4194304 4196468 140734754737984 140102037838480 140102085228245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20095] ppid=20090 vsize=28227388 memory=139836155138379 CPUtime=0 cores=0-7
/proc/20092/task/20095/stat : 20095 (java) S 20090 20090 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418681949 28904845312 10266 33554432000 4194304 4196468 140734754737984 140102036785680 140102085228245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20096] ppid=20090 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/20092/task/20096/stat : 20096 (java) S 20090 20090 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418681949 28904845312 10266 33554432000 4194304 4196468 140734754737984 140102035732880 140102085228245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20097] ppid=20090 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20092/task/20097/stat : 20097 (java) S 20090 20090 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418681949 28904845312 10266 33554432000 4194304 4196468 140734754737984 140101633825040 140102085228245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20098] ppid=20090 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20092/task/20098/stat : 20098 (java) S 20090 20090 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418681949 28904845312 10266 33554432000 4194304 4196468 140734754737984 140101632773264 140102085228245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20099] ppid=20090 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/20092/task/20099/stat : 20099 (java) S 20090 20090 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418681949 28904845312 10266 33554432000 4194304 4196468 140734754737984 140101631720464 140102085228245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20100] ppid=20090 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20092/task/20100/stat : 20100 (java) S 20090 20090 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418681949 28904845312 10266 33554432000 4194304 4196468 140734754737984 140101630667664 140102085228245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20101] ppid=20090 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20092/task/20101/stat : 20101 (java) S 20090 20090 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418681949 28904845312 10266 33554432000 4194304 4196468 140734754737984 140101629614864 140102085228245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20102] ppid=20090 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20092/task/20102/stat : 20102 (java) S 20090 20090 15751 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 418681950 28904845312 10266 33554432000 4194304 4196468 140734754737984 140101470005616 140102085229186 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20103] ppid=20090 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20092/task/20103/stat : 20103 (java) S 20090 20090 15751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418681950 28904845312 10266 33554432000 4194304 4196468 140734754737984 140101468951584 140102085228245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20104] ppid=20090 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20092/task/20104/stat : 20104 (java) S 20090 20090 15751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418681951 28904845312 10266 33554432000 4194304 4196468 140734754737984 140101467898736 140102085228245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20105] ppid=20090 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20092/task/20105/stat : 20105 (java) S 20090 20090 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418681953 28904845312 10266 33554432000 4194304 4196468 140734754737984 140101466847056 140102085236635 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20106] ppid=20090 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20092/task/20106/stat : 20106 (java) S 20090 20090 15751 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 20 0 418681953 28904845312 10266 33554432000 4194304 4196468 140734754737984 140101465795440 140102085229186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20107] ppid=20090 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/20092/task/20107/stat : 20107 (java) S 20090 20090 15751 0 -1 1077944384 426 0 0 0 2 0 0 0 20 0 20 0 418681953 28904845312 10266 33554432000 4194304 4196468 140734754737984 140101464742640 140102085229186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20108] ppid=20090 vsize=28227388 memory=-1 CPUtime=0.01 cores=0-7
/proc/20092/task/20108/stat : 20108 (java) S 20090 20090 15751 0 -1 1077944384 69 0 0 0 1 0 0 0 20 0 20 0 418681953 28904845312 10266 33554432000 4194304 4196468 140734754737984 140101463689840 140102085229186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20109] ppid=20090 vsize=28227388 memory=-1 CPUtime=0.08 cores=0-7
/proc/20092/task/20109/stat : 20109 (java) R 20090 20090 15751 0 -1 4202560 706 0 0 0 8 0 0 0 20 0 20 0 418681953 28904845312 10266 33554432000 4194304 4196468 140734754737984 140101462637040 140102069461659 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20110] ppid=20090 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20092/task/20110/stat : 20110 (java) S 20090 20090 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418681953 28904845312 10266 33554432000 4194304 4196468 140734754737984 140101461584480 140102085228245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20111] ppid=20090 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/20092/task/20111/stat : 20111 (java) S 20090 20090 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418681954 28904845312 10266 33554432000 4194304 4196468 140734754737984 140101460531760 140102085229186 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42516 KiB

[startup+0.310615 s]*
/proc/loadavg: 5.70 6.70 6.81 5/211 20111
/proc/meminfo: memFree=30915820/32770624 swapFree=66947516/67108860
[pid=20090] ppid=20087 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/20090/stat : 20090 (xcsp3-exec) S 20087 20090 15751 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 418681947 115843072 363 33554432000 4194304 5098028 140730473851776 140730473849880 139901463433852 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 30957568 140730473853814 140730473854057 140730473854057 140730473856970 0
/proc/20090/statm: 28282 363 305 221 0 87 0
[pid=20092] ppid=20090 vsize=28231644 memory=50036 CPUtime=0.53 cores=0-7
/proc/20092/stat : 20092 (java) S 20090 20090 15751 0 -1 1077944320 10866 0 0 0 49 4 0 0 20 0 20 0 418681947 28909203456 12509 33554432000 4194304 4196468 140734754737984 140734754720528 140102085218039 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
/proc/20092/statm: 7057911 12509 3333 1 0 7019032 0
[pid=20092/tid=20093] ppid=20090 vsize=28231644 memory=8317482817917895235 CPUtime=0.29 cores=0-7
/proc/20092/task/20093/stat : 20093 (java) R 20090 20090 15751 0 -1 4202560 7803 0 0 0 27 2 0 0 20 0 20 0 418681948 28909203456 12509 33554432000 4194304 4196468 140734754737984 140102089449152 140102085239965 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20094] ppid=20090 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/20092/task/20094/stat : 20094 (java) S 20090 20090 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418681948 28909203456 12509 33554432000 4194304 4196468 140734754737984 140102037838480 140102085228245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20095] ppid=20090 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/20092/task/20095/stat : 20095 (java) S 20090 20090 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418681949 28909203456 12509 33554432000 4194304 4196468 140734754737984 140102036785680 140102085228245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20096] ppid=20090 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/20092/task/20096/stat : 20096 (java) S 20090 20090 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418681949 28909203456 12540 33554432000 4194304 4196468 140734754737984 140102035732880 140102085228245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20097] ppid=20090 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/20092/task/20097/stat : 20097 (java) S 20090 20090 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418681949 28909203456 12540 33554432000 4194304 4196468 140734754737984 140101633825040 140102085228245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20098] ppid=20090 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/20092/task/20098/stat : 20098 (java) S 20090 20090 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418681949 28909203456 12540 33554432000 4194304 4196468 140734754737984 140101632773264 140102085228245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20099] ppid=20090 vsize=28231644 memory=139836015078063 CPUtime=0 cores=0-7
/proc/20092/task/20099/stat : 20099 (java) S 20090 20090 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418681949 28909203456 12540 33554432000 4194304 4196468 140734754737984 140101631720464 140102085228245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20100] ppid=20090 vsize=28231644 memory=139836015080368 CPUtime=0 cores=0-7
/proc/20092/task/20100/stat : 20100 (java) S 20090 20090 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418681949 28909203456 12540 33554432000 4194304 4196468 140734754737984 140101630667664 140102085228245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20101] ppid=20090 vsize=28231644 memory=139836015082672 CPUtime=0 cores=0-7
/proc/20092/task/20101/stat : 20101 (java) S 20090 20090 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418681949 28909203456 12540 33554432000 4194304 4196468 140734754737984 140101629614864 140102085228245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20102] ppid=20090 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/20092/task/20102/stat : 20102 (java) S 20090 20090 15751 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 418681950 28909203456 12540 33554432000 4194304 4196468 140734754737984 140101470005616 140102085229186 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20103] ppid=20090 vsize=28231644 memory=279672030179216 CPUtime=0 cores=0-7
/proc/20092/task/20103/stat : 20103 (java) S 20090 20090 15751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418681950 28909203456 12540 33554432000 4194304 4196468 140734754737984 140101468951584 140102085228245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20104] ppid=20090 vsize=28231644 memory=279672030176912 CPUtime=0 cores=0-7
/proc/20092/task/20104/stat : 20104 (java) S 20090 20090 15751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418681951 28909203456 12540 33554432000 4194304 4196468 140734754737984 140101467898736 140102085228245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20105] ppid=20090 vsize=28231644 memory=279672030183824 CPUtime=0 cores=0-7
/proc/20092/task/20105/stat : 20105 (java) S 20090 20090 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418681953 28909203456 12540 33554432000 4194304 4196468 140734754737984 140101466847056 140102085236635 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20106] ppid=20090 vsize=28231644 memory=279672030125104 CPUtime=0.02 cores=0-7
/proc/20092/task/20106/stat : 20106 (java) R 20090 20090 15751 0 -1 4202560 428 0 0 0 2 0 0 0 20 0 20 0 418681953 28909203456 12540 33554432000 4194304 4196468 140734754737984 140101465776456 140102066761334 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20107] ppid=20090 vsize=28231644 memory=279672030197648 CPUtime=0.03 cores=0-7
/proc/20092/task/20107/stat : 20107 (java) S 20090 20090 15751 0 -1 1077944384 431 0 0 0 3 0 0 0 20 0 20 0 418681953 28909203456 12540 33554432000 4194304 4196468 140734754737984 140101464742640 140102085229186 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20108] ppid=20090 vsize=28231644 memory=279672030204560 CPUtime=0.03 cores=0-7
/proc/20092/task/20108/stat : 20108 (java) S 20090 20090 15751 0 -1 1077944384 85 0 0 0 3 0 0 0 20 0 20 0 418681953 28909203456 12540 33554432000 4194304 4196468 140734754737984 140101463689840 140102085229186 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20109] ppid=20090 vsize=28231644 memory=279672030202256 CPUtime=0.12 cores=0-7
/proc/20092/task/20109/stat : 20109 (java) S 20090 20090 15751 0 -1 1077944384 810 0 0 0 12 0 0 0 20 0 20 0 418681953 28909203456 12540 33554432000 4194304 4196468 140734754737984 140101462637040 140102085229186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20110] ppid=20090 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/20092/task/20110/stat : 20110 (java) S 20090 20090 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418681953 28909203456 12540 33554432000 4194304 4196468 140734754737984 140101461584480 140102085228245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20111] ppid=20090 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/20092/task/20111/stat : 20111 (java) S 20090 20090 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418681954 28909203456 12540 33554432000 4194304 4196468 140734754737984 140101460531760 140102085229186 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51488 KiB

[startup+0.700979 s]
/proc/loadavg: 5.70 6.70 6.81 6/211 20111
/proc/meminfo: memFree=30892340/32770624 swapFree=66947516/67108860
[pid=20090] ppid=20087 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/20090/stat : 20090 (xcsp3-exec) S 20087 20090 15751 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 418681947 115843072 363 33554432000 4194304 5098028 140730473851776 140730473849880 139901463433852 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 30957568 140730473853814 140730473854057 140730473854057 140730473856970 0
/proc/20090/statm: 28282 363 305 221 0 87 0
[pid=20092] ppid=20090 vsize=28233768 memory=94068 CPUtime=1.94 cores=0-7
/proc/20092/stat : 20092 (java) S 20090 20090 15751 0 -1 1077944320 16177 0 0 0 188 6 0 0 20 0 20 0 418681947 28911378432 23517 33554432000 4194304 4196468 140734754737984 140734754720528 140102085218039 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
/proc/20092/statm: 7058442 23517 3453 1 0 7019544 0
[pid=20092/tid=20093] ppid=20090 vsize=28233768 memory=0 CPUtime=0.67 cores=0-7
/proc/20092/task/20093/stat : 20093 (java) R 20090 20090 15751 0 -1 4202560 8668 0 0 0 64 3 0 0 20 0 20 0 418681948 28911378432 23517 33554432000 4194304 4196468 140734754737984 140102089456272 140101715854835 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20094] ppid=20090 vsize=28233768 memory=139836015289200 CPUtime=0 cores=0-7
/proc/20092/task/20094/stat : 20094 (java) S 20090 20090 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418681948 28911378432 23517 33554432000 4194304 4196468 140734754737984 140102037838480 140102085228245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20095] ppid=20090 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/20092/task/20095/stat : 20095 (java) S 20090 20090 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418681949 28911378432 23517 33554432000 4194304 4196468 140734754737984 140102036785680 140102085228245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20096] ppid=20090 vsize=28233768 memory=1200 CPUtime=0 cores=0-7
/proc/20092/task/20096/stat : 20096 (java) S 20090 20090 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418681949 28911378432 23517 33554432000 4194304 4196468 140734754737984 140102035732880 140102085228245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0

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

[pid=20092/tid=20093] ppid=20090 vsize=28768328 memory=6944656592455097440 CPUtime=1.68 cores=0-7
/proc/20092/task/20093/stat : 20093 (java) S 20090 20090 15751 0 -1 1077944384 11141 0 0 0 163 5 0 0 20 0 28 0 418681948 29458767872 70101 33554432000 4194304 4196468 140734754737984 140102089458816 140102085228245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20094] ppid=20090 vsize=28768328 memory=4872558044660077418 CPUtime=0.03 cores=0-7
/proc/20092/task/20094/stat : 20094 (java) S 20090 20090 15751 0 -1 1077944384 89 0 0 0 2 1 0 0 20 0 28 0 418681948 29458767872 70101 33554432000 4194304 4196468 140734754737984 140102037838480 140102085228245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20095] ppid=20090 vsize=28768328 memory=7230638415855315287 CPUtime=0.05 cores=0-7
/proc/20092/task/20095/stat : 20095 (java) S 20090 20090 15751 0 -1 1077944384 77 0 0 0 3 2 0 0 20 0 28 0 418681949 29458767872 70101 33554432000 4194304 4196468 140734754737984 140102036785680 140102085228245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20096] ppid=20090 vsize=28768328 memory=22129 CPUtime=0.03 cores=0-7
/proc/20092/task/20096/stat : 20096 (java) S 20090 20090 15751 0 -1 1077944384 26 0 0 0 2 1 0 0 20 0 28 0 418681949 29458767872 70101 33554432000 4194304 4196468 140734754737984 140102035732880 140102085228245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20097] ppid=20090 vsize=28768328 memory=4420 CPUtime=0.04 cores=0-7
/proc/20092/task/20097/stat : 20097 (java) S 20090 20090 15751 0 -1 1077944384 80 0 0 0 3 1 0 0 20 0 28 0 418681949 29458767872 70101 33554432000 4194304 4196468 140734754737984 140101633825040 140102085228245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20098] ppid=20090 vsize=28768328 memory=6628 CPUtime=0.03 cores=0-7
/proc/20092/task/20098/stat : 20098 (java) S 20090 20090 15751 0 -1 1077944384 76 0 0 0 2 1 0 0 20 0 28 0 418681949 29458767872 70101 33554432000 4194304 4196468 140734754737984 140101632773264 140102085228245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20099] ppid=20090 vsize=28768328 memory=8836 CPUtime=0.03 cores=0-7
/proc/20092/task/20099/stat : 20099 (java) S 20090 20090 15751 0 -1 1077944384 145 0 0 0 2 1 0 0 20 0 28 0 418681949 29458767872 70101 33554432000 4194304 4196468 140734754737984 140101631720464 140102085228245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20100] ppid=20090 vsize=28768328 memory=11044 CPUtime=0.03 cores=0-7
/proc/20092/task/20100/stat : 20100 (java) S 20090 20090 15751 0 -1 1077944384 71 0 0 0 2 1 0 0 20 0 28 0 418681949 29458767872 70101 33554432000 4194304 4196468 140734754737984 140101630667664 140102085228245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20101] ppid=20090 vsize=28768328 memory=13230 CPUtime=0.03 cores=0-7
/proc/20092/task/20101/stat : 20101 (java) S 20090 20090 15751 0 -1 1077944384 91 0 0 0 2 1 0 0 20 0 28 0 418681949 29458767872 70101 33554432000 4194304 4196468 140734754737984 140101629614864 140102085228245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20102] ppid=20090 vsize=28768328 memory=-3252517613199061085 CPUtime=0 cores=0-7
/proc/20092/task/20102/stat : 20102 (java) R 20090 20090 15751 0 -1 4202560 174 0 0 0 0 0 0 0 20 0 28 0 418681950 29458767872 70101 33554432000 4194304 4196468 140734754737984 140101470005616 140102077935191 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20103] ppid=20090 vsize=28768328 memory=6944656592455097440 CPUtime=0 cores=0-7
/proc/20092/task/20103/stat : 20103 (java) S 20090 20090 15751 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 28 0 418681950 29458767872 70101 33554432000 4194304 4196468 140734754737984 140101468951648 140102085228245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20104] ppid=20090 vsize=28768328 memory=19876 CPUtime=0 cores=0-7
/proc/20092/task/20104/stat : 20104 (java) S 20090 20090 15751 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 28 0 418681951 29458767872 70101 33554432000 4194304 4196468 140734754737984 140101467898752 140102085228245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20105] ppid=20090 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/20092/task/20105/stat : 20105 (java) S 20090 20090 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418681953 29458767872 70101 33554432000 4194304 4196468 140734754737984 140101466847056 140102085236635 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20106] ppid=20090 vsize=28768328 memory=0 CPUtime=1.31 cores=0-7
/proc/20092/task/20106/stat : 20106 (java) S 20090 20090 15751 0 -1 1077944384 3686 0 0 0 130 1 0 0 20 0 28 0 418681953 29458767872 70101 33554432000 4194304 4196468 140734754737984 140101465795440 140102085229186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20107] ppid=20090 vsize=28768328 memory=0 CPUtime=1.29 cores=0-7
/proc/20092/task/20107/stat : 20107 (java) S 20090 20090 15751 0 -1 1077944384 4322 0 0 0 128 1 0 0 20 0 28 0 418681953 29458767872 70101 33554432000 4194304 4196468 140734754737984 140101464742640 140102085229186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20108] ppid=20090 vsize=28768328 memory=0 CPUtime=1.24 cores=0-7
/proc/20092/task/20108/stat : 20108 (java) S 20090 20090 15751 0 -1 1077944384 3714 0 0 0 123 1 0 0 20 0 28 0 418681953 29458767872 70101 33554432000 4194304 4196468 140734754737984 140101463689840 140102085229186 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20109] ppid=20090 vsize=28768328 memory=0 CPUtime=0.76 cores=0-7
/proc/20092/task/20109/stat : 20109 (java) R 20090 20090 15751 0 -1 4202560 3957 0 0 0 75 1 0 0 20 0 28 0 418681953 29458767872 70101 33554432000 4194304 4196468 140734754737984 140101462632800 140102085239386 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20110] ppid=20090 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/20092/task/20110/stat : 20110 (java) S 20090 20090 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418681953 29458767872 70101 33554432000 4194304 4196468 140734754737984 140101461584480 140102085228245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20111] ppid=20090 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/20092/task/20111/stat : 20111 (java) S 20090 20090 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418681954 29458767872 70101 33554432000 4194304 4196468 140734754737984 140101460531760 140102085229186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20128] ppid=20090 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/20092/task/20128/stat : 20128 (java) S 20090 20090 15751 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 28 0 418682145 29458767872 70101 33554432000 4194304 4196468 140734754737984 140101442911616 140102085228245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20129] ppid=20090 vsize=28768328 memory=33 CPUtime=0 cores=0-7
/proc/20092/task/20129/stat : 20129 (java) S 20090 20090 15751 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 28 0 418682145 29458767872 70101 33554432000 4194304 4196468 140734754737984 140101449229008 140102085228245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20130] ppid=20090 vsize=28768328 memory=8243114992657236055 CPUtime=0.02 cores=0-7
/proc/20092/task/20130/stat : 20130 (java) R 20090 20090 15751 0 -1 4202560 53 0 0 0 2 0 0 0 20 0 28 0 418682145 29458767872 70101 33554432000 4194304 4196468 140734754737984 140101448171408 140102077459429 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20131] ppid=20090 vsize=28768328 memory=288286666899343424 CPUtime=0 cores=0-7
/proc/20092/task/20131/stat : 20131 (java) S 20090 20090 15751 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 28 0 418682145 29458767872 70101 33554432000 4194304 4196468 140734754737984 140101447124432 140102085228245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20132] ppid=20090 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/20092/task/20132/stat : 20132 (java) S 20090 20090 15751 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 28 0 418682145 29458767872 70101 33554432000 4194304 4196468 140734754737984 140101441860944 140102085228245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20133] ppid=20090 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/20092/task/20133/stat : 20133 (java) S 20090 20090 15751 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 28 0 418682145 29458767872 70101 33554432000 4194304 4196468 140734754737984 140101446071504 140102085228245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20134] ppid=20090 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/20092/task/20134/stat : 20134 (java) S 20090 20090 15751 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 28 0 418682145 29458767872 70101 33554432000 4194304 4196468 140734754737984 140101445018704 140102085228245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20135] ppid=20090 vsize=28768328 memory=69939717212906 CPUtime=0 cores=0-7
/proc/20092/task/20135/stat : 20135 (java) S 20090 20090 15751 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 28 0 418682146 29458767872 70101 33554432000 4194304 4196468 140734754737984 140101443965904 140102085228245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
Current children cumulated CPU time: 7.96 s
Current children cumulated vsize: 28881456 KiB
Current children cumulated memory: 281856 KiB

[startup+2.40296 s]
/proc/loadavg: 5.70 6.70 6.81 6/219 20135
/proc/meminfo: memFree=30686404/32770624 swapFree=66947516/67108860
[pid=20090] ppid=20087 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/20090/stat : 20090 (xcsp3-exec) S 20087 20090 15751 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 418681947 115843072 363 33554432000 4194304 5098028 140730473851776 140730473849880 139901463433852 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 30957568 140730473853814 140730473854057 140730473854057 140730473856970 0
/proc/20090/statm: 28282 363 305 221 0 87 0
[pid=20092] ppid=20090 vsize=28834892 memory=449556 CPUtime=10.11 cores=0-7
/proc/20092/stat : 20092 (java) S 20090 20090 15751 0 -1 1077944320 37743 0 0 0 959 52 0 0 20 0 28 0 418681947 29526929408 112389 33554432000 4194304 4196468 140734754737984 140734754720528 140102085218039 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
/proc/20092/statm: 7208723 112389 3516 1 0 7169825 0
[pid=20092/tid=20093] ppid=20090 vsize=28834892 memory=7 CPUtime=1.71 cores=0-7
/proc/20092/task/20093/stat : 20093 (java) S 20090 20090 15751 0 -1 1077944384 11149 0 0 0 166 5 0 0 20 0 28 0 418681948 29526929408 112389 33554432000 4194304 4196468 140734754737984 140102089458816 140102085228245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20094] ppid=20090 vsize=28834892 memory=6791534058613427641 CPUtime=0.08 cores=0-7
/proc/20092/task/20094/stat : 20094 (java) S 20090 20090 15751 0 -1 1077944384 150 0 0 0 4 4 0 0 20 0 28 0 418681948 29526929408 112389 33554432000 4194304 4196468 140734754737984 140102037838480 140102085228245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20095] ppid=20090 vsize=28834892 memory=288230617509003574 CPUtime=0.09 cores=0-7
/proc/20092/task/20095/stat : 20095 (java) S 20090 20090 15751 0 -1 1077944384 157 0 0 0 5 4 0 0 20 0 28 0 418681949 29526929408 112389 33554432000 4194304 4196468 140734754737984 140102036785680 140102085228245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20096] ppid=20090 vsize=28834892 memory=15534115864709562 CPUtime=0.08 cores=0-7
/proc/20092/task/20096/stat : 20096 (java) S 20090 20090 15751 0 -1 1077944384 92 0 0 0 4 4 0 0 20 0 28 0 418681949 29526929408 112389 33554432000 4194304 4196468 140734754737984 140102035732880 140102085228245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20097] ppid=20090 vsize=28834892 memory=0 CPUtime=0.08 cores=0-7
/proc/20092/task/20097/stat : 20097 (java) S 20090 20090 15751 0 -1 1077944384 135 0 0 0 5 3 0 0 20 0 28 0 418681949 29526929408 112389 33554432000 4194304 4196468 140734754737984 140101633825040 140102085228245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20098] ppid=20090 vsize=28834892 memory=6656426216303648864 CPUtime=0.09 cores=0-7
/proc/20092/task/20098/stat : 20098 (java) S 20090 20090 15751 0 -1 1077944384 138 0 0 0 5 4 0 0 20 0 28 0 418681949 29526929408 112389 33554432000 4194304 4196468 140734754737984 140101632773264 140102085228245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20099] ppid=20090 vsize=28834892 memory=6656426216303648864 CPUtime=0.08 cores=0-7
/proc/20092/task/20099/stat : 20099 (java) S 20090 20090 15751 0 -1 1077944384 209 0 0 0 5 3 0 0 20 0 28 0 418681949 29526929408 112389 33554432000 4194304 4196468 140734754737984 140101631720464 140102085228245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20100] ppid=20090 vsize=28834892 memory=0 CPUtime=0.09 cores=0-7
/proc/20092/task/20100/stat : 20100 (java) S 20090 20090 15751 0 -1 1077944384 134 0 0 0 5 4 0 0 20 0 28 0 418681949 29526929408 112389 33554432000 4194304 4196468 140734754737984 140101630667664 140102085228245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20101] ppid=20090 vsize=28834892 memory=0 CPUtime=0.09 cores=0-7
/proc/20092/task/20101/stat : 20101 (java) S 20090 20090 15751 0 -1 1077944384 138 0 0 0 5 4 0 0 20 0 28 0 418681949 29526929408 112389 33554432000 4194304 4196468 140734754737984 140101629614864 140102085228245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20102] ppid=20090 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/20092/task/20102/stat : 20102 (java) S 20090 20090 15751 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 28 0 418681950 29526929408 112389 33554432000 4194304 4196468 140734754737984 140101470005616 140102085229186 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20103] ppid=20090 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/20092/task/20103/stat : 20103 (java) S 20090 20090 15751 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 28 0 418681950 29526929408 112389 33554432000 4194304 4196468 140734754737984 140101468951648 140102085228245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20104] ppid=20090 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/20092/task/20104/stat : 20104 (java) S 20090 20090 15751 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 28 0 418681951 29526929408 112389 33554432000 4194304 4196468 140734754737984 140101467898752 140102085228245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20105] ppid=20090 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/20092/task/20105/stat : 20105 (java) S 20090 20090 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418681953 29526929408 112389 33554432000 4194304 4196468 140734754737984 140101466847056 140102085236635 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20106] ppid=20090 vsize=28834892 memory=0 CPUtime=1.53 cores=0-7
/proc/20092/task/20106/stat : 20106 (java) R 20090 20090 15751 0 -1 4202560 3742 0 0 0 152 1 0 0 20 0 28 0 418681953 29526929408 112389 33554432000 4194304 4196468 140734754737984 140101465784928 140102066739777 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20107] ppid=20090 vsize=28834892 memory=0 CPUtime=1.56 cores=0-7
/proc/20092/task/20107/stat : 20107 (java) R 20090 20090 15751 0 -1 4202560 4406 0 0 0 155 1 0 0 20 0 28 0 418681953 29526929408 112389 33554432000 4194304 4196468 140734754737984 140101464733968 140102069208365 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20108] ppid=20090 vsize=28834892 memory=0 CPUtime=1.43 cores=0-7
/proc/20092/task/20108/stat : 20108 (java) R 20090 20090 15751 0 -1 4202560 3771 0 0 0 142 1 0 0 20 0 28 0 418681953 29526929408 112389 33554432000 4194304 4196468 140734754737984 140101463689936 140102068685894 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20109] ppid=20090 vsize=28834892 memory=7301860479858271339 CPUtime=0.9 cores=0-7
/proc/20092/task/20109/stat : 20109 (java) R 20090 20090 15751 0 -1 1077944384 4256 0 0 0 89 1 0 0 20 0 28 0 418681953 29526929408 112389 33554432000 4194304 4196468 140734754737984 140101462637040 140102085229186 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20110] ppid=20090 vsize=28834892 memory=7234030490512353113 CPUtime=0 cores=0-7
/proc/20092/task/20110/stat : 20110 (java) S 20090 20090 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418681953 29526929408 112389 33554432000 4194304 4196468 140734754737984 140101461584480 140102085228245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20111] ppid=20090 vsize=28834892 memory=7883944108235712103 CPUtime=0 cores=0-7
/proc/20092/task/20111/stat : 20111 (java) S 20090 20090 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418681954 29526929408 112389 33554432000 4194304 4196468 140734754737984 140101460531760 140102085229186 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
Current children cumulated CPU time: 10.11 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 451008 KiB

[startup+2.50173 s]
/proc/loadavg: 5.70 6.70 6.81 6/219 20135
/proc/meminfo: memFree=30686404/32770624 swapFree=66947516/67108860
[pid=20090] ppid=20087 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/20090/stat : 20090 (xcsp3-exec) S 20087 20090 15751 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 418681947 115843072 363 33554432000 4194304 5098028 140730473851776 140730473849880 139901463433852 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 30957568 140730473853814 140730473854057 140730473854057 140730473856970 0
/proc/20090/statm: 28282 363 305 221 0 87 0
[pid=20092] ppid=20090 vsize=28834892 memory=453060 CPUtime=10.89 cores=0-7
/proc/20092/stat : 20092 (java) S 20090 20090 15751 0 -1 1077944320 38105 0 0 0 1037 52 0 0 20 0 28 0 418681947 29526929408 113265 33554432000 4194304 4196468 140734754737984 140734754720528 140102085218039 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
/proc/20092/statm: 7208723 113265 3516 1 0 7169825 0
[pid=20092/tid=20093] ppid=20090 vsize=28834892 memory=88467736364010 CPUtime=1.71 cores=0-7
/proc/20092/task/20093/stat : 20093 (java) S 20090 20090 15751 0 -1 1077944384 11149 0 0 0 166 5 0 0 20 0 28 0 418681948 29526929408 113265 33554432000 4194304 4196468 140734754737984 140102089458816 140102085228245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20094] ppid=20090 vsize=28834892 memory=1452 CPUtime=0.08 cores=0-7
/proc/20092/task/20094/stat : 20094 (java) S 20090 20090 15751 0 -1 1077944384 150 0 0 0 4 4 0 0 20 0 28 0 418681948 29526929408 113265 33554432000 4194304 4196468 140734754737984 140102037838480 140102085228245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20095] ppid=20090 vsize=28834892 memory=219916 CPUtime=0.09 cores=0-7
/proc/20092/task/20095/stat : 20095 (java) S 20090 20090 15751 0 -1 1077944384 157 0 0 0 5 4 0 0 20 0 28 0 418681949 29526929408 113265 33554432000 4194304 4196468 140734754737984 140102036785680 140102085228245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20096] ppid=20090 vsize=28834892 memory=279672030649312 CPUtime=0.08 cores=0-7
/proc/20092/task/20096/stat : 20096 (java) S 20090 20090 15751 0 -1 1077944384 92 0 0 0 4 4 0 0 20 0 28 0 418681949 29526929408 113265 33554432000 4194304 4196468 140734754737984 140102035732880 140102085228245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20097] ppid=20090 vsize=28834892 memory=7740391892192027989 CPUtime=0.08 cores=0-7
/proc/20092/task/20097/stat : 20097 (java) S 20090 20090 15751 0 -1 1077944384 135 0 0 0 5 3 0 0 20 0 28 0 418681949 29526929408 113265 33554432000 4194304 4196468 140734754737984 140101633825040 140102085228245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20098] ppid=20090 vsize=28834892 memory=7235423593605324906 CPUtime=0.09 cores=0-7
/proc/20092/task/20098/stat : 20098 (java) S 20090 20090 15751 0 -1 1077944384 138 0 0 0 5 4 0 0 20 0 28 0 418681949 29526929408 113265 33554432000 4194304 4196468 140734754737984 140101632773264 140102085228245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20099] ppid=20090 vsize=28834892 memory=56 CPUtime=0.08 cores=0-7
/proc/20092/task/20099/stat : 20099 (java) S 20090 20090 15751 0 -1 1077944384 209 0 0 0 5 3 0 0 20 0 28 0 418681949 29526929408 113265 33554432000 4194304 4196468 140734754737984 140101631720464 140102085228245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20100] ppid=20090 vsize=28834892 memory=13877 CPUtime=0.09 cores=0-7
/proc/20092/task/20100/stat : 20100 (java) S 20090 20090 15751 0 -1 1077944384 134 0 0 0 5 4 0 0 20 0 28 0 418681949 29526929408 113265 33554432000 4194304 4196468 140734754737984 140101630667664 140102085228245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20101] ppid=20090 vsize=28834892 memory=26820 CPUtime=0.09 cores=0-7
/proc/20092/task/20101/stat : 20101 (java) S 20090 20090 15751 0 -1 1077944384 138 0 0 0 5 4 0 0 20 0 28 0 418681949 29526929408 113265 33554432000 4194304 4196468 140734754737984 140101629614864 140102085228245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20102] ppid=20090 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/20092/task/20102/stat : 20102 (java) S 20090 20090 15751 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 28 0 418681950 29526929408 113265 33554432000 4194304 4196468 140734754737984 140101470005616 140102085229186 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20103] ppid=20090 vsize=28834892 memory=279672030102116 CPUtime=0 cores=0-7
/proc/20092/task/20103/stat : 20103 (java) S 20090 20090 15751 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 28 0 418681950 29526929408 113265 33554432000 4194304 4196468 140734754737984 140101468951648 140102085228245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20104] ppid=20090 vsize=28834892 memory=279672030102180 CPUtime=0 cores=0-7
/proc/20092/task/20104/stat : 20104 (java) S 20090 20090 15751 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 28 0 418681951 29526929408 113265 33554432000 4194304 4196468 140734754737984 140101467898752 140102085228245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20105] ppid=20090 vsize=28834892 memory=279672030102244 CPUtime=0 cores=0-7
/proc/20092/task/20105/stat : 20105 (java) S 20090 20090 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418681953 29526929408 113265 33554432000 4194304 4196468 140734754737984 140101466847056 140102085236635 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20106] ppid=20090 vsize=28834892 memory=279672030498092 CPUtime=1.58 cores=0-7
/proc/20092/task/20106/stat : 20106 (java) R 20090 20090 15751 0 -1 4202560 3755 0 0 0 157 1 0 0 20 0 28 0 418681953 29526929408 113265 33554432000 4194304 4196468 140734754737984 140101465785680 140102068712243 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20107] ppid=20090 vsize=28834892 memory=74 CPUtime=1.6 cores=0-7
/proc/20092/task/20107/stat : 20107 (java) R 20090 20090 15751 0 -1 1077944384 4414 0 0 0 159 1 0 0 20 0 28 0 418681953 29526929408 113265 33554432000 4194304 4196468 140734754737984 140101464730272 140102085228245 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20108] ppid=20090 vsize=28834892 memory=72 CPUtime=1.51 cores=0-7
/proc/20092/task/20108/stat : 20108 (java) R 20090 20090 15751 0 -1 4202560 3779 0 0 0 150 1 0 0 20 0 28 0 418681953 29526929408 113265 33554432000 4194304 4196468 140734754737984 140101463683032 140102063003168 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20109] ppid=20090 vsize=28834892 memory=56 CPUtime=0.93 cores=0-7
/proc/20092/task/20109/stat : 20109 (java) R 20090 20090 15751 0 -1 1077944384 4326 0 0 0 92 1 0 0 20 0 28 0 418681953 29526929408 113265 33554432000 4194304 4196468 140734754737984 140101462637040 140102085229186 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20110] ppid=20090 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/20092/task/20110/stat : 20110 (java) S 20090 20090 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418681953 29526929408 113265 33554432000 4194304 4196468 140734754737984 140101461584480 140102085228245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
[pid=20092/tid=20111] ppid=20090 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/20092/task/20111/stat : 20111 (java) S 20090 20090 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418681954 29526929408 113265 33554432000 4194304 4196468 140734754737984 140101460531760 140102085229186 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27561984 140734754743274 140734754743446 140734754743446 140734754746319 0
Current children cumulated CPU time: 10.89 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 454512 KiB

Child status: 0
Real time (s): 2.59728
CPU time (s): 11.4745
CPU user time (s): 10.9404
CPU system time (s): 0.534102
CPU usage (%): 441.79
Max. virtual memory (cumulated for all children) (KiB): 28948020
Max. memory (cumulated for all children) (KiB): 454512

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.9404
system time used= 0.534102
maximum resident set size= 460720
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38737
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= 7108
involuntary context switches= 112


# summary of solver processes directly reported to runsolver:
#   pid: 20090
#   total CPU time (s): 11.4745
#   total CPU user time (s): 10.9404
#   total CPU system time (s): 0.534102

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.042533 second user time and 0.070542 second system time

The end

Launcher Data

Begin job on node117 at 2019-09-14 04:15:58
IDJOB=4394471
IDBENCH=126825
IDSOLVER=2843
FILE ID=node117/4394471-1568427400
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-6-3-30-1.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 24000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4394471-1568427400/watcher-4394471-1568427400 -o /tmp/evaluation-result-4394471-1568427400/solver-4394471-1568427400 -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 599387367 HOME/instance-4394471-1568427400.xml

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

MD5SUM BENCH= f61e90724cd8b66989ec046e8a3ea41c
RANDOM SEED=599387367

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:        30952620 kB
MemAvailable:   31866556 kB
Buffers:          138716 kB
Cached:          1043952 kB
SwapCached:        51464 kB
Active:           770196 kB
Inactive:         466724 kB
Active(anon):      19572 kB
Inactive(anon):    58832 kB
Active(file):     750624 kB
Inactive(file):   407892 kB
Unevictable:      110108 kB
Mlocked:          110108 kB
SwapTotal:      67108860 kB
SwapFree:       66947516 kB
Dirty:             26376 kB
Writeback:             0 kB
AnonPages:        113552 kB
Mapped:            33608 kB
Shmem:             15436 kB
Slab:             171424 kB
SReclaimable:     142512 kB
SUnreclaim:        28912 kB
KernelStack:        3824 kB
PageTables:         5980 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     497956 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

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