Trace number 4271223

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 4.0.5 par (2017-08-09)? 6433.9102 955.52197

General information on the benchmark

NameRoomMate/
RoomMate-int-s1/RoomMate-sr0090-int.xml
MD5SUM736de82f791153c97c8888e5ab3f097d
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark10.1166
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints16020
Number of domains1
Minimum domain size89
Maximum domain size89
Distribution of domain sizes[{"size":89,"count":90}]
Minimum variable degree356
Maximum variable degree356
Distribution of variable degrees[{"degree":356,"count":90}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":16020}]
Number of extensional constraints0
Number of intensional constraints16020
Distribution of constraint types[{"type":"intension","count":16020}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4271223-1502734377.xml"  -tl '20160s' -p 8 -x 0
0.11/0.15	c [HOME/instance-4271223-1502734377.xml, -tl, 20160s, -p, 8, -x, 0]
0.11/0.20	c 8 solvers in parallel
0.33/0.27	c parse instance...
6433.78/955.44	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
6433.78/955.44		at org.chocosolver.solver.constraints.extension.TuplesFactory.generateTuples(TuplesFactory.java:88)
6433.78/955.44		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:148)
6433.78/955.44		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
6433.78/955.44		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
6433.78/955.44		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
6433.78/955.44		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
6433.78/955.44		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$346(XCallbacks.java:440)
6433.78/955.44		at org.xcsp.parser.XCallbacks$$Lambda$52/237351678.accept(Unknown Source)
6433.78/955.44		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
6433.78/955.44		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
6433.78/955.45		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
6433.78/955.45		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1406)
6433.78/955.45		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
6433.78/955.45		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
6433.78/955.45		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:260)
6433.78/955.45		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
6433.78/955.45		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:112)
6433.78/955.45		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
6433.78/955.45		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:23)
6433.78/955.45	s UNKNOWN
6433.78/955.45	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 (14058 MiB free)
  memory of node 1: 16384 MiB (12258 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4271223-1502734377/watcher-4271223-1502734377 -o /tmp/evaluation-result-4271223-1502734377/solver-4271223-1502734377 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node114-1502730962-8261 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 1788641844 HOME/instance-4271223-1502734377.xml 

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

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

solver pid=9224, runsolver pid=9221

[startup+0.100113 s]*
/proc/loadavg: 4.89 6.99 7.77 3/199 9245
/proc/meminfo: memFree=26933320/32770624 swapFree=67108860/67108860
[pid=9224] ppid=9221 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/9224/stat : 9224 (xcsp3-exec) S 9221 9224 8234 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 106525484 9740288 346 33554432000 4194304 5098028 140734782939696 140734782937800 139930165740156 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 7438336 140734782948452 140734782948663 140734782948663 140734782951403 0
/proc/9224/statm: 2378 346 289 221 0 87 0
[pid=9226] ppid=9224 vsize=25999808 memory=27216 CPUtime=0.11 cores=0-7
/proc/9226/stat : 9226 (java) S 9224 9224 8234 0 -1 1077944320 5673 0 0 0 10 1 0 0 20 0 20 0 106525484 26623803392 6804 33554432000 4194304 4196468 140722967147296 140722967129840 139949210091255 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
/proc/9226/statm: 6499952 6804 2860 1 0 6488269 0
[pid=9226/tid=9227] ppid=9224 vsize=25999808 memory=4134692831991783777 CPUtime=0.09 cores=0-7
/proc/9226/task/9227/stat : 9227 (java) R 9224 9224 8234 0 -1 4202560 3677 0 0 0 8 1 0 0 20 0 20 0 106525484 26623803392 6804 33554432000 4194304 4196468 140722967147296 139949214307232 139949196159374 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9228] ppid=9224 vsize=25999808 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/9226/task/9228/stat : 9228 (java) S 9224 9224 8234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106525485 26623803392 6804 33554432000 4194304 4196468 140722967147296 139949162711952 139949210101461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9229] ppid=9224 vsize=25999808 memory=140437554734720 CPUtime=0 cores=0-7
/proc/9226/task/9229/stat : 9229 (java) S 9224 9224 8234 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106525485 26623803392 6804 33554432000 4194304 4196468 140722967147296 139949161659152 139949210101461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9230] ppid=9224 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/9226/task/9230/stat : 9230 (java) S 9224 9224 8234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 106525485 26623803392 6804 33554432000 4194304 4196468 140722967147296 139948766657680 139949210101461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9231] ppid=9224 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/9226/task/9231/stat : 9231 (java) S 9224 9224 8234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106525485 26623803392 6804 33554432000 4194304 4196468 140722967147296 139948765604880 139949210101461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9232] ppid=9224 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/9226/task/9232/stat : 9232 (java) S 9224 9224 8234 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106525485 26623803392 6804 33554432000 4194304 4196468 140722967147296 139948764551568 139949210101461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9233] ppid=9224 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/9226/task/9233/stat : 9233 (java) S 9224 9224 8234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 106525485 26623803392 6804 33554432000 4194304 4196468 140722967147296 139948763498768 139949210101461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9234] ppid=9224 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/9226/task/9234/stat : 9234 (java) S 9224 9224 8234 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106525485 26623803392 6804 33554432000 4194304 4196468 140722967147296 139948762446480 139949210101461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9235] ppid=9224 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/9226/task/9235/stat : 9235 (java) S 9224 9224 8234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106525485 26623803392 6804 33554432000 4194304 4196468 140722967147296 139948761393680 139949210101461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9236] ppid=9224 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/9226/task/9236/stat : 9236 (java) S 9224 9224 8234 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106525487 26623803392 6804 33554432000 4194304 4196468 140722967147296 139947481750128 139949210102402 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9237] ppid=9224 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/9226/task/9237/stat : 9237 (java) S 9224 9224 8234 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 106525487 26623803392 6804 33554432000 4194304 4196468 140722967147296 139947480696096 139949210101461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9238] ppid=9224 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/9226/task/9238/stat : 9238 (java) S 9224 9224 8234 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 106525487 26623803392 6804 33554432000 4194304 4196468 140722967147296 139947479643760 139949210101461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9239] ppid=9224 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/9226/task/9239/stat : 9239 (java) S 9224 9224 8234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106525490 26623803392 6804 33554432000 4194304 4196468 140722967147296 139947478592080 139949210109851 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9240] ppid=9224 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/9226/task/9240/stat : 9240 (java) S 9224 9224 8234 0 -1 1077944384 293 0 0 0 0 0 0 0 20 0 20 0 106525490 26623803392 6804 33554432000 4194304 4196468 140722967147296 139947477538928 139949210102402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9241] ppid=9224 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/9226/task/9241/stat : 9241 (java) S 9224 9224 8234 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106525490 26623803392 6804 33554432000 4194304 4196468 140722967147296 139947476486128 139949210102402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9242] ppid=9224 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/9226/task/9242/stat : 9242 (java) S 9224 9224 8234 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 106525490 26623803392 6804 33554432000 4194304 4196468 140722967147296 139947475433840 139949210102402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9243] ppid=9224 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/9226/task/9243/stat : 9243 (java) R 9224 9224 8234 0 -1 4202560 272 0 0 0 1 0 0 0 20 0 20 0 106525490 26623803392 6804 33554432000 4194304 4196468 140722967147296 139947474381040 139949195773050 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9244] ppid=9224 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/9226/task/9244/stat : 9244 (java) S 9224 9224 8234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 106525490 26623803392 6804 33554432000 4194304 4196468 140722967147296 139947473328992 139949210101461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9245] ppid=9224 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/9226/task/9245/stat : 9245 (java) S 9224 9224 8234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106525490 26623803392 6804 33554432000 4194304 4196468 140722967147296 139947472276272 139949210102402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 28600 KiB

