Trace number 4399488

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 2019-09-16 parallel? 1724.08 397.933

General information on the benchmark

NameRoomMate/
RoomMate-int-s1/RoomMate-sr0700d-int.xml
MD5SUM95bc0b66e49d41fb88ec1889e7409155
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark176.644
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of constraints978600
Number of domains1
Minimum domain size699
Maximum domain size699
Distribution of domain sizes[{"size":699,"count":700}]
Minimum variable degree2796
Maximum variable degree2796
Distribution of variable degrees[{"degree":2796,"count":700}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":978600}]
Number of extensional constraints0
Number of intensional constraints978600
Distribution of constraint types[{"type":"intension","count":978600}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4399488-1568705454.xml"  -tl '20160s' -p 8
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4399488-1568705454.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
1723.83/397.79	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
1723.83/397.79		at org.chocosolver.solver.constraints.extension.nary.TuplesList.<init>(TuplesList.java:48)
1723.83/397.79		at org.chocosolver.solver.constraints.extension.nary.RelationFactory.makeListBasedRelation(RelationFactory.java:63)
1723.83/397.79		at org.chocosolver.solver.constraints.extension.nary.PropLargeGACSTRPos.<init>(PropLargeGACSTRPos.java:112)
1723.83/397.79		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:2125)
1723.83/397.79		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:2055)
1723.83/397.79		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:152)
1723.83/397.79		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
1723.83/397.79		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
1723.83/397.79		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
1723.83/397.79		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
1723.83/397.79		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
1723.83/397.79		at org.xcsp.parser.XCallbacks$$Lambda$95/2138564891.accept(Unknown Source)
1723.83/397.79		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1723.83/397.79		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1723.83/397.79		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
1723.83/397.79		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1416)
1723.83/397.79		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
1723.83/397.79		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
1723.83/397.79		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
1723.83/397.79		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
1723.83/397.79		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
1723.83/397.79		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:111)
1723.83/397.79		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
1723.83/397.79		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
1723.83/397.79	s UNKNOWN
1723.83/397.79	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 (14160 MiB free)
  memory of node 1: 16384 MiB (15394 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4399488-1568705454/watcher-4399488-1568705454 -o /tmp/evaluation-result-4399488-1568705454/solver-4399488-1568705454 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node125-1568702458-10886 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 441322440 HOME/instance-4399488-1568705454.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
solver pid=13142, runsolver pid=13139
Starting watchdog thread
Current StackSize limit: 8192 KiB


[startup+0.100135 s]*
/proc/loadavg: 8.17 8.10 7.66 3/212 13163
/proc/meminfo: memFree=30247868/32770624 swapFree=66967460/67108860
[pid=13142] ppid=13139 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/13142/stat : 13142 (xcsp3-exec) S 13139 13142 10859 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446812332 115843072 364 33554432000 4194304 5098028 140730175232128 140730175230232 139839562736252 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 23748608 140730175239030 140730175239273 140730175239273 140730175242186 0
/proc/13142/statm: 28282 364 305 221 0 87 0
[pid=13144] ppid=13142 vsize=28227396 memory=30084 CPUtime=0.13 cores=0-7
/proc/13144/stat : 13144 (java) S 13142 13142 10859 0 -1 1077944320 5931 0 0 0 11 2 0 0 20 0 20 0 446812332 28904853504 7521 33554432000 4194304 4196468 140727044825696 140727044808240 139785498709751 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
/proc/13144/statm: 7056849 7521 3156 1 0 7019032 0
[pid=13144/tid=13145] ppid=13142 vsize=28227396 memory=8317482817917895235 CPUtime=0.09 cores=0-7
/proc/13144/task/13145/stat : 13145 (java) R 13142 13142 10859 0 -1 4202560 3834 0 0 0 8 1 0 0 20 0 20 0 446812332 28904853504 7521 33554432000 4194304 4196468 140727044825696 139785502943024 139785479354418 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13146] ppid=13142 vsize=28227396 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/13144/task/13146/stat : 13146 (java) S 13142 13142 10859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446812333 28904853504 7521 33554432000 4194304 4196468 140727044825696 139785418562704 139785498719957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13147] ppid=13142 vsize=28227396 memory=140699000551040 CPUtime=0 cores=0-7
/proc/13144/task/13147/stat : 13147 (java) S 13142 13142 10859 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446812333 28904853504 7521 33554432000 4194304 4196468 140727044825696 139785417509904 139785498719957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13148] ppid=13142 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/13144/task/13148/stat : 13148 (java) S 13142 13142 10859 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446812333 28904853504 7521 33554432000 4194304 4196468 140727044825696 139785416457104 139785498719957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13149] ppid=13142 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/13144/task/13149/stat : 13149 (java) S 13142 13142 10859 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446812333 28904853504 7521 33554432000 4194304 4196468 140727044825696 139785046973200 139785498719957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13150] ppid=13142 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/13144/task/13150/stat : 13150 (java) S 13142 13142 10859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446812333 28904853504 7521 33554432000 4194304 4196468 140727044825696 139785045920400 139785498719957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13151] ppid=13142 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/13144/task/13151/stat : 13151 (java) S 13142 13142 10859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446812333 28904853504 7521 33554432000 4194304 4196468 140727044825696 139785044867600 139785498719957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13152] ppid=13142 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/13144/task/13152/stat : 13152 (java) S 13142 13142 10859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446812333 28904853504 7521 33554432000 4194304 4196468 140727044825696 139785043814800 139785498719957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13153] ppid=13142 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/13144/task/13153/stat : 13153 (java) S 13142 13142 10859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446812333 28904853504 7521 33554432000 4194304 4196468 140727044825696 139785042762000 139785498719957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13154] ppid=13142 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/13144/task/13154/stat : 13154 (java) S 13142 13142 10859 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446812335 28904853504 7521 33554432000 4194304 4196468 140727044825696 139784614914928 139785498720898 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13155] ppid=13142 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/13144/task/13155/stat : 13155 (java) S 13142 13142 10859 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 446812335 28904853504 7521 33554432000 4194304 4196468 140727044825696 139784613860896 139785498719957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13156] ppid=13142 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/13144/task/13156/stat : 13156 (java) S 13142 13142 10859 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 446812335 28904853504 7521 33554432000 4194304 4196468 140727044825696 139784612808048 139785498719957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13157] ppid=13142 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/13144/task/13157/stat : 13157 (java) S 13142 13142 10859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446812338 28904853504 7521 33554432000 4194304 4196468 140727044825696 139784611756368 139785498728347 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13158] ppid=13142 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/13144/task/13158/stat : 13158 (java) S 13142 13142 10859 0 -1 1077944384 414 0 0 0 0 0 0 0 20 0 20 0 446812338 28904853504 7521 33554432000 4194304 4196468 140727044825696 139784610703728 139785498720898 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13159] ppid=13142 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/13144/task/13159/stat : 13159 (java) S 13142 13142 10859 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446812338 28904853504 7521 33554432000 4194304 4196468 140727044825696 139783621830896 139785498720898 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13160] ppid=13142 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/13144/task/13160/stat : 13160 (java) S 13142 13142 10859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446812338 28904853504 7521 33554432000 4194304 4196468 140727044825696 139783620778096 139785498720898 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13161] ppid=13142 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/13144/task/13161/stat : 13161 (java) R 13142 13142 10859 0 -1 4202560 371 0 0 0 1 0 0 0 20 0 20 0 446812338 28904853504 7521 33554432000 4194304 4196468 140727044825696 139783619725296 139785490946878 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13162] ppid=13142 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/13144/task/13162/stat : 13162 (java) S 13142 13142 10859 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446812338 28904853504 7521 33554432000 4194304 4196468 140727044825696 139783618673760 139785498719957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13163] ppid=13142 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/13144/task/13163/stat : 13163 (java) S 13142 13142 10859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446812338 28904853504 7521 33554432000 4194304 4196468 140727044825696 139783617621040 139785498720898 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 31540 KiB

