Trace number 4393552

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-06-14 parallel? 6229.02 1268.98

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-os10/
SuperTaillard-os-10-23.xml
MD5SUMea1f89da39181e5263a1c81884ecc603
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 benchmark40.8874
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints2800
Number of domains67
Minimum domain size476
Maximum domain size574
Distribution of domain sizes[{"size":476,"count":4},{"size":478,"count":2},{"size":482,"count":2},{"size":483,"count":2},{"size":484,"count":6},{"size":485,"count":2},{"size":488,"count":2},{"size":489,"count":4},{"size":490,"count":2},{"size":492,"count":2},{"size":493,"count":2},{"size":494,"count":2},{"size":495,"count":4},{"size":496,"count":2},{"size":498,"count":4},{"size":499,"count":2},{"size":500,"count":4},{"size":501,"count":4},{"size":502,"count":4},{"size":503,"count":4},{"size":504,"count":4},{"size":505,"count":2},{"size":506,"count":2},{"size":507,"count":4},{"size":509,"count":2},"...",{"size":536,"count":6}, {"size":537,"count":2}, {"size":538,"count":2}, {"size":539,"count":4}, {"size":540,"count":2}, {"size":542,"count":2}, {"size":543,"count":4}, {"size":547,"count":2}, {"size":550,"count":8}, {"size":551,"count":2}, {"size":552,"count":4}, {"size":553,"count":2}, {"size":554,"count":2}, {"size":555,"count":2}, {"size":557,"count":2}, {"size":559,"count":6}, {"size":560,"count":4}, {"size":562,"count":2}, {"size":565,"count":2}, {"size":566,"count":2}, {"size":567,"count":2}, {"size":569,"count":2}, {"size":571,"count":6}, {"size":573,"count":2}, {"size":574,"count":2}]
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-4393552-1568441994.xml"  -tl '20160s' -p 8
0.10/0.20	c Choco e747e1e
0.10/0.20	c [HOME/instance-4393552-1568441994.xml, -tl, 20160s, -p, 8]
0.31/0.24	c 8 solvers in parallel
0.31/0.31	c parse instance...
6147.36/1255.56	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
6147.36/1255.56		at java.util.stream.ReferencePipeline.mapToInt(ReferencePipeline.java:203)
6147.36/1255.56		at org.chocosolver.solver.expression.discrete.arithmetic.NaArExpression.ieval(NaArExpression.java:124)
6147.36/1255.56		at org.chocosolver.solver.expression.discrete.relational.BiReExpression.beval(BiReExpression.java:214)
6147.36/1255.56		at org.chocosolver.solver.expression.discrete.logical.NaLoExpression.beval(NaLoExpression.java:137)
6147.36/1255.56		at org.chocosolver.solver.expression.discrete.relational.ReExpression.lambda$extension$3(ReExpression.java:150)
6147.36/1255.56		at org.chocosolver.solver.expression.discrete.relational.ReExpression$$Lambda$147/673068808.valid(Unknown Source)
6147.36/1255.56		at org.chocosolver.solver.constraints.extension.TuplesFactory.generateTuples(TuplesFactory.java:88)
6147.36/1255.56		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:150)
6147.36/1255.56		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
6147.36/1255.56		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
6147.36/1255.56		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
6147.36/1255.56		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
6147.36/1255.56		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
6147.36/1255.56		at org.xcsp.parser.XCallbacks$$Lambda$89/205962452.accept(Unknown Source)
6147.36/1255.56		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
6147.36/1255.56		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
6147.36/1255.56		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
6147.36/1255.56		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1416)
6147.36/1255.56		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
6147.36/1255.56		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
6147.36/1255.56		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
6147.36/1255.56		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
6147.36/1255.56		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
6147.36/1255.56		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:111)
6147.36/1255.56		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
6147.36/1255.56		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
6228.82/1268.85	s UNKNOWN
6228.82/1268.85	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 (15084 MiB free)
  memory of node 1: 16384 MiB (15459 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393552-1568441994/watcher-4393552-1568441994 -o /tmp/evaluation-result-4393552-1568441994/solver-4393552-1568441994 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node141-1568439039-12728 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1562517054 HOME/instance-4393552-1568441994.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=16667, runsolver pid=16664
Current StackSize limit: 8192 KiB


[startup+0.10011 s]*
/proc/loadavg: 5.13 6.80 7.69 3/211 16688
/proc/meminfo: memFree=31262628/32770624 swapFree=66919440/67108860
[pid=16667] ppid=16664 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/16667/stat : 16667 (xcsp3-exec) S 16664 16667 12701 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 420137285 115843072 363 33554432000 4194304 5098028 140736281014432 140736281012536 140322245599868 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 22581248 140736281019253 140736281019497 140736281019497 140736281022410 0
/proc/16667/statm: 28282 363 304 221 0 87 0
[pid=16669] ppid=16667 vsize=28227388 memory=26272 CPUtime=0.1 cores=0-7
/proc/16669/stat : 16669 (java) S 16667 16667 12701 0 -1 1077944320 5563 0 0 0 9 1 0 0 20 0 20 0 420137285 28904845312 6568 33554432000 4194304 4196468 140733211047056 140733211029600 140094145371895 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
/proc/16669/statm: 7056847 6568 3045 1 0 7019032 0
[pid=16669/tid=16670] ppid=16667 vsize=28227388 memory=8317482817917895235 CPUtime=0.08 cores=0-7
/proc/16669/task/16670/stat : 16670 (java) R 16667 16667 12701 0 -1 4202560 3552 0 0 0 7 1 0 0 20 0 20 0 420137286 28904845312 6568 33554432000 4194304 4196468 140733211047056 140094149599776 140094145393821 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16671] ppid=16667 vsize=28227388 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/16669/task/16671/stat : 16671 (java) S 16667 16667 12701 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420137288 28904845312 6568 33554432000 4194304 4196468 140733211047056 140094117214736 140094145382101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16672] ppid=16667 vsize=28227388 memory=140215935997568 CPUtime=0 cores=0-7
/proc/16669/task/16672/stat : 16672 (java) S 16667 16667 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420137288 28904845312 6568 33554432000 4194304 4196468 140733211047056 140093695756944 140094145382101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16673] ppid=16667 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/16669/task/16673/stat : 16673 (java) S 16667 16667 12701 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420137288 28904845312 6568 33554432000 4194304 4196468 140733211047056 140093694703888 140094145382101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16674] ppid=16667 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/16669/task/16674/stat : 16674 (java) S 16667 16667 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420137288 28904845312 6568 33554432000 4194304 4196468 140733211047056 140093693651344 140094145382101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16675] ppid=16667 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/16669/task/16675/stat : 16675 (java) S 16667 16667 12701 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420137288 28904845312 6568 33554432000 4194304 4196468 140733211047056 140093692599312 140094145382101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16676] ppid=16667 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/16669/task/16676/stat : 16676 (java) S 16667 16667 12701 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420137288 28904845312 6568 33554432000 4194304 4196468 140733211047056 140093691546768 140094145382101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16677] ppid=16667 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/16669/task/16677/stat : 16677 (java) S 16667 16667 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420137288 28904845312 6568 33554432000 4194304 4196468 140733211047056 140093690493712 140094145382101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16678] ppid=16667 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/16669/task/16678/stat : 16678 (java) S 16667 16667 12701 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420137288 28904845312 6568 33554432000 4194304 4196468 140733211047056 140093689441168 140094145382101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16679] ppid=16667 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/16669/task/16679/stat : 16679 (java) S 16667 16667 12701 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420137289 28904845312 6568 33554432000 4194304 4196468 140733211047056 140092609562864 140094145383042 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16680] ppid=16667 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/16669/task/16680/stat : 16680 (java) S 16667 16667 12701 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 420137290 28904845312 6568 33554432000 4194304 4196468 140733211047056 140092608509088 140094145382101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16681] ppid=16667 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/16669/task/16681/stat : 16681 (java) S 16667 16667 12701 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 420137290 28904845312 6568 33554432000 4194304 4196468 140733211047056 140092607455984 140094145382101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16682] ppid=16667 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/16669/task/16682/stat : 16682 (java) S 16667 16667 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420137292 28904845312 6568 33554432000 4194304 4196468 140733211047056 140092606404560 140094145390491 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16683] ppid=16667 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/16669/task/16683/stat : 16683 (java) S 16667 16667 12701 0 -1 1077944384 312 0 0 0 0 0 0 0 20 0 20 0 420137292 28904845312 6568 33554432000 4194304 4196468 140733211047056 140092605352688 140094145383042 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16684] ppid=16667 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/16669/task/16684/stat : 16684 (java) S 16667 16667 12701 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420137292 28904845312 6568 33554432000 4194304 4196468 140733211047056 140092604300144 140094145383042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16685] ppid=16667 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/16669/task/16685/stat : 16685 (java) S 16667 16667 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420137292 28904845312 6568 33554432000 4194304 4196468 140733211047056 140092603247088 140094145383042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16686] ppid=16667 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/16669/task/16686/stat : 16686 (java) S 16667 16667 12701 0 -1 1077944384 385 0 0 0 1 0 0 0 20 0 20 0 420137292 28904845312 6568 33554432000 4194304 4196468 140733211047056 140092602194544 140094145383042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16687] ppid=16667 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/16669/task/16687/stat : 16687 (java) S 16667 16667 12701 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420137293 28904845312 6568 33554432000 4194304 4196468 140733211047056 140092601141728 140094145382101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16688] ppid=16667 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/16669/task/16688/stat : 16688 (java) S 16667 16667 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420137293 28904845312 6568 33554432000 4194304 4196468 140733211047056 140092600089264 140094145383042 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 27724 KiB

