Trace number 4271224

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)? 12261.9 1757.15

General information on the benchmark

NameRoomMate/
RoomMate-int-s1/RoomMate-sr1000b-int.xml
MD5SUMfdcb353b2918313db809b139313e7b9f
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1000
Number of constraints1998000
Number of domains1
Minimum domain size999
Maximum domain size999
Distribution of domain sizes[{"size":999,"count":1000}]
Minimum variable degree3996
Maximum variable degree3996
Distribution of variable degrees[{"degree":3996,"count":1000}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":1998000}]
Number of extensional constraints0
Number of intensional constraints1998000
Distribution of constraint types[{"type":"intension","count":1998000}]
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-4271224-1502734024.xml"  -tl '20160s' -p 8 -x 0
0.12/0.14	c [HOME/instance-4271224-1502734024.xml, -tl, 20160s, -p, 8, -x, 0]
0.12/0.20	c 8 solvers in parallel
0.33/0.27	c parse instance...
12261.61/1756.99	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
12261.61/1756.99		at org.chocosolver.solver.constraints.extension.TuplesFactory.generateTuples(TuplesFactory.java:88)
12261.61/1756.99		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:148)
12261.61/1756.99		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
12261.61/1756.99		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
12261.61/1756.99		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
12261.61/1756.99		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
12261.61/1756.99		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$346(XCallbacks.java:440)
12261.61/1756.99		at org.xcsp.parser.XCallbacks$$Lambda$52/715378067.accept(Unknown Source)
12261.61/1756.99		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
12261.61/1756.99		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
12261.61/1756.99		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
12261.61/1756.99		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1406)
12261.61/1756.99		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
12261.61/1756.99		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
12261.61/1756.99		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:260)
12261.61/1756.99		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
12261.61/1756.99		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:112)
12261.61/1756.99		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
12261.61/1756.99		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:23)
12261.61/1756.99	s UNKNOWN
12261.61/1756.99	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 (12232 MiB free)
  memory of node 1: 16384 MiB (13517 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4271224-1502734024/watcher-4271224-1502734024 -o /tmp/evaluation-result-4271224-1502734024/solver-4271224-1502734024 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node105-1502725225-7069 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 1828934478 HOME/instance-4271224-1502734024.xml 

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

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


[startup+0.100065 s]*
/proc/loadavg: 8.90 8.54 8.38 2/200 9104
/proc/meminfo: memFree=26351744/32770624 swapFree=67108860/67108860
[pid=9083] ppid=9080 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/9083/stat : 9083 (xcsp3-exec) S 9080 9083 7042 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 106474211 9740288 346 33554432000 4194304 5098028 140731736512384 140731736510488 140565393687164 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27074560 140731736515684 140731736515895 140731736515895 140731736518635 0
/proc/9083/statm: 2378 346 289 221 0 87 0
[pid=9085] ppid=9083 vsize=25999808 memory=25928 CPUtime=0.12 cores=0-7
/proc/9085/stat : 9085 (java) S 9083 9083 7042 0 -1 1077944320 5313 0 0 0 11 1 0 0 20 0 20 0 106474211 26623803392 6482 33554432000 4194304 4196468 140725634423024 140725634405568 140541625749239 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
/proc/9085/statm: 6499952 6482 2895 1 0 6488269 0
[pid=9085/tid=9086] ppid=9083 vsize=25999808 memory=4134692831991783777 CPUtime=0.08 cores=0-7
/proc/9085/task/9086/stat : 9086 (java) R 9083 9083 7042 0 -1 4202560 3297 0 0 0 8 0 0 0 20 0 20 0 106474211 26623803392 6482 33554432000 4194304 4196468 140725634423024 140541629981152 140541625771165 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9087] ppid=9083 vsize=25999808 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/9085/task/9087/stat : 9087 (java) S 9083 9083 7042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106474212 26623803392 6482 33554432000 4194304 4196468 140725634423024 140541184485904 140541625759445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9088] ppid=9083 vsize=25999808 memory=140661454014080 CPUtime=0 cores=0-7
/proc/9085/task/9088/stat : 9088 (java) S 9083 9083 7042 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106474212 26623803392 6482 33554432000 4194304 4196468 140725634423024 140541183433360 140541625759445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9089] ppid=9083 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/9085/task/9089/stat : 9089 (java) S 9083 9083 7042 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106474212 26623803392 6482 33554432000 4194304 4196468 140725634423024 140541182380304 140541625759445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9090] ppid=9083 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/9085/task/9090/stat : 9090 (java) S 9083 9083 7042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 106474212 26623803392 6482 33554432000 4194304 4196468 140725634423024 140541181327760 140541625759445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9091] ppid=9083 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/9085/task/9091/stat : 9091 (java) S 9083 9083 7042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106474212 26623803392 6482 33554432000 4194304 4196468 140725634423024 140541180275728 140541625759445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9092] ppid=9083 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/9085/task/9092/stat : 9092 (java) S 9083 9083 7042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106474212 26623803392 6482 33554432000 4194304 4196468 140725634423024 140541179223184 140541625759445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9093] ppid=9083 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/9085/task/9093/stat : 9093 (java) S 9083 9083 7042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106474212 26623803392 6482 33554432000 4194304 4196468 140725634423024 140541178170128 140541625759445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9094] ppid=9083 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/9085/task/9094/stat : 9094 (java) S 9083 9083 7042 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106474212 26623803392 6482 33554432000 4194304 4196468 140725634423024 140541177117584 140541625759445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9095] ppid=9083 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/9085/task/9095/stat : 9095 (java) S 9083 9083 7042 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106474213 26623803392 6482 33554432000 4194304 4196468 140725634423024 140541021686000 140541625760386 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9096] ppid=9083 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/9085/task/9096/stat : 9096 (java) S 9083 9083 7042 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 106474214 26623803392 6482 33554432000 4194304 4196468 140725634423024 140541020632224 140541625759445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9097] ppid=9083 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/9085/task/9097/stat : 9097 (java) S 9083 9083 7042 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 106474214 26623803392 6482 33554432000 4194304 4196468 140725634423024 140541019579120 140541625759445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9098] ppid=9083 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/9085/task/9098/stat : 9098 (java) S 9083 9083 7042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106474216 26623803392 6482 33554432000 4194304 4196468 140725634423024 140541018527696 140541625767835 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9099] ppid=9083 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/9085/task/9099/stat : 9099 (java) S 9083 9083 7042 0 -1 1077944384 418 0 0 0 0 0 0 0 20 0 20 0 106474216 26623803392 6482 33554432000 4194304 4196468 140725634423024 140541017475824 140541625760386 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9100] ppid=9083 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/9085/task/9100/stat : 9100 (java) S 9083 9083 7042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 106474216 26623803392 6482 33554432000 4194304 4196468 140725634423024 140541016423280 140541625760386 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9101] ppid=9083 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/9085/task/9101/stat : 9101 (java) S 9083 9083 7042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106474216 26623803392 6482 33554432000 4194304 4196468 140725634423024 140541015370224 140541625760386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9102] ppid=9083 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/9085/task/9102/stat : 9102 (java) S 9083 9083 7042 0 -1 1077944384 286 0 0 0 1 0 0 0 20 0 20 0 106474216 26623803392 6482 33554432000 4194304 4196468 140725634423024 140541014317680 140541625760386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9103] ppid=9083 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/9085/task/9103/stat : 9103 (java) S 9083 9083 7042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 106474217 26623803392 6482 33554432000 4194304 4196468 140725634423024 140541013264864 140541625759445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9104] ppid=9083 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/9085/task/9104/stat : 9104 (java) S 9083 9083 7042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106474217 26623803392 6482 33554432000 4194304 4196468 140725634423024 140541012212400 140541625760386 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 27312 KiB

