Trace number 4281034

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-18)? 11572.6 1669.39

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4281034-1503142227/watcher-4281034-1503142227 -o /tmp/evaluation-result-4281034-1503142227/solver-4281034-1503142227 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node105-1503136204-9383 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 111887883 HOME/instance-4281034-1503142227.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=10615, runsolver pid=10612

[startup+0.100161 s]*
/proc/loadavg: 7.66 6.99 5.28 2/199 10636
/proc/meminfo: memFree=22909100/32770624 swapFree=67108860/67108860
[pid=10615] ppid=10612 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/10615/stat : 10615 (xcsp3-exec) S 10612 10615 9356 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 147294303 9740288 346 33554432000 4194304 5098028 140722006439408 140722006437512 140340017480316 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 7852032 140722006447205 140722006447415 140722006447415 140722006450155 0
/proc/10615/statm: 2378 346 289 221 0 87 0
[pid=10617] ppid=10615 vsize=25999808 memory=26664 CPUtime=0.11 cores=0-7
/proc/10617/stat : 10617 (java) S 10615 10615 9356 0 -1 1077944320 5613 0 0 0 9 2 0 0 20 0 20 0 147294303 26623803392 6666 33554432000 4194304 4196468 140728578200512 140728578183056 140136908119799 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
/proc/10617/statm: 6499952 6666 2845 1 0 6488269 0
[pid=10617/tid=10618] ppid=10615 vsize=25999808 memory=4134930498285298233 CPUtime=0.08 cores=0-7
/proc/10617/task/10618/stat : 10618 (java) R 10615 10615 9356 0 -1 4202560 3611 0 0 0 7 1 0 0 20 0 20 0 147294304 26623803392 6666 33554432000 4194304 4196468 140728578200512 140136912340608 140136892163429 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10619] ppid=10615 vsize=25999808 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/10617/task/10619/stat : 10619 (java) S 10615 10615 9356 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147294304 26623803392 6666 33554432000 4194304 4196468 140728578200512 140136466218000 140136908130005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10620] ppid=10615 vsize=25999808 memory=139984237520512 CPUtime=0 cores=0-7
/proc/10617/task/10620/stat : 10620 (java) S 10615 10615 9356 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 147294304 26623803392 6666 33554432000 4194304 4196468 140728578200512 140136465165456 140136908130005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10621] ppid=10615 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/10617/task/10621/stat : 10621 (java) S 10615 10615 9356 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 147294304 26623803392 6666 33554432000 4194304 4196468 140728578200512 140136464112400 140136908130005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10622] ppid=10615 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/10617/task/10622/stat : 10622 (java) S 10615 10615 9356 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 147294304 26623803392 6666 33554432000 4194304 4196468 140728578200512 140136463059856 140136908130005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10623] ppid=10615 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/10617/task/10623/stat : 10623 (java) S 10615 10615 9356 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147294304 26623803392 6666 33554432000 4194304 4196468 140728578200512 140136462006800 140136908130005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10624] ppid=10615 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/10617/task/10624/stat : 10624 (java) S 10615 10615 9356 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 147294304 26623803392 6666 33554432000 4194304 4196468 140728578200512 140136460954256 140136908130005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10625] ppid=10615 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/10617/task/10625/stat : 10625 (java) S 10615 10615 9356 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147294304 26623803392 6666 33554432000 4194304 4196468 140728578200512 140136459901200 140136908130005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10626] ppid=10615 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/10617/task/10626/stat : 10626 (java) S 10615 10615 9356 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147294305 26623803392 6666 33554432000 4194304 4196468 140728578200512 140136458848656 140136908130005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10627] ppid=10615 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/10617/task/10627/stat : 10627 (java) S 10615 10615 9356 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 147294306 26623803392 6666 33554432000 4194304 4196468 140728578200512 140135314197232 140136908130946 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10628] ppid=10615 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/10617/task/10628/stat : 10628 (java) S 10615 10615 9356 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 147294306 26623803392 6666 33554432000 4194304 4196468 140728578200512 140135313143456 140136908130005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10629] ppid=10615 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/10617/task/10629/stat : 10629 (java) S 10615 10615 9356 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 147294307 26623803392 6666 33554432000 4194304 4196468 140728578200512 140135312090352 140136908130005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10630] ppid=10615 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/10617/task/10630/stat : 10630 (java) S 10615 10615 9356 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147294309 26623803392 6666 33554432000 4194304 4196468 140728578200512 140135311038928 140136908138395 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10631] ppid=10615 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/10617/task/10631/stat : 10631 (java) S 10615 10615 9356 0 -1 1077944384 318 0 0 0 0 0 0 0 20 0 20 0 147294309 26623803392 6666 33554432000 4194304 4196468 140728578200512 140135309986032 140136908130946 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10632] ppid=10615 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/10617/task/10632/stat : 10632 (java) S 10615 10615 9356 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 20 0 147294309 26623803392 6666 33554432000 4194304 4196468 140728578200512 140135308933488 140136908130946 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10633] ppid=10615 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/10617/task/10633/stat : 10633 (java) S 10615 10615 9356 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147294309 26623803392 6666 33554432000 4194304 4196468 140728578200512 140135307880432 140136908130946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10634] ppid=10615 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/10617/task/10634/stat : 10634 (java) R 10615 10615 9356 0 -1 4202560 251 0 0 0 1 0 0 0 20 0 20 0 147294309 26623803392 6666 33554432000 4194304 4196468 140728578200512 140135306827888 140136908131734 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10635] ppid=10615 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/10617/task/10635/stat : 10635 (java) S 10615 10615 9356 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 147294309 26623803392 6666 33554432000 4194304 4196468 140728578200512 140135305776096 140136908130005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10636] ppid=10615 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/10617/task/10636/stat : 10636 (java) S 10615 10615 9356 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147294310 26623803392 6666 33554432000 4194304 4196468 140728578200512 140135304723632 140136908130946 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 28048 KiB

