Trace number 4281293

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-18)? 508.36801 223.679

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4281293-1503188360/watcher-4281293-1503188360 -o /tmp/evaluation-result-4281293-1503188360/solver-4281293-1503188360 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node112-1503180405-3599 --watchdog 312 ./xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 22000 -tdir HOME -seed 658831857 HOME/instance-4281293-1503188360.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=11243, runsolver pid=11240

[startup+0.100123 s]*
/proc/loadavg: 8.72 8.27 7.56 2/200 11264
/proc/meminfo: memFree=26097040/32770624 swapFree=67108860/67108860
[pid=11243] ppid=11240 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/11243/stat : 11243 (xcsp3-exec) S 11240 11243 3572 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 151923724 9740288 346 33554432000 4194304 5098028 140728592004016 140728592002120 139946848944764 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 31244288 140728592008299 140728592008508 140728592008508 140728592011243 0
/proc/11243/statm: 2378 346 289 221 0 87 0
[pid=11245] ppid=11243 vsize=25999808 memory=26260 CPUtime=0.11 cores=0-7
/proc/11245/stat : 11245 (java) S 11243 11243 3572 0 -1 1077944320 5502 0 0 0 10 1 0 0 20 0 20 0 151923724 26623803392 6565 33554432000 4194304 4196468 140727234895936 140727234878480 139638104887031 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
/proc/11245/statm: 6499952 6565 2847 1 0 6488269 0
[pid=11245/tid=11246] ppid=11243 vsize=25999808 memory=4134930498285298233 CPUtime=0.08 cores=0-7
/proc/11245/task/11246/stat : 11246 (java) R 11243 11243 3572 0 -1 4202560 3511 0 0 0 8 0 0 0 20 0 20 0 151923724 26623803392 6565 33554432000 4194304 4196468 140727234895936 139638109120304 139638088967518 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11247] ppid=11243 vsize=25999808 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/11245/task/11247/stat : 11247 (java) S 11243 11243 3572 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151923725 26623803392 6565 33554432000 4194304 4196468 140727234895936 139638057507344 139638104897237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11248] ppid=11243 vsize=25999808 memory=140079502300800 CPUtime=0 cores=0-7
/proc/11245/task/11248/stat : 11248 (java) S 11243 11243 3572 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151923725 26623803392 6565 33554432000 4194304 4196468 140727234895936 139638056454800 139638104897237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11249] ppid=11243 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/11245/task/11249/stat : 11249 (java) S 11243 11243 3572 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151923725 26623803392 6565 33554432000 4194304 4196468 140727234895936 139638055401744 139638104897237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11250] ppid=11243 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/11245/task/11250/stat : 11250 (java) S 11243 11243 3572 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151923725 26623803392 6565 33554432000 4194304 4196468 140727234895936 139638054349200 139638104897237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11251] ppid=11243 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/11245/task/11251/stat : 11251 (java) S 11243 11243 3572 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151923725 26623803392 6565 33554432000 4194304 4196468 140727234895936 139638053297168 139638104897237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11252] ppid=11243 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/11245/task/11252/stat : 11252 (java) S 11243 11243 3572 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151923725 26623803392 6565 33554432000 4194304 4196468 140727234895936 139638052244624 139638104897237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11253] ppid=11243 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/11245/task/11253/stat : 11253 (java) S 11243 11243 3572 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151923725 26623803392 6565 33554432000 4194304 4196468 140727234895936 139638051191568 139638104897237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11254] ppid=11243 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/11245/task/11254/stat : 11254 (java) S 11243 11243 3572 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151923725 26623803392 6565 33554432000 4194304 4196468 140727234895936 139638050139024 139638104897237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11255] ppid=11243 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/11245/task/11255/stat : 11255 (java) S 11243 11243 3572 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151923727 26623803392 6565 33554432000 4194304 4196468 140727234895936 139636510800112 139638104898178 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11256] ppid=11243 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/11245/task/11256/stat : 11256 (java) S 11243 11243 3572 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 151923727 26623803392 6565 33554432000 4194304 4196468 140727234895936 139636509746336 139638104897237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11257] ppid=11243 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/11245/task/11257/stat : 11257 (java) S 11243 11243 3572 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 151923727 26623803392 6565 33554432000 4194304 4196468 140727234895936 139636508693232 139638104897237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11258] ppid=11243 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/11245/task/11258/stat : 11258 (java) S 11243 11243 3572 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151923730 26623803392 6565 33554432000 4194304 4196468 140727234895936 139636507641808 139638104905627 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11259] ppid=11243 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/11245/task/11259/stat : 11259 (java) S 11243 11243 3572 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 20 0 151923730 26623803392 6565 33554432000 4194304 4196468 140727234895936 139636506589936 139638104898178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11260] ppid=11243 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/11245/task/11260/stat : 11260 (java) S 11243 11243 3572 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151923730 26623803392 6565 33554432000 4194304 4196468 140727234895936 139636505537392 139638104898178 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11261] ppid=11243 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/11245/task/11261/stat : 11261 (java) R 11243 11243 3572 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 151923730 26623803392 6565 33554432000 4194304 4196468 140727234895936 139636504484336 139638104898178 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11262] ppid=11243 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/11245/task/11262/stat : 11262 (java) S 11243 11243 3572 0 -1 1077944384 254 0 0 0 1 0 0 0 20 0 20 0 151923730 26623803392 6565 33554432000 4194304 4196468 140727234895936 139636503431792 139638104898178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11263] ppid=11243 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/11245/task/11263/stat : 11263 (java) S 11243 11243 3572 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151923730 26623803392 6565 33554432000 4194304 4196468 140727234895936 139636502378976 139638104897237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11264] ppid=11243 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/11245/task/11264/stat : 11264 (java) S 11243 11243 3572 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151923730 26623803392 6565 33554432000 4194304 4196468 140727234895936 139636433218224 139638104898178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 27644 KiB

