Trace number 4271483

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 4.0.5 par (2017-08-09)? 480.052 224.05499

General information on the benchmark

NameBinPacking/BinPacking-tab-sw120/
BinPacking-tab-sw120-41.xml
MD5SUMa372e06032e8b52aa9c97452ff274801
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark252.086
Satisfiable
(Un)Satisfiability was proved
Number of variables133
Number of constraints25
Number of domains2
Minimum domain size23
Maximum domain size45
Distribution of domain sizes[{"size":23,"count":1},{"size":45,"count":132}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":110},{"degree":4,"count":22}]
Minimum constraint arity6
Maximum constraint arity132
Distribution of constraint arities[{"arity":6,"count":22},{"arity":23,"count":1},{"arity":132,"count":2}]
Number of extensional constraints22
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":22},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

0.00/0.00	c java -server -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4271483-1502646681.xml"  -tl '2016s' -p 8 -x 0
0.12/0.14	c [HOME/instance-4271483-1502646681.xml, -tl, 2016s, -p, 8, -x, 0]
0.12/0.20	c 8 solvers in parallel
0.33/0.27	c parse instance...
479.91/223.95	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
479.91/223.95		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.computeSupports(PropCompactTable.java:98)
479.91/223.95		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.<init>(PropCompactTable.java:61)
479.91/223.95		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:1857)
479.91/223.95		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:1813)
479.91/223.95		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrExtension(XCSPParser.java:313)
479.91/223.95		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:413)
479.91/223.95		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:130)
479.91/223.95		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
479.91/223.95		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$346(XCallbacks.java:440)
479.91/223.95		at org.xcsp.parser.XCallbacks$$Lambda$70/1900164709.accept(Unknown Source)
479.91/223.95		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
479.91/223.95		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
479.91/223.95		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
479.91/223.95		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1406)
479.91/223.95		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
479.91/223.95		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
479.91/223.95		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:260)
479.91/223.95		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
479.91/223.95		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:112)
479.91/223.95		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
479.91/223.95		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:23)
479.91/223.95	s UNKNOWN
479.91/223.95	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 (14084 MiB free)
  memory of node 1: 16384 MiB (12208 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4271483-1502646681/watcher-4271483-1502646681 -o /tmp/evaluation-result-4271483-1502646681/solver-4271483-1502646681 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node114-1502634593-3629 --watchdog 312 ./xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 22000 -tdir HOME -seed 406563037 HOME/instance-4271483-1502646681.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2016 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2046 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=25520, runsolver pid=25517

[startup+0.100088 s]*
/proc/loadavg: 1.10 2.94 4.06 2/199 25541
/proc/meminfo: memFree=26907976/32770624 swapFree=67108860/67108860
[pid=25520] ppid=25517 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/25520/stat : 25520 (xcsp3-exec) S 25517 25520 3602 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 97756019 9740288 346 33554432000 4194304 5098028 140734530778560 140734530776664 140468578382460 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27611136 140734530786411 140734530786620 140734530786620 140734530789355 0
/proc/25520/statm: 2378 346 289 221 0 87 0
[pid=25522] ppid=25520 vsize=25999808 memory=26208 CPUtime=0.12 cores=0-7
/proc/25522/stat : 25522 (java) S 25520 25520 3602 0 -1 1077944320 5480 0 0 0 11 1 0 0 20 0 20 0 97756020 26623803392 6552 33554432000 4194304 4196468 140725288979584 140725288962128 140469312208631 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
/proc/25522/statm: 6499952 6552 2843 1 0 6488269 0
[pid=25522/tid=25523] ppid=25520 vsize=25999808 memory=4134930498285298233 CPUtime=0.08 cores=0-7
/proc/25522/task/25523/stat : 25523 (java) R 25520 25520 3602 0 -1 4202560 3476 0 0 0 8 0 0 0 20 0 20 0 97756020 26623803392 6552 33554432000 4194304 4196468 140725288979584 140469316432432 140469312220566 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25524] ppid=25520 vsize=25999808 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/25522/task/25524/stat : 25524 (java) S 25520 25520 3602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97756021 26623803392 6617 33554432000 4194304 4196468 140725288979584 140469264829328 140469312218837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25525] ppid=25520 vsize=25999808 memory=140009238685312 CPUtime=0 cores=0-7
/proc/25522/task/25525/stat : 25525 (java) S 25520 25520 3602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97756021 26623803392 6617 33554432000 4194304 4196468 140725288979584 140469263776528 140469312218837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25526] ppid=25520 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/25522/task/25526/stat : 25526 (java) S 25520 25520 3602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97756021 26623803392 6617 33554432000 4194304 4196468 140725288979584 140469262724240 140469312218837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25527] ppid=25520 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/25522/task/25527/stat : 25527 (java) S 25520 25520 3602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97756021 26623803392 6617 33554432000 4194304 4196468 140725288979584 140469261671440 140469312218837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25528] ppid=25520 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/25522/task/25528/stat : 25528 (java) S 25520 25520 3602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97756021 26623803392 6617 33554432000 4194304 4196468 140725288979584 140469260618128 140469312218837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25529] ppid=25520 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/25522/task/25529/stat : 25529 (java) S 25520 25520 3602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97756021 26623803392 6617 33554432000 4194304 4196468 140725288979584 140469259565328 140469312218837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25530] ppid=25520 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/25522/task/25530/stat : 25530 (java) S 25520 25520 3602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97756021 26623803392 6617 33554432000 4194304 4196468 140725288979584 140469258513040 140469312218837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25531] ppid=25520 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/25522/task/25531/stat : 25531 (java) S 25520 25520 3602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97756021 26623803392 6617 33554432000 4194304 4196468 140725288979584 140469257460240 140469312218837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25532] ppid=25520 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/25522/task/25532/stat : 25532 (java) S 25520 25520 3602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97756022 26623803392 6617 33554432000 4194304 4196468 140725288979584 140468054358640 140469312219778 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25533] ppid=25520 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/25522/task/25533/stat : 25533 (java) S 25520 25520 3602 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 97756023 26623803392 6617 33554432000 4194304 4196468 140725288979584 140468053304608 140469312218837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25534] ppid=25520 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/25522/task/25534/stat : 25534 (java) S 25520 25520 3602 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 97756023 26623803392 6617 33554432000 4194304 4196468 140725288979584 140468052252272 140469312218837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25535] ppid=25520 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/25522/task/25535/stat : 25535 (java) S 25520 25520 3602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97756025 26623803392 6617 33554432000 4194304 4196468 140725288979584 140468051200592 140469312227227 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25536] ppid=25520 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/25522/task/25536/stat : 25536 (java) S 25520 25520 3602 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 20 0 97756025 26623803392 6617 33554432000 4194304 4196468 140725288979584 140468050147440 140469312219778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25537] ppid=25520 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/25522/task/25537/stat : 25537 (java) S 25520 25520 3602 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 20 0 97756025 26623803392 6617 33554432000 4194304 4196468 140725288979584 140468049094640 140469312219778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25538] ppid=25520 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/25522/task/25538/stat : 25538 (java) S 25520 25520 3602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97756025 26623803392 6617 33554432000 4194304 4196468 140725288979584 140468048042352 140469312219778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25539] ppid=25520 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/25522/task/25539/stat : 25539 (java) R 25520 25520 3602 0 -1 4202560 265 0 0 0 1 0 0 0 20 0 20 0 97756025 26623803392 6617 33554432000 4194304 4196468 140725288979584 140467844933872 140469291163312 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25540] ppid=25520 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/25522/task/25540/stat : 25540 (java) S 25520 25520 3602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97756026 26623803392 6617 33554432000 4194304 4196468 140725288979584 140467843881824 140469312218837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25541] ppid=25520 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/25522/task/25541/stat : 25541 (java) S 25520 25520 3602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97756026 26623803392 6617 33554432000 4194304 4196468 140725288979584 140467842829104 140469312219778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 27592 KiB