[startup+0.210563 s]*
/proc/loadavg: 7.60 7.98 7.62 3/212 13163
/proc/meminfo: memFree=30234380/32770624 swapFree=66967460/67108860
[pid=13142] ppid=13139 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/13142/stat : 13142 (xcsp3-exec) S 13139 13142 10859 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446812332 115843072 364 33554432000 4194304 5098028 140730175232128 140730175230232 139839562736252 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 23748608 140730175239030 140730175239273 140730175239273 140730175242186 0
/proc/13142/statm: 28282 364 305 221 0 87 0
[pid=13144] ppid=13142 vsize=28227396 memory=40964 CPUtime=0.33 cores=0-7
/proc/13144/stat : 13144 (java) S 13142 13142 10859 0 -1 1077944320 9543 0 0 0 30 3 0 0 20 0 20 0 446812332 28904853504 10241 33554432000 4194304 4196468 140727044825696 140727044808240 139785498709751 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
/proc/13144/statm: 7056849 10241 3276 1 0 7019032 0
[pid=13144/tid=13145] ppid=13142 vsize=28227396 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/13144/task/13145/stat : 13145 (java) R 13142 13142 10859 0 -1 4202560 6658 0 0 0 18 2 0 0 20 0 20 0 446812332 28904853504 10241 33554432000 4194304 4196468 140727044825696 139785502940304 139785498721686 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13146] ppid=13142 vsize=28227396 memory=339 CPUtime=0 cores=0-7
/proc/13144/task/13146/stat : 13146 (java) S 13142 13142 10859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446812333 28904853504 10241 33554432000 4194304 4196468 140727044825696 139785418562704 139785498719957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13147] ppid=13142 vsize=28227396 memory=288371075152262784 CPUtime=0 cores=0-7
/proc/13144/task/13147/stat : 13147 (java) S 13142 13142 10859 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446812333 28904853504 10241 33554432000 4194304 4196468 140727044825696 139785417509904 139785498719957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13148] ppid=13142 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/13144/task/13148/stat : 13148 (java) S 13142 13142 10859 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446812333 28904853504 10241 33554432000 4194304 4196468 140727044825696 139785416457104 139785498719957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13149] ppid=13142 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/13144/task/13149/stat : 13149 (java) S 13142 13142 10859 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446812333 28904853504 10241 33554432000 4194304 4196468 140727044825696 139785046973200 139785498719957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13150] ppid=13142 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/13144/task/13150/stat : 13150 (java) S 13142 13142 10859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446812333 28904853504 10241 33554432000 4194304 4196468 140727044825696 139785045920400 139785498719957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13151] ppid=13142 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/13144/task/13151/stat : 13151 (java) S 13142 13142 10859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446812333 28904853504 10241 33554432000 4194304 4196468 140727044825696 139785044867600 139785498719957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13152] ppid=13142 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/13144/task/13152/stat : 13152 (java) S 13142 13142 10859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446812333 28904853504 10241 33554432000 4194304 4196468 140727044825696 139785043814800 139785498719957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13153] ppid=13142 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/13144/task/13153/stat : 13153 (java) S 13142 13142 10859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446812333 28904853504 10241 33554432000 4194304 4196468 140727044825696 139785042762000 139785498719957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13154] ppid=13142 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/13144/task/13154/stat : 13154 (java) S 13142 13142 10859 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 446812335 28904853504 10241 33554432000 4194304 4196468 140727044825696 139784614914928 139785498720898 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13155] ppid=13142 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/13144/task/13155/stat : 13155 (java) S 13142 13142 10859 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 446812335 28904853504 10241 33554432000 4194304 4196468 140727044825696 139784613860896 139785498719957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13156] ppid=13142 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/13144/task/13156/stat : 13156 (java) S 13142 13142 10859 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 446812335 28904853504 10241 33554432000 4194304 4196468 140727044825696 139784612808048 139785498719957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13157] ppid=13142 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/13144/task/13157/stat : 13157 (java) S 13142 13142 10859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446812338 28904853504 10241 33554432000 4194304 4196468 140727044825696 139784611756368 139785498728347 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13158] ppid=13142 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/13144/task/13158/stat : 13158 (java) S 13142 13142 10859 0 -1 1077944384 462 0 0 0 1 0 0 0 20 0 20 0 446812338 28904853504 10241 33554432000 4194304 4196468 140727044825696 139784610703728 139785498720898 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13159] ppid=13142 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/13144/task/13159/stat : 13159 (java) S 13142 13142 10859 0 -1 1077944384 249 0 0 0 1 0 0 0 20 0 20 0 446812338 28904853504 10241 33554432000 4194304 4196468 140727044825696 139783621830896 139785498720898 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13160] ppid=13142 vsize=28227396 memory=-1 CPUtime=0.01 cores=0-7
/proc/13144/task/13160/stat : 13160 (java) S 13142 13142 10859 0 -1 1077944384 102 0 0 0 1 0 0 0 20 0 20 0 446812338 28904853504 10241 33554432000 4194304 4196468 140727044825696 139783620778096 139785498720898 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13161] ppid=13142 vsize=28227396 memory=-1 CPUtime=0.07 cores=0-7
/proc/13144/task/13161/stat : 13161 (java) R 13142 13142 10859 0 -1 4202560 759 0 0 0 7 0 0 0 20 0 20 0 446812338 28904853504 10241 33554432000 4194304 4196468 140727044825696 139783619725296 139785477199392 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13162] ppid=13142 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/13144/task/13162/stat : 13162 (java) S 13142 13142 10859 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446812338 28904853504 10241 33554432000 4194304 4196468 140727044825696 139783618673760 139785498719957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13163] ppid=13142 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/13144/task/13163/stat : 13163 (java) S 13142 13142 10859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446812338 28904853504 10241 33554432000 4194304 4196468 140727044825696 139783617621040 139785498720898 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42420 KiB