[startup+0.210212 s]*
/proc/loadavg: 7.66 6.99 5.28 3/199 10636
/proc/meminfo: memFree=22899668/32770624 swapFree=67108860/67108860
[pid=10615] ppid=10612 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/10615/stat : 10615 (xcsp3-exec) S 10612 10615 9356 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 147294303 9740288 346 33554432000 4194304 5098028 140722006439408 140722006437512 140340017480316 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 7852032 140722006447205 140722006447415 140722006447415 140722006450155 0
/proc/10615/statm: 2378 346 289 221 0 87 0
[pid=10617] ppid=10615 vsize=26004064 memory=38912 CPUtime=0.33 cores=0-7
/proc/10617/stat : 10617 (java) S 10615 10615 9356 0 -1 1077944320 8310 0 0 0 30 3 0 0 20 0 20 0 147294303 26628161536 9728 33554432000 4194304 4196468 140728578200512 140728578183056 140136908119799 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
/proc/10617/statm: 6501016 9728 3074 1 0 6488269 0
[pid=10617/tid=10618] ppid=10615 vsize=26004064 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/10617/task/10618/stat : 10618 (java) R 10615 10615 9356 0 -1 4202560 5409 0 0 0 18 2 0 0 20 0 20 0 147294304 26628161536 9728 33554432000 4194304 4196468 140728578200512 140136912342688 140136892200286 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10619] ppid=10615 vsize=26004064 memory=331 CPUtime=0 cores=0-7
/proc/10617/task/10619/stat : 10619 (java) S 10615 10615 9356 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147294304 26628161536 9728 33554432000 4194304 4196468 140728578200512 140136466218000 140136908130005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10620] ppid=10615 vsize=26004064 memory=139984237530414 CPUtime=0 cores=0-7
/proc/10617/task/10620/stat : 10620 (java) S 10615 10615 9356 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 147294304 26628161536 9728 33554432000 4194304 4196468 140728578200512 140136465165456 140136908130005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10621] ppid=10615 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/10617/task/10621/stat : 10621 (java) S 10615 10615 9356 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 147294304 26628161536 9728 33554432000 4194304 4196468 140728578200512 140136464112400 140136908130005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10622] ppid=10615 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/10617/task/10622/stat : 10622 (java) S 10615 10615 9356 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 147294304 26628161536 9728 33554432000 4194304 4196468 140728578200512 140136463059856 140136908130005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10623] ppid=10615 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/10617/task/10623/stat : 10623 (java) S 10615 10615 9356 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147294304 26628161536 9728 33554432000 4194304 4196468 140728578200512 140136462006800 140136908130005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10624] ppid=10615 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/10617/task/10624/stat : 10624 (java) S 10615 10615 9356 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 147294304 26628161536 9728 33554432000 4194304 4196468 140728578200512 140136460954256 140136908130005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10625] ppid=10615 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/10617/task/10625/stat : 10625 (java) S 10615 10615 9356 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147294304 26628161536 9728 33554432000 4194304 4196468 140728578200512 140136459901200 140136908130005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10626] ppid=10615 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/10617/task/10626/stat : 10626 (java) S 10615 10615 9356 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147294305 26628161536 9728 33554432000 4194304 4196468 140728578200512 140136458848656 140136908130005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10627] ppid=10615 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/10617/task/10627/stat : 10627 (java) S 10615 10615 9356 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 147294306 26628161536 9728 33554432000 4194304 4196468 140728578200512 140135314197232 140136908130946 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10628] ppid=10615 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/10617/task/10628/stat : 10628 (java) S 10615 10615 9356 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 147294306 26628161536 9728 33554432000 4194304 4196468 140728578200512 140135313143456 140136908130005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10629] ppid=10615 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/10617/task/10629/stat : 10629 (java) S 10615 10615 9356 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 147294307 26628161536 9728 33554432000 4194304 4196468 140728578200512 140135312090352 140136908130005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10630] ppid=10615 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/10617/task/10630/stat : 10630 (java) S 10615 10615 9356 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147294309 26628161536 9728 33554432000 4194304 4196468 140728578200512 140135311038928 140136908138395 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10631] ppid=10615 vsize=26004064 memory=0 CPUtime=0.02 cores=0-7
/proc/10617/task/10631/stat : 10631 (java) S 10615 10615 9356 0 -1 1077944384 463 0 0 0 2 0 0 0 20 0 20 0 147294309 26628161536 9728 33554432000 4194304 4196468 140728578200512 140135309986032 140136908130946 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10632] ppid=10615 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/10617/task/10632/stat : 10632 (java) S 10615 10615 9356 0 -1 1077944384 318 0 0 0 1 0 0 0 20 0 20 0 147294309 26628161536 9728 33554432000 4194304 4196468 140728578200512 140135308933488 140136908130946 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10633] ppid=10615 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/10617/task/10633/stat : 10633 (java) S 10615 10615 9356 0 -1 1077944384 92 0 0 0 0 0 0 0 20 0 20 0 147294309 26628161536 9728 33554432000 4194304 4196468 140728578200512 140135307880432 140136908130946 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10634] ppid=10615 vsize=26004064 memory=-1 CPUtime=0.07 cores=0-7
/proc/10617/task/10634/stat : 10634 (java) S 10615 10615 9356 0 -1 1077944384 719 0 0 0 7 0 0 0 20 0 20 0 147294309 26628161536 9728 33554432000 4194304 4196468 140728578200512 140135306827888 140136908130946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10635] ppid=10615 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/10617/task/10635/stat : 10635 (java) S 10615 10615 9356 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 147294309 26628161536 9728 33554432000 4194304 4196468 140728578200512 140135305776096 140136908130005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10636] ppid=10615 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/10617/task/10636/stat : 10636 (java) S 10615 10615 9356 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147294310 26628161536 9728 33554432000 4194304 4196468 140728578200512 140135304723632 140136908130946 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40296 KiB