[startup+0.210153 s]*
/proc/loadavg: 5.13 6.80 7.69 3/211 16688
/proc/meminfo: memFree=31249496/32770624 swapFree=66919440/67108860
[pid=16667] ppid=16664 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/16667/stat : 16667 (xcsp3-exec) S 16664 16667 12701 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 420137285 115843072 363 33554432000 4194304 5098028 140736281014432 140736281012536 140322245599868 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 22581248 140736281019253 140736281019497 140736281019497 140736281022410 0
/proc/16667/statm: 28282 363 304 221 0 87 0
[pid=16669] ppid=16667 vsize=28227388 memory=38464 CPUtime=0.31 cores=0-7
/proc/16669/stat : 16669 (java) S 16667 16667 12701 0 -1 1077944320 9498 0 0 0 28 3 0 0 20 0 20 0 420137285 28904845312 9616 33554432000 4194304 4196468 140733211047056 140733211029600 140094145371895 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
/proc/16669/statm: 7056847 9616 3268 1 0 7019032 0
[pid=16669/tid=16670] ppid=16667 vsize=28227388 memory=8318255677412212789 CPUtime=0.18 cores=0-7
/proc/16669/task/16670/stat : 16670 (java) R 16667 16667 12701 0 -1 4202560 6598 0 0 0 16 2 0 0 20 0 20 0 420137286 28904845312 9616 33554432000 4194304 4196468 140733211047056 140094149608336 140094145383830 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16671] ppid=16667 vsize=28227388 memory=331 CPUtime=0 cores=0-7
/proc/16669/task/16671/stat : 16671 (java) S 16667 16667 12701 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420137288 28904845312 9616 33554432000 4194304 4196468 140733211047056 140094117214736 140094145382101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16672] ppid=16667 vsize=28227388 memory=140215936011163 CPUtime=0 cores=0-7
/proc/16669/task/16672/stat : 16672 (java) S 16667 16667 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420137288 28904845312 9616 33554432000 4194304 4196468 140733211047056 140093695756944 140094145382101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16673] ppid=16667 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/16669/task/16673/stat : 16673 (java) S 16667 16667 12701 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420137288 28904845312 9616 33554432000 4194304 4196468 140733211047056 140093694703888 140094145382101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16674] ppid=16667 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/16669/task/16674/stat : 16674 (java) S 16667 16667 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420137288 28904845312 9616 33554432000 4194304 4196468 140733211047056 140093693651344 140094145382101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16675] ppid=16667 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/16669/task/16675/stat : 16675 (java) S 16667 16667 12701 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420137288 28904845312 9616 33554432000 4194304 4196468 140733211047056 140093692599312 140094145382101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16676] ppid=16667 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/16669/task/16676/stat : 16676 (java) S 16667 16667 12701 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420137288 28904845312 9616 33554432000 4194304 4196468 140733211047056 140093691546768 140094145382101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16677] ppid=16667 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/16669/task/16677/stat : 16677 (java) S 16667 16667 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420137288 28904845312 9616 33554432000 4194304 4196468 140733211047056 140093690493712 140094145382101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16678] ppid=16667 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/16669/task/16678/stat : 16678 (java) S 16667 16667 12701 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420137288 28904845312 9616 33554432000 4194304 4196468 140733211047056 140093689441168 140094145382101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16679] ppid=16667 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/16669/task/16679/stat : 16679 (java) S 16667 16667 12701 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420137289 28904845312 9616 33554432000 4194304 4196468 140733211047056 140092609562864 140094145383042 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16680] ppid=16667 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/16669/task/16680/stat : 16680 (java) S 16667 16667 12701 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 420137290 28904845312 9616 33554432000 4194304 4196468 140733211047056 140092608509088 140094145382101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16681] ppid=16667 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/16669/task/16681/stat : 16681 (java) S 16667 16667 12701 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 420137290 28904845312 9616 33554432000 4194304 4196468 140733211047056 140092607455984 140094145382101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16682] ppid=16667 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/16669/task/16682/stat : 16682 (java) S 16667 16667 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420137292 28904845312 9616 33554432000 4194304 4196468 140733211047056 140092606404560 140094145390491 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16683] ppid=16667 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/16669/task/16683/stat : 16683 (java) S 16667 16667 12701 0 -1 1077944384 315 0 0 0 0 0 0 0 20 0 20 0 420137292 28904845312 9616 33554432000 4194304 4196468 140733211047056 140092605352688 140094145383042 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16684] ppid=16667 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/16669/task/16684/stat : 16684 (java) S 16667 16667 12701 0 -1 1077944384 246 0 0 0 2 0 0 0 20 0 20 0 420137292 28904845312 9616 33554432000 4194304 4196468 140733211047056 140092604300144 140094145383042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16685] ppid=16667 vsize=28227388 memory=-1 CPUtime=0.01 cores=0-7
/proc/16669/task/16685/stat : 16685 (java) S 16667 16667 12701 0 -1 1077944384 112 0 0 0 1 0 0 0 20 0 20 0 420137292 28904845312 9616 33554432000 4194304 4196468 140733211047056 140092603247088 140094145383042 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16686] ppid=16667 vsize=28227388 memory=-1 CPUtime=0.06 cores=0-7
/proc/16669/task/16686/stat : 16686 (java) R 16667 16667 12701 0 -1 4202560 918 0 0 0 6 0 0 0 20 0 20 0 420137292 28904845312 9616 33554432000 4194304 4196468 140733211047056 140092602194544 140094145393242 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16687] ppid=16667 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/16669/task/16687/stat : 16687 (java) S 16667 16667 12701 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420137293 28904845312 9616 33554432000 4194304 4196468 140733211047056 140092601141728 140094145382101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16688] ppid=16667 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/16669/task/16688/stat : 16688 (java) S 16667 16667 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420137293 28904845312 9616 33554432000 4194304 4196468 140733211047056 140092600089264 140094145383042 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 39916 KiB