[startup+0.210056 s]*
/proc/loadavg: 1.10 2.94 4.06 2/199 25541
/proc/meminfo: memFree=26895900/32770624 swapFree=67108860/67108860
[pid=25520] ppid=25517 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/25520/stat : 25520 (xcsp3-exec) S 25517 25520 3602 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 97756019 9740288 346 33554432000 4194304 5098028 140734530778560 140734530776664 140468578382460 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27611136 140734530786411 140734530786620 140734530786620 140734530789355 0
/proc/25520/statm: 2378 346 289 221 0 87 0
[pid=25522] ppid=25520 vsize=26004064 memory=38816 CPUtime=0.33 cores=0-7
/proc/25522/stat : 25522 (java) S 25520 25520 3602 0 -1 1077944320 8307 0 0 0 31 2 0 0 20 0 20 0 97756020 26628161536 9704 33554432000 4194304 4196468 140725288979584 140725288962128 140469312208631 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
/proc/25522/statm: 6501016 9704 3033 1 0 6488269 0
[pid=25522/tid=25523] ppid=25520 vsize=26004064 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/25522/task/25523/stat : 25523 (java) R 25520 25520 3602 0 -1 4202560 5387 0 0 0 18 1 0 0 20 0 20 0 97756020 26628161536 9704 33554432000 4194304 4196468 140725288979584 140469316430576 140469296289118 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25524] ppid=25520 vsize=26004064 memory=331 CPUtime=0 cores=0-7
/proc/25522/task/25524/stat : 25524 (java) S 25520 25520 3602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97756021 26628161536 9704 33554432000 4194304 4196468 140725288979584 140469264829328 140469312218837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25525] ppid=25520 vsize=26004064 memory=3977997380832454304 CPUtime=0 cores=0-7
/proc/25522/task/25525/stat : 25525 (java) S 25520 25520 3602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97756021 26628161536 9704 33554432000 4194304 4196468 140725288979584 140469263776528 140469312218837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25526] ppid=25520 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/25522/task/25526/stat : 25526 (java) S 25520 25520 3602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97756021 26628161536 9704 33554432000 4194304 4196468 140725288979584 140469262724240 140469312218837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25527] ppid=25520 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/25522/task/25527/stat : 25527 (java) S 25520 25520 3602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97756021 26628161536 9704 33554432000 4194304 4196468 140725288979584 140469261671440 140469312218837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25528] ppid=25520 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/25522/task/25528/stat : 25528 (java) S 25520 25520 3602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97756021 26628161536 9704 33554432000 4194304 4196468 140725288979584 140469260618128 140469312218837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25529] ppid=25520 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/25522/task/25529/stat : 25529 (java) S 25520 25520 3602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97756021 26628161536 9704 33554432000 4194304 4196468 140725288979584 140469259565328 140469312218837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25530] ppid=25520 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/25522/task/25530/stat : 25530 (java) S 25520 25520 3602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97756021 26628161536 9704 33554432000 4194304 4196468 140725288979584 140469258513040 140469312218837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25531] ppid=25520 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/25522/task/25531/stat : 25531 (java) S 25520 25520 3602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97756021 26628161536 9704 33554432000 4194304 4196468 140725288979584 140469257460240 140469312218837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25532] ppid=25520 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/25522/task/25532/stat : 25532 (java) S 25520 25520 3602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97756022 26628161536 9704 33554432000 4194304 4196468 140725288979584 140468054358640 140469312219778 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25533] ppid=25520 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/25522/task/25533/stat : 25533 (java) S 25520 25520 3602 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 97756023 26628161536 9704 33554432000 4194304 4196468 140725288979584 140468053304608 140469312218837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25534] ppid=25520 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/25522/task/25534/stat : 25534 (java) S 25520 25520 3602 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 97756023 26628161536 9704 33554432000 4194304 4196468 140725288979584 140468052252272 140469312218837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25535] ppid=25520 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/25522/task/25535/stat : 25535 (java) S 25520 25520 3602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97756025 26628161536 9704 33554432000 4194304 4196468 140725288979584 140468051200592 140469312227227 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25536] ppid=25520 vsize=26004064 memory=0 CPUtime=0.03 cores=0-7
/proc/25522/task/25536/stat : 25536 (java) S 25520 25520 3602 0 -1 1077944384 601 0 0 0 3 0 0 0 20 0 20 0 97756025 26628161536 9704 33554432000 4194304 4196468 140725288979584 140468050147440 140469312219778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25537] ppid=25520 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/25522/task/25537/stat : 25537 (java) S 25520 25520 3602 0 -1 1077944384 127 0 0 0 0 0 0 0 20 0 20 0 97756025 26628161536 9704 33554432000 4194304 4196468 140725288979584 140468049094640 140469312219778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25538] ppid=25520 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/25522/task/25538/stat : 25538 (java) S 25520 25520 3602 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 20 0 97756025 26628161536 9704 33554432000 4194304 4196468 140725288979584 140468048042352 140469312219778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25539] ppid=25520 vsize=26004064 memory=-1 CPUtime=0.07 cores=0-7
/proc/25522/task/25539/stat : 25539 (java) R 25520 25520 3602 0 -1 4202560 762 0 0 0 7 0 0 0 20 0 20 0 97756025 26628161536 9704 33554432000 4194304 4196468 140725288979584 140467844933872 140469312229978 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25540] ppid=25520 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/25522/task/25540/stat : 25540 (java) S 25520 25520 3602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97756026 26628161536 9704 33554432000 4194304 4196468 140725288979584 140467843881824 140469312218837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25541] ppid=25520 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/25522/task/25541/stat : 25541 (java) S 25520 25520 3602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97756026 26628161536 9704 33554432000 4194304 4196468 140725288979584 140467842829104 140469312219778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40200 KiB