[startup+0.310585 s]*
/proc/loadavg: 7.60 7.98 7.62 3/212 13163
/proc/meminfo: memFree=30227604/32770624 swapFree=66967460/67108860
[pid=13142] ppid=13139 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/13142/stat : 13142 (xcsp3-exec) S 13139 13142 10859 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446812332 115843072 364 33554432000 4194304 5098028 140730175232128 140730175230232 139839562736252 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 23748608 140730175239030 140730175239273 140730175239273 140730175242186 0
/proc/13142/statm: 28282 364 305 221 0 87 0
[pid=13144] ppid=13142 vsize=28231652 memory=50156 CPUtime=0.52 cores=0-7
/proc/13144/stat : 13144 (java) S 13142 13142 10859 0 -1 1077944320 10911 0 0 0 47 5 0 0 20 0 20 0 446812332 28909211648 12539 33554432000 4194304 4196468 140727044825696 140727044808240 139785498709751 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
/proc/13144/statm: 7057913 12539 3353 1 0 7019032 0
[pid=13144/tid=13145] ppid=13142 vsize=28231652 memory=8317482817917895235 CPUtime=0.29 cores=0-7
/proc/13144/task/13145/stat : 13145 (java) R 13142 13142 10859 0 -1 4202560 7802 0 0 0 26 3 0 0 20 0 20 0 446812332 28909211648 12539 33554432000 4194304 4196468 140727044825696 139785502940864 139785096259579 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13146] ppid=13142 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/13144/task/13146/stat : 13146 (java) S 13142 13142 10859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446812333 28909211648 12539 33554432000 4194304 4196468 140727044825696 139785418562704 139785498719957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13147] ppid=13142 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/13144/task/13147/stat : 13147 (java) S 13142 13142 10859 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446812333 28909211648 12539 33554432000 4194304 4196468 140727044825696 139785417509904 139785498719957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13148] ppid=13142 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/13144/task/13148/stat : 13148 (java) S 13142 13142 10859 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446812333 28909211648 12539 33554432000 4194304 4196468 140727044825696 139785416457104 139785498719957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13149] ppid=13142 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/13144/task/13149/stat : 13149 (java) S 13142 13142 10859 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446812333 28909211648 12539 33554432000 4194304 4196468 140727044825696 139785046973200 139785498719957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13150] ppid=13142 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/13144/task/13150/stat : 13150 (java) S 13142 13142 10859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446812333 28909211648 12539 33554432000 4194304 4196468 140727044825696 139785045920400 139785498719957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13151] ppid=13142 vsize=28231652 memory=140698900851375 CPUtime=0 cores=0-7
/proc/13144/task/13151/stat : 13151 (java) S 13142 13142 10859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446812333 28909211648 12539 33554432000 4194304 4196468 140727044825696 139785044867600 139785498719957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13152] ppid=13142 vsize=28231652 memory=140698900853680 CPUtime=0 cores=0-7
/proc/13144/task/13152/stat : 13152 (java) S 13142 13142 10859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446812333 28909211648 12539 33554432000 4194304 4196468 140727044825696 139785043814800 139785498719957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13153] ppid=13142 vsize=28231652 memory=140698900855984 CPUtime=0 cores=0-7
/proc/13144/task/13153/stat : 13153 (java) S 13142 13142 10859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446812333 28909211648 12539 33554432000 4194304 4196468 140727044825696 139785042762000 139785498719957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13154] ppid=13142 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/13144/task/13154/stat : 13154 (java) S 13142 13142 10859 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 446812335 28909211648 12539 33554432000 4194304 4196468 140727044825696 139784614914928 139785498720898 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13155] ppid=13142 vsize=28231652 memory=281397801725840 CPUtime=0 cores=0-7
/proc/13144/task/13155/stat : 13155 (java) S 13142 13142 10859 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 446812335 28909211648 12539 33554432000 4194304 4196468 140727044825696 139784613860896 139785498719957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13156] ppid=13142 vsize=28231652 memory=281397801723536 CPUtime=0 cores=0-7
/proc/13144/task/13156/stat : 13156 (java) S 13142 13142 10859 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 446812335 28909211648 12539 33554432000 4194304 4196468 140727044825696 139784612808048 139785498719957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13157] ppid=13142 vsize=28231652 memory=281397801730448 CPUtime=0 cores=0-7
/proc/13144/task/13157/stat : 13157 (java) S 13142 13142 10859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446812338 28909211648 12539 33554432000 4194304 4196468 140727044825696 139784611756368 139785498728347 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13158] ppid=13142 vsize=28231652 memory=281397801671728 CPUtime=0.03 cores=0-7
/proc/13144/task/13158/stat : 13158 (java) R 13142 13142 10859 0 -1 4202560 571 0 0 0 3 0 0 0 20 0 20 0 446812338 28909211648 12539 33554432000 4194304 4196468 140727044825696 139784610694112 139785480255002 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13159] ppid=13142 vsize=28231652 memory=281397801744272 CPUtime=0.03 cores=0-7
/proc/13144/task/13159/stat : 13159 (java) S 13142 13142 10859 0 -1 1077944384 258 0 0 0 3 0 0 0 20 0 20 0 446812338 28909211648 12539 33554432000 4194304 4196468 140727044825696 139783621830896 139785498720898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13160] ppid=13142 vsize=28231652 memory=281397801751184 CPUtime=0.02 cores=0-7
/proc/13144/task/13160/stat : 13160 (java) S 13142 13142 10859 0 -1 1077944384 105 0 0 0 2 0 0 0 20 0 20 0 446812338 28909211648 12539 33554432000 4194304 4196468 140727044825696 139783620778096 139785498720898 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13161] ppid=13142 vsize=28231652 memory=281397801748880 CPUtime=0.12 cores=0-7
/proc/13144/task/13161/stat : 13161 (java) S 13142 13142 10859 0 -1 1077944384 873 0 0 0 12 0 0 0 20 0 20 0 446812338 28909211648 12539 33554432000 4194304 4196468 140727044825696 139783619725296 139785498720898 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13162] ppid=13142 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/13144/task/13162/stat : 13162 (java) S 13142 13142 10859 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446812338 28909211648 12539 33554432000 4194304 4196468 140727044825696 139783618673760 139785498719957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13163] ppid=13142 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/13144/task/13163/stat : 13163 (java) S 13142 13142 10859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446812338 28909211648 12539 33554432000 4194304 4196468 140727044825696 139783617621040 139785498720898 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51612 KiB