[startup+0.210123 s]*
/proc/loadavg: 4.89 6.99 7.77 2/199 9245
/proc/meminfo: memFree=26924824/32770624 swapFree=67108860/67108860
[pid=9224] ppid=9221 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/9224/stat : 9224 (xcsp3-exec) S 9221 9224 8234 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 106525484 9740288 346 33554432000 4194304 5098028 140734782939696 140734782937800 139930165740156 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 7438336 140734782948452 140734782948663 140734782948663 140734782951403 0
/proc/9224/statm: 2378 346 289 221 0 87 0
[pid=9226] ppid=9224 vsize=26004064 memory=39244 CPUtime=0.33 cores=0-7
/proc/9226/stat : 9226 (java) S 9224 9224 8234 0 -1 1077944320 8300 0 0 0 31 2 0 0 20 0 20 0 106525484 26628161536 9811 33554432000 4194304 4196468 140722967147296 140722967129840 139949210091255 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
/proc/9226/statm: 6501016 9811 3078 1 0 6488269 0
[pid=9226/tid=9227] ppid=9224 vsize=26004064 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/9226/task/9227/stat : 9227 (java) R 9224 9224 8234 0 -1 4202560 5420 0 0 0 18 1 0 0 20 0 20 0 106525484 26628161536 9811 33554432000 4194304 4196468 140722967147296 139949214327024 139949194171742 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9228] ppid=9224 vsize=26004064 memory=331 CPUtime=0 cores=0-7
/proc/9226/task/9228/stat : 9228 (java) S 9224 9224 8234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106525485 26628161536 9811 33554432000 4194304 4196468 140722967147296 139949162711952 139949210101461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9229] ppid=9224 vsize=26004064 memory=140437554743647 CPUtime=0 cores=0-7
/proc/9226/task/9229/stat : 9229 (java) S 9224 9224 8234 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106525485 26628161536 9811 33554432000 4194304 4196468 140722967147296 139949161659152 139949210101461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9230] ppid=9224 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/9226/task/9230/stat : 9230 (java) S 9224 9224 8234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 106525485 26628161536 9811 33554432000 4194304 4196468 140722967147296 139948766657680 139949210101461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9231] ppid=9224 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/9226/task/9231/stat : 9231 (java) S 9224 9224 8234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106525485 26628161536 9811 33554432000 4194304 4196468 140722967147296 139948765604880 139949210101461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9232] ppid=9224 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/9226/task/9232/stat : 9232 (java) S 9224 9224 8234 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106525485 26628161536 9811 33554432000 4194304 4196468 140722967147296 139948764551568 139949210101461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9233] ppid=9224 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/9226/task/9233/stat : 9233 (java) S 9224 9224 8234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 106525485 26628161536 9811 33554432000 4194304 4196468 140722967147296 139948763498768 139949210101461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9234] ppid=9224 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/9226/task/9234/stat : 9234 (java) S 9224 9224 8234 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106525485 26628161536 9811 33554432000 4194304 4196468 140722967147296 139948762446480 139949210101461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9235] ppid=9224 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/9226/task/9235/stat : 9235 (java) S 9224 9224 8234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106525485 26628161536 9811 33554432000 4194304 4196468 140722967147296 139948761393680 139949210101461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9236] ppid=9224 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/9226/task/9236/stat : 9236 (java) S 9224 9224 8234 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106525487 26628161536 9811 33554432000 4194304 4196468 140722967147296 139947481750128 139949210102402 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9237] ppid=9224 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/9226/task/9237/stat : 9237 (java) S 9224 9224 8234 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 106525487 26628161536 9811 33554432000 4194304 4196468 140722967147296 139947480696096 139949210101461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9238] ppid=9224 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/9226/task/9238/stat : 9238 (java) S 9224 9224 8234 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 106525487 26628161536 9811 33554432000 4194304 4196468 140722967147296 139947479643760 139949210101461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9239] ppid=9224 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/9226/task/9239/stat : 9239 (java) S 9224 9224 8234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106525490 26628161536 9811 33554432000 4194304 4196468 140722967147296 139947478592080 139949210109851 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9240] ppid=9224 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/9226/task/9240/stat : 9240 (java) S 9224 9224 8234 0 -1 1077944384 530 0 0 0 1 0 0 0 20 0 20 0 106525490 26628161536 9811 33554432000 4194304 4196468 140722967147296 139947477538928 139949210102402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9241] ppid=9224 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/9226/task/9241/stat : 9241 (java) S 9224 9224 8234 0 -1 1077944384 141 0 0 0 1 0 0 0 20 0 20 0 106525490 26628161536 9811 33554432000 4194304 4196468 140722967147296 139947476486128 139949210102402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9242] ppid=9224 vsize=26004064 memory=-1 CPUtime=0.01 cores=0-7
/proc/9226/task/9242/stat : 9242 (java) S 9224 9224 8234 0 -1 1077944384 165 0 0 0 1 0 0 0 20 0 20 0 106525490 26628161536 9811 33554432000 4194304 4196468 140722967147296 139947475433840 139949210102402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9243] ppid=9224 vsize=26004064 memory=-1 CPUtime=0.07 cores=0-7
/proc/9226/task/9243/stat : 9243 (java) S 9224 9224 8234 0 -1 1077944384 736 0 0 0 7 0 0 0 20 0 20 0 106525490 26628161536 9811 33554432000 4194304 4196468 140722967147296 139947474381040 139949210102402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9244] ppid=9224 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/9226/task/9244/stat : 9244 (java) S 9224 9224 8234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 106525490 26628161536 9811 33554432000 4194304 4196468 140722967147296 139947473328992 139949210101461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9245] ppid=9224 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/9226/task/9245/stat : 9245 (java) S 9224 9224 8234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106525490 26628161536 9811 33554432000 4194304 4196468 140722967147296 139947472276272 139949210102402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40628 KiB