[startup+0.210388 s]*
/proc/loadavg: 8.90 8.54 8.38 4/200 9104
/proc/meminfo: memFree=26340968/32770624 swapFree=67108860/67108860
[pid=9083] ppid=9080 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/9083/stat : 9083 (xcsp3-exec) S 9080 9083 7042 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 106474211 9740288 346 33554432000 4194304 5098028 140731736512384 140731736510488 140565393687164 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27074560 140731736515684 140731736515895 140731736515895 140731736518635 0
/proc/9083/statm: 2378 346 289 221 0 87 0
[pid=9085] ppid=9083 vsize=26004064 memory=37840 CPUtime=0.33 cores=0-7
/proc/9085/stat : 9085 (java) S 9083 9083 7042 0 -1 1077944320 7987 0 0 0 31 2 0 0 20 0 20 0 106474211 26628161536 9460 33554432000 4194304 4196468 140725634423024 140725634405568 140541625749239 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
/proc/9085/statm: 6501016 9460 3074 1 0 6488269 0
[pid=9085/tid=9086] ppid=9083 vsize=26004064 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/9085/task/9086/stat : 9086 (java) R 9083 9083 7042 0 -1 4202560 5012 0 0 0 18 1 0 0 20 0 20 0 106474211 26628161536 9460 33554432000 4194304 4196468 140725634423024 140541629953984 140541625771165 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9087] ppid=9083 vsize=26004064 memory=329 CPUtime=0 cores=0-7
/proc/9085/task/9087/stat : 9087 (java) S 9083 9083 7042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106474212 26628161536 9460 33554432000 4194304 4196468 140725634423024 140541184485904 140541625759445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9088] ppid=9083 vsize=26004064 memory=140661454023420 CPUtime=0 cores=0-7
/proc/9085/task/9088/stat : 9088 (java) S 9083 9083 7042 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106474212 26628161536 9460 33554432000 4194304 4196468 140725634423024 140541183433360 140541625759445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9089] ppid=9083 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/9085/task/9089/stat : 9089 (java) S 9083 9083 7042 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106474212 26628161536 9460 33554432000 4194304 4196468 140725634423024 140541182380304 140541625759445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9090] ppid=9083 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/9085/task/9090/stat : 9090 (java) S 9083 9083 7042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 106474212 26628161536 9460 33554432000 4194304 4196468 140725634423024 140541181327760 140541625759445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9091] ppid=9083 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/9085/task/9091/stat : 9091 (java) S 9083 9083 7042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106474212 26628161536 9460 33554432000 4194304 4196468 140725634423024 140541180275728 140541625759445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9092] ppid=9083 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/9085/task/9092/stat : 9092 (java) S 9083 9083 7042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106474212 26628161536 9460 33554432000 4194304 4196468 140725634423024 140541179223184 140541625759445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9093] ppid=9083 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/9085/task/9093/stat : 9093 (java) S 9083 9083 7042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106474212 26628161536 9460 33554432000 4194304 4196468 140725634423024 140541178170128 140541625759445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9094] ppid=9083 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/9085/task/9094/stat : 9094 (java) S 9083 9083 7042 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106474212 26628161536 9460 33554432000 4194304 4196468 140725634423024 140541177117584 140541625759445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9095] ppid=9083 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/9085/task/9095/stat : 9095 (java) S 9083 9083 7042 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106474213 26628161536 9460 33554432000 4194304 4196468 140725634423024 140541021686000 140541625760386 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9096] ppid=9083 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/9085/task/9096/stat : 9096 (java) S 9083 9083 7042 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 106474214 26628161536 9460 33554432000 4194304 4196468 140725634423024 140541020632224 140541625759445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9097] ppid=9083 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/9085/task/9097/stat : 9097 (java) S 9083 9083 7042 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 106474214 26628161536 9460 33554432000 4194304 4196468 140725634423024 140541019579120 140541625759445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9098] ppid=9083 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/9085/task/9098/stat : 9098 (java) S 9083 9083 7042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106474216 26628161536 9460 33554432000 4194304 4196468 140725634423024 140541018527696 140541625767835 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9099] ppid=9083 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/9085/task/9099/stat : 9099 (java) S 9083 9083 7042 0 -1 1077944384 485 0 0 0 1 0 0 0 20 0 20 0 106474216 26628161536 9460 33554432000 4194304 4196468 140725634423024 140541017475824 140541625760386 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9100] ppid=9083 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/9085/task/9100/stat : 9100 (java) S 9083 9083 7042 0 -1 1077944384 152 0 0 0 1 0 0 0 20 0 20 0 106474216 26628161536 9460 33554432000 4194304 4196468 140725634423024 140541016423280 140541625760386 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9101] ppid=9083 vsize=26004064 memory=-1 CPUtime=0.01 cores=0-7
/proc/9085/task/9101/stat : 9101 (java) S 9083 9083 7042 0 -1 1077944384 148 0 0 0 1 0 0 0 20 0 20 0 106474216 26628161536 9460 33554432000 4194304 4196468 140725634423024 140541015370224 140541625760386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9102] ppid=9083 vsize=26004064 memory=-1 CPUtime=0.07 cores=0-7
/proc/9085/task/9102/stat : 9102 (java) R 9083 9083 7042 0 -1 4202560 883 0 0 0 7 0 0 0 20 0 20 0 106474216 26628161536 9460 33554432000 4194304 4196468 140725634423024 140541014317680 140541625761174 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9103] ppid=9083 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/9085/task/9103/stat : 9103 (java) S 9083 9083 7042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 106474217 26628161536 9460 33554432000 4194304 4196468 140725634423024 140541013264864 140541625759445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9104] ppid=9083 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/9085/task/9104/stat : 9104 (java) S 9083 9083 7042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106474217 26628161536 9460 33554432000 4194304 4196468 140725634423024 140541012212400 140541625760386 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 39224 KiB