[startup+0.30968 s]*
/proc/loadavg: 7.66 6.99 5.28 3/199 10636
/proc/meminfo: memFree=22892472/32770624 swapFree=67108860/67108860
[pid=10615] ppid=10612 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/10615/stat : 10615 (xcsp3-exec) S 10612 10615 9356 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 147294303 9740288 346 33554432000 4194304 5098028 140722006439408 140722006437512 140340017480316 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 7852032 140722006447205 140722006447415 140722006447415 140722006450155 0
/proc/10615/statm: 2378 346 289 221 0 87 0
[pid=10617] ppid=10615 vsize=26004064 memory=43832 CPUtime=0.49 cores=0-7
/proc/10617/stat : 10617 (java) S 10615 10615 9356 0 -1 1077944320 9183 0 0 0 46 3 0 0 20 0 20 0 147294303 26628161536 10958 33554432000 4194304 4196468 140728578200512 140728578183056 140136908119799 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
/proc/10617/statm: 6501016 10958 3104 1 0 6488269 0
[pid=10617/tid=10618] ppid=10615 vsize=26004064 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/10617/task/10618/stat : 10618 (java) R 10615 10615 9356 0 -1 4202560 6088 0 0 0 27 2 0 0 20 0 20 0 147294304 26628161536 11023 33554432000 4194304 4196468 140728578200512 140136912357616 140136908131734 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10619] ppid=10615 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/10617/task/10619/stat : 10619 (java) S 10615 10615 9356 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147294304 26628161536 11023 33554432000 4194304 4196468 140728578200512 140136466218000 140136908130005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10620] ppid=10615 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/10617/task/10620/stat : 10620 (java) S 10615 10615 9356 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 147294304 26628161536 11023 33554432000 4194304 4196468 140728578200512 140136465165456 140136908130005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10621] ppid=10615 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/10617/task/10621/stat : 10621 (java) S 10615 10615 9356 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 147294304 26628161536 11023 33554432000 4194304 4196468 140728578200512 140136464112400 140136908130005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10622] ppid=10615 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/10617/task/10622/stat : 10622 (java) S 10615 10615 9356 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 147294304 26628161536 11023 33554432000 4194304 4196468 140728578200512 140136463059856 140136908130005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10623] ppid=10615 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/10617/task/10623/stat : 10623 (java) S 10615 10615 9356 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147294304 26628161536 11023 33554432000 4194304 4196468 140728578200512 140136462006800 140136908130005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10624] ppid=10615 vsize=26004064 memory=139984124343215 CPUtime=0 cores=0-7
/proc/10617/task/10624/stat : 10624 (java) S 10615 10615 9356 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 147294304 26628161536 11023 33554432000 4194304 4196468 140728578200512 140136460954256 140136908130005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10625] ppid=10615 vsize=26004064 memory=139984124345520 CPUtime=0 cores=0-7
/proc/10617/task/10625/stat : 10625 (java) S 10615 10615 9356 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147294304 26628161536 11023 33554432000 4194304 4196468 140728578200512 140136459901200 140136908130005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10626] ppid=10615 vsize=26004064 memory=139984124347824 CPUtime=0 cores=0-7
/proc/10617/task/10626/stat : 10626 (java) S 10615 10615 9356 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147294305 26628161536 11023 33554432000 4194304 4196468 140728578200512 140136458848656 140136908130005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10627] ppid=10615 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/10617/task/10627/stat : 10627 (java) S 10615 10615 9356 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 147294306 26628161536 11023 33554432000 4194304 4196468 140728578200512 140135314197232 140136908130946 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10628] ppid=10615 vsize=26004064 memory=279968248702608 CPUtime=0 cores=0-7
/proc/10617/task/10628/stat : 10628 (java) S 10615 10615 9356 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 147294306 26628161536 11023 33554432000 4194304 4196468 140728578200512 140135313143456 140136908130005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10629] ppid=10615 vsize=26004064 memory=279968248709520 CPUtime=0 cores=0-7
/proc/10617/task/10629/stat : 10629 (java) S 10615 10615 9356 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 147294307 26628161536 11023 33554432000 4194304 4196468 140728578200512 140135312090352 140136908130005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10630] ppid=10615 vsize=26004064 memory=279968248650800 CPUtime=0 cores=0-7
/proc/10617/task/10630/stat : 10630 (java) S 10615 10615 9356 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147294309 26628161536 11023 33554432000 4194304 4196468 140728578200512 140135311038928 140136908138395 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10631] ppid=10615 vsize=26004064 memory=279968248723344 CPUtime=0.02 cores=0-7
/proc/10617/task/10631/stat : 10631 (java) S 10615 10615 9356 0 -1 1077944384 466 0 0 0 2 0 0 0 20 0 20 0 147294309 26628161536 11023 33554432000 4194304 4196468 140728578200512 140135309986032 140136908130946 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10632] ppid=10615 vsize=26004064 memory=279968248730256 CPUtime=0.02 cores=0-7
/proc/10617/task/10632/stat : 10632 (java) S 10615 10615 9356 0 -1 1077944384 371 0 0 0 2 0 0 0 20 0 20 0 147294309 26628161536 11023 33554432000 4194304 4196468 140728578200512 140135308933488 140136908130946 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10633] ppid=10615 vsize=26004064 memory=279968248727952 CPUtime=0.01 cores=0-7
/proc/10617/task/10633/stat : 10633 (java) S 10615 10615 9356 0 -1 1077944384 98 0 0 0 1 0 0 0 20 0 20 0 147294309 26628161536 11023 33554432000 4194304 4196468 140728578200512 140135307880432 140136908130946 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10634] ppid=10615 vsize=26004064 memory=279968248744112 CPUtime=0.12 cores=0-7
/proc/10617/task/10634/stat : 10634 (java) R 10615 10615 9356 0 -1 4202560 858 0 0 0 12 0 0 0 20 0 20 0 147294309 26628161536 11023 33554432000 4194304 4196468 140728578200512 140135306825552 140136908131734 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10635] ppid=10615 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/10617/task/10635/stat : 10635 (java) S 10615 10615 9356 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 147294309 26628161536 11023 33554432000 4194304 4196468 140728578200512 140135305776096 140136908130005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10636] ppid=10615 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/10617/task/10636/stat : 10636 (java) S 10615 10615 9356 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147294310 26628161536 11023 33554432000 4194304 4196468 140728578200512 140135304723632 140136908130946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 45216 KiB