[startup+0.309483 s]*
/proc/loadavg: 1.18 2.92 4.05 2/199 25541
/proc/meminfo: memFree=26889616/32770624 swapFree=67108860/67108860
[pid=25520] ppid=25517 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/25520/stat : 25520 (xcsp3-exec) S 25517 25520 3602 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 97756019 9740288 346 33554432000 4194304 5098028 140734530778560 140734530776664 140468578382460 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27611136 140734530786411 140734530786620 140734530786620 140734530789355 0
/proc/25520/statm: 2378 346 289 221 0 87 0
[pid=25522] ppid=25520 vsize=26004064 memory=45788 CPUtime=0.48 cores=0-7
/proc/25522/stat : 25522 (java) S 25520 25520 3602 0 -1 1077944320 9127 0 0 0 46 2 0 0 20 0 20 0 97756020 26628161536 11447 33554432000 4194304 4196468 140725288979584 140725288962128 140469312208631 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
/proc/25522/statm: 6501016 11447 3112 1 0 6488269 0
[pid=25522/tid=25523] ppid=25520 vsize=26004064 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/25522/task/25523/stat : 25523 (java) R 25520 25520 3602 0 -1 4202560 6058 0 0 0 28 1 0 0 20 0 20 0 97756020 26628161536 11447 33554432000 4194304 4196468 140725288979584 140469316446144 140469312230557 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25524] ppid=25520 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/25522/task/25524/stat : 25524 (java) S 25520 25520 3602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97756021 26628161536 11447 33554432000 4194304 4196468 140725288979584 140469264829328 140469312218837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25525] ppid=25520 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/25522/task/25525/stat : 25525 (java) S 25520 25520 3602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97756021 26628161536 11447 33554432000 4194304 4196468 140725288979584 140469263776528 140469312218837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25526] ppid=25520 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/25522/task/25526/stat : 25526 (java) S 25520 25520 3602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97756021 26628161536 11447 33554432000 4194304 4196468 140725288979584 140469262724240 140469312218837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25527] ppid=25520 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/25522/task/25527/stat : 25527 (java) S 25520 25520 3602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97756021 26628161536 11447 33554432000 4194304 4196468 140725288979584 140469261671440 140469312218837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25528] ppid=25520 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/25522/task/25528/stat : 25528 (java) S 25520 25520 3602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97756021 26628161536 11447 33554432000 4194304 4196468 140725288979584 140469260618128 140469312218837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25529] ppid=25520 vsize=26004064 memory=140009088840623 CPUtime=0 cores=0-7
/proc/25522/task/25529/stat : 25529 (java) S 25520 25520 3602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97756021 26628161536 11447 33554432000 4194304 4196468 140725288979584 140469259565328 140469312218837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25530] ppid=25520 vsize=26004064 memory=140009088842928 CPUtime=0 cores=0-7
/proc/25522/task/25530/stat : 25530 (java) S 25520 25520 3602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97756021 26628161536 11447 33554432000 4194304 4196468 140725288979584 140469258513040 140469312218837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25531] ppid=25520 vsize=26004064 memory=140009088845232 CPUtime=0 cores=0-7
/proc/25522/task/25531/stat : 25531 (java) S 25520 25520 3602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97756021 26628161536 11447 33554432000 4194304 4196468 140725288979584 140469257460240 140469312218837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25532] ppid=25520 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/25522/task/25532/stat : 25532 (java) S 25520 25520 3602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97756022 26628161536 11447 33554432000 4194304 4196468 140725288979584 140468054358640 140469312219778 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25533] ppid=25520 vsize=26004064 memory=280018177697424 CPUtime=0 cores=0-7
/proc/25522/task/25533/stat : 25533 (java) S 25520 25520 3602 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 97756023 26628161536 11447 33554432000 4194304 4196468 140725288979584 140468053304608 140469312218837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25534] ppid=25520 vsize=26004064 memory=280018177704336 CPUtime=0 cores=0-7
/proc/25522/task/25534/stat : 25534 (java) S 25520 25520 3602 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 97756023 26628161536 11447 33554432000 4194304 4196468 140725288979584 140468052252272 140469312218837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25535] ppid=25520 vsize=26004064 memory=280018177645616 CPUtime=0 cores=0-7
/proc/25522/task/25535/stat : 25535 (java) S 25520 25520 3602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97756025 26628161536 11447 33554432000 4194304 4196468 140725288979584 140468051200592 140469312227227 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25536] ppid=25520 vsize=26004064 memory=280018177718160 CPUtime=0.03 cores=0-7
/proc/25522/task/25536/stat : 25536 (java) R 25520 25520 3602 0 -1 4202560 601 0 0 0 3 0 0 0 20 0 20 0 97756025 26628161536 11447 33554432000 4194304 4196468 140725288979584 140468050147440 140469312220566 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25537] ppid=25520 vsize=26004064 memory=280018177725072 CPUtime=0.01 cores=0-7
/proc/25522/task/25537/stat : 25537 (java) S 25520 25520 3602 0 -1 1077944384 190 0 0 0 1 0 0 0 20 0 20 0 97756025 26628161536 11447 33554432000 4194304 4196468 140725288979584 140468049094640 140469312219778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25538] ppid=25520 vsize=26004064 memory=280018177722768 CPUtime=0.01 cores=0-7
/proc/25522/task/25538/stat : 25538 (java) S 25520 25520 3602 0 -1 1077944384 146 0 0 0 1 0 0 0 20 0 20 0 97756025 26628161536 11447 33554432000 4194304 4196468 140725288979584 140468048042352 140469312219778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25539] ppid=25520 vsize=26004064 memory=280018177738928 CPUtime=0.11 cores=0-7
/proc/25522/task/25539/stat : 25539 (java) R 25520 25520 3602 0 -1 4202560 821 0 0 0 11 0 0 0 20 0 20 0 97756025 26628161536 11447 33554432000 4194304 4196468 140725288979584 140467844933872 140469305305467 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25540] ppid=25520 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/25522/task/25540/stat : 25540 (java) S 25520 25520 3602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97756026 26628161536 11447 33554432000 4194304 4196468 140725288979584 140467843881824 140469312218837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25541] ppid=25520 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/25522/task/25541/stat : 25541 (java) S 25520 25520 3602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97756026 26628161536 11447 33554432000 4194304 4196468 140725288979584 140467842829104 140469312219778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 47172 KiB