[startup+0.310314 s]*
/proc/loadavg: 8.90 8.54 8.38 4/200 9104
/proc/meminfo: memFree=26336192/32770624 swapFree=67108860/67108860
[pid=9083] ppid=9080 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/9083/stat : 9083 (xcsp3-exec) S 9080 9083 7042 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 106474211 9740288 346 33554432000 4194304 5098028 140731736512384 140731736510488 140565393687164 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27074560 140731736515684 140731736515895 140731736515895 140731736518635 0
/proc/9083/statm: 2378 346 289 221 0 87 0
[pid=9085] ppid=9083 vsize=26004064 memory=43032 CPUtime=0.5 cores=0-7
/proc/9085/stat : 9085 (java) S 9083 9083 7042 0 -1 1077944320 8934 0 0 0 47 3 0 0 20 0 20 0 106474211 26628161536 10758 33554432000 4194304 4196468 140725634423024 140725634405568 140541625749239 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
/proc/9085/statm: 6501016 10758 3111 1 0 6488269 0
[pid=9085/tid=9086] ppid=9083 vsize=26004064 memory=8112282956445269571 CPUtime=0.3 cores=0-7
/proc/9085/task/9086/stat : 9086 (java) R 9083 9083 7042 0 -1 4202560 5688 0 0 0 28 2 0 0 20 0 20 0 106474211 26628161536 10758 33554432000 4194304 4196468 140725634423024 140541629988176 140541625761174 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9087] ppid=9083 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/9085/task/9087/stat : 9087 (java) S 9083 9083 7042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106474212 26628161536 10758 33554432000 4194304 4196468 140725634423024 140541184485904 140541625759445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9088] ppid=9083 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/9085/task/9088/stat : 9088 (java) S 9083 9083 7042 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106474212 26628161536 10758 33554432000 4194304 4196468 140725634423024 140541183433360 140541625759445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9089] ppid=9083 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/9085/task/9089/stat : 9089 (java) S 9083 9083 7042 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106474212 26628161536 10758 33554432000 4194304 4196468 140725634423024 140541182380304 140541625759445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9090] ppid=9083 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/9085/task/9090/stat : 9090 (java) S 9083 9083 7042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 106474212 26628161536 10758 33554432000 4194304 4196468 140725634423024 140541181327760 140541625759445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9091] ppid=9083 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/9085/task/9091/stat : 9091 (java) S 9083 9083 7042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106474212 26628161536 10758 33554432000 4194304 4196468 140725634423024 140541180275728 140541625759445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9092] ppid=9083 vsize=26004064 memory=140661319889839 CPUtime=0 cores=0-7
/proc/9085/task/9092/stat : 9092 (java) S 9083 9083 7042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106474212 26628161536 10758 33554432000 4194304 4196468 140725634423024 140541179223184 140541625759445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9093] ppid=9083 vsize=26004064 memory=140661319892144 CPUtime=0 cores=0-7
/proc/9085/task/9093/stat : 9093 (java) S 9083 9083 7042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106474212 26628161536 10758 33554432000 4194304 4196468 140725634423024 140541178170128 140541625759445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9094] ppid=9083 vsize=26004064 memory=140661319894448 CPUtime=0 cores=0-7
/proc/9085/task/9094/stat : 9094 (java) S 9083 9083 7042 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106474212 26628161536 10758 33554432000 4194304 4196468 140725634423024 140541177117584 140541625759445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9095] ppid=9083 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/9085/task/9095/stat : 9095 (java) S 9083 9083 7042 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106474213 26628161536 10758 33554432000 4194304 4196468 140725634423024 140541021686000 140541625760386 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9096] ppid=9083 vsize=26004064 memory=281322639795856 CPUtime=0 cores=0-7
/proc/9085/task/9096/stat : 9096 (java) S 9083 9083 7042 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 106474214 26628161536 10758 33554432000 4194304 4196468 140725634423024 140541020632224 140541625759445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9097] ppid=9083 vsize=26004064 memory=281322639802768 CPUtime=0 cores=0-7
/proc/9085/task/9097/stat : 9097 (java) S 9083 9083 7042 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 106474214 26628161536 10758 33554432000 4194304 4196468 140725634423024 140541019579120 140541625759445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9098] ppid=9083 vsize=26004064 memory=281322639744048 CPUtime=0 cores=0-7
/proc/9085/task/9098/stat : 9098 (java) S 9083 9083 7042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106474216 26628161536 10758 33554432000 4194304 4196468 140725634423024 140541018527696 140541625767835 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9099] ppid=9083 vsize=26004064 memory=281322639816592 CPUtime=0.02 cores=0-7
/proc/9085/task/9099/stat : 9099 (java) S 9083 9083 7042 0 -1 1077944384 487 0 0 0 2 0 0 0 20 0 20 0 106474216 26628161536 10758 33554432000 4194304 4196468 140725634423024 140541017475824 140541625760386 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9100] ppid=9083 vsize=26004064 memory=281322639823504 CPUtime=0.02 cores=0-7
/proc/9085/task/9100/stat : 9100 (java) S 9083 9083 7042 0 -1 1077944384 153 0 0 0 2 0 0 0 20 0 20 0 106474216 26628161536 10758 33554432000 4194304 4196468 140725634423024 140541016423280 140541625760386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9101] ppid=9083 vsize=26004064 memory=281322639821200 CPUtime=0.02 cores=0-7
/proc/9085/task/9101/stat : 9101 (java) R 9083 9083 7042 0 -1 4202560 221 0 0 0 2 0 0 0 20 0 20 0 106474216 26628161536 10758 33554432000 4194304 4196468 140725634423024 140541015370224 140541603725938 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9102] ppid=9083 vsize=26004064 memory=281322639837360 CPUtime=0.12 cores=0-7
/proc/9085/task/9102/stat : 9102 (java) R 9083 9083 7042 0 -1 4202560 1085 0 0 0 12 0 0 0 20 0 20 0 106474216 26628161536 10758 33554432000 4194304 4196468 140725634423024 140541014317680 140541604710889 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9103] ppid=9083 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/9085/task/9103/stat : 9103 (java) S 9083 9083 7042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 106474217 26628161536 10758 33554432000 4194304 4196468 140725634423024 140541013264864 140541625759445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9104] ppid=9083 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/9085/task/9104/stat : 9104 (java) S 9083 9083 7042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106474217 26628161536 10758 33554432000 4194304 4196468 140725634423024 140541012212400 140541625760386 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 44416 KiB