[startup+0.21014 s]*
/proc/loadavg: 8.72 8.27 7.56 2/200 11264
/proc/meminfo: memFree=26085504/32770624 swapFree=67108860/67108860
[pid=11243] ppid=11240 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/11243/stat : 11243 (xcsp3-exec) S 11240 11243 3572 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 151923724 9740288 346 33554432000 4194304 5098028 140728592004016 140728592002120 139946848944764 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 31244288 140728592008299 140728592008508 140728592008508 140728592011243 0
/proc/11243/statm: 2378 346 289 221 0 87 0
[pid=11245] ppid=11243 vsize=26004064 memory=39124 CPUtime=0.33 cores=0-7
/proc/11245/stat : 11245 (java) S 11243 11243 3572 0 -1 1077944320 8326 0 0 0 31 2 0 0 20 0 20 0 151923724 26628161536 9781 33554432000 4194304 4196468 140727234895936 140727234878480 139638104887031 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
/proc/11245/statm: 6501016 9781 3065 1 0 6488269 0
[pid=11245/tid=11246] ppid=11243 vsize=26004064 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/11245/task/11246/stat : 11246 (java) D 11243 11243 3572 0 -1 1077944384 5414 0 0 0 18 1 0 0 20 0 20 0 151923724 26628161536 9802 33554432000 4194304 4196468 140727234895936 139638109097840 139638097566253 0 4 0 16800975 18446744072101625380 0 0 -1 6 0 0 0 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11247] ppid=11243 vsize=26004064 memory=342 CPUtime=0 cores=0-7
/proc/11245/task/11247/stat : 11247 (java) S 11243 11243 3572 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151923725 26628161536 9802 33554432000 4194304 4196468 140727234895936 139638057507344 139638104897237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11248] ppid=11243 vsize=26004064 memory=140079503017163 CPUtime=0 cores=0-7
/proc/11245/task/11248/stat : 11248 (java) S 11243 11243 3572 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151923725 26628161536 9802 33554432000 4194304 4196468 140727234895936 139638056454800 139638104897237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11249] ppid=11243 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/11245/task/11249/stat : 11249 (java) S 11243 11243 3572 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151923725 26628161536 9802 33554432000 4194304 4196468 140727234895936 139638055401744 139638104897237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11250] ppid=11243 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/11245/task/11250/stat : 11250 (java) S 11243 11243 3572 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151923725 26628161536 9802 33554432000 4194304 4196468 140727234895936 139638054349200 139638104897237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11251] ppid=11243 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/11245/task/11251/stat : 11251 (java) S 11243 11243 3572 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151923725 26628161536 9802 33554432000 4194304 4196468 140727234895936 139638053297168 139638104897237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11252] ppid=11243 vsize=26004096 memory=-1 CPUtime=0 cores=0-7
/proc/11245/task/11252/stat : 11252 (java) S 11243 11243 3572 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151923725 26628194304 9802 33554432000 4194304 4196468 140727234895936 139638052244624 139638104897237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11253] ppid=11243 vsize=26004096 memory=0 CPUtime=0 cores=0-7
/proc/11245/task/11253/stat : 11253 (java) S 11243 11243 3572 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151923725 26628194304 9802 33554432000 4194304 4196468 140727234895936 139638051191568 139638104897237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11254] ppid=11243 vsize=26004096 memory=0 CPUtime=0 cores=0-7
/proc/11245/task/11254/stat : 11254 (java) S 11243 11243 3572 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151923725 26628194304 9802 33554432000 4194304 4196468 140727234895936 139638050139024 139638104897237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11255] ppid=11243 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/11245/task/11255/stat : 11255 (java) S 11243 11243 3572 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151923727 26628161536 9802 33554432000 4194304 4196468 140727234895936 139636510800112 139638104898178 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11256] ppid=11243 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/11245/task/11256/stat : 11256 (java) S 11243 11243 3572 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 151923727 26628161536 9802 33554432000 4194304 4196468 140727234895936 139636509746336 139638104897237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11257] ppid=11243 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/11245/task/11257/stat : 11257 (java) S 11243 11243 3572 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 151923727 26628161536 9802 33554432000 4194304 4196468 140727234895936 139636508693232 139638104897237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11258] ppid=11243 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/11245/task/11258/stat : 11258 (java) S 11243 11243 3572 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151923730 26628161536 9802 33554432000 4194304 4196468 140727234895936 139636507641808 139638104905627 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11259] ppid=11243 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/11245/task/11259/stat : 11259 (java) S 11243 11243 3572 0 -1 1077944384 479 0 0 0 1 0 0 0 20 0 20 0 151923730 26628161536 9802 33554432000 4194304 4196468 140727234895936 139636506589936 139638104898178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11260] ppid=11243 vsize=26004064 memory=0 CPUtime=0.02 cores=0-7
/proc/11245/task/11260/stat : 11260 (java) S 11243 11243 3572 0 -1 1077944384 144 0 0 0 2 0 0 0 20 0 20 0 151923730 26628161536 9802 33554432000 4194304 4196468 140727234895936 139636505537392 139638104898178 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11261] ppid=11243 vsize=26004064 memory=-1 CPUtime=0.01 cores=0-7
/proc/11245/task/11261/stat : 11261 (java) S 11243 11243 3572 0 -1 1077944384 233 0 0 0 1 0 0 0 20 0 20 0 151923730 26628161536 9802 33554432000 4194304 4196468 140727234895936 139636504484336 139638104898178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11262] ppid=11243 vsize=26004064 memory=-1 CPUtime=0.07 cores=0-7
/proc/11245/task/11262/stat : 11262 (java) S 11243 11243 3572 0 -1 1077944384 758 0 0 0 7 0 0 0 20 0 20 0 151923730 26628161536 9802 33554432000 4194304 4196468 140727234895936 139636503431792 139638104898178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11263] ppid=11243 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/11245/task/11263/stat : 11263 (java) S 11243 11243 3572 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151923730 26628161536 9802 33554432000 4194304 4196468 140727234895936 139636502378976 139638104897237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11264] ppid=11243 vsize=26004096 memory=-1 CPUtime=0 cores=0-7
/proc/11245/task/11264/stat : 11264 (java) S 11243 11243 3572 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151923730 26628194304 9802 33554432000 4194304 4196468 140727234895936 139636433218224 139638104898178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40508 KiB