[startup+0.701833 s]
/proc/loadavg: 7.60 7.98 7.62 2/212 13163
/proc/meminfo: memFree=30173228/32770624 swapFree=66967460/67108860
[pid=13142] ppid=13139 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/13142/stat : 13142 (xcsp3-exec) S 13139 13142 10859 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446812332 115843072 364 33554432000 4194304 5098028 140730175232128 140730175230232 139839562736252 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 23748608 140730175239030 140730175239273 140730175239273 140730175242186 0
/proc/13142/statm: 28282 364 305 221 0 87 0
[pid=13144] ppid=13142 vsize=28231652 memory=251124 CPUtime=1.62 cores=0-7
/proc/13144/stat : 13144 (java) S 13142 13142 10859 0 -1 1077944320 13808 0 0 0 135 27 0 0 20 0 20 0 446812332 28909211648 62781 33554432000 4194304 4196468 140727044825696 140727044808240 139785498709751 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
/proc/13144/statm: 7057913 62781 3399 1 0 7019032 0
[pid=13144/tid=13145] ppid=13142 vsize=28231652 memory=0 CPUtime=0.63 cores=0-7
/proc/13144/task/13145/stat : 13145 (java) S 13142 13142 10859 0 -1 1077944384 8051 0 0 0 58 5 0 0 20 0 20 0 446812332 28909211648 62781 33554432000 4194304 4196468 140727044825696 139785502948848 139785498719957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13146] ppid=13142 vsize=28231652 memory=140698901062512 CPUtime=0.04 cores=0-7
/proc/13144/task/13146/stat : 13146 (java) R 13142 13142 10859 0 -1 4202560 37 0 0 0 2 2 0 0 20 0 20 0 446812333 28909211648 62781 33554432000 4194304 4196468 140727044825696 139785418562904 139785483736937 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13147] ppid=13142 vsize=28231652 memory=0 CPUtime=0.03 cores=0-7
/proc/13144/task/13147/stat : 13147 (java) R 13142 13142 10859 0 -1 4202560 29 0 0 0 2 1 0 0 20 0 20 0 446812333 28909211648 62781 33554432000 4194304 4196468 140727044825696 139785417509904 139785483731872 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13148] ppid=13142 vsize=28231652 memory=1192 CPUtime=0.04 cores=0-7
/proc/13144/task/13148/stat : 13148 (java) R 13142 13142 10859 0 -1 4202560 40 0 0 0 2 2 0 0 20 0 20 0 446812333 28909211648 62781 33554432000 4194304 4196468 140727044825696 139785416457104 139785483737170 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0

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