[startup+0.309482 s]*
/proc/loadavg: 5.13 6.80 7.69 3/211 16688
/proc/meminfo: memFree=31243632/32770624 swapFree=66919440/67108860
[pid=16667] ppid=16664 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/16667/stat : 16667 (xcsp3-exec) S 16664 16667 12701 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 420137285 115843072 363 33554432000 4194304 5098028 140736281014432 140736281012536 140322245599868 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 22581248 140736281019253 140736281019497 140736281019497 140736281022410 0
/proc/16667/statm: 28282 363 304 221 0 87 0
[pid=16669] ppid=16667 vsize=28231644 memory=45864 CPUtime=0.49 cores=0-7
/proc/16669/stat : 16669 (java) S 16667 16667 12701 0 -1 1077944320 10834 0 0 0 45 4 0 0 20 0 20 0 420137285 28909203456 11466 33554432000 4194304 4196468 140733211047056 140733211029600 140094145371895 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
/proc/16669/statm: 7057911 11466 3327 1 0 7019032 0
[pid=16669/tid=16670] ppid=16667 vsize=28231644 memory=8317482817917895235 CPUtime=0.28 cores=0-7
/proc/16669/task/16670/stat : 16670 (java) R 16667 16667 12701 0 -1 4202560 7627 0 0 0 25 3 0 0 20 0 20 0 420137286 28909203456 11466 33554432000 4194304 4196468 140733211047056 140094149602592 140094129452382 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16671] ppid=16667 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/16669/task/16671/stat : 16671 (java) S 16667 16667 12701 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420137288 28909203456 11466 33554432000 4194304 4196468 140733211047056 140094117214736 140094145382101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16672] ppid=16667 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/16669/task/16672/stat : 16672 (java) S 16667 16667 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420137288 28909203456 11466 33554432000 4194304 4196468 140733211047056 140093695756944 140094145382101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16673] ppid=16667 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/16669/task/16673/stat : 16673 (java) S 16667 16667 12701 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420137288 28909203456 11466 33554432000 4194304 4196468 140733211047056 140093694703888 140094145382101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16674] ppid=16667 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/16669/task/16674/stat : 16674 (java) S 16667 16667 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420137288 28909203456 11466 33554432000 4194304 4196468 140733211047056 140093693651344 140094145382101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16675] ppid=16667 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/16669/task/16675/stat : 16675 (java) S 16667 16667 12701 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420137288 28909203456 11466 33554432000 4194304 4196468 140733211047056 140093692599312 140094145382101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16676] ppid=16667 vsize=28231644 memory=140215784139439 CPUtime=0 cores=0-7
/proc/16669/task/16676/stat : 16676 (java) S 16667 16667 12701 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420137288 28909203456 11466 33554432000 4194304 4196468 140733211047056 140093691546768 140094145382101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16677] ppid=16667 vsize=28231644 memory=140215784141744 CPUtime=0 cores=0-7
/proc/16669/task/16677/stat : 16677 (java) S 16667 16667 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420137288 28909203456 11466 33554432000 4194304 4196468 140733211047056 140093690493712 140094145382101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16678] ppid=16667 vsize=28231644 memory=140215784144048 CPUtime=0 cores=0-7
/proc/16669/task/16678/stat : 16678 (java) S 16667 16667 12701 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420137288 28909203456 11466 33554432000 4194304 4196468 140733211047056 140093689441168 140094145382101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16679] ppid=16667 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/16669/task/16679/stat : 16679 (java) S 16667 16667 12701 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 420137289 28909203456 11466 33554432000 4194304 4196468 140733211047056 140092609562864 140094145383042 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16680] ppid=16667 vsize=28231644 memory=280431568301968 CPUtime=0 cores=0-7
/proc/16669/task/16680/stat : 16680 (java) S 16667 16667 12701 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 420137290 28909203456 11466 33554432000 4194304 4196468 140733211047056 140092608509088 140094145382101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16681] ppid=16667 vsize=28231644 memory=280431568299664 CPUtime=0 cores=0-7
/proc/16669/task/16681/stat : 16681 (java) S 16667 16667 12701 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 420137290 28909203456 11466 33554432000 4194304 4196468 140733211047056 140092607455984 140094145382101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16682] ppid=16667 vsize=28231644 memory=280431568306576 CPUtime=0 cores=0-7
/proc/16669/task/16682/stat : 16682 (java) S 16667 16667 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420137292 28909203456 11466 33554432000 4194304 4196468 140733211047056 140092606404560 140094145390491 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16683] ppid=16667 vsize=28231644 memory=280431568247856 CPUtime=0 cores=0-7
/proc/16669/task/16683/stat : 16683 (java) S 16667 16667 12701 0 -1 1077944384 337 0 0 0 0 0 0 0 20 0 20 0 420137292 28909203456 11499 33554432000 4194304 4196468 140733211047056 140092605352688 140094145383042 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16684] ppid=16667 vsize=28231644 memory=280431568320400 CPUtime=0.03 cores=0-7
/proc/16669/task/16684/stat : 16684 (java) S 16667 16667 12701 0 -1 1077944384 289 0 0 0 3 0 0 0 20 0 20 0 420137292 28909203456 11499 33554432000 4194304 4196468 140733211047056 140092604300144 140094145383042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16685] ppid=16667 vsize=28231644 memory=280431568327312 CPUtime=0.03 cores=0-7
/proc/16669/task/16685/stat : 16685 (java) S 16667 16667 12701 0 -1 1077944384 126 0 0 0 3 0 0 0 20 0 20 0 420137292 28909203456 11499 33554432000 4194304 4196468 140733211047056 140092603247088 140094145383042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16686] ppid=16667 vsize=28231644 memory=280431568325008 CPUtime=0.11 cores=0-7
/proc/16669/task/16686/stat : 16686 (java) S 16667 16667 12701 0 -1 1077944384 1149 0 0 0 11 0 0 0 20 0 20 0 420137292 28909203456 11499 33554432000 4194304 4196468 140733211047056 140092602194544 140094145383042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16687] ppid=16667 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/16669/task/16687/stat : 16687 (java) S 16667 16667 12701 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420137293 28909203456 11499 33554432000 4194304 4196468 140733211047056 140092601141728 140094145382101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16688] ppid=16667 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/16669/task/16688/stat : 16688 (java) S 16667 16667 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420137293 28909203456 11499 33554432000 4194304 4196468 140733211047056 140092600089264 140094145383042 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 47316 KiB

