Trace number 4393905

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 parallelOPT131 9.46222 2.26769

General information on the benchmark

NameTpp/Tpp-zinc-s1/
Tpp-6-3-20-1.xml
MD5SUMb4cf0cb08a05c1b083ee2f2000733b36
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark131
Best CPU time to get the best result obtained on this benchmark0.191809
Satisfiable
(Un)Satisfiability was proved
Number of variables76
Number of constraints400
Number of domains40
Minimum domain size3
Maximum domain size18
Distribution of domain sizes[{"size":3,"count":6},{"size":4,"count":9},{"size":5,"count":3},{"size":8,"count":1},{"size":10,"count":2},{"size":11,"count":4},{"size":12,"count":6},{"size":13,"count":5},{"size":14,"count":1},{"size":15,"count":1},{"size":17,"count":20},{"size":18,"count":18}]
Minimum variable degree2
Maximum variable degree23
Distribution of variable degrees[{"degree":2,"count":38},{"degree":19,"count":20},{"degree":22,"count":17},{"degree":23,"count":1}]
Minimum constraint arity1
Maximum constraint arity18
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":398},{"arity":18,"count":1}]
Number of extensional constraints38
Number of intensional constraints361
Distribution of constraint types[{"type":"extension","count":38},{"type":"intension","count":361},{"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-4393905-1568427429.xml"  -tl '20160s' -p 8
0.12/0.19	c Choco e747e1e
0.12/0.20	c [HOME/instance-4393905-1568427429.xml, -tl, 20160s, -p, 8]
0.34/0.24	c 8 solvers in parallel
0.34/0.31	c parse instance...
5.45/1.62	c solve instance...
6.75/1.83	o 355 
6.75/1.84	o 246 
6.75/1.88	o 246 
6.75/1.90	o 200 
7.42/1.94	o 199 
7.42/1.94	o 196 
7.42/1.95	o 192 
7.42/1.95	o 187 
7.42/1.96	o 184 
7.42/1.96	o 183 
7.42/1.96	o 181 
7.42/1.97	o 180 
7.42/1.97	o 175 
7.42/1.98	o 174 
7.42/1.98	o 172 
7.42/1.99	o 170 
7.42/2.00	o 169 
7.42/2.00	o 168 
7.42/2.00	o 167 
7.42/2.01	o 166 
7.85/2.01	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (143/147)
7.85/2.01		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
7.85/2.01		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
7.85/2.01		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
7.85/2.01		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
7.85/2.01		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
7.85/2.01	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (143/147)
7.85/2.01		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
7.85/2.01		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
7.85/2.01		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
7.85/2.01		at org.chocosolver.solver.Solver.repair(Solver.java:443)
7.85/2.01		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
7.85/2.01		at org.chocosolver.solver.Solver.solve(Solver.java:262)
7.85/2.01		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
7.85/2.01		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
7.85/2.01		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
7.85/2.01		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
7.85/2.01		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
7.85/2.01		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
7.85/2.01		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
7.85/2.01		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
7.85/2.01		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
7.85/2.01		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
7.85/2.01	o 165 
7.85/2.02	o 164 
7.85/2.02	o 164 
7.85/2.02	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (132/134)
7.85/2.02		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
7.85/2.02		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
7.85/2.02		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
7.85/2.02		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
7.85/2.02		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
7.85/2.02	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (132/134)
7.85/2.02		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
7.85/2.02		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
7.85/2.02		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
7.85/2.02		at org.chocosolver.solver.Solver.repair(Solver.java:443)
7.85/2.02		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
7.85/2.02		at org.chocosolver.solver.Solver.solve(Solver.java:262)
7.85/2.02		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
7.85/2.02		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
7.85/2.02		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
7.85/2.02		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
7.85/2.02		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
7.85/2.02		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
7.85/2.02		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
7.85/2.02		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
7.85/2.02		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
7.85/2.02		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
7.85/2.02	o 163 
7.85/2.03	o 162 
7.85/2.05	o 161 
7.85/2.05	o 160 
7.85/2.05	o 158 
7.85/2.06	o 154 
7.85/2.06	o 151 
7.85/2.07	o 150 
7.85/2.09	o 136 
7.85/2.10	o 131 
9.15/2.23	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (102/104)
9.15/2.23		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
9.15/2.23		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
9.15/2.23		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
9.15/2.23		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
9.15/2.23		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
9.15/2.23	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (102/104)
9.15/2.23		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
9.15/2.23		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
9.15/2.23		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
9.15/2.23		at org.chocosolver.solver.Solver.repair(Solver.java:443)
9.15/2.23		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
9.15/2.23		at org.chocosolver.solver.Solver.solve(Solver.java:262)
9.15/2.23		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
9.15/2.23		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
9.15/2.23		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
9.15/2.23		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
9.15/2.23		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
9.15/2.23		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
9.15/2.23		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
9.15/2.23		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
9.15/2.23		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
9.15/2.23		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
9.15/2.23	s OPTIMUM FOUND
9.15/2.23	v <instantiation>
9.15/2.23	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] 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>
9.15/2.23	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 10 10 10 9 16 9 11 10 11 15 15 11 9 15 9 11 15 10 16 7 5 2 3 5 2 2 14 7 2 3 3 6 3 6 8 2 1 1 8 </values>
9.15/2.23	v </instantiation>

Verifier Data

OK	131

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393905-1568427429/watcher-4393905-1568427429 -o /tmp/evaluation-result-4393905-1568427429/solver-4393905-1568427429 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node116-1568427322-28555 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 284164659 HOME/instance-4393905-1568427429.xml 

running on 8 cores: 0-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=29947, runsolver pid=29944

[startup+0.100059 s]*
/proc/loadavg: 6.76 6.98 7.04 3/211 29968
/proc/meminfo: memFree=29815444/32770688 swapFree=66961108/67108860
[pid=29947] ppid=29944 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/29947/stat : 29947 (xcsp3-exec) S 29944 29947 28528 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418684566 115843072 364 33554432000 4194304 5098028 140729786606896 140729786605000 140622659850876 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 39936000 140729786610550 140729786610793 140729786610793 140729786613706 0
/proc/29947/statm: 28282 364 305 221 0 87 0
[pid=29949] ppid=29947 vsize=28227388 memory=28788 CPUtime=0.12 cores=0-7
/proc/29949/stat : 29949 (java) S 29947 29947 28528 0 -1 1077944320 5666 0 0 0 11 1 0 0 20 0 20 0 418684566 28904845312 7197 33554432000 4194304 4196468 140722045709952 140722045692496 140549397794551 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
/proc/29949/statm: 7056847 7197 3119 1 0 7019032 0
[pid=29949/tid=29950] ppid=29947 vsize=28227388 memory=4134930498285298233 CPUtime=0.08 cores=0-7
/proc/29949/task/29950/stat : 29950 (java) R 29947 29947 28528 0 -1 4202560 3587 0 0 0 8 0 0 0 20 0 20 0 418684566 28904845312 7197 33554432000 4194304 4196468 140722045709952 140549402015360 140549382014784 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29951] ppid=29947 vsize=28227388 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/29949/task/29951/stat : 29951 (java) S 29947 29947 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418684567 28904845312 7197 33554432000 4194304 4196468 140722045709952 140549317646864 140549397804757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29952] ppid=29947 vsize=28227388 memory=139904848123520 CPUtime=0 cores=0-7
/proc/29949/task/29952/stat : 29952 (java) S 29947 29947 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418684567 28904845312 7197 33554432000 4194304 4196468 140722045709952 140549316594320 140549397804757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29953] ppid=29947 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29949/task/29953/stat : 29953 (java) S 29947 29947 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418684567 28904845312 7197 33554432000 4194304 4196468 140722045709952 140548947171600 140549397804757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29954] ppid=29947 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29949/task/29954/stat : 29954 (java) S 29947 29947 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418684567 28904845312 7197 33554432000 4194304 4196468 140722045709952 140548946119056 140549397804757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29955] ppid=29947 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29949/task/29955/stat : 29955 (java) S 29947 29947 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418684567 28904845312 7197 33554432000 4194304 4196468 140722045709952 140548945067024 140549397804757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29956] ppid=29947 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/29949/task/29956/stat : 29956 (java) S 29947 29947 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418684567 28904845312 7197 33554432000 4194304 4196468 140722045709952 140548944014480 140549397804757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29957] ppid=29947 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29949/task/29957/stat : 29957 (java) S 29947 29947 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418684567 28904845312 7197 33554432000 4194304 4196468 140722045709952 140548942961424 140549397804757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29958] ppid=29947 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29949/task/29958/stat : 29958 (java) S 29947 29947 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418684567 28904845312 7197 33554432000 4194304 4196468 140722045709952 140548941908880 140549397804757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29959] ppid=29947 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29949/task/29959/stat : 29959 (java) S 29947 29947 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418684569 28904845312 7197 33554432000 4194304 4196468 140722045709952 140548782495984 140549397805698 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29960] ppid=29947 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29949/task/29960/stat : 29960 (java) S 29947 29947 28528 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418684569 28904845312 7197 33554432000 4194304 4196468 140722045709952 140548781442208 140549397804757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29961] ppid=29947 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29949/task/29961/stat : 29961 (java) S 29947 29947 28528 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418684570 28904845312 7197 33554432000 4194304 4196468 140722045709952 140548780389104 140549397804757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29962] ppid=29947 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29949/task/29962/stat : 29962 (java) S 29947 29947 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418684572 28904845312 7197 33554432000 4194304 4196468 140722045709952 140548779337680 140549397813147 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29963] ppid=29947 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29949/task/29963/stat : 29963 (java) S 29947 29947 28528 0 -1 1077944384 292 0 0 0 0 0 0 0 20 0 20 0 418684572 28904845312 7197 33554432000 4194304 4196468 140722045709952 140548576897776 140549397805698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29964] ppid=29947 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29949/task/29964/stat : 29964 (java) S 29947 29947 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418684572 28904845312 7197 33554432000 4194304 4196468 140722045709952 140548575845232 140549397805698 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29965] ppid=29947 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29949/task/29965/stat : 29965 (java) S 29947 29947 28528 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 418684572 28904845312 7197 33554432000 4194304 4196468 140722045709952 140548574792176 140549397805698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29966] ppid=29947 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/29949/task/29966/stat : 29966 (java) R 29947 29947 28528 0 -1 1077944384 352 0 0 0 1 0 0 0 20 0 20 0 418684572 28904845312 7197 33554432000 4194304 4196468 140722045709952 140548573739632 140549397805698 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29967] ppid=29947 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29949/task/29967/stat : 29967 (java) S 29947 29947 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418684573 28904845312 7197 33554432000 4194304 4196468 140722045709952 140548572686816 140549397804757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29968] ppid=29947 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/29949/task/29968/stat : 29968 (java) S 29947 29947 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418684573 28904845312 7197 33554432000 4194304 4196468 140722045709952 140548571634352 140549397805698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 30244 KiB