[startup+0.309496 s]*
/proc/loadavg: 8.72 8.27 7.56 3/200 11264
/proc/meminfo: memFree=26078804/32770624 swapFree=67108860/67108860
[pid=11243] ppid=11240 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/11243/stat : 11243 (xcsp3-exec) S 11240 11243 3572 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 151923724 9740288 346 33554432000 4194304 5098028 140728592004016 140728592002120 139946848944764 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 31244288 140728592008299 140728592008508 140728592008508 140728592011243 0
/proc/11243/statm: 2378 346 289 221 0 87 0
[pid=11245] ppid=11243 vsize=26004064 memory=45544 CPUtime=0.49 cores=0-7
/proc/11245/stat : 11245 (java) S 11243 11243 3572 0 -1 1077944320 9109 0 0 0 47 2 0 0 20 0 20 0 151923724 26628161536 11386 33554432000 4194304 4196468 140727234895936 140727234878480 139638104887031 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
/proc/11245/statm: 6501016 11386 3081 1 0 6488269 0
[pid=11245/tid=11246] ppid=11243 vsize=26004064 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/11245/task/11246/stat : 11246 (java) R 11243 11243 3572 0 -1 4202560 6067 0 0 0 28 1 0 0 20 0 20 0 151923724 26628161536 11386 33554432000 4194304 4196468 140727234895936 139638109116608 139638104908957 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11247] ppid=11243 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/11245/task/11247/stat : 11247 (java) S 11243 11243 3572 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151923725 26628161536 11386 33554432000 4194304 4196468 140727234895936 139638057507344 139638104897237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11248] ppid=11243 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/11245/task/11248/stat : 11248 (java) S 11243 11243 3572 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151923725 26628161536 11386 33554432000 4194304 4196468 140727234895936 139638056454800 139638104897237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11249] ppid=11243 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/11245/task/11249/stat : 11249 (java) S 11243 11243 3572 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151923725 26628161536 11386 33554432000 4194304 4196468 140727234895936 139638055401744 139638104897237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11250] ppid=11243 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/11245/task/11250/stat : 11250 (java) S 11243 11243 3572 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151923725 26628161536 11386 33554432000 4194304 4196468 140727234895936 139638054349200 139638104897237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11251] ppid=11243 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/11245/task/11251/stat : 11251 (java) S 11243 11243 3572 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151923725 26628161536 11386 33554432000 4194304 4196468 140727234895936 139638053297168 139638104897237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11252] ppid=11243 vsize=26004064 memory=140079351821231 CPUtime=0 cores=0-7
/proc/11245/task/11252/stat : 11252 (java) S 11243 11243 3572 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151923725 26628161536 11386 33554432000 4194304 4196468 140727234895936 139638052244624 139638104897237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11253] ppid=11243 vsize=26004064 memory=140079351823536 CPUtime=0 cores=0-7
/proc/11245/task/11253/stat : 11253 (java) S 11243 11243 3572 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151923725 26628161536 11386 33554432000 4194304 4196468 140727234895936 139638051191568 139638104897237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11254] ppid=11243 vsize=26004064 memory=140079351825840 CPUtime=0 cores=0-7
/proc/11245/task/11254/stat : 11254 (java) S 11243 11243 3572 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151923725 26628161536 11386 33554432000 4194304 4196468 140727234895936 139638050139024 139638104897237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11255] ppid=11243 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/11245/task/11255/stat : 11255 (java) S 11243 11243 3572 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151923727 26628161536 11386 33554432000 4194304 4196468 140727234895936 139636510800112 139638104898178 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11256] ppid=11243 vsize=26004064 memory=280158703658640 CPUtime=0 cores=0-7
/proc/11245/task/11256/stat : 11256 (java) S 11243 11243 3572 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 151923727 26628161536 11386 33554432000 4194304 4196468 140727234895936 139636509746336 139638104897237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11257] ppid=11243 vsize=26004064 memory=280158703665552 CPUtime=0 cores=0-7
/proc/11245/task/11257/stat : 11257 (java) S 11243 11243 3572 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 151923727 26628161536 11386 33554432000 4194304 4196468 140727234895936 139636508693232 139638104897237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11258] ppid=11243 vsize=26004064 memory=280158703606832 CPUtime=0 cores=0-7
/proc/11245/task/11258/stat : 11258 (java) S 11243 11243 3572 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151923730 26628161536 11386 33554432000 4194304 4196468 140727234895936 139636507641808 139638104905627 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11259] ppid=11243 vsize=26004064 memory=280158703679376 CPUtime=0.01 cores=0-7
/proc/11245/task/11259/stat : 11259 (java) R 11243 11243 3572 0 -1 4202560 493 0 0 0 1 0 0 0 20 0 20 0 151923730 26628161536 11386 33554432000 4194304 4196468 140727234895936 139636506589936 139638097176480 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11260] ppid=11243 vsize=26004064 memory=280158703686288 CPUtime=0.02 cores=0-7
/proc/11245/task/11260/stat : 11260 (java) S 11243 11243 3572 0 -1 1077944384 159 0 0 0 2 0 0 0 20 0 20 0 151923730 26628161536 11386 33554432000 4194304 4196468 140727234895936 139636505537392 139638104898178 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11261] ppid=11243 vsize=26004064 memory=280158703683984 CPUtime=0.02 cores=0-7
/proc/11245/task/11261/stat : 11261 (java) R 11243 11243 3572 0 -1 4202560 234 0 0 0 2 0 0 0 20 0 20 0 151923730 26628161536 11386 33554432000 4194304 4196468 140727234895936 139636504484336 139638082481776 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11262] ppid=11243 vsize=26004064 memory=280158703700144 CPUtime=0.12 cores=0-7
/proc/11245/task/11262/stat : 11262 (java) S 11243 11243 3572 0 -1 1077944384 857 0 0 0 12 0 0 0 20 0 20 0 151923730 26628161536 11386 33554432000 4194304 4196468 140727234895936 139636503431792 139638104898178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11263] ppid=11243 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/11245/task/11263/stat : 11263 (java) S 11243 11243 3572 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151923730 26628161536 11386 33554432000 4194304 4196468 140727234895936 139636502378976 139638104897237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11264] ppid=11243 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/11245/task/11264/stat : 11264 (java) S 11243 11243 3572 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151923730 26628161536 11386 33554432000 4194304 4196468 140727234895936 139636433218224 139638104898178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 46928 KiB

