Trace number 4399509

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 NameAnswerCPU timeWall clock time
choco-solver 2019-09-16 parallel? 14551.1 2310.54

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-os10/
SuperTaillard-os-10-26.xml
MD5SUM163dd1c4311ae2a810c887bcbec28782
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark15.5906
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints2800
Number of domains64
Minimum domain size413
Maximum domain size511
Distribution of domain sizes[{"size":413,"count":2},{"size":414,"count":2},{"size":415,"count":2},{"size":417,"count":2},{"size":418,"count":4},{"size":420,"count":2},{"size":421,"count":4},{"size":422,"count":4},{"size":423,"count":2},{"size":425,"count":2},{"size":428,"count":4},{"size":430,"count":4},{"size":432,"count":2},{"size":434,"count":2},{"size":435,"count":2},{"size":437,"count":4},{"size":439,"count":2},{"size":440,"count":2},{"size":443,"count":4},{"size":445,"count":8},{"size":447,"count":2},{"size":448,"count":2},{"size":450,"count":2},{"size":453,"count":6},{"size":456,"count":2},"...",{"size":478,"count":2}, {"size":479,"count":2}, {"size":481,"count":10}, {"size":482,"count":2}, {"size":484,"count":2}, {"size":485,"count":2}, {"size":486,"count":6}, {"size":487,"count":2}, {"size":488,"count":2}, {"size":489,"count":2}, {"size":490,"count":4}, {"size":491,"count":4}, {"size":492,"count":4}, {"size":493,"count":2}, {"size":494,"count":2}, {"size":495,"count":4}, {"size":496,"count":4}, {"size":497,"count":2}, {"size":499,"count":4}, {"size":501,"count":2}, {"size":502,"count":4}, {"size":503,"count":8}, {"size":504,"count":4}, {"size":507,"count":2}, {"size":511,"count":4}]
Minimum variable degree19
Maximum variable degree37
Distribution of variable degrees[{"degree":19,"count":100},{"degree":37,"count":100}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":2800}]
Number of extensional constraints0
Number of intensional constraints2800
Distribution of constraint types[{"type":"intension","count":2800}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4399509-1568713746.xml"  -tl '20160s' -p 8
0.11/0.18	c Choco e747e1e
0.11/0.18	c [HOME/instance-4399509-1568713746.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
14443.67/2293.61	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
14443.67/2293.61		at java.util.stream.ReferencePipeline.mapToInt(ReferencePipeline.java:203)
14443.67/2293.61		at org.chocosolver.solver.expression.discrete.arithmetic.NaArExpression.ieval(NaArExpression.java:124)
14443.67/2293.61		at org.chocosolver.solver.expression.discrete.relational.BiReExpression.beval(BiReExpression.java:214)
14443.67/2293.61		at org.chocosolver.solver.expression.discrete.logical.NaLoExpression.beval(NaLoExpression.java:135)
14443.67/2293.61		at org.chocosolver.solver.expression.discrete.relational.ReExpression.lambda$extension$3(ReExpression.java:150)
14443.67/2293.61		at org.chocosolver.solver.expression.discrete.relational.ReExpression$$Lambda$147/1758386724.valid(Unknown Source)
14443.67/2293.61		at org.chocosolver.solver.constraints.extension.TuplesFactory.generateTuples(TuplesFactory.java:88)
14443.67/2293.61		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:150)
14443.67/2293.61		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
14443.67/2293.61		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
14443.67/2293.61		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
14443.67/2293.61		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
14443.67/2293.61		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
14443.67/2293.61		at org.xcsp.parser.XCallbacks$$Lambda$89/1123629720.accept(Unknown Source)
14443.67/2293.61		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
14443.67/2293.61		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
14443.67/2293.61		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
14443.67/2293.61		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1416)
14443.67/2293.61		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
14443.67/2293.61		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
14443.67/2293.61		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
14443.67/2293.61		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
14443.67/2293.61		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
14443.67/2293.61		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:111)
14443.67/2293.61		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
14443.67/2293.61		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
14551.01/2310.40	s UNKNOWN
14551.01/2310.40	c Unexpected resolution interruption!

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4399509-1568713746/watcher-4399509-1568713746 -o /tmp/evaluation-result-4399509-1568713746/solver-4399509-1568713746 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node106-1568707545-31265 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1591996591 HOME/instance-4399509-1568713746.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=31565, runsolver pid=31562
Current StackSize limit: 8192 KiB


