Trace number 4393871

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 10.9213 2.52747

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.325758
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-4393871-1568427396.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4393871-1568427396.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
6.07/1.73	c solve instance...
7.30/1.95	o 351 
7.30/1.96	o 351 
7.30/1.97	o 246 
7.98/2.02	o 242 
7.98/2.03	o 241 
7.98/2.03	o 240 
7.98/2.04	o 238 
7.98/2.05	o 237 
7.98/2.09	o 236 
7.98/2.09	o 235 
7.98/2.09	o 232 
7.98/2.10	o 231 
7.98/2.10	o 229 
7.98/2.11	o 228 
8.57/2.11	o 227 
8.57/2.11	o 226 
8.57/2.11	o 225 
8.57/2.12	o 224 
8.57/2.12	o 223 
8.57/2.13	o 223 
8.57/2.14	o 222 
8.57/2.18	o 221 
8.57/2.18	o 211 
8.57/2.20	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (70/72)
8.57/2.20		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
8.57/2.20		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
8.57/2.20		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
8.57/2.20		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
8.57/2.20		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
8.57/2.20	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (70/72)
8.57/2.20		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
8.57/2.20		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
8.57/2.20		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
8.57/2.20		at org.chocosolver.solver.Solver.repair(Solver.java:443)
8.57/2.20		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
8.57/2.20		at org.chocosolver.solver.Solver.solve(Solver.java:262)
8.57/2.20		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
8.57/2.20		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
8.57/2.20		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
8.57/2.20		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
8.57/2.20		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
8.57/2.20		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
8.57/2.20		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
8.57/2.20		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
8.57/2.20		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
8.57/2.20		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
8.57/2.20	o 210 
8.97/2.20	o 206 
8.97/2.21	o 205 
8.97/2.21	o 201 
8.97/2.22	o 199 
8.97/2.23	o 196 
8.97/2.23	o 194 
8.97/2.24	o 193 
8.97/2.24	o 189 
8.97/2.25	o 188 
8.97/2.25	o 186 
8.97/2.25	o 185 
8.97/2.27	o 184 
8.97/2.27	o 184 
8.97/2.27	o 183 
8.97/2.29	o 180 
9.53/2.30	o 179 
9.53/2.30	o 177 
9.53/2.31	o 175 
9.53/2.31	o 174 
9.53/2.32	o 173 
9.53/2.34	o 172 
9.53/2.34	o 171 
9.53/2.34	o 169 
9.53/2.35	o 168 
9.53/2.35	o 167 
9.53/2.35	o 166 
9.53/2.36	o 165 
9.53/2.36	o 164 
10.09/2.50	s OPTIMUM FOUND
10.09/2.50	v <instantiation>
10.09/2.50	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.09/2.50	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.09/2.50	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 (14578 MiB free)
  memory of node 1: 16384 MiB (15647 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393871-1568427396/watcher-4393871-1568427396 -o /tmp/evaluation-result-4393871-1568427396/solver-4393871-1568427396 -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 1986968289 HOME/instance-4393871-1568427396.xml 

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

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


[startup+0.100133 s]*
/proc/loadavg: 6.11 6.80 6.84 2/211 19594
/proc/meminfo: memFree=30933856/32770624 swapFree=66947516/67108860
[pid=19573] ppid=19570 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/19573/stat : 19573 (xcsp3-exec) S 19570 19573 15751 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 418681556 115843072 364 33554432000 4194304 5098028 140734618757360 140734618755464 139621572891260 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12345344 140734618760053 140734618760297 140734618760297 140734618763210 0
/proc/19573/statm: 28282 364 305 221 0 87 0
[pid=19575] ppid=19573 vsize=28227388 memory=29456 CPUtime=0.12 cores=0-7
/proc/19575/stat : 19575 (java) S 19573 19573 15751 0 -1 1077944320 5841 0 0 0 11 1 0 0 20 0 20 0 418681556 28904845312 7364 33554432000 4194304 4196468 140725436105728 140725436088272 140018080972535 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
/proc/19575/statm: 7056847 7364 3115 1 0 7019032 0
[pid=19575/tid=19576] ppid=19573 vsize=28227388 memory=8317482817917895235 CPUtime=0.08 cores=0-7
/proc/19575/task/19576/stat : 19576 (java) R 19573 19573 15751 0 -1 4202560 3750 0 0 0 8 0 0 0 20 0 20 0 418681557 28904845312 7364 33554432000 4194304 4196468 140725436105728 140018085200240 140018080994461 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19577] ppid=19573 vsize=28227388 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/19575/task/19577/stat : 19577 (java) S 19573 19573 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418681557 28904845312 7364 33554432000 4194304 4196468 140725436105728 140018033592592 140018080982741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19578] ppid=19573 vsize=28227388 memory=140391895803520 CPUtime=0 cores=0-7
/proc/19575/task/19578/stat : 19578 (java) S 19573 19573 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418681557 28904845312 7364 33554432000 4194304 4196468 140725436105728 140018032540048 140018080982741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19579] ppid=19573 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19575/task/19579/stat : 19579 (java) S 19573 19573 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418681557 28904845312 7364 33554432000 4194304 4196468 140725436105728 140018031487504 140018080982741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19580] ppid=19573 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19575/task/19580/stat : 19580 (java) S 19573 19573 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418681557 28904845312 7364 33554432000 4194304 4196468 140725436105728 140018030434960 140018080982741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19581] ppid=19573 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19575/task/19581/stat : 19581 (java) S 19573 19573 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418681557 28904845312 7364 33554432000 4194304 4196468 140725436105728 140018029382416 140018080982741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19582] ppid=19573 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/19575/task/19582/stat : 19582 (java) S 19573 19573 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418681557 28904845312 7364 33554432000 4194304 4196468 140725436105728 140018028329872 140018080982741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19583] ppid=19573 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19575/task/19583/stat : 19583 (java) S 19573 19573 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418681557 28904845312 7364 33554432000 4194304 4196468 140725436105728 140018027277328 140018080982741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19584] ppid=19573 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19575/task/19584/stat : 19584 (java) S 19573 19573 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418681557 28904845312 7364 33554432000 4194304 4196468 140725436105728 140018026224784 140018080982741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19585] ppid=19573 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19575/task/19585/stat : 19585 (java) S 19573 19573 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418681559 28904845312 7364 33554432000 4194304 4196468 140725436105728 140017264441328 140018080983682 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19586] ppid=19573 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19575/task/19586/stat : 19586 (java) S 19573 19573 15751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418681559 28904845312 7364 33554432000 4194304 4196468 140725436105728 140017263387552 140018080982741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19587] ppid=19573 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19575/task/19587/stat : 19587 (java) S 19573 19573 15751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418681560 28904845312 7364 33554432000 4194304 4196468 140725436105728 140017262334960 140018080982741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19588] ppid=19573 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19575/task/19588/stat : 19588 (java) S 19573 19573 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418681562 28904845312 7364 33554432000 4194304 4196468 140725436105728 140017261283536 140018080991131 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19589] ppid=19573 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19575/task/19589/stat : 19589 (java) S 19573 19573 15751 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 20 0 418681562 28904845312 7364 33554432000 4194304 4196468 140725436105728 140017260231152 140018080983682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19590] ppid=19573 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19575/task/19590/stat : 19590 (java) S 19573 19573 15751 0 -1 1077944384 125 0 0 0 0 0 0 0 20 0 20 0 418681562 28904845312 7364 33554432000 4194304 4196468 140725436105728 140017259178608 140018080983682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19591] ppid=19573 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19575/task/19591/stat : 19591 (java) S 19573 19573 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418681562 28904845312 7364 33554432000 4194304 4196468 140725436105728 140017258126064 140018080983682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19592] ppid=19573 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/19575/task/19592/stat : 19592 (java) R 19573 19573 15751 0 -1 4202560 345 0 0 0 1 0 0 0 20 0 20 0 418681562 28904845312 7364 33554432000 4194304 4196468 140725436105728 140017257073520 140018080993882 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19593] ppid=19573 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19575/task/19593/stat : 19593 (java) S 19573 19573 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418681562 28904845312 7364 33554432000 4194304 4196468 140725436105728 140017256020192 140018080982741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19594] ppid=19573 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/19575/task/19594/stat : 19594 (java) S 19573 19573 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418681562 28904845312 7364 33554432000 4194304 4196468 140725436105728 140017254967728 140018080983682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 30912 KiB