[startup+0.701293 s]
/proc/loadavg: 8.90 8.54 8.38 3/200 9104
/proc/meminfo: memFree=26279464/32770624 swapFree=67108860/67108860
[pid=9083] ppid=9080 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/9083/stat : 9083 (xcsp3-exec) S 9080 9083 7042 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 106474211 9740288 346 33554432000 4194304 5098028 140731736512384 140731736510488 140565393687164 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27074560 140731736515684 140731736515895 140731736515895 140731736518635 0
/proc/9083/statm: 2378 346 289 221 0 87 0
[pid=9085] ppid=9083 vsize=26004064 memory=243024 CPUtime=1.71 cores=0-7
/proc/9085/stat : 9085 (java) S 9083 9083 7042 0 -1 1077944320 12221 0 0 0 144 27 0 0 20 0 20 0 106474211 26628161536 60756 33554432000 4194304 4196468 140725634423024 140725634405568 140541625749239 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
/proc/9085/statm: 6501016 60756 3151 1 0 6488269 0
[pid=9085/tid=9086] ppid=9083 vsize=26004064 memory=281322640195248 CPUtime=0.62 cores=0-7
/proc/9085/task/9086/stat : 9086 (java) S 9083 9083 7042 0 -1 1077944384 5750 0 0 0 57 5 0 0 20 0 20 0 106474211 26628161536 60756 33554432000 4194304 4196468 140725634423024 140541629988304 140541625759445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9087] ppid=9083 vsize=26004064 memory=140661320098672 CPUtime=0.04 cores=0-7
/proc/9085/task/9087/stat : 9087 (java) R 9083 9083 7042 0 -1 4202560 43 0 0 0 2 2 0 0 20 0 20 0 106474212 26628161536 60756 33554432000 4194304 4196468 140725634423024 140541184483424 140541610766944 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9088] ppid=9083 vsize=26004064 memory=0 CPUtime=0.04 cores=0-7
/proc/9085/task/9088/stat : 9088 (java) R 9083 9083 7042 0 -1 4202560 38 0 0 0 2 2 0 0 20 0 20 0 106474212 26628161536 60756 33554432000 4194304 4196468 140725634423024 140541183433360 140541610777113 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9089] ppid=9083 vsize=26004064 memory=1428 CPUtime=0.04 cores=0-7
/proc/9085/task/9089/stat : 9089 (java) R 9083 9083 7042 0 -1 4202560 36 0 0 0 2 2 0 0 20 0 20 0 106474212 26628161536 60756 33554432000 4194304 4196468 140725634423024 140541182380504 140541610777113 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0

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