[startup+0.211328 s]*
/proc/loadavg: 6.76 6.98 7.04 2/211 29968
/proc/meminfo: memFree=29802644/32770688 swapFree=66961108/67108860
[pid=29947] ppid=29944 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/29947/stat : 29947 (xcsp3-exec) S 29944 29947 28528 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418684566 115843072 364 33554432000 4194304 5098028 140729786606896 140729786605000 140622659850876 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 39936000 140729786610550 140729786610793 140729786610793 140729786613706 0
/proc/29947/statm: 28282 364 305 221 0 87 0
[pid=29949] ppid=29947 vsize=28227388 memory=40820 CPUtime=0.34 cores=0-7
/proc/29949/stat : 29949 (java) S 29947 29947 28528 0 -1 1077944320 9429 0 0 0 31 3 0 0 20 0 20 0 418684566 28904845312 10205 33554432000 4194304 4196468 140722045709952 140722045692496 140549397794551 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
/proc/29949/statm: 7056847 10205 3274 1 0 7019032 0
[pid=29949/tid=29950] ppid=29947 vsize=28227388 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/29949/task/29950/stat : 29950 (java) R 29947 29947 28528 0 -1 4202560 6605 0 0 0 18 2 0 0 20 0 20 0 418684566 28904845312 10205 33554432000 4194304 4196468 140722045709952 140549402028512 140549397806486 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29951] ppid=29947 vsize=28227388 memory=342 CPUtime=0 cores=0-7
/proc/29949/task/29951/stat : 29951 (java) S 29947 29947 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418684567 28904845312 10205 33554432000 4194304 4196468 140722045709952 140549317646864 140549397804757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29952] ppid=29947 vsize=28227388 memory=3905383338127021728 CPUtime=0 cores=0-7
/proc/29949/task/29952/stat : 29952 (java) S 29947 29947 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418684567 28904845312 10205 33554432000 4194304 4196468 140722045709952 140549316594320 140549397804757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29953] ppid=29947 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/29949/task/29953/stat : 29953 (java) S 29947 29947 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418684567 28904845312 10205 33554432000 4194304 4196468 140722045709952 140548947171600 140549397804757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29954] ppid=29947 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29949/task/29954/stat : 29954 (java) S 29947 29947 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418684567 28904845312 10205 33554432000 4194304 4196468 140722045709952 140548946119056 140549397804757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29955] ppid=29947 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29949/task/29955/stat : 29955 (java) S 29947 29947 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418684567 28904845312 10205 33554432000 4194304 4196468 140722045709952 140548945067024 140549397804757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29956] ppid=29947 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/29949/task/29956/stat : 29956 (java) S 29947 29947 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418684567 28904845312 10205 33554432000 4194304 4196468 140722045709952 140548944014480 140549397804757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29957] ppid=29947 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29949/task/29957/stat : 29957 (java) S 29947 29947 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418684567 28904845312 10205 33554432000 4194304 4196468 140722045709952 140548942961424 140549397804757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29958] ppid=29947 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29949/task/29958/stat : 29958 (java) S 29947 29947 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418684567 28904845312 10205 33554432000 4194304 4196468 140722045709952 140548941908880 140549397804757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29959] ppid=29947 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29949/task/29959/stat : 29959 (java) S 29947 29947 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418684569 28904845312 10205 33554432000 4194304 4196468 140722045709952 140548782495984 140549397805698 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29960] ppid=29947 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29949/task/29960/stat : 29960 (java) S 29947 29947 28528 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418684569 28904845312 10205 33554432000 4194304 4196468 140722045709952 140548781442208 140549397804757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29961] ppid=29947 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29949/task/29961/stat : 29961 (java) S 29947 29947 28528 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418684570 28904845312 10205 33554432000 4194304 4196468 140722045709952 140548780389104 140549397804757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29962] ppid=29947 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29949/task/29962/stat : 29962 (java) S 29947 29947 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418684572 28904845312 10205 33554432000 4194304 4196468 140722045709952 140548779337680 140549397813147 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29963] ppid=29947 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29949/task/29963/stat : 29963 (java) S 29947 29947 28528 0 -1 1077944384 471 0 0 0 0 0 0 0 20 0 20 0 418684572 28904845312 10205 33554432000 4194304 4196468 140722045709952 140548576897776 140549397805698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29964] ppid=29947 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/29949/task/29964/stat : 29964 (java) S 29947 29947 28528 0 -1 1077944384 119 0 0 0 2 0 0 0 20 0 20 0 418684572 28904845312 10205 33554432000 4194304 4196468 140722045709952 140548575845232 140549397805698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29965] ppid=29947 vsize=28227388 memory=-1 CPUtime=0.01 cores=0-7
/proc/29949/task/29965/stat : 29965 (java) S 29947 29947 28528 0 -1 1077944384 167 0 0 0 1 0 0 0 20 0 20 0 418684572 28904845312 10205 33554432000 4194304 4196468 140722045709952 140548574792176 140549397805698 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29966] ppid=29947 vsize=28227388 memory=-1 CPUtime=0.07 cores=0-7
/proc/29949/task/29966/stat : 29966 (java) R 29947 29947 28528 0 -1 4202560 756 0 0 0 7 0 0 0 20 0 20 0 418684572 28904845312 10205 33554432000 4194304 4196468 140722045709952 140548573739632 140549376703389 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29967] ppid=29947 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29949/task/29967/stat : 29967 (java) S 29947 29947 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418684573 28904845312 10205 33554432000 4194304 4196468 140722045709952 140548572686816 140549397804757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29968] ppid=29947 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/29949/task/29968/stat : 29968 (java) S 29947 29947 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418684573 28904845312 10205 33554432000 4194304 4196468 140722045709952 140548571634352 140549397805698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42276 KiB