[startup+0.210636 s]*
/proc/loadavg: 6.11 6.80 6.84 2/211 19594
/proc/meminfo: memFree=30921952/32770624 swapFree=66947516/67108860
[pid=19573] ppid=19570 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/19573/stat : 19573 (xcsp3-exec) S 19570 19573 15751 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 418681556 115843072 364 33554432000 4194304 5098028 140734618757360 140734618755464 139621572891260 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12345344 140734618760053 140734618760297 140734618760297 140734618763210 0
/proc/19573/statm: 28282 364 305 221 0 87 0
[pid=19575] ppid=19573 vsize=28227388 memory=41208 CPUtime=0.33 cores=0-7
/proc/19575/stat : 19575 (java) S 19573 19573 15751 0 -1 1077944320 9506 0 0 0 30 3 0 0 20 0 20 0 418681556 28904845312 10302 33554432000 4194304 4196468 140725436105728 140725436088272 140018080972535 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
/proc/19575/statm: 7056847 10302 3306 1 0 7019032 0
[pid=19575/tid=19576] ppid=19573 vsize=28227388 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/19575/task/19576/stat : 19576 (java) R 19573 19573 15751 0 -1 4202560 6672 0 0 0 18 2 0 0 20 0 20 0 418681557 28904845312 10302 33554432000 4194304 4196468 140725436105728 140018085212208 140017695596432 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19577] ppid=19573 vsize=28227388 memory=328 CPUtime=0 cores=0-7
/proc/19575/task/19577/stat : 19577 (java) S 19573 19573 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418681557 28904845312 10302 33554432000 4194304 4196468 140725436105728 140018033592592 140018080982741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19578] ppid=19573 vsize=28227388 memory=140391898894667 CPUtime=0 cores=0-7
/proc/19575/task/19578/stat : 19578 (java) S 19573 19573 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418681557 28904845312 10302 33554432000 4194304 4196468 140725436105728 140018032540048 140018080982741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19579] ppid=19573 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/19575/task/19579/stat : 19579 (java) S 19573 19573 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418681557 28904845312 10302 33554432000 4194304 4196468 140725436105728 140018031487504 140018080982741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19580] ppid=19573 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19575/task/19580/stat : 19580 (java) S 19573 19573 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418681557 28904845312 10302 33554432000 4194304 4196468 140725436105728 140018030434960 140018080982741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19581] ppid=19573 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19575/task/19581/stat : 19581 (java) S 19573 19573 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418681557 28904845312 10302 33554432000 4194304 4196468 140725436105728 140018029382416 140018080982741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19582] ppid=19573 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/19575/task/19582/stat : 19582 (java) S 19573 19573 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418681557 28904845312 10302 33554432000 4194304 4196468 140725436105728 140018028329872 140018080982741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19583] ppid=19573 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19575/task/19583/stat : 19583 (java) S 19573 19573 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418681557 28904845312 10302 33554432000 4194304 4196468 140725436105728 140018027277328 140018080982741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19584] ppid=19573 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19575/task/19584/stat : 19584 (java) S 19573 19573 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418681557 28904845312 10302 33554432000 4194304 4196468 140725436105728 140018026224784 140018080982741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19585] ppid=19573 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19575/task/19585/stat : 19585 (java) S 19573 19573 15751 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 418681559 28904845312 10302 33554432000 4194304 4196468 140725436105728 140017264441328 140018080983682 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19586] ppid=19573 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19575/task/19586/stat : 19586 (java) S 19573 19573 15751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418681559 28904845312 10302 33554432000 4194304 4196468 140725436105728 140017263387552 140018080982741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19587] ppid=19573 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19575/task/19587/stat : 19587 (java) S 19573 19573 15751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418681560 28904845312 10302 33554432000 4194304 4196468 140725436105728 140017262334960 140018080982741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19588] ppid=19573 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19575/task/19588/stat : 19588 (java) S 19573 19573 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418681562 28904845312 10302 33554432000 4194304 4196468 140725436105728 140017261283536 140018080991131 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19589] ppid=19573 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/19575/task/19589/stat : 19589 (java) S 19573 19573 15751 0 -1 1077944384 491 0 0 0 2 0 0 0 20 0 20 0 418681562 28904845312 10302 33554432000 4194304 4196468 140725436105728 140017260231152 140018080983682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19590] ppid=19573 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/19575/task/19590/stat : 19590 (java) S 19573 19573 15751 0 -1 1077944384 210 0 0 0 1 0 0 0 20 0 20 0 418681562 28904845312 10302 33554432000 4194304 4196468 140725436105728 140017259178608 140018080983682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19591] ppid=19573 vsize=28227388 memory=-1 CPUtime=0.01 cores=0-7
/proc/19575/task/19591/stat : 19591 (java) S 19573 19573 15751 0 -1 1077944384 72 0 0 0 1 0 0 0 20 0 20 0 418681562 28904845312 10302 33554432000 4194304 4196468 140725436105728 140017258126064 140018080983682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19592] ppid=19573 vsize=28227388 memory=-1 CPUtime=0.07 cores=0-7
/proc/19575/task/19592/stat : 19592 (java) R 19573 19573 15751 0 -1 4202560 745 0 0 0 7 0 0 0 20 0 20 0 418681562 28904845312 10302 33554432000 4194304 4196468 140725436105728 140017257073520 140018073209662 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19593] ppid=19573 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/19575/task/19593/stat : 19593 (java) S 19573 19573 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418681562 28904845312 10302 33554432000 4194304 4196468 140725436105728 140017256020192 140018080982741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19594] ppid=19573 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/19575/task/19594/stat : 19594 (java) S 19573 19573 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418681562 28904845312 10302 33554432000 4194304 4196468 140725436105728 140017254967728 140018080983682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42664 KiB