[pid=9085/tid=9088] ppid=9083 vsize=26006188 memory=1728 CPUtime=1501.75 cores=0-7
/proc/9085/task/9088/stat : 9088 (java) S 9083 9083 7042 0 -1 1077944384 818006 0 0 0 149377 798 0 0 20 0 20 0 106474212 26630336512 5577023 33554432000 4194304 4196468 140725634423024 140541183433360 140541625759445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 28 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9089] ppid=9083 vsize=26006188 memory=12032 CPUtime=1501.06 cores=0-7
/proc/9085/task/9089/stat : 9089 (java) S 9083 9083 7042 0 -1 1077944384 476156 0 0 0 149318 788 0 0 20 0 20 0 106474212 26630336512 5577023 33554432000 4194304 4196468 140725634423024 140541182380304 140541625759445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 25 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9090] ppid=9083 vsize=26006188 memory=8112282956445269571 CPUtime=1503.49 cores=0-7
/proc/9085/task/9090/stat : 9090 (java) S 9083 9083 7042 0 -1 1077944384 655593 0 0 0 149627 722 0 0 20 0 20 0 106474212 26630336512 5577023 33554432000 4194304 4196468 140725634423024 140541181327760 140541625759445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 26 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9091] ppid=9083 vsize=26006188 memory=1196 CPUtime=1500.82 cores=0-7
/proc/9085/task/9091/stat : 9091 (java) S 9083 9083 7042 0 -1 1077944384 701612 0 0 0 149305 777 0 0 20 0 20 0 106474212 26630336512 5577023 33554432000 4194304 4196468 140725634423024 140541180275728 140541625759445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 23 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9092] ppid=9083 vsize=26006188 memory=4012 CPUtime=1503.58 cores=0-7
/proc/9085/task/9092/stat : 9092 (java) S 9083 9083 7042 0 -1 1077944384 884500 0 0 0 149597 761 0 0 20 0 20 0 106474212 26630336512 5577023 33554432000 4194304 4196468 140725634423024 140541179223184 140541625759445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 27 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9093] ppid=9083 vsize=26006188 memory=30280 CPUtime=1501.19 cores=0-7
/proc/9085/task/9093/stat : 9093 (java) S 9083 9083 7042 0 -1 1077944384 705057 0 0 0 149362 757 0 0 20 0 20 0 106474212 26630336512 5577023 33554432000 4194304 4196468 140725634423024 140541178170128 140541625759445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 26 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9094] ppid=9083 vsize=26006188 memory=1296 CPUtime=1501.06 cores=0-7
/proc/9085/task/9094/stat : 9094 (java) S 9083 9083 7042 0 -1 1077944384 626710 0 0 0 149349 757 0 0 20 0 20 0 106474212 26630336512 5577023 33554432000 4194304 4196468 140725634423024 140541177117584 140541625759445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 27 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9095] ppid=9083 vsize=26006188 memory=2400 CPUtime=130.75 cores=0-7
/proc/9085/task/9095/stat : 9095 (java) R 9083 9083 7042 0 -1 4202560 1047846 0 0 0 12997 78 0 0 20 0 20 0 106474213 26630336512 5577023 33554432000 4194304 4196468 140725634423024 140541021684432 140541610745732 0 0 0 16800975 0 0 0 -1 1 0 0 41 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9096] ppid=9083 vsize=26006188 memory=1728 CPUtime=0 cores=0-7
/proc/9085/task/9096/stat : 9096 (java) S 9083 9083 7042 0 -1 1077944384 146 0 0 0 0 0 0 0 20 0 20 0 106474214 26630336512 5577023 33554432000 4194304 4196468 140725634423024 140541020632288 140541625759445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9097] ppid=9083 vsize=26006188 memory=12032 CPUtime=0 cores=0-7
/proc/9085/task/9097/stat : 9097 (java) S 9083 9083 7042 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 20 0 106474214 26630336512 5577023 33554432000 4194304 4196468 140725634423024 140541019579136 140541625759445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9098] ppid=9083 vsize=26006188 memory=1708 CPUtime=0 cores=0-7
/proc/9085/task/9098/stat : 9098 (java) S 9083 9083 7042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106474216 26630336512 5577023 33554432000 4194304 4196468 140725634423024 140541018527696 140541625767835 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9099] ppid=9083 vsize=26006188 memory=1012 CPUtime=1.24 cores=0-7
/proc/9085/task/9099/stat : 9099 (java) S 9083 9083 7042 0 -1 1077944384 7654 0 0 0 122 2 0 0 20 0 20 0 106474216 26630336512 5577023 33554432000 4194304 4196468 140725634423024 140541017475872 140541625759445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9100] ppid=9083 vsize=26006188 memory=796 CPUtime=1.64 cores=0-7
/proc/9085/task/9100/stat : 9100 (java) S 9083 9083 7042 0 -1 1077944384 6084 0 0 0 163 1 0 0 20 0 20 0 106474216 26630336512 5577023 33554432000 4194304 4196468 140725634423024 140541016423328 140541625759445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9101] ppid=9083 vsize=26006188 memory=1228 CPUtime=1.26 cores=0-7
/proc/9085/task/9101/stat : 9101 (java) S 9083 9083 7042 0 -1 1077944384 4758 0 0 0 125 1 0 0 20 0 20 0 106474216 26630336512 5577023 33554432000 4194304 4196468 140725634423024 140541015369984 140541625759445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9102] ppid=9083 vsize=26006188 memory=5300 CPUtime=0.54 cores=0-7
/proc/9085/task/9102/stat : 9102 (java) S 9083 9083 7042 0 -1 1077944384 9199 0 0 0 53 1 0 0 20 0 20 0 106474216 26630336512 5577023 33554432000 4194304 4196468 140725634423024 140541014317728 140541625759445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9103] ppid=9083 vsize=26006188 memory=4616 CPUtime=0 cores=0-7
/proc/9085/task/9103/stat : 9103 (java) S 9083 9083 7042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 106474217 26630336512 5577023 33554432000 4194304 4196468 140725634423024 140541013264864 140541625759445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9104] ppid=9083 vsize=26006188 memory=1928 CPUtime=0.63 cores=0-7
/proc/9085/task/9104/stat : 9104 (java) S 9083 9083 7042 0 -1 1077944384 3307 0 0 0 31 32 0 0 20 0 20 0 106474217 26630336512 5577023 33554432000 4194304 4196468 140725634423024 140541012212400 140541625760386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 63 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
Current children cumulated CPU time: 12259.9 s
Current children cumulated vsize: 26015700 KiB
Current children cumulated memory: 22309476 KiB