[startup+0.309502 s]*
/proc/loadavg: 4.89 6.99 7.77 3/199 9245
/proc/meminfo: memFree=26917868/32770624 swapFree=67108860/67108860
[pid=9224] ppid=9221 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/9224/stat : 9224 (xcsp3-exec) S 9221 9224 8234 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 106525484 9740288 346 33554432000 4194304 5098028 140734782939696 140734782937800 139930165740156 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 7438336 140734782948452 140734782948663 140734782948663 140734782951403 0
/proc/9224/statm: 2378 346 289 221 0 87 0
[pid=9226] ppid=9224 vsize=26004064 memory=43900 CPUtime=0.5 cores=0-7
/proc/9226/stat : 9226 (java) S 9224 9224 8234 0 -1 1077944320 9172 0 0 0 47 3 0 0 20 0 20 0 106525484 26628161536 10975 33554432000 4194304 4196468 140722967147296 140722967129840 139949210091255 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
/proc/9226/statm: 6501016 10975 3110 1 0 6488269 0
[pid=9226/tid=9227] ppid=9224 vsize=26004064 memory=8112282956445269571 CPUtime=0.29 cores=0-7
/proc/9226/task/9227/stat : 9227 (java) R 9224 9224 8234 0 -1 4202560 6102 0 0 0 27 2 0 0 20 0 20 0 106525484 26628161536 11041 33554432000 4194304 4196468 140722967147296 139949214330480 139948841913348 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9228] ppid=9224 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/9226/task/9228/stat : 9228 (java) S 9224 9224 8234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106525485 26628161536 11041 33554432000 4194304 4196468 140722967147296 139949162711952 139949210101461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9229] ppid=9224 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/9226/task/9229/stat : 9229 (java) S 9224 9224 8234 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106525485 26628161536 11041 33554432000 4194304 4196468 140722967147296 139949161659152 139949210101461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9230] ppid=9224 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/9226/task/9230/stat : 9230 (java) S 9224 9224 8234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 106525485 26628161536 11041 33554432000 4194304 4196468 140722967147296 139948766657680 139949210101461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9231] ppid=9224 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/9226/task/9231/stat : 9231 (java) S 9224 9224 8234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106525485 26628161536 11041 33554432000 4194304 4196468 140722967147296 139948765604880 139949210101461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9232] ppid=9224 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/9226/task/9232/stat : 9232 (java) S 9224 9224 8234 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106525485 26628161536 11041 33554432000 4194304 4196468 140722967147296 139948764551568 139949210101461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9233] ppid=9224 vsize=26004064 memory=140437444719535 CPUtime=0 cores=0-7
/proc/9226/task/9233/stat : 9233 (java) S 9224 9224 8234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 106525485 26628161536 11041 33554432000 4194304 4196468 140722967147296 139948763498768 139949210101461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9234] ppid=9224 vsize=26004064 memory=140437444721840 CPUtime=0 cores=0-7
/proc/9226/task/9234/stat : 9234 (java) S 9224 9224 8234 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106525485 26628161536 11041 33554432000 4194304 4196468 140722967147296 139948762446480 139949210101461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9235] ppid=9224 vsize=26004064 memory=140437444724144 CPUtime=0 cores=0-7
/proc/9226/task/9235/stat : 9235 (java) S 9224 9224 8234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106525485 26628161536 11041 33554432000 4194304 4196468 140722967147296 139948761393680 139949210101461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9236] ppid=9224 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/9226/task/9236/stat : 9236 (java) S 9224 9224 8234 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106525487 26628161536 11041 33554432000 4194304 4196468 140722967147296 139947481750128 139949210102402 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9237] ppid=9224 vsize=26004064 memory=280874889455248 CPUtime=0 cores=0-7
/proc/9226/task/9237/stat : 9237 (java) S 9224 9224 8234 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 106525487 26628161536 11041 33554432000 4194304 4196468 140722967147296 139947480696096 139949210101461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9238] ppid=9224 vsize=26004064 memory=280874889462160 CPUtime=0 cores=0-7
/proc/9226/task/9238/stat : 9238 (java) S 9224 9224 8234 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 106525487 26628161536 11041 33554432000 4194304 4196468 140722967147296 139947479643760 139949210101461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9239] ppid=9224 vsize=26004064 memory=280874889403440 CPUtime=0 cores=0-7
/proc/9226/task/9239/stat : 9239 (java) S 9224 9224 8234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106525490 26628161536 11041 33554432000 4194304 4196468 140722967147296 139947478592080 139949210109851 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9240] ppid=9224 vsize=26004064 memory=280874889475984 CPUtime=0.01 cores=0-7
/proc/9226/task/9240/stat : 9240 (java) S 9224 9224 8234 0 -1 1077944384 530 0 0 0 1 0 0 0 20 0 20 0 106525490 26628161536 11041 33554432000 4194304 4196468 140722967147296 139947477538928 139949210102402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9241] ppid=9224 vsize=26004064 memory=280874889482896 CPUtime=0.03 cores=0-7
/proc/9226/task/9241/stat : 9241 (java) S 9224 9224 8234 0 -1 1077944384 240 0 0 0 3 0 0 0 20 0 20 0 106525490 26628161536 11041 33554432000 4194304 4196468 140722967147296 139947476486128 139949210102402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9242] ppid=9224 vsize=26004064 memory=280874889480592 CPUtime=0.01 cores=0-7
/proc/9226/task/9242/stat : 9242 (java) S 9224 9224 8234 0 -1 1077944384 165 0 0 0 1 0 0 0 20 0 20 0 106525490 26628161536 11041 33554432000 4194304 4196468 140722967147296 139947475433840 139949210102402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9243] ppid=9224 vsize=26004064 memory=280874889496752 CPUtime=0.12 cores=0-7
/proc/9226/task/9243/stat : 9243 (java) R 9224 9224 8234 0 -1 4202560 864 0 0 0 12 0 0 0 20 0 20 0 106525490 26628161536 11041 33554432000 4194304 4196468 140722967147296 139947474376992 139949190333948 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9244] ppid=9224 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/9226/task/9244/stat : 9244 (java) S 9224 9224 8234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 106525490 26628161536 11041 33554432000 4194304 4196468 140722967147296 139947473328992 139949210101461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9245] ppid=9224 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/9226/task/9245/stat : 9245 (java) S 9224 9224 8234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106525490 26628161536 11041 33554432000 4194304 4196468 140722967147296 139947472276272 139949210102402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 45284 KiB