[startup+0.700989 s]
/proc/loadavg: 1.18 2.92 4.05 9/199 25541
/proc/meminfo: memFree=26664928/32770624 swapFree=67108860/67108860
[pid=25520] ppid=25517 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/25520/stat : 25520 (xcsp3-exec) S 25517 25520 3602 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 97756019 9740288 346 33554432000 4194304 5098028 140734530778560 140734530776664 140468578382460 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27611136 140734530786411 140734530786620 140734530786620 140734530789355 0
/proc/25520/statm: 2378 346 289 221 0 87 0
[pid=25522] ppid=25520 vsize=26004140 memory=396796 CPUtime=1.36 cores=0-7
/proc/25522/stat : 25522 (java) S 25520 25520 3602 0 -1 1077944320 11337 0 0 0 104 32 0 0 20 0 20 0 97756020 26628239360 99199 33554432000 4194304 4196468 140725288979584 140725288962128 140469312208631 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
/proc/25522/statm: 6501035 99199 3170 1 0 6488269 0
[pid=25522/tid=25523] ppid=25520 vsize=26004140 memory=280018178096816 CPUtime=0.62 cores=0-7
/proc/25522/task/25523/stat : 25523 (java) R 25520 25520 3602 0 -1 4202560 6453 0 0 0 55 7 0 0 20 0 20 0 97756020 26628239360 99199 33554432000 4194304 4196468 140725288979584 140469316442544 140468937332499 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25524] ppid=25520 vsize=26004140 memory=140009089049456 CPUtime=0.04 cores=0-7
/proc/25522/task/25524/stat : 25524 (java) S 25520 25520 3602 0 -1 1077944384 65 0 0 0 1 3 0 0 20 0 20 0 97756021 26628239360 99199 33554432000 4194304 4196468 140725288979584 140469264829328 140469312218837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25525] ppid=25520 vsize=26004140 memory=0 CPUtime=0.03 cores=0-7
/proc/25522/task/25525/stat : 25525 (java) S 25520 25520 3602 0 -1 1077944384 47 0 0 0 1 2 0 0 20 0 20 0 97756021 26628239360 99711 33554432000 4194304 4196468 140725288979584 140469263776528 140469312218837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25526] ppid=25520 vsize=26004140 memory=1008 CPUtime=0.02 cores=0-7
/proc/25522/task/25526/stat : 25526 (java) S 25520 25520 3602 0 -1 1077944384 36 0 0 0 0 2 0 0 20 0 20 0 97756021 26628239360 99711 33554432000 4194304 4196468 140725288979584 140469262724240 140469312218837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0

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