[startup+1756 s]*
/proc/loadavg: 7.65 7.26 7.37 2/200 9150
/proc/meminfo: memFree=4030316/32770624 swapFree=67108860/67108860
[pid=9083] ppid=9080 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/9083/stat : 9083 (xcsp3-exec) S 9080 9083 7042 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 106474211 9740288 346 33554432000 4194304 5098028 140731736512384 140731736510488 140565393687164 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27074560 140731736515684 140731736515895 140731736515895 140731736518635 0
/proc/9083/statm: 2378 346 289 221 0 87 0
[pid=9085] ppid=9083 vsize=26006188 memory=22308092 CPUtime=12260.7 cores=0-7
/proc/9085/stat : 9085 (java) S 9083 9083 7042 0 -1 1077944320 6651474 0 0 0 1219858 6214 0 0 20 0 20 0 106474211 26630336512 5577023 33554432000 4194304 4196468 140725634423024 140725634405568 140541625749239 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
/proc/9085/statm: 6501547 5577023 3262 1 0 6488781 0
[pid=9085/tid=9086] ppid=9083 vsize=26006188 memory=10648 CPUtime=110.28 cores=0-7
/proc/9085/task/9086/stat : 9086 (java) S 9083 9083 7042 0 -1 1077944384 30086 0 0 0 10989 39 0 0 20 0 20 0 106474211 26630336512 5577023 33554432000 4194304 4196468 140725634423024 140541629989488 140541625759445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9087] ppid=9083 vsize=26006188 memory=15876 CPUtime=1500.49 cores=0-7
/proc/9085/task/9087/stat : 9087 (java) S 9083 9083 7042 0 -1 1077944384 671471 0 0 0 149331 718 0 0 20 0 20 0 106474212 26630336512 5577023 33554432000 4194304 4196468 140725634423024 140541184485904 140541625759445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 26 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9088] ppid=9083 vsize=26006188 memory=4872558044660077418 CPUtime=1501.75 cores=0-7
/proc/9085/task/9088/stat : 9088 (java) S 9083 9083 7042 0 -1 1077944384 818006 0 0 0 149377 798 0 0 20 0 20 0 106474212 26630336512 5577023 33554432000 4194304 4196468 140725634423024 140541183433360 140541625759445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 28 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9089] ppid=9083 vsize=26006188 memory=4128 CPUtime=1501.06 cores=0-7
/proc/9085/task/9089/stat : 9089 (java) S 9083 9083 7042 0 -1 1077944384 476156 0 0 0 149318 788 0 0 20 0 20 0 106474212 26630336512 5577023 33554432000 4194304 4196468 140725634423024 140541182380304 140541625759445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 25 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9090] ppid=9083 vsize=26006188 memory=2200 CPUtime=1503.49 cores=0-7
/proc/9085/task/9090/stat : 9090 (java) S 9083 9083 7042 0 -1 1077944384 655593 0 0 0 149627 722 0 0 20 0 20 0 106474212 26630336512 5577023 33554432000 4194304 4196468 140725634423024 140541181327760 140541625759445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 26 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9091] ppid=9083 vsize=26006188 memory=6508 CPUtime=1500.82 cores=0-7
/proc/9085/task/9091/stat : 9091 (java) S 9083 9083 7042 0 -1 1077944384 701612 0 0 0 149305 777 0 0 20 0 20 0 106474212 26630336512 5577023 33554432000 4194304 4196468 140725634423024 140541180275728 140541625759445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 23 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9092] ppid=9083 vsize=26006188 memory=840 CPUtime=1503.58 cores=0-7
/proc/9085/task/9092/stat : 9092 (java) S 9083 9083 7042 0 -1 1077944384 884500 0 0 0 149597 761 0 0 20 0 20 0 106474212 26630336512 5577023 33554432000 4194304 4196468 140725634423024 140541179223184 140541625759445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 27 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9093] ppid=9083 vsize=26006188 memory=2400 CPUtime=1501.19 cores=0-7
/proc/9085/task/9093/stat : 9093 (java) S 9083 9083 7042 0 -1 1077944384 705057 0 0 0 149362 757 0 0 20 0 20 0 106474212 26630336512 5577023 33554432000 4194304 4196468 140725634423024 140541178170128 140541625759445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 26 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9094] ppid=9083 vsize=26006188 memory=1728 CPUtime=1501.06 cores=0-7
/proc/9085/task/9094/stat : 9094 (java) S 9083 9083 7042 0 -1 1077944384 626710 0 0 0 149349 757 0 0 20 0 20 0 106474212 26630336512 5577023 33554432000 4194304 4196468 140725634423024 140541177117584 140541625759445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 27 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9095] ppid=9083 vsize=26006188 memory=12032 CPUtime=131.56 cores=0-7
/proc/9085/task/9095/stat : 9095 (java) R 9083 9083 7042 0 -1 4202560 1049818 0 0 0 13078 78 0 0 20 0 20 0 106474213 26630336512 5577023 33554432000 4194304 4196468 140725634423024 140541021684432 140541610745643 0 0 0 16800975 0 0 0 -1 1 0 0 41 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9096] ppid=9083 vsize=26006188 memory=1708 CPUtime=0 cores=0-7
/proc/9085/task/9096/stat : 9096 (java) S 9083 9083 7042 0 -1 1077944384 146 0 0 0 0 0 0 0 20 0 20 0 106474214 26630336512 5577023 33554432000 4194304 4196468 140725634423024 140541020632288 140541625759445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9097] ppid=9083 vsize=26006188 memory=1012 CPUtime=0 cores=0-7
/proc/9085/task/9097/stat : 9097 (java) S 9083 9083 7042 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 20 0 106474214 26630336512 5577023 33554432000 4194304 4196468 140725634423024 140541019579136 140541625759445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9098] ppid=9083 vsize=26006188 memory=1012 CPUtime=0 cores=0-7
/proc/9085/task/9098/stat : 9098 (java) S 9083 9083 7042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106474216 26630336512 5577023 33554432000 4194304 4196468 140725634423024 140541018527696 140541625767835 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9099] ppid=9083 vsize=26006188 memory=796 CPUtime=1.24 cores=0-7
/proc/9085/task/9099/stat : 9099 (java) S 9083 9083 7042 0 -1 1077944384 7654 0 0 0 122 2 0 0 20 0 20 0 106474216 26630336512 5577023 33554432000 4194304 4196468 140725634423024 140541017475872 140541625759445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9100] ppid=9083 vsize=26006188 memory=1228 CPUtime=1.64 cores=0-7
/proc/9085/task/9100/stat : 9100 (java) S 9083 9083 7042 0 -1 1077944384 6084 0 0 0 163 1 0 0 20 0 20 0 106474216 26630336512 5577023 33554432000 4194304 4196468 140725634423024 140541016423328 140541625759445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9101] ppid=9083 vsize=26006188 memory=5300 CPUtime=1.26 cores=0-7
/proc/9085/task/9101/stat : 9101 (java) S 9083 9083 7042 0 -1 1077944384 4758 0 0 0 125 1 0 0 20 0 20 0 106474216 26630336512 5577023 33554432000 4194304 4196468 140725634423024 140541015369984 140541625759445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9102] ppid=9083 vsize=26006188 memory=4616 CPUtime=0.54 cores=0-7
/proc/9085/task/9102/stat : 9102 (java) S 9083 9083 7042 0 -1 1077944384 9199 0 0 0 53 1 0 0 20 0 20 0 106474216 26630336512 5577023 33554432000 4194304 4196468 140725634423024 140541014317728 140541625759445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9103] ppid=9083 vsize=26006188 memory=1928 CPUtime=0 cores=0-7
/proc/9085/task/9103/stat : 9103 (java) S 9083 9083 7042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 106474217 26630336512 5577023 33554432000 4194304 4196468 140725634423024 140541013264864 140541625759445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9104] ppid=9083 vsize=26006188 memory=1428 CPUtime=0.63 cores=0-7
/proc/9085/task/9104/stat : 9104 (java) S 9083 9083 7042 0 -1 1077944384 3307 0 0 0 31 32 0 0 20 0 20 0 106474217 26630336512 5577023 33554432000 4194304 4196468 140725634423024 140541012212400 140541625760386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 63 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
Current children cumulated CPU time: 12260.7 s
Current children cumulated vsize: 26015700 KiB
Current children cumulated memory: 22309476 KiB