[startup+0.701009 s]
/proc/loadavg: 8.72 8.27 7.56 9/200 11264
/proc/meminfo: memFree=25895144/32770624 swapFree=67108860/67108860
[pid=11243] ppid=11240 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/11243/stat : 11243 (xcsp3-exec) S 11240 11243 3572 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 151923724 9740288 346 33554432000 4194304 5098028 140728592004016 140728592002120 139946848944764 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 31244288 140728592008299 140728592008508 140728592008508 140728592011243 0
/proc/11243/statm: 2378 346 289 221 0 87 0
[pid=11245] ppid=11243 vsize=26004140 memory=404296 CPUtime=1.33 cores=0-7
/proc/11245/stat : 11245 (java) S 11243 11243 3572 0 -1 1077944320 10293 0 0 0 97 36 0 0 20 0 20 0 151923724 26628239360 101074 33554432000 4194304 4196468 140727234895936 140727234878480 139638104887031 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
/proc/11245/statm: 6501035 101074 3135 1 0 6488269 0
[pid=11245/tid=11246] ppid=11243 vsize=26004140 memory=280158704058032 CPUtime=0.61 cores=0-7
/proc/11245/task/11246/stat : 11246 (java) R 11243 11243 3572 0 -1 4202560 6452 0 0 0 54 7 0 0 20 0 20 0 151923724 26628239360 101074 33554432000 4194304 4196468 140727234895936 139638109123152 139637727441936 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11247] ppid=11243 vsize=26004140 memory=140079352030064 CPUtime=0.04 cores=0-7
/proc/11245/task/11247/stat : 11247 (java) S 11243 11243 3572 0 -1 1077944384 65 0 0 0 1 3 0 0 20 0 20 0 151923725 26628239360 101074 33554432000 4194304 4196468 140727234895936 139638057507344 139638104897237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11248] ppid=11243 vsize=26004140 memory=0 CPUtime=0.03 cores=0-7
/proc/11245/task/11248/stat : 11248 (java) S 11243 11243 3572 0 -1 1077944384 45 0 0 0 1 2 0 0 20 0 20 0 151923725 26628239360 101074 33554432000 4194304 4196468 140727234895936 139638056454800 139638104897237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11249] ppid=11243 vsize=26004140 memory=1004 CPUtime=0.04 cores=0-7
/proc/11245/task/11249/stat : 11249 (java) S 11243 11243 3572 0 -1 1077944384 63 0 0 0 1 3 0 0 20 0 20 0 151923725 26628239360 101074 33554432000 4194304 4196468 140727234895936 139638055401744 139638104897237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0

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