[pid=13144/tid=13147] ppid=13142 vsize=28233776 memory=3620 CPUtime=188.76 cores=0-7
/proc/13144/task/13147/stat : 13147 (java) S 13142 13142 10859 0 -1 1077944384 270286 0 0 0 18156 720 0 0 20 0 20 0 446812333 28911386624 6038937 33554432000 4194304 4196468 140727044825696 139785417509904 139785498719957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 28 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13148] ppid=13142 vsize=28233776 memory=47376 CPUtime=189.13 cores=0-7
/proc/13144/task/13148/stat : 13148 (java) S 13142 13142 10859 0 -1 1077944384 388931 0 0 0 18284 629 0 0 20 0 20 0 446812333 28911386624 6038937 33554432000 4194304 4196468 140727044825696 139785416457104 139785498719957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 31 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13149] ppid=13142 vsize=28233776 memory=988 CPUtime=189.2 cores=0-7
/proc/13144/task/13149/stat : 13149 (java) S 13142 13142 10859 0 -1 1077944384 222097 0 0 0 18197 723 0 0 20 0 20 0 446812333 28911386624 6038937 33554432000 4194304 4196468 140727044825696 139785046973200 139785498719957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 26 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13150] ppid=13142 vsize=28233776 memory=6791534058613427641 CPUtime=189 cores=0-7
/proc/13144/task/13150/stat : 13150 (java) S 13142 13142 10859 0 -1 1077944384 220557 0 0 0 18195 705 0 0 20 0 20 0 446812333 28911386624 6038937 33554432000 4194304 4196468 140727044825696 139785045920400 139785498719957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 22 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13151] ppid=13142 vsize=28233776 memory=1456 CPUtime=188.77 cores=0-7
/proc/13144/task/13151/stat : 13151 (java) S 13142 13142 10859 0 -1 1077944384 266444 0 0 0 18194 683 0 0 20 0 20 0 446812333 28911386624 6038937 33554432000 4194304 4196468 140727044825696 139785044867600 139785498719957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 25 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13152] ppid=13142 vsize=28233776 memory=24155748 CPUtime=188.17 cores=0-7
/proc/13144/task/13152/stat : 13152 (java) S 13142 13142 10859 0 -1 1077944384 252704 0 0 0 18144 673 0 0 20 0 20 0 446812333 28911386624 6038937 33554432000 4194304 4196468 140727044825696 139785043814800 139785498719957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 26 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13153] ppid=13142 vsize=28233776 memory=804 CPUtime=188.96 cores=0-7
/proc/13144/task/13153/stat : 13153 (java) S 13142 13142 10859 0 -1 1077944384 144225 0 0 0 18236 660 0 0 20 0 20 0 446812333 28911386624 6038937 33554432000 4194304 4196468 140727044825696 139785042762000 139785498719957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 29 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13154] ppid=13142 vsize=28233776 memory=1804 CPUtime=79.01 cores=0-7
/proc/13144/task/13154/stat : 13154 (java) R 13142 13142 10859 0 -1 4202560 220720 0 0 0 7870 31 0 0 20 0 20 0 446812335 28911386624 6038937 33554432000 4194304 4196468 140727044825696 139784614913488 139785483712839 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13155] ppid=13142 vsize=28233776 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/13144/task/13155/stat : 13155 (java) S 13142 13142 10859 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 20 0 446812335 28911386624 6038937 33554432000 4194304 4196468 140727044825696 139784613860960 139785498719957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13156] ppid=13142 vsize=28233776 memory=1764 CPUtime=0 cores=0-7
/proc/13144/task/13156/stat : 13156 (java) S 13142 13142 10859 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 20 0 446812335 28911386624 6038937 33554432000 4194304 4196468 140727044825696 139784612808064 139785498719957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13157] ppid=13142 vsize=28233776 memory=1398722017469774279 CPUtime=0 cores=0-7
/proc/13144/task/13157/stat : 13157 (java) S 13142 13142 10859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446812338 28911386624 6038937 33554432000 4194304 4196468 140727044825696 139784611756368 139785498728347 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13158] ppid=13142 vsize=28233776 memory=4126316290023845779 CPUtime=1.8 cores=0-7
/proc/13144/task/13158/stat : 13158 (java) S 13142 13142 10859 0 -1 1077944384 12687 0 0 0 178 2 0 0 20 0 20 0 446812338 28911386624 6038937 33554432000 4194304 4196468 140727044825696 139784610703776 139785498719957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13159] ppid=13142 vsize=28233776 memory=1804 CPUtime=1.78 cores=0-7
/proc/13144/task/13159/stat : 13159 (java) S 13142 13142 10859 0 -1 1077944384 13019 0 0 0 176 2 0 0 20 0 20 0 446812338 28911386624 6038937 33554432000 4194304 4196468 140727044825696 139783621830944 139785498719957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13160] ppid=13142 vsize=28233776 memory=920 CPUtime=1.7 cores=0-7
/proc/13144/task/13160/stat : 13160 (java) S 13142 13142 10859 0 -1 1077944384 9990 0 0 0 168 2 0 0 20 0 20 0 446812338 28911386624 6038937 33554432000 4194304 4196468 140727044825696 139783620777856 139785498719957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13161] ppid=13142 vsize=28233776 memory=4144 CPUtime=0.64 cores=0-7
/proc/13144/task/13161/stat : 13161 (java) S 13142 13142 10859 0 -1 1077944384 9013 0 0 0 62 2 0 0 20 0 20 0 446812338 28911386624 6038937 33554432000 4194304 4196468 140727044825696 139783619725344 139785498719957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13162] ppid=13142 vsize=28233776 memory=1456 CPUtime=0 cores=0-7
/proc/13144/task/13162/stat : 13162 (java) S 13142 13142 10859 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446812338 28911386624 6038937 33554432000 4194304 4196468 140727044825696 139783618673760 139785498719957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13163] ppid=13142 vsize=28233776 memory=24155748 CPUtime=0.17 cores=0-7
/proc/13144/task/13163/stat : 13163 (java) S 13142 13142 10859 0 -1 1077944384 795 0 0 0 8 9 0 0 20 0 20 0 446812338 28911386624 6038937 33554432000 4194304 4196468 140727044825696 139783617621040 139785498720898 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
Current children cumulated CPU time: 1721.33 s
Current children cumulated vsize: 28346904 KiB
Current children cumulated memory: 24157204 KiB