[startup+0.310726 s]*
/proc/loadavg: 6.76 6.98 7.04 2/211 29968
/proc/meminfo: memFree=29797044/32770688 swapFree=66961108/67108860
[pid=29947] ppid=29944 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/29947/stat : 29947 (xcsp3-exec) S 29944 29947 28528 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418684566 115843072 364 33554432000 4194304 5098028 140729786606896 140729786605000 140622659850876 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 39936000 140729786610550 140729786610793 140729786610793 140729786613706 0
/proc/29947/statm: 28282 364 305 221 0 87 0
[pid=29949] ppid=29947 vsize=28231644 memory=46836 CPUtime=0.52 cores=0-7
/proc/29949/stat : 29949 (java) S 29947 29947 28528 0 -1 1077944320 10561 0 0 0 48 4 0 0 20 0 20 0 418684566 28909203456 11709 33554432000 4194304 4196468 140722045709952 140722045692496 140549397794551 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
/proc/29949/statm: 7057911 11709 3296 1 0 7019032 0
[pid=29949/tid=29950] ppid=29947 vsize=28231644 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/29949/task/29950/stat : 29950 (java) R 29947 29947 28528 0 -1 4202560 7603 0 0 0 27 2 0 0 20 0 20 0 418684566 28909203456 11709 33554432000 4194304 4196468 140722045709952 140549402025248 140549381875038 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29951] ppid=29947 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/29949/task/29951/stat : 29951 (java) S 29947 29947 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418684567 28909203456 11709 33554432000 4194304 4196468 140722045709952 140549317646864 140549397804757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29952] ppid=29947 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/29949/task/29952/stat : 29952 (java) S 29947 29947 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418684567 28909203456 11709 33554432000 4194304 4196468 140722045709952 140549316594320 140549397804757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29953] ppid=29947 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/29949/task/29953/stat : 29953 (java) S 29947 29947 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418684567 28909203456 11709 33554432000 4194304 4196468 140722045709952 140548947171600 140549397804757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29954] ppid=29947 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/29949/task/29954/stat : 29954 (java) S 29947 29947 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418684567 28909203456 11709 33554432000 4194304 4196468 140722045709952 140548946119056 140549397804757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29955] ppid=29947 vsize=28231644 memory=2244 CPUtime=0 cores=0-7
/proc/29949/task/29955/stat : 29955 (java) S 29947 29947 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418684567 28909203456 11709 33554432000 4194304 4196468 140722045709952 140548945067024 140549397804757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29956] ppid=29947 vsize=28231644 memory=139904734557103 CPUtime=0 cores=0-7
/proc/29949/task/29956/stat : 29956 (java) S 29947 29947 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418684567 28909203456 11709 33554432000 4194304 4196468 140722045709952 140548944014480 140549397804757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29957] ppid=29947 vsize=28231644 memory=139904734559408 CPUtime=0 cores=0-7
/proc/29949/task/29957/stat : 29957 (java) S 29947 29947 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418684567 28909203456 11709 33554432000 4194304 4196468 140722045709952 140548942961424 140549397804757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29958] ppid=29947 vsize=28231644 memory=139904734561712 CPUtime=0 cores=0-7
/proc/29949/task/29958/stat : 29958 (java) S 29947 29947 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418684567 28909203456 11709 33554432000 4194304 4196468 140722045709952 140548941908880 140549397804757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29959] ppid=29947 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/29949/task/29959/stat : 29959 (java) S 29947 29947 28528 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 418684569 28909203456 11709 33554432000 4194304 4196468 140722045709952 140548782495984 140549397805698 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29960] ppid=29947 vsize=28231644 memory=279809469130384 CPUtime=0 cores=0-7
/proc/29949/task/29960/stat : 29960 (java) S 29947 29947 28528 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418684569 28909203456 11709 33554432000 4194304 4196468 140722045709952 140548781442208 140549397804757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29961] ppid=29947 vsize=28231644 memory=279809469137296 CPUtime=0 cores=0-7
/proc/29949/task/29961/stat : 29961 (java) S 29947 29947 28528 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418684570 28909203456 11709 33554432000 4194304 4196468 140722045709952 140548780389104 140549397804757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29962] ppid=29947 vsize=28231644 memory=279809469078544 CPUtime=0 cores=0-7
/proc/29949/task/29962/stat : 29962 (java) S 29947 29947 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418684572 28909203456 11709 33554432000 4194304 4196468 140722045709952 140548779337680 140549397813147 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29963] ppid=29947 vsize=28231644 memory=279809469151120 CPUtime=0.02 cores=0-7
/proc/29949/task/29963/stat : 29963 (java) S 29947 29947 28528 0 -1 1077944384 498 0 0 0 2 0 0 0 20 0 20 0 418684572 28909203456 11709 33554432000 4194304 4196468 140722045709952 140548576897776 140549397805698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29964] ppid=29947 vsize=28231644 memory=279809469158032 CPUtime=0.04 cores=0-7
/proc/29949/task/29964/stat : 29964 (java) S 29947 29947 28528 0 -1 1077944384 129 0 0 0 4 0 0 0 20 0 20 0 418684572 28909203456 11709 33554432000 4194304 4196468 140722045709952 140548575845232 140549397805698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29965] ppid=29947 vsize=28231644 memory=279809469155728 CPUtime=0.01 cores=0-7
/proc/29949/task/29965/stat : 29965 (java) S 29947 29947 28528 0 -1 1077944384 175 0 0 0 1 0 0 0 20 0 20 0 418684572 28909203456 11709 33554432000 4194304 4196468 140722045709952 140548574792176 140549397805698 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29966] ppid=29947 vsize=28231644 memory=279809469171888 CPUtime=0.12 cores=0-7
/proc/29949/task/29966/stat : 29966 (java) S 29947 29947 28528 0 -1 1077944384 843 0 0 0 12 0 0 0 20 0 20 0 418684572 28909203456 11709 33554432000 4194304 4196468 140722045709952 140548573739632 140549397805698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29967] ppid=29947 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/29949/task/29967/stat : 29967 (java) S 29947 29947 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418684573 28909203456 11709 33554432000 4194304 4196468 140722045709952 140548572686816 140549397804757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29968] ppid=29947 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/29949/task/29968/stat : 29968 (java) S 29947 29947 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418684573 28909203456 11709 33554432000 4194304 4196468 140722045709952 140548571634352 140549397805698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 48292 KiB