[startup+0.701336 s]
/proc/loadavg: 7.66 6.99 5.28 3/199 10636
/proc/meminfo: memFree=22833736/32770624 swapFree=67108860/67108860
[pid=10615] ppid=10612 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/10615/stat : 10615 (xcsp3-exec) S 10612 10615 9356 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 147294303 9740288 346 33554432000 4194304 5098028 140722006439408 140722006437512 140340017480316 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 7852032 140722006447205 140722006447415 140722006447415 140722006450155 0
/proc/10615/statm: 2378 346 289 221 0 87 0
[pid=10617] ppid=10615 vsize=26004064 memory=252652 CPUtime=1.67 cores=0-7
/proc/10617/stat : 10617 (java) S 10615 10615 9356 0 -1 1077944320 12556 0 0 0 142 25 0 0 20 0 20 0 147294303 26628161536 63163 33554432000 4194304 4196468 140728578200512 140728578183056 140136908119799 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
/proc/10617/statm: 6501016 63163 3150 1 0 6488269 0
[pid=10617/tid=10618] ppid=10615 vsize=26004064 memory=279968249102000 CPUtime=0.62 cores=0-7
/proc/10617/task/10618/stat : 10618 (java) S 10615 10615 9356 0 -1 1077944384 6155 0 0 0 58 4 0 0 20 0 20 0 147294304 26628161536 63163 33554432000 4194304 4196468 140728578200512 140136912358736 140136908130005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10619] ppid=10615 vsize=26004064 memory=139984124552048 CPUtime=0.04 cores=0-7
/proc/10617/task/10619/stat : 10619 (java) R 10615 10615 9356 0 -1 4202560 44 0 0 0 2 2 0 0 20 0 20 0 147294304 26628161536 63163 33554432000 4194304 4196468 140728578200512 140136466218200 140136893147646 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10620] ppid=10615 vsize=26004064 memory=0 CPUtime=0.04 cores=0-7
/proc/10617/task/10620/stat : 10620 (java) R 10615 10615 9356 0 -1 4202560 42 0 0 0 2 2 0 0 20 0 20 0 147294304 26628161536 63163 33554432000 4194304 4196468 140728578200512 140136465165456 140136893147673 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10621] ppid=10615 vsize=26004064 memory=1428 CPUtime=0.04 cores=0-7
/proc/10617/task/10621/stat : 10621 (java) R 10615 10615 9356 0 -1 4202560 46 0 0 0 2 2 0 0 20 0 20 0 147294304 26628161536 63163 33554432000 4194304 4196468 140728578200512 140136464112400 140136893147682 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0

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