[startup+0.700951 s]
/proc/loadavg: 4.89 6.99 7.77 6/199 9245
/proc/meminfo: memFree=26891288/32770624 swapFree=67108860/67108860
[pid=9224] ppid=9221 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/9224/stat : 9224 (xcsp3-exec) S 9221 9224 8234 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 106525484 9740288 346 33554432000 4194304 5098028 140734782939696 140734782937800 139930165740156 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 7438336 140734782948452 140734782948663 140734782948663 140734782951403 0
/proc/9224/statm: 2378 346 289 221 0 87 0
[pid=9226] ppid=9224 vsize=26004140 memory=147920 CPUtime=2.04 cores=0-7
/proc/9226/stat : 9226 (java) S 9224 9224 8234 0 -1 1077944320 13188 0 0 0 199 5 0 0 20 0 20 0 106525484 26628239360 36980 33554432000 4194304 4196468 140722967147296 140722967129840 139949210091255 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
/proc/9226/statm: 6501035 36980 3200 1 0 6488269 0
[pid=9226/tid=9227] ppid=9224 vsize=26004140 memory=280874889854640 CPUtime=0.67 cores=0-7
/proc/9226/task/9227/stat : 9227 (java) R 9224 9224 8234 0 -1 4202560 6462 0 0 0 64 3 0 0 20 0 20 0 106525484 26628239360 36980 33554432000 4194304 4196468 140722967147296 139949214325936 139948842099445 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9228] ppid=9224 vsize=26004140 memory=140437444928368 CPUtime=0 cores=0-7
/proc/9226/task/9228/stat : 9228 (java) S 9224 9224 8234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106525485 26628239360 36980 33554432000 4194304 4196468 140722967147296 139949162711952 139949210101461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9229] ppid=9224 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/9226/task/9229/stat : 9229 (java) S 9224 9224 8234 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106525485 26628239360 36980 33554432000 4194304 4196468 140722967147296 139949161659152 139949210101461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9230] ppid=9224 vsize=26004140 memory=1008 CPUtime=0 cores=0-7
/proc/9226/task/9230/stat : 9230 (java) S 9224 9224 8234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 106525485 26628239360 36980 33554432000 4194304 4196468 140722967147296 139948766657680 139949210101461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0

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