[pid=25522/tid=25524] ppid=25520 vsize=26006188 memory=21422024 CPUtime=35.72 cores=0-7
/proc/25522/task/25524/stat : 25524 (java) R 25520 25520 3602 0 -1 4202560 87937 0 0 0 3157 415 0 0 20 0 20 0 97756021 26630336512 5355506 33554432000 4194304 4196468 140725288979584 140469264829136 140469304836839 0 4 0 16800975 0 0 0 -1 0 0 0 5 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25525] ppid=25520 vsize=26006188 memory=8 CPUtime=35.68 cores=0-7
/proc/25522/task/25525/stat : 25525 (java) R 25520 25520 3602 0 -1 4202560 38022 0 0 0 3130 438 0 0 20 0 20 0 97756021 26630336512 5355506 33554432000 4194304 4196468 140725288979584 140469263776336 140469304836839 0 4 0 16800975 0 0 0 -1 3 0 0 8 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25526] ppid=25520 vsize=26006188 memory=21422024 CPUtime=35.63 cores=0-7
/proc/25522/task/25526/stat : 25526 (java) R 25520 25520 3602 0 -1 4202560 61446 0 0 0 3124 439 0 0 20 0 20 0 97756021 26630336512 5355506 33554432000 4194304 4196468 140725288979584 140469262724048 140469304836839 0 4 0 16800975 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25527] ppid=25520 vsize=26006188 memory=21422024 CPUtime=35.72 cores=0-7
/proc/25522/task/25527/stat : 25527 (java) R 25520 25520 3602 0 -1 4202560 41107 0 0 0 3155 417 0 0 20 0 20 0 97756021 26630336512 5355506 33554432000 4194304 4196468 140725288979584 140469261671560 140469304836839 0 4 0 16800975 0 0 0 -1 7 0 0 5 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25528] ppid=25520 vsize=26006188 memory=1384 CPUtime=35.77 cores=0-7
/proc/25522/task/25528/stat : 25528 (java) R 25520 25520 3602 0 -1 4202560 46110 0 0 0 3133 444 0 0 20 0 20 0 97756021 26630336512 5355506 33554432000 4194304 4196468 140725288979584 140469260617936 140469304836839 0 4 0 16800975 0 0 0 -1 1 0 0 6 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25529] ppid=25520 vsize=26006188 memory=1384 CPUtime=35.44 cores=0-7
/proc/25522/task/25529/stat : 25529 (java) R 25520 25520 3602 0 -1 4202560 33111 0 0 0 3156 388 0 0 20 0 20 0 97756021 26630336512 5355506 33554432000 4194304 4196468 140725288979584 140469259565136 140469304836839 0 4 0 16800975 0 0 0 -1 6 0 0 5 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25530] ppid=25520 vsize=26006188 memory=21422024 CPUtime=35.68 cores=0-7
/proc/25522/task/25530/stat : 25530 (java) R 25520 25520 3602 0 -1 4202560 36112 0 0 0 3151 417 0 0 20 0 20 0 97756021 26630336512 5355506 33554432000 4194304 4196468 140725288979584 140469258512848 140469304836839 0 4 0 16800975 0 0 0 -1 4 0 0 5 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25531] ppid=25520 vsize=26006188 memory=1292 CPUtime=35.86 cores=0-7
/proc/25522/task/25531/stat : 25531 (java) R 25520 25520 3602 0 -1 4202560 88853 0 0 0 3192 394 0 0 20 0 20 0 97756021 26630336512 5355506 33554432000 4194304 4196468 140725288979584 140469257460440 140469305311645 0 4 0 16800975 0 0 0 -1 2 0 0 5 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25532] ppid=25520 vsize=26006188 memory=1384 CPUtime=6.8 cores=0-7
/proc/25522/task/25532/stat : 25532 (java) S 25520 25520 3602 0 -1 1077944384 56273 0 0 0 652 28 0 0 20 0 20 0 97756022 26630336512 5355506 33554432000 4194304 4196468 140725288979584 140468054357200 140469312218837 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25533] ppid=25520 vsize=26006188 memory=1384 CPUtime=0 cores=0-7
/proc/25522/task/25533/stat : 25533 (java) S 25520 25520 3602 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 20 0 97756023 26630336512 5355506 33554432000 4194304 4196468 140725288979584 140468053304672 140469312218837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25534] ppid=25520 vsize=26006188 memory=28088 CPUtime=0 cores=0-7
/proc/25522/task/25534/stat : 25534 (java) S 25520 25520 3602 0 -1 1077944384 164 0 0 0 0 0 0 0 20 0 20 0 97756023 26630336512 5355506 33554432000 4194304 4196468 140725288979584 140468052252288 140469312218837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25535] ppid=25520 vsize=26006188 memory=1292 CPUtime=0 cores=0-7
/proc/25522/task/25535/stat : 25535 (java) S 25520 25520 3602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97756025 26630336512 5355506 33554432000 4194304 4196468 140725288979584 140468051200592 140469312227227 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25536] ppid=25520 vsize=26006188 memory=2428 CPUtime=0.48 cores=0-7
/proc/25522/task/25536/stat : 25536 (java) S 25520 25520 3602 0 -1 1077944384 5212 0 0 0 48 0 0 0 20 0 20 0 97756025 26630336512 5355506 33554432000 4194304 4196468 140725288979584 140468050147440 140469312219778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25537] ppid=25520 vsize=26006188 memory=1384 CPUtime=0.53 cores=0-7
/proc/25522/task/25537/stat : 25537 (java) S 25520 25520 3602 0 -1 1077944384 4776 0 0 0 52 1 0 0 20 0 20 0 97756025 26630336512 5355506 33554432000 4194304 4196468 140725288979584 140468049094640 140469312219778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25538] ppid=25520 vsize=26006188 memory=1384 CPUtime=0.6 cores=0-7
/proc/25522/task/25538/stat : 25538 (java) S 25520 25520 3602 0 -1 1077944384 4716 0 0 0 59 1 0 0 20 0 20 0 97756025 26630336512 5355506 33554432000 4194304 4196468 140725288979584 140468048042352 140469312219778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25539] ppid=25520 vsize=26006188 memory=21419976 CPUtime=0.36 cores=0-7
/proc/25522/task/25539/stat : 25539 (java) S 25520 25520 3602 0 -1 1077944384 4567 0 0 0 35 1 0 0 20 0 20 0 97756025 26630336512 5355506 33554432000 4194304 4196468 140725288979584 140467844933872 140469312219778 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25540] ppid=25520 vsize=26006188 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/25522/task/25540/stat : 25540 (java) S 25520 25520 3602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97756026 26630336512 5355506 33554432000 4194304 4196468 140725288979584 140467843881824 140469312218837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25541] ppid=25520 vsize=26006188 memory=6948 CPUtime=0.08 cores=0-7
/proc/25522/task/25541/stat : 25541 (java) S 25520 25520 3602 0 -1 1077944384 704 0 0 0 3 5 0 0 20 0 20 0 97756026 26630336512 5355506 33554432000 4194304 4196468 140725288979584 140467842829104 140469312219778 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
Current children cumulated CPU time: 473.8 s
Current children cumulated vsize: 26015700 KiB
Current children cumulated memory: 21423408 KiB