[startup+0.700995 s]
/proc/loadavg: 6.76 6.98 7.04 4/211 29968
/proc/meminfo: memFree=29784800/32770688 swapFree=66961108/67108860
[pid=29947] ppid=29944 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/29947/stat : 29947 (xcsp3-exec) S 29944 29947 28528 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418684566 115843072 364 33554432000 4194304 5098028 140729786606896 140729786605000 140622659850876 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 39936000 140729786610550 140729786610793 140729786610793 140729786613706 0
/proc/29947/statm: 28282 364 305 221 0 87 0
[pid=29949] ppid=29947 vsize=28233768 memory=79524 CPUtime=1.72 cores=0-7
/proc/29949/stat : 29949 (java) S 29947 29947 28528 0 -1 1077944320 14599 0 0 0 166 6 0 0 20 0 20 0 418684566 28911378432 19881 33554432000 4194304 4196468 140722045709952 140722045692496 140549397794551 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
/proc/29949/statm: 7058442 19881 3451 1 0 7019544 0
[pid=29949/tid=29950] ppid=29947 vsize=28233768 memory=279809469529776 CPUtime=0.68 cores=0-7
/proc/29949/task/29950/stat : 29950 (java) R 29947 29947 28528 0 -1 4202560 8617 0 0 0 65 3 0 0 20 0 20 0 418684566 28911378432 19881 33554432000 4194304 4196468 140722045709952 140549402031696 140549000896551 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29951] ppid=29947 vsize=28233768 memory=139904734765936 CPUtime=0 cores=0-7
/proc/29949/task/29951/stat : 29951 (java) S 29947 29947 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418684567 28911378432 19881 33554432000 4194304 4196468 140722045709952 140549317646864 140549397804757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29952] ppid=29947 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/29949/task/29952/stat : 29952 (java) S 29947 29947 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418684567 28911378432 19881 33554432000 4194304 4196468 140722045709952 140549316594320 140549397804757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29953] ppid=29947 vsize=28233768 memory=2832 CPUtime=0 cores=0-7
/proc/29949/task/29953/stat : 29953 (java) S 29947 29947 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418684567 28911378432 19881 33554432000 4194304 4196468 140722045709952 140548947171600 140549397804757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0

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