[pid=11245/tid=11247] ppid=11243 vsize=26006188 memory=21661856 CPUtime=39.36 cores=0-7
/proc/11245/task/11247/stat : 11247 (java) S 11243 11243 3572 0 -1 1077944384 84850 0 0 0 3471 465 0 0 20 0 20 0 151923725 26630336512 5416156 33554432000 4194304 4196468 140727234895936 139638057507344 139638104897237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 21 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11248] ppid=11243 vsize=26006188 memory=21664360 CPUtime=39.2 cores=0-7
/proc/11245/task/11248/stat : 11248 (java) S 11243 11243 3572 0 -1 1077944384 79307 0 0 0 3448 472 0 0 20 0 20 0 151923725 26630336512 5416156 33554432000 4194304 4196468 140727234895936 139638056454800 139638104897237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 25 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11249] ppid=11243 vsize=26006188 memory=21664616 CPUtime=39.35 cores=0-7
/proc/11245/task/11249/stat : 11249 (java) S 11243 11243 3572 0 -1 1077944384 87881 0 0 0 3484 451 0 0 20 0 20 0 151923725 26630336512 5416156 33554432000 4194304 4196468 140727234895936 139638055401744 139638104897237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 23 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11250] ppid=11243 vsize=26006188 memory=21664624 CPUtime=39.45 cores=0-7
/proc/11245/task/11250/stat : 11250 (java) S 11243 11243 3572 0 -1 1077944384 37039 0 0 0 3483 462 0 0 20 0 20 0 151923725 26630336512 5416156 33554432000 4194304 4196468 140727234895936 139638054349200 139638104897237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 23 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11251] ppid=11243 vsize=26006188 memory=1384 CPUtime=39.48 cores=0-7
/proc/11245/task/11251/stat : 11251 (java) S 11243 11243 3572 0 -1 1077944384 31269 0 0 0 3497 451 0 0 20 0 20 0 151923725 26630336512 5416156 33554432000 4194304 4196468 140727234895936 139638053297168 139638104897237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 22 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11252] ppid=11243 vsize=26006188 memory=280158703995648 CPUtime=39.4 cores=0-7
/proc/11245/task/11252/stat : 11252 (java) S 11243 11243 3572 0 -1 1077944384 48052 0 0 0 3527 413 0 0 20 0 20 0 151923725 26630336512 5416156 33554432000 4194304 4196468 140727234895936 139638052244624 139638104897237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 23 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11253] ppid=11243 vsize=26006188 memory=1384 CPUtime=39.45 cores=0-7
/proc/11245/task/11253/stat : 11253 (java) S 11243 11243 3572 0 -1 1077944384 37495 0 0 0 3462 483 0 0 20 0 20 0 151923725 26630336512 5416156 33554432000 4194304 4196468 140727234895936 139638051191568 139638104897237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 23 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11254] ppid=11243 vsize=26006188 memory=31044 CPUtime=39.41 cores=0-7
/proc/11245/task/11254/stat : 11254 (java) S 11243 11243 3572 0 -1 1077944384 28044 0 0 0 3482 459 0 0 20 0 20 0 151923725 26630336512 5416156 33554432000 4194304 4196468 140727234895936 139638050139024 139638104897237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 22 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11255] ppid=11243 vsize=26006188 memory=21661856 CPUtime=8.03 cores=0-7
/proc/11245/task/11255/stat : 11255 (java) R 11243 11243 3572 0 -1 4202560 51976 0 0 0 785 18 0 0 20 0 20 0 151923727 26630336512 5416156 33554432000 4194304 4196468 140727234895936 139636510798656 139638083257211 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11256] ppid=11243 vsize=26006188 memory=1384 CPUtime=0 cores=0-7
/proc/11245/task/11256/stat : 11256 (java) S 11243 11243 3572 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 20 0 151923727 26630336512 5416156 33554432000 4194304 4196468 140727234895936 139636509746400 139638104897237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11257] ppid=11243 vsize=26006188 memory=1384 CPUtime=0 cores=0-7
/proc/11245/task/11257/stat : 11257 (java) S 11243 11243 3572 0 -1 1077944384 92 0 0 0 0 0 0 0 20 0 20 0 151923727 26630336512 5416156 33554432000 4194304 4196468 140727234895936 139636508693248 139638104897237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11258] ppid=11243 vsize=26006188 memory=1384 CPUtime=0 cores=0-7
/proc/11245/task/11258/stat : 11258 (java) S 11243 11243 3572 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151923730 26630336512 5416156 33554432000 4194304 4196468 140727234895936 139636507641808 139638104905627 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11259] ppid=11243 vsize=26006188 memory=1384 CPUtime=0.49 cores=0-7
/proc/11245/task/11259/stat : 11259 (java) S 11243 11243 3572 0 -1 1077944384 4427 0 0 0 48 1 0 0 20 0 20 0 151923730 26630336512 5416156 33554432000 4194304 4196468 140727234895936 139636506589936 139638104898178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11260] ppid=11243 vsize=26006188 memory=1384 CPUtime=0.63 cores=0-7
/proc/11245/task/11260/stat : 11260 (java) S 11243 11243 3572 0 -1 1077944384 4929 0 0 0 63 0 0 0 20 0 20 0 151923730 26630336512 5416156 33554432000 4194304 4196468 140727234895936 139636505537392 139638104898178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11261] ppid=11243 vsize=26006188 memory=21664360 CPUtime=0.48 cores=0-7
/proc/11245/task/11261/stat : 11261 (java) S 11243 11243 3572 0 -1 1077944384 3646 0 0 0 48 0 0 0 20 0 20 0 151923730 26630336512 5416156 33554432000 4194304 4196468 140727234895936 139636504484336 139638104898178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11262] ppid=11243 vsize=26006188 memory=1384 CPUtime=0.35 cores=0-7
/proc/11245/task/11262/stat : 11262 (java) S 11243 11243 3572 0 -1 1077944384 4294 0 0 0 35 0 0 0 20 0 20 0 151923730 26630336512 5416156 33554432000 4194304 4196468 140727234895936 139636503431792 139638104898178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11263] ppid=11243 vsize=26006188 memory=21663940 CPUtime=0 cores=0-7
/proc/11245/task/11263/stat : 11263 (java) S 11243 11243 3572 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151923730 26630336512 5416156 33554432000 4194304 4196468 140727234895936 139636502378976 139638104897237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11264] ppid=11243 vsize=26006188 memory=4132 CPUtime=0.09 cores=0-7
/proc/11245/task/11264/stat : 11264 (java) S 11243 11243 3572 0 -1 1077944384 828 0 0 0 4 5 0 0 20 0 20 0 151923730 26630336512 5416156 33554432000 4194304 4196468 140727234895936 139636433218224 139638104898178 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
Current children cumulated CPU time: 499.48 s
Current children cumulated vsize: 26015700 KiB
Current children cumulated memory: 21666008 KiB

[startup+223.679 s]
# the end of solver process 11243 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=470.988 s, system=37.3797 s

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