[startup+0.100139 s]*
/proc/loadavg: 7.45 8.03 8.21 2/210 31586
/proc/meminfo: memFree=30346668/32770624 swapFree=67000112/67108860
[pid=31565] ppid=31562 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/31565/stat : 31565 (xcsp3-exec) S 31562 31565 31238 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 447629066 115843072 364 33554432000 4194304 5098028 140735319651440 140735319649544 139632390525564 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 18870272 140735319659381 140735319659625 140735319659625 140735319662538 0
/proc/31565/statm: 28282 364 305 221 0 87 0
[pid=31567] ppid=31565 vsize=28227396 memory=29540 CPUtime=0.11 cores=0-7
/proc/31567/stat : 31567 (java) S 31565 31565 31238 0 -1 1077944320 5862 0 0 0 10 1 0 0 20 0 20 0 447629066 28904853504 7385 33554432000 4194304 4196468 140726063727280 140726063709824 140122720947959 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
/proc/31567/statm: 7056849 7385 3125 1 0 7019032 0
[pid=31567/tid=31568] ppid=31565 vsize=28227396 memory=576460756329955445 CPUtime=0.09 cores=0-7
/proc/31567/task/31568/stat : 31568 (java) R 31565 31565 31238 0 -1 4202560 3808 0 0 0 8 1 0 0 20 0 20 0 447629067 28904853504 7385 33554432000 4194304 4196468 140726063727280 140122725179648 140122720959894 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31569] ppid=31565 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31567/task/31569/stat : 31569 (java) S 31565 31565 31238 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447629067 28904853504 7385 33554432000 4194304 4196468 140726063727280 140122640800016 140122720958165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31570] ppid=31565 vsize=28227396 memory=140665183112051 CPUtime=0 cores=0-7
/proc/31567/task/31570/stat : 31570 (java) S 31565 31565 31238 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447629067 28904853504 7385 33554432000 4194304 4196468 140726063727280 140122639747472 140122720958165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31571] ppid=31565 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31567/task/31571/stat : 31571 (java) S 31565 31565 31238 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447629067 28904853504 7385 33554432000 4194304 4196468 140726063727280 140122638694928 140122720958165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31572] ppid=31565 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31567/task/31572/stat : 31572 (java) S 31565 31565 31238 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447629067 28904853504 7385 33554432000 4194304 4196468 140726063727280 140122269014672 140122720958165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31573] ppid=31565 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31567/task/31573/stat : 31573 (java) S 31565 31565 31238 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447629067 28904853504 7385 33554432000 4194304 4196468 140726063727280 140122267962128 140122720958165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31574] ppid=31565 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/31567/task/31574/stat : 31574 (java) S 31565 31565 31238 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447629067 28904853504 7385 33554432000 4194304 4196468 140726063727280 140122266909584 140122720958165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31575] ppid=31565 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31567/task/31575/stat : 31575 (java) S 31565 31565 31238 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447629068 28904853504 7385 33554432000 4194304 4196468 140726063727280 140122265857040 140122720958165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31576] ppid=31565 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31567/task/31576/stat : 31576 (java) S 31565 31565 31238 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447629068 28904853504 7385 33554432000 4194304 4196468 140726063727280 140122264804496 140122720958165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31577] ppid=31565 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31567/task/31577/stat : 31577 (java) S 31565 31565 31238 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447629069 28904853504 7385 33554432000 4194304 4196468 140726063727280 140121435568112 140122720959106 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31578] ppid=31565 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31567/task/31578/stat : 31578 (java) S 31565 31565 31238 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 447629069 28904853504 7385 33554432000 4194304 4196468 140726063727280 140121434514336 140122720958165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31579] ppid=31565 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31567/task/31579/stat : 31579 (java) S 31565 31565 31238 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 447629070 28904853504 7385 33554432000 4194304 4196468 140726063727280 140121433461744 140122720958165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31580] ppid=31565 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31567/task/31580/stat : 31580 (java) S 31565 31565 31238 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447629072 28904853504 7385 33554432000 4194304 4196468 140726063727280 140121432410320 140122720966555 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31581] ppid=31565 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31567/task/31581/stat : 31581 (java) R 31565 31565 31238 0 -1 1077944384 310 0 0 0 0 0 0 0 20 0 20 0 447629072 28904853504 7385 33554432000 4194304 4196468 140726063727280 140121431357936 140122720959106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31582] ppid=31565 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31567/task/31582/stat : 31582 (java) S 31565 31565 31238 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447629072 28904853504 7385 33554432000 4194304 4196468 140726063727280 140121430305392 140122720959106 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31583] ppid=31565 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31567/task/31583/stat : 31583 (java) S 31565 31565 31238 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 20 0 447629072 28904853504 7385 33554432000 4194304 4196468 140726063727280 140120910064368 140122720959106 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31584] ppid=31565 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/31567/task/31584/stat : 31584 (java) R 31565 31565 31238 0 -1 4202560 316 0 0 0 1 0 0 0 20 0 20 0 447629072 28904853504 7385 33554432000 4194304 4196468 140726063727280 140120909011824 140122699631520 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31585] ppid=31565 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31567/task/31585/stat : 31585 (java) S 31565 31565 31238 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447629072 28904853504 7385 33554432000 4194304 4196468 140726063727280 140120907958496 140122720958165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31586] ppid=31565 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/31567/task/31586/stat : 31586 (java) S 31565 31565 31238 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447629073 28904853504 7385 33554432000 4194304 4196468 140726063727280 140120906906032 140122720959106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 30996 KiB

[startup+0.210359 s]*
/proc/loadavg: 7.45 8.03 8.21 2/210 31586
/proc/meminfo: memFree=30334736/32770624 swapFree=67000112/67108860
[pid=31565] ppid=31562 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/31565/stat : 31565 (xcsp3-exec) S 31562 31565 31238 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 447629066 115843072 364 33554432000 4194304 5098028 140735319651440 140735319649544 139632390525564 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 18870272 140735319659381 140735319659625 140735319659625 140735319662538 0
/proc/31565/statm: 28282 364 305 221 0 87 0
[pid=31567] ppid=31565 vsize=28227396 memory=40584 CPUtime=0.33 cores=0-7
/proc/31567/stat : 31567 (java) S 31565 31565 31238 0 -1 1077944320 9381 0 0 0 30 3 0 0 20 0 20 0 447629066 28904853504 10146 33554432000 4194304 4196468 140726063727280 140726063709824 140122720947959 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
/proc/31567/statm: 7056849 10146 3296 1 0 7019032 0
[pid=31567/tid=31568] ppid=31565 vsize=28227396 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/31567/task/31568/stat : 31568 (java) R 31565 31565 31238 0 -1 4202560 6624 0 0 0 17 2 0 0 20 0 20 0 447629067 28904853504 10146 33554432000 4194304 4196468 140726063727280 140122725182000 140122720959894 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31569] ppid=31565 vsize=28227396 memory=288230596118053219 CPUtime=0 cores=0-7
/proc/31567/task/31569/stat : 31569 (java) S 31565 31565 31238 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447629067 28904853504 10146 33554432000 4194304 4196468 140726063727280 140122640800016 140122720958165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31570] ppid=31565 vsize=28227396 memory=288371041334793856 CPUtime=0 cores=0-7
/proc/31567/task/31570/stat : 31570 (java) S 31565 31565 31238 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447629067 28904853504 10146 33554432000 4194304 4196468 140726063727280 140122639747472 140122720958165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31571] ppid=31565 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/31567/task/31571/stat : 31571 (java) S 31565 31565 31238 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447629067 28904853504 10146 33554432000 4194304 4196468 140726063727280 140122638694928 140122720958165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31572] ppid=31565 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31567/task/31572/stat : 31572 (java) S 31565 31565 31238 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447629067 28904853504 10146 33554432000 4194304 4196468 140726063727280 140122269014672 140122720958165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31573] ppid=31565 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31567/task/31573/stat : 31573 (java) S 31565 31565 31238 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447629067 28904853504 10146 33554432000 4194304 4196468 140726063727280 140122267962128 140122720958165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31574] ppid=31565 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/31567/task/31574/stat : 31574 (java) S 31565 31565 31238 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447629067 28904853504 10146 33554432000 4194304 4196468 140726063727280 140122266909584 140122720958165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31575] ppid=31565 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31567/task/31575/stat : 31575 (java) S 31565 31565 31238 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447629068 28904853504 10146 33554432000 4194304 4196468 140726063727280 140122265857040 140122720958165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31576] ppid=31565 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31567/task/31576/stat : 31576 (java) S 31565 31565 31238 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447629068 28904853504 10146 33554432000 4194304 4196468 140726063727280 140122264804496 140122720958165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31577] ppid=31565 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31567/task/31577/stat : 31577 (java) S 31565 31565 31238 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 447629069 28904853504 10146 33554432000 4194304 4196468 140726063727280 140121435568112 140122720959106 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31578] ppid=31565 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31567/task/31578/stat : 31578 (java) S 31565 31565 31238 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 447629069 28904853504 10146 33554432000 4194304 4196468 140726063727280 140121434514336 140122720958165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31579] ppid=31565 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31567/task/31579/stat : 31579 (java) S 31565 31565 31238 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 447629070 28904853504 10146 33554432000 4194304 4196468 140726063727280 140121433461744 140122720958165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31580] ppid=31565 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31567/task/31580/stat : 31580 (java) S 31565 31565 31238 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447629072 28904853504 10146 33554432000 4194304 4196468 140726063727280 140121432410320 140122720966555 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31581] ppid=31565 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/31567/task/31581/stat : 31581 (java) S 31565 31565 31238 0 -1 1077944384 360 0 0 0 1 0 0 0 20 0 20 0 447629072 28904853504 10146 33554432000 4194304 4196468 140726063727280 140121431357936 140122720959106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31582] ppid=31565 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/31567/task/31582/stat : 31582 (java) S 31565 31565 31238 0 -1 1077944384 75 0 0 0 1 0 0 0 20 0 20 0 447629072 28904853504 10146 33554432000 4194304 4196468 140726063727280 140121430305392 140122720959106 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31583] ppid=31565 vsize=28227396 memory=-1 CPUtime=0.01 cores=0-7
/proc/31567/task/31583/stat : 31583 (java) S 31565 31565 31238 0 -1 1077944384 234 0 0 0 1 0 0 0 20 0 20 0 447629072 28904853504 10146 33554432000 4194304 4196468 140726063727280 140120910064368 140122720959106 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31584] ppid=31565 vsize=28227396 memory=0 CPUtime=0.07 cores=0-7
/proc/31567/task/31584/stat : 31584 (java) R 31565 31565 31238 0 -1 4202560 773 0 0 0 7 0 0 0 20 0 20 0 447629072 28904853504 10146 33554432000 4194304 4196468 140726063727280 140120909011632 140122720969306 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31585] ppid=31565 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31567/task/31585/stat : 31585 (java) S 31565 31565 31238 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447629072 28904853504 10146 33554432000 4194304 4196468 140726063727280 140120907958496 140122720958165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31586] ppid=31565 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/31567/task/31586/stat : 31586 (java) S 31565 31565 31238 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447629073 28904853504 10146 33554432000 4194304 4196468 140726063727280 140120906906032 140122720959106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42040 KiB