[pid=10617/tid=10620] ppid=10615 vsize=26006188 memory=6791534058613427641 CPUtime=1413.35 cores=0-7
/proc/10617/task/10620/stat : 10620 (java) S 10615 10615 9356 0 -1 1077944384 4130070 0 0 0 140402 933 0 0 20 0 20 0 147294304 26630336512 5534483 33554432000 4194304 4196468 140728578200512 140136465165456 140136908130005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 29 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10621] ppid=10615 vsize=26006188 memory=22137932 CPUtime=1415.51 cores=0-7
/proc/10617/task/10621/stat : 10621 (java) S 10615 10615 9356 0 -1 1077944384 2842327 0 0 0 140708 843 0 0 20 0 20 0 147294304 26630336512 5534483 33554432000 4194304 4196468 140728578200512 140136464112400 140136908130005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 31 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10622] ppid=10615 vsize=26006188 memory=928 CPUtime=1419.27 cores=0-7
/proc/10617/task/10622/stat : 10622 (java) S 10615 10615 9356 0 -1 1077944384 2525706 0 0 0 141091 836 0 0 20 0 20 0 147294304 26630336512 5534483 33554432000 4194304 4196468 140728578200512 140136463059856 140136908130005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 25 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10623] ppid=10615 vsize=26006188 memory=2240 CPUtime=1415.16 cores=0-7
/proc/10617/task/10623/stat : 10623 (java) S 10615 10615 9356 0 -1 1077944384 4637573 0 0 0 140487 1029 0 0 20 0 20 0 147294304 26630336512 5534483 33554432000 4194304 4196468 140728578200512 140136462006800 140136908130005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 30 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10624] ppid=10615 vsize=26006188 memory=1384 CPUtime=1412.89 cores=0-7
/proc/10617/task/10624/stat : 10624 (java) S 10615 10615 9356 0 -1 1077944384 3683415 0 0 0 140368 921 0 0 20 0 20 0 147294304 26630336512 5534483 33554432000 4194304 4196468 140728578200512 140136460954256 140136908130005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 25 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10625] ppid=10615 vsize=26006188 memory=22137932 CPUtime=1414.29 cores=0-7
/proc/10617/task/10625/stat : 10625 (java) S 10615 10615 9356 0 -1 1077944384 3444354 0 0 0 140530 899 0 0 20 0 20 0 147294304 26630336512 5534483 33554432000 4194304 4196468 140728578200512 140136459901200 140136908130005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 30 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10626] ppid=10615 vsize=26006188 memory=1928 CPUtime=1417.11 cores=0-7
/proc/10617/task/10626/stat : 10626 (java) S 10615 10615 9356 0 -1 1077944384 3821988 0 0 0 140739 972 0 0 20 0 20 0 147294305 26630336512 5534483 33554432000 4194304 4196468 140728578200512 140136458848656 140136908130005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 26 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10627] ppid=10615 vsize=26006188 memory=1428 CPUtime=128.7 cores=0-7
/proc/10617/task/10627/stat : 10627 (java) R 10615 10615 9356 0 -1 4202560 1149934 0 0 0 12786 84 0 0 20 0 20 0 147294306 26630336512 5534483 33554432000 4194304 4196468 140728578200512 140135314195664 140136893116223 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10628] ppid=10615 vsize=26006188 memory=22137932 CPUtime=0 cores=0-7
/proc/10617/task/10628/stat : 10628 (java) S 10615 10615 9356 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 20 0 147294306 26630336512 5534483 33554432000 4194304 4196468 140728578200512 140135313143520 140136908130005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10629] ppid=10615 vsize=26006188 memory=22137932 CPUtime=0 cores=0-7
/proc/10617/task/10629/stat : 10629 (java) S 10615 10615 9356 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 20 0 147294307 26630336512 5534483 33554432000 4194304 4196468 140728578200512 140135312090368 140136908130005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10630] ppid=10615 vsize=26006188 memory=16432 CPUtime=0 cores=0-7
/proc/10617/task/10630/stat : 10630 (java) S 10615 10615 9356 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147294309 26630336512 5534483 33554432000 4194304 4196468 140728578200512 140135311038928 140136908138395 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10631] ppid=10615 vsize=26006188 memory=4040 CPUtime=1.49 cores=0-7
/proc/10617/task/10631/stat : 10631 (java) S 10615 10615 9356 0 -1 1077944384 6438 0 0 0 148 1 0 0 20 0 20 0 147294309 26630336512 5534483 33554432000 4194304 4196468 140728578200512 140135309986080 140136908130005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10632] ppid=10615 vsize=26006188 memory=1792 CPUtime=1.28 cores=0-7
/proc/10617/task/10632/stat : 10632 (java) S 10615 10615 9356 0 -1 1077944384 6557 0 0 0 125 3 0 0 20 0 20 0 147294309 26630336512 5534483 33554432000 4194304 4196468 140728578200512 140135308933536 140136908130005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10633] ppid=10615 vsize=26006188 memory=1384 CPUtime=1.36 cores=0-7
/proc/10617/task/10633/stat : 10633 (java) S 10615 10615 9356 0 -1 1077944384 6625 0 0 0 134 2 0 0 20 0 20 0 147294309 26630336512 5534483 33554432000 4194304 4196468 140728578200512 140135307880480 140136908130005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10634] ppid=10615 vsize=26006188 memory=4416 CPUtime=0.54 cores=0-7
/proc/10617/task/10634/stat : 10634 (java) S 10615 10615 9356 0 -1 1077944384 8022 0 0 0 52 2 0 0 20 0 20 0 147294309 26630336512 5534483 33554432000 4194304 4196468 140728578200512 140135306827648 140136908130005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10635] ppid=10615 vsize=26006188 memory=4108 CPUtime=0 cores=0-7
/proc/10617/task/10635/stat : 10635 (java) S 10615 10615 9356 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 147294309 26630336512 5534483 33554432000 4194304 4196468 140728578200512 140135305776096 140136908130005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10636] ppid=10615 vsize=26006188 memory=1152 CPUtime=0.66 cores=0-7
/proc/10617/task/10636/stat : 10636 (java) S 10615 10615 9356 0 -1 1077944384 2749 0 0 0 32 34 0 0 20 0 20 0 147294310 26630336512 5534483 33554432000 4194304 4196468 140728578200512 140135304723632 140136908130946 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
Current children cumulated CPU time: 11570.4 s
Current children cumulated vsize: 26015700 KiB
Current children cumulated memory: 22139316 KiB