[startup+222.402 s]
/proc/loadavg: 2.55 4.90 6.32 9/199 11265
/proc/meminfo: memFree=4418320/32770624 swapFree=67108860/67108860
[pid=11243] ppid=11240 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/11243/stat : 11243 (xcsp3-exec) S 11240 11243 3572 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 151923724 9740288 346 33554432000 4194304 5098028 140728592004016 140728592002120 139946848944764 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 31244288 140728592008299 140728592008508 140728592008508 140728592011243 0
/proc/11243/statm: 2378 346 289 221 0 87 0
[pid=11245] ppid=11243 vsize=26006188 memory=21664624 CPUtime=499.98 cores=0-7
/proc/11245/stat : 11245 (java) S 11243 11243 3572 0 -1 1077944320 563935 0 0 0 46271 3727 0 0 20 0 20 0 151923724 26630336512 5416156 33554432000 4194304 4196468 140727234895936 140727234878480 139638104887031 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
/proc/11245/statm: 6501547 5416156 3256 1 0 6488781 0
[pid=11245/tid=11246] ppid=11243 vsize=26006188 memory=21664616 CPUtime=174.17 cores=0-7
/proc/11245/task/11246/stat : 11246 (java) S 11243 11243 3572 0 -1 1077944384 58393 0 0 0 17376 41 0 0 20 0 20 0 151923724 26630336512 5416156 33554432000 4194304 4196468 140727234895936 139638109125232 139638104897237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11247] ppid=11243 vsize=26006188 memory=836 CPUtime=39.42 cores=0-7
/proc/11245/task/11247/stat : 11247 (java) R 11243 11243 3572 0 -1 4202560 84850 0 0 0 3477 465 0 0 20 0 20 0 151923725 26630336512 5416156 33554432000 4194304 4196468 140727234895936 139638057507344 139638089584806 0 4 0 16800975 0 0 0 -1 6 0 0 21 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11248] ppid=11243 vsize=26006188 memory=1696 CPUtime=39.25 cores=0-7
/proc/11245/task/11248/stat : 11248 (java) R 11243 11243 3572 0 -1 4202560 79307 0 0 0 3453 472 0 0 20 0 20 0 151923725 26630336512 5416156 33554432000 4194304 4196468 140727234895936 139638056454800 139638089838024 0 4 0 16800975 0 0 0 -1 0 0 0 25 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11249] ppid=11243 vsize=26006188 memory=1436 CPUtime=39.41 cores=0-7
/proc/11245/task/11249/stat : 11249 (java) R 11243 11243 3572 0 -1 4202560 88008 0 0 0 3490 451 0 0 20 0 20 0 151923725 26630336512 5416156 33554432000 4194304 4196468 140727234895936 139638055401744 139638089584806 0 4 0 16800975 0 0 0 -1 3 0 0 23 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11250] ppid=11243 vsize=26006188 memory=1200 CPUtime=39.5 cores=0-7
/proc/11245/task/11250/stat : 11250 (java) R 11243 11243 3572 0 -1 4202560 37039 0 0 0 3488 462 0 0 20 0 20 0 151923725 26630336512 5416156 33554432000 4194304 4196468 140727234895936 139638054349200 139638089584670 0 4 0 16800975 0 0 0 -1 2 0 0 23 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11251] ppid=11243 vsize=26006188 memory=15876 CPUtime=39.53 cores=0-7
/proc/11245/task/11251/stat : 11251 (java) R 11243 11243 3572 0 -1 4202560 31269 0 0 0 3502 451 0 0 20 0 20 0 151923725 26630336512 5416156 33554432000 4194304 4196468 140727234895936 139638053297168 139638089584644 0 4 0 16800975 0 0 0 -1 5 0 0 22 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11252] ppid=11243 vsize=26006188 memory=4040 CPUtime=39.46 cores=0-7
/proc/11245/task/11252/stat : 11252 (java) R 11243 11243 3572 0 -1 4202560 48052 0 0 0 3533 413 0 0 20 0 20 0 151923725 26630336512 5416156 33554432000 4194304 4196468 140727234895936 139638052244624 139638089584806 0 4 0 16800975 0 0 0 -1 1 0 0 23 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11253] ppid=11243 vsize=26006188 memory=24140 CPUtime=39.51 cores=0-7
/proc/11245/task/11253/stat : 11253 (java) R 11243 11243 3572 0 -1 4202560 37496 0 0 0 3468 483 0 0 20 0 20 0 151923725 26630336512 5416156 33554432000 4194304 4196468 140727234895936 139638051191768 139638089838024 0 4 0 16800975 0 0 0 -1 4 0 0 23 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11254] ppid=11243 vsize=26006188 memory=2332 CPUtime=39.47 cores=0-7
/proc/11245/task/11254/stat : 11254 (java) R 11243 11243 3572 0 -1 4202560 28044 0 0 0 3488 459 0 0 20 0 20 0 151923725 26630336512 5416156 33554432000 4194304 4196468 140727234895936 139638050139224 139638089838031 0 4 0 16800975 0 0 0 -1 7 0 0 22 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11255] ppid=11243 vsize=26006188 memory=1292 CPUtime=8.08 cores=0-7
/proc/11245/task/11255/stat : 11255 (java) S 11243 11243 3572 0 -1 1077944384 51976 0 0 0 790 18 0 0 20 0 20 0 151923727 26630336512 5416156 33554432000 4194304 4196468 140727234895936 139636510798448 139638104897237 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11256] ppid=11243 vsize=26006188 memory=1728 CPUtime=0 cores=0-7
/proc/11245/task/11256/stat : 11256 (java) S 11243 11243 3572 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 20 0 151923727 26630336512 5416156 33554432000 4194304 4196468 140727234895936 139636509746400 139638104897237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11257] ppid=11243 vsize=26006188 memory=5788 CPUtime=0 cores=0-7
/proc/11245/task/11257/stat : 11257 (java) S 11243 11243 3572 0 -1 1077944384 92 0 0 0 0 0 0 0 20 0 20 0 151923727 26630336512 5416156 33554432000 4194304 4196468 140727234895936 139636508693248 139638104897237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11258] ppid=11243 vsize=26006188 memory=1228 CPUtime=0 cores=0-7
/proc/11245/task/11258/stat : 11258 (java) S 11243 11243 3572 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151923730 26630336512 5416156 33554432000 4194304 4196468 140727234895936 139636507641808 139638104905627 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11259] ppid=11243 vsize=26006188 memory=796 CPUtime=0.49 cores=0-7
/proc/11245/task/11259/stat : 11259 (java) S 11243 11243 3572 0 -1 1077944384 4427 0 0 0 48 1 0 0 20 0 20 0 151923730 26630336512 5416156 33554432000 4194304 4196468 140727234895936 139636506589936 139638104898178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11260] ppid=11243 vsize=26006188 memory=10088 CPUtime=0.63 cores=0-7
/proc/11245/task/11260/stat : 11260 (java) S 11243 11243 3572 0 -1 1077944384 4929 0 0 0 63 0 0 0 20 0 20 0 151923730 26630336512 5416156 33554432000 4194304 4196468 140727234895936 139636505537392 139638104898178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11261] ppid=11243 vsize=26006188 memory=1948 CPUtime=0.48 cores=0-7
/proc/11245/task/11261/stat : 11261 (java) S 11243 11243 3572 0 -1 1077944384 3646 0 0 0 48 0 0 0 20 0 20 0 151923730 26630336512 5416156 33554432000 4194304 4196468 140727234895936 139636504484336 139638104898178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11262] ppid=11243 vsize=26006188 memory=8580 CPUtime=0.35 cores=0-7
/proc/11245/task/11262/stat : 11262 (java) S 11243 11243 3572 0 -1 1077944384 4294 0 0 0 35 0 0 0 20 0 20 0 151923730 26630336512 5416156 33554432000 4194304 4196468 140727234895936 139636503431792 139638104898178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11263] ppid=11243 vsize=26006188 memory=4616 CPUtime=0 cores=0-7
/proc/11245/task/11263/stat : 11263 (java) S 11243 11243 3572 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151923730 26630336512 5416156 33554432000 4194304 4196468 140727234895936 139636502378976 139638104897237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11264] ppid=11243 vsize=26006188 memory=1720 CPUtime=0.09 cores=0-7
/proc/11245/task/11264/stat : 11264 (java) S 11243 11243 3572 0 -1 1077944384 828 0 0 0 4 5 0 0 20 0 20 0 151923730 26630336512 5416156 33554432000 4194304 4196468 140727234895936 139636433218224 139638104898178 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
Current children cumulated CPU time: 499.98 s
Current children cumulated vsize: 26015700 KiB
Current children cumulated memory: 21666008 KiB