[startup+1.60127 s]
/proc/loadavg: 6.76 6.98 7.04 5/211 29968
/proc/meminfo: memFree=29724648/32770688 swapFree=66961108/67108860
[pid=29947] ppid=29944 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/29947/stat : 29947 (xcsp3-exec) S 29944 29947 28528 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418684566 115843072 364 33554432000 4194304 5098028 140729786606896 140729786605000 140622659850876 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 39936000 140729786610550 140729786610793 140729786610793 140729786613706 0
/proc/29947/statm: 28282 364 305 221 0 87 0
[pid=29949] ppid=29947 vsize=28235816 memory=223940 CPUtime=5.45 cores=0-7
/proc/29949/stat : 29949 (java) S 29947 29947 28528 0 -1 1077944320 24575 0 0 0 529 16 0 0 20 0 20 0 418684566 28913475584 55985 33554432000 4194304 4196468 140722045709952 140722045692496 140549397794551 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
/proc/29949/statm: 7058954 55985 3484 1 0 7020056 0
[pid=29949/tid=29950] ppid=29947 vsize=28235816 memory=6944656592455360604 CPUtime=1.55 cores=0-7
/proc/29949/task/29950/stat : 29950 (java) R 29947 29947 28528 0 -1 4202560 9888 0 0 0 149 6 0 0 20 0 20 0 418684566 28913475584 55985 33554432000 4194304 4196468 140722045709952 140549402032192 140549000569116 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29951] ppid=29947 vsize=28235816 memory=6944656592455097440 CPUtime=0.01 cores=0-7
/proc/29949/task/29951/stat : 29951 (java) S 29947 29947 28528 0 -1 1077944384 36 0 0 0 0 1 0 0 20 0 20 0 418684567 28913475584 55985 33554432000 4194304 4196468 140722045709952 140549317646864 140549397804757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29952] ppid=29947 vsize=28235816 memory=1456 CPUtime=0 cores=0-7
/proc/29949/task/29952/stat : 29952 (java) S 29947 29947 28528 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 418684567 28913475584 55985 33554432000 4194304 4196468 140722045709952 140549316594320 140549397804757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29953] ppid=29947 vsize=28235816 memory=3612 CPUtime=0 cores=0-7
/proc/29949/task/29953/stat : 29953 (java) S 29947 29947 28528 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 20 0 418684567 28913475584 55985 33554432000 4194304 4196468 140722045709952 140548947171600 140549397804757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29954] ppid=29947 vsize=28235816 memory=39552 CPUtime=0 cores=0-7
/proc/29949/task/29954/stat : 29954 (java) S 29947 29947 28528 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 20 0 418684567 28913475584 55985 33554432000 4194304 4196468 140722045709952 140548946119056 140549397804757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29955] ppid=29947 vsize=28235816 memory=984 CPUtime=0.01 cores=0-7
/proc/29949/task/29955/stat : 29955 (java) S 29947 29947 28528 0 -1 1077944384 33 0 0 0 1 0 0 0 20 0 20 0 418684567 28913475584 55985 33554432000 4194304 4196468 140722045709952 140548945067024 140549397804757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29956] ppid=29947 vsize=28235816 memory=2044 CPUtime=0 cores=0-7
/proc/29949/task/29956/stat : 29956 (java) S 29947 29947 28528 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 20 0 418684567 28913475584 55985 33554432000 4194304 4196468 140722045709952 140548944014480 140549397804757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29957] ppid=29947 vsize=28235816 memory=1380 CPUtime=0 cores=0-7
/proc/29949/task/29957/stat : 29957 (java) S 29947 29947 28528 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 20 0 418684567 28913475584 55985 33554432000 4194304 4196468 140722045709952 140548942961424 140549397804757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29958] ppid=29947 vsize=28235816 memory=1056 CPUtime=0 cores=0-7
/proc/29949/task/29958/stat : 29958 (java) S 29947 29947 28528 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 20 0 418684567 28913475584 55985 33554432000 4194304 4196468 140722045709952 140548941908880 140549397804757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29959] ppid=29947 vsize=28235816 memory=764 CPUtime=0 cores=0-7
/proc/29949/task/29959/stat : 29959 (java) S 29947 29947 28528 0 -1 1077944384 105 0 0 0 0 0 0 0 20 0 20 0 418684569 28913475584 55985 33554432000 4194304 4196468 140722045709952 140548782495984 140549397805698 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29960] ppid=29947 vsize=28235816 memory=1708 CPUtime=0 cores=0-7
/proc/29949/task/29960/stat : 29960 (java) S 29947 29947 28528 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 20 0 418684569 28913475584 55985 33554432000 4194304 4196468 140722045709952 140548781442208 140549397804757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29961] ppid=29947 vsize=28235816 memory=1224 CPUtime=0 cores=0-7
/proc/29949/task/29961/stat : 29961 (java) S 29947 29947 28528 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 20 0 418684570 28913475584 55985 33554432000 4194304 4196468 140722045709952 140548780389104 140549397804757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29962] ppid=29947 vsize=28235816 memory=5932 CPUtime=0 cores=0-7
/proc/29949/task/29962/stat : 29962 (java) S 29947 29947 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418684572 28913475584 55985 33554432000 4194304 4196468 140722045709952 140548779337680 140549397813147 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29963] ppid=29947 vsize=28235816 memory=164 CPUtime=1.02 cores=0-7
/proc/29949/task/29963/stat : 29963 (java) R 29947 29947 28528 0 -1 4202560 3325 0 0 0 101 1 0 0 20 0 20 0 418684572 28913475584 55985 33554432000 4194304 4196468 140722045709952 140548576884560 140549377286742 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29964] ppid=29947 vsize=28235816 memory=-9001734013606258791 CPUtime=1.01 cores=0-7
/proc/29949/task/29964/stat : 29964 (java) R 29947 29947 28528 0 -1 4202560 2767 0 0 0 101 0 0 0 20 0 20 0 418684572 28913475584 55985 33554432000 4194304 4196468 140722045709952 140548575832784 140549382679001 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29965] ppid=29947 vsize=28235816 memory=-7384994778349281184 CPUtime=1.02 cores=0-7
/proc/29949/task/29965/stat : 29965 (java) R 29947 29947 28528 0 -1 4202560 3312 0 0 0 102 0 0 0 20 0 20 0 418684572 28913475584 55985 33554432000 4194304 4196468 140722045709952 140548574779408 140549381291335 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29966] ppid=29947 vsize=28235816 memory=7681905605394137914 CPUtime=0.69 cores=0-7
/proc/29949/task/29966/stat : 29966 (java) S 29947 29947 28528 0 -1 1077944384 3646 0 0 0 68 1 0 0 20 0 20 0 418684572 28913475584 55985 33554432000 4194304 4196468 140722045709952 140548573739632 140549397805698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29967] ppid=29947 vsize=28235816 memory=-7522837583129502606 CPUtime=0 cores=0-7
/proc/29949/task/29967/stat : 29967 (java) S 29947 29947 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418684573 28913475584 55985 33554432000 4194304 4196468 140722045709952 140548572686816 140549397804757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29968] ppid=29947 vsize=28235816 memory=-7233780906022726806 CPUtime=0 cores=0-7
/proc/29949/task/29968/stat : 29968 (java) S 29947 29947 28528 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 418684573 28913475584 55985 33554432000 4194304 4196468 140722045709952 140548571634352 140549397805698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
Current children cumulated CPU time: 5.45 s
Current children cumulated vsize: 28348944 KiB
Current children cumulated memory: 225396 KiB