[startup+0.700947 s]
/proc/loadavg: 5.13 6.80 7.69 5/211 16688
/proc/meminfo: memFree=31220868/32770624 swapFree=66919440/67108860
[pid=16667] ppid=16664 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/16667/stat : 16667 (xcsp3-exec) S 16664 16667 12701 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 420137285 115843072 363 33554432000 4194304 5098028 140736281014432 140736281012536 140322245599868 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 22581248 140736281019253 140736281019497 140736281019497 140736281022410 0
/proc/16667/statm: 28282 363 304 221 0 87 0
[pid=16669] ppid=16667 vsize=28233768 memory=102640 CPUtime=1.94 cores=0-7
/proc/16669/stat : 16669 (java) S 16667 16667 12701 0 -1 1077944320 16791 0 0 0 188 6 0 0 20 0 20 0 420137285 28911378432 25660 33554432000 4194304 4196468 140733211047056 140733211029600 140094145371895 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
/proc/16669/statm: 7058442 25660 3444 1 0 7019544 0
[pid=16669/tid=16670] ppid=16667 vsize=28233768 memory=0 CPUtime=0.66 cores=0-7
/proc/16669/task/16670/stat : 16670 (java) R 16667 16667 12701 0 -1 4202560 9207 0 0 0 62 4 0 0 20 0 20 0 420137286 28911378432 25660 33554432000 4194304 4196468 140733211047056 140094149607408 140093785797230 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16671] ppid=16667 vsize=28233768 memory=140215784350576 CPUtime=0 cores=0-7
/proc/16669/task/16671/stat : 16671 (java) S 16667 16667 12701 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420137288 28911378432 25660 33554432000 4194304 4196468 140733211047056 140094117214736 140094145382101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16672] ppid=16667 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/16669/task/16672/stat : 16672 (java) S 16667 16667 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420137288 28911378432 25660 33554432000 4194304 4196468 140733211047056 140093695756944 140094145382101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16673] ppid=16667 vsize=28233768 memory=1560 CPUtime=0 cores=0-7
/proc/16669/task/16673/stat : 16673 (java) S 16667 16667 12701 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420137288 28911378432 25660 33554432000 4194304 4196468 140733211047056 140093694703888 140094145382101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0

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