[startup+1668 s]*
/proc/loadavg: 7.48 7.65 7.01 2/201 10665
/proc/meminfo: memFree=813840/32770624 swapFree=67108860/67108860
[pid=10615] ppid=10612 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/10615/stat : 10615 (xcsp3-exec) S 10612 10615 9356 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 147294303 9740288 346 33554432000 4194304 5098028 140722006439408 140722006437512 140340017480316 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 7852032 140722006447205 140722006447415 140722006447415 140722006450155 0
/proc/10615/statm: 2378 346 289 221 0 87 0
[pid=10617] ppid=10615 vsize=26006188 memory=22137932 CPUtime=11571.2 cores=0-7
/proc/10617/stat : 10617 (java) S 10615 10615 9356 0 -1 1077944320 30377276 0 0 0 1149579 7546 0 0 20 0 20 0 147294303 26630336512 5534483 33554432000 4194304 4196468 140728578200512 140728578183056 140136908119799 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
/proc/10617/statm: 6501547 5534483 3263 1 0 6488781 0
[pid=10617/tid=10618] ppid=10615 vsize=26006188 memory=6791534058613427641 CPUtime=110.97 cores=0-7
/proc/10617/task/10618/stat : 10618 (java) S 10615 10615 9356 0 -1 1077944384 31402 0 0 0 11065 32 0 0 20 0 20 0 147294304 26630336512 5534483 33554432000 4194304 4196468 140728578200512 140136912360048 140136908130005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10619] ppid=10615 vsize=26006188 memory=4872558044660077418 CPUtime=1417.7 cores=0-7
/proc/10617/task/10619/stat : 10619 (java) S 10615 10615 9356 0 -1 1077944384 4078130 0 0 0 140794 976 0 0 20 0 20 0 147294304 26630336512 5534483 33554432000 4194304 4196468 140728578200512 140136466218000 140136908130005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 26 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10620] ppid=10615 vsize=26006188 memory=22137932 CPUtime=1413.35 cores=0-7
/proc/10617/task/10620/stat : 10620 (java) S 10615 10615 9356 0 -1 1077944384 4130070 0 0 0 140402 933 0 0 20 0 20 0 147294304 26630336512 5534483 33554432000 4194304 4196468 140728578200512 140136465165456 140136908130005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 29 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10621] ppid=10615 vsize=26006188 memory=10684 CPUtime=1415.51 cores=0-7
/proc/10617/task/10621/stat : 10621 (java) S 10615 10615 9356 0 -1 1077944384 2842327 0 0 0 140708 843 0 0 20 0 20 0 147294304 26630336512 5534483 33554432000 4194304 4196468 140728578200512 140136464112400 140136908130005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 31 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10622] ppid=10615 vsize=26006188 memory=15880 CPUtime=1419.27 cores=0-7
/proc/10617/task/10622/stat : 10622 (java) S 10615 10615 9356 0 -1 1077944384 2525706 0 0 0 141091 836 0 0 20 0 20 0 147294304 26630336512 5534483 33554432000 4194304 4196468 140728578200512 140136463059856 140136908130005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 25 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10623] ppid=10615 vsize=26006188 memory=22476 CPUtime=1415.16 cores=0-7
/proc/10617/task/10623/stat : 10623 (java) S 10615 10615 9356 0 -1 1077944384 4637573 0 0 0 140487 1029 0 0 20 0 20 0 147294304 26630336512 5534483 33554432000 4194304 4196468 140728578200512 140136462006800 140136908130005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 30 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10624] ppid=10615 vsize=26006188 memory=16432 CPUtime=1412.89 cores=0-7
/proc/10617/task/10624/stat : 10624 (java) S 10615 10615 9356 0 -1 1077944384 3683415 0 0 0 140368 921 0 0 20 0 20 0 147294304 26630336512 5534483 33554432000 4194304 4196468 140728578200512 140136460954256 140136908130005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 25 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10625] ppid=10615 vsize=26006188 memory=1384 CPUtime=1414.29 cores=0-7
/proc/10617/task/10625/stat : 10625 (java) S 10615 10615 9356 0 -1 1077944384 3444354 0 0 0 140530 899 0 0 20 0 20 0 147294304 26630336512 5534483 33554432000 4194304 4196468 140728578200512 140136459901200 140136908130005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 30 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10626] ppid=10615 vsize=26006188 memory=6791534058613427641 CPUtime=1417.11 cores=0-7
/proc/10617/task/10626/stat : 10626 (java) S 10615 10615 9356 0 -1 1077944384 3821988 0 0 0 140739 972 0 0 20 0 20 0 147294305 26630336512 5534483 33554432000 4194304 4196468 140728578200512 140136458848656 140136908130005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 26 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10627] ppid=10615 vsize=26006188 memory=4872558044660077418 CPUtime=129.52 cores=0-7
/proc/10617/task/10627/stat : 10627 (java) R 10615 10615 9356 0 -1 4202560 1150537 0 0 0 12867 85 0 0 20 0 20 0 147294306 26630336512 5534483 33554432000 4194304 4196468 140728578200512 140135314195664 140136893116209 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10628] ppid=10615 vsize=26006188 memory=2400 CPUtime=0 cores=0-7
/proc/10617/task/10628/stat : 10628 (java) S 10615 10615 9356 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 20 0 147294306 26630336512 5534483 33554432000 4194304 4196468 140728578200512 140135313143520 140136908130005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10629] ppid=10615 vsize=26006188 memory=1728 CPUtime=0 cores=0-7
/proc/10617/task/10629/stat : 10629 (java) S 10615 10615 9356 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 20 0 147294307 26630336512 5534483 33554432000 4194304 4196468 140728578200512 140135312090368 140136908130005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10630] ppid=10615 vsize=26006188 memory=12136 CPUtime=0 cores=0-7
/proc/10617/task/10630/stat : 10630 (java) S 10615 10615 9356 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147294309 26630336512 5534483 33554432000 4194304 4196468 140728578200512 140135311038928 140136908138395 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10631] ppid=10615 vsize=26006188 memory=1708 CPUtime=1.49 cores=0-7
/proc/10617/task/10631/stat : 10631 (java) S 10615 10615 9356 0 -1 1077944384 6438 0 0 0 148 1 0 0 20 0 20 0 147294309 26630336512 5534483 33554432000 4194304 4196468 140728578200512 140135309986080 140136908130005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10632] ppid=10615 vsize=26006188 memory=1012 CPUtime=1.28 cores=0-7
/proc/10617/task/10632/stat : 10632 (java) S 10615 10615 9356 0 -1 1077944384 6557 0 0 0 125 3 0 0 20 0 20 0 147294309 26630336512 5534483 33554432000 4194304 4196468 140728578200512 140135308933536 140136908130005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10633] ppid=10615 vsize=26006188 memory=1384 CPUtime=1.36 cores=0-7
/proc/10617/task/10633/stat : 10633 (java) S 10615 10615 9356 0 -1 1077944384 6625 0 0 0 134 2 0 0 20 0 20 0 147294309 26630336512 5534483 33554432000 4194304 4196468 140728578200512 140135307880480 140136908130005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10634] ppid=10615 vsize=26006188 memory=22137932 CPUtime=0.54 cores=0-7
/proc/10617/task/10634/stat : 10634 (java) S 10615 10615 9356 0 -1 1077944384 8022 0 0 0 52 2 0 0 20 0 20 0 147294309 26630336512 5534483 33554432000 4194304 4196468 140728578200512 140135306827648 140136908130005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10635] ppid=10615 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/10617/task/10635/stat : 10635 (java) S 10615 10615 9356 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 147294309 26630336512 5534483 33554432000 4194304 4196468 140728578200512 140135305776096 140136908130005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10636] ppid=10615 vsize=26006188 memory=0 CPUtime=0.66 cores=0-7
/proc/10617/task/10636/stat : 10636 (java) S 10615 10615 9356 0 -1 1077944384 2749 0 0 0 32 34 0 0 20 0 20 0 147294310 26630336512 5534483 33554432000 4194304 4196468 140728578200512 140135304723632 140136908130946 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
Current children cumulated CPU time: 11571.2 s
Current children cumulated vsize: 26015700 KiB
Current children cumulated memory: 22139316 KiB