[startup+0.312666 s]*
/proc/loadavg: 6.11 6.80 6.84 4/211 19594
/proc/meminfo: memFree=30914892/32770624 swapFree=66947516/67108860
[pid=19573] ppid=19570 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/19573/stat : 19573 (xcsp3-exec) S 19570 19573 15751 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 418681556 115843072 364 33554432000 4194304 5098028 140734618757360 140734618755464 139621572891260 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12345344 140734618760053 140734618760297 140734618760297 140734618763210 0
/proc/19573/statm: 28282 364 305 221 0 87 0
[pid=19575] ppid=19573 vsize=28231644 memory=50076 CPUtime=0.53 cores=0-7
/proc/19575/stat : 19575 (java) S 19573 19573 15751 0 -1 1077944320 10931 0 0 0 48 5 0 0 20 0 20 0 418681556 28909203456 12519 33554432000 4194304 4196468 140725436105728 140725436088272 140018080972535 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
/proc/19575/statm: 7057911 12519 3353 1 0 7019032 0
[pid=19575/tid=19576] ppid=19573 vsize=28231644 memory=8317482817917895235 CPUtime=0.3 cores=0-7
/proc/19575/task/19576/stat : 19576 (java) R 19573 19573 15751 0 -1 4202560 7854 0 0 0 27 3 0 0 20 0 20 0 418681557 28909203456 12519 33554432000 4194304 4196468 140725436105728 140018085203648 140018065053022 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19577] ppid=19573 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/19575/task/19577/stat : 19577 (java) S 19573 19573 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418681557 28909203456 12519 33554432000 4194304 4196468 140725436105728 140018033592592 140018080982741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19578] ppid=19573 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/19575/task/19578/stat : 19578 (java) S 19573 19573 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418681557 28909203456 12519 33554432000 4194304 4196468 140725436105728 140018032540048 140018080982741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19579] ppid=19573 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/19575/task/19579/stat : 19579 (java) S 19573 19573 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418681557 28909203456 12519 33554432000 4194304 4196468 140725436105728 140018031487504 140018080982741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19580] ppid=19573 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/19575/task/19580/stat : 19580 (java) S 19573 19573 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418681557 28909203456 12519 33554432000 4194304 4196468 140725436105728 140018030434960 140018080982741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19581] ppid=19573 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/19575/task/19581/stat : 19581 (java) S 19573 19573 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418681557 28909203456 12519 33554432000 4194304 4196468 140725436105728 140018029382416 140018080982741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19582] ppid=19573 vsize=28231644 memory=140391743580847 CPUtime=0 cores=0-7
/proc/19575/task/19582/stat : 19582 (java) S 19573 19573 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418681557 28909203456 12519 33554432000 4194304 4196468 140725436105728 140018028329872 140018080982741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19583] ppid=19573 vsize=28231644 memory=140391743583152 CPUtime=0 cores=0-7
/proc/19575/task/19583/stat : 19583 (java) S 19573 19573 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418681557 28909203456 12519 33554432000 4194304 4196468 140725436105728 140018027277328 140018080982741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19584] ppid=19573 vsize=28231644 memory=140391743585456 CPUtime=0 cores=0-7
/proc/19575/task/19584/stat : 19584 (java) S 19573 19573 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418681557 28909203456 12519 33554432000 4194304 4196468 140725436105728 140018026224784 140018080982741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19585] ppid=19573 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/19575/task/19585/stat : 19585 (java) S 19573 19573 15751 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 418681559 28909203456 12519 33554432000 4194304 4196468 140725436105728 140017264441328 140018080983682 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19586] ppid=19573 vsize=28231644 memory=280783487184784 CPUtime=0 cores=0-7
/proc/19575/task/19586/stat : 19586 (java) S 19573 19573 15751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418681559 28909203456 12519 33554432000 4194304 4196468 140725436105728 140017263387552 140018080982741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19587] ppid=19573 vsize=28231644 memory=280783487182480 CPUtime=0 cores=0-7
/proc/19575/task/19587/stat : 19587 (java) S 19573 19573 15751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418681560 28909203456 12519 33554432000 4194304 4196468 140725436105728 140017262334960 140018080982741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19588] ppid=19573 vsize=28231644 memory=280783487189392 CPUtime=0 cores=0-7
/proc/19575/task/19588/stat : 19588 (java) S 19573 19573 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418681562 28909203456 12519 33554432000 4194304 4196468 140725436105728 140017261283536 140018080991131 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19589] ppid=19573 vsize=28231644 memory=280783487130672 CPUtime=0.04 cores=0-7
/proc/19575/task/19589/stat : 19589 (java) R 19573 19573 15751 0 -1 4202560 588 0 0 0 4 0 0 0 20 0 20 0 418681562 28909203456 12519 33554432000 4194304 4196468 140725436105728 140017260231152 140018062496757 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19590] ppid=19573 vsize=28231644 memory=280783487203216 CPUtime=0.02 cores=0-7
/proc/19575/task/19590/stat : 19590 (java) S 19573 19573 15751 0 -1 1077944384 224 0 0 0 2 0 0 0 20 0 20 0 418681562 28909203456 12519 33554432000 4194304 4196468 140725436105728 140017259178608 140018080983682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19591] ppid=19573 vsize=28231644 memory=280783487210128 CPUtime=0.02 cores=0-7
/proc/19575/task/19591/stat : 19591 (java) S 19573 19573 15751 0 -1 1077944384 102 0 0 0 2 0 0 0 20 0 20 0 418681562 28909203456 12519 33554432000 4194304 4196468 140725436105728 140017258126064 140018080983682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19592] ppid=19573 vsize=28231644 memory=280783487207824 CPUtime=0.11 cores=0-7
/proc/19575/task/19592/stat : 19592 (java) S 19573 19573 15751 0 -1 1077944384 851 0 0 0 11 0 0 0 20 0 20 0 418681562 28909203456 12519 33554432000 4194304 4196468 140725436105728 140017257073520 140018080983682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19593] ppid=19573 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/19575/task/19593/stat : 19593 (java) S 19573 19573 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418681562 28909203456 12519 33554432000 4194304 4196468 140725436105728 140017256020192 140018080982741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19594] ppid=19573 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/19575/task/19594/stat : 19594 (java) S 19573 19573 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418681562 28909203456 12519 33554432000 4194304 4196468 140725436105728 140017254967728 140018080983682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51532 KiB