[pid=16669/tid=16670] ppid=16667 vsize=28300332 memory=8317482817917895235 CPUtime=392.31 cores=0-7
/proc/16669/task/16670/stat : 16670 (java) S 16667 16667 12701 0 -1 1077944384 92031 0 0 0 39117 114 0 0 20 0 21 0 420137286 28979539968 6354286 33554432000 4194304 4196468 140733211047056 140094149612576 140094145382101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16671] ppid=16667 vsize=28300332 memory=4872558044660077418 CPUtime=710.77 cores=0-7
/proc/16669/task/16671/stat : 16671 (java) S 16667 16667 12701 0 -1 1077944384 492302 0 0 0 70495 582 0 0 20 0 21 0 420137288 28979539968 6354286 33554432000 4194304 4196468 140733211047056 140094117214736 140094145382101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 38 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16672] ppid=16667 vsize=28300332 memory=25417124 CPUtime=708.03 cores=0-7
/proc/16669/task/16672/stat : 16672 (java) S 16667 16667 12701 0 -1 1077944384 180959 0 0 0 70268 535 0 0 20 0 21 0 420137288 28979539968 6354286 33554432000 4194304 4196468 140733211047056 140093695756944 140094145382101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 48 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16673] ppid=16667 vsize=28300332 memory=1580 CPUtime=708.03 cores=0-7
/proc/16669/task/16673/stat : 16673 (java) S 16667 16667 12701 0 -1 1077944384 292297 0 0 0 70281 522 0 0 20 0 21 0 420137288 28979539968 6354286 33554432000 4194304 4196468 140733211047056 140093694703888 140094145382101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 51 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16674] ppid=16667 vsize=28300332 memory=8317482817917895235 CPUtime=708.84 cores=0-7
/proc/16669/task/16674/stat : 16674 (java) S 16667 16667 12701 0 -1 1077944384 401385 0 0 0 70337 547 0 0 20 0 21 0 420137288 28979539968 6354286 33554432000 4194304 4196468 140733211047056 140093693651344 140094145382101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 43 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16675] ppid=16667 vsize=28300332 memory=4872558044660077418 CPUtime=708.58 cores=0-7
/proc/16669/task/16675/stat : 16675 (java) S 16667 16667 12701 0 -1 1077944384 259455 0 0 0 70321 537 0 0 20 0 21 0 420137288 28979539968 6354286 33554432000 4194304 4196468 140733211047056 140093692599312 140094145382101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 51 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16676] ppid=16667 vsize=28300332 memory=39231 CPUtime=708.74 cores=0-7
/proc/16669/task/16676/stat : 16676 (java) S 16667 16667 12701 0 -1 1077944384 582624 0 0 0 70311 563 0 0 20 0 21 0 420137288 28979539968 6354286 33554432000 4194304 4196468 140733211047056 140093691546768 140094145382101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 41 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16677] ppid=16667 vsize=28300332 memory=70580 CPUtime=709.53 cores=0-7
/proc/16669/task/16677/stat : 16677 (java) S 16667 16667 12701 0 -1 1077944384 347167 0 0 0 70384 569 0 0 20 0 21 0 420137288 28979539968 6354286 33554432000 4194304 4196468 140733211047056 140093690493712 140094145382101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 37 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16678] ppid=16667 vsize=28300332 memory=70310 CPUtime=708.62 cores=0-7
/proc/16669/task/16678/stat : 16678 (java) S 16667 16667 12701 0 -1 1077944384 388614 0 0 0 70295 567 0 0 20 0 21 0 420137288 28979539968 6354286 33554432000 4194304 4196468 140733211047056 140093689441168 140094145382101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 47 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16679] ppid=16667 vsize=28300332 memory=4126316290023845779 CPUtime=159.36 cores=0-7
/proc/16669/task/16679/stat : 16679 (java) R 16667 16667 12701 0 -1 4202560 588723 0 0 0 15824 112 0 0 20 0 21 0 420137289 28979539968 6354286 33554432000 4194304 4196468 140733211047056 140092609561296 140094130368319 0 0 0 16800975 0 0 0 -1 2 0 0 42 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16680] ppid=16667 vsize=28300332 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/16669/task/16680/stat : 16680 (java) S 16667 16667 12701 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 21 0 420137290 28979539968 6354286 33554432000 4194304 4196468 140733211047056 140092608509152 140094145382101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16681] ppid=16667 vsize=28300332 memory=14126732391221673 CPUtime=0 cores=0-7
/proc/16669/task/16681/stat : 16681 (java) S 16667 16667 12701 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 21 0 420137290 28979539968 6354286 33554432000 4194304 4196468 140733211047056 140092607456000 140094145382101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16682] ppid=16667 vsize=28300332 memory=25417124 CPUtime=0 cores=0-7
/proc/16669/task/16682/stat : 16682 (java) S 16667 16667 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 420137292 28979539968 6354286 33554432000 4194304 4196468 140733211047056 140092606404560 140094145390491 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16683] ppid=16667 vsize=28300332 memory=14126732391221673 CPUtime=1.07 cores=0-7
/proc/16669/task/16683/stat : 16683 (java) S 16667 16667 12701 0 -1 1077944384 7387 0 0 0 106 1 0 0 20 0 21 0 420137292 28979539968 6354286 33554432000 4194304 4196468 140733211047056 140092605352736 140094145382101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16684] ppid=16667 vsize=28300332 memory=14008 CPUtime=1.08 cores=0-7
/proc/16669/task/16684/stat : 16684 (java) S 16667 16667 12701 0 -1 1077944384 10062 0 0 0 107 1 0 0 20 0 21 0 420137292 28979539968 6354286 33554432000 4194304 4196468 140733211047056 140092604299904 140094145382101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16685] ppid=16667 vsize=28300332 memory=14072 CPUtime=1.72 cores=0-7
/proc/16669/task/16685/stat : 16685 (java) S 16667 16667 12701 0 -1 1077944384 14377 0 0 0 170 2 0 0 20 0 21 0 420137292 28979539968 6354286 33554432000 4194304 4196468 140733211047056 140092603247136 140094145382101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16686] ppid=16667 vsize=28300332 memory=2116 CPUtime=0.6 cores=0-7
/proc/16669/task/16686/stat : 16686 (java) S 16667 16667 12701 0 -1 1077944384 7822 0 0 0 59 1 0 0 20 0 21 0 420137292 28979539968 6354286 33554432000 4194304 4196468 140733211047056 140092602194592 140094145382101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16687] ppid=16667 vsize=28300332 memory=8984 CPUtime=0 cores=0-7
/proc/16669/task/16687/stat : 16687 (java) S 16667 16667 12701 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 420137293 28979539968 6354286 33554432000 4194304 4196468 140733211047056 140092601141728 140094145382101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16688] ppid=16667 vsize=28300332 memory=25417144 CPUtime=0.58 cores=0-7
/proc/16669/task/16688/stat : 16688 (java) S 16667 16667 12701 0 -1 1077944384 2280 0 0 0 33 25 0 0 20 0 21 0 420137293 28979539968 6354286 33554432000 4194304 4196468 140733211047056 140092600089264 140094145383042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 41 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16791] ppid=16667 vsize=28300332 memory=1560 CPUtime=0 cores=0-7
/proc/16669/task/16791/stat : 16791 (java) S 16667 16667 12701 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 21 0 420262842 28979539968 6354286 33554432000 4194304 4196468 140733211047056 140092590881856 140094145382101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
Current children cumulated CPU time: 6228.03 s
Current children cumulated vsize: 28413460 KiB
Current children cumulated memory: 25418596 KiB