[startup+2.00102 s]*
/proc/loadavg: 6.54 6.93 7.02 4/219 30104
/proc/meminfo: memFree=29555424/32770688 swapFree=66961108/67108860
[pid=29947] ppid=29944 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/29947/stat : 29947 (xcsp3-exec) S 29944 29947 28528 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418684566 115843072 364 33554432000 4194304 5098028 140729786606896 140729786605000 140622659850876 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 39936000 140729786610550 140729786610793 140729786610793 140729786613706 0
/proc/29947/statm: 28282 364 305 221 0 87 0
[pid=29949] ppid=29947 vsize=28769356 memory=317160 CPUtime=7.85 cores=0-7
/proc/29949/stat : 29949 (java) S 29947 29947 28528 0 -1 1077944320 28857 0 0 0 758 27 0 0 20 0 28 0 418684566 29459820544 79290 33554432000 4194304 4196468 140722045709952 140722045692496 140549397794551 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
/proc/29949/statm: 7192339 79290 3507 1 0 7153441 0
[pid=29949/tid=29950] ppid=29947 vsize=28769356 memory=6791534058613427641 CPUtime=1.61 cores=0-7
/proc/29949/task/29950/stat : 29950 (java) R 29947 29947 28528 0 -1 4202560 10124 0 0 0 155 6 0 0 20 0 20 0 418684566 29459820544 79257 33554432000 4194304 4196468 140722045709952 140549402035328 140549390534401 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29951] ppid=29947 vsize=28769356 memory=4872558044660077418 CPUtime=0.04 cores=0-7
/proc/29949/task/29951/stat : 29951 (java) S 29947 29947 28528 0 -1 1077944384 98 0 0 0 2 2 0 0 20 0 21 0 418684567 29459820544 79257 33554432000 4194304 4196468 140722045709952 140549317646864 140549397804757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29952] ppid=29947 vsize=28769356 memory=0 CPUtime=0.03 cores=0-7
/proc/29949/task/29952/stat : 29952 (java) S 29947 29947 28528 0 -1 1077944384 71 0 0 0 2 1 0 0 20 0 21 0 418684567 29459820544 79257 33554432000 4194304 4196468 140722045709952 140549316594320 140549397804757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29953] ppid=29947 vsize=28769356 memory=0 CPUtime=0.03 cores=0-7
/proc/29949/task/29953/stat : 29953 (java) S 29947 29947 28528 0 -1 1077944384 74 0 0 0 2 1 0 0 20 0 21 0 418684567 29459820544 79257 33554432000 4194304 4196468 140722045709952 140548947171600 140549397804757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29954] ppid=29947 vsize=28769356 memory=0 CPUtime=0.04 cores=0-7
/proc/29949/task/29954/stat : 29954 (java) S 29947 29947 28528 0 -1 1077944384 46 0 0 0 3 1 0 0 20 0 21 0 418684567 29459820544 79257 33554432000 4194304 4196468 140722045709952 140548946119056 140549397804757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29955] ppid=29947 vsize=28769356 memory=0 CPUtime=0.04 cores=0-7
/proc/29949/task/29955/stat : 29955 (java) S 29947 29947 28528 0 -1 1077944384 88 0 0 0 3 1 0 0 20 0 21 0 418684567 29459820544 79257 33554432000 4194304 4196468 140722045709952 140548945067024 140549397804757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29956] ppid=29947 vsize=28769356 memory=0 CPUtime=0.03 cores=0-7
/proc/29949/task/29956/stat : 29956 (java) S 29947 29947 28528 0 -1 1077944384 57 0 0 0 2 1 0 0 20 0 21 0 418684567 29459820544 79257 33554432000 4194304 4196468 140722045709952 140548944014480 140549397804757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29957] ppid=29947 vsize=28769356 memory=0 CPUtime=0.03 cores=0-7
/proc/29949/task/29957/stat : 29957 (java) S 29947 29947 28528 0 -1 1077944384 114 0 0 0 2 1 0 0 20 0 21 0 418684567 29459820544 79257 33554432000 4194304 4196468 140722045709952 140548942961424 140549397804757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29958] ppid=29947 vsize=28769356 memory=0 CPUtime=0.03 cores=0-7
/proc/29949/task/29958/stat : 29958 (java) S 29947 29947 28528 0 -1 1077944384 70 0 0 0 2 1 0 0 20 0 21 0 418684567 29459820544 79257 33554432000 4194304 4196468 140722045709952 140548941908880 140549397804757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29959] ppid=29947 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/29949/task/29959/stat : 29959 (java) S 29947 29947 28528 0 -1 1077944384 105 0 0 0 0 0 0 0 20 0 21 0 418684569 29459820544 79257 33554432000 4194304 4196468 140722045709952 140548782495984 140549397805698 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29960] ppid=29947 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/29949/task/29960/stat : 29960 (java) S 29947 29947 28528 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 21 0 418684569 29459820544 79769 33554432000 4194304 4196468 140722045709952 140548781442272 140549397804757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29961] ppid=29947 vsize=28769356 memory=3546361729840722486 CPUtime=0 cores=0-7
/proc/29949/task/29961/stat : 29961 (java) S 29947 29947 28528 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 21 0 418684570 29459820544 79769 33554432000 4194304 4196468 140722045709952 140548780389120 140549397804757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29962] ppid=29947 vsize=28769356 memory=3473455226926740784 CPUtime=0 cores=0-7
/proc/29949/task/29962/stat : 29962 (java) S 29947 29947 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 418684572 29459820544 79769 33554432000 4194304 4196468 140722045709952 140548779337680 140549397813147 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29963] ppid=29947 vsize=28769356 memory=0 CPUtime=1.22 cores=0-7
/proc/29949/task/29963/stat : 29963 (java) S 29947 29947 28528 0 -1 1077944384 3383 0 0 0 120 2 0 0 20 0 22 0 418684572 29459820544 79769 33554432000 4194304 4196468 140722045709952 140548576897776 140549397805698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29964] ppid=29947 vsize=28769356 memory=7445686414804085358 CPUtime=1.19 cores=0-7
/proc/29949/task/29964/stat : 29964 (java) S 29947 29947 28528 0 -1 1077944384 2947 0 0 0 119 0 0 0 20 0 22 0 418684572 29459820544 79769 33554432000 4194304 4196468 140722045709952 140548575845232 140549397805698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29965] ppid=29947 vsize=28769356 memory=7590655979367786604 CPUtime=1.23 cores=0-7
/proc/29949/task/29965/stat : 29965 (java) S 29947 29947 28528 0 -1 1077944384 3403 0 0 0 123 0 0 0 20 0 23 0 418684572 29459820544 79769 33554432000 4194304 4196468 140722045709952 140548574792176 140549397805698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29966] ppid=29947 vsize=28769356 memory=7236547281622689387 CPUtime=0.83 cores=0-7
/proc/29949/task/29966/stat : 29966 (java) S 29947 29947 28528 0 -1 1077944384 3918 0 0 0 82 1 0 0 20 0 23 0 418684572 29459820544 79769 33554432000 4194304 4196468 140722045709952 140548573739632 140549397805698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29967] ppid=29947 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/29949/task/29967/stat : 29967 (java) S 29947 29947 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 418684573 29459820544 79769 33554432000 4194304 4196468 140722045709952 140548572686816 140549397804757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29968] ppid=29947 vsize=28769356 memory=-1 CPUtime=0 cores=0-7
/proc/29949/task/29968/stat : 29968 (java) S 29947 29947 28528 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 24 0 418684573 29459820544 79769 33554432000 4194304 4196468 140722045709952 140548571634352 140549397805698 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=30131] ppid=29947 vsize=28769356 memory=-1 CPUtime=0 cores=0-7
/proc/29949/task/30131/stat : 30131 (java) R 29947 29947 28528 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 24 0 418684767 29459820544 79769 33554432000 4194304 4196468 140722045709952 140548560334176 140549379443499 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=30132] ppid=29947 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/29949/task/30132/stat : 30132 (java) D 29947 29947 28528 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 25 0 418684767 29459820544 79769 33554432000 4194304 4196468 140722045709952 140548551912712 140549390511514 0 4 0 16800975 18446744071582151463 0 0 -1 0 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=30133] ppid=29947 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/29949/task/30133/stat : 30133 (java) R 29947 29947 28528 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 25 0 418684767 29459820544 79769 33554432000 4194304 4196468 140722045709952 140548555070560 140549397804757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
Current children cumulated CPU time: 7.85 s
Current children cumulated vsize: 28882484 KiB
Current children cumulated memory: 318616 KiB