[startup+0.309693 s]*
/proc/loadavg: 7.45 8.03 8.21 3/210 31586
/proc/meminfo: memFree=30326856/32770624 swapFree=67000112/67108860
[pid=31565] ppid=31562 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/31565/stat : 31565 (xcsp3-exec) S 31562 31565 31238 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 447629066 115843072 364 33554432000 4194304 5098028 140735319651440 140735319649544 139632390525564 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 18870272 140735319659381 140735319659625 140735319659625 140735319662538 0
/proc/31565/statm: 28282 364 305 221 0 87 0
[pid=31567] ppid=31565 vsize=28231652 memory=50080 CPUtime=0.52 cores=0-7
/proc/31567/stat : 31567 (java) S 31565 31565 31238 0 -1 1077944320 10896 0 0 0 48 4 0 0 20 0 20 0 447629066 28909211648 12520 33554432000 4194304 4196468 140726063727280 140726063709824 140122720947959 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
/proc/31567/statm: 7057913 12520 3335 1 0 7019032 0
[pid=31567/tid=31568] ppid=31565 vsize=28231652 memory=8317482817917895235 CPUtime=0.29 cores=0-7
/proc/31567/task/31568/stat : 31568 (java) R 31565 31565 31238 0 -1 4202560 7761 0 0 0 26 3 0 0 20 0 20 0 447629067 28909211648 12520 33554432000 4194304 4196468 140726063727280 140122725177968 140122705028446 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31569] ppid=31565 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/31567/task/31569/stat : 31569 (java) S 31565 31565 31238 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447629067 28909211648 12520 33554432000 4194304 4196468 140726063727280 140122640800016 140122720958165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31570] ppid=31565 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/31567/task/31570/stat : 31570 (java) S 31565 31565 31238 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447629067 28909211648 12520 33554432000 4194304 4196468 140726063727280 140122639747472 140122720958165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31571] ppid=31565 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/31567/task/31571/stat : 31571 (java) S 31565 31565 31238 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447629067 28909211648 12520 33554432000 4194304 4196468 140726063727280 140122638694928 140122720958165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31572] ppid=31565 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/31567/task/31572/stat : 31572 (java) S 31565 31565 31238 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447629067 28909211648 12520 33554432000 4194304 4196468 140726063727280 140122269014672 140122720958165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31573] ppid=31565 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/31567/task/31573/stat : 31573 (java) S 31565 31565 31238 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447629067 28909211648 12520 33554432000 4194304 4196468 140726063727280 140122267962128 140122720958165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31574] ppid=31565 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/31567/task/31574/stat : 31574 (java) S 31565 31565 31238 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447629067 28909211648 12520 33554432000 4194304 4196468 140726063727280 140122266909584 140122720958165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31575] ppid=31565 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/31567/task/31575/stat : 31575 (java) S 31565 31565 31238 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447629068 28909211648 12520 33554432000 4194304 4196468 140726063727280 140122265857040 140122720958165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31576] ppid=31565 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/31567/task/31576/stat : 31576 (java) S 31565 31565 31238 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447629068 28909211648 12520 33554432000 4194304 4196468 140726063727280 140122264804496 140122720958165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31577] ppid=31565 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/31567/task/31577/stat : 31577 (java) S 31565 31565 31238 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 447629069 28909211648 12520 33554432000 4194304 4196468 140726063727280 140121435568112 140122720959106 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31578] ppid=31565 vsize=28231652 memory=281330155986304 CPUtime=0 cores=0-7
/proc/31567/task/31578/stat : 31578 (java) S 31565 31565 31238 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 447629069 28909211648 12520 33554432000 4194304 4196468 140726063727280 140121434514336 140122720958165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31579] ppid=31565 vsize=28231652 memory=281330155990912 CPUtime=0 cores=0-7
/proc/31567/task/31579/stat : 31579 (java) S 31565 31565 31238 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 447629070 28909211648 12520 33554432000 4194304 4196468 140726063727280 140121433461744 140122720958165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31580] ppid=31565 vsize=28231652 memory=281330155995520 CPUtime=0 cores=0-7
/proc/31567/task/31580/stat : 31580 (java) S 31565 31565 31238 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447629072 28909211648 12520 33554432000 4194304 4196468 140726063727280 140121432410320 140122720966555 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31581] ppid=31565 vsize=28231652 memory=281330156000128 CPUtime=0.02 cores=0-7
/proc/31567/task/31581/stat : 31581 (java) S 31565 31565 31238 0 -1 1077944384 395 0 0 0 2 0 0 0 20 0 20 0 447629072 28909211648 12520 33554432000 4194304 4196468 140726063727280 140121431357936 140122720959106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31582] ppid=31565 vsize=28231652 memory=281330156004736 CPUtime=0.03 cores=0-7
/proc/31567/task/31582/stat : 31582 (java) R 31565 31565 31238 0 -1 4202560 231 0 0 0 3 0 0 0 20 0 20 0 447629072 28909211648 12520 33554432000 4194304 4196468 140726063727280 140121430295776 140122707099645 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31583] ppid=31565 vsize=28231652 memory=281330156009344 CPUtime=0.02 cores=0-7
/proc/31567/task/31583/stat : 31583 (java) S 31565 31565 31238 0 -1 1077944384 249 0 0 0 2 0 0 0 20 0 20 0 447629072 28909211648 12520 33554432000 4194304 4196468 140726063727280 140120910064368 140122720959106 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31584] ppid=31565 vsize=28231652 memory=281330156013952 CPUtime=0.12 cores=0-7
/proc/31567/task/31584/stat : 31584 (java) S 31565 31565 31238 0 -1 1077944384 945 0 0 0 12 0 0 0 20 0 20 0 447629072 28909211648 12520 33554432000 4194304 4196468 140726063727280 140120909011824 140122720959106 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31585] ppid=31565 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/31567/task/31585/stat : 31585 (java) S 31565 31565 31238 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447629072 28909211648 12520 33554432000 4194304 4196468 140726063727280 140120907958496 140122720958165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31586] ppid=31565 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/31567/task/31586/stat : 31586 (java) S 31565 31565 31238 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447629073 28909211648 12520 33554432000 4194304 4196468 140726063727280 140120906906032 140122720959106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51536 KiB