[startup+0.70099 s]
/proc/loadavg: 6.11 6.80 6.84 6/211 19594
/proc/meminfo: memFree=30892576/32770624 swapFree=66947516/67108860
[pid=19573] ppid=19570 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/19573/stat : 19573 (xcsp3-exec) S 19570 19573 15751 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 418681556 115843072 364 33554432000 4194304 5098028 140734618757360 140734618755464 139621572891260 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12345344 140734618760053 140734618760297 140734618760297 140734618763210 0
/proc/19573/statm: 28282 364 305 221 0 87 0
[pid=19575] ppid=19573 vsize=28233768 memory=93616 CPUtime=1.93 cores=0-7
/proc/19575/stat : 19575 (java) S 19573 19573 15751 0 -1 1077944320 16960 0 0 0 186 7 0 0 20 0 20 0 418681556 28911378432 23404 33554432000 4194304 4196468 140725436105728 140725436088272 140018080972535 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
/proc/19575/statm: 7058442 23404 3452 1 0 7019544 0
[pid=19575/tid=19576] ppid=19573 vsize=28233768 memory=0 CPUtime=0.68 cores=0-7
/proc/19575/task/19576/stat : 19576 (java) R 19573 19573 15751 0 -1 4202560 9111 0 0 0 64 4 0 0 20 0 20 0 418681557 28911378432 23404 33554432000 4194304 4196468 140725436105728 140018085206960 140017700308611 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19577] ppid=19573 vsize=28233768 memory=140391743791984 CPUtime=0 cores=0-7
/proc/19575/task/19577/stat : 19577 (java) S 19573 19573 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418681557 28911378432 23404 33554432000 4194304 4196468 140725436105728 140018033592592 140018080982741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19578] ppid=19573 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/19575/task/19578/stat : 19578 (java) S 19573 19573 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418681557 28911378432 23404 33554432000 4194304 4196468 140725436105728 140018032540048 140018080982741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19579] ppid=19573 vsize=28233768 memory=1200 CPUtime=0 cores=0-7
/proc/19575/task/19579/stat : 19579 (java) S 19573 19573 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418681557 28911378432 23404 33554432000 4194304 4196468 140725436105728 140018031487504 140018080982741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0

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