[startup+224.055 s]
# the end of solver process 25520 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=445.404 s, system=34.6474 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+222.801 s]
/proc/loadavg: 2.19 2.45 3.61 9/200 25549
/proc/meminfo: memFree=5474848/32770624 swapFree=67108860/67108860
[pid=25520] ppid=25517 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/25520/stat : 25520 (xcsp3-exec) S 25517 25520 3602 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 97756019 9740288 346 33554432000 4194304 5098028 140734530778560 140734530776664 140468578382460 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27611136 140734530786411 140734530786620 140734530786620 140734530789355 0
/proc/25520/statm: 2378 346 289 221 0 87 0
[pid=25522] ppid=25520 vsize=26006188 memory=21422024 CPUtime=477.64 cores=0-7
/proc/25522/stat : 25522 (java) S 25520 25520 3602 0 -1 1077944320 596513 0 0 0 44317 3447 0 0 20 0 20 0 97756020 26630336512 5355506 33554432000 4194304 4196468 140725288979584 140725288962128 140469312208631 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
/proc/25522/statm: 6501547 5355506 3262 1 0 6488781 0
[pid=25522/tid=25523] ppid=25520 vsize=26006188 memory=4140 CPUtime=179.31 cores=0-7
/proc/25522/task/25523/stat : 25523 (java) S 25520 25520 3602 0 -1 1077944384 84799 0 0 0 17880 51 0 0 20 0 20 0 97756020 26630336512 5355506 33554432000 4194304 4196468 140725288979584 140469316446832 140469312218837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25524] ppid=25520 vsize=26006188 memory=6791534058613427641 CPUtime=36.2 cores=0-7
/proc/25522/task/25524/stat : 25524 (java) R 25520 25520 3602 0 -1 4202560 87943 0 0 0 3205 415 0 0 20 0 20 0 97756021 26630336512 5355506 33554432000 4194304 4196468 140725288979584 140469264829136 140469304836839 0 4 0 16800975 0 0 0 -1 0 0 0 5 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25525] ppid=25520 vsize=26006188 memory=1732 CPUtime=36.16 cores=0-7
/proc/25522/task/25525/stat : 25525 (java) R 25520 25520 3602 0 -1 4202560 38032 0 0 0 3178 438 0 0 20 0 20 0 97756021 26630336512 5355506 33554432000 4194304 4196468 140725288979584 140469263776336 140469304836839 0 4 0 16800975 0 0 0 -1 3 0 0 8 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25526] ppid=25520 vsize=26006188 memory=1944 CPUtime=36.1 cores=0-7
/proc/25522/task/25526/stat : 25526 (java) R 25520 25520 3602 0 -1 4202560 61451 0 0 0 3171 439 0 0 20 0 20 0 97756021 26630336512 5355506 33554432000 4194304 4196468 140725288979584 140469262724048 140469304836839 0 4 0 16800975 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25527] ppid=25520 vsize=26006188 memory=1700 CPUtime=36.18 cores=0-7
/proc/25522/task/25527/stat : 25527 (java) R 25520 25520 3602 0 -1 4202560 41112 0 0 0 3201 417 0 0 20 0 20 0 97756021 26630336512 5355506 33554432000 4194304 4196468 140725288979584 140469261671248 140469304836839 0 4 0 16800975 0 0 0 -1 4 0 0 5 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25528] ppid=25520 vsize=26006188 memory=4052 CPUtime=36.25 cores=0-7
/proc/25522/task/25528/stat : 25528 (java) R 25520 25520 3602 0 -1 4202560 46120 0 0 0 3181 444 0 0 20 0 20 0 97756021 26630336512 5355506 33554432000 4194304 4196468 140725288979584 140469260617936 140469304836839 0 4 0 16800975 0 0 0 -1 1 0 0 6 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25529] ppid=25520 vsize=26006188 memory=1384 CPUtime=35.92 cores=0-7
/proc/25522/task/25529/stat : 25529 (java) R 25520 25520 3602 0 -1 4202560 33124 0 0 0 3204 388 0 0 20 0 20 0 97756021 26630336512 5355506 33554432000 4194304 4196468 140725288979584 140469259565136 140469304836839 0 4 0 16800975 0 0 0 -1 6 0 0 5 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25530] ppid=25520 vsize=26006188 memory=21422024 CPUtime=36.14 cores=0-7
/proc/25522/task/25530/stat : 25530 (java) R 25520 25520 3602 0 -1 4202560 36122 0 0 0 3197 417 0 0 20 0 20 0 97756021 26630336512 5355506 33554432000 4194304 4196468 140725288979584 140469258513160 140469304836839 0 4 0 16800975 0 0 0 -1 7 0 0 5 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25531] ppid=25520 vsize=26006188 memory=21419976 CPUtime=36.35 cores=0-7
/proc/25522/task/25531/stat : 25531 (java) R 25520 25520 3602 0 -1 4202560 90068 0 0 0 3241 394 0 0 20 0 20 0 97756021 26630336512 5355506 33554432000 4194304 4196468 140725288979584 140469257460440 140469305311640 0 4 0 16800975 0 0 0 -1 2 0 0 5 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25532] ppid=25520 vsize=26006188 memory=1292 CPUtime=6.8 cores=0-7
/proc/25522/task/25532/stat : 25532 (java) S 25520 25520 3602 0 -1 1077944384 56273 0 0 0 652 28 0 0 20 0 20 0 97756022 26630336512 5355506 33554432000 4194304 4196468 140725288979584 140468054357200 140469312218837 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25533] ppid=25520 vsize=26006188 memory=6760 CPUtime=0 cores=0-7
/proc/25522/task/25533/stat : 25533 (java) S 25520 25520 3602 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 20 0 97756023 26630336512 5355506 33554432000 4194304 4196468 140725288979584 140468053304672 140469312218837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25534] ppid=25520 vsize=26006188 memory=840 CPUtime=0 cores=0-7
/proc/25522/task/25534/stat : 25534 (java) S 25520 25520 3602 0 -1 1077944384 164 0 0 0 0 0 0 0 20 0 20 0 97756023 26630336512 5355506 33554432000 4194304 4196468 140725288979584 140468052252288 140469312218837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25535] ppid=25520 vsize=26006188 memory=1692 CPUtime=0 cores=0-7
/proc/25522/task/25535/stat : 25535 (java) S 25520 25520 3602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97756025 26630336512 5355506 33554432000 4194304 4196468 140725288979584 140468051200592 140469312227227 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25536] ppid=25520 vsize=26006188 memory=6791534058613427641 CPUtime=0.48 cores=0-7
/proc/25522/task/25536/stat : 25536 (java) S 25520 25520 3602 0 -1 1077944384 5213 0 0 0 48 0 0 0 20 0 20 0 97756025 26630336512 5355506 33554432000 4194304 4196468 140725288979584 140468050147200 140469312218837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25537] ppid=25520 vsize=26006188 memory=6948 CPUtime=0.53 cores=0-7
/proc/25522/task/25537/stat : 25537 (java) S 25520 25520 3602 0 -1 1077944384 4776 0 0 0 52 1 0 0 20 0 20 0 97756025 26630336512 5355506 33554432000 4194304 4196468 140725288979584 140468049094688 140469312218837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25538] ppid=25520 vsize=26006188 memory=1384 CPUtime=0.6 cores=0-7
/proc/25522/task/25538/stat : 25538 (java) S 25520 25520 3602 0 -1 1077944384 4716 0 0 0 59 1 0 0 20 0 20 0 97756025 26630336512 5355506 33554432000 4194304 4196468 140725288979584 140468048042400 140469312218837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25539] ppid=25520 vsize=26006188 memory=21422024 CPUtime=0.36 cores=0-7
/proc/25522/task/25539/stat : 25539 (java) S 25520 25520 3602 0 -1 1077944384 4567 0 0 0 35 1 0 0 20 0 20 0 97756025 26630336512 5355506 33554432000 4194304 4196468 140725288979584 140467844933920 140469312218837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25540] ppid=25520 vsize=26006188 memory=1236 CPUtime=0 cores=0-7
/proc/25522/task/25540/stat : 25540 (java) S 25520 25520 3602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97756026 26630336512 5355506 33554432000 4194304 4196468 140725288979584 140467843881824 140469312218837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25541] ppid=25520 vsize=26006188 memory=1792 CPUtime=0.08 cores=0-7
/proc/25522/task/25541/stat : 25541 (java) S 25520 25520 3602 0 -1 1077944384 719 0 0 0 3 5 0 0 20 0 20 0 97756026 26630336512 5355506 33554432000 4194304 4196468 140725288979584 140467842829104 140469312219778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
Current children cumulated CPU time: 477.64 s
Current children cumulated vsize: 26015700 KiB
Current children cumulated memory: 21423408 KiB