[startup+223.201 s]
/proc/loadavg: 2.55 4.90 6.32 9/199 11265
/proc/meminfo: memFree=4418196/32770624 swapFree=67108860/67108860
[pid=11243] ppid=11240 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/11243/stat : 11243 (xcsp3-exec) S 11240 11243 3572 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 151923724 9740288 346 33554432000 4194304 5098028 140728592004016 140728592002120 139946848944764 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 31244288 140728592008299 140728592008508 140728592008508 140728592011243 0
/proc/11243/statm: 2378 346 289 221 0 87 0
[pid=11245] ppid=11243 vsize=26006188 memory=21664624 CPUtime=506.34 cores=0-7
/proc/11245/stat : 11245 (java) S 11243 11243 3572 0 -1 1077944320 564260 0 0 0 46907 3727 0 0 20 0 20 0 151923724 26630336512 5416156 33554432000 4194304 4196468 140727234895936 140727234878480 139638104887031 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
/proc/11245/statm: 6501547 5416156 3256 1 0 6488781 0
[pid=11245/tid=11246] ppid=11243 vsize=26006188 memory=1572 CPUtime=174.17 cores=0-7
/proc/11245/task/11246/stat : 11246 (java) S 11243 11243 3572 0 -1 1077944384 58393 0 0 0 17376 41 0 0 20 0 20 0 151923724 26630336512 5416156 33554432000 4194304 4196468 140727234895936 139638109125232 139638104897237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11247] ppid=11243 vsize=26006188 memory=2200 CPUtime=40.21 cores=0-7
/proc/11245/task/11247/stat : 11247 (java) S 11243 11243 3572 0 -1 1077944384 84850 0 0 0 3556 465 0 0 20 0 20 0 151923725 26630336512 5416156 33554432000 4194304 4196468 140727234895936 139638057507344 139638104897237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 21 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11248] ppid=11243 vsize=26006188 memory=1384 CPUtime=40.05 cores=0-7
/proc/11245/task/11248/stat : 11248 (java) S 11243 11243 3572 0 -1 1077944384 79307 0 0 0 3533 472 0 0 20 0 20 0 151923725 26630336512 5416156 33554432000 4194304 4196468 140727234895936 139638056454800 139638104897237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 25 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11249] ppid=11243 vsize=26006188 memory=21664624 CPUtime=40.21 cores=0-7
/proc/11245/task/11249/stat : 11249 (java) R 11243 11243 3572 0 -1 1077944384 88037 0 0 0 3570 451 0 0 20 0 20 0 151923725 26630336512 5416156 33554432000 4194304 4196468 140727234895936 139638055401744 139638104897237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 23 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11250] ppid=11243 vsize=26006188 memory=1200 CPUtime=40.3 cores=0-7
/proc/11245/task/11250/stat : 11250 (java) S 11243 11243 3572 0 -1 1077944384 37039 0 0 0 3568 462 0 0 20 0 20 0 151923725 26630336512 5416156 33554432000 4194304 4196468 140727234895936 139638054349200 139638104897237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 23 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11251] ppid=11243 vsize=26006188 memory=15876 CPUtime=40.33 cores=0-7
/proc/11245/task/11251/stat : 11251 (java) S 11243 11243 3572 0 -1 1077944384 31269 0 0 0 3582 451 0 0 20 0 20 0 151923725 26630336512 5416156 33554432000 4194304 4196468 140727234895936 139638053297168 139638104897237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 22 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11252] ppid=11243 vsize=26006188 memory=4040 CPUtime=40.26 cores=0-7
/proc/11245/task/11252/stat : 11252 (java) S 11243 11243 3572 0 -1 1077944384 48307 0 0 0 3613 413 0 0 20 0 20 0 151923725 26630336512 5416156 33554432000 4194304 4196468 140727234895936 139638052244624 139638104897237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 23 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11253] ppid=11243 vsize=26006188 memory=24140 CPUtime=40.31 cores=0-7
/proc/11245/task/11253/stat : 11253 (java) S 11243 11243 3572 0 -1 1077944384 37519 0 0 0 3548 483 0 0 20 0 20 0 151923725 26630336512 5416156 33554432000 4194304 4196468 140727234895936 139638051191568 139638104897237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 23 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11254] ppid=11243 vsize=26006188 memory=18292 CPUtime=40.25 cores=0-7
/proc/11245/task/11254/stat : 11254 (java) S 11243 11243 3572 0 -1 1077944384 28062 0 0 0 3566 459 0 0 20 0 20 0 151923725 26630336512 5416156 33554432000 4194304 4196468 140727234895936 139638050139024 139638104897237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 22 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11255] ppid=11243 vsize=26006188 memory=1792 CPUtime=8.08 cores=0-7
/proc/11245/task/11255/stat : 11255 (java) R 11243 11243 3572 0 -1 4202560 51976 0 0 0 790 18 0 0 20 0 20 0 151923727 26630336512 5416156 33554432000 4194304 4196468 140727234895936 139636510798448 139638104908378 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11256] ppid=11243 vsize=26006188 memory=648 CPUtime=0 cores=0-7
/proc/11245/task/11256/stat : 11256 (java) S 11243 11243 3572 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 20 0 151923727 26630336512 5416156 33554432000 4194304 4196468 140727234895936 139636509746400 139638104897237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11257] ppid=11243 vsize=26006188 memory=1236 CPUtime=0 cores=0-7
/proc/11245/task/11257/stat : 11257 (java) S 11243 11243 3572 0 -1 1077944384 92 0 0 0 0 0 0 0 20 0 20 0 151923727 26630336512 5416156 33554432000 4194304 4196468 140727234895936 139636508693248 139638104897237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11258] ppid=11243 vsize=26006188 memory=960 CPUtime=0 cores=0-7
/proc/11245/task/11258/stat : 11258 (java) S 11243 11243 3572 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151923730 26630336512 5416156 33554432000 4194304 4196468 140727234895936 139636507641808 139638104905627 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11259] ppid=11243 vsize=26006188 memory=2424 CPUtime=0.49 cores=0-7
/proc/11245/task/11259/stat : 11259 (java) S 11243 11243 3572 0 -1 1077944384 4427 0 0 0 48 1 0 0 20 0 20 0 151923730 26630336512 5416156 33554432000 4194304 4196468 140727234895936 139636506589936 139638104898178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11260] ppid=11243 vsize=26006188 memory=2236 CPUtime=0.63 cores=0-7
/proc/11245/task/11260/stat : 11260 (java) S 11243 11243 3572 0 -1 1077944384 4929 0 0 0 63 0 0 0 20 0 20 0 151923730 26630336512 5416156 33554432000 4194304 4196468 140727234895936 139636505537392 139638104898178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11261] ppid=11243 vsize=26006188 memory=4040 CPUtime=0.48 cores=0-7
/proc/11245/task/11261/stat : 11261 (java) S 11243 11243 3572 0 -1 1077944384 3646 0 0 0 48 0 0 0 20 0 20 0 151923730 26630336512 5416156 33554432000 4194304 4196468 140727234895936 139636504484336 139638104898178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11262] ppid=11243 vsize=26006188 memory=24140 CPUtime=0.35 cores=0-7
/proc/11245/task/11262/stat : 11262 (java) S 11243 11243 3572 0 -1 1077944384 4294 0 0 0 35 0 0 0 20 0 20 0 151923730 26630336512 5416156 33554432000 4194304 4196468 140727234895936 139636503431792 139638104898178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11263] ppid=11243 vsize=26006188 memory=18292 CPUtime=0 cores=0-7
/proc/11245/task/11263/stat : 11263 (java) S 11243 11243 3572 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151923730 26630336512 5416156 33554432000 4194304 4196468 140727234895936 139636502378976 139638104897237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
[pid=11245/tid=11264] ppid=11243 vsize=26006188 memory=1792 CPUtime=0.09 cores=0-7
/proc/11245/task/11264/stat : 11264 (java) S 11243 11243 3572 0 -1 1077944384 828 0 0 0 4 5 0 0 20 0 20 0 151923730 26630336512 5416156 33554432000 4194304 4196468 140727234895936 139636433218224 139638104898178 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13783040 140727234901144 140727234901320 140727234901320 140727234904015 0
Current children cumulated CPU time: 506.34 s
Current children cumulated vsize: 26015700 KiB
Current children cumulated memory: 21666008 KiB