[startup+1268.4 s]
/proc/loadavg: 6.88 6.56 6.05 2/212 16792
/proc/meminfo: memFree=5826972/32770624 swapFree=66919468/67108860
[pid=16667] ppid=16664 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/16667/stat : 16667 (xcsp3-exec) S 16664 16667 12701 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 420137285 115843072 363 33554432000 4194304 5098028 140736281014432 140736281012536 140322245599868 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 22581248 140736281019253 140736281019497 140736281019497 140736281022410 0
/proc/16667/statm: 28282 363 304 221 0 87 0
[pid=16669] ppid=16667 vsize=28300332 memory=25417144 CPUtime=6228.42 cores=0-7
/proc/16669/stat : 16669 (java) S 16667 16667 12701 0 -1 1077944320 3668860 0 0 0 618168 4674 0 0 20 0 21 0 420137285 28979539968 6354286 33554432000 4194304 4196468 140733211047056 140733211029600 140094145371895 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
/proc/16669/statm: 7075083 6354286 3515 1 0 7036185 0
[pid=16669/tid=16670] ppid=16667 vsize=28300332 memory=25417144 CPUtime=392.31 cores=0-7
/proc/16669/task/16670/stat : 16670 (java) S 16667 16667 12701 0 -1 1077944384 92031 0 0 0 39117 114 0 0 20 0 21 0 420137286 28979539968 6354286 33554432000 4194304 4196468 140733211047056 140094149612576 140094145382101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16671] ppid=16667 vsize=28300332 memory=5936 CPUtime=710.77 cores=0-7
/proc/16669/task/16671/stat : 16671 (java) S 16667 16667 12701 0 -1 1077944384 492302 0 0 0 70495 582 0 0 20 0 21 0 420137288 28979539968 6354286 33554432000 4194304 4196468 140733211047056 140094117214736 140094145382101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 38 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16672] ppid=16667 vsize=28300332 memory=6791534058613427641 CPUtime=708.03 cores=0-7
/proc/16669/task/16672/stat : 16672 (java) S 16667 16667 12701 0 -1 1077944384 180959 0 0 0 70268 535 0 0 20 0 21 0 420137288 28979539968 6354286 33554432000 4194304 4196468 140733211047056 140093695756944 140094145382101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 48 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16673] ppid=16667 vsize=28300332 memory=-5921431000321636112 CPUtime=708.03 cores=0-7
/proc/16669/task/16673/stat : 16673 (java) S 16667 16667 12701 0 -1 1077944384 292297 0 0 0 70281 522 0 0 20 0 21 0 420137288 28979539968 6354286 33554432000 4194304 4196468 140733211047056 140093694703888 140094145382101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 51 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16674] ppid=16667 vsize=28300332 memory=6943526294502006880 CPUtime=708.84 cores=0-7
/proc/16669/task/16674/stat : 16674 (java) S 16667 16667 12701 0 -1 1077944384 401385 0 0 0 70337 547 0 0 20 0 21 0 420137288 28979539968 6354286 33554432000 4194304 4196468 140733211047056 140093693651344 140094145382101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 43 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16675] ppid=16667 vsize=28300332 memory=6943526294502006880 CPUtime=708.58 cores=0-7
/proc/16669/task/16675/stat : 16675 (java) S 16667 16667 12701 0 -1 1077944384 259455 0 0 0 70321 537 0 0 20 0 21 0 420137288 28979539968 6354286 33554432000 4194304 4196468 140733211047056 140093692599312 140094145382101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 51 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16676] ppid=16667 vsize=28300332 memory=6791534058613427641 CPUtime=708.74 cores=0-7
/proc/16669/task/16676/stat : 16676 (java) S 16667 16667 12701 0 -1 1077944384 582624 0 0 0 70311 563 0 0 20 0 21 0 420137288 28979539968 6354286 33554432000 4194304 4196468 140733211047056 140093691546768 140094145382101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 41 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16677] ppid=16667 vsize=28300332 memory=25417104 CPUtime=709.53 cores=0-7
/proc/16669/task/16677/stat : 16677 (java) S 16667 16667 12701 0 -1 1077944384 347167 0 0 0 70384 569 0 0 20 0 21 0 420137288 28979539968 6354286 33554432000 4194304 4196468 140733211047056 140093690493712 140094145382101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 37 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16678] ppid=16667 vsize=28300332 memory=1580 CPUtime=708.62 cores=0-7
/proc/16669/task/16678/stat : 16678 (java) S 16667 16667 12701 0 -1 1077944384 388614 0 0 0 70295 567 0 0 20 0 21 0 420137288 28979539968 6354286 33554432000 4194304 4196468 140733211047056 140093689441168 140094145382101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 47 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16679] ppid=16667 vsize=28300332 memory=2116 CPUtime=159.75 cores=0-7
/proc/16669/task/16679/stat : 16679 (java) R 16667 16667 12701 0 -1 4202560 588723 0 0 0 15863 112 0 0 20 0 21 0 420137289 28979539968 6354286 33554432000 4194304 4196468 140733211047056 140092609561296 140094130368448 0 0 0 16800975 0 0 0 -1 2 0 0 42 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16680] ppid=16667 vsize=28300332 memory=8972 CPUtime=0 cores=0-7
/proc/16669/task/16680/stat : 16680 (java) S 16667 16667 12701 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 21 0 420137290 28979539968 6354286 33554432000 4194304 4196468 140733211047056 140092608509152 140094145382101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16681] ppid=16667 vsize=28300332 memory=528 CPUtime=0 cores=0-7
/proc/16669/task/16681/stat : 16681 (java) S 16667 16667 12701 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 21 0 420137290 28979539968 6354286 33554432000 4194304 4196468 140733211047056 140092607456000 140094145382101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16682] ppid=16667 vsize=28300332 memory=-3622645143214314312 CPUtime=0 cores=0-7
/proc/16669/task/16682/stat : 16682 (java) S 16667 16667 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 420137292 28979539968 6354286 33554432000 4194304 4196468 140733211047056 140092606404560 140094145390491 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16683] ppid=16667 vsize=28300332 memory=25417104 CPUtime=1.07 cores=0-7
/proc/16669/task/16683/stat : 16683 (java) S 16667 16667 12701 0 -1 1077944384 7387 0 0 0 106 1 0 0 20 0 21 0 420137292 28979539968 6354286 33554432000 4194304 4196468 140733211047056 140092605352736 140094145382101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16684] ppid=16667 vsize=28300332 memory=1580 CPUtime=1.08 cores=0-7
/proc/16669/task/16684/stat : 16684 (java) S 16667 16667 12701 0 -1 1077944384 10062 0 0 0 107 1 0 0 20 0 21 0 420137292 28979539968 6354286 33554432000 4194304 4196468 140733211047056 140092604299904 140094145382101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16685] ppid=16667 vsize=28300332 memory=8317482817917895235 CPUtime=1.72 cores=0-7
/proc/16669/task/16685/stat : 16685 (java) S 16667 16667 12701 0 -1 1077944384 14377 0 0 0 170 2 0 0 20 0 21 0 420137292 28979539968 6354286 33554432000 4194304 4196468 140733211047056 140092603247136 140094145382101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16686] ppid=16667 vsize=28300332 memory=4872558044660077418 CPUtime=0.6 cores=0-7
/proc/16669/task/16686/stat : 16686 (java) S 16667 16667 12701 0 -1 1077944384 7822 0 0 0 59 1 0 0 20 0 21 0 420137292 28979539968 6354286 33554432000 4194304 4196468 140733211047056 140092602194592 140094145382101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16687] ppid=16667 vsize=28300332 memory=23456 CPUtime=0 cores=0-7
/proc/16669/task/16687/stat : 16687 (java) S 16667 16667 12701 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 420137293 28979539968 6354286 33554432000 4194304 4196468 140733211047056 140092601141728 140094145382101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16688] ppid=16667 vsize=28300332 memory=107 CPUtime=0.58 cores=0-7
/proc/16669/task/16688/stat : 16688 (java) S 16667 16667 12701 0 -1 1077944384 2280 0 0 0 33 25 0 0 20 0 21 0 420137293 28979539968 6354286 33554432000 4194304 4196468 140733211047056 140092600089264 140094145383042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 41 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16791] ppid=16667 vsize=28300332 memory=108 CPUtime=0 cores=0-7
/proc/16669/task/16791/stat : 16791 (java) S 16667 16667 12701 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 21 0 420262842 28979539968 6354286 33554432000 4194304 4196468 140733211047056 140092590881856 140094145382101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
Current children cumulated CPU time: 6228.42 s
Current children cumulated vsize: 28413460 KiB
Current children cumulated memory: 25418596 KiB