[startup+223.601 s]
/proc/loadavg: 2.19 2.45 3.61 2/200 25549
/proc/meminfo: memFree=5474400/32770624 swapFree=67108860/67108860
[pid=25520] ppid=25517 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/25520/stat : 25520 (xcsp3-exec) S 25517 25520 3602 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 97756019 9740288 346 33554432000 4194304 5098028 140734530778560 140734530776664 140468578382460 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27611136 140734530786411 140734530786620 140734530786620 140734530789355 0
/proc/25520/statm: 2378 346 289 221 0 87 0
[pid=25522] ppid=25520 vsize=26006188 memory=21422052 CPUtime=479.6 cores=0-7
/proc/25522/stat : 25522 (java) S 25520 25520 3602 0 -1 1077944320 602306 0 0 0 44512 3448 0 0 20 0 20 0 97756020 26630336512 5355513 33554432000 4194304 4196468 140725288979584 140725288962128 140469312208631 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
/proc/25522/statm: 6501547 5355513 3262 1 0 6488781 0
[pid=25522/tid=25523] ppid=25520 vsize=26006188 memory=28088 CPUtime=179.31 cores=0-7
/proc/25522/task/25523/stat : 25523 (java) S 25520 25520 3602 0 -1 1077944384 84799 0 0 0 17880 51 0 0 20 0 20 0 97756020 26630336512 5355513 33554432000 4194304 4196468 140725288979584 140469316446832 140469312218837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25524] ppid=25520 vsize=26006188 memory=1292 CPUtime=36.38 cores=0-7
/proc/25522/task/25524/stat : 25524 (java) S 25520 25520 3602 0 -1 1077944384 87944 0 0 0 3222 416 0 0 20 0 20 0 97756021 26630336512 5355513 33554432000 4194304 4196468 140725288979584 140469264829328 140469312218837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 5 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25525] ppid=25520 vsize=26006188 memory=6791534058613427641 CPUtime=36.32 cores=0-7
/proc/25522/task/25525/stat : 25525 (java) S 25520 25520 3602 0 -1 1077944384 38032 0 0 0 3194 438 0 0 20 0 20 0 97756021 26630336512 5355513 33554432000 4194304 4196468 140725288979584 140469263776528 140469312218837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 8 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25526] ppid=25520 vsize=26006188 memory=5428 CPUtime=36.27 cores=0-7
/proc/25522/task/25526/stat : 25526 (java) S 25520 25520 3602 0 -1 1077944384 61451 0 0 0 3188 439 0 0 20 0 20 0 97756021 26630336512 5355513 33554432000 4194304 4196468 140725288979584 140469262724240 140469312218837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 5 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25527] ppid=25520 vsize=26006188 memory=4624 CPUtime=36.35 cores=0-7
/proc/25522/task/25527/stat : 25527 (java) S 25520 25520 3602 0 -1 1077944384 41113 0 0 0 3218 417 0 0 20 0 20 0 97756021 26630336512 5355513 33554432000 4194304 4196468 140725288979584 140469261671440 140469312218837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 5 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25528] ppid=25520 vsize=26006188 memory=1424 CPUtime=36.42 cores=0-7
/proc/25522/task/25528/stat : 25528 (java) S 25520 25520 3602 0 -1 1077944384 46120 0 0 0 3198 444 0 0 20 0 20 0 97756021 26630336512 5355513 33554432000 4194304 4196468 140725288979584 140469260618128 140469312218837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 6 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25529] ppid=25520 vsize=26006188 memory=13056 CPUtime=36.09 cores=0-7
/proc/25522/task/25529/stat : 25529 (java) S 25520 25520 3602 0 -1 1077944384 33125 0 0 0 3221 388 0 0 20 0 20 0 97756021 26630336512 5355513 33554432000 4194304 4196468 140725288979584 140469259565328 140469312218837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 5 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25530] ppid=25520 vsize=26006188 memory=792 CPUtime=36.32 cores=0-7
/proc/25522/task/25530/stat : 25530 (java) S 25520 25520 3602 0 -1 1077944384 36123 0 0 0 3214 418 0 0 20 0 20 0 97756021 26630336512 5355513 33554432000 4194304 4196468 140725288979584 140469258513040 140469312218837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 5 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25531] ppid=25520 vsize=26006188 memory=1236 CPUtime=36.52 cores=0-7
/proc/25522/task/25531/stat : 25531 (java) S 25520 25520 3602 0 -1 1077944384 90991 0 0 0 3258 394 0 0 20 0 20 0 97756021 26630336512 5355513 33554432000 4194304 4196468 140725288979584 140469257460240 140469312218837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 5 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25532] ppid=25520 vsize=26006188 memory=1792 CPUtime=7.44 cores=0-7
/proc/25522/task/25532/stat : 25532 (java) R 25520 25520 3602 0 -1 4202560 61138 0 0 0 715 29 0 0 20 0 20 0 97756022 26630336512 5355513 33554432000 4194304 4196468 140725288979584 140468054357088 140469297205032 0 0 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25533] ppid=25520 vsize=26006188 memory=640 CPUtime=0 cores=0-7
/proc/25522/task/25533/stat : 25533 (java) S 25520 25520 3602 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 20 0 97756023 26630336512 5355513 33554432000 4194304 4196468 140725288979584 140468053304672 140469312218837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25534] ppid=25520 vsize=26006188 memory=956 CPUtime=0 cores=0-7
/proc/25522/task/25534/stat : 25534 (java) S 25520 25520 3602 0 -1 1077944384 164 0 0 0 0 0 0 0 20 0 20 0 97756023 26630336512 5355513 33554432000 4194304 4196468 140725288979584 140468052252288 140469312218837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25535] ppid=25520 vsize=26006188 memory=2344 CPUtime=0 cores=0-7
/proc/25522/task/25535/stat : 25535 (java) S 25520 25520 3602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97756025 26630336512 5355513 33554432000 4194304 4196468 140725288979584 140468051200592 140469312227227 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25536] ppid=25520 vsize=26006188 memory=1576 CPUtime=0.48 cores=0-7
/proc/25522/task/25536/stat : 25536 (java) S 25520 25520 3602 0 -1 1077944384 5213 0 0 0 48 0 0 0 20 0 20 0 97756025 26630336512 5355513 33554432000 4194304 4196468 140725288979584 140468050147200 140469312218837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25537] ppid=25520 vsize=26006188 memory=932 CPUtime=0.53 cores=0-7
/proc/25522/task/25537/stat : 25537 (java) S 25520 25520 3602 0 -1 1077944384 4776 0 0 0 52 1 0 0 20 0 20 0 97756025 26630336512 5355513 33554432000 4194304 4196468 140725288979584 140468049094688 140469312218837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25538] ppid=25520 vsize=26006188 memory=6791534058613427641 CPUtime=0.6 cores=0-7
/proc/25522/task/25538/stat : 25538 (java) S 25520 25520 3602 0 -1 1077944384 4716 0 0 0 59 1 0 0 20 0 20 0 97756025 26630336512 5355513 33554432000 4194304 4196468 140725288979584 140468048042400 140469312218837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25539] ppid=25520 vsize=26006188 memory=1292 CPUtime=0.36 cores=0-7
/proc/25522/task/25539/stat : 25539 (java) S 25520 25520 3602 0 -1 1077944384 4567 0 0 0 35 1 0 0 20 0 20 0 97756025 26630336512 5355513 33554432000 4194304 4196468 140725288979584 140467844933920 140469312218837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25540] ppid=25520 vsize=26006188 memory=2428 CPUtime=0 cores=0-7
/proc/25522/task/25540/stat : 25540 (java) S 25520 25520 3602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97756026 26630336512 5355513 33554432000 4194304 4196468 140725288979584 140467843881824 140469312218837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
[pid=25522/tid=25541] ppid=25520 vsize=26006188 memory=1732 CPUtime=0.08 cores=0-7
/proc/25522/task/25541/stat : 25541 (java) S 25520 25520 3602 0 -1 1077944384 719 0 0 0 3 5 0 0 20 0 20 0 97756026 26630336512 5355513 33554432000 4194304 4196468 140725288979584 140467842829104 140469312219778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27795456 140725288981656 140725288981832 140725288981832 140725288984527 0
Current children cumulated CPU time: 479.6 s
Current children cumulated vsize: 26015700 KiB
Current children cumulated memory: 21423436 KiB