[startup+396.801 s]
/proc/loadavg: 6.31 5.51 6.45 2/211 13187
/proc/meminfo: memFree=6078704/32770624 swapFree=66967460/67108860
[pid=13142] ppid=13139 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/13142/stat : 13142 (xcsp3-exec) S 13139 13142 10859 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446812332 115843072 364 33554432000 4194304 5098028 140730175232128 140730175230232 139839562736252 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 23748608 140730175239030 140730175239273 140730175239273 140730175242186 0
/proc/13142/statm: 28282 364 305 221 0 87 0
[pid=13144] ppid=13142 vsize=28233776 memory=24155748 CPUtime=1722.93 cores=0-7
/proc/13144/stat : 13144 (java) S 13142 13142 10859 0 -1 1077944320 2325554 0 0 0 166722 5571 0 0 20 0 20 0 446812332 28911386624 6038937 33554432000 4194304 4196468 140727044825696 140727044808240 139785498709751 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
/proc/13144/statm: 7058444 6038937 3517 1 0 7019544 0
[pid=13144/tid=13145] ppid=13142 vsize=28233776 memory=24155696 CPUtime=125.52 cores=0-7
/proc/13144/task/13145/stat : 13145 (java) S 13142 13142 10859 0 -1 1077944384 57054 0 0 0 12501 51 0 0 20 0 20 0 446812332 28911386624 6038937 33554432000 4194304 4196468 140727044825696 139785502946512 139785498719957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13146] ppid=13142 vsize=28233776 memory=24155696 CPUtime=188.59 cores=0-7
/proc/13144/task/13146/stat : 13146 (java) S 13142 13142 10859 0 -1 1077944384 233429 0 0 0 18182 677 0 0 20 0 20 0 446812333 28911386624 6038937 33554432000 4194304 4196468 140727044825696 139785418562704 139785498719957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 26 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13147] ppid=13142 vsize=28233776 memory=0 CPUtime=188.76 cores=0-7
/proc/13144/task/13147/stat : 13147 (java) S 13142 13142 10859 0 -1 1077944384 270286 0 0 0 18156 720 0 0 20 0 20 0 446812333 28911386624 6038937 33554432000 4194304 4196468 140727044825696 139785417509904 139785498719957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 28 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13148] ppid=13142 vsize=28233776 memory=6791534058613427641 CPUtime=189.13 cores=0-7
/proc/13144/task/13148/stat : 13148 (java) S 13142 13142 10859 0 -1 1077944384 388931 0 0 0 18284 629 0 0 20 0 20 0 446812333 28911386624 6038937 33554432000 4194304 4196468 140727044825696 139785416457104 139785498719957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 31 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13149] ppid=13142 vsize=28233776 memory=1456 CPUtime=189.2 cores=0-7
/proc/13144/task/13149/stat : 13149 (java) S 13142 13142 10859 0 -1 1077944384 222097 0 0 0 18197 723 0 0 20 0 20 0 446812333 28911386624 6038937 33554432000 4194304 4196468 140727044825696 139785046973200 139785498719957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 26 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13150] ppid=13142 vsize=28233776 memory=24155748 CPUtime=189 cores=0-7
/proc/13144/task/13150/stat : 13150 (java) S 13142 13142 10859 0 -1 1077944384 220557 0 0 0 18195 705 0 0 20 0 20 0 446812333 28911386624 6038937 33554432000 4194304 4196468 140727044825696 139785045920400 139785498719957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 22 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13151] ppid=13142 vsize=28233776 memory=1456 CPUtime=188.77 cores=0-7
/proc/13144/task/13151/stat : 13151 (java) S 13142 13142 10859 0 -1 1077944384 266444 0 0 0 18194 683 0 0 20 0 20 0 446812333 28911386624 6038937 33554432000 4194304 4196468 140727044825696 139785044867600 139785498719957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 25 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13152] ppid=13142 vsize=28233776 memory=24155748 CPUtime=188.17 cores=0-7
/proc/13144/task/13152/stat : 13152 (java) S 13142 13142 10859 0 -1 1077944384 252704 0 0 0 18144 673 0 0 20 0 20 0 446812333 28911386624 6038937 33554432000 4194304 4196468 140727044825696 139785043814800 139785498719957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 26 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13153] ppid=13142 vsize=28233776 memory=3620 CPUtime=188.96 cores=0-7
/proc/13144/task/13153/stat : 13153 (java) S 13142 13142 10859 0 -1 1077944384 144225 0 0 0 18236 660 0 0 20 0 20 0 446812333 28911386624 6038937 33554432000 4194304 4196468 140727044825696 139785042762000 139785498719957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 29 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13154] ppid=13142 vsize=28233776 memory=47376 CPUtime=80.61 cores=0-7
/proc/13144/task/13154/stat : 13154 (java) R 13142 13142 10859 0 -1 4202560 222999 0 0 0 8030 31 0 0 20 0 20 0 446812335 28911386624 6038937 33554432000 4194304 4196468 140727044825696 139784614913376 139785483706118 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13155] ppid=13142 vsize=28233776 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/13144/task/13155/stat : 13155 (java) S 13142 13142 10859 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 20 0 446812335 28911386624 6038937 33554432000 4194304 4196468 140727044825696 139784613860960 139785498719957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13156] ppid=13142 vsize=28233776 memory=4068 CPUtime=0 cores=0-7
/proc/13144/task/13156/stat : 13156 (java) S 13142 13142 10859 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 20 0 446812335 28911386624 6038937 33554432000 4194304 4196468 140727044825696 139784612808064 139785498719957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13157] ppid=13142 vsize=28233776 memory=1720 CPUtime=0 cores=0-7
/proc/13144/task/13157/stat : 13157 (java) S 13142 13142 10859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446812338 28911386624 6038937 33554432000 4194304 4196468 140727044825696 139784611756368 139785498728347 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13158] ppid=13142 vsize=28233776 memory=5948 CPUtime=1.8 cores=0-7
/proc/13144/task/13158/stat : 13158 (java) S 13142 13142 10859 0 -1 1077944384 12687 0 0 0 178 2 0 0 20 0 20 0 446812338 28911386624 6038937 33554432000 4194304 4196468 140727044825696 139784610703776 139785498719957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13159] ppid=13142 vsize=28233776 memory=10564 CPUtime=1.78 cores=0-7
/proc/13144/task/13159/stat : 13159 (java) S 13142 13142 10859 0 -1 1077944384 13019 0 0 0 176 2 0 0 20 0 20 0 446812338 28911386624 6038937 33554432000 4194304 4196468 140727044825696 139783621830944 139785498719957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13160] ppid=13142 vsize=28233776 memory=6791534058613427641 CPUtime=1.7 cores=0-7
/proc/13144/task/13160/stat : 13160 (java) S 13142 13142 10859 0 -1 1077944384 9990 0 0 0 168 2 0 0 20 0 20 0 446812338 28911386624 6038937 33554432000 4194304 4196468 140727044825696 139783620777856 139785498719957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13161] ppid=13142 vsize=28233776 memory=24155608 CPUtime=0.64 cores=0-7
/proc/13144/task/13161/stat : 13161 (java) S 13142 13142 10859 0 -1 1077944384 9013 0 0 0 62 2 0 0 20 0 20 0 446812338 28911386624 6038937 33554432000 4194304 4196468 140727044825696 139783619725344 139785498719957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13162] ppid=13142 vsize=28233776 memory=988 CPUtime=0 cores=0-7
/proc/13144/task/13162/stat : 13162 (java) S 13142 13142 10859 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446812338 28911386624 6038937 33554432000 4194304 4196468 140727044825696 139783618673760 139785498719957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13163] ppid=13142 vsize=28233776 memory=6791534058613427641 CPUtime=0.17 cores=0-7
/proc/13144/task/13163/stat : 13163 (java) S 13142 13142 10859 0 -1 1077944384 795 0 0 0 8 9 0 0 20 0 20 0 446812338 28911386624 6038937 33554432000 4194304 4196468 140727044825696 139783617621040 139785498720898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
Current children cumulated CPU time: 1722.93 s
Current children cumulated vsize: 28346904 KiB
Current children cumulated memory: 24157204 KiB