[pid=9224] ppid=9221 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/9224/stat : 9224 (xcsp3-exec) S 9221 9224 8234 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 106525484 9740288 346 33554432000 4194304 5098028 140734782939696 140734782937800 139930165740156 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 7438336 140734782948452 140734782948663 140734782948663 140734782951403 0
/proc/9224/statm: 2378 346 289 221 0 87 0
[pid=9226] ppid=9224 vsize=26006188 memory=15907924 CPUtime=6427.05 cores=0-7
/proc/9226/stat : 9226 (java) S 9224 9224 8234 0 -1 1077944320 1907992 0 0 0 635287 7418 0 0 20 0 20 0 106525484 26630336512 3976981 33554432000 4194304 4196468 140722967147296 140722967129840 139949210091255 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
/proc/9226/statm: 6501547 3976981 3279 1 0 6488781 0
[pid=9226/tid=9227] ppid=9224 vsize=26006188 memory=8112282956445269571 CPUtime=137.62 cores=0-7
/proc/9226/task/9227/stat : 9227 (java) S 9224 9224 8234 0 -1 1077944384 15936 0 0 0 13739 23 0 0 20 0 20 0 106525484 26630336512 3976981 33554432000 4194304 4196468 140722967147296 139949214331504 139949210101461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9228] ppid=9224 vsize=26006188 memory=16996 CPUtime=782.77 cores=0-7
/proc/9226/task/9228/stat : 9228 (java) R 9224 9224 8234 0 -1 4202560 113907 0 0 0 77362 915 0 0 20 0 20 0 106525485 26630336512 3976981 33554432000 4194304 4196468 140722967147296 139949162712072 139949202719463 0 4 0 16800975 0 0 0 -1 7 0 0 68 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9229] ppid=9224 vsize=26006188 memory=1236 CPUtime=783.6 cores=0-7
/proc/9226/task/9229/stat : 9229 (java) R 9224 9224 8234 0 -1 4202560 117581 0 0 0 77535 825 0 0 20 0 20 0 106525485 26630336512 3976981 33554432000 4194304 4196468 140722967147296 139949161658960 139949202719463 0 4 0 16800975 0 0 0 -1 6 0 0 74 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9230] ppid=9224 vsize=26006188 memory=1792 CPUtime=784.6 cores=0-7
/proc/9226/task/9230/stat : 9230 (java) R 9224 9224 8234 0 -1 4202560 127912 0 0 0 77469 991 0 0 20 0 20 0 106525485 26630336512 3976981 33554432000 4194304 4196468 140722967147296 139948766657488 139949202719463 0 4 0 16800975 0 0 0 -1 3 0 0 71 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9231] ppid=9224 vsize=26006188 memory=1384 CPUtime=784.03 cores=0-7
/proc/9226/task/9231/stat : 9231 (java) R 9224 9224 8234 0 -1 4202560 115736 0 0 0 77497 906 0 0 20 0 20 0 106525485 26630336512 3976981 33554432000 4194304 4196468 140722967147296 139948765604688 139949202719463 0 4 0 16800975 0 0 0 -1 4 0 0 70 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9232] ppid=9224 vsize=26006188 memory=15907924 CPUtime=782.38 cores=0-7
/proc/9226/task/9232/stat : 9232 (java) R 9224 9224 8234 0 -1 4202560 124174 0 0 0 77352 886 0 0 20 0 20 0 106525485 26630336512 3976981 33554432000 4194304 4196468 140722967147296 139948764551376 139949202719463 0 4 0 16800975 0 0 0 -1 5 0 0 69 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9233] ppid=9224 vsize=26006188 memory=4404 CPUtime=783.69 cores=0-7
/proc/9226/task/9233/stat : 9233 (java) S 9224 9224 8234 0 -1 1077944384 133460 0 0 0 77424 945 0 0 20 0 20 0 106525485 26630336512 3976981 33554432000 4194304 4196468 140722967147296 139948763498576 139949210102402 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 70 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9234] ppid=9224 vsize=26006188 memory=4100 CPUtime=784.47 cores=0-7
/proc/9226/task/9234/stat : 9234 (java) R 9224 9224 8234 0 -1 4202560 116964 0 0 0 77567 880 0 0 20 0 20 0 106525485 26630336512 3976981 33554432000 4194304 4196468 140722967147296 139948762446368 139949194791086 0 4 0 16800975 0 0 0 -1 0 0 0 72 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9235] ppid=9224 vsize=26006188 memory=792 CPUtime=784.23 cores=0-7
/proc/9226/task/9235/stat : 9235 (java) R 9224 9224 8234 0 -1 4202560 139096 0 0 0 77449 974 0 0 20 0 20 0 106525485 26630336512 3976981 33554432000 4194304 4196468 140722967147296 139948761393488 139949202719463 0 4 0 16800975 0 0 0 -1 2 0 0 77 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9236] ppid=9224 vsize=26006188 memory=1008 CPUtime=14.4 cores=0-7
/proc/9226/task/9236/stat : 9236 (java) S 9224 9224 8234 0 -1 1077944384 867261 0 0 0 1384 56 0 0 20 0 20 0 106525487 26630336512 3976981 33554432000 4194304 4196468 140722967147296 139947481748672 139949210101461 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9237] ppid=9224 vsize=26006188 memory=10592 CPUtime=0 cores=0-7
/proc/9226/task/9237/stat : 9237 (java) S 9224 9224 8234 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 20 0 106525487 26630336512 3976981 33554432000 4194304 4196468 140722967147296 139947480696160 139949210101461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9238] ppid=9224 vsize=26006188 memory=1204 CPUtime=0 cores=0-7
/proc/9226/task/9238/stat : 9238 (java) S 9224 9224 8234 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 20 0 106525487 26630336512 3976981 33554432000 4194304 4196468 140722967147296 139947479643776 139949210101461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9239] ppid=9224 vsize=26006188 memory=15872 CPUtime=0 cores=0-7
/proc/9226/task/9239/stat : 9239 (java) S 9224 9224 8234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106525490 26630336512 3976981 33554432000 4194304 4196468 140722967147296 139947478592080 139949210109851 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9240] ppid=9224 vsize=26006188 memory=8112282956445269571 CPUtime=1.14 cores=0-7
/proc/9226/task/9240/stat : 9240 (java) S 9224 9224 8234 0 -1 1077944384 7437 0 0 0 113 1 0 0 20 0 20 0 106525490 26630336512 3976981 33554432000 4194304 4196468 140722967147296 139947477538688 139949210101461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9241] ppid=9224 vsize=26006188 memory=16996 CPUtime=1.46 cores=0-7
/proc/9226/task/9241/stat : 9241 (java) S 9224 9224 8234 0 -1 1077944384 9582 0 0 0 145 1 0 0 20 0 20 0 106525490 26630336512 3976981 33554432000 4194304 4196468 140722967147296 139947476486176 139949210101461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 8 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9242] ppid=9224 vsize=26006188 memory=1236 CPUtime=1.62 cores=0-7
/proc/9226/task/9242/stat : 9242 (java) S 9224 9224 8234 0 -1 1077944384 8820 0 0 0 159 3 0 0 20 0 20 0 106525490 26630336512 3976981 33554432000 4194304 4196468 140722967147296 139947475433888 139949210101461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9243] ppid=9224 vsize=26006188 memory=1792 CPUtime=0.57 cores=0-7
/proc/9226/task/9243/stat : 9243 (java) S 9224 9224 8234 0 -1 1077944384 6435 0 0 0 56 1 0 0 20 0 20 0 106525490 26630336512 3976981 33554432000 4194304 4196468 140722967147296 139947474381088 139949210101461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9244] ppid=9224 vsize=26006188 memory=640 CPUtime=0 cores=0-7
/proc/9226/task/9244/stat : 9244 (java) S 9224 9224 8234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 106525490 26630336512 3976981 33554432000 4194304 4196468 140722967147296 139947473328992 139949210101461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9245] ppid=9224 vsize=26006188 memory=1228 CPUtime=0.32 cores=0-7
/proc/9226/task/9245/stat : 9245 (java) S 9224 9224 8234 0 -1 1077944384 2285 0 0 0 19 13 0 0 20 0 20 0 106525490 26630336512 3976981 33554432000 4194304 4196468 140722967147296 139947472276272 139949210102402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 9 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
Current children cumulated CPU time: 6427.05 s
Current children cumulated vsize: 26015700 KiB
Current children cumulated memory: 15909308 KiB