[pid=19575/tid=19576] ppid=19573 vsize=28768328 memory=6944656592455097440 CPUtime=1.67 cores=0-7
/proc/19575/task/19576/stat : 19576 (java) S 19573 19573 15751 0 -1 1077944384 10259 0 0 0 161 6 0 0 20 0 28 0 418681557 29458767872 69748 33554432000 4194304 4196468 140725436105728 140018085213312 140018080982741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19577] ppid=19573 vsize=28768328 memory=4872558044660077418 CPUtime=0.04 cores=0-7
/proc/19575/task/19577/stat : 19577 (java) S 19573 19573 15751 0 -1 1077944384 71 0 0 0 2 2 0 0 20 0 28 0 418681557 29458767872 69748 33554432000 4194304 4196468 140725436105728 140018033592592 140018080982741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19578] ppid=19573 vsize=28768328 memory=7230638415855315543 CPUtime=0.04 cores=0-7
/proc/19575/task/19578/stat : 19578 (java) S 19573 19573 15751 0 -1 1077944384 121 0 0 0 2 2 0 0 20 0 28 0 418681557 29458767872 69748 33554432000 4194304 4196468 140725436105728 140018032540048 140018080982741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19579] ppid=19573 vsize=28768328 memory=22129 CPUtime=0.05 cores=0-7
/proc/19575/task/19579/stat : 19579 (java) S 19573 19573 15751 0 -1 1077944384 96 0 0 0 3 2 0 0 20 0 28 0 418681557 29458767872 69748 33554432000 4194304 4196468 140725436105728 140018031487504 140018080982741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19580] ppid=19573 vsize=28768328 memory=4420 CPUtime=0.04 cores=0-7
/proc/19575/task/19580/stat : 19580 (java) S 19573 19573 15751 0 -1 1077944384 92 0 0 0 2 2 0 0 20 0 28 0 418681557 29458767872 69748 33554432000 4194304 4196468 140725436105728 140018030434960 140018080982741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19581] ppid=19573 vsize=28768328 memory=6628 CPUtime=0.04 cores=0-7
/proc/19575/task/19581/stat : 19581 (java) S 19573 19573 15751 0 -1 1077944384 68 0 0 0 2 2 0 0 20 0 28 0 418681557 29458767872 69748 33554432000 4194304 4196468 140725436105728 140018029382416 140018080982741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19582] ppid=19573 vsize=28768328 memory=8836 CPUtime=0.04 cores=0-7
/proc/19575/task/19582/stat : 19582 (java) S 19573 19573 15751 0 -1 1077944384 87 0 0 0 2 2 0 0 20 0 28 0 418681557 29458767872 69748 33554432000 4194304 4196468 140725436105728 140018028329872 140018080982741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19583] ppid=19573 vsize=28768328 memory=11044 CPUtime=0.04 cores=0-7
/proc/19575/task/19583/stat : 19583 (java) S 19573 19573 15751 0 -1 1077944384 66 0 0 0 2 2 0 0 20 0 28 0 418681557 29458767872 69748 33554432000 4194304 4196468 140725436105728 140018027277328 140018080982741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19584] ppid=19573 vsize=28768328 memory=13230 CPUtime=0.04 cores=0-7
/proc/19575/task/19584/stat : 19584 (java) S 19573 19573 15751 0 -1 1077944384 58 0 0 0 2 2 0 0 20 0 28 0 418681557 29458767872 69748 33554432000 4194304 4196468 140725436105728 140018026224784 140018080982741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19585] ppid=19573 vsize=28768328 memory=-3252517613199061085 CPUtime=0 cores=0-7
/proc/19575/task/19585/stat : 19585 (java) S 19573 19573 15751 0 -1 1077944384 101 0 0 0 0 0 0 0 20 0 28 0 418681559 29458767872 69748 33554432000 4194304 4196468 140725436105728 140017264441328 140018080983682 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19586] ppid=19573 vsize=28768328 memory=6944656592455097440 CPUtime=0 cores=0-7
/proc/19575/task/19586/stat : 19586 (java) S 19573 19573 15751 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 28 0 418681559 29458767872 69748 33554432000 4194304 4196468 140725436105728 140017263387616 140018080982741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19587] ppid=19573 vsize=28768328 memory=19876 CPUtime=0 cores=0-7
/proc/19575/task/19587/stat : 19587 (java) S 19573 19573 15751 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 28 0 418681560 29458767872 69748 33554432000 4194304 4196468 140725436105728 140017262334976 140018080982741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19588] ppid=19573 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/19575/task/19588/stat : 19588 (java) S 19573 19573 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418681562 29458767872 69748 33554432000 4194304 4196468 140725436105728 140017261283536 140018080991131 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19589] ppid=19573 vsize=28768328 memory=0 CPUtime=1.28 cores=0-7
/proc/19575/task/19589/stat : 19589 (java) S 19573 19573 15751 0 -1 1077944384 3690 0 0 0 127 1 0 0 20 0 28 0 418681562 29458767872 69748 33554432000 4194304 4196468 140725436105728 140017260231152 140018080983682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19590] ppid=19573 vsize=28768328 memory=0 CPUtime=1.27 cores=0-7
/proc/19575/task/19590/stat : 19590 (java) S 19573 19573 15751 0 -1 1077944384 4538 0 0 0 126 1 0 0 20 0 28 0 418681562 29458767872 69748 33554432000 4194304 4196468 140725436105728 140017259178608 140018080983682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19591] ppid=19573 vsize=28768328 memory=0 CPUtime=1.23 cores=0-7
/proc/19575/task/19591/stat : 19591 (java) S 19573 19573 15751 0 -1 1077944384 3192 0 0 0 122 1 0 0 20 0 28 0 418681562 29458767872 69748 33554432000 4194304 4196468 140725436105728 140017258126064 140018080983682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19592] ppid=19573 vsize=28768328 memory=0 CPUtime=0.77 cores=0-7
/proc/19575/task/19592/stat : 19592 (java) R 19573 19573 15751 0 -1 4202560 3859 0 0 0 75 2 0 0 20 0 28 0 418681562 29458767872 69748 33554432000 4194304 4196468 140725436105728 140017257071312 140018080984470 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19593] ppid=19573 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/19575/task/19593/stat : 19593 (java) S 19573 19573 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418681562 29458767872 69748 33554432000 4194304 4196468 140725436105728 140017256020192 140018080982741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19594] ppid=19573 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/19575/task/19594/stat : 19594 (java) S 19573 19573 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418681562 29458767872 69748 33554432000 4194304 4196468 140725436105728 140017254967728 140018080983682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19619] ppid=19573 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/19575/task/19619/stat : 19619 (java) S 19573 19573 15751 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 28 0 418681754 29458767872 69748 33554432000 4194304 4196468 140725436105728 140017243663984 140018080982741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19620] ppid=19573 vsize=28768328 memory=33 CPUtime=0 cores=0-7
/proc/19575/task/19620/stat : 19620 (java) S 19573 19573 15751 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 28 0 418681754 29458767872 69748 33554432000 4194304 4196468 140725436105728 140017236296784 140018080982741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19621] ppid=19573 vsize=28768328 memory=8243114992657236055 CPUtime=0.03 cores=0-7
/proc/19575/task/19621/stat : 19621 (java) R 19573 19573 15751 0 -1 12591168 61 0 0 0 3 0 0 0 20 0 28 0 418681754 29458767872 69748 33554432000 4194304 4196468 140725436105728 140017242600736 140018066652657 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19622] ppid=19573 vsize=28768328 memory=288286666899343424 CPUtime=0 cores=0-7
/proc/19575/task/19622/stat : 19622 (java) S 19573 19573 15751 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 28 0 418681754 29458767872 69748 33554432000 4194304 4196468 140725436105728 140017240507728 140018080982741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19623] ppid=19573 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/19575/task/19623/stat : 19623 (java) S 19573 19573 15751 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 28 0 418681754 29458767872 69748 33554432000 4194304 4196468 140725436105728 140017239455184 140018080982741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19624] ppid=19573 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/19575/task/19624/stat : 19624 (java) S 19573 19573 15751 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 28 0 418681754 29458767872 69748 33554432000 4194304 4196468 140725436105728 140017238402640 140018080982741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19625] ppid=19573 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/19575/task/19625/stat : 19625 (java) S 19573 19573 15751 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 28 0 418681754 29458767872 69748 33554432000 4194304 4196468 140725436105728 140017241559760 140018080982741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19626] ppid=19573 vsize=28768328 memory=69941394934506 CPUtime=0 cores=0-7
/proc/19575/task/19626/stat : 19626 (java) S 19573 19573 15751 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 28 0 418681754 29458767872 69748 33554432000 4194304 4196468 140725436105728 140017237349200 140018080982741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
Current children cumulated CPU time: 7.98 s
Current children cumulated vsize: 28881456 KiB
Current children cumulated memory: 280448 KiB