[startup+2.20184 s]
/proc/loadavg: 6.54 6.93 7.02 4/219 30104
/proc/meminfo: memFree=29555424/32770688 swapFree=66961108/67108860
[pid=29947] ppid=29944 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/29947/stat : 29947 (xcsp3-exec) S 29944 29947 28528 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418684566 115843072 364 33554432000 4194304 5098028 140729786606896 140729786605000 140622659850876 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 39936000 140729786610550 140729786610793 140729786610793 140729786613706 0
/proc/29947/statm: 28282 364 305 221 0 87 0
[pid=29949] ppid=29947 vsize=28769356 memory=400316 CPUtime=9.15 cores=0-7
/proc/29949/stat : 29949 (java) S 29947 29947 28528 0 -1 1077944320 31232 0 0 0 881 34 0 0 20 0 28 0 418684566 29459820544 100079 33554432000 4194304 4196468 140722045709952 140722045692496 140549397794551 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
/proc/29949/statm: 7192339 100079 3512 1 0 7153441 0
[pid=29949/tid=29950] ppid=29947 vsize=28769356 memory=0 CPUtime=1.62 cores=0-7
/proc/29949/task/29950/stat : 29950 (java) S 29947 29947 28528 0 -1 1077944384 10127 0 0 0 156 6 0 0 20 0 28 0 418684566 29459820544 100079 33554432000 4194304 4196468 140722045709952 140549402035328 140549397804757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29951] ppid=29947 vsize=28769356 memory=0 CPUtime=0.05 cores=0-7
/proc/29949/task/29951/stat : 29951 (java) S 29947 29947 28528 0 -1 1077944384 109 0 0 0 3 2 0 0 20 0 28 0 418684567 29459820544 100079 33554432000 4194304 4196468 140722045709952 140549317646864 140549397804757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29952] ppid=29947 vsize=28769356 memory=0 CPUtime=0.04 cores=0-7
/proc/29949/task/29952/stat : 29952 (java) S 29947 29947 28528 0 -1 1077944384 85 0 0 0 3 1 0 0 20 0 28 0 418684567 29459820544 100079 33554432000 4194304 4196468 140722045709952 140549316594320 140549397804757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29953] ppid=29947 vsize=28769356 memory=0 CPUtime=0.04 cores=0-7
/proc/29949/task/29953/stat : 29953 (java) S 29947 29947 28528 0 -1 1077944384 85 0 0 0 3 1 0 0 20 0 28 0 418684567 29459820544 100079 33554432000 4194304 4196468 140722045709952 140548947171600 140549397804757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29954] ppid=29947 vsize=28769356 memory=3063244 CPUtime=0.04 cores=0-7
/proc/29949/task/29954/stat : 29954 (java) S 29947 29947 28528 0 -1 1077944384 47 0 0 0 3 1 0 0 20 0 28 0 418684567 29459820544 100079 33554432000 4194304 4196468 140722045709952 140548946119056 140549397804757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29955] ppid=29947 vsize=28769356 memory=288230596050944315 CPUtime=0.05 cores=0-7
/proc/29949/task/29955/stat : 29955 (java) S 29947 29947 28528 0 -1 1077944384 96 0 0 0 3 2 0 0 20 0 28 0 418684567 29459820544 100079 33554432000 4194304 4196468 140722045709952 140548945067024 140549397804757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29956] ppid=29947 vsize=28769356 memory=14698491322567293 CPUtime=0.04 cores=0-7
/proc/29949/task/29956/stat : 29956 (java) S 29947 29947 28528 0 -1 1077944384 68 0 0 0 3 1 0 0 20 0 28 0 418684567 29459820544 100079 33554432000 4194304 4196468 140722045709952 140548944014480 140549397804757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29957] ppid=29947 vsize=28769356 memory=0 CPUtime=0.05 cores=0-7
/proc/29949/task/29957/stat : 29957 (java) S 29947 29947 28528 0 -1 1077944384 128 0 0 0 3 2 0 0 20 0 28 0 418684567 29459820544 100079 33554432000 4194304 4196468 140722045709952 140548942961424 140549397804757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29958] ppid=29947 vsize=28769356 memory=0 CPUtime=0.03 cores=0-7
/proc/29949/task/29958/stat : 29958 (java) S 29947 29947 28528 0 -1 1077944384 71 0 0 0 2 1 0 0 20 0 28 0 418684567 29459820544 100079 33554432000 4194304 4196468 140722045709952 140548941908880 140549397804757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29959] ppid=29947 vsize=28769356 memory=0 CPUtime=0.01 cores=0-7
/proc/29949/task/29959/stat : 29959 (java) S 29947 29947 28528 0 -1 1077944384 232 0 0 0 1 0 0 0 20 0 28 0 418684569 29459820544 100079 33554432000 4194304 4196468 140722045709952 140548782495984 140549397805698 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29960] ppid=29947 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/29949/task/29960/stat : 29960 (java) S 29947 29947 28528 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 28 0 418684569 29459820544 100079 33554432000 4194304 4196468 140722045709952 140548781442272 140549397804757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29961] ppid=29947 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/29949/task/29961/stat : 29961 (java) S 29947 29947 28528 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 28 0 418684570 29459820544 100079 33554432000 4194304 4196468 140722045709952 140548780389120 140549397804757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29962] ppid=29947 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/29949/task/29962/stat : 29962 (java) S 29947 29947 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418684572 29459820544 100079 33554432000 4194304 4196468 140722045709952 140548779337680 140549397813147 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29963] ppid=29947 vsize=28769356 memory=0 CPUtime=1.37 cores=0-7
/proc/29949/task/29963/stat : 29963 (java) R 29947 29947 28528 0 -1 4202560 3415 0 0 0 135 2 0 0 20 0 28 0 418684572 29459820544 100079 33554432000 4194304 4196468 140722045709952 140548576890968 140549375389328 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29964] ppid=29947 vsize=28769356 memory=0 CPUtime=1.31 cores=0-7
/proc/29949/task/29964/stat : 29964 (java) R 29947 29947 28528 0 -1 4202560 2968 0 0 0 131 0 0 0 20 0 28 0 418684572 29459820544 100079 33554432000 4194304 4196468 140722045709952 140548575836880 140549390890982 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29965] ppid=29947 vsize=28769356 memory=0 CPUtime=1.34 cores=0-7
/proc/29949/task/29965/stat : 29965 (java) R 29947 29947 28528 0 -1 4202560 3425 0 0 0 134 0 0 0 20 0 28 0 418684572 29459820544 100079 33554432000 4194304 4196468 140722045709952 140548574778272 140549379314244 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29966] ppid=29947 vsize=28769356 memory=0 CPUtime=0.9 cores=0-7
/proc/29949/task/29966/stat : 29966 (java) R 29947 29947 28528 0 -1 1077944384 4058 0 0 0 89 1 0 0 20 0 28 0 418684572 29459820544 100079 33554432000 4194304 4196468 140722045709952 140548573739632 140549397805698 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29967] ppid=29947 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/29949/task/29967/stat : 29967 (java) S 29947 29947 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418684573 29459820544 100079 33554432000 4194304 4196468 140722045709952 140548572686816 140549397804757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
[pid=29949/tid=29968] ppid=29947 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/29949/task/29968/stat : 29968 (java) S 29947 29947 28528 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 418684573 29459820544 100079 33554432000 4194304 4196468 140722045709952 140548571634352 140549397805698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19275776 140722045711338 140722045711510 140722045711510 140722045714383 0
Current children cumulated CPU time: 9.15 s
Current children cumulated vsize: 28882484 KiB
Current children cumulated memory: 401772 KiB