[startup+955.202 s]
/proc/loadavg: 7.12 7.43 7.27 9/200 9283
/proc/meminfo: memFree=11027540/32770624 swapFree=67108860/67108860
[pid=9224] ppid=9221 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/9224/stat : 9224 (xcsp3-exec) S 9221 9224 8234 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 106525484 9740288 346 33554432000 4194304 5098028 140734782939696 140734782937800 139930165740156 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 7438336 140734782948452 140734782948663 140734782948663 140734782951403 0
/proc/9224/statm: 2378 346 289 221 0 87 0
[pid=9226] ppid=9224 vsize=26006188 memory=15907924 CPUtime=6433.33 cores=0-7
/proc/9226/stat : 9226 (java) S 9224 9224 8234 0 -1 1077944320 1907994 0 0 0 635913 7420 0 0 20 0 20 0 106525484 26630336512 3976981 33554432000 4194304 4196468 140722967147296 140722967129840 139949210091255 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
/proc/9226/statm: 6501547 3976981 3279 1 0 6488781 0
[pid=9226/tid=9227] ppid=9224 vsize=26006188 memory=15907924 CPUtime=137.62 cores=0-7
/proc/9226/task/9227/stat : 9227 (java) S 9224 9224 8234 0 -1 1077944384 15936 0 0 0 13739 23 0 0 20 0 20 0 106525484 26630336512 3976981 33554432000 4194304 4196468 140722967147296 139949214331504 139949210101461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9228] ppid=9224 vsize=26006188 memory=1236 CPUtime=783.54 cores=0-7
/proc/9226/task/9228/stat : 9228 (java) R 9224 9224 8234 0 -1 4202560 113907 0 0 0 77438 916 0 0 20 0 20 0 106525485 26630336512 3976981 33554432000 4194304 4196468 140722967147296 139949162712072 139949202719463 0 4 0 16800975 0 0 0 -1 7 0 0 68 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9229] ppid=9224 vsize=26006188 memory=1792 CPUtime=784.39 cores=0-7
/proc/9226/task/9229/stat : 9229 (java) R 9224 9224 8234 0 -1 4202560 117582 0 0 0 77613 826 0 0 20 0 20 0 106525485 26630336512 3976981 33554432000 4194304 4196468 140722967147296 139949161658960 139949195080935 0 4 0 16800975 0 0 0 -1 6 0 0 74 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9230] ppid=9224 vsize=26006188 memory=1384 CPUtime=785.38 cores=0-7
/proc/9226/task/9230/stat : 9230 (java) R 9224 9224 8234 0 -1 4202560 127912 0 0 0 77547 991 0 0 20 0 20 0 106525485 26630336512 3976981 33554432000 4194304 4196468 140722967147296 139948766657800 139949195080733 0 4 0 16800975 0 0 0 -1 3 0 0 71 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9231] ppid=9224 vsize=26006188 memory=15907924 CPUtime=784.81 cores=0-7
/proc/9226/task/9231/stat : 9231 (java) R 9224 9224 8234 0 -1 4202560 115736 0 0 0 77575 906 0 0 20 0 20 0 106525485 26630336512 3976981 33554432000 4194304 4196468 140722967147296 139948765604688 139949195087622 0 4 0 16800975 0 0 0 -1 4 0 0 70 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9232] ppid=9224 vsize=26006188 memory=1424 CPUtime=783.17 cores=0-7
/proc/9226/task/9232/stat : 9232 (java) R 9224 9224 8234 0 -1 4202560 124174 0 0 0 77431 886 0 0 20 0 20 0 106525485 26630336512 3976981 33554432000 4194304 4196468 140722967147296 139948764551376 139949195080898 0 4 0 16800975 0 0 0 -1 5 0 0 69 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9233] ppid=9224 vsize=26006188 memory=13056 CPUtime=784.47 cores=0-7
/proc/9226/task/9233/stat : 9233 (java) R 9224 9224 8234 0 -1 4202560 133460 0 0 0 77502 945 0 0 20 0 20 0 106525485 26630336512 3976981 33554432000 4194304 4196468 140722967147296 139948763498888 139949203187988 0 4 0 16800975 0 0 0 -1 1 0 0 70 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9234] ppid=9224 vsize=26006188 memory=1732 CPUtime=785.27 cores=0-7
/proc/9226/task/9234/stat : 9234 (java) R 9224 9224 8234 0 -1 4202560 116964 0 0 0 77647 880 0 0 20 0 20 0 106525485 26630336512 3976981 33554432000 4194304 4196468 140722967147296 139948762446600 139949203194907 0 4 0 16800975 0 0 0 -1 0 0 0 72 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9235] ppid=9224 vsize=26006188 memory=1944 CPUtime=785.01 cores=0-7
/proc/9226/task/9235/stat : 9235 (java) R 9224 9224 8234 0 -1 4202560 139097 0 0 0 77527 974 0 0 20 0 20 0 106525485 26630336512 3976981 33554432000 4194304 4196468 140722967147296 139948761393488 139949195080721 0 4 0 16800975 0 0 0 -1 2 0 0 77 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9236] ppid=9224 vsize=26006188 memory=1700 CPUtime=14.4 cores=0-7
/proc/9226/task/9236/stat : 9236 (java) S 9224 9224 8234 0 -1 1077944384 867261 0 0 0 1384 56 0 0 20 0 20 0 106525487 26630336512 3976981 33554432000 4194304 4196468 140722967147296 139947481748672 139949210101461 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9237] ppid=9224 vsize=26006188 memory=1228 CPUtime=0 cores=0-7
/proc/9226/task/9237/stat : 9237 (java) S 9224 9224 8234 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 20 0 106525487 26630336512 3976981 33554432000 4194304 4196468 140722967147296 139947480696160 139949210101461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9238] ppid=9224 vsize=26006188 memory=1384 CPUtime=0 cores=0-7
/proc/9226/task/9238/stat : 9238 (java) S 9224 9224 8234 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 20 0 106525487 26630336512 3976981 33554432000 4194304 4196468 140722967147296 139947479643776 139949210101461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9239] ppid=9224 vsize=26006188 memory=4140 CPUtime=0 cores=0-7
/proc/9226/task/9239/stat : 9239 (java) S 9224 9224 8234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106525490 26630336512 3976981 33554432000 4194304 4196468 140722967147296 139947478592080 139949210109851 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9240] ppid=9224 vsize=26006188 memory=30288 CPUtime=1.14 cores=0-7
/proc/9226/task/9240/stat : 9240 (java) S 9224 9224 8234 0 -1 1077944384 7437 0 0 0 113 1 0 0 20 0 20 0 106525490 26630336512 3976981 33554432000 4194304 4196468 140722967147296 139947477538688 139949210101461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9241] ppid=9224 vsize=26006188 memory=1292 CPUtime=1.46 cores=0-7
/proc/9226/task/9241/stat : 9241 (java) S 9224 9224 8234 0 -1 1077944384 9582 0 0 0 145 1 0 0 20 0 20 0 106525490 26630336512 3976981 33554432000 4194304 4196468 140722967147296 139947476486176 139949210101461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 8 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9242] ppid=9224 vsize=26006188 memory=2428 CPUtime=1.62 cores=0-7
/proc/9226/task/9242/stat : 9242 (java) S 9224 9224 8234 0 -1 1077944384 8820 0 0 0 159 3 0 0 20 0 20 0 106525490 26630336512 3976981 33554432000 4194304 4196468 140722967147296 139947475433888 139949210101461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9243] ppid=9224 vsize=26006188 memory=4126316290023845779 CPUtime=0.57 cores=0-7
/proc/9226/task/9243/stat : 9243 (java) S 9224 9224 8234 0 -1 1077944384 6435 0 0 0 56 1 0 0 20 0 20 0 106525490 26630336512 3976981 33554432000 4194304 4196468 140722967147296 139947474381088 139949210101461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9244] ppid=9224 vsize=26006188 memory=15907816 CPUtime=0 cores=0-7
/proc/9226/task/9244/stat : 9244 (java) S 9224 9224 8234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 106525490 26630336512 3976981 33554432000 4194304 4196468 140722967147296 139947473328992 139949210101461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9245] ppid=9224 vsize=26006188 memory=1384 CPUtime=0.32 cores=0-7
/proc/9226/task/9245/stat : 9245 (java) S 9224 9224 8234 0 -1 1077944384 2285 0 0 0 19 13 0 0 20 0 20 0 106525490 26630336512 3976981 33554432000 4194304 4196468 140722967147296 139947472276272 139949210102402 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 9 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
Current children cumulated CPU time: 6433.33 s
Current children cumulated vsize: 26015700 KiB
Current children cumulated memory: 15909308 KiB