[startup+1668.8 s]
/proc/loadavg: 7.48 7.65 7.01 2/201 10665
/proc/meminfo: memFree=813840/32770624 swapFree=67108860/67108860
[pid=10615] ppid=10612 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/10615/stat : 10615 (xcsp3-exec) S 10612 10615 9356 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 147294303 9740288 346 33554432000 4194304 5098028 140722006439408 140722006437512 140340017480316 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 7852032 140722006447205 140722006447415 140722006447415 140722006450155 0
/proc/10615/statm: 2378 346 289 221 0 87 0
[pid=10617] ppid=10615 vsize=26006188 memory=22137932 CPUtime=11572 cores=0-7
/proc/10617/stat : 10617 (java) S 10615 10615 9356 0 -1 1077944320 30377277 0 0 0 1149658 7546 0 0 20 0 20 0 147294303 26630336512 5534483 33554432000 4194304 4196468 140728578200512 140728578183056 140136908119799 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
/proc/10617/statm: 6501547 5534483 3263 1 0 6488781 0
[pid=10617/tid=10618] ppid=10615 vsize=26006188 memory=22137932 CPUtime=110.97 cores=0-7
/proc/10617/task/10618/stat : 10618 (java) S 10615 10615 9356 0 -1 1077944384 31402 0 0 0 11065 32 0 0 20 0 20 0 147294304 26630336512 5534483 33554432000 4194304 4196468 140728578200512 140136912360048 140136908130005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10619] ppid=10615 vsize=26006188 memory=1928 CPUtime=1417.7 cores=0-7
/proc/10617/task/10619/stat : 10619 (java) S 10615 10615 9356 0 -1 1077944384 4078130 0 0 0 140794 976 0 0 20 0 20 0 147294304 26630336512 5534483 33554432000 4194304 4196468 140728578200512 140136466218000 140136908130005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 26 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10620] ppid=10615 vsize=26006188 memory=1428 CPUtime=1413.35 cores=0-7
/proc/10617/task/10620/stat : 10620 (java) S 10615 10615 9356 0 -1 1077944384 4130070 0 0 0 140402 933 0 0 20 0 20 0 147294304 26630336512 5534483 33554432000 4194304 4196468 140728578200512 140136465165456 140136908130005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 29 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10621] ppid=10615 vsize=26006188 memory=796 CPUtime=1415.51 cores=0-7
/proc/10617/task/10621/stat : 10621 (java) S 10615 10615 9356 0 -1 1077944384 2842327 0 0 0 140708 843 0 0 20 0 20 0 147294304 26630336512 5534483 33554432000 4194304 4196468 140728578200512 140136464112400 140136908130005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 31 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10622] ppid=10615 vsize=26006188 memory=1228 CPUtime=1419.27 cores=0-7
/proc/10617/task/10622/stat : 10622 (java) S 10615 10615 9356 0 -1 1077944384 2525706 0 0 0 141091 836 0 0 20 0 20 0 147294304 26630336512 5534483 33554432000 4194304 4196468 140728578200512 140136463059856 140136908130005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 25 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10623] ppid=10615 vsize=26006188 memory=5784 CPUtime=1415.16 cores=0-7
/proc/10617/task/10623/stat : 10623 (java) S 10615 10615 9356 0 -1 1077944384 4637573 0 0 0 140487 1029 0 0 20 0 20 0 147294304 26630336512 5534483 33554432000 4194304 4196468 140728578200512 140136462006800 140136908130005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 30 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10624] ppid=10615 vsize=26006188 memory=4616 CPUtime=1412.89 cores=0-7
/proc/10617/task/10624/stat : 10624 (java) S 10615 10615 9356 0 -1 1077944384 3683415 0 0 0 140368 921 0 0 20 0 20 0 147294304 26630336512 5534483 33554432000 4194304 4196468 140728578200512 140136460954256 140136908130005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 25 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10625] ppid=10615 vsize=26006188 memory=1928 CPUtime=1414.29 cores=0-7
/proc/10617/task/10625/stat : 10625 (java) S 10615 10615 9356 0 -1 1077944384 3444354 0 0 0 140530 899 0 0 20 0 20 0 147294304 26630336512 5534483 33554432000 4194304 4196468 140728578200512 140136459901200 140136908130005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 30 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10626] ppid=10615 vsize=26006188 memory=912 CPUtime=1417.11 cores=0-7
/proc/10617/task/10626/stat : 10626 (java) S 10615 10615 9356 0 -1 1077944384 3821988 0 0 0 140739 972 0 0 20 0 20 0 147294305 26630336512 5534483 33554432000 4194304 4196468 140728578200512 140136458848656 140136908130005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 26 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10627] ppid=10615 vsize=26006188 memory=4416 CPUtime=130.31 cores=0-7
/proc/10617/task/10627/stat : 10627 (java) R 10615 10615 9356 0 -1 4202560 1150538 0 0 0 12946 85 0 0 20 0 20 0 147294306 26630336512 5534483 33554432000 4194304 4196468 140728578200512 140135314195664 140136893116203 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10628] ppid=10615 vsize=26006188 memory=1384 CPUtime=0 cores=0-7
/proc/10617/task/10628/stat : 10628 (java) S 10615 10615 9356 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 20 0 147294306 26630336512 5534483 33554432000 4194304 4196468 140728578200512 140135313143520 140136908130005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10629] ppid=10615 vsize=26006188 memory=22137932 CPUtime=0 cores=0-7
/proc/10617/task/10629/stat : 10629 (java) S 10615 10615 9356 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 20 0 147294307 26630336512 5534483 33554432000 4194304 4196468 140728578200512 140135312090368 140136908130005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10630] ppid=10615 vsize=26006188 memory=3436 CPUtime=0 cores=0-7
/proc/10617/task/10630/stat : 10630 (java) S 10615 10615 9356 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147294309 26630336512 5534483 33554432000 4194304 4196468 140728578200512 140135311038928 140136908138395 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10631] ppid=10615 vsize=26006188 memory=1384 CPUtime=1.49 cores=0-7
/proc/10617/task/10631/stat : 10631 (java) S 10615 10615 9356 0 -1 1077944384 6438 0 0 0 148 1 0 0 20 0 20 0 147294309 26630336512 5534483 33554432000 4194304 4196468 140728578200512 140135309986080 140136908130005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10632] ppid=10615 vsize=26006188 memory=22137932 CPUtime=1.28 cores=0-7
/proc/10617/task/10632/stat : 10632 (java) S 10615 10615 9356 0 -1 1077944384 6557 0 0 0 125 3 0 0 20 0 20 0 147294309 26630336512 5534483 33554432000 4194304 4196468 140728578200512 140135308933536 140136908130005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10633] ppid=10615 vsize=26006188 memory=1792 CPUtime=1.36 cores=0-7
/proc/10617/task/10633/stat : 10633 (java) S 10615 10615 9356 0 -1 1077944384 6625 0 0 0 134 2 0 0 20 0 20 0 147294309 26630336512 5534483 33554432000 4194304 4196468 140728578200512 140135307880480 140136908130005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10634] ppid=10615 vsize=26006188 memory=640 CPUtime=0.54 cores=0-7
/proc/10617/task/10634/stat : 10634 (java) S 10615 10615 9356 0 -1 1077944384 8022 0 0 0 52 2 0 0 20 0 20 0 147294309 26630336512 5534483 33554432000 4194304 4196468 140728578200512 140135306827648 140136908130005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10635] ppid=10615 vsize=26006188 memory=22137932 CPUtime=0 cores=0-7
/proc/10617/task/10635/stat : 10635 (java) S 10615 10615 9356 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 147294309 26630336512 5534483 33554432000 4194304 4196468 140728578200512 140135305776096 140136908130005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
[pid=10617/tid=10636] ppid=10615 vsize=26006188 memory=1236 CPUtime=0.66 cores=0-7
/proc/10617/task/10636/stat : 10636 (java) S 10615 10615 9356 0 -1 1077944384 2749 0 0 0 32 34 0 0 20 0 20 0 147294310 26630336512 5534483 33554432000 4194304 4196468 140728578200512 140135304723632 140136908130946 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 18649088 140728578204818 140728578204995 140728578204995 140728578207695 0
Current children cumulated CPU time: 11572 s
Current children cumulated vsize: 26015700 KiB
Current children cumulated memory: 22139316 KiB