[startup+0.70102 s]
/proc/loadavg: 7.45 8.03 8.21 6/210 31586
/proc/meminfo: memFree=30302984/32770624 swapFree=67000112/67108860
[pid=31565] ppid=31562 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/31565/stat : 31565 (xcsp3-exec) S 31562 31565 31238 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 447629066 115843072 364 33554432000 4194304 5098028 140735319651440 140735319649544 139632390525564 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 18870272 140735319659381 140735319659625 140735319659625 140735319662538 0
/proc/31565/statm: 28282 364 305 221 0 87 0
[pid=31567] ppid=31565 vsize=28233776 memory=117072 CPUtime=2 cores=0-7
/proc/31567/stat : 31567 (java) S 31565 31565 31238 0 -1 1077944320 16921 0 0 0 192 8 0 0 20 0 20 0 447629066 28911386624 29268 33554432000 4194304 4196468 140726063727280 140726063709824 140122720947959 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
/proc/31567/statm: 7058444 29268 3446 1 0 7019544 0
[pid=31567/tid=31568] ppid=31565 vsize=28233776 memory=4580 CPUtime=0.67 cores=0-7
/proc/31567/task/31568/stat : 31568 (java) R 31565 31565 31238 0 -1 4202560 9109 0 0 0 62 5 0 0 20 0 20 0 447629067 28911386624 29268 33554432000 4194304 4196468 140726063727280 140122725183424 140122322454370 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31569] ppid=31565 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/31567/task/31569/stat : 31569 (java) S 31565 31565 31238 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447629067 28911386624 29268 33554432000 4194304 4196468 140726063727280 140122640800016 140122720958165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31570] ppid=31565 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/31567/task/31570/stat : 31570 (java) S 31565 31565 31238 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447629067 28911386624 29268 33554432000 4194304 4196468 140726063727280 140122639747472 140122720958165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31571] ppid=31565 vsize=28233776 memory=4168 CPUtime=0 cores=0-7
/proc/31567/task/31571/stat : 31571 (java) S 31565 31565 31238 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447629067 28911386624 29268 33554432000 4194304 4196468 140726063727280 140122638694928 140122720958165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0

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