Child status: 0
Real time (s): 2.26769
CPU time (s): 9.46222
CPU user time (s): 9.109
CPU system time (s): 0.353222
CPU usage (%): 417.263
Max. virtual memory (cumulated for all children) (KiB): 28882484
Max. memory (cumulated for all children) (KiB): 401772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.109
system time used= 0.353222
maximum resident set size= 402272
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31889
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5826
involuntary context switches= 90


# summary of solver processes directly reported to runsolver:
#   pid: 29947
#   total CPU time (s): 9.46222
#   total CPU user time (s): 9.109
#   total CPU system time (s): 0.353222

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.043972 second user time and 0.072605 second system time

The end

Launcher Data

Begin job on node116 at 2019-09-14 04:16:28
IDJOB=4393905
IDBENCH=126833
IDSOLVER=2841
FILE ID=node116/4393905-1568427429
RUNJOBID= node116-1568427322-28555
PBS_JOBID= 21702297
Free space on /tmp= 61244 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/Tpp/Tpp-zinc-s1/Tpp-6-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-4393905-1568427429/watcher-4393905-1568427429 -o /tmp/evaluation-result-4393905-1568427429/solver-4393905-1568427429 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node116-1568427322-28555 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 284164659 HOME/instance-4393905-1568427429.xml

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

MD5SUM BENCH= b4cf0cb08a05c1b083ee2f2000733b36
RANDOM SEED=284164659

node116.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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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	: 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		: 2667.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	: 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		: 2667.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	: 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		: 2667.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:       32770688 kB
MemFree:        29830000 kB
MemAvailable:   31852596 kB
Buffers:          148640 kB
Cached:          2159464 kB
SwapCached:        46660 kB
Active:           931968 kB
Inactive:        1428644 kB
Active(anon):       5036 kB
Inactive(anon):    87864 kB
Active(file):     926932 kB
Inactive(file):  1340780 kB
Unevictable:      109332 kB
Mlocked:          109332 kB
SwapTotal:      67108860 kB
SwapFree:       66961108 kB
Dirty:             26208 kB
Writeback:             0 kB
AnonPages:        114816 kB
Mapped:            43356 kB
Shmem:             32000 kB
Slab:             169868 kB
SReclaimable:     141436 kB
SUnreclaim:        28432 kB
KernelStack:        3712 kB
PageTables:         6052 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:     497848 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116160 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61216 MiB
End job on node116 at 2019-09-14 04:16:30