Trace number 4403412

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-20? 1851.74 653.046

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-os10/
SuperTaillard-os-10-23.xml
MD5SUMea1f89da39181e5263a1c81884ecc603
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark40.8874
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints2800
Number of domains67
Minimum domain size476
Maximum domain size574
Distribution of domain sizes[{"size":476,"count":4},{"size":478,"count":2},{"size":482,"count":2},{"size":483,"count":2},{"size":484,"count":6},{"size":485,"count":2},{"size":488,"count":2},{"size":489,"count":4},{"size":490,"count":2},{"size":492,"count":2},{"size":493,"count":2},{"size":494,"count":2},{"size":495,"count":4},{"size":496,"count":2},{"size":498,"count":4},{"size":499,"count":2},{"size":500,"count":4},{"size":501,"count":4},{"size":502,"count":4},{"size":503,"count":4},{"size":504,"count":4},{"size":505,"count":2},{"size":506,"count":2},{"size":507,"count":4},{"size":509,"count":2},"...",{"size":536,"count":6}, {"size":537,"count":2}, {"size":538,"count":2}, {"size":539,"count":4}, {"size":540,"count":2}, {"size":542,"count":2}, {"size":543,"count":4}, {"size":547,"count":2}, {"size":550,"count":8}, {"size":551,"count":2}, {"size":552,"count":4}, {"size":553,"count":2}, {"size":554,"count":2}, {"size":555,"count":2}, {"size":557,"count":2}, {"size":559,"count":6}, {"size":560,"count":4}, {"size":562,"count":2}, {"size":565,"count":2}, {"size":566,"count":2}, {"size":567,"count":2}, {"size":569,"count":2}, {"size":571,"count":6}, {"size":573,"count":2}, {"size":574,"count":2}]
Minimum variable degree19
Maximum variable degree37
Distribution of variable degrees[{"degree":19,"count":100},{"degree":37,"count":100}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":2800}]
Number of extensional constraints0
Number of intensional constraints2800
Distribution of constraint types[{"type":"intension","count":2800}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4403412-1568992746.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco 3fb4b153
0.13/0.18	c [HOME/instance-4403412-1568992746.xml, -tl, 2520s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
1828.35/645.65	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
1828.35/645.65		at java.util.stream.ReferencePipeline$4.opWrapSink(ReferencePipeline.java:207)
1828.35/645.65		at java.util.stream.AbstractPipeline.wrapSink(AbstractPipeline.java:517)
1828.35/645.65		at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
1828.35/645.65		at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708)
1828.35/645.65		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
1828.35/645.65		at java.util.stream.IntPipeline.reduce(IntPipeline.java:456)
1828.35/645.65		at org.chocosolver.solver.expression.discrete.arithmetic.NaArExpression.ieval(NaArExpression.java:125)
1828.35/645.65		at org.chocosolver.solver.expression.discrete.relational.BiReExpression.beval(BiReExpression.java:214)
1828.35/645.65		at org.chocosolver.solver.expression.discrete.logical.NaLoExpression.beval(NaLoExpression.java:137)
1828.35/645.65		at org.chocosolver.solver.expression.discrete.relational.ReExpression.lambda$extension$3(ReExpression.java:150)
1828.35/645.65		at org.chocosolver.solver.expression.discrete.relational.ReExpression$$Lambda$146/673068808.valid(Unknown Source)
1828.35/645.65		at org.chocosolver.solver.constraints.extension.TuplesFactory.generateTuples(TuplesFactory.java:88)
1828.35/645.65		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:150)
1828.35/645.65		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
1828.35/645.65		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
1828.35/645.65		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
1828.35/645.65		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
1828.35/645.65		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
1828.35/645.65		at org.xcsp.parser.XCallbacks$$Lambda$88/205962452.accept(Unknown Source)
1828.35/645.65		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1828.35/645.65		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1828.35/645.65		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
1828.35/645.65		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1416)
1828.35/645.65		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
1828.35/645.65		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
1828.35/645.65		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
1828.35/645.65		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
1828.35/645.65		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
1828.35/645.65		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:111)
1828.35/645.65		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
1828.35/645.65		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
1851.39/652.70	s UNKNOWN
1851.39/652.70	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 (6777 MiB free)
  memory of node 1: 16384 MiB (7509 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4403412-1568992746/watcher-4403412-1568992746 -o /tmp/evaluation-result-4403412-1568992746/solver-4403412-1568992746 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1568988008-30878 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1594135253 HOME/instance-4403412-1568992746.xml 

running on 4 cores: 1,3,5,7

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


[startup+0.100088 s]*
/proc/loadavg: 8.63 8.48 8.51 8/233 5886
/proc/meminfo: memFree=14612104/32770624 swapFree=66938972/67108860
[pid=5870] ppid=5867 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/5870/stat : 5870 (xcsp3-exec) S 5867 5870 30846 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475544276 115843072 363 33554432000 4194304 5098028 140737412249344 140737412247448 140082265731708 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 39870464 140737412256634 140737412256877 140737412256877 140737412259786 0
/proc/5870/statm: 28282 363 304 221 0 87 0
[pid=5872] ppid=5870 vsize=15144776 memory=29408 CPUtime=0.13 cores=1,3,5,7
/proc/5872/stat : 5872 (java) S 5870 5870 30846 0 -1 1077944320 5809 0 0 0 12 1 0 0 20 0 15 0 475544276 15508250624 7352 33554432000 4194304 4196468 140726945306080 140726945288624 140016184831735 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
/proc/5872/statm: 3786194 7352 3121 1 0 3748377 0
[pid=5872/tid=5873] ppid=5870 vsize=15144776 memory=7031125463459224206 CPUtime=0.09 cores=1,3,5,7
/proc/5872/task/5873/stat : 5873 (java) R 5870 5870 30846 0 -1 4202560 3746 0 0 0 9 0 0 0 20 0 15 0 475544277 15508250624 7418 33554432000 4194304 4196468 140726945306080 140016189053792 140016171156110 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
[pid=5872/tid=5874] ppid=5870 vsize=15144776 memory=7378697629483820645 CPUtime=0 cores=1,3,5,7
/proc/5872/task/5874/stat : 5874 (java) S 5870 5870 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475544277 15508250624 7418 33554432000 4194304 4196468 140726945306080 140016137452688 140016184841941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
[pid=5872/tid=5875] ppid=5870 vsize=15144776 memory=140076597679744 CPUtime=0 cores=1,3,5,7
/proc/5872/task/5875/stat : 5875 (java) S 5870 5870 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475544277 15508250624 7418 33554432000 4194304 4196468 140726945306080 140016136399888 140016184841941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
[pid=5872/tid=5876] ppid=5870 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5872/task/5876/stat : 5876 (java) S 5870 5870 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475544277 15508250624 7418 33554432000 4194304 4196468 140726945306080 140015775439760 140016184841941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
[pid=5872/tid=5877] ppid=5870 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5872/task/5877/stat : 5877 (java) S 5870 5870 30846 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475544277 15508250624 7418 33554432000 4194304 4196468 140726945306080 140015774386960 140016184841941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
[pid=5872/tid=5878] ppid=5870 vsize=15144776 memory=140076597679744 CPUtime=0 cores=1,3,5,7
/proc/5872/task/5878/stat : 5878 (java) S 5870 5870 30846 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475544279 15508250624 7418 33554432000 4194304 4196468 140726945306080 140015519205744 140016184842882 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
[pid=5872/tid=5879] ppid=5870 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5872/task/5879/stat : 5879 (java) S 5870 5870 30846 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475544279 15508250624 7418 33554432000 4194304 4196468 140726945306080 140015518151712 140016184841941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
[pid=5872/tid=5880] ppid=5870 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5872/task/5880/stat : 5880 (java) S 5870 5870 30846 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475544279 15508250624 7418 33554432000 4194304 4196468 140726945306080 140015517098864 140016184841941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
[pid=5872/tid=5881] ppid=5870 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5872/task/5881/stat : 5881 (java) S 5870 5870 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475544282 15508250624 7418 33554432000 4194304 4196468 140726945306080 140015516047184 140016184850331 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
[pid=5872/tid=5882] ppid=5870 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5872/task/5882/stat : 5882 (java) R 5870 5870 30846 0 -1 4202560 335 0 0 0 0 0 0 0 20 0 15 0 475544282 15508250624 7418 33554432000 4194304 4196468 140726945306080 140015514995568 140016162664592 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
[pid=5872/tid=5883] ppid=5870 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5872/task/5883/stat : 5883 (java) R 5870 5870 30846 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 15 0 475544282 15508250624 7418 33554432000 4194304 4196468 140726945306080 140015513942768 140016184842882 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
[pid=5872/tid=5884] ppid=5870 vsize=15144776 memory=140076597679744 CPUtime=0.02 cores=1,3,5,7
/proc/5872/task/5884/stat : 5884 (java) R 5870 5870 30846 0 -1 4202560 343 0 0 0 2 0 0 0 20 0 15 0 475544282 15508250624 7418 33554432000 4194304 4196468 140726945306080 140015512889968 140016164221086 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
[pid=5872/tid=5885] ppid=5870 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5872/task/5885/stat : 5885 (java) S 5870 5870 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475544282 15508250624 7418 33554432000 4194304 4196468 140726945306080 140015511837408 140016184841941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
[pid=5872/tid=5886] ppid=5870 vsize=15144776 memory=140076597679744 CPUtime=0 cores=1,3,5,7
/proc/5872/task/5886/stat : 5886 (java) S 5870 5870 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475544282 15508250624 7418 33554432000 4194304 4196468 140726945306080 140015510784688 140016184842882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30860 KiB

[startup+0.210972 s]*
/proc/loadavg: 8.63 8.48 8.51 7/233 5886
/proc/meminfo: memFree=14600728/32770624 swapFree=66938972/67108860
[pid=5870] ppid=5867 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/5870/stat : 5870 (xcsp3-exec) S 5867 5870 30846 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475544276 115843072 363 33554432000 4194304 5098028 140737412249344 140737412247448 140082265731708 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 39870464 140737412256634 140737412256877 140737412256877 140737412259786 0
/proc/5870/statm: 28282 363 304 221 0 87 0
[pid=5872] ppid=5870 vsize=15144776 memory=40352 CPUtime=0.34 cores=1,3,5,7
/proc/5872/stat : 5872 (java) S 5870 5870 30846 0 -1 1077944320 9289 0 0 0 32 2 0 0 20 0 15 0 475544276 15508250624 10088 33554432000 4194304 4196468 140726945306080 140726945288624 140016184831735 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
/proc/5872/statm: 3786194 10088 3310 1 0 3748377 0
[pid=5872/tid=5873] ppid=5870 vsize=15144776 memory=7022364632946311227 CPUtime=0.2 cores=1,3,5,7
/proc/5872/task/5873/stat : 5873 (java) R 5870 5870 30846 0 -1 4202560 6603 0 0 0 18 2 0 0 20 0 15 0 475544277 15508250624 10088 33554432000 4194304 4196468 140726945306080 140016189063168 140016184853661 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
[pid=5872/tid=5874] ppid=5870 vsize=15144776 memory=4294979937 CPUtime=0 cores=1,3,5,7
/proc/5872/task/5874/stat : 5874 (java) S 5870 5870 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475544277 15508250624 10088 33554432000 4194304 4196468 140726945306080 140016137452688 140016184841941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
[pid=5872/tid=5875] ppid=5870 vsize=15144776 memory=140076597708990 CPUtime=0 cores=1,3,5,7
/proc/5872/task/5875/stat : 5875 (java) S 5870 5870 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475544277 15508250624 10088 33554432000 4194304 4196468 140726945306080 140016136399888 140016184841941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
[pid=5872/tid=5876] ppid=5870 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5872/task/5876/stat : 5876 (java) S 5870 5870 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475544277 15508250624 10088 33554432000 4194304 4196468 140726945306080 140015775439760 140016184841941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
[pid=5872/tid=5877] ppid=5870 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5872/task/5877/stat : 5877 (java) S 5870 5870 30846 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475544277 15508250624 10088 33554432000 4194304 4196468 140726945306080 140015774386960 140016184841941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
[pid=5872/tid=5878] ppid=5870 vsize=15144776 memory=140076597679744 CPUtime=0 cores=1,3,5,7
/proc/5872/task/5878/stat : 5878 (java) S 5870 5870 30846 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475544279 15508250624 10088 33554432000 4194304 4196468 140726945306080 140015519205744 140016184842882 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
[pid=5872/tid=5879] ppid=5870 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5872/task/5879/stat : 5879 (java) S 5870 5870 30846 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475544279 15508250624 10088 33554432000 4194304 4196468 140726945306080 140015518151712 140016184841941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
[pid=5872/tid=5880] ppid=5870 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5872/task/5880/stat : 5880 (java) S 5870 5870 30846 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475544279 15508250624 10088 33554432000 4194304 4196468 140726945306080 140015517098864 140016184841941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
[pid=5872/tid=5881] ppid=5870 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5872/task/5881/stat : 5881 (java) S 5870 5870 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475544282 15508250624 10088 33554432000 4194304 4196468 140726945306080 140015516047184 140016184850331 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
[pid=5872/tid=5882] ppid=5870 vsize=15144776 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/5872/task/5882/stat : 5882 (java) S 5870 5870 30846 0 -1 1077944384 398 0 0 0 2 0 0 0 20 0 15 0 475544282 15508250624 10088 33554432000 4194304 4196468 140726945306080 140015514995568 140016184842882 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
[pid=5872/tid=5883] ppid=5870 vsize=15144776 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/5872/task/5883/stat : 5883 (java) S 5870 5870 30846 0 -1 1077944384 220 0 0 0 2 0 0 0 20 0 15 0 475544282 15508250624 10088 33554432000 4194304 4196468 140726945306080 140015513942768 140016184842882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
[pid=5872/tid=5884] ppid=5870 vsize=15144776 memory=140076597679744 CPUtime=0.08 cores=1,3,5,7
/proc/5872/task/5884/stat : 5884 (java) S 5870 5870 30846 0 -1 1077944384 772 0 0 0 8 0 0 0 20 0 15 0 475544282 15508250624 10088 33554432000 4194304 4196468 140726945306080 140015512889968 140016184842882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
[pid=5872/tid=5885] ppid=5870 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5872/task/5885/stat : 5885 (java) S 5870 5870 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475544282 15508250624 10088 33554432000 4194304 4196468 140726945306080 140015511837408 140016184841941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
[pid=5872/tid=5886] ppid=5870 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5872/task/5886/stat : 5886 (java) S 5870 5870 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475544282 15508250624 10088 33554432000 4194304 4196468 140726945306080 140015510784688 140016184842882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 41804 KiB

[startup+0.318142 s]*
/proc/loadavg: 8.63 8.48 8.51 7/233 5886
/proc/meminfo: memFree=14592204/32770624 swapFree=66938972/67108860
[pid=5870] ppid=5867 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/5870/stat : 5870 (xcsp3-exec) S 5867 5870 30846 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475544276 115843072 363 33554432000 4194304 5098028 140737412249344 140737412247448 140082265731708 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 39870464 140737412256634 140737412256877 140737412256877 140737412259786 0
/proc/5870/statm: 28282 363 304 221 0 87 0
[pid=5872] ppid=5870 vsize=15149032 memory=50352 CPUtime=0.53 cores=1,3,5,7
/proc/5872/stat : 5872 (java) S 5870 5870 30846 0 -1 1077944320 10882 0 0 0 50 3 0 0 20 0 15 0 475544276 15512608768 12588 33554432000 4194304 4196468 140726945306080 140726945288624 140016184831735 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
/proc/5872/statm: 3787258 12588 3363 1 0 3748377 0
[pid=5872/tid=5873] ppid=5870 vsize=15149032 memory=6935054825532540783 CPUtime=0.3 cores=1,3,5,7
/proc/5872/task/5873/stat : 5873 (java) R 5870 5870 30846 0 -1 4202560 7886 0 0 0 28 2 0 0 20 0 15 0 475544277 15512608768 12605 33554432000 4194304 4196468 140726945306080 140016189058184 140016168912252 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
[pid=5872/tid=5874] ppid=5870 vsize=15149032 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/5872/task/5874/stat : 5874 (java) S 5870 5870 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475544277 15512608768 12605 33554432000 4194304 4196468 140726945306080 140016137452688 140016184841941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
[pid=5872/tid=5875] ppid=5870 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5872/task/5875/stat : 5875 (java) S 5870 5870 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475544277 15512608768 12605 33554432000 4194304 4196468 140726945306080 140016136399888 140016184841941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
[pid=5872/tid=5876] ppid=5870 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5872/task/5876/stat : 5876 (java) S 5870 5870 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475544277 15512608768 12605 33554432000 4194304 4196468 140726945306080 140015775439760 140016184841941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
[pid=5872/tid=5877] ppid=5870 vsize=15149032 memory=46849 CPUtime=0 cores=1,3,5,7
/proc/5872/task/5877/stat : 5877 (java) S 5870 5870 30846 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475544277 15512608768 12605 33554432000 4194304 4196468 140726945306080 140015774386960 140016184841941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
[pid=5872/tid=5878] ppid=5870 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5872/task/5878/stat : 5878 (java) S 5870 5870 30846 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475544279 15512608768 12605 33554432000 4194304 4196468 140726945306080 140015519205744 140016184842882 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
[pid=5872/tid=5879] ppid=5870 vsize=15149032 memory=9122745479247552727 CPUtime=0 cores=1,3,5,7
/proc/5872/task/5879/stat : 5879 (java) S 5870 5870 30846 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475544279 15512608768 12605 33554432000 4194304 4196468 140726945306080 140015518151712 140016184841941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
[pid=5872/tid=5880] ppid=5870 vsize=15149032 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/5872/task/5880/stat : 5880 (java) S 5870 5870 30846 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475544279 15512608768 12605 33554432000 4194304 4196468 140726945306080 140015517098864 140016184841941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
[pid=5872/tid=5881] ppid=5870 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/5872/task/5881/stat : 5881 (java) S 5870 5870 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475544282 15512608768 12605 33554432000 4194304 4196468 140726945306080 140015516047184 140016184850331 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
[pid=5872/tid=5882] ppid=5870 vsize=15149032 memory=6944652177228980320 CPUtime=0.03 cores=1,3,5,7
/proc/5872/task/5882/stat : 5882 (java) S 5870 5870 30846 0 -1 1077944384 413 0 0 0 3 0 0 0 20 0 15 0 475544282 15512608768 12605 33554432000 4194304 4196468 140726945306080 140015514995568 140016184842882 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
[pid=5872/tid=5883] ppid=5870 vsize=15149032 memory=-6654736624941491801 CPUtime=0.05 cores=1,3,5,7
/proc/5872/task/5883/stat : 5883 (java) S 5870 5870 30846 0 -1 1077944384 352 0 0 0 5 0 0 0 20 0 15 0 475544282 15512608768 12605 33554432000 4194304 4196468 140726945306080 140015513942768 140016184842882 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
[pid=5872/tid=5884] ppid=5870 vsize=15149032 memory=5792582832201833889 CPUtime=0.13 cores=1,3,5,7
/proc/5872/task/5884/stat : 5884 (java) S 5870 5870 30846 0 -1 1077944384 944 0 0 0 13 0 0 0 20 0 15 0 475544282 15512608768 12605 33554432000 4194304 4196468 140726945306080 140015512889968 140016184842882 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
[pid=5872/tid=5885] ppid=5870 vsize=15149032 memory=6944656592455350634 CPUtime=0 cores=1,3,5,7
/proc/5872/task/5885/stat : 5885 (java) S 5870 5870 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475544282 15512608768 12605 33554432000 4194304 4196468 140726945306080 140015511837408 140016184841941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
[pid=5872/tid=5886] ppid=5870 vsize=15149032 memory=-8675733323038954102 CPUtime=0 cores=1,3,5,7
/proc/5872/task/5886/stat : 5886 (java) S 5870 5870 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475544282 15512608768 12605 33554432000 4194304 4196468 140726945306080 140015510784688 140016184842882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51804 KiB

[startup+0.701188 s]
/proc/loadavg: 8.63 8.48 8.51 8/233 5886
/proc/meminfo: memFree=14568372/32770624 swapFree=66938972/67108860
[pid=5870] ppid=5867 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/5870/stat : 5870 (xcsp3-exec) S 5867 5870 30846 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475544276 115843072 363 33554432000 4194304 5098028 140737412249344 140737412247448 140082265731708 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 39870464 140737412256634 140737412256877 140737412256877 140737412259786 0
/proc/5870/statm: 28282 363 304 221 0 87 0
[pid=5872] ppid=5870 vsize=15151156 memory=110436 CPUtime=1.81 cores=1,3,5,7
/proc/5872/stat : 5872 (java) S 5870 5870 30846 0 -1 1077944320 16715 0 0 0 177 4 0 0 20 0 15 0 475544276 15514783744 27609 33554432000 4194304 4196468 140726945306080 140726945288624 140016184831735 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
/proc/5872/statm: 3787789 27609 3448 1 0 3748889 0
[pid=5872/tid=5873] ppid=5870 vsize=15151156 memory=0 CPUtime=0.68 cores=1,3,5,7
/proc/5872/task/5873/stat : 5873 (java) R 5870 5870 30846 0 -1 4202560 9257 0 0 0 65 3 0 0 20 0 15 0 475544277 15514783744 27609 33554432000 4194304 4196468 140726945306080 140016189067528 140015820443730 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
[pid=5872/tid=5874] ppid=5870 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5872/task/5874/stat : 5874 (java) S 5870 5870 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475544277 15514783744 27609 33554432000 4194304 4196468 140726945306080 140016137452688 140016184841941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
[pid=5872/tid=5875] ppid=5870 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5872/task/5875/stat : 5875 (java) S 5870 5870 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475544277 15514783744 27609 33554432000 4194304 4196468 140726945306080 140016136399888 140016184841941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
[pid=5872/tid=5876] ppid=5870 vsize=15151156 memory=221 CPUtime=0 cores=1,3,5,7
/proc/5872/task/5876/stat : 5876 (java) S 5870 5870 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475544277 15514783744 27609 33554432000 4194304 4196468 140726945306080 140015775439760 140016184841941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
[pid=5872/tid=5877] ppid=5870 vsize=15151156 memory=2 CPUtime=0 cores=1,3,5,7
/proc/5872/task/5877/stat : 5877 (java) S 5870 5870 30846 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475544277 15514783744 27609 33554432000 4194304 4196468 140726945306080 140015774386960 140016184841941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
[pid=5872/tid=5878] ppid=5870 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5872/task/5878/stat : 5878 (java) S 5870 5870 30846 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475544279 15514783744 27609 33554432000 4194304 4196468 140726945306080 140015519205744 140016184842882 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
[pid=5872/tid=5879] ppid=5870 vsize=15151156 memory=1060 CPUtime=0 cores=1,3,5,7
/proc/5872/task/5879/stat : 5879 (java) S 5870 5870 30846 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475544279 15514783744 27609 33554432000 4194304 4196468 140726945306080 140015518151712 140016184841941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
[pid=5872/tid=5880] ppid=5870 vsize=15151156 memory=1720 CPUtime=0 cores=1,3,5,7
/proc/5872/task/5880/stat : 5880 (java) S 5870 5870 30846 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475544279 15514783744 27609 33554432000 4194304 4196468 140726945306080 140015517098864 140016184841941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
[pid=5872/tid=5881] ppid=5870 vsize=15151156 memory=1096 CPUtime=0 cores=1,3,5,7
/proc/5872/task/5881/stat : 5881 (java) S 5870 5870 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475544282 15514783744 27609 33554432000 4194304 4196468 140726945306080 140015516047184 140016184850331 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
[pid=5872/tid=5882] ppid=5870 vsize=15151156 memory=1188 CPUtime=0.38 cores=1,3,5,7
/proc/5872/task/5882/stat : 5882 (java) R 5870 5870 30846 0 -1 4202560 2029 0 0 0 38 0 0 0 20 0 15 0 475544282 15514783744 27609 33554432000 4194304 4196468 140726945306080 140015514976376 140016168328569 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
[pid=5872/tid=5883] ppid=5870 vsize=15151156 memory=6112 CPUtime=0.38 cores=1,3,5,7
/proc/5872/task/5883/stat : 5883 (java) R 5870 5870 30846 0 -1 4202560 1737 0 0 0 38 0 0 0 20 0 15 0 475544282 15514783744 27609 33554432000 4194304 4196468 140726945306080 140015513928232 140016164488112 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
[pid=5872/tid=5884] ppid=5870 vsize=15151156 memory=780 CPUtime=0.34 cores=1,3,5,7
/proc/5872/task/5884/stat : 5884 (java) S 5870 5870 30846 0 -1 1077944384 2385 0 0 0 34 0 0 0 20 0 15 0 475544282 15514783744 27609 33554432000 4194304 4196468 140726945306080 140015512889968 140016184842882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
[pid=5872/tid=5885] ppid=5870 vsize=15151156 memory=14008 CPUtime=0 cores=1,3,5,7
/proc/5872/task/5885/stat : 5885 (java) S 5870 5870 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475544282 15514783744 27609 33554432000 4194304 4196468 140726945306080 140015511837408 140016184841941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
[pid=5872/tid=5886] ppid=5870 vsize=15151156 memory=28152 CPUtime=0 cores=1,3,5,7
/proc/5872/task/5886/stat : 5886 (java) S 5870 5870 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475544282 15514783744 27609 33554432000 4194304 4196468 140726945306080 140015510784688 140016184842882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
Current children cumulated CPU time: 1.81 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 111888 KiB

[startup+1.50086 s]
/proc/loadavg: 8.63 8.48 8.51 8/233 5886
/proc/meminfo: memFree=14440044/32770624 swapFree=66938972/67108860
[pid=5870] ppid=5867 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/5870/stat : 5870 (xcsp3-exec) S 5867 5870 30846 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475544276 115843072 363 33554432000 4194304 5098028 140737412249344 140737412247448 140082265731708 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 39870464 140737412256634 140737412256877 140737412256877 140737412259786 0
/proc/5870/statm: 28282 363 304 221 0 87 0

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

/proc/5872/task/5884/stat : 5884 (java) S 5870 5870 30846 0 -1 1077944384 9358 0 0 0 63 1 0 0 20 0 16 0 475544282 15582945280 3147629 33554432000 4194304 4196468 140726945306080 140015512885344 140016184841941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 5 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
[pid=5872/tid=5885] ppid=5870 vsize=15217720 memory=1744 CPUtime=0 cores=1,3,5,7
/proc/5872/task/5885/stat : 5885 (java) S 5870 5870 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 475544282 15582945280 3147629 33554432000 4194304 4196468 140726945306080 140015511837408 140016184841941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
[pid=5872/tid=5886] ppid=5870 vsize=15217720 memory=53592 CPUtime=0.37 cores=1,3,5,7
/proc/5872/task/5886/stat : 5886 (java) S 5870 5870 30846 0 -1 1077944384 651 0 0 0 17 20 0 0 20 0 16 0 475544282 15582945280 3147629 33554432000 4194304 4196468 140726945306080 140015510784688 140016184842882 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 14 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
[pid=5872/tid=6021] ppid=5870 vsize=15217720 memory=988 CPUtime=0 cores=1,3,5,7
/proc/5872/task/6021/stat : 6021 (java) S 5870 5870 30846 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 16 0 475608842 15582945280 3147629 33554432000 4194304 4196468 140726945306080 140015501569344 140016184841941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
Current children cumulated CPU time: 1831.35 s
Current children cumulated vsize: 15330848 KiB
Current children cumulated memory: 12591968 KiB

[startup+649.605 s]
/proc/loadavg: 6.82 6.48 7.07 9/228 6021
/proc/meminfo: memFree=196364/32770624 swapFree=66939008/67108860
[pid=5870] ppid=5867 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/5870/stat : 5870 (xcsp3-exec) S 5867 5870 30846 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475544276 115843072 363 33554432000 4194304 5098028 140737412249344 140737412247448 140082265731708 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 39870464 140737412256634 140737412256877 140737412256877 140737412259786 0
/proc/5870/statm: 28282 363 304 221 0 87 0
[pid=5872] ppid=5870 vsize=15217720 memory=12590572 CPUtime=1844.08 cores=1,3,5,7
/proc/5872/stat : 5872 (java) S 5870 5870 30846 0 -1 1077944320 10325624 0 1 0 182164 2244 0 0 20 0 16 0 475544276 15582945280 3147643 33554432000 4194304 4196468 140726945306080 140726945288624 140016184831735 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
/proc/5872/statm: 3804430 3147643 3515 1 0 3765530 0
[pid=5872/tid=5873] ppid=5870 vsize=15217720 memory=1452 CPUtime=180.74 cores=1,3,5,7
/proc/5872/task/5873/stat : 5873 (java) S 5870 5870 30846 0 -1 1077944384 36038 0 1 0 18026 48 0 0 20 0 16 0 475544277 15582945280 3147643 33554432000 4194304 4196468 140726945306080 140016189072416 140016184841941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
[pid=5872/tid=5874] ppid=5870 vsize=15217720 memory=3616 CPUtime=398.04 cores=1,3,5,7
/proc/5872/task/5874/stat : 5874 (java) R 5870 5870 30846 0 -1 4202560 2017410 0 0 0 39273 531 0 0 20 0 16 0 475544277 15582945280 3147643 33554432000 4194304 4196468 140726945306080 140016137452808 140016177459943 0 4 0 16800975 0 0 0 -1 7 0 0 1 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
[pid=5872/tid=5875] ppid=5870 vsize=15217720 memory=12590416 CPUtime=397.24 cores=1,3,5,7
/proc/5872/task/5875/stat : 5875 (java) R 5870 5870 30846 0 -1 4202560 2772715 0 0 0 39150 574 0 0 20 0 16 0 475544277 15582945280 3147643 33554432000 4194304 4196468 140726945306080 140016136400008 140016169531575 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
[pid=5872/tid=5876] ppid=5870 vsize=15217720 memory=3232 CPUtime=397.98 cores=1,3,5,7
/proc/5872/task/5876/stat : 5876 (java) R 5870 5870 30846 0 -1 4202560 2761743 0 0 0 39232 566 0 0 20 0 16 0 475544277 15582945280 3147643 33554432000 4194304 4196468 140726945306080 140015775439880 140016169821224 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
[pid=5872/tid=5877] ppid=5870 vsize=15217720 memory=1448 CPUtime=397.64 cores=1,3,5,7
/proc/5872/task/5877/stat : 5877 (java) R 5870 5870 30846 0 -1 4202560 2463603 0 0 0 39288 476 0 0 20 0 16 0 475544277 15582945280 3147643 33554432000 4194304 4196468 140726945306080 140015774387080 140016169531618 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
[pid=5872/tid=5878] ppid=5870 vsize=15217720 memory=8112282956445269571 CPUtime=67.52 cores=1,3,5,7
/proc/5872/task/5878/stat : 5878 (java) S 5870 5870 30846 0 -1 1077944384 238552 0 0 0 6720 32 0 0 20 0 16 0 475544279 15582945280 3147643 33554432000 4194304 4196468 140726945306080 140015519204288 140016184841941 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
[pid=5872/tid=5879] ppid=5870 vsize=15217720 memory=53592 CPUtime=0 cores=1,3,5,7
/proc/5872/task/5879/stat : 5879 (java) S 5870 5870 30846 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 475544279 15582945280 3147643 33554432000 4194304 4196468 140726945306080 140015518151776 140016184841941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
[pid=5872/tid=5880] ppid=5870 vsize=15217720 memory=988 CPUtime=0 cores=1,3,5,7
/proc/5872/task/5880/stat : 5880 (java) S 5870 5870 30846 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 16 0 475544279 15582945280 3147643 33554432000 4194304 4196468 140726945306080 140015517098880 140016184841941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
[pid=5872/tid=5881] ppid=5870 vsize=15217720 memory=2016 CPUtime=0 cores=1,3,5,7
/proc/5872/task/5881/stat : 5881 (java) S 5870 5870 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 475544282 15582945280 3147643 33554432000 4194304 4196468 140726945306080 140015516047184 140016184850331 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
[pid=5872/tid=5882] ppid=5870 vsize=15217720 memory=8112282956445269571 CPUtime=1.86 cores=1,3,5,7
/proc/5872/task/5882/stat : 5882 (java) S 5870 5870 30846 0 -1 1077944384 10321 0 0 0 185 1 0 0 20 0 16 0 475544282 15582945280 3147643 33554432000 4194304 4196468 140726945306080 140015514995568 140016184842882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 5 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
[pid=5872/tid=5883] ppid=5870 vsize=15217720 memory=2364 CPUtime=1.96 cores=1,3,5,7
/proc/5872/task/5883/stat : 5883 (java) S 5870 5870 30846 0 -1 1077944384 13817 0 0 0 194 2 0 0 20 0 16 0 475544282 15582945280 3147643 33554432000 4194304 4196468 140726945306080 140015513942768 140016184842882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
[pid=5872/tid=5884] ppid=5870 vsize=15217720 memory=1744 CPUtime=0.64 cores=1,3,5,7
/proc/5872/task/5884/stat : 5884 (java) S 5870 5870 30846 0 -1 1077944384 9358 0 0 0 63 1 0 0 20 0 16 0 475544282 15582945280 3147643 33554432000 4194304 4196468 140726945306080 140015512885344 140016184841941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 5 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
[pid=5872/tid=5885] ppid=5870 vsize=15217720 memory=924 CPUtime=0 cores=1,3,5,7
/proc/5872/task/5885/stat : 5885 (java) S 5870 5870 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 475544282 15582945280 3147643 33554432000 4194304 4196468 140726945306080 140015511837408 140016184841941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
[pid=5872/tid=5886] ppid=5870 vsize=15217720 memory=1448 CPUtime=0.37 cores=1,3,5,7
/proc/5872/task/5886/stat : 5886 (java) S 5870 5870 30846 0 -1 1077944384 653 0 0 0 17 20 0 0 20 0 16 0 475544282 15582945280 3147643 33554432000 4194304 4196468 140726945306080 140015510784688 140016184842882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 14 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
[pid=5872/tid=6021] ppid=5870 vsize=15217720 memory=12590516 CPUtime=0 cores=1,3,5,7
/proc/5872/task/6021/stat : 6021 (java) S 5870 5870 30846 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 16 0 475608842 15582945280 3147643 33554432000 4194304 4196468 140726945306080 140015501569344 140016184841941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
Current children cumulated CPU time: 1844.08 s
Current children cumulated vsize: 15330848 KiB
Current children cumulated memory: 12592024 KiB

[startup+651.201 s]
/proc/loadavg: 6.82 6.48 7.07 9/228 6021
/proc/meminfo: memFree=195776/32770624 swapFree=66939008/67108860
[pid=5870] ppid=5867 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/5870/stat : 5870 (xcsp3-exec) S 5867 5870 30846 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475544276 115843072 363 33554432000 4194304 5098028 140737412249344 140737412247448 140082265731708 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 39870464 140737412256634 140737412256877 140737412256877 140737412259786 0
/proc/5870/statm: 28282 363 304 221 0 87 0
[pid=5872] ppid=5870 vsize=15217720 memory=12590572 CPUtime=1849.89 cores=1,3,5,7
/proc/5872/stat : 5872 (java) S 5870 5870 30846 0 -1 1077944320 10325646 0 1 0 182743 2246 0 0 20 0 16 0 475544276 15582945280 3147643 33554432000 4194304 4196468 140726945306080 140726945288624 140016184831735 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
/proc/5872/statm: 3804430 3147643 3515 1 0 3765530 0
[pid=5872/tid=5873] ppid=5870 vsize=15217720 memory=0 CPUtime=180.74 cores=1,3,5,7
/proc/5872/task/5873/stat : 5873 (java) S 5870 5870 30846 0 -1 1077944384 36038 0 1 0 18026 48 0 0 20 0 16 0 475544277 15582945280 3147643 33554432000 4194304 4196468 140726945306080 140016189072416 140016184841941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
[pid=5872/tid=5874] ppid=5870 vsize=15217720 memory=8112282956445269571 CPUtime=399.41 cores=1,3,5,7
/proc/5872/task/5874/stat : 5874 (java) S 5870 5870 30846 0 -1 1077944384 2017411 0 0 0 39410 531 0 0 20 0 16 0 475544277 15582945280 3147643 33554432000 4194304 4196468 140726945306080 140016137452688 140016184841941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
[pid=5872/tid=5875] ppid=5870 vsize=15217720 memory=28164 CPUtime=398.65 cores=1,3,5,7
/proc/5872/task/5875/stat : 5875 (java) S 5870 5870 30846 0 -1 1077944384 2772716 0 0 0 39291 574 0 0 20 0 16 0 475544277 15582945280 3147643 33554432000 4194304 4196468 140726945306080 140016136399888 140016184841941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
[pid=5872/tid=5876] ppid=5870 vsize=15217720 memory=2116 CPUtime=399.4 cores=1,3,5,7
/proc/5872/task/5876/stat : 5876 (java) S 5870 5870 30846 0 -1 1077944384 2761744 0 0 0 39374 566 0 0 20 0 16 0 475544277 15582945280 3147643 33554432000 4194304 4196468 140726945306080 140015775439760 140016184841941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
[pid=5872/tid=5877] ppid=5870 vsize=15217720 memory=12024 CPUtime=399.06 cores=1,3,5,7
/proc/5872/task/5877/stat : 5877 (java) S 5870 5870 30846 0 -1 1077944384 2463604 0 0 0 39429 477 0 0 20 0 16 0 475544277 15582945280 3147643 33554432000 4194304 4196468 140726945306080 140015774386960 140016184841941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
[pid=5872/tid=5878] ppid=5870 vsize=15217720 memory=1560 CPUtime=67.71 cores=1,3,5,7
/proc/5872/task/5878/stat : 5878 (java) R 5870 5870 30846 0 -1 4202560 238569 0 0 0 6738 33 0 0 20 0 16 0 475544279 15582945280 3147643 33554432000 4194304 4196468 140726945306080 140015519204288 140016169828139 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
[pid=5872/tid=5879] ppid=5870 vsize=15217720 memory=500 CPUtime=0 cores=1,3,5,7
/proc/5872/task/5879/stat : 5879 (java) S 5870 5870 30846 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 475544279 15582945280 3147643 33554432000 4194304 4196468 140726945306080 140015518151776 140016184841941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
[pid=5872/tid=5880] ppid=5870 vsize=15217720 memory=928 CPUtime=0 cores=1,3,5,7
/proc/5872/task/5880/stat : 5880 (java) S 5870 5870 30846 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 16 0 475544279 15582945280 3147643 33554432000 4194304 4196468 140726945306080 140015517098880 140016184841941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
[pid=5872/tid=5881] ppid=5870 vsize=15217720 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/5872/task/5881/stat : 5881 (java) S 5870 5870 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 475544282 15582945280 3147643 33554432000 4194304 4196468 140726945306080 140015516047184 140016184850331 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
[pid=5872/tid=5882] ppid=5870 vsize=15217720 memory=12590572 CPUtime=1.86 cores=1,3,5,7
/proc/5872/task/5882/stat : 5882 (java) S 5870 5870 30846 0 -1 1077944384 10322 0 0 0 185 1 0 0 20 0 16 0 475544282 15582945280 3147643 33554432000 4194304 4196468 140726945306080 140015514995328 140016184841941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 5 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
[pid=5872/tid=5883] ppid=5870 vsize=15217720 memory=111632 CPUtime=1.96 cores=1,3,5,7
/proc/5872/task/5883/stat : 5883 (java) S 5870 5870 30846 0 -1 1077944384 13817 0 0 0 194 2 0 0 20 0 16 0 475544282 15582945280 3147643 33554432000 4194304 4196468 140726945306080 140015513942816 140016184841941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
[pid=5872/tid=5884] ppid=5870 vsize=15217720 memory=8112282956445269571 CPUtime=0.64 cores=1,3,5,7
/proc/5872/task/5884/stat : 5884 (java) S 5870 5870 30846 0 -1 1077944384 9358 0 0 0 63 1 0 0 20 0 16 0 475544282 15582945280 3147643 33554432000 4194304 4196468 140726945306080 140015512885344 140016184841941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 5 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
[pid=5872/tid=5885] ppid=5870 vsize=15217720 memory=1412 CPUtime=0 cores=1,3,5,7
/proc/5872/task/5885/stat : 5885 (java) S 5870 5870 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 475544282 15582945280 3147643 33554432000 4194304 4196468 140726945306080 140015511837408 140016184841941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
[pid=5872/tid=5886] ppid=5870 vsize=15217720 memory=3216 CPUtime=0.37 cores=1,3,5,7
/proc/5872/task/5886/stat : 5886 (java) S 5870 5870 30846 0 -1 1077944384 653 0 0 0 17 20 0 0 20 0 16 0 475544282 15582945280 3147643 33554432000 4194304 4196468 140726945306080 140015510784688 140016184842882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 14 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
[pid=5872/tid=6021] ppid=5870 vsize=15217720 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/5872/task/6021/stat : 6021 (java) S 5870 5870 30846 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 16 0 475608842 15582945280 3147643 33554432000 4194304 4196468 140726945306080 140015501569344 140016184841941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
Current children cumulated CPU time: 1849.89 s
Current children cumulated vsize: 15330848 KiB
Current children cumulated memory: 12592024 KiB

[startup+652.001 s]*
/proc/loadavg: 6.82 6.48 7.07 6/228 6021
/proc/meminfo: memFree=195900/32770624 swapFree=66939008/67108860
[pid=5870] ppid=5867 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/5870/stat : 5870 (xcsp3-exec) S 5867 5870 30846 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475544276 115843072 363 33554432000 4194304 5098028 140737412249344 140737412247448 140082265731708 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 39870464 140737412256634 140737412256877 140737412256877 140737412259786 0
/proc/5870/statm: 28282 363 304 221 0 87 0
[pid=5872] ppid=5870 vsize=15217720 memory=12590572 CPUtime=1850.7 cores=1,3,5,7
/proc/5872/stat : 5872 (java) S 5870 5870 30846 0 -1 1077944320 10326071 0 1 0 182824 2246 0 0 20 0 16 0 475544276 15582945280 3147643 33554432000 4194304 4196468 140726945306080 140726945288624 140016184831735 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
/proc/5872/statm: 3804430 3147643 3515 1 0 3765530 0
[pid=5872/tid=5873] ppid=5870 vsize=15217720 memory=6935054825532540783 CPUtime=180.74 cores=1,3,5,7
/proc/5872/task/5873/stat : 5873 (java) S 5870 5870 30846 0 -1 1077944384 36038 0 1 0 18026 48 0 0 20 0 16 0 475544277 15582945280 3147643 33554432000 4194304 4196468 140726945306080 140016189072416 140016184841941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
[pid=5872/tid=5874] ppid=5870 vsize=15217720 memory=4126316290023845779 CPUtime=399.41 cores=1,3,5,7
/proc/5872/task/5874/stat : 5874 (java) S 5870 5870 30846 0 -1 1077944384 2017411 0 0 0 39410 531 0 0 20 0 16 0 475544277 15582945280 3147643 33554432000 4194304 4196468 140726945306080 140016137452688 140016184841941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
[pid=5872/tid=5875] ppid=5870 vsize=15217720 memory=2016 CPUtime=398.65 cores=1,3,5,7
/proc/5872/task/5875/stat : 5875 (java) S 5870 5870 30846 0 -1 1077944384 2772716 0 0 0 39291 574 0 0 20 0 16 0 475544277 15582945280 3147643 33554432000 4194304 4196468 140726945306080 140016136399888 140016184841941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
[pid=5872/tid=5876] ppid=5870 vsize=15217720 memory=1416 CPUtime=399.4 cores=1,3,5,7
/proc/5872/task/5876/stat : 5876 (java) S 5870 5870 30846 0 -1 1077944384 2761744 0 0 0 39374 566 0 0 20 0 16 0 475544277 15582945280 3147643 33554432000 4194304 4196468 140726945306080 140015775439760 140016184841941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
[pid=5872/tid=5877] ppid=5870 vsize=15217720 memory=10728 CPUtime=399.06 cores=1,3,5,7
/proc/5872/task/5877/stat : 5877 (java) S 5870 5870 30846 0 -1 1077944384 2463604 0 0 0 39429 477 0 0 20 0 16 0 475544277 15582945280 3147643 33554432000 4194304 4196468 140726945306080 140015774386960 140016184841941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
[pid=5872/tid=5878] ppid=5870 vsize=15217720 memory=1552 CPUtime=68.51 cores=1,3,5,7
/proc/5872/task/5878/stat : 5878 (java) R 5870 5870 30846 0 -1 4202560 238994 0 0 0 6818 33 0 0 20 0 16 0 475544279 15582945280 3147643 33554432000 4194304 4196468 140726945306080 140015519204288 140016169289355 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
[pid=5872/tid=5879] ppid=5870 vsize=15217720 memory=3640 CPUtime=0 cores=1,3,5,7
/proc/5872/task/5879/stat : 5879 (java) S 5870 5870 30846 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 475544279 15582945280 3147643 33554432000 4194304 4196468 140726945306080 140015518151776 140016184841941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
[pid=5872/tid=5880] ppid=5870 vsize=15217720 memory=2832 CPUtime=0 cores=1,3,5,7
/proc/5872/task/5880/stat : 5880 (java) S 5870 5870 30846 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 16 0 475544279 15582945280 3147643 33554432000 4194304 4196468 140726945306080 140015517098880 140016184841941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
[pid=5872/tid=5881] ppid=5870 vsize=15217720 memory=784 CPUtime=0 cores=1,3,5,7
/proc/5872/task/5881/stat : 5881 (java) S 5870 5870 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 475544282 15582945280 3147643 33554432000 4194304 4196468 140726945306080 140015516047184 140016184850331 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
[pid=5872/tid=5882] ppid=5870 vsize=15217720 memory=1060 CPUtime=1.86 cores=1,3,5,7
/proc/5872/task/5882/stat : 5882 (java) S 5870 5870 30846 0 -1 1077944384 10322 0 0 0 185 1 0 0 20 0 16 0 475544282 15582945280 3147643 33554432000 4194304 4196468 140726945306080 140015514995328 140016184841941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 5 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
[pid=5872/tid=5883] ppid=5870 vsize=15217720 memory=1720 CPUtime=1.96 cores=1,3,5,7
/proc/5872/task/5883/stat : 5883 (java) S 5870 5870 30846 0 -1 1077944384 13817 0 0 0 194 2 0 0 20 0 16 0 475544282 15582945280 3147643 33554432000 4194304 4196468 140726945306080 140015513942816 140016184841941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
[pid=5872/tid=5884] ppid=5870 vsize=15217720 memory=1096 CPUtime=0.64 cores=1,3,5,7
/proc/5872/task/5884/stat : 5884 (java) S 5870 5870 30846 0 -1 1077944384 9358 0 0 0 63 1 0 0 20 0 16 0 475544282 15582945280 3147643 33554432000 4194304 4196468 140726945306080 140015512885344 140016184841941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 5 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
[pid=5872/tid=5885] ppid=5870 vsize=15217720 memory=1188 CPUtime=0 cores=1,3,5,7
/proc/5872/task/5885/stat : 5885 (java) S 5870 5870 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 475544282 15582945280 3147643 33554432000 4194304 4196468 140726945306080 140015511837408 140016184841941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
[pid=5872/tid=5886] ppid=5870 vsize=15217720 memory=5860 CPUtime=0.37 cores=1,3,5,7
/proc/5872/task/5886/stat : 5886 (java) S 5870 5870 30846 0 -1 1077944384 653 0 0 0 17 20 0 0 20 0 16 0 475544282 15582945280 3147643 33554432000 4194304 4196468 140726945306080 140015510784688 140016184842882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 14 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
[pid=5872/tid=6021] ppid=5870 vsize=15217720 memory=780 CPUtime=0 cores=1,3,5,7
/proc/5872/task/6021/stat : 6021 (java) S 5870 5870 30846 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 16 0 475608842 15582945280 3147643 33554432000 4194304 4196468 140726945306080 140015501569344 140016184841941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36958208 140726945313775 140726945313946 140726945313946 140726945316815 0
Current children cumulated CPU time: 1850.7 s
Current children cumulated vsize: 15330848 KiB
Current children cumulated memory: 12592024 KiB

[startup+652.802 s]
/proc/loadavg: 6.82 6.48 7.07 6/228 6021
/proc/meminfo: memFree=195900/32770624 swapFree=66939008/67108860
[pid=5870] ppid=5867 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/5870/stat : 5870 (xcsp3-exec) S 5867 5870 30846 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475544276 115843072 363 33554432000 4194304 5098028 140737412249344 140737412247448 140082265731708 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 39870464 140737412256634 140737412256877 140737412256877 140737412259786 0
/proc/5870/statm: 28282 363 304 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1452 KiB

[startup+653.002 s]*
/proc/loadavg: 6.82 6.48 7.07 6/214 6021
/proc/meminfo: memFree=8384936/32770624 swapFree=66939008/67108860
[pid=5870] ppid=5867 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/5870/stat : 5870 (xcsp3-exec) S 5867 5870 30846 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475544276 115843072 363 33554432000 4194304 5098028 140737412249344 140737412247448 140082265731708 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 39870464 140737412256634 140737412256877 140737412256877 140737412259786 0
/proc/5870/statm: 28282 363 304 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1452 KiB

Child status: 1
Real time (s): 653.046
CPU time (s): 1851.74
CPU user time (s): 1828.94
CPU system time (s): 22.8013
CPU usage (%): 283.555
Max. virtual memory (cumulated for all children) (KiB): 15330848
Max. memory (cumulated for all children) (KiB): 12592024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1828.94
system time used= 22.8013
maximum resident set size= 12590856
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10326723
page faults= 1
swaps= 0
block input operations= 10336
block output operations= 928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24986
involuntary context switches= 31607


# summary of solver processes directly reported to runsolver:
#   pid: 5870
#   total CPU time (s): 1851.74
#   total CPU user time (s): 1828.94
#   total CPU system time (s): 22.8013

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.26897 second user time and 6.76875 second system time

The end

Launcher Data

Begin job on node139 at 2019-09-20 17:21:08
IDJOB=4403412
IDBENCH=138447
IDSOLVER=2863
FILE ID=node139/4403412-1568992746
RUNJOBID= node139-1568988008-30878
PBS_JOBID= 21704637
Free space on /tmp= 5116 MiB

SOLVER NAME= choco-solver 2019-09-20
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-os10/SuperTaillard-os-10-23.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4403412-1568992746/watcher-4403412-1568992746 -o /tmp/evaluation-result-4403412-1568992746/solver-4403412-1568992746 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1568988008-30878 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1594135253 HOME/instance-4403412-1568992746.xml

TIME LIMIT= 2520 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= ea1f89da39181e5263a1c81884ecc603
RANDOM SEED=1594135253

node139.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.57
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.57
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.57
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.57
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:        14629388 kB
MemAvailable:   30818120 kB
Buffers:          135472 kB
Cached:         15952032 kB
SwapCached:        65276 kB
Active:          8977788 kB
Inactive:        8152800 kB
Active(anon):     974360 kB
Inactive(anon):   114704 kB
Active(file):    8003428 kB
Inactive(file):  8038096 kB
Unevictable:      106920 kB
Mlocked:          106920 kB
SwapTotal:      67108860 kB
SwapFree:       66938972 kB
Dirty:             26676 kB
Writeback:             0 kB
AnonPages:       1084124 kB
Mapped:            64388 kB
Shmem:             37360 kB
Slab:             604584 kB
SReclaimable:     575668 kB
SUnreclaim:        28916 kB
KernelStack:        3792 kB
PageTables:         7628 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2236876 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    985088 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 5092 MiB
End job on node139 at 2019-09-20 17:32:01