[pid=31567/tid=31568] ppid=31565 vsize=28300340 memory=25446488 CPUtime=365.36 cores=0-7
/proc/31567/task/31568/stat : 31568 (java) S 31565 31565 31238 0 -1 1077944384 95030 0 0 0 36411 125 0 0 20 0 21 0 447629067 28979548160 6361622 33554432000 4194304 4196468 140726063727280 140122725188640 140122720958165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31569] ppid=31565 vsize=28300340 memory=1164 CPUtime=1756.02 cores=0-7
/proc/31567/task/31569/stat : 31569 (java) S 31565 31565 31238 0 -1 1077944384 441787 0 0 0 174629 973 0 0 20 0 21 0 447629067 28979548160 6361622 33554432000 4194304 4196468 140726063727280 140122640800016 140122720958165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 52 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31570] ppid=31565 vsize=28300340 memory=8317482817917895235 CPUtime=1754.67 cores=0-7
/proc/31567/task/31570/stat : 31570 (java) S 31565 31565 31238 0 -1 1077944384 368326 0 0 0 174568 899 0 0 20 0 21 0 447629067 28979548160 6361622 33554432000 4194304 4196468 140726063727280 140122639747472 140122720958165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 54 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31571] ppid=31565 vsize=28300340 memory=4126316290023845779 CPUtime=1756.11 cores=0-7
/proc/31567/task/31571/stat : 31571 (java) S 31565 31565 31238 0 -1 1077944384 466462 0 0 0 174664 947 0 0 20 0 21 0 447629067 28979548160 6361622 33554432000 4194304 4196468 140726063727280 140122638694928 140122720958165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 56 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31572] ppid=31565 vsize=28300340 memory=1056 CPUtime=1761.22 cores=0-7
/proc/31567/task/31572/stat : 31572 (java) S 31565 31565 31238 0 -1 1077944384 471203 0 0 0 175199 923 0 0 20 0 21 0 447629067 28979548160 6361622 33554432000 4194304 4196468 140726063727280 140122269014672 140122720958165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 55 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31573] ppid=31565 vsize=28300340 memory=140669478049407 CPUtime=1753.77 cores=0-7
/proc/31567/task/31573/stat : 31573 (java) S 31565 31565 31238 0 -1 1077944384 335970 0 0 0 174458 919 0 0 20 0 21 0 447629067 28979548160 6361622 33554432000 4194304 4196468 140726063727280 140122267962128 140122720958165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 51 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31574] ppid=31565 vsize=28300340 memory=-8172468297011507069 CPUtime=1753.4 cores=0-7
/proc/31567/task/31574/stat : 31574 (java) S 31565 31565 31238 0 -1 1077944384 308486 0 0 0 174350 990 0 0 20 0 21 0 447629067 28979548160 6361622 33554432000 4194304 4196468 140726063727280 140122266909584 140122720958165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 46 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31575] ppid=31565 vsize=28300340 memory=-7161732098442470212 CPUtime=1751.07 cores=0-7
/proc/31567/task/31575/stat : 31575 (java) S 31565 31565 31238 0 -1 1077944384 332840 0 0 0 174101 1006 0 0 20 0 21 0 447629068 28979548160 6361622 33554432000 4194304 4196468 140726063727280 140122265857040 140122720958165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 55 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31576] ppid=31565 vsize=28300340 memory=-6667966544890519924 CPUtime=1749.41 cores=0-7
/proc/31567/task/31576/stat : 31576 (java) S 31565 31565 31238 0 -1 1077944384 266610 0 0 0 173962 979 0 0 20 0 21 0 447629068 28979548160 6361622 33554432000 4194304 4196468 140726063727280 140122264804496 140122720958165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 50 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31577] ppid=31565 vsize=28300340 memory=-2895008908443675764 CPUtime=143.6 cores=0-7
/proc/31567/task/31577/stat : 31577 (java) R 31565 31565 31238 0 -1 4202560 1182641 0 0 0 14288 72 0 0 20 0 21 0 447629069 28979548160 6361622 33554432000 4194304 4196468 140726063727280 140121435566544 140122705944468 0 0 0 16800975 0 0 0 -1 1 0 0 21 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31578] ppid=31565 vsize=28300340 memory=-7814691523512926820 CPUtime=0 cores=0-7
/proc/31567/task/31578/stat : 31578 (java) S 31565 31565 31238 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 21 0 447629069 28979548160 6361622 33554432000 4194304 4196468 140726063727280 140121434514400 140122720958165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31579] ppid=31565 vsize=28300340 memory=1399094042734925955 CPUtime=0 cores=0-7
/proc/31567/task/31579/stat : 31579 (java) S 31565 31565 31238 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 21 0 447629070 28979548160 6361622 33554432000 4194304 4196468 140726063727280 140121433461760 140122720958165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31580] ppid=31565 vsize=28300340 memory=7453282923427948884 CPUtime=0 cores=0-7
/proc/31567/task/31580/stat : 31580 (java) S 31565 31565 31238 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 447629072 28979548160 6361622 33554432000 4194304 4196468 140726063727280 140121432410320 140122720966555 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31581] ppid=31565 vsize=28300340 memory=948 CPUtime=1.25 cores=0-7
/proc/31567/task/31581/stat : 31581 (java) S 31565 31565 31238 0 -1 1077944384 11613 0 0 0 124 1 0 0 20 0 21 0 447629072 28979548160 6361622 33554432000 4194304 4196468 140726063727280 140121431357984 140122720958165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31582] ppid=31565 vsize=28300340 memory=2832 CPUtime=1.45 cores=0-7
/proc/31567/task/31582/stat : 31582 (java) S 31565 31565 31238 0 -1 1077944384 14172 0 0 0 144 1 0 0 20 0 21 0 447629072 28979548160 6361622 33554432000 4194304 4196468 140726063727280 140121430305152 140122720958165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31583] ppid=31565 vsize=28300340 memory=9492 CPUtime=1.38 cores=0-7
/proc/31567/task/31583/stat : 31583 (java) S 31565 31565 31238 0 -1 1077944384 13223 0 0 0 135 3 0 0 20 0 21 0 447629072 28979548160 6361622 33554432000 4194304 4196468 140726063727280 140120910064416 140122720958165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 30 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31584] ppid=31565 vsize=28300340 memory=1548 CPUtime=0.64 cores=0-7
/proc/31567/task/31584/stat : 31584 (java) S 31565 31565 31238 0 -1 1077944384 8433 0 0 0 62 2 0 0 20 0 21 0 447629072 28979548160 6361622 33554432000 4194304 4196468 140726063727280 140120909011872 140122720958165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31585] ppid=31565 vsize=28300340 memory=628 CPUtime=0 cores=0-7
/proc/31567/task/31585/stat : 31585 (java) S 31565 31565 31238 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 447629072 28979548160 6361622 33554432000 4194304 4196468 140726063727280 140120907958496 140122720958165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31586] ppid=31565 vsize=28300340 memory=1056 CPUtime=0.7 cores=0-7
/proc/31567/task/31586/stat : 31586 (java) S 31565 31565 31238 0 -1 1077944384 4579 0 0 0 36 34 0 0 20 0 21 0 447629073 28979548160 6361622 33554432000 4194304 4196468 140726063727280 140120906906032 140122720959106 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 32 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31805] ppid=31565 vsize=28300340 memory=1724 CPUtime=0 cores=0-7
/proc/31567/task/31805/stat : 31805 (java) S 31565 31565 31238 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 21 0 447858428 28979548160 6361622 33554432000 4194304 4196468 140726063727280 140120897928512 140122720958165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
Current children cumulated CPU time: 14550.2 s
Current children cumulated vsize: 28413468 KiB
Current children cumulated memory: 25447944 KiB