[startup+2.40184 s]
/proc/loadavg: 5.70 6.70 6.81 5/219 19626
/proc/meminfo: memFree=30686276/32770624 swapFree=66947516/67108860
[pid=19573] ppid=19570 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/19573/stat : 19573 (xcsp3-exec) S 19570 19573 15751 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 418681556 115843072 364 33554432000 4194304 5098028 140734618757360 140734618755464 139621572891260 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12345344 140734618760053 140734618760297 140734618760297 140734618763210 0
/proc/19573/statm: 28282 364 305 221 0 87 0
[pid=19575] ppid=19573 vsize=28834892 memory=456220 CPUtime=10.09 cores=0-7
/proc/19575/stat : 19575 (java) S 19573 19573 15751 0 -1 1077944320 36157 0 0 0 957 52 0 0 20 0 28 0 418681556 29526929408 114055 33554432000 4194304 4196468 140725436105728 140725436088272 140018080972535 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
/proc/19575/statm: 7208723 114055 3516 1 0 7169825 0
[pid=19575/tid=19576] ppid=19573 vsize=28834892 memory=7 CPUtime=1.7 cores=0-7
/proc/19575/task/19576/stat : 19576 (java) S 19573 19573 15751 0 -1 1077944384 10263 0 0 0 164 6 0 0 20 0 28 0 418681557 29526929408 114055 33554432000 4194304 4196468 140725436105728 140018085213312 140018080982741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19577] ppid=19573 vsize=28834892 memory=6791534058613427641 CPUtime=0.09 cores=0-7
/proc/19575/task/19577/stat : 19577 (java) S 19573 19573 15751 0 -1 1077944384 131 0 0 0 5 4 0 0 20 0 28 0 418681557 29526929408 114055 33554432000 4194304 4196468 140725436105728 140018033592592 140018080982741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19578] ppid=19573 vsize=28834892 memory=288230617509003574 CPUtime=0.08 cores=0-7
/proc/19575/task/19578/stat : 19578 (java) S 19573 19573 15751 0 -1 1077944384 213 0 0 0 4 4 0 0 20 0 28 0 418681557 29526929408 114055 33554432000 4194304 4196468 140725436105728 140018032540048 140018080982741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19579] ppid=19573 vsize=28834892 memory=15534115864709562 CPUtime=0.09 cores=0-7
/proc/19575/task/19579/stat : 19579 (java) S 19573 19573 15751 0 -1 1077944384 124 0 0 0 5 4 0 0 20 0 28 0 418681557 29526929408 114055 33554432000 4194304 4196468 140725436105728 140018031487504 140018080982741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19580] ppid=19573 vsize=28834892 memory=0 CPUtime=0.07 cores=0-7
/proc/19575/task/19580/stat : 19580 (java) S 19573 19573 15751 0 -1 1077944384 108 0 0 0 4 3 0 0 20 0 28 0 418681557 29526929408 114055 33554432000 4194304 4196468 140725436105728 140018030434960 140018080982741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19581] ppid=19573 vsize=28834892 memory=6656426216303648864 CPUtime=0.08 cores=0-7
/proc/19575/task/19581/stat : 19581 (java) S 19573 19573 15751 0 -1 1077944384 148 0 0 0 4 4 0 0 20 0 28 0 418681557 29526929408 114055 33554432000 4194304 4196468 140725436105728 140018029382416 140018080982741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19582] ppid=19573 vsize=28834892 memory=6656426216303648864 CPUtime=0.08 cores=0-7
/proc/19575/task/19582/stat : 19582 (java) S 19573 19573 15751 0 -1 1077944384 108 0 0 0 4 4 0 0 20 0 28 0 418681557 29526929408 114055 33554432000 4194304 4196468 140725436105728 140018028329872 140018080982741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19583] ppid=19573 vsize=28834892 memory=0 CPUtime=0.08 cores=0-7
/proc/19575/task/19583/stat : 19583 (java) S 19573 19573 15751 0 -1 1077944384 171 0 0 0 4 4 0 0 20 0 28 0 418681557 29526929408 114055 33554432000 4194304 4196468 140725436105728 140018027277328 140018080982741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19584] ppid=19573 vsize=28834892 memory=0 CPUtime=0.07 cores=0-7
/proc/19575/task/19584/stat : 19584 (java) S 19573 19573 15751 0 -1 1077944384 109 0 0 0 4 3 0 0 20 0 28 0 418681557 29526929408 114055 33554432000 4194304 4196468 140725436105728 140018026224784 140018080982741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19585] ppid=19573 vsize=28834892 memory=0 CPUtime=0.01 cores=0-7
/proc/19575/task/19585/stat : 19585 (java) S 19573 19573 15751 0 -1 1077944384 231 0 0 0 1 0 0 0 20 0 28 0 418681559 29526929408 114055 33554432000 4194304 4196468 140725436105728 140017264441328 140018080983682 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19586] ppid=19573 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/19575/task/19586/stat : 19586 (java) S 19573 19573 15751 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 28 0 418681559 29526929408 114055 33554432000 4194304 4196468 140725436105728 140017263387616 140018080982741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19587] ppid=19573 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/19575/task/19587/stat : 19587 (java) S 19573 19573 15751 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 28 0 418681560 29526929408 114055 33554432000 4194304 4196468 140725436105728 140017262334976 140018080982741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19588] ppid=19573 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/19575/task/19588/stat : 19588 (java) S 19573 19573 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418681562 29526929408 114055 33554432000 4194304 4196468 140725436105728 140017261283536 140018080991131 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19589] ppid=19573 vsize=28834892 memory=0 CPUtime=1.55 cores=0-7
/proc/19575/task/19589/stat : 19589 (java) R 19573 19573 15751 0 -1 4202560 3748 0 0 0 154 1 0 0 20 0 28 0 418681562 29526929408 114055 33554432000 4194304 4196468 140725436105728 140017260224344 140018060210944 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19590] ppid=19573 vsize=28834892 memory=0 CPUtime=1.51 cores=0-7
/proc/19575/task/19590/stat : 19590 (java) R 19573 19573 15751 0 -1 4202560 4616 0 0 0 150 1 0 0 20 0 28 0 418681562 29526929408 114055 33554432000 4194304 4196468 140725436105728 140017259178608 140018080984470 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19591] ppid=19573 vsize=28834892 memory=0 CPUtime=1.51 cores=0-7
/proc/19575/task/19591/stat : 19591 (java) R 19573 19573 15751 0 -1 4202560 3254 0 0 0 150 1 0 0 20 0 28 0 418681562 29526929408 114055 33554432000 4194304 4196468 140725436105728 140017258115424 140018060627721 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19592] ppid=19573 vsize=28834892 memory=7163368086587076450 CPUtime=0.9 cores=0-7
/proc/19575/task/19592/stat : 19592 (java) R 19573 19573 15751 0 -1 1077944384 4088 0 0 0 88 2 0 0 20 0 28 0 418681562 29526929408 114055 33554432000 4194304 4196468 140725436105728 140017257073520 140018080983682 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19593] ppid=19573 vsize=28834892 memory=7234030490512353113 CPUtime=0 cores=0-7
/proc/19575/task/19593/stat : 19593 (java) S 19573 19573 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418681562 29526929408 114055 33554432000 4194304 4196468 140725436105728 140017256020192 140018080982741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19594] ppid=19573 vsize=28834892 memory=7883944108235712103 CPUtime=0 cores=0-7
/proc/19575/task/19594/stat : 19594 (java) S 19573 19573 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418681562 29526929408 114055 33554432000 4194304 4196468 140725436105728 140017254967728 140018080983682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
Current children cumulated CPU time: 10.09 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 457676 KiB