[startup+397.601 s]
/proc/loadavg: 6.31 5.51 6.45 2/211 13187
/proc/meminfo: memFree=6078704/32770624 swapFree=66967460/67108860
[pid=13142] ppid=13139 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/13142/stat : 13142 (xcsp3-exec) S 13139 13142 10859 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446812332 115843072 364 33554432000 4194304 5098028 140730175232128 140730175230232 139839562736252 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 23748608 140730175239030 140730175239273 140730175239273 140730175242186 0
/proc/13142/statm: 28282 364 305 221 0 87 0
[pid=13144] ppid=13142 vsize=28233776 memory=24155748 CPUtime=1723.73 cores=0-7
/proc/13144/stat : 13144 (java) S 13142 13142 10859 0 -1 1077944320 2326521 0 0 0 166802 5571 0 0 20 0 20 0 446812332 28911386624 6038937 33554432000 4194304 4196468 140727044825696 140727044808240 139785498709751 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
/proc/13144/statm: 7058444 6038937 3517 1 0 7019544 0
[pid=13144/tid=13145] ppid=13142 vsize=28233776 memory=2832 CPUtime=125.52 cores=0-7
/proc/13144/task/13145/stat : 13145 (java) S 13142 13142 10859 0 -1 1077944384 57054 0 0 0 12501 51 0 0 20 0 20 0 446812332 28911386624 6038937 33554432000 4194304 4196468 140727044825696 139785502946512 139785498719957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13146] ppid=13142 vsize=28233776 memory=1192 CPUtime=188.59 cores=0-7
/proc/13144/task/13146/stat : 13146 (java) S 13142 13142 10859 0 -1 1077944384 233429 0 0 0 18182 677 0 0 20 0 20 0 446812333 28911386624 6038937 33554432000 4194304 4196468 140727044825696 139785418562704 139785498719957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 26 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13147] ppid=13142 vsize=28233776 memory=940 CPUtime=188.76 cores=0-7
/proc/13144/task/13147/stat : 13147 (java) S 13142 13142 10859 0 -1 1077944384 270286 0 0 0 18156 720 0 0 20 0 20 0 446812333 28911386624 6038937 33554432000 4194304 4196468 140727044825696 139785417509904 139785498719957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 28 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13148] ppid=13142 vsize=28233776 memory=47376 CPUtime=189.13 cores=0-7
/proc/13144/task/13148/stat : 13148 (java) S 13142 13142 10859 0 -1 1077944384 388931 0 0 0 18284 629 0 0 20 0 20 0 446812333 28911386624 6038937 33554432000 4194304 4196468 140727044825696 139785416457104 139785498719957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 31 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13149] ppid=13142 vsize=28233776 memory=988 CPUtime=189.2 cores=0-7
/proc/13144/task/13149/stat : 13149 (java) S 13142 13142 10859 0 -1 1077944384 222097 0 0 0 18197 723 0 0 20 0 20 0 446812333 28911386624 6038937 33554432000 4194304 4196468 140727044825696 139785046973200 139785498719957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 26 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13150] ppid=13142 vsize=28233776 memory=2004 CPUtime=189 cores=0-7
/proc/13144/task/13150/stat : 13150 (java) S 13142 13142 10859 0 -1 1077944384 220557 0 0 0 18195 705 0 0 20 0 20 0 446812333 28911386624 6038937 33554432000 4194304 4196468 140727044825696 139785045920400 139785498719957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 22 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13151] ppid=13142 vsize=28233776 memory=1376 CPUtime=188.77 cores=0-7
/proc/13144/task/13151/stat : 13151 (java) S 13142 13142 10859 0 -1 1077944384 266444 0 0 0 18194 683 0 0 20 0 20 0 446812333 28911386624 6038937 33554432000 4194304 4196468 140727044825696 139785044867600 139785498719957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 25 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13152] ppid=13142 vsize=28233776 memory=1060 CPUtime=188.17 cores=0-7
/proc/13144/task/13152/stat : 13152 (java) S 13142 13142 10859 0 -1 1077944384 252704 0 0 0 18144 673 0 0 20 0 20 0 446812333 28911386624 6038937 33554432000 4194304 4196468 140727044825696 139785043814800 139785498719957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 26 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13153] ppid=13142 vsize=28233776 memory=4068 CPUtime=188.96 cores=0-7
/proc/13144/task/13153/stat : 13153 (java) S 13142 13142 10859 0 -1 1077944384 144225 0 0 0 18236 660 0 0 20 0 20 0 446812333 28911386624 6038937 33554432000 4194304 4196468 140727044825696 139785042762000 139785498719957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 29 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13154] ppid=13142 vsize=28233776 memory=1720 CPUtime=81.41 cores=0-7
/proc/13144/task/13154/stat : 13154 (java) R 13142 13142 10859 0 -1 4202560 223966 0 0 0 8110 31 0 0 20 0 20 0 446812335 28911386624 6038937 33554432000 4194304 4196468 140727044825696 139784614913376 139785483706096 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13155] ppid=13142 vsize=28233776 memory=5948 CPUtime=0 cores=0-7
/proc/13144/task/13155/stat : 13155 (java) S 13142 13142 10859 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 20 0 446812335 28911386624 6038937 33554432000 4194304 4196468 140727044825696 139784613860960 139785498719957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13156] ppid=13142 vsize=28233776 memory=10564 CPUtime=0 cores=0-7
/proc/13144/task/13156/stat : 13156 (java) S 13142 13142 10859 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 20 0 446812335 28911386624 6038937 33554432000 4194304 4196468 140727044825696 139784612808064 139785498719957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13157] ppid=13142 vsize=28233776 memory=716 CPUtime=0 cores=0-7
/proc/13144/task/13157/stat : 13157 (java) S 13142 13142 10859 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446812338 28911386624 6038937 33554432000 4194304 4196468 140727044825696 139784611756368 139785498728347 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13158] ppid=13142 vsize=28233776 memory=14008 CPUtime=1.8 cores=0-7
/proc/13144/task/13158/stat : 13158 (java) S 13142 13142 10859 0 -1 1077944384 12687 0 0 0 178 2 0 0 20 0 20 0 446812338 28911386624 6038937 33554432000 4194304 4196468 140727044825696 139784610703776 139785498719957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13159] ppid=13142 vsize=28233776 memory=12040 CPUtime=1.78 cores=0-7
/proc/13144/task/13159/stat : 13159 (java) S 13142 13142 10859 0 -1 1077944384 13019 0 0 0 176 2 0 0 20 0 20 0 446812338 28911386624 6038937 33554432000 4194304 4196468 140727044825696 139783621830944 139785498719957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13160] ppid=13142 vsize=28233776 memory=23992 CPUtime=1.7 cores=0-7
/proc/13144/task/13160/stat : 13160 (java) S 13142 13142 10859 0 -1 1077944384 9990 0 0 0 168 2 0 0 20 0 20 0 446812338 28911386624 6038937 33554432000 4194304 4196468 140727044825696 139783620777856 139785498719957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13161] ppid=13142 vsize=28233776 memory=2120 CPUtime=0.64 cores=0-7
/proc/13144/task/13161/stat : 13161 (java) S 13142 13142 10859 0 -1 1077944384 9013 0 0 0 62 2 0 0 20 0 20 0 446812338 28911386624 6038937 33554432000 4194304 4196468 140727044825696 139783619725344 139785498719957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13162] ppid=13142 vsize=28233776 memory=500 CPUtime=0 cores=0-7
/proc/13144/task/13162/stat : 13162 (java) S 13142 13142 10859 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446812338 28911386624 6038937 33554432000 4194304 4196468 140727044825696 139783618673760 139785498719957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
[pid=13144/tid=13163] ppid=13142 vsize=28233776 memory=1556 CPUtime=0.17 cores=0-7
/proc/13144/task/13163/stat : 13163 (java) S 13142 13142 10859 0 -1 1077944384 795 0 0 0 8 9 0 0 20 0 20 0 446812338 28911386624 6038937 33554432000 4194304 4196468 140727044825696 139783617621040 139785498720898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25550848 140727044830186 140727044830358 140727044830358 140727044833231 0
Current children cumulated CPU time: 1723.73 s
Current children cumulated vsize: 28346904 KiB
Current children cumulated memory: 24157204 KiB