[startup+955.401 s]
/proc/loadavg: 7.12 7.43 7.27 9/200 9283
/proc/meminfo: memFree=11027540/32770624 swapFree=67108860/67108860
[pid=9224] ppid=9221 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/9224/stat : 9224 (xcsp3-exec) S 9221 9224 8234 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 106525484 9740288 346 33554432000 4194304 5098028 140734782939696 140734782937800 139930165740156 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 7438336 140734782948452 140734782948663 140734782948663 140734782951403 0
/proc/9224/statm: 2378 346 289 221 0 87 0
[pid=9226] ppid=9224 vsize=26006188 memory=15907924 CPUtime=6433.78 cores=0-7
/proc/9226/stat : 9226 (java) S 9224 9224 8234 0 -1 1077944320 1909227 0 0 0 635958 7420 0 0 20 0 20 0 106525484 26630336512 3976981 33554432000 4194304 4196468 140722967147296 140722967129840 139949210091255 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
/proc/9226/statm: 6501547 3976981 3279 1 0 6488781 0
[pid=9226/tid=9227] ppid=9224 vsize=26006188 memory=8112282956445269571 CPUtime=137.62 cores=0-7
/proc/9226/task/9227/stat : 9227 (java) S 9224 9224 8234 0 -1 1077944384 15936 0 0 0 13739 23 0 0 20 0 20 0 106525484 26630336512 3976981 33554432000 4194304 4196468 140722967147296 139949214331504 139949210101461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9228] ppid=9224 vsize=26006188 memory=4624 CPUtime=783.58 cores=0-7
/proc/9226/task/9228/stat : 9228 (java) S 9224 9224 8234 0 -1 1077944384 113955 0 0 0 77442 916 0 0 20 0 20 0 106525485 26630336512 3976981 33554432000 4194304 4196468 140722967147296 139949162711952 139949210101461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 68 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9229] ppid=9224 vsize=26006188 memory=1424 CPUtime=784.43 cores=0-7
/proc/9226/task/9229/stat : 9229 (java) S 9224 9224 8234 0 -1 1077944384 117582 0 0 0 77617 826 0 0 20 0 20 0 106525485 26630336512 3976981 33554432000 4194304 4196468 140722967147296 139949161659152 139949210101461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 74 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9230] ppid=9224 vsize=26006188 memory=13056 CPUtime=785.42 cores=0-7
/proc/9226/task/9230/stat : 9230 (java) S 9224 9224 8234 0 -1 1077944384 127912 0 0 0 77551 991 0 0 20 0 20 0 106525485 26630336512 3976981 33554432000 4194304 4196468 140722967147296 139948766657680 139949210101461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 71 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9231] ppid=9224 vsize=26006188 memory=792 CPUtime=784.85 cores=0-7
/proc/9226/task/9231/stat : 9231 (java) S 9224 9224 8234 0 -1 1077944384 115736 0 0 0 77579 906 0 0 20 0 20 0 106525485 26630336512 3976981 33554432000 4194304 4196468 140722967147296 139948765604880 139949210101461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 70 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9232] ppid=9224 vsize=26006188 memory=1008 CPUtime=783.21 cores=0-7
/proc/9226/task/9232/stat : 9232 (java) S 9224 9224 8234 0 -1 1077944384 124278 0 0 0 77435 886 0 0 20 0 20 0 106525485 26630336512 3976981 33554432000 4194304 4196468 140722967147296 139948764551568 139949210101461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 69 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9233] ppid=9224 vsize=26006188 memory=10592 CPUtime=784.51 cores=0-7
/proc/9226/task/9233/stat : 9233 (java) S 9224 9224 8234 0 -1 1077944384 133460 0 0 0 77506 945 0 0 20 0 20 0 106525485 26630336512 3976981 33554432000 4194304 4196468 140722967147296 139948763498768 139949210101461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 70 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9234] ppid=9224 vsize=26006188 memory=1204 CPUtime=785.31 cores=0-7
/proc/9226/task/9234/stat : 9234 (java) S 9224 9224 8234 0 -1 1077944384 116964 0 0 0 77651 880 0 0 20 0 20 0 106525485 26630336512 3976981 33554432000 4194304 4196468 140722967147296 139948762446480 139949210101461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 72 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9235] ppid=9224 vsize=26006188 memory=15872 CPUtime=785.04 cores=0-7
/proc/9226/task/9235/stat : 9235 (java) S 9224 9224 8234 0 -1 1077944384 139159 0 0 0 77530 974 0 0 20 0 20 0 106525485 26630336512 3976981 33554432000 4194304 4196468 140722967147296 139948761393680 139949210101461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 77 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9236] ppid=9224 vsize=26006188 memory=16444 CPUtime=14.56 cores=0-7
/proc/9226/task/9236/stat : 9236 (java) R 9224 9224 8234 0 -1 4202560 868280 0 0 0 1400 56 0 0 20 0 20 0 106525487 26630336512 3976981 33554432000 4194304 4196468 140722967147296 139947481748560 139949188461416 0 0 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9237] ppid=9224 vsize=26006188 memory=4052 CPUtime=0 cores=0-7
/proc/9226/task/9237/stat : 9237 (java) S 9224 9224 8234 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 20 0 106525487 26630336512 3976981 33554432000 4194304 4196468 140722967147296 139947480696160 139949210101461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9238] ppid=9224 vsize=26006188 memory=16996 CPUtime=0 cores=0-7
/proc/9226/task/9238/stat : 9238 (java) S 9224 9224 8234 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 20 0 106525487 26630336512 3976981 33554432000 4194304 4196468 140722967147296 139947479643776 139949210101461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9239] ppid=9224 vsize=26006188 memory=1236 CPUtime=0 cores=0-7
/proc/9226/task/9239/stat : 9239 (java) S 9224 9224 8234 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106525490 26630336512 3976981 33554432000 4194304 4196468 140722967147296 139947478592080 139949210109851 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9240] ppid=9224 vsize=26006188 memory=1792 CPUtime=1.14 cores=0-7
/proc/9226/task/9240/stat : 9240 (java) S 9224 9224 8234 0 -1 1077944384 7437 0 0 0 113 1 0 0 20 0 20 0 106525490 26630336512 3976981 33554432000 4194304 4196468 140722967147296 139947477538688 139949210101461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9241] ppid=9224 vsize=26006188 memory=640 CPUtime=1.46 cores=0-7
/proc/9226/task/9241/stat : 9241 (java) S 9224 9224 8234 0 -1 1077944384 9582 0 0 0 145 1 0 0 20 0 20 0 106525490 26630336512 3976981 33554432000 4194304 4196468 140722967147296 139947476486176 139949210101461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 8 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9242] ppid=9224 vsize=26006188 memory=956 CPUtime=1.62 cores=0-7
/proc/9226/task/9242/stat : 9242 (java) S 9224 9224 8234 0 -1 1077944384 8820 0 0 0 159 3 0 0 20 0 20 0 106525490 26630336512 3976981 33554432000 4194304 4196468 140722967147296 139947475433888 139949210101461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9243] ppid=9224 vsize=26006188 memory=2344 CPUtime=0.57 cores=0-7
/proc/9226/task/9243/stat : 9243 (java) S 9224 9224 8234 0 -1 1077944384 6435 0 0 0 56 1 0 0 20 0 20 0 106525490 26630336512 3976981 33554432000 4194304 4196468 140722967147296 139947474381088 139949210101461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9244] ppid=9224 vsize=26006188 memory=1576 CPUtime=0 cores=0-7
/proc/9226/task/9244/stat : 9244 (java) S 9224 9224 8234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 106525490 26630336512 3976981 33554432000 4194304 4196468 140722967147296 139947473328992 139949210101461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
[pid=9226/tid=9245] ppid=9224 vsize=26006188 memory=932 CPUtime=0.32 cores=0-7
/proc/9226/task/9245/stat : 9245 (java) S 9224 9224 8234 0 -1 1077944384 2285 0 0 0 19 13 0 0 20 0 20 0 106525490 26630336512 3976981 33554432000 4194304 4196468 140722967147296 139947472276272 139949210102402 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 9 0 0 6293624 6294260 8912896 140722967151762 140722967151939 140722967151939 140722967154639 0
Current children cumulated CPU time: 6433.78 s
Current children cumulated vsize: 26015700 KiB
Current children cumulated memory: 15909308 KiB