[startup+1268.8 s]
/proc/loadavg: 6.88 6.56 6.05 2/212 16792
/proc/meminfo: memFree=5826972/32770624 swapFree=66919468/67108860
[pid=16667] ppid=16664 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/16667/stat : 16667 (xcsp3-exec) S 16664 16667 12701 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 420137285 115843072 363 33554432000 4194304 5098028 140736281014432 140736281012536 140322245599868 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 22581248 140736281019253 140736281019497 140736281019497 140736281022410 0
/proc/16667/statm: 28282 363 304 221 0 87 0
[pid=16669] ppid=16667 vsize=28300332 memory=25417144 CPUtime=6228.82 cores=0-7
/proc/16669/stat : 16669 (java) S 16667 16667 12701 0 -1 1077944320 3668860 0 0 0 618208 4674 0 0 20 0 21 0 420137285 28979539968 6354286 33554432000 4194304 4196468 140733211047056 140733211029600 140094145371895 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
/proc/16669/statm: 7075083 6354286 3515 1 0 7036185 0
[pid=16669/tid=16670] ppid=16667 vsize=28300332 memory=25417144 CPUtime=392.31 cores=0-7
/proc/16669/task/16670/stat : 16670 (java) S 16667 16667 12701 0 -1 1077944384 92031 0 0 0 39117 114 0 0 20 0 21 0 420137286 28979539968 6354286 33554432000 4194304 4196468 140733211047056 140094149612576 140094145382101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16671] ppid=16667 vsize=28300332 memory=1560 CPUtime=710.77 cores=0-7
/proc/16669/task/16671/stat : 16671 (java) S 16667 16667 12701 0 -1 1077944384 492302 0 0 0 70495 582 0 0 20 0 21 0 420137288 28979539968 6354286 33554432000 4194304 4196468 140733211047056 140094117214736 140094145382101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 38 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16672] ppid=16667 vsize=28300332 memory=876 CPUtime=708.03 cores=0-7
/proc/16669/task/16672/stat : 16672 (java) S 16667 16667 12701 0 -1 1077944384 180959 0 0 0 70268 535 0 0 20 0 21 0 420137288 28979539968 6354286 33554432000 4194304 4196468 140733211047056 140093695756944 140094145382101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 48 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16673] ppid=16667 vsize=28300332 memory=1448 CPUtime=708.03 cores=0-7
/proc/16669/task/16673/stat : 16673 (java) S 16667 16667 12701 0 -1 1077944384 292297 0 0 0 70281 522 0 0 20 0 21 0 420137288 28979539968 6354286 33554432000 4194304 4196468 140733211047056 140093694703888 140094145382101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 51 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16674] ppid=16667 vsize=28300332 memory=1980 CPUtime=708.84 cores=0-7
/proc/16669/task/16674/stat : 16674 (java) S 16667 16667 12701 0 -1 1077944384 401385 0 0 0 70337 547 0 0 20 0 21 0 420137288 28979539968 6354286 33554432000 4194304 4196468 140733211047056 140093693651344 140094145382101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 43 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16675] ppid=16667 vsize=28300332 memory=2432 CPUtime=708.58 cores=0-7
/proc/16669/task/16675/stat : 16675 (java) S 16667 16667 12701 0 -1 1077944384 259455 0 0 0 70321 537 0 0 20 0 21 0 420137288 28979539968 6354286 33554432000 4194304 4196468 140733211047056 140093692599312 140094145382101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 51 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16676] ppid=16667 vsize=28300332 memory=6791534058613427641 CPUtime=708.74 cores=0-7
/proc/16669/task/16676/stat : 16676 (java) S 16667 16667 12701 0 -1 1077944384 582624 0 0 0 70311 563 0 0 20 0 21 0 420137288 28979539968 6354286 33554432000 4194304 4196468 140733211047056 140093691546768 140094145382101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 41 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16677] ppid=16667 vsize=28300332 memory=1560 CPUtime=709.53 cores=0-7
/proc/16669/task/16677/stat : 16677 (java) S 16667 16667 12701 0 -1 1077944384 347167 0 0 0 70384 569 0 0 20 0 21 0 420137288 28979539968 6354286 33554432000 4194304 4196468 140733211047056 140093690493712 140094145382101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 37 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16678] ppid=16667 vsize=28300332 memory=932 CPUtime=708.62 cores=0-7
/proc/16669/task/16678/stat : 16678 (java) S 16667 16667 12701 0 -1 1077944384 388614 0 0 0 70295 567 0 0 20 0 21 0 420137288 28979539968 6354286 33554432000 4194304 4196468 140733211047056 140093689441168 140094145382101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 47 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16679] ppid=16667 vsize=28300332 memory=1492 CPUtime=160.15 cores=0-7
/proc/16669/task/16679/stat : 16679 (java) R 16667 16667 12701 0 -1 4202560 588723 0 0 0 15903 112 0 0 20 0 21 0 420137289 28979539968 6354286 33554432000 4194304 4196468 140733211047056 140092609561296 140094123742070 0 0 0 16800975 0 0 0 -1 2 0 0 42 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16680] ppid=16667 vsize=28300332 memory=280431569951552 CPUtime=0 cores=0-7
/proc/16669/task/16680/stat : 16680 (java) S 16667 16667 12701 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 21 0 420137290 28979539968 6354286 33554432000 4194304 4196468 140733211047056 140092608509152 140094145382101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16681] ppid=16667 vsize=28300332 memory=0 CPUtime=0 cores=0-7
/proc/16669/task/16681/stat : 16681 (java) S 16667 16667 12701 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 21 0 420137290 28979539968 6354286 33554432000 4194304 4196468 140733211047056 140092607456000 140094145382101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16682] ppid=16667 vsize=28300332 memory=0 CPUtime=0 cores=0-7
/proc/16669/task/16682/stat : 16682 (java) S 16667 16667 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 420137292 28979539968 6354286 33554432000 4194304 4196468 140733211047056 140092606404560 140094145390491 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16683] ppid=16667 vsize=28300332 memory=0 CPUtime=1.07 cores=0-7
/proc/16669/task/16683/stat : 16683 (java) S 16667 16667 12701 0 -1 1077944384 7387 0 0 0 106 1 0 0 20 0 21 0 420137292 28979539968 6354286 33554432000 4194304 4196468 140733211047056 140092605352736 140094145382101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16684] ppid=16667 vsize=28300332 memory=25417144 CPUtime=1.08 cores=0-7
/proc/16669/task/16684/stat : 16684 (java) S 16667 16667 12701 0 -1 1077944384 10062 0 0 0 107 1 0 0 20 0 21 0 420137292 28979539968 6354286 33554432000 4194304 4196468 140733211047056 140092604299904 140094145382101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16685] ppid=16667 vsize=28300332 memory=1452 CPUtime=1.72 cores=0-7
/proc/16669/task/16685/stat : 16685 (java) S 16667 16667 12701 0 -1 1077944384 14377 0 0 0 170 2 0 0 20 0 21 0 420137292 28979539968 6354286 33554432000 4194304 4196468 140733211047056 140092603247136 140094145382101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16686] ppid=16667 vsize=28300332 memory=25417144 CPUtime=0.6 cores=0-7
/proc/16669/task/16686/stat : 16686 (java) S 16667 16667 12701 0 -1 1077944384 7822 0 0 0 59 1 0 0 20 0 21 0 420137292 28979539968 6354286 33554432000 4194304 4196468 140733211047056 140092602194592 140094145382101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16687] ppid=16667 vsize=28300332 memory=8972 CPUtime=0 cores=0-7
/proc/16669/task/16687/stat : 16687 (java) S 16667 16667 12701 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 420137293 28979539968 6354286 33554432000 4194304 4196468 140733211047056 140092601141728 140094145382101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16688] ppid=16667 vsize=28300332 memory=23468 CPUtime=0.58 cores=0-7
/proc/16669/task/16688/stat : 16688 (java) S 16667 16667 12701 0 -1 1077944384 2280 0 0 0 33 25 0 0 20 0 21 0 420137293 28979539968 6354286 33554432000 4194304 4196468 140733211047056 140092600089264 140094145383042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 41 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
[pid=16669/tid=16791] ppid=16667 vsize=28300332 memory=988 CPUtime=0 cores=0-7
/proc/16669/task/16791/stat : 16791 (java) S 16667 16667 12701 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 21 0 420262842 28979539968 6354286 33554432000 4194304 4196468 140733211047056 140092590881856 140094145382101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17485824 140733211050986 140733211051158 140733211051158 140733211054031 0
Current children cumulated CPU time: 6228.82 s
Current children cumulated vsize: 28413460 KiB
Current children cumulated memory: 25418596 KiB