[startup+2310 s]*
/proc/loadavg: 6.62 6.82 6.73 2/211 31806
/proc/meminfo: memFree=4879604/32770624 swapFree=67000120/67108860
[pid=31565] ppid=31562 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/31565/stat : 31565 (xcsp3-exec) S 31562 31565 31238 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 447629066 115843072 364 33554432000 4194304 5098028 140735319651440 140735319649544 139632390525564 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 18870272 140735319659381 140735319659625 140735319659625 140735319662538 0
/proc/31565/statm: 28282 364 305 221 0 87 0
[pid=31567] ppid=31565 vsize=28300340 memory=25446488 CPUtime=14550.6 cores=0-7
/proc/31567/stat : 31567 (java) S 31565 31565 31238 0 -1 1077944320 4324238 0 0 0 1447195 7867 0 0 20 0 21 0 447629066 28979548160 6361622 33554432000 4194304 4196468 140726063727280 140726063709824 140122720947959 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
/proc/31567/statm: 7075085 6361622 3521 1 0 7036185 0
[pid=31567/tid=31568] ppid=31565 vsize=28300340 memory=8317482817917895235 CPUtime=365.36 cores=0-7
/proc/31567/task/31568/stat : 31568 (java) S 31565 31565 31238 0 -1 1077944384 95030 0 0 0 36411 125 0 0 20 0 21 0 447629067 28979548160 6361622 33554432000 4194304 4196468 140726063727280 140122725188640 140122720958165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31569] ppid=31565 vsize=28300340 memory=4126316290023845779 CPUtime=1756.02 cores=0-7
/proc/31567/task/31569/stat : 31569 (java) S 31565 31565 31238 0 -1 1077944384 441787 0 0 0 174629 973 0 0 20 0 21 0 447629067 28979548160 6361622 33554432000 4194304 4196468 140726063727280 140122640800016 140122720958165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 52 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31570] ppid=31565 vsize=28300340 memory=14764 CPUtime=1754.67 cores=0-7
/proc/31567/task/31570/stat : 31570 (java) S 31565 31565 31238 0 -1 1077944384 368326 0 0 0 174568 899 0 0 20 0 21 0 447629067 28979548160 6361622 33554432000 4194304 4196468 140726063727280 140122639747472 140122720958165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 54 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31571] ppid=31565 vsize=28300340 memory=12024 CPUtime=1756.11 cores=0-7
/proc/31567/task/31571/stat : 31571 (java) S 31565 31565 31238 0 -1 1077944384 466462 0 0 0 174664 947 0 0 20 0 21 0 447629067 28979548160 6361622 33554432000 4194304 4196468 140726063727280 140122638694928 140122720958165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 56 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31572] ppid=31565 vsize=28300340 memory=1556 CPUtime=1761.22 cores=0-7
/proc/31567/task/31572/stat : 31572 (java) S 31565 31565 31238 0 -1 1077944384 471203 0 0 0 175199 923 0 0 20 0 21 0 447629067 28979548160 6361622 33554432000 4194304 4196468 140726063727280 140122269014672 140122720958165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 55 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31573] ppid=31565 vsize=28300340 memory=500 CPUtime=1753.77 cores=0-7
/proc/31567/task/31573/stat : 31573 (java) S 31565 31565 31238 0 -1 1077944384 335970 0 0 0 174458 919 0 0 20 0 21 0 447629067 28979548160 6361622 33554432000 4194304 4196468 140726063727280 140122267962128 140122720958165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 51 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31574] ppid=31565 vsize=28300340 memory=6791534058613427641 CPUtime=1753.4 cores=0-7
/proc/31567/task/31574/stat : 31574 (java) S 31565 31565 31238 0 -1 1077944384 308486 0 0 0 174350 990 0 0 20 0 21 0 447629067 28979548160 6361622 33554432000 4194304 4196468 140726063727280 140122266909584 140122720958165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 46 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31575] ppid=31565 vsize=28300340 memory=1760 CPUtime=1751.07 cores=0-7
/proc/31567/task/31575/stat : 31575 (java) S 31565 31565 31238 0 -1 1077944384 332840 0 0 0 174101 1006 0 0 20 0 21 0 447629068 28979548160 6361622 33554432000 4194304 4196468 140726063727280 140122265857040 140122720958165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 55 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31576] ppid=31565 vsize=28300340 memory=6791534058613427641 CPUtime=1749.41 cores=0-7
/proc/31567/task/31576/stat : 31576 (java) S 31565 31565 31238 0 -1 1077944384 266610 0 0 0 173962 979 0 0 20 0 21 0 447629068 28979548160 6361622 33554432000 4194304 4196468 140726063727280 140122264804496 140122720958165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 50 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31577] ppid=31565 vsize=28300340 memory=6791534058613427641 CPUtime=144 cores=0-7
/proc/31567/task/31577/stat : 31577 (java) R 31565 31565 31238 0 -1 4202560 1184087 0 0 0 14328 72 0 0 20 0 21 0 447629069 28979548160 6361622 33554432000 4194304 4196468 140726063727280 140121435566544 140122705405529 0 0 0 16800975 0 0 0 -1 1 0 0 21 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31578] ppid=31565 vsize=28300340 memory=4108 CPUtime=0 cores=0-7
/proc/31567/task/31578/stat : 31578 (java) S 31565 31565 31238 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 21 0 447629069 28979548160 6361622 33554432000 4194304 4196468 140726063727280 140121434514400 140122720958165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31579] ppid=31565 vsize=28300340 memory=1808 CPUtime=0 cores=0-7
/proc/31567/task/31579/stat : 31579 (java) S 31565 31565 31238 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 21 0 447629070 28979548160 6361622 33554432000 4194304 4196468 140726063727280 140121433461760 140122720958165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31580] ppid=31565 vsize=28300340 memory=920 CPUtime=0 cores=0-7
/proc/31567/task/31580/stat : 31580 (java) S 31565 31565 31238 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 447629072 28979548160 6361622 33554432000 4194304 4196468 140726063727280 140121432410320 140122720966555 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31581] ppid=31565 vsize=28300340 memory=4136 CPUtime=1.25 cores=0-7
/proc/31567/task/31581/stat : 31581 (java) S 31565 31565 31238 0 -1 1077944384 11613 0 0 0 124 1 0 0 20 0 21 0 447629072 28979548160 6361622 33554432000 4194304 4196468 140726063727280 140121431357984 140122720958165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31582] ppid=31565 vsize=28300340 memory=1412 CPUtime=1.45 cores=0-7
/proc/31567/task/31582/stat : 31582 (java) S 31565 31565 31238 0 -1 1077944384 14172 0 0 0 144 1 0 0 20 0 21 0 447629072 28979548160 6361622 33554432000 4194304 4196468 140726063727280 140121430305152 140122720958165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31583] ppid=31565 vsize=28300340 memory=3328 CPUtime=1.38 cores=0-7
/proc/31567/task/31583/stat : 31583 (java) S 31565 31565 31238 0 -1 1077944384 13223 0 0 0 135 3 0 0 20 0 21 0 447629072 28979548160 6361622 33554432000 4194304 4196468 140726063727280 140120910064416 140122720958165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 30 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31584] ppid=31565 vsize=28300340 memory=1456 CPUtime=0.64 cores=0-7
/proc/31567/task/31584/stat : 31584 (java) S 31565 31565 31238 0 -1 1077944384 8433 0 0 0 62 2 0 0 20 0 21 0 447629072 28979548160 6361622 33554432000 4194304 4196468 140726063727280 140120909011872 140122720958165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31585] ppid=31565 vsize=28300340 memory=25446488 CPUtime=0 cores=0-7
/proc/31567/task/31585/stat : 31585 (java) S 31565 31565 31238 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 447629072 28979548160 6361622 33554432000 4194304 4196468 140726063727280 140120907958496 140122720958165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31586] ppid=31565 vsize=28300340 memory=1164 CPUtime=0.7 cores=0-7
/proc/31567/task/31586/stat : 31586 (java) S 31565 31565 31238 0 -1 1077944384 4581 0 0 0 36 34 0 0 20 0 21 0 447629073 28979548160 6361622 33554432000 4194304 4196468 140726063727280 140120906906032 140122720959106 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 32 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31805] ppid=31565 vsize=28300340 memory=8317482817917895235 CPUtime=0 cores=0-7
/proc/31567/task/31805/stat : 31805 (java) S 31565 31565 31238 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 21 0 447858428 28979548160 6361622 33554432000 4194304 4196468 140726063727280 140120897928512 140122720958165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
Current children cumulated CPU time: 14550.6 s
Current children cumulated vsize: 28413468 KiB
Current children cumulated memory: 25447944 KiB

