Trace number 4405770

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-24? 1809.05 647.524

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-os10/
SuperTaillard-os-10-01.xml
MD5SUMa0db4e7a601eb58dee5216b17e791c99
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark41.2819
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints2800
Number of domains65
Minimum domain size548
Maximum domain size643
Distribution of domain sizes[{"size":548,"count":6},{"size":549,"count":6},{"size":550,"count":4},{"size":551,"count":2},{"size":552,"count":4},{"size":553,"count":2},{"size":554,"count":2},{"size":555,"count":2},{"size":556,"count":2},{"size":558,"count":2},{"size":559,"count":8},{"size":560,"count":2},{"size":561,"count":2},{"size":562,"count":6},{"size":563,"count":2},{"size":565,"count":2},{"size":572,"count":2},{"size":573,"count":4},{"size":574,"count":2},{"size":575,"count":2},{"size":576,"count":4},{"size":577,"count":2},{"size":578,"count":8},{"size":579,"count":2},{"size":580,"count":2},"...",{"size":603,"count":2}, {"size":604,"count":2}, {"size":605,"count":2}, {"size":606,"count":2}, {"size":607,"count":6}, {"size":608,"count":4}, {"size":611,"count":4}, {"size":612,"count":2}, {"size":614,"count":4}, {"size":616,"count":6}, {"size":617,"count":2}, {"size":619,"count":2}, {"size":620,"count":2}, {"size":621,"count":2}, {"size":623,"count":2}, {"size":625,"count":2}, {"size":627,"count":4}, {"size":628,"count":2}, {"size":629,"count":2}, {"size":633,"count":6}, {"size":634,"count":2}, {"size":637,"count":2}, {"size":639,"count":4}, {"size":642,"count":2}, {"size":643,"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 -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4405770-1569412445.xml"  -tl '2520s' -p 1
0.12/0.20	c Choco e747e1e
0.12/0.20	c [HOME/instance-4405770-1569412445.xml, -tl, 2520s, -p, 1]
0.34/0.25	c simple solver
0.34/0.31	c parse instance...
1783.99/639.73	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
1783.99/639.73		at java.util.stream.StreamSupport.stream(StreamSupport.java:69)
1783.99/639.73		at java.util.Arrays.stream(Arrays.java:5023)
1783.99/639.73		at java.util.Arrays.stream(Arrays.java:5004)
1783.99/639.73		at org.chocosolver.solver.expression.discrete.arithmetic.NaArExpression.ieval(NaArExpression.java:123)
1783.99/639.73		at org.chocosolver.solver.expression.discrete.relational.BiReExpression.beval(BiReExpression.java:214)
1783.99/639.73		at org.chocosolver.solver.expression.discrete.logical.NaLoExpression.beval(NaLoExpression.java:135)
1783.99/639.73		at org.chocosolver.solver.expression.discrete.relational.ReExpression.lambda$extension$3(ReExpression.java:150)
1783.99/639.73		at org.chocosolver.solver.expression.discrete.relational.ReExpression$$Lambda$147/673068808.valid(Unknown Source)
1783.99/639.73		at org.chocosolver.solver.constraints.extension.TuplesFactory.generateTuples(TuplesFactory.java:88)
1783.99/639.73		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:150)
1783.99/639.73		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
1783.99/639.73		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
1783.99/639.73		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
1783.99/639.73		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
1783.99/639.73		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
1783.99/639.73		at org.xcsp.parser.XCallbacks$$Lambda$89/205962452.accept(Unknown Source)
1783.99/639.73		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1783.99/639.73		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1783.99/639.73		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
1783.99/639.73		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1416)
1783.99/639.73		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
1783.99/639.73		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
1783.99/639.73		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
1783.99/639.73		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
1783.99/639.73		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
1783.99/639.73		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:111)
1783.99/639.73		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
1783.99/639.73		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
1808.91/647.46	s UNKNOWN
1808.91/647.46	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: 16375 MiB (15404 MiB free)
  memory of node 1: 16384 MiB (9343 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4405770-1569412445/watcher-4405770-1569412445 -o /tmp/evaluation-result-4405770-1569412445/solver-4405770-1569412445 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node116-1569408230-24920 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 1956837398 HOME/instance-4405770-1569412445.xml 

running on 4 cores: 0-3

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


[startup+0.100095 s]*
/proc/loadavg: 2.09 1.85 1.73 3/230 26032
/proc/meminfo: memFree=25325860/32770688 swapFree=67001288/67108860
[pid=26016] ppid=26013 vsize=113128 memory=1448 CPUtime=0 cores=0-3
/proc/26016/stat : 26016 (xcsp3-exec) S 26013 26016 24889 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 517186126 115843072 362 33554432000 4194304 5098028 140735746722576 140735746720680 140278809150076 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 12726272 140735746724730 140735746724973 140735746724973 140735746727882 0
/proc/26016/statm: 28282 362 304 221 0 87 0
[pid=26018] ppid=26016 vsize=15144776 memory=29048 CPUtime=0.12 cores=0-3
/proc/26018/stat : 26018 (java) S 26016 26016 24889 0 -1 1077944320 5715 0 0 0 11 1 0 0 20 0 15 0 517186126 15508250624 7262 33554432000 4194304 4196468 140732313276896 140732313259440 140303334964983 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
/proc/26018/statm: 3786194 7262 3121 1 0 3748377 0
[pid=26018/tid=26019] ppid=26016 vsize=15144776 memory=-6962121287837372198 CPUtime=0.09 cores=0-3
/proc/26018/task/26019/stat : 26019 (java) R 26016 26016 24889 0 -1 4202560 3630 0 0 0 9 0 0 0 20 0 15 0 517186126 15508250624 7262 33554432000 4194304 4196468 140732313276896 140303339200960 140302970952373 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
[pid=26018/tid=26020] ppid=26016 vsize=15144776 memory=-3689451258167578675 CPUtime=0 cores=0-3
/proc/26018/task/26020/stat : 26020 (java) S 26016 26016 24889 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517186127 15508250624 7262 33554432000 4194304 4196468 140732313276896 140303295925136 140303334975189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
[pid=26018/tid=26021] ppid=26016 vsize=15144776 memory=139707580720768 CPUtime=0 cores=0-3
/proc/26018/task/26021/stat : 26021 (java) S 26016 26016 24889 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517186127 15508250624 7262 33554432000 4194304 4196468 140732313276896 140302925929232 140303334975189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
[pid=26018/tid=26022] ppid=26016 vsize=15144776 memory=0 CPUtime=0 cores=0-3
/proc/26018/task/26022/stat : 26022 (java) S 26016 26016 24889 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517186127 15508250624 7262 33554432000 4194304 4196468 140732313276896 140302924876944 140303334975189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
[pid=26018/tid=26023] ppid=26016 vsize=15144776 memory=-1 CPUtime=0 cores=0-3
/proc/26018/task/26023/stat : 26023 (java) S 26016 26016 24889 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517186127 15508250624 7262 33554432000 4194304 4196468 140732313276896 140302923824144 140303334975189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
[pid=26018/tid=26024] ppid=26016 vsize=15144776 memory=139707580720768 CPUtime=0 cores=0-3
/proc/26018/task/26024/stat : 26024 (java) S 26016 26016 24889 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517186129 15508250624 7262 33554432000 4194304 4196468 140732313276896 140302207625328 140303334976130 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
[pid=26018/tid=26025] ppid=26016 vsize=15144776 memory=-1 CPUtime=0 cores=0-3
/proc/26018/task/26025/stat : 26025 (java) S 26016 26016 24889 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517186129 15508250624 7262 33554432000 4194304 4196468 140732313276896 140302206571296 140303334975189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
[pid=26018/tid=26026] ppid=26016 vsize=15144776 memory=0 CPUtime=0 cores=0-3
/proc/26018/task/26026/stat : 26026 (java) S 26016 26016 24889 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517186129 15508250624 7262 33554432000 4194304 4196468 140732313276896 140302205518960 140303334975189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
[pid=26018/tid=26027] ppid=26016 vsize=15144776 memory=0 CPUtime=0 cores=0-3
/proc/26018/task/26027/stat : 26027 (java) S 26016 26016 24889 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517186132 15508250624 7262 33554432000 4194304 4196468 140732313276896 140302204467280 140303334983579 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
[pid=26018/tid=26028] ppid=26016 vsize=15144776 memory=0 CPUtime=0 cores=0-3
/proc/26018/task/26028/stat : 26028 (java) S 26016 26016 24889 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 15 0 517186132 15508250624 7262 33554432000 4194304 4196468 140732313276896 140302203415152 140303334976130 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
[pid=26018/tid=26029] ppid=26016 vsize=15144776 memory=-1 CPUtime=0 cores=0-3
/proc/26018/task/26029/stat : 26029 (java) S 26016 26016 24889 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 15 0 517186132 15508250624 7262 33554432000 4194304 4196468 140732313276896 140302202362352 140303334976130 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
[pid=26018/tid=26030] ppid=26016 vsize=15144776 memory=139707580720768 CPUtime=0.01 cores=0-3
/proc/26018/task/26030/stat : 26030 (java) R 26016 26016 24889 0 -1 4202560 356 0 0 0 1 0 0 0 20 0 15 0 517186132 15508250624 7262 33554432000 4194304 4196468 140732313276896 140302201310064 140303334986330 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
[pid=26018/tid=26031] ppid=26016 vsize=15144776 memory=-1 CPUtime=0 cores=0-3
/proc/26018/task/26031/stat : 26031 (java) S 26016 26016 24889 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517186132 15508250624 7262 33554432000 4194304 4196468 140732313276896 140302200257504 140303334975189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
[pid=26018/tid=26032] ppid=26016 vsize=15144776 memory=139707580720768 CPUtime=0 cores=0-3
/proc/26018/task/26032/stat : 26032 (java) S 26016 26016 24889 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517186133 15508250624 7262 33554432000 4194304 4196468 140732313276896 140302199204272 140303334976130 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30496 KiB

[startup+0.211636 s]*
/proc/loadavg: 2.09 1.85 1.73 4/230 26032
/proc/meminfo: memFree=25314016/32770688 swapFree=67001288/67108860
[pid=26016] ppid=26013 vsize=113128 memory=1448 CPUtime=0 cores=0-3
/proc/26016/stat : 26016 (xcsp3-exec) S 26013 26016 24889 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 517186126 115843072 362 33554432000 4194304 5098028 140735746722576 140735746720680 140278809150076 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 12726272 140735746724730 140735746724973 140735746724973 140735746727882 0
/proc/26016/statm: 28282 362 304 221 0 87 0
[pid=26018] ppid=26016 vsize=15144776 memory=39812 CPUtime=0.34 cores=0-3
/proc/26018/stat : 26018 (java) S 26016 26016 24889 0 -1 1077944320 9267 0 0 0 31 3 0 0 20 0 15 0 517186126 15508250624 9953 33554432000 4194304 4196468 140732313276896 140732313259440 140303334964983 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
/proc/26018/statm: 3786194 9953 3263 1 0 3748377 0
[pid=26018/tid=26019] ppid=26016 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=0-3
/proc/26018/task/26019/stat : 26019 (java) R 26016 26016 24889 0 -1 4202560 6550 0 0 0 18 2 0 0 20 0 15 0 517186126 15508250624 9953 33554432000 4194304 4196468 140732313276896 140303339194288 140303319045470 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
[pid=26018/tid=26020] ppid=26016 vsize=15144776 memory=9098 CPUtime=0 cores=0-3
/proc/26018/task/26020/stat : 26020 (java) S 26016 26016 24889 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517186127 15508250624 9953 33554432000 4194304 4196468 140732313276896 140303295925136 140303334975189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
[pid=26018/tid=26021] ppid=26016 vsize=15144776 memory=139707584542697 CPUtime=0 cores=0-3
/proc/26018/task/26021/stat : 26021 (java) S 26016 26016 24889 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517186127 15508250624 9953 33554432000 4194304 4196468 140732313276896 140302925929232 140303334975189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
[pid=26018/tid=26022] ppid=26016 vsize=15144776 memory=0 CPUtime=0 cores=0-3
/proc/26018/task/26022/stat : 26022 (java) S 26016 26016 24889 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517186127 15508250624 9953 33554432000 4194304 4196468 140732313276896 140302924876944 140303334975189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
[pid=26018/tid=26023] ppid=26016 vsize=15144776 memory=-1 CPUtime=0 cores=0-3
/proc/26018/task/26023/stat : 26023 (java) S 26016 26016 24889 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517186127 15508250624 9953 33554432000 4194304 4196468 140732313276896 140302923824144 140303334975189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
[pid=26018/tid=26024] ppid=26016 vsize=15144776 memory=139707580720768 CPUtime=0 cores=0-3
/proc/26018/task/26024/stat : 26024 (java) S 26016 26016 24889 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517186129 15508250624 9953 33554432000 4194304 4196468 140732313276896 140302207625328 140303334976130 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
[pid=26018/tid=26025] ppid=26016 vsize=15144776 memory=-1 CPUtime=0 cores=0-3
/proc/26018/task/26025/stat : 26025 (java) S 26016 26016 24889 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517186129 15508250624 9953 33554432000 4194304 4196468 140732313276896 140302206571296 140303334975189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
[pid=26018/tid=26026] ppid=26016 vsize=15144776 memory=0 CPUtime=0 cores=0-3
/proc/26018/task/26026/stat : 26026 (java) S 26016 26016 24889 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517186129 15508250624 9953 33554432000 4194304 4196468 140732313276896 140302205518960 140303334975189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
[pid=26018/tid=26027] ppid=26016 vsize=15144776 memory=0 CPUtime=0 cores=0-3
/proc/26018/task/26027/stat : 26027 (java) S 26016 26016 24889 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517186132 15508250624 9953 33554432000 4194304 4196468 140732313276896 140302204467280 140303334983579 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
[pid=26018/tid=26028] ppid=26016 vsize=15144776 memory=0 CPUtime=0.03 cores=0-3
/proc/26018/task/26028/stat : 26028 (java) S 26016 26016 24889 0 -1 1077944384 449 0 0 0 3 0 0 0 20 0 15 0 517186132 15508250624 9953 33554432000 4194304 4196468 140732313276896 140302203415152 140303334976130 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
[pid=26018/tid=26029] ppid=26016 vsize=15144776 memory=-1 CPUtime=0.01 cores=0-3
/proc/26018/task/26029/stat : 26029 (java) S 26016 26016 24889 0 -1 1077944384 178 0 0 0 1 0 0 0 20 0 15 0 517186132 15508250624 9953 33554432000 4194304 4196468 140732313276896 140302202362352 140303334976130 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
[pid=26018/tid=26030] ppid=26016 vsize=15144776 memory=139707580720768 CPUtime=0.07 cores=0-3
/proc/26018/task/26030/stat : 26030 (java) R 26016 26016 24889 0 -1 4202560 788 0 0 0 7 0 0 0 20 0 15 0 517186132 15508250624 9953 33554432000 4194304 4196468 140732313276896 140302201310064 140303334976918 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
[pid=26018/tid=26031] ppid=26016 vsize=15144776 memory=-1 CPUtime=0 cores=0-3
/proc/26018/task/26031/stat : 26031 (java) S 26016 26016 24889 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517186132 15508250624 9953 33554432000 4194304 4196468 140732313276896 140302200257504 140303334975189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
[pid=26018/tid=26032] ppid=26016 vsize=15144776 memory=0 CPUtime=0 cores=0-3
/proc/26018/task/26032/stat : 26032 (java) S 26016 26016 24889 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517186133 15508250624 9953 33554432000 4194304 4196468 140732313276896 140302199204272 140303334976130 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 41260 KiB

[startup+0.312343 s]*
/proc/loadavg: 2.09 1.85 1.73 4/230 26032
/proc/meminfo: memFree=25307964/32770688 swapFree=67001288/67108860
[pid=26016] ppid=26013 vsize=113128 memory=1448 CPUtime=0 cores=0-3
/proc/26016/stat : 26016 (xcsp3-exec) S 26013 26016 24889 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 517186126 115843072 362 33554432000 4194304 5098028 140735746722576 140735746720680 140278809150076 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 12726272 140735746724730 140735746724973 140735746724973 140735746727882 0
/proc/26016/statm: 28282 362 304 221 0 87 0
[pid=26018] ppid=26016 vsize=15149032 memory=46532 CPUtime=0.52 cores=0-3
/proc/26018/stat : 26018 (java) S 26016 26016 24889 0 -1 1077944320 10442 0 0 0 48 4 0 0 20 0 15 0 517186126 15512608768 11633 33554432000 4194304 4196468 140732313276896 140732313259440 140303334964983 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
/proc/26018/statm: 3787258 11633 3354 1 0 3748377 0
[pid=26018/tid=26019] ppid=26016 vsize=15149032 memory=6791534058613427641 CPUtime=0.3 cores=0-3
/proc/26018/task/26019/stat : 26019 (java) R 26016 26016 24889 0 -1 4202560 7541 0 0 0 27 3 0 0 20 0 15 0 517186126 15512608768 11698 33554432000 4194304 4196468 140732313276896 140303339186496 140303319045470 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
[pid=26018/tid=26020] ppid=26016 vsize=15149032 memory=4872558044660077418 CPUtime=0 cores=0-3
/proc/26018/task/26020/stat : 26020 (java) S 26016 26016 24889 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517186127 15512608768 11698 33554432000 4194304 4196468 140732313276896 140303295925136 140303334975189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
[pid=26018/tid=26021] ppid=26016 vsize=15149032 memory=6944652177228980320 CPUtime=0 cores=0-3
/proc/26018/task/26021/stat : 26021 (java) S 26016 26016 24889 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517186127 15512608768 11698 33554432000 4194304 4196468 140732313276896 140302925929232 140303334975189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
[pid=26018/tid=26022] ppid=26016 vsize=15149032 memory=-4190076264842474805 CPUtime=0 cores=0-3
/proc/26018/task/26022/stat : 26022 (java) S 26016 26016 24889 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517186127 15512608768 11698 33554432000 4194304 4196468 140732313276896 140302924876944 140303334975189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
[pid=26018/tid=26023] ppid=26016 vsize=15149032 memory=-7305852742256935071 CPUtime=0 cores=0-3
/proc/26018/task/26023/stat : 26023 (java) S 26016 26016 24889 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517186127 15512608768 11698 33554432000 4194304 4196468 140732313276896 140302923824144 140303334975189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
[pid=26018/tid=26024] ppid=26016 vsize=15149032 memory=6944656425123485561 CPUtime=0 cores=0-3
/proc/26018/task/26024/stat : 26024 (java) S 26016 26016 24889 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 517186129 15512608768 11698 33554432000 4194304 4196468 140732313276896 140302207625328 140303334976130 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
[pid=26018/tid=26025] ppid=26016 vsize=15149032 memory=7893295687695687954 CPUtime=0 cores=0-3
/proc/26018/task/26025/stat : 26025 (java) S 26016 26016 24889 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517186129 15512608768 11698 33554432000 4194304 4196468 140732313276896 140302206571296 140303334975189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
[pid=26018/tid=26026] ppid=26016 vsize=15149032 memory=8514726395715349142 CPUtime=0 cores=0-3
/proc/26018/task/26026/stat : 26026 (java) S 26016 26016 24889 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517186129 15512608768 11698 33554432000 4194304 4196468 140732313276896 140302205518960 140303334975189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
[pid=26018/tid=26027] ppid=26016 vsize=15149032 memory=-6664436420846797971 CPUtime=0 cores=0-3
/proc/26018/task/26027/stat : 26027 (java) S 26016 26016 24889 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517186132 15512608768 11698 33554432000 4194304 4196468 140732313276896 140302204467280 140303334983579 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
[pid=26018/tid=26028] ppid=26016 vsize=15149032 memory=4426078206164241782 CPUtime=0.04 cores=0-3
/proc/26018/task/26028/stat : 26028 (java) S 26016 26016 24889 0 -1 1077944384 482 0 0 0 4 0 0 0 20 0 15 0 517186132 15512608768 11698 33554432000 4194304 4196468 140732313276896 140302203415152 140303334976130 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
[pid=26018/tid=26029] ppid=26016 vsize=15149032 memory=0 CPUtime=0.03 cores=0-3
/proc/26018/task/26029/stat : 26029 (java) S 26016 26016 24889 0 -1 1077944384 202 0 0 0 3 0 0 0 20 0 15 0 517186132 15512608768 11698 33554432000 4194304 4196468 140732313276896 140302202362352 140303334976130 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
[pid=26018/tid=26030] ppid=26016 vsize=15149032 memory=0 CPUtime=0.12 cores=0-3
/proc/26018/task/26030/stat : 26030 (java) S 26016 26016 24889 0 -1 1077944384 917 0 0 0 12 0 0 0 20 0 15 0 517186132 15512608768 11698 33554432000 4194304 4196468 140732313276896 140302201310064 140303334976130 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
[pid=26018/tid=26031] ppid=26016 vsize=15149032 memory=0 CPUtime=0 cores=0-3
/proc/26018/task/26031/stat : 26031 (java) S 26016 26016 24889 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517186132 15512608768 11698 33554432000 4194304 4196468 140732313276896 140302200257504 140303334975189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
[pid=26018/tid=26032] ppid=26016 vsize=15149032 memory=0 CPUtime=0 cores=0-3
/proc/26018/task/26032/stat : 26032 (java) S 26016 26016 24889 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517186133 15512608768 11698 33554432000 4194304 4196468 140732313276896 140302199204272 140303334976130 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 47980 KiB

[startup+0.702489 s]
/proc/loadavg: 2.09 1.85 1.73 6/230 26032
/proc/meminfo: memFree=25289564/32770688 swapFree=67001288/67108860
[pid=26016] ppid=26013 vsize=113128 memory=1448 CPUtime=0 cores=0-3
/proc/26016/stat : 26016 (xcsp3-exec) S 26013 26016 24889 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 517186126 115843072 362 33554432000 4194304 5098028 140735746722576 140735746720680 140278809150076 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 12726272 140735746724730 140735746724973 140735746724973 140735746727882 0
/proc/26016/statm: 28282 362 304 221 0 87 0
[pid=26018] ppid=26016 vsize=15151156 memory=85268 CPUtime=1.74 cores=0-3
/proc/26018/stat : 26018 (java) S 26016 26016 24889 0 -1 1077944320 14987 0 0 0 169 5 0 0 20 0 15 0 517186126 15514783744 21317 33554432000 4194304 4196468 140732313276896 140732313259440 140303334964983 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
/proc/26018/statm: 3787789 21317 3445 1 0 3748889 0
[pid=26018/tid=26019] ppid=26016 vsize=15151156 memory=64296 CPUtime=0.66 cores=0-3
/proc/26018/task/26019/stat : 26019 (java) R 26016 26016 24889 0 -1 4202560 9127 0 0 0 62 4 0 0 20 0 15 0 517186126 15514783744 21317 33554432000 4194304 4196468 140732313276896 140303339198616 140303320645928 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
[pid=26018/tid=26020] ppid=26016 vsize=15151156 memory=984 CPUtime=0 cores=0-3
/proc/26018/task/26020/stat : 26020 (java) S 26016 26016 24889 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517186127 15514783744 21317 33554432000 4194304 4196468 140732313276896 140303295925136 140303334975189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
[pid=26018/tid=26021] ppid=26016 vsize=15151156 memory=2044 CPUtime=0 cores=0-3
/proc/26018/task/26021/stat : 26021 (java) S 26016 26016 24889 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517186127 15514783744 21317 33554432000 4194304 4196468 140732313276896 140302925929232 140303334975189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
[pid=26018/tid=26022] ppid=26016 vsize=15151156 memory=1368 CPUtime=0 cores=0-3
/proc/26018/task/26022/stat : 26022 (java) S 26016 26016 24889 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517186127 15514783744 21317 33554432000 4194304 4196468 140732313276896 140302924876944 140303334975189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
[pid=26018/tid=26023] ppid=26016 vsize=15151156 memory=1056 CPUtime=0 cores=0-3
/proc/26018/task/26023/stat : 26023 (java) S 26016 26016 24889 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517186127 15514783744 21317 33554432000 4194304 4196468 140732313276896 140302923824144 140303334975189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
[pid=26018/tid=26024] ppid=26016 vsize=15151156 memory=772 CPUtime=0 cores=0-3
/proc/26018/task/26024/stat : 26024 (java) S 26016 26016 24889 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 517186129 15514783744 21317 33554432000 4194304 4196468 140732313276896 140302207625328 140303334976130 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
[pid=26018/tid=26025] ppid=26016 vsize=15151156 memory=1696 CPUtime=0 cores=0-3
/proc/26018/task/26025/stat : 26025 (java) S 26016 26016 24889 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517186129 15514783744 21317 33554432000 4194304 4196468 140732313276896 140302206571296 140303334975189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
[pid=26018/tid=26026] ppid=26016 vsize=15151156 memory=1228 CPUtime=0 cores=0-3
/proc/26018/task/26026/stat : 26026 (java) S 26016 26016 24889 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517186129 15514783744 21317 33554432000 4194304 4196468 140732313276896 140302205518960 140303334975189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
[pid=26018/tid=26027] ppid=26016 vsize=15151156 memory=6136 CPUtime=0 cores=0-3
/proc/26018/task/26027/stat : 26027 (java) S 26016 26016 24889 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517186132 15514783744 21317 33554432000 4194304 4196468 140732313276896 140302204467280 140303334983579 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
[pid=26018/tid=26028] ppid=26016 vsize=15151156 memory=780 CPUtime=0.34 cores=0-3
/proc/26018/task/26028/stat : 26028 (java) R 26016 26016 24889 0 -1 4202560 1556 0 0 0 34 0 0 0 20 0 15 0 517186132 15514783744 21317 33554432000 4194304 4196468 140732313276896 140302203394384 140303314190557 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
[pid=26018/tid=26029] ppid=26016 vsize=15151156 memory=3516 CPUtime=0.34 cores=0-3
/proc/26018/task/26029/stat : 26029 (java) R 26016 26016 24889 0 -1 4202560 1167 0 0 0 34 0 0 0 20 0 15 0 517186132 15514783744 21317 33554432000 4194304 4196468 140732313276896 140302202348896 140303319354577 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
[pid=26018/tid=26030] ppid=26016 vsize=15151156 memory=1088 CPUtime=0.37 cores=0-3
/proc/26018/task/26030/stat : 26030 (java) R 26016 26016 24889 0 -1 4202560 1844 0 0 0 37 0 0 0 20 0 15 0 517186132 15514783744 21317 33554432000 4194304 4196468 140732313276896 140302201305976 140303313906430 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
[pid=26018/tid=26031] ppid=26016 vsize=15151156 memory=2832 CPUtime=0 cores=0-3
/proc/26018/task/26031/stat : 26031 (java) S 26016 26016 24889 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517186132 15514783744 21317 33554432000 4194304 4196468 140732313276896 140302200257504 140303334975189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
[pid=26018/tid=26032] ppid=26016 vsize=15151156 memory=1564 CPUtime=0 cores=0-3
/proc/26018/task/26032/stat : 26032 (java) S 26016 26016 24889 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517186133 15514783744 21317 33554432000 4194304 4196468 140732313276896 140302199204272 140303334976130 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
Current children cumulated CPU time: 1.74 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 86716 KiB

[startup+1.50386 s]
/proc/loadavg: 2.09 1.85 1.73 4/230 26032
/proc/meminfo: memFree=25161168/32770688 swapFree=67001288/67108860
[pid=26016] ppid=26013 vsize=113128 memory=1448 CPUtime=0 cores=0-3
/proc/26016/stat : 26016 (xcsp3-exec) S 26013 26016 24889 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 517186126 115843072 362 33554432000 4194304 5098028 140735746722576 140735746720680 140278809150076 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 12726272 140735746724730 140735746724973 140735746724973 140735746727882 0
/proc/26016/statm: 28282 362 304 221 0 87 0

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

/proc/26018/task/26025/stat : 26025 (java) S 26016 26016 24889 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 517186129 15582945280 3188733 33554432000 4194304 4196468 140732313276896 140302206571360 140303334975189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
[pid=26018/tid=26026] ppid=26016 vsize=15217720 memory=6136 CPUtime=0 cores=0-3
/proc/26018/task/26026/stat : 26026 (java) S 26016 26016 24889 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 16 0 517186129 15582945280 3188733 33554432000 4194304 4196468 140732313276896 140302205518976 140303334975189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
[pid=26018/tid=26027] ppid=26016 vsize=15217720 memory=780 CPUtime=0 cores=0-3
/proc/26018/task/26027/stat : 26027 (java) S 26016 26016 24889 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 517186132 15582945280 3188733 33554432000 4194304 4196468 140732313276896 140302204467280 140303334983579 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
[pid=26018/tid=26028] ppid=26016 vsize=15217720 memory=3516 CPUtime=1.98 cores=0-3
/proc/26018/task/26028/stat : 26028 (java) S 26016 26016 24889 0 -1 1077944384 9577 0 0 0 196 2 0 0 20 0 16 0 517186132 15582945280 3188733 33554432000 4194304 4196468 140732313276896 140302203415200 140303334975189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
[pid=26018/tid=26029] ppid=26016 vsize=15217720 memory=6791534058613427641 CPUtime=1.56 cores=0-3
/proc/26018/task/26029/stat : 26029 (java) S 26016 26016 24889 0 -1 1077944384 9522 0 0 0 155 1 0 0 20 0 16 0 517186132 15582945280 3188733 33554432000 4194304 4196468 140732313276896 140302202362112 140303334975189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
[pid=26018/tid=26030] ppid=26016 vsize=15217720 memory=12754920 CPUtime=0.68 cores=0-3
/proc/26018/task/26030/stat : 26030 (java) S 26016 26016 24889 0 -1 1077944384 9188 0 0 0 67 1 0 0 20 0 16 0 517186132 15582945280 3188733 33554432000 4194304 4196468 140732313276896 140302201310112 140303334975189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
[pid=26018/tid=26031] ppid=26016 vsize=15217720 memory=7596283314120844369 CPUtime=0 cores=0-3
/proc/26018/task/26031/stat : 26031 (java) S 26016 26016 24889 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 517186132 15582945280 3188733 33554432000 4194304 4196468 140732313276896 140302200257504 140303334975189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
[pid=26018/tid=26032] ppid=26016 vsize=15217720 memory=7379802651655432551 CPUtime=0.52 cores=0-3
/proc/26018/task/26032/stat : 26032 (java) S 26016 26016 24889 0 -1 1077944384 511 0 0 0 26 26 0 0 20 0 16 0 517186133 15582945280 3188733 33554432000 4194304 4196468 140732313276896 140302199204272 140303334976130 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 35 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
[pid=26018/tid=26194] ppid=26016 vsize=15217720 memory=-3622645143214314312 CPUtime=0 cores=0-3
/proc/26018/task/26194/stat : 26194 (java) S 26016 26016 24889 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 16 0 517250100 15582945280 3188733 33554432000 4194304 4196468 140732313276896 140302190226496 140303334975189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
Current children cumulated CPU time: 1804.17 s
Current children cumulated vsize: 15330848 KiB
Current children cumulated memory: 12756380 KiB

[startup+646.401 s]
/proc/loadavg: 4.66 3.85 2.70 3/231 26194
/proc/meminfo: memFree=12646192/32770688 swapFree=67001288/67108860
[pid=26016] ppid=26013 vsize=113128 memory=1448 CPUtime=0 cores=0-3
/proc/26016/stat : 26016 (xcsp3-exec) S 26013 26016 24889 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 517186126 115843072 362 33554432000 4194304 5098028 140735746722576 140735746720680 140278809150076 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 12726272 140735746724730 140735746724973 140735746724973 140735746727882 0
/proc/26016/statm: 28282 362 304 221 0 87 0
[pid=26018] ppid=26016 vsize=15217720 memory=12754932 CPUtime=1807.91 cores=0-3
/proc/26018/stat : 26018 (java) S 26016 26016 24889 0 -1 1077944320 674429 0 0 0 180063 728 0 0 20 0 16 0 517186126 15582945280 3188733 33554432000 4194304 4196468 140732313276896 140732313259440 140303334964983 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
/proc/26018/statm: 3804430 3188733 3516 1 0 3765530 0
[pid=26018/tid=26019] ppid=26016 vsize=15217720 memory=64316 CPUtime=186.28 cores=0-3
/proc/26018/task/26019/stat : 26019 (java) S 26016 26016 24889 0 -1 1077944384 37188 0 0 0 18573 55 0 0 20 0 16 0 517186126 15582945280 3188733 33554432000 4194304 4196468 140732313276896 140303339205664 140303334975189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
[pid=26018/tid=26020] ppid=26016 vsize=15217720 memory=12754924 CPUtime=386.43 cores=0-3
/proc/26018/task/26020/stat : 26020 (java) S 26016 26016 24889 0 -1 1077944384 100583 0 0 0 38474 169 0 0 20 0 16 0 517186127 15582945280 3188733 33554432000 4194304 4196468 140732313276896 140303295925136 140303334975189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
[pid=26018/tid=26021] ppid=26016 vsize=15217720 memory=2596 CPUtime=385.95 cores=0-3
/proc/26018/task/26021/stat : 26021 (java) S 26016 26016 24889 0 -1 1077944384 157521 0 0 0 38441 154 0 0 20 0 16 0 517186127 15582945280 3188733 33554432000 4194304 4196468 140732313276896 140302925929232 140303334975189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
[pid=26018/tid=26022] ppid=26016 vsize=15217720 memory=12754900 CPUtime=386.87 cores=0-3
/proc/26018/task/26022/stat : 26022 (java) S 26016 26016 24889 0 -1 1077944384 141195 0 0 0 38540 147 0 0 20 0 16 0 517186127 15582945280 3188733 33554432000 4194304 4196468 140732313276896 140302924876944 140303334975189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
[pid=26018/tid=26023] ppid=26016 vsize=15217720 memory=1448 CPUtime=387.17 cores=0-3
/proc/26018/task/26023/stat : 26023 (java) S 26016 26016 24889 0 -1 1077944384 109672 0 0 0 38536 181 0 0 20 0 16 0 517186127 15582945280 3188733 33554432000 4194304 4196468 140732313276896 140302923824144 140303334975189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
[pid=26018/tid=26024] ppid=26016 vsize=15217720 memory=12754900 CPUtime=70.41 cores=0-3
/proc/26018/task/26024/stat : 26024 (java) R 26016 26016 24889 0 -1 4202560 98137 0 0 0 7033 8 0 0 20 0 16 0 517186129 15582945280 3188733 33554432000 4194304 4196468 140732313276896 140302207623872 140303319961387 0 0 0 16800975 0 0 0 -1 1 0 0 37 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
[pid=26018/tid=26025] ppid=26016 vsize=15217720 memory=12754900 CPUtime=0 cores=0-3
/proc/26018/task/26025/stat : 26025 (java) S 26016 26016 24889 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 517186129 15582945280 3188733 33554432000 4194304 4196468 140732313276896 140302206571360 140303334975189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
[pid=26018/tid=26026] ppid=26016 vsize=15217720 memory=2044 CPUtime=0 cores=0-3
/proc/26018/task/26026/stat : 26026 (java) S 26016 26016 24889 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 16 0 517186129 15582945280 3188733 33554432000 4194304 4196468 140732313276896 140302205518976 140303334975189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
[pid=26018/tid=26027] ppid=26016 vsize=15217720 memory=1368 CPUtime=0 cores=0-3
/proc/26018/task/26027/stat : 26027 (java) S 26016 26016 24889 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 517186132 15582945280 3188733 33554432000 4194304 4196468 140732313276896 140302204467280 140303334983579 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
[pid=26018/tid=26028] ppid=26016 vsize=15217720 memory=1448 CPUtime=1.98 cores=0-3
/proc/26018/task/26028/stat : 26028 (java) S 26016 26016 24889 0 -1 1077944384 9577 0 0 0 196 2 0 0 20 0 16 0 517186132 15582945280 3188733 33554432000 4194304 4196468 140732313276896 140302203415200 140303334975189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
[pid=26018/tid=26029] ppid=26016 vsize=15217720 memory=12754900 CPUtime=1.56 cores=0-3
/proc/26018/task/26029/stat : 26029 (java) S 26016 26016 24889 0 -1 1077944384 9522 0 0 0 155 1 0 0 20 0 16 0 517186132 15582945280 3188733 33554432000 4194304 4196468 140732313276896 140302202362112 140303334975189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
[pid=26018/tid=26030] ppid=26016 vsize=15217720 memory=928 CPUtime=0.68 cores=0-3
/proc/26018/task/26030/stat : 26030 (java) S 26016 26016 24889 0 -1 1077944384 9188 0 0 0 67 1 0 0 20 0 16 0 517186132 15582945280 3188733 33554432000 4194304 4196468 140732313276896 140302201310112 140303334975189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
[pid=26018/tid=26031] ppid=26016 vsize=15217720 memory=6791534058613427641 CPUtime=0 cores=0-3
/proc/26018/task/26031/stat : 26031 (java) S 26016 26016 24889 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 517186132 15582945280 3188733 33554432000 4194304 4196468 140732313276896 140302200257504 140303334975189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
[pid=26018/tid=26032] ppid=26016 vsize=15217720 memory=2524 CPUtime=0.52 cores=0-3
/proc/26018/task/26032/stat : 26032 (java) S 26016 26016 24889 0 -1 1077944384 511 0 0 0 26 26 0 0 20 0 16 0 517186133 15582945280 3188733 33554432000 4194304 4196468 140732313276896 140302199204272 140303334976130 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 35 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
[pid=26018/tid=26194] ppid=26016 vsize=15217720 memory=1760 CPUtime=0 cores=0-3
/proc/26018/task/26194/stat : 26194 (java) S 26016 26016 24889 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 16 0 517250100 15582945280 3188733 33554432000 4194304 4196468 140732313276896 140302190226496 140303334975189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
Current children cumulated CPU time: 1807.91 s
Current children cumulated vsize: 15330848 KiB
Current children cumulated memory: 12756380 KiB

[startup+647.201 s]
/proc/loadavg: 4.66 3.85 2.70 3/231 26194
/proc/meminfo: memFree=12644176/32770688 swapFree=67001288/67108860
[pid=26016] ppid=26013 vsize=113128 memory=1448 CPUtime=0 cores=0-3
/proc/26016/stat : 26016 (xcsp3-exec) S 26013 26016 24889 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 517186126 115843072 362 33554432000 4194304 5098028 140735746722576 140735746720680 140278809150076 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 12726272 140735746724730 140735746724973 140735746724973 140735746727882 0
/proc/26016/statm: 28282 362 304 221 0 87 0
[pid=26018] ppid=26016 vsize=15217720 memory=12754932 CPUtime=1808.71 cores=0-3
/proc/26018/stat : 26018 (java) S 26016 26016 24889 0 -1 1077944320 674640 0 0 0 180143 728 0 0 20 0 16 0 517186126 15582945280 3188733 33554432000 4194304 4196468 140732313276896 140732313259440 140303334964983 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
/proc/26018/statm: 3804430 3188733 3516 1 0 3765530 0
[pid=26018/tid=26019] ppid=26016 vsize=15217720 memory=1448 CPUtime=186.28 cores=0-3
/proc/26018/task/26019/stat : 26019 (java) S 26016 26016 24889 0 -1 1077944384 37188 0 0 0 18573 55 0 0 20 0 16 0 517186126 15582945280 3188733 33554432000 4194304 4196468 140732313276896 140303339205664 140303334975189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
[pid=26018/tid=26020] ppid=26016 vsize=15217720 memory=12754932 CPUtime=386.43 cores=0-3
/proc/26018/task/26020/stat : 26020 (java) S 26016 26016 24889 0 -1 1077944384 100583 0 0 0 38474 169 0 0 20 0 16 0 517186127 15582945280 3188733 33554432000 4194304 4196468 140732313276896 140303295925136 140303334975189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
[pid=26018/tid=26021] ppid=26016 vsize=15217720 memory=64316 CPUtime=385.95 cores=0-3
/proc/26018/task/26021/stat : 26021 (java) S 26016 26016 24889 0 -1 1077944384 157521 0 0 0 38441 154 0 0 20 0 16 0 517186127 15582945280 3188733 33554432000 4194304 4196468 140732313276896 140302925929232 140303334975189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
[pid=26018/tid=26022] ppid=26016 vsize=15217720 memory=-3622645143214314312 CPUtime=386.87 cores=0-3
/proc/26018/task/26022/stat : 26022 (java) S 26016 26016 24889 0 -1 1077944384 141195 0 0 0 38540 147 0 0 20 0 16 0 517186127 15582945280 3188733 33554432000 4194304 4196468 140732313276896 140302924876944 140303334975189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
[pid=26018/tid=26023] ppid=26016 vsize=15217720 memory=1448 CPUtime=387.17 cores=0-3
/proc/26018/task/26023/stat : 26023 (java) S 26016 26016 24889 0 -1 1077944384 109672 0 0 0 38536 181 0 0 20 0 16 0 517186127 15582945280 3188733 33554432000 4194304 4196468 140732313276896 140302923824144 140303334975189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
[pid=26018/tid=26024] ppid=26016 vsize=15217720 memory=12754900 CPUtime=71.21 cores=0-3
/proc/26018/task/26024/stat : 26024 (java) R 26016 26016 24889 0 -1 4202560 98348 0 0 0 7113 8 0 0 20 0 16 0 517186129 15582945280 3188733 33554432000 4194304 4196468 140732313276896 140302207623760 140303319961328 0 0 0 16800975 0 0 0 -1 1 0 0 37 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
[pid=26018/tid=26025] ppid=26016 vsize=15217720 memory=1564 CPUtime=0 cores=0-3
/proc/26018/task/26025/stat : 26025 (java) S 26016 26016 24889 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 517186129 15582945280 3188733 33554432000 4194304 4196468 140732313276896 140302206571360 140303334975189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
[pid=26018/tid=26026] ppid=26016 vsize=15217720 memory=6791534058613427641 CPUtime=0 cores=0-3
/proc/26018/task/26026/stat : 26026 (java) S 26016 26016 24889 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 16 0 517186129 15582945280 3188733 33554432000 4194304 4196468 140732313276896 140302205518976 140303334975189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
[pid=26018/tid=26027] ppid=26016 vsize=15217720 memory=12754932 CPUtime=0 cores=0-3
/proc/26018/task/26027/stat : 26027 (java) S 26016 26016 24889 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 517186132 15582945280 3188733 33554432000 4194304 4196468 140732313276896 140302204467280 140303334983579 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
[pid=26018/tid=26028] ppid=26016 vsize=15217720 memory=1620 CPUtime=1.98 cores=0-3
/proc/26018/task/26028/stat : 26028 (java) S 26016 26016 24889 0 -1 1077944384 9577 0 0 0 196 2 0 0 20 0 16 0 517186132 15582945280 3188733 33554432000 4194304 4196468 140732313276896 140302203415200 140303334975189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
[pid=26018/tid=26029] ppid=26016 vsize=15217720 memory=1448 CPUtime=1.56 cores=0-3
/proc/26018/task/26029/stat : 26029 (java) S 26016 26016 24889 0 -1 1077944384 9522 0 0 0 155 1 0 0 20 0 16 0 517186132 15582945280 3188733 33554432000 4194304 4196468 140732313276896 140302202362112 140303334975189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
[pid=26018/tid=26030] ppid=26016 vsize=15217720 memory=-3622645143214314312 CPUtime=0.68 cores=0-3
/proc/26018/task/26030/stat : 26030 (java) S 26016 26016 24889 0 -1 1077944384 9188 0 0 0 67 1 0 0 20 0 16 0 517186132 15582945280 3188733 33554432000 4194304 4196468 140732313276896 140302201310112 140303334975189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
[pid=26018/tid=26031] ppid=26016 vsize=15217720 memory=12754900 CPUtime=0 cores=0-3
/proc/26018/task/26031/stat : 26031 (java) S 26016 26016 24889 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 517186132 15582945280 3188733 33554432000 4194304 4196468 140732313276896 140302200257504 140303334975189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
[pid=26018/tid=26032] ppid=26016 vsize=15217720 memory=984 CPUtime=0.52 cores=0-3
/proc/26018/task/26032/stat : 26032 (java) S 26016 26016 24889 0 -1 1077944384 511 0 0 0 26 26 0 0 20 0 16 0 517186133 15582945280 3188733 33554432000 4194304 4196468 140732313276896 140302199204272 140303334976130 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 35 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
[pid=26018/tid=26194] ppid=26016 vsize=15217720 memory=780 CPUtime=0 cores=0-3
/proc/26018/task/26194/stat : 26194 (java) S 26016 26016 24889 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 16 0 517250100 15582945280 3188733 33554432000 4194304 4196468 140732313276896 140302190226496 140303334975189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
Current children cumulated CPU time: 1808.71 s
Current children cumulated vsize: 15330848 KiB
Current children cumulated memory: 12756380 KiB

[startup+647.401 s]
/proc/loadavg: 4.66 3.85 2.70 3/231 26194
/proc/meminfo: memFree=12644176/32770688 swapFree=67001288/67108860
[pid=26016] ppid=26013 vsize=113128 memory=1448 CPUtime=0 cores=0-3
/proc/26016/stat : 26016 (xcsp3-exec) S 26013 26016 24889 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 517186126 115843072 362 33554432000 4194304 5098028 140735746722576 140735746720680 140278809150076 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 12726272 140735746724730 140735746724973 140735746724973 140735746727882 0
/proc/26016/statm: 28282 362 304 221 0 87 0
[pid=26018] ppid=26016 vsize=15217720 memory=12754932 CPUtime=1808.91 cores=0-3
/proc/26018/stat : 26018 (java) S 26016 26016 24889 0 -1 1077944320 674640 0 0 0 180163 728 0 0 20 0 16 0 517186126 15582945280 3188733 33554432000 4194304 4196468 140732313276896 140732313259440 140303334964983 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
/proc/26018/statm: 3804430 3188733 3516 1 0 3765530 0
[pid=26018/tid=26019] ppid=26016 vsize=15217720 memory=2596 CPUtime=186.28 cores=0-3
/proc/26018/task/26019/stat : 26019 (java) S 26016 26016 24889 0 -1 1077944384 37188 0 0 0 18573 55 0 0 20 0 16 0 517186126 15582945280 3188733 33554432000 4194304 4196468 140732313276896 140303339205664 140303334975189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
[pid=26018/tid=26020] ppid=26016 vsize=15217720 memory=2596 CPUtime=386.43 cores=0-3
/proc/26018/task/26020/stat : 26020 (java) S 26016 26016 24889 0 -1 1077944384 100583 0 0 0 38474 169 0 0 20 0 16 0 517186127 15582945280 3188733 33554432000 4194304 4196468 140732313276896 140303295925136 140303334975189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
[pid=26018/tid=26021] ppid=26016 vsize=15217720 memory=1728 CPUtime=385.95 cores=0-3
/proc/26018/task/26021/stat : 26021 (java) S 26016 26016 24889 0 -1 1077944384 157521 0 0 0 38441 154 0 0 20 0 16 0 517186127 15582945280 3188733 33554432000 4194304 4196468 140732313276896 140302925929232 140303334975189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
[pid=26018/tid=26022] ppid=26016 vsize=15217720 memory=4100 CPUtime=386.87 cores=0-3
/proc/26018/task/26022/stat : 26022 (java) S 26016 26016 24889 0 -1 1077944384 141195 0 0 0 38540 147 0 0 20 0 16 0 517186127 15582945280 3188733 33554432000 4194304 4196468 140732313276896 140302924876944 140303334975189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
[pid=26018/tid=26023] ppid=26016 vsize=15217720 memory=1412 CPUtime=387.17 cores=0-3
/proc/26018/task/26023/stat : 26023 (java) S 26016 26016 24889 0 -1 1077944384 109672 0 0 0 38536 181 0 0 20 0 16 0 517186127 15582945280 3188733 33554432000 4194304 4196468 140732313276896 140302923824144 140303334975189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
[pid=26018/tid=26024] ppid=26016 vsize=15217720 memory=64316 CPUtime=71.41 cores=0-3
/proc/26018/task/26024/stat : 26024 (java) R 26016 26016 24889 0 -1 4202560 98348 0 0 0 7133 8 0 0 20 0 16 0 517186129 15582945280 3188733 33554432000 4194304 4196468 140732313276896 140302207623760 140303319961387 0 0 0 16800975 0 0 0 -1 1 0 0 37 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
[pid=26018/tid=26025] ppid=26016 vsize=15217720 memory=984 CPUtime=0 cores=0-3
/proc/26018/task/26025/stat : 26025 (java) S 26016 26016 24889 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 517186129 15582945280 3188733 33554432000 4194304 4196468 140732313276896 140302206571360 140303334975189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
[pid=26018/tid=26026] ppid=26016 vsize=15217720 memory=2044 CPUtime=0 cores=0-3
/proc/26018/task/26026/stat : 26026 (java) S 26016 26016 24889 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 16 0 517186129 15582945280 3188733 33554432000 4194304 4196468 140732313276896 140302205518976 140303334975189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
[pid=26018/tid=26027] ppid=26016 vsize=15217720 memory=1368 CPUtime=0 cores=0-3
/proc/26018/task/26027/stat : 26027 (java) S 26016 26016 24889 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 517186132 15582945280 3188733 33554432000 4194304 4196468 140732313276896 140302204467280 140303334983579 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
[pid=26018/tid=26028] ppid=26016 vsize=15217720 memory=1056 CPUtime=1.98 cores=0-3
/proc/26018/task/26028/stat : 26028 (java) S 26016 26016 24889 0 -1 1077944384 9577 0 0 0 196 2 0 0 20 0 16 0 517186132 15582945280 3188733 33554432000 4194304 4196468 140732313276896 140302203415200 140303334975189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
[pid=26018/tid=26029] ppid=26016 vsize=15217720 memory=772 CPUtime=1.56 cores=0-3
/proc/26018/task/26029/stat : 26029 (java) S 26016 26016 24889 0 -1 1077944384 9522 0 0 0 155 1 0 0 20 0 16 0 517186132 15582945280 3188733 33554432000 4194304 4196468 140732313276896 140302202362112 140303334975189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
[pid=26018/tid=26030] ppid=26016 vsize=15217720 memory=1696 CPUtime=0.68 cores=0-3
/proc/26018/task/26030/stat : 26030 (java) S 26016 26016 24889 0 -1 1077944384 9188 0 0 0 67 1 0 0 20 0 16 0 517186132 15582945280 3188733 33554432000 4194304 4196468 140732313276896 140302201310112 140303334975189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
[pid=26018/tid=26031] ppid=26016 vsize=15217720 memory=1228 CPUtime=0 cores=0-3
/proc/26018/task/26031/stat : 26031 (java) S 26016 26016 24889 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 517186132 15582945280 3188733 33554432000 4194304 4196468 140732313276896 140302200257504 140303334975189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
[pid=26018/tid=26032] ppid=26016 vsize=15217720 memory=6136 CPUtime=0.52 cores=0-3
/proc/26018/task/26032/stat : 26032 (java) S 26016 26016 24889 0 -1 1077944384 511 0 0 0 26 26 0 0 20 0 16 0 517186133 15582945280 3188733 33554432000 4194304 4196468 140732313276896 140302199204272 140303334976130 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 35 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
[pid=26018/tid=26194] ppid=26016 vsize=15217720 memory=1448 CPUtime=0 cores=0-3
/proc/26018/task/26194/stat : 26194 (java) S 26016 26016 24889 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 16 0 517250100 15582945280 3188733 33554432000 4194304 4196468 140732313276896 140302190226496 140303334975189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17530880 140732313281519 140732313281690 140732313281690 140732313284559 0
Current children cumulated CPU time: 1808.91 s
Current children cumulated vsize: 15330848 KiB
Current children cumulated memory: 12756380 KiB

[startup+647.501 s]
/proc/loadavg: 4.66 3.85 2.70 3/231 26194
/proc/meminfo: memFree=12644176/32770688 swapFree=67001288/67108860
[pid=26016] ppid=26013 vsize=113128 memory=1448 CPUtime=0 cores=0-3
/proc/26016/stat : 26016 (xcsp3-exec) S 26013 26016 24889 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 517186126 115843072 362 33554432000 4194304 5098028 140735746722576 140735746720680 140278809150076 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 12726272 140735746724730 140735746724973 140735746724973 140735746727882 0
/proc/26016/statm: 28282 362 304 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1448 KiB

Child status: 1
Real time (s): 647.524
CPU time (s): 1809.05
CPU user time (s): 1801.71
CPU system time (s): 7.34019
CPU usage (%): 279.379
Max. virtual memory (cumulated for all children) (KiB): 15330848
Max. memory (cumulated for all children) (KiB): 12756380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1801.71
system time used= 7.34019
maximum resident set size= 12755280
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 675279
page faults= 0
swaps= 0
block input operations= 0
block output operations= 888
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22486
involuntary context switches= 15817


# summary of solver processes directly reported to runsolver:
#   pid: 26016
#   total CPU time (s): 1809.05
#   total CPU user time (s): 1801.71
#   total CPU system time (s): 7.34019

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.77026 second user time and 6.83326 second system time

The end

Launcher Data

Begin job on node116 at 2019-09-25 13:53:23
IDJOB=4405770
IDBENCH=138445
IDSOLVER=2869
FILE ID=node116/4405770-1569412445
RUNJOBID= node116-1569408230-24920
PBS_JOBID= 21705707
Free space on /tmp= 6524 MiB

SOLVER NAME= choco-solver 2019-09-24
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-os10/SuperTaillard-os-10-01.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p 1 -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4405770-1569412445/watcher-4405770-1569412445 -o /tmp/evaluation-result-4405770-1569412445/solver-4405770-1569412445 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node116-1569408230-24920 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 1956837398 HOME/instance-4405770-1569412445.xml

TIME LIMIT= 2520 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= a0db4e7a601eb58dee5216b17e791c99
RANDOM SEED=1956837398

node116.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2667.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2667.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2667.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2667.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2667.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2667.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2667.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2667.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770688 kB
MemFree:        25341904 kB
MemAvailable:   31642852 kB
Buffers:          125976 kB
Cached:          6307664 kB
SwapCached:         3296 kB
Active:          3409728 kB
Inactive:        3230944 kB
Active(anon):     206616 kB
Inactive(anon):    56628 kB
Active(file):    3203112 kB
Inactive(file):  3174316 kB
Unevictable:      109488 kB
Mlocked:          109488 kB
SwapTotal:      67108860 kB
SwapFree:       67001288 kB
Dirty:             25916 kB
Writeback:             0 kB
AnonPages:        320096 kB
Mapped:            70776 kB
Shmem:             47788 kB
Slab:             382204 kB
SReclaimable:     351980 kB
SUnreclaim:        30224 kB
KernelStack:        4016 kB
PageTables:         6408 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:    1457224 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    258048 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116160 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 6500 MiB
End job on node116 at 2019-09-25 14:04:11