[startup+2.50383 s]
/proc/loadavg: 5.70 6.70 6.81 5/219 19626
/proc/meminfo: memFree=30686276/32770624 swapFree=66947516/67108860
[pid=19573] ppid=19570 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/19573/stat : 19573 (xcsp3-exec) S 19570 19573 15751 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 418681556 115843072 364 33554432000 4194304 5098028 140734618757360 140734618755464 139621572891260 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 12345344 140734618760053 140734618760297 140734618760297 140734618763210 0
/proc/19573/statm: 28282 364 305 221 0 87 0
[pid=19575] ppid=19573 vsize=28834892 memory=462664 CPUtime=10.88 cores=0-7
/proc/19575/stat : 19575 (java) S 19573 19573 15751 0 -1 1077944320 36237 0 0 0 1036 52 0 0 20 0 28 0 418681556 29526929408 115666 33554432000 4194304 4196468 140725436105728 140725436088272 140018080972535 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
/proc/19575/statm: 7208723 115666 3516 1 0 7169825 0
[pid=19575/tid=19576] ppid=19573 vsize=28834892 memory=86247238271978 CPUtime=1.7 cores=0-7
/proc/19575/task/19576/stat : 19576 (java) R 19573 19573 15751 0 -1 4202560 10263 0 0 0 164 6 0 0 20 0 28 0 418681557 29526929408 115666 33554432000 4194304 4196468 140725436105728 140018085213312 140017695545400 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19577] ppid=19573 vsize=28834892 memory=1456 CPUtime=0.09 cores=0-7
/proc/19575/task/19577/stat : 19577 (java) S 19573 19573 15751 0 -1 1077944384 131 0 0 0 5 4 0 0 20 0 28 0 418681557 29526929408 115666 33554432000 4194304 4196468 140725436105728 140018033592592 140018080982741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19578] ppid=19573 vsize=28834892 memory=220260 CPUtime=0.08 cores=0-7
/proc/19575/task/19578/stat : 19578 (java) S 19573 19573 15751 0 -1 1077944384 213 0 0 0 4 4 0 0 20 0 28 0 418681557 29526929408 115666 33554432000 4194304 4196468 140725436105728 140018032540048 140018080982741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19579] ppid=19573 vsize=28834892 memory=280783487654880 CPUtime=0.09 cores=0-7
/proc/19575/task/19579/stat : 19579 (java) S 19573 19573 15751 0 -1 1077944384 124 0 0 0 5 4 0 0 20 0 28 0 418681557 29526929408 115666 33554432000 4194304 4196468 140725436105728 140018031487504 140018080982741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19580] ppid=19573 vsize=28834892 memory=7813299408667502419 CPUtime=0.07 cores=0-7
/proc/19575/task/19580/stat : 19580 (java) S 19573 19573 15751 0 -1 1077944384 108 0 0 0 4 3 0 0 20 0 28 0 418681557 29526929408 115666 33554432000 4194304 4196468 140725436105728 140018030434960 140018080982741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19581] ppid=19573 vsize=28834892 memory=7377575040961962609 CPUtime=0.08 cores=0-7
/proc/19575/task/19581/stat : 19581 (java) S 19573 19573 15751 0 -1 1077944384 148 0 0 0 4 4 0 0 20 0 28 0 418681557 29526929408 115666 33554432000 4194304 4196468 140725436105728 140018029382416 140018080982741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19582] ppid=19573 vsize=28834892 memory=56 CPUtime=0.08 cores=0-7
/proc/19575/task/19582/stat : 19582 (java) S 19573 19573 15751 0 -1 1077944384 108 0 0 0 4 4 0 0 20 0 28 0 418681557 29526929408 115700 33554432000 4194304 4196468 140725436105728 140018028329872 140018080982741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19583] ppid=19573 vsize=28834892 memory=13877 CPUtime=0.08 cores=0-7
/proc/19575/task/19583/stat : 19583 (java) S 19573 19573 15751 0 -1 1077944384 171 0 0 0 4 4 0 0 20 0 28 0 418681557 29526929408 115720 33554432000 4194304 4196468 140725436105728 140018027277328 140018080982741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19584] ppid=19573 vsize=28834892 memory=26820 CPUtime=0.07 cores=0-7
/proc/19575/task/19584/stat : 19584 (java) S 19573 19573 15751 0 -1 1077944384 109 0 0 0 4 3 0 0 20 0 28 0 418681557 29526929408 115703 33554432000 4194304 4196468 140725436105728 140018026224784 140018080982741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19585] ppid=19573 vsize=28834892 memory=0 CPUtime=0.01 cores=0-7
/proc/19575/task/19585/stat : 19585 (java) S 19573 19573 15751 0 -1 1077944384 231 0 0 0 1 0 0 0 20 0 28 0 418681559 29526929408 115669 33554432000 4194304 4196468 140725436105728 140017264441328 140018080983682 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19586] ppid=19573 vsize=28834892 memory=280783487107684 CPUtime=0 cores=0-7
/proc/19575/task/19586/stat : 19586 (java) S 19573 19573 15751 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 28 0 418681559 29526929408 115686 33554432000 4194304 4196468 140725436105728 140017263387616 140018080982741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19587] ppid=19573 vsize=28834892 memory=280783487107748 CPUtime=0 cores=0-7
/proc/19575/task/19587/stat : 19587 (java) S 19573 19573 15751 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 27 0 418681560 29526929408 115686 33554432000 4194304 4196468 140725436105728 140017262334976 140018080982741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19588] ppid=19573 vsize=28834892 memory=280783487107812 CPUtime=0 cores=0-7
/proc/19575/task/19588/stat : 19588 (java) S 19573 19573 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 27 0 418681562 29526929408 115686 33554432000 4194304 4196468 140725436105728 140017261283536 140018080991131 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19589] ppid=19573 vsize=28834892 memory=280783487503660 CPUtime=1.58 cores=0-7
/proc/19575/task/19589/stat : 19589 (java) R 19573 19573 15751 0 -1 4202560 3755 0 0 0 157 1 0 0 20 0 26 0 418681562 29526929408 115686 33554432000 4194304 4196468 140725436105728 140017260217680 140018065889830 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19590] ppid=19573 vsize=28834892 memory=74 CPUtime=1.57 cores=0-7
/proc/19575/task/19590/stat : 19590 (java) R 19573 19573 15751 0 -1 4202560 4624 0 0 0 156 1 0 0 20 0 26 0 418681562 29526929408 115686 33554432000 4194304 4196468 140725436105728 140017259165232 140018065894336 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19591] ppid=19573 vsize=28834892 memory=70 CPUtime=1.56 cores=0-7
/proc/19575/task/19591/stat : 19591 (java) R 19573 19573 15751 0 -1 4202560 3261 0 0 0 155 1 0 0 20 0 26 0 418681562 29526929408 115686 33554432000 4194304 4196468 140725436105728 140017258112160 140018062164523 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19592] ppid=19573 vsize=28834892 memory=57 CPUtime=0.93 cores=0-7
/proc/19575/task/19592/stat : 19592 (java) R 19573 19573 15751 0 -1 4202560 4138 0 0 0 91 2 0 0 20 0 26 0 418681562 29526929408 115686 33554432000 4194304 4196468 140725436105728 140017257073520 140018065159841 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19593] ppid=19573 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/19575/task/19593/stat : 19593 (java) S 19573 19573 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 26 0 418681562 29526929408 115686 33554432000 4194304 4196468 140725436105728 140017256020192 140018080982741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
[pid=19575/tid=19594] ppid=19573 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/19575/task/19594/stat : 19594 (java) S 19573 19573 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 26 0 418681562 29526929408 115686 33554432000 4194304 4196468 140725436105728 140017254967728 140018080983682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24530944 140725436113898 140725436114070 140725436114070 140725436116943 0
Current children cumulated CPU time: 10.88 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 464120 KiB