[startup+1268.9 s]
/proc/loadavg: 6.88 6.56 6.05 2/212 16792
/proc/meminfo: memFree=5826972/32770624 swapFree=66919468/67108860
[pid=16667] ppid=16664 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/16667/stat : 16667 (xcsp3-exec) S 16664 16667 12701 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 420137285 115843072 363 33554432000 4194304 5098028 140736281014432 140736281012536 140322245599868 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 22581248 140736281019253 140736281019497 140736281019497 140736281022410 0
/proc/16667/statm: 28282 363 304 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1452 KiB

Child status: 1
Real time (s): 1268.98
CPU time (s): 6229.02
CPU user time (s): 6182.14
CPU system time (s): 46.8748
CPU usage (%): 490.866
Max. virtual memory (cumulated for all children) (KiB): 28413460
Max. memory (cumulated for all children) (KiB): 25418596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6182.14
system time used= 46.8748
maximum resident set size= 25417520
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3669514
page faults= 0
swaps= 0
block input operations= 8
block output operations= 1728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 78442
involuntary context switches= 98859


# summary of solver processes directly reported to runsolver:
#   pid: 16667
#   total CPU time (s): 6229.02
#   total CPU user time (s): 6182.14
#   total CPU system time (s): 46.8748

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.7254 second user time and 13.2438 second system time

The end

Launcher Data

Begin job on node141 at 2019-09-14 08:19:12
IDJOB=4393552
IDBENCH=138447
IDSOLVER=2841
FILE ID=node141/4393552-1568441994
RUNJOBID= node141-1568439039-12728
PBS_JOBID= 21702329
Free space on /tmp= 58540 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-os10/SuperTaillard-os-10-23.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-4393552-1568441994/watcher-4393552-1568441994 -o /tmp/evaluation-result-4393552-1568441994/solver-4393552-1568441994 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node141-1568439039-12728 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1562517054 HOME/instance-4393552-1568441994.xml

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

MD5SUM BENCH= ea1f89da39181e5263a1c81884ecc603
RANDOM SEED=1562517054

node141.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	: 5332.93
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	: 5332.93
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	: 5332.93
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	: 5332.93
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:        31277708 kB
MemAvailable:   31839296 kB
Buffers:          186144 kB
Cached:           663248 kB
SwapCached:        80180 kB
Active:           449304 kB
Inactive:         483656 kB
Active(anon):       9368 kB
Inactive(anon):   106280 kB
Active(file):     439936 kB
Inactive(file):   377376 kB
Unevictable:      109316 kB
Mlocked:          109316 kB
SwapTotal:      67108860 kB
SwapFree:       66919440 kB
Dirty:             26260 kB
Writeback:             0 kB
AnonPages:        112612 kB
Mapped:            36436 kB
Shmem:             23468 kB
Slab:             150884 kB
SReclaimable:     120220 kB
SUnreclaim:        30664 kB
KernelStack:        3328 kB
PageTables:         5092 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     498576 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:      128384 kB
DirectMap2M:    33417216 kB

Free space on /tmp at the end= 58516 MiB
End job on node141 at 2019-09-14 08:40:21