[startup+2310.4 s]
/proc/loadavg: 6.62 6.82 6.73 2/211 31806
/proc/meminfo: memFree=4879604/32770624 swapFree=67000120/67108860
[pid=31565] ppid=31562 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/31565/stat : 31565 (xcsp3-exec) S 31562 31565 31238 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 447629066 115843072 364 33554432000 4194304 5098028 140735319651440 140735319649544 139632390525564 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 18870272 140735319659381 140735319659625 140735319659625 140735319662538 0
/proc/31565/statm: 28282 364 305 221 0 87 0
[pid=31567] ppid=31565 vsize=28300340 memory=25446488 CPUtime=14551 cores=0-7
/proc/31567/stat : 31567 (java) S 31565 31565 31238 0 -1 1077944320 4334311 0 0 0 1447233 7868 0 0 20 0 21 0 447629066 28979548160 6361622 33554432000 4194304 4196468 140726063727280 140726063709824 140122720947959 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
/proc/31567/statm: 7075085 6361622 3521 1 0 7036185 0
[pid=31567/tid=31568] ppid=31565 vsize=28300340 memory=2116 CPUtime=365.36 cores=0-7
/proc/31567/task/31568/stat : 31568 (java) S 31565 31565 31238 0 -1 1077944384 95030 0 0 0 36411 125 0 0 20 0 21 0 447629067 28979548160 6361622 33554432000 4194304 4196468 140726063727280 140122725188640 140122720958165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31569] ppid=31565 vsize=28300340 memory=1456 CPUtime=1756.02 cores=0-7
/proc/31567/task/31569/stat : 31569 (java) S 31565 31565 31238 0 -1 1077944384 441787 0 0 0 174629 973 0 0 20 0 21 0 447629067 28979548160 6361622 33554432000 4194304 4196468 140726063727280 140122640800016 140122720958165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 52 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31570] ppid=31565 vsize=28300340 memory=25446488 CPUtime=1754.67 cores=0-7
/proc/31567/task/31570/stat : 31570 (java) S 31565 31565 31238 0 -1 1077944384 368326 0 0 0 174568 899 0 0 20 0 21 0 447629067 28979548160 6361622 33554432000 4194304 4196468 140726063727280 140122639747472 140122720958165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 54 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31571] ppid=31565 vsize=28300340 memory=984 CPUtime=1756.11 cores=0-7
/proc/31567/task/31571/stat : 31571 (java) S 31565 31565 31238 0 -1 1077944384 466462 0 0 0 174664 947 0 0 20 0 21 0 447629067 28979548160 6361622 33554432000 4194304 4196468 140726063727280 140122638694928 140122720958165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 56 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31572] ppid=31565 vsize=28300340 memory=2024 CPUtime=1761.22 cores=0-7
/proc/31567/task/31572/stat : 31572 (java) S 31565 31565 31238 0 -1 1077944384 471203 0 0 0 175199 923 0 0 20 0 21 0 447629067 28979548160 6361622 33554432000 4194304 4196468 140726063727280 140122269014672 140122720958165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 55 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31573] ppid=31565 vsize=28300340 memory=6791534058613427641 CPUtime=1753.77 cores=0-7
/proc/31567/task/31573/stat : 31573 (java) S 31565 31565 31238 0 -1 1077944384 335970 0 0 0 174458 919 0 0 20 0 21 0 447629067 28979548160 6361622 33554432000 4194304 4196468 140726063727280 140122267962128 140122720958165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 51 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31574] ppid=31565 vsize=28300340 memory=2832 CPUtime=1753.4 cores=0-7
/proc/31567/task/31574/stat : 31574 (java) S 31565 31565 31238 0 -1 1077944384 308486 0 0 0 174350 990 0 0 20 0 21 0 447629067 28979548160 6361622 33554432000 4194304 4196468 140726063727280 140122266909584 140122720958165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 46 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31575] ppid=31565 vsize=28300340 memory=9492 CPUtime=1751.07 cores=0-7
/proc/31567/task/31575/stat : 31575 (java) S 31565 31565 31238 0 -1 1077944384 332840 0 0 0 174101 1006 0 0 20 0 21 0 447629068 28979548160 6361622 33554432000 4194304 4196468 140726063727280 140122265857040 140122720958165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 55 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31576] ppid=31565 vsize=28300340 memory=1548 CPUtime=1749.41 cores=0-7
/proc/31567/task/31576/stat : 31576 (java) S 31565 31565 31238 0 -1 1077944384 266610 0 0 0 173962 979 0 0 20 0 21 0 447629068 28979548160 6361622 33554432000 4194304 4196468 140726063727280 140122264804496 140122720958165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 50 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31577] ppid=31565 vsize=28300340 memory=25446488 CPUtime=144.4 cores=0-7
/proc/31567/task/31577/stat : 31577 (java) R 31565 31565 31238 0 -1 4202560 1194257 0 0 0 14367 73 0 0 20 0 21 0 447629069 28979548160 6361622 33554432000 4194304 4196468 140726063727280 140121435566544 140122700149006 0 0 0 16800975 0 0 0 -1 1 0 0 21 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31578] ppid=31565 vsize=28300340 memory=25446488 CPUtime=0 cores=0-7
/proc/31567/task/31578/stat : 31578 (java) S 31565 31565 31238 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 21 0 447629069 28979548160 6361622 33554432000 4194304 4196468 140726063727280 140121434514400 140122720958165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31579] ppid=31565 vsize=28300340 memory=2116 CPUtime=0 cores=0-7
/proc/31567/task/31579/stat : 31579 (java) S 31565 31565 31238 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 21 0 447629070 28979548160 6361622 33554432000 4194304 4196468 140726063727280 140121433461760 140122720958165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31580] ppid=31565 vsize=28300340 memory=14764 CPUtime=0 cores=0-7
/proc/31567/task/31580/stat : 31580 (java) S 31565 31565 31238 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 447629072 28979548160 6361622 33554432000 4194304 4196468 140726063727280 140121432410320 140122720966555 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31581] ppid=31565 vsize=28300340 memory=2024 CPUtime=1.25 cores=0-7
/proc/31567/task/31581/stat : 31581 (java) S 31565 31565 31238 0 -1 1077944384 11613 0 0 0 124 1 0 0 20 0 21 0 447629072 28979548160 6361622 33554432000 4194304 4196468 140726063727280 140121431357984 140122720958165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31582] ppid=31565 vsize=28300340 memory=1380 CPUtime=1.45 cores=0-7
/proc/31567/task/31582/stat : 31582 (java) S 31565 31565 31238 0 -1 1077944384 14172 0 0 0 144 1 0 0 20 0 21 0 447629072 28979548160 6361622 33554432000 4194304 4196468 140726063727280 140121430305152 140122720958165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31583] ppid=31565 vsize=28300340 memory=1128 CPUtime=1.38 cores=0-7
/proc/31567/task/31583/stat : 31583 (java) S 31565 31565 31238 0 -1 1077944384 13223 0 0 0 135 3 0 0 20 0 21 0 447629072 28979548160 6361622 33554432000 4194304 4196468 140726063727280 140120910064416 140122720958165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 30 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31584] ppid=31565 vsize=28300340 memory=772 CPUtime=0.64 cores=0-7
/proc/31567/task/31584/stat : 31584 (java) S 31565 31565 31238 0 -1 1077944384 8433 0 0 0 62 2 0 0 20 0 21 0 447629072 28979548160 6361622 33554432000 4194304 4196468 140726063727280 140120909011872 140122720958165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31585] ppid=31565 vsize=28300340 memory=4168 CPUtime=0 cores=0-7
/proc/31567/task/31585/stat : 31585 (java) S 31565 31565 31238 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 447629072 28979548160 6361622 33554432000 4194304 4196468 140726063727280 140120907958496 140122720958165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31586] ppid=31565 vsize=28300340 memory=948 CPUtime=0.7 cores=0-7
/proc/31567/task/31586/stat : 31586 (java) S 31565 31565 31238 0 -1 1077944384 4607 0 0 0 36 34 0 0 20 0 21 0 447629073 28979548160 6361622 33554432000 4194304 4196468 140726063727280 140120906906032 140122720959106 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 32 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
[pid=31567/tid=31805] ppid=31565 vsize=28300340 memory=1456 CPUtime=0 cores=0-7
/proc/31567/task/31805/stat : 31805 (java) S 31565 31565 31238 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 21 0 447858428 28979548160 6361622 33554432000 4194304 4196468 140726063727280 140120897928512 140122720958165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22667264 140726063735786 140726063735958 140726063735958 140726063738831 0
Current children cumulated CPU time: 14551 s
Current children cumulated vsize: 28413468 KiB
Current children cumulated memory: 25447944 KiB