[startup+1756.8 s]
/proc/loadavg: 7.65 7.26 7.37 2/200 9150
/proc/meminfo: memFree=4030316/32770624 swapFree=67108860/67108860
[pid=9083] ppid=9080 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/9083/stat : 9083 (xcsp3-exec) S 9080 9083 7042 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 106474211 9740288 346 33554432000 4194304 5098028 140731736512384 140731736510488 140565393687164 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27074560 140731736515684 140731736515895 140731736515895 140731736518635 0
/proc/9083/statm: 2378 346 289 221 0 87 0
[pid=9085] ppid=9083 vsize=26006188 memory=22308092 CPUtime=12261.5 cores=0-7
/proc/9085/stat : 9085 (java) S 9083 9083 7042 0 -1 1077944320 6652571 0 0 0 1219937 6214 0 0 20 0 20 0 106474211 26630336512 5577023 33554432000 4194304 4196468 140725634423024 140725634405568 140541625749239 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
/proc/9085/statm: 6501547 5577023 3262 1 0 6488781 0
[pid=9085/tid=9086] ppid=9083 vsize=26006188 memory=12032 CPUtime=110.28 cores=0-7
/proc/9085/task/9086/stat : 9086 (java) S 9083 9083 7042 0 -1 1077944384 30086 0 0 0 10989 39 0 0 20 0 20 0 106474211 26630336512 5577023 33554432000 4194304 4196468 140725634423024 140541629989488 140541625759445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9087] ppid=9083 vsize=26006188 memory=1384 CPUtime=1500.49 cores=0-7
/proc/9085/task/9087/stat : 9087 (java) S 9083 9083 7042 0 -1 1077944384 671471 0 0 0 149331 718 0 0 20 0 20 0 106474212 26630336512 5577023 33554432000 4194304 4196468 140725634423024 140541184485904 140541625759445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 26 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9088] ppid=9083 vsize=26006188 memory=22308092 CPUtime=1501.75 cores=0-7
/proc/9085/task/9088/stat : 9088 (java) S 9083 9083 7042 0 -1 1077944384 818006 0 0 0 149377 798 0 0 20 0 20 0 106474212 26630336512 5577023 33554432000 4194304 4196468 140725634423024 140541183433360 140541625759445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 28 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9089] ppid=9083 vsize=26006188 memory=16432 CPUtime=1501.06 cores=0-7
/proc/9085/task/9089/stat : 9089 (java) S 9083 9083 7042 0 -1 1077944384 476156 0 0 0 149318 788 0 0 20 0 20 0 106474212 26630336512 5577023 33554432000 4194304 4196468 140725634423024 140541182380304 140541625759445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 25 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9090] ppid=9083 vsize=26006188 memory=8112282956445269571 CPUtime=1503.49 cores=0-7
/proc/9085/task/9090/stat : 9090 (java) S 9083 9083 7042 0 -1 1077944384 655593 0 0 0 149627 722 0 0 20 0 20 0 106474212 26630336512 5577023 33554432000 4194304 4196468 140725634423024 140541181327760 140541625759445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 26 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9091] ppid=9083 vsize=26006188 memory=1012 CPUtime=1500.82 cores=0-7
/proc/9085/task/9091/stat : 9091 (java) S 9083 9083 7042 0 -1 1077944384 701612 0 0 0 149305 777 0 0 20 0 20 0 106474212 26630336512 5577023 33554432000 4194304 4196468 140725634423024 140541180275728 140541625759445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 23 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9092] ppid=9083 vsize=26006188 memory=796 CPUtime=1503.58 cores=0-7
/proc/9085/task/9092/stat : 9092 (java) S 9083 9083 7042 0 -1 1077944384 884500 0 0 0 149597 761 0 0 20 0 20 0 106474212 26630336512 5577023 33554432000 4194304 4196468 140725634423024 140541179223184 140541625759445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 27 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9093] ppid=9083 vsize=26006188 memory=1228 CPUtime=1501.19 cores=0-7
/proc/9085/task/9093/stat : 9093 (java) S 9083 9083 7042 0 -1 1077944384 705057 0 0 0 149362 757 0 0 20 0 20 0 106474212 26630336512 5577023 33554432000 4194304 4196468 140725634423024 140541178170128 140541625759445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 26 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9094] ppid=9083 vsize=26006188 memory=8112282956445269571 CPUtime=1501.06 cores=0-7
/proc/9085/task/9094/stat : 9094 (java) S 9083 9083 7042 0 -1 1077944384 626710 0 0 0 149349 757 0 0 20 0 20 0 106474212 26630336512 5577023 33554432000 4194304 4196468 140725634423024 140541177117584 140541625759445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 27 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9095] ppid=9083 vsize=26006188 memory=7956565786785834304 CPUtime=132.36 cores=0-7
/proc/9085/task/9095/stat : 9095 (java) R 9083 9083 7042 0 -1 4202560 1050911 0 0 0 13157 79 0 0 20 0 20 0 106474213 26630336512 5577023 33554432000 4194304 4196468 140725634423024 140541021684432 140541610745649 0 0 0 16800975 0 0 0 -1 1 0 0 41 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9096] ppid=9083 vsize=26006188 memory=7306316804797196914 CPUtime=0 cores=0-7
/proc/9085/task/9096/stat : 9096 (java) S 9083 9083 7042 0 -1 1077944384 146 0 0 0 0 0 0 0 20 0 20 0 106474214 26630336512 5577023 33554432000 4194304 4196468 140725634423024 140541020632288 140541625759445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9097] ppid=9083 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/9085/task/9097/stat : 9097 (java) S 9083 9083 7042 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 20 0 106474214 26630336512 5577023 33554432000 4194304 4196468 140725634423024 140541019579136 140541625759445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9098] ppid=9083 vsize=26006188 memory=8112282956445269571 CPUtime=0 cores=0-7
/proc/9085/task/9098/stat : 9098 (java) S 9083 9083 7042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106474216 26630336512 5577023 33554432000 4194304 4196468 140725634423024 140541018527696 140541625767835 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9099] ppid=9083 vsize=26006188 memory=148468 CPUtime=1.24 cores=0-7
/proc/9085/task/9099/stat : 9099 (java) S 9083 9083 7042 0 -1 1077944384 7654 0 0 0 122 2 0 0 20 0 20 0 106474216 26630336512 5577023 33554432000 4194304 4196468 140725634423024 140541017475872 140541625759445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9100] ppid=9083 vsize=26006188 memory=148451 CPUtime=1.64 cores=0-7
/proc/9085/task/9100/stat : 9100 (java) S 9083 9083 7042 0 -1 1077944384 6084 0 0 0 163 1 0 0 20 0 20 0 106474216 26630336512 5577023 33554432000 4194304 4196468 140725634423024 140541016423328 140541625759445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9101] ppid=9083 vsize=26006188 memory=12711 CPUtime=1.26 cores=0-7
/proc/9085/task/9101/stat : 9101 (java) S 9083 9083 7042 0 -1 1077944384 4758 0 0 0 125 1 0 0 20 0 20 0 106474216 26630336512 5577023 33554432000 4194304 4196468 140725634423024 140541015369984 140541625759445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9102] ppid=9083 vsize=26006188 memory=4040 CPUtime=0.54 cores=0-7
/proc/9085/task/9102/stat : 9102 (java) S 9083 9083 7042 0 -1 1077944384 9199 0 0 0 53 1 0 0 20 0 20 0 106474216 26630336512 5577023 33554432000 4194304 4196468 140725634423024 140541014317728 140541625759445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9103] ppid=9083 vsize=26006188 memory=1792 CPUtime=0 cores=0-7
/proc/9085/task/9103/stat : 9103 (java) S 9083 9083 7042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 106474217 26630336512 5577023 33554432000 4194304 4196468 140725634423024 140541013264864 140541625759445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
[pid=9085/tid=9104] ppid=9083 vsize=26006188 memory=640 CPUtime=0.63 cores=0-7
/proc/9085/task/9104/stat : 9104 (java) S 9083 9083 7042 0 -1 1077944384 3311 0 0 0 31 32 0 0 20 0 20 0 106474217 26630336512 5577023 33554432000 4194304 4196468 140725634423024 140541012212400 140541625760386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 63 0 0 6293624 6294260 30883840 140725634430098 140725634430275 140725634430275 140725634432975 0
Current children cumulated CPU time: 12261.5 s
Current children cumulated vsize: 26015700 KiB
Current children cumulated memory: 22309476 KiB