[startup+397.801 s]
/proc/loadavg: 6.31 5.51 6.45 2/211 13187
/proc/meminfo: memFree=6078704/32770624 swapFree=66967460/67108860
[pid=13142] ppid=13139 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/13142/stat : 13142 (xcsp3-exec) S 13139 13142 10859 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446812332 115843072 364 33554432000 4194304 5098028 140730175232128 140730175230232 139839562736252 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 23748608 140730175239030 140730175239273 140730175239273 140730175242186 0
/proc/13142/statm: 28282 364 305 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1456 KiB

[startup+397.9 s]
/proc/loadavg: 6.31 5.51 6.45 2/211 13187
/proc/meminfo: memFree=6078704/32770624 swapFree=66967460/67108860
[pid=13142] ppid=13139 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/13142/stat : 13142 (xcsp3-exec) S 13139 13142 10859 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446812332 115843072 364 33554432000 4194304 5098028 140730175232128 140730175230232 139839562736252 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 23748608 140730175239030 140730175239273 140730175239273 140730175242186 0
/proc/13142/statm: 28282 364 305 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1456 KiB

Child status: 1
Real time (s): 397.933
CPU time (s): 1724.08
CPU user time (s): 1668.21
CPU system time (s): 55.8687
CPU usage (%): 433.258
Max. virtual memory (cumulated for all children) (KiB): 28346904
Max. memory (cumulated for all children) (KiB): 24157204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1668.21
system time used= 55.8687
maximum resident set size= 24156140
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2335795
page faults= 0
swaps= 0
block input operations= 0
block output operations= 736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 29465
involuntary context switches= 23283


# summary of solver processes directly reported to runsolver:
#   pid: 13142
#   total CPU time (s): 1724.08
#   total CPU user time (s): 1668.21
#   total CPU system time (s): 55.8687

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.80047 second user time and 4.15738 second system time

The end

Launcher Data

Begin job on node125 at 2019-09-17 09:30:13
IDJOB=4399488
IDBENCH=126905
IDSOLVER=2854
FILE ID=node125/4399488-1568705454
RUNJOBID= node125-1568702458-10886
PBS_JOBID= 21703918
Free space on /tmp= 59692 MiB

SOLVER NAME= choco-solver 2019-09-16 parallel
BENCH NAME= XCSP17/RoomMate/RoomMate-int-s1/RoomMate-sr0700d-int.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 24000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4399488-1568705454/watcher-4399488-1568705454 -o /tmp/evaluation-result-4399488-1568705454/solver-4399488-1568705454 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node125-1568702458-10886 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 441322440 HOME/instance-4399488-1568705454.xml

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

MD5SUM BENCH= 95bc0b66e49d41fb88ec1889e7409155
RANDOM SEED=441322440

node125.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.29
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.29
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.29
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.29
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:        30264424 kB
MemAvailable:   31860716 kB
Buffers:          208592 kB
Cached:          1685624 kB
SwapCached:        38408 kB
Active:           858412 kB
Inactive:        1075812 kB
Active(anon):      20052 kB
Inactive(anon):    68448 kB
Active(file):     838360 kB
Inactive(file):  1007364 kB
Unevictable:      108988 kB
Mlocked:          108988 kB
SwapTotal:      67108860 kB
SwapFree:       66967460 kB
Dirty:             66524 kB
Writeback:             0 kB
AnonPages:        112212 kB
Mapped:            48264 kB
Shmem:             39872 kB
Slab:             161924 kB
SReclaimable:     132804 kB
SUnreclaim:        29120 kB
KernelStack:        3376 kB
PageTables:         5096 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     505804 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 59668 MiB
End job on node125 at 2019-09-17 09:36:51