Child status: 0
Real time (s): 2.52747
CPU time (s): 10.9213
CPU user time (s): 10.3748
CPU system time (s): 0.546465
CPU usage (%): 432.103
Max. virtual memory (cumulated for all children) (KiB): 28948020
Max. memory (cumulated for all children) (KiB): 464120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.3748
system time used= 0.546465
maximum resident set size= 466448
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36849
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= 6939
involuntary context switches= 102


# summary of solver processes directly reported to runsolver:
#   pid: 19573
#   total CPU time (s): 10.9213
#   total CPU user time (s): 10.3748
#   total CPU system time (s): 0.546465

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.045178 second user time and 0.067768 second system time

The end

Launcher Data

Begin job on node117 at 2019-09-14 04:15:54
IDJOB=4393871
IDBENCH=126825
IDSOLVER=2841
FILE ID=node117/4393871-1568427396
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-4393871-1568427396/watcher-4393871-1568427396 -o /tmp/evaluation-result-4393871-1568427396/solver-4393871-1568427396 -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 1986968289 HOME/instance-4393871-1568427396.xml

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

MD5SUM BENCH= f61e90724cd8b66989ec046e8a3ea41c
RANDOM SEED=1986968289

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:        30951424 kB
MemAvailable:   31865068 kB
Buffers:          138692 kB
Cached:          1043588 kB
SwapCached:        51464 kB
Active:           769904 kB
Inactive:         466688 kB
Active(anon):      19532 kB
Inactive(anon):    58832 kB
Active(file):     750372 kB
Inactive(file):   407856 kB
Unevictable:      110108 kB
Mlocked:          110108 kB
SwapTotal:      67108860 kB
SwapFree:       66947516 kB
Dirty:             26124 kB
Writeback:             0 kB
AnonPages:        113056 kB
Mapped:            33448 kB
Shmem:             15436 kB
Slab:             171476 kB
SReclaimable:     142504 kB
SUnreclaim:        28972 kB
KernelStack:        3456 kB
PageTables:         6284 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     497956 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

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