[startup+1757 s]*
/proc/loadavg: 7.12 7.15 7.34 2/182 9151
/proc/meminfo: memFree=4051736/32770624 swapFree=67108860/67108860
[pid=9083] ppid=9080 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/9083/stat : 9083 (xcsp3-exec) S 9080 9083 7042 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 106474211 9740288 346 33554432000 4194304 5098028 140731736512384 140731736510488 140565393687164 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27074560 140731736515684 140731736515895 140731736515895 140731736518635 0
/proc/9083/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

[startup+1757.11 s]
/proc/loadavg: 7.12 7.15 7.34 2/182 9151
/proc/meminfo: memFree=4051736/32770624 swapFree=67108860/67108860
[pid=9083] ppid=9080 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/9083/stat : 9083 (xcsp3-exec) S 9080 9083 7042 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 106474211 9740288 346 33554432000 4194304 5098028 140731736512384 140731736510488 140565393687164 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27074560 140731736515684 140731736515895 140731736515895 140731736518635 0
/proc/9083/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): 1757.15
CPU time (s): 12261.9
CPU user time (s): 12199.6
CPU system time (s): 62.3047
CPU usage (%): 697.828
Max. virtual memory (cumulated for all children) (KiB): 26015700
Max. memory (cumulated for all children) (KiB): 22309476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12199.6
system time used= 62.3047
maximum resident set size= 22308236
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6660170
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 116072
involuntary context switches= 152544


# summary of solver processes directly reported to runsolver:
#   pid: 9083
#   total CPU time (s): 12261.9
#   total CPU user time (s): 12199.6
#   total CPU system time (s): 62.3047

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.4502 second user time and 19.6134 second system time

The end

Launcher Data

Begin job on node105 at 2017-08-14 19:52:47
IDJOB=4271224
IDBENCH=126900
IDSOLVER=2662
FILE ID=node105/4271224-1502734024
RUNJOBID= node105-1502725225-7069
PBS_JOBID= 20629042
Free space on /tmp= 60584 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/RoomMate/RoomMate-int-s1/RoomMate-sr1000b-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-4271224-1502734024/watcher-4271224-1502734024 -o /tmp/evaluation-result-4271224-1502734024/solver-4271224-1502734024 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node105-1502725225-7069 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 1828934478 HOME/instance-4271224-1502734024.xml

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

MD5SUM BENCH= fdcb353b2918313db809b139313e7b9f
RANDOM SEED=1828934478

node105.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.17
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.17
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.17
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.17
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:        26367424 kB
MemAvailable:   31971696 kB
Buffers:          213232 kB
Cached:          5663984 kB
SwapCached:            0 kB
Active:           822136 kB
Inactive:        5107960 kB
Active(anon):      55728 kB
Inactive(anon):    25060 kB
Active(file):     766408 kB
Inactive(file):  5082900 kB
Unevictable:        6248 kB
Mlocked:            6248 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             52388 kB
Writeback:             0 kB
AnonPages:         59328 kB
Mapped:            44868 kB
Shmem:             25228 kB
Slab:             167932 kB
SReclaimable:     141600 kB
SUnreclaim:        26332 kB
KernelStack:        3248 kB
PageTables:         4640 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     323388 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 60576 MiB
End job on node105 at 2017-08-14 20:22:05