[startup+224.034 s]
/proc/loadavg: 2.19 2.45 3.61 2/200 25549
/proc/meminfo: memFree=5474400/32770624 swapFree=67108860/67108860
[pid=25520] ppid=25517 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/25520/stat : 25520 (xcsp3-exec) S 25517 25520 3602 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 97756019 9740288 346 33554432000 4194304 5098028 140734530778560 140734530776664 140468578382460 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27611136 140734530786411 140734530786620 140734530786620 140734530789355 0
/proc/25520/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9512 KiB
Current children cumulated memory: 1384 KiB

Child status: 1
Real time (s): 224.055
CPU time (s): 480.052
CPU user time (s): 445.404
CPU system time (s): 34.6474
CPU usage (%): 214.257
Max. virtual memory (cumulated for all children) (KiB): 26015700
Max. memory (cumulated for all children) (KiB): 21423436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 445.404
system time used= 34.6474
maximum resident set size= 21422288
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 610631
page faults= 0
swaps= 0
block input operations= 0
block output operations= 456
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15753
involuntary context switches= 9145


# summary of solver processes directly reported to runsolver:
#   pid: 25520
#   total CPU time (s): 480.052
#   total CPU user time (s): 445.404
#   total CPU system time (s): 34.6474

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.52306 second user time and 2.15469 second system time

The end

Launcher Data

Begin job on node114 at 2017-08-13 19:37:03
IDJOB=4271483
IDBENCH=138075
IDSOLVER=2663
FILE ID=node114/4271483-1502646681
RUNJOBID= node114-1502634593-3629
PBS_JOBID= 20628323
Free space on /tmp= 61616 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-sw120/BinPacking-tab-sw120-41.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 22000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4271483-1502646681/watcher-4271483-1502646681 -o /tmp/evaluation-result-4271483-1502646681/solver-4271483-1502646681 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node114-1502634593-3629 --watchdog 312  ./xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 22000 -tdir HOME -seed 406563037 HOME/instance-4271483-1502646681.xml

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

MD5SUM BENCH= a372e06032e8b52aa9c97452ff274801
RANDOM SEED=406563037

node114.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.98
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.98
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.98
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.98
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:        26924072 kB
MemAvailable:   31984092 kB
Buffers:          164756 kB
Cached:          5183916 kB
SwapCached:            0 kB
Active:           535736 kB
Inactive:        4869280 kB
Active(anon):      59536 kB
Inactive(anon):    25036 kB
Active(file):     476200 kB
Inactive(file):  4844244 kB
Unevictable:        6520 kB
Mlocked:            6520 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             91916 kB
Writeback:             0 kB
AnonPages:         69192 kB
Mapped:            43760 kB
Shmem:             25224 kB
Slab:             136388 kB
SReclaimable:     110820 kB
SUnreclaim:        25568 kB
KernelStack:        3152 kB
PageTables:         4740 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     327184 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     14336 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 61608 MiB
End job on node114 at 2017-08-13 19:40:48