[startup+2310.5 s]
/proc/loadavg: 6.62 6.82 6.73 2/211 31806
/proc/meminfo: memFree=4879604/32770624 swapFree=67000120/67108860
[pid=31565] ppid=31562 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/31565/stat : 31565 (xcsp3-exec) S 31562 31565 31238 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 447629066 115843072 364 33554432000 4194304 5098028 140735319651440 140735319649544 139632390525564 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 18870272 140735319659381 140735319659625 140735319659625 140735319662538 0
/proc/31565/statm: 28282 364 305 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1456 KiB

Child status: 1
Real time (s): 2310.54
CPU time (s): 14551.1
CPU user time (s): 14472.3
CPU system time (s): 78.7686
CPU usage (%): 629.771
Max. virtual memory (cumulated for all children) (KiB): 28413468
Max. memory (cumulated for all children) (KiB): 25447944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14472.3
system time used= 78.7686
maximum resident set size= 25446740
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4337182
page faults= 0
swaps= 0
block input operations= 8
block output operations= 3216
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 363420
involuntary context switches= 357208


# summary of solver processes directly reported to runsolver:
#   pid: 31565
#   total CPU time (s): 14551.1
#   total CPU user time (s): 14472.3
#   total CPU system time (s): 78.7686

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.9048 second user time and 21.4829 second system time

The end

Launcher Data

Begin job on node106 at 2019-09-17 10:47:47
IDJOB=4399509
IDBENCH=138449
IDSOLVER=2854
FILE ID=node106/4399509-1568713746
RUNJOBID= node106-1568707545-31265
PBS_JOBID= 21703923
Free space on /tmp= 59088 MiB

SOLVER NAME= choco-solver 2019-09-16 parallel
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-os10/SuperTaillard-os-10-26.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-4399509-1568713746/watcher-4399509-1568713746 -o /tmp/evaluation-result-4399509-1568713746/solver-4399509-1568713746 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node106-1568707545-31265 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1591996591 HOME/instance-4399509-1568713746.xml

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

MD5SUM BENCH= 163dd1c4311ae2a810c887bcbec28782
RANDOM SEED=1591996591

node106.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.79
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.79
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.79
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.79
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:        30362056 kB
MemAvailable:   31890692 kB
Buffers:          201036 kB
Cached:          1616684 kB
SwapCached:         7312 kB
Active:           592640 kB
Inactive:        1237144 kB
Active(anon):      11904 kB
Inactive(anon):    44224 kB
Active(file):     580736 kB
Inactive(file):  1192920 kB
Unevictable:      108920 kB
Mlocked:          108920 kB
SwapTotal:      67108860 kB
SwapFree:       67000112 kB
Dirty:             26076 kB
Writeback:             0 kB
AnonPages:        113012 kB
Mapped:            44700 kB
Shmem:             35860 kB
Slab:             171320 kB
SReclaimable:     141632 kB
SUnreclaim:        29688 kB
KernelStack:        3344 kB
PageTables:         5872 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     497552 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 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:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 59060 MiB
End job on node106 at 2019-09-17 11:26:18