[startup+955.501 s]
/proc/loadavg: 7.12 7.43 7.27 9/200 9283
/proc/meminfo: memFree=11027540/32770624 swapFree=67108860/67108860
[pid=9224] ppid=9221 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/9224/stat : 9224 (xcsp3-exec) S 9221 9224 8234 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 106525484 9740288 346 33554432000 4194304 5098028 140734782939696 140734782937800 139930165740156 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 7438336 140734782948452 140734782948663 140734782948663 140734782951403 0
/proc/9224/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): 955.522
CPU time (s): 6433.91
CPU user time (s): 6359.63
CPU system time (s): 74.2875
CPU usage (%): 673.341
Max. virtual memory (cumulated for all children) (KiB): 26015700
Max. memory (cumulated for all children) (KiB): 15909308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6359.63
system time used= 74.2875
maximum resident set size= 15908072
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1916484
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1360
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 169900
involuntary context switches= 230925


# summary of solver processes directly reported to runsolver:
#   pid: 9224
#   total CPU time (s): 6433.91
#   total CPU user time (s): 6359.63
#   total CPU system time (s): 74.2875

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.3714 second user time and 10.0551 second system time

The end

Launcher Data

Begin job on node114 at 2017-08-14 19:58:38
IDJOB=4271223
IDBENCH=126926
IDSOLVER=2662
FILE ID=node114/4271223-1502734377
RUNJOBID= node114-1502730962-8261
PBS_JOBID= 20629049
Free space on /tmp= 61700 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/RoomMate/RoomMate-int-s1/RoomMate-sr0090-int.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-4271223-1502734377/watcher-4271223-1502734377 -o /tmp/evaluation-result-4271223-1502734377/solver-4271223-1502734377 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node114-1502730962-8261 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 1788641844 HOME/instance-4271223-1502734377.xml

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

MD5SUM BENCH= 736de82f791153c97c8888e5ab3f097d
RANDOM SEED=1788641844

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:        26949896 kB
MemAvailable:   31984788 kB
Buffers:          198124 kB
Cached:          5124212 kB
SwapCached:            0 kB
Active:           467012 kB
Inactive:        4910360 kB
Active(anon):      57392 kB
Inactive(anon):    25124 kB
Active(file):     409620 kB
Inactive(file):  4885236 kB
Unevictable:        6432 kB
Mlocked:            6432 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8216 kB
Writeback:             0 kB
AnonPages:        198484 kB
Mapped:            44968 kB
Shmem:             25224 kB
Slab:             137916 kB
SReclaimable:     111740 kB
SUnreclaim:        26176 kB
KernelStack:        3280 kB
PageTables:         5072 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     323820 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    145408 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= 61692 MiB
End job on node114 at 2017-08-14 20:14:34