[startup+223.601 s]
/proc/loadavg: 2.55 4.90 6.32 9/199 11265
/proc/meminfo: memFree=4418196/32770624 swapFree=67108860/67108860
[pid=11243] ppid=11240 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/11243/stat : 11243 (xcsp3-exec) S 11240 11243 3572 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 151923724 9740288 346 33554432000 4194304 5098028 140728592004016 140728592002120 139946848944764 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 31244288 140728592008299 140728592008508 140728592008508 140728592011243 0
/proc/11243/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): 223.679
CPU time (s): 508.368
CPU user time (s): 470.988
CPU system time (s): 37.3797
CPU usage (%): 227.275
Max. virtual memory (cumulated for all children) (KiB): 26015700
Max. memory (cumulated for all children) (KiB): 21666008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 470.988
system time used= 37.3797
maximum resident set size= 21665204
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 566101
page faults= 0
swaps= 0
block input operations= 0
block output operations= 424
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17761
involuntary context switches= 8179


# summary of solver processes directly reported to runsolver:
#   pid: 11243
#   total CPU time (s): 508.368
#   total CPU user time (s): 470.988
#   total CPU system time (s): 37.3797

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.76018 second user time and 2.0175 second system time

The end

Launcher Data

Begin job on node112 at 2017-08-20 02:05:01
IDJOB=4281293
IDBENCH=138075
IDSOLVER=2676
FILE ID=node112/4281293-1503188360
RUNJOBID= node112-1503180405-3599
PBS_JOBID= 20630850
Free space on /tmp= 61772 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-4281293-1503188360/watcher-4281293-1503188360 -o /tmp/evaluation-result-4281293-1503188360/solver-4281293-1503188360 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node112-1503180405-3599 --watchdog 312  ./xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 22000 -tdir HOME -seed 658831857 HOME/instance-4281293-1503188360.xml

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

MD5SUM BENCH= a372e06032e8b52aa9c97452ff274801
RANDOM SEED=658831857

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

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

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.24
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:        26113320 kB
MemAvailable:   31973248 kB
Buffers:          253224 kB
Cached:          5896804 kB
SwapCached:            0 kB
Active:          1187548 kB
Inactive:        5014804 kB
Active(anon):       4056 kB
Inactive(anon):    84388 kB
Active(file):    1183492 kB
Inactive(file):  4930416 kB
Unevictable:        7840 kB
Mlocked:            7840 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             92092 kB
Writeback:             0 kB
AnonPages:         60176 kB
Mapped:            51456 kB
Shmem:             33416 kB
Slab:             150480 kB
SReclaimable:     123708 kB
SUnreclaim:        26772 kB
KernelStack:        3168 kB
PageTables:         4776 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     333724 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61764 MiB
End job on node112 at 2017-08-20 02:08:45