[startup+1669.2 s]
/proc/loadavg: 7.48 7.65 7.01 2/201 10665
/proc/meminfo: memFree=813840/32770624 swapFree=67108860/67108860
[pid=10615] ppid=10612 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/10615/stat : 10615 (xcsp3-exec) S 10612 10615 9356 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 147294303 9740288 346 33554432000 4194304 5098028 140722006439408 140722006437512 140340017480316 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 7852032 140722006447205 140722006447415 140722006447415 140722006450155 0
/proc/10615/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+1669.3 s]
/proc/loadavg: 7.48 7.65 7.01 2/201 10665
/proc/meminfo: memFree=813840/32770624 swapFree=67108860/67108860
[pid=10615] ppid=10612 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/10615/stat : 10615 (xcsp3-exec) S 10612 10615 9356 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 147294303 9740288 346 33554432000 4194304 5098028 140722006439408 140722006437512 140340017480316 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 7852032 140722006447205 140722006447415 140722006447415 140722006450155 0
/proc/10615/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): 1669.39
CPU time (s): 11572.6
CPU user time (s): 11496.9
CPU system time (s): 75.7039
CPU usage (%): 693.226
Max. virtual memory (cumulated for all children) (KiB): 26015700
Max. memory (cumulated for all children) (KiB): 22139316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11496.9
system time used= 75.7039
maximum resident set size= 22138112
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30384104
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 105017
involuntary context switches= 275980


# summary of solver processes directly reported to runsolver:
#   pid: 10615
#   total CPU time (s): 11572.6
#   total CPU user time (s): 11496.9
#   total CPU system time (s): 75.7039

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.1732 second user time and 18.2656 second system time

The end

Launcher Data

Begin job on node105 at 2017-08-19 13:16:08
IDJOB=4281034
IDBENCH=126900
IDSOLVER=2675
FILE ID=node105/4281034-1503142227
RUNJOBID= node105-1503136204-9383
PBS_JOBID= 20630791
Free space on /tmp= 61768 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-4281034-1503142227/watcher-4281034-1503142227 -o /tmp/evaluation-result-4281034-1503142227/solver-4281034-1503142227 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node105-1503136204-9383 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 111887883 HOME/instance-4281034-1503142227.xml

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

MD5SUM BENCH= fdcb353b2918313db809b139313e7b9f
RANDOM SEED=111887883

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:        22925660 kB
MemAvailable:   31969908 kB
Buffers:          280024 kB
Cached:          9053844 kB
SwapCached:            0 kB
Active:          1149856 kB
Inactive:        8237160 kB
Active(anon):      56020 kB
Inactive(anon):    33200 kB
Active(file):    1093836 kB
Inactive(file):  8203960 kB
Unevictable:        7324 kB
Mlocked:            7324 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             90944 kB
Writeback:             0 kB
AnonPages:         60440 kB
Mapped:            50916 kB
Shmem:             33420 kB
Slab:             151340 kB
SReclaimable:     124572 kB
SUnreclaim:        26768 kB
KernelStack:        3152 kB
PageTables:         4724 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     332860 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= 61760 MiB
End job on node105 at 2017-08-19 13:43:58