Trace number 4399025

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? 2194.12 761.523

General information on the benchmark

NameXCSP19/ConsecutiveSquarePacking/
ConsecutiveSquarePacking-sp-18-046.xml
MD5SUM90f9fedd4c3faeb9a4a1958b76d0db2e
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 benchmark186.128
Satisfiable
(Un)Satisfiability was proved
Number of variables36
Number of constraints153
Number of domains18
Minimum domain size29
Maximum domain size46
Distribution of domain sizes[{"size":29,"count":2},{"size":30,"count":2},{"size":31,"count":2},{"size":32,"count":2},{"size":33,"count":2},{"size":34,"count":2},{"size":35,"count":2},{"size":36,"count":2},{"size":37,"count":2},{"size":38,"count":2},{"size":39,"count":2},{"size":40,"count":2},{"size":41,"count":2},{"size":42,"count":2},{"size":43,"count":2},{"size":44,"count":2},{"size":45,"count":2},{"size":46,"count":2}]
Minimum variable degree17
Maximum variable degree17
Distribution of variable degrees[{"degree":17,"count":36}]
Minimum constraint arity4
Maximum constraint arity4
Distribution of constraint arities[{"arity":4,"count":153}]
Number of extensional constraints0
Number of intensional constraints153
Distribution of constraint types[{"type":"intension","count":153}]
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-4399025-1568700317.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4399025-1568700317.xml, -tl, 2520s, -p, 4]
0.13/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
2193.98/761.46	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
2193.98/761.46		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.computeSupports(PropCompactTable.java:101)
2193.98/761.46		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.<init>(PropCompactTable.java:61)
2193.98/761.46		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:2108)
2193.98/761.46		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:2055)
2193.98/761.46		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:152)
2193.98/761.46		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
2193.98/761.46		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
2193.98/761.46		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
2193.98/761.46		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
2193.98/761.46		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
2193.98/761.46		at org.xcsp.parser.XCallbacks$$Lambda$97/1376400422.accept(Unknown Source)
2193.98/761.46		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
2193.98/761.46		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
2193.98/761.46		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
2193.98/761.46		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1416)
2193.98/761.46		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
2193.98/761.46		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
2193.98/761.46		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
2193.98/761.46		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
2193.98/761.46		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
2193.98/761.46		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:111)
2193.98/761.46		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
2193.98/761.46		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
2193.98/761.46	s UNKNOWN
2193.98/761.46	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 (15199 MiB free)
  memory of node 1: 16384 MiB (9832 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4399025-1568700317/watcher-4399025-1568700317 -o /tmp/evaluation-result-4399025-1568700317/solver-4399025-1568700317 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1568698598-24719 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 179098725 HOME/instance-4399025-1568700317.xml 

running on 4 cores: 0,2,4,6

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
Current StackSize limit: 8192 KiB

solver pid=27710, runsolver pid=27707

[startup+0.100081 s]*
/proc/loadavg: 8.92 7.97 6.58 7/235 27726
/proc/meminfo: memFree=25615168/32770624 swapFree=66938252/67108860
[pid=27710] ppid=27707 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/27710/stat : 27710 (xcsp3-exec) S 27707 27710 24688 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446303156 115843072 362 33554432000 4194304 5098028 140731990212064 140731990210168 140139380896380 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 37826560 140731990217595 140731990217837 140731990217837 140731990220746 0
/proc/27710/statm: 28282 362 304 221 0 87 0
[pid=27712] ppid=27710 vsize=15144776 memory=30132 CPUtime=0.13 cores=0,2,4,6
/proc/27712/stat : 27712 (java) S 27710 27710 24688 0 -1 1077944320 5966 0 0 0 12 1 0 0 20 0 15 0 446303156 15508250624 7533 33554432000 4194304 4196468 140735521110320 140735521092864 139815302811383 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
/proc/27712/statm: 3786194 7533 3184 1 0 3748377 0
[pid=27712/tid=27713] ppid=27710 vsize=15144776 memory=-6962121287837372198 CPUtime=0.08 cores=0,2,4,6
/proc/27712/task/27713/stat : 27713 (java) R 27710 27710 24688 0 -1 4202560 3851 0 0 0 8 0 0 0 20 0 15 0 446303156 15508250624 7533 33554432000 4194304 4196468 140735521110320 139815307037216 139815286891870 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
[pid=27712/tid=27714] ppid=27710 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27712/task/27714/stat : 27714 (java) S 27710 27710 24688 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446303157 15508250624 7533 33554432000 4194304 4196468 140735521110320 139815214468240 139815302821589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
[pid=27712/tid=27715] ppid=27710 vsize=15144776 memory=140373221705344 CPUtime=0 cores=0,2,4,6
/proc/27712/task/27715/stat : 27715 (java) S 27710 27710 24688 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446303157 15508250624 7533 33554432000 4194304 4196468 140735521110320 139815213415440 139815302821589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
[pid=27712/tid=27716] ppid=27710 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27712/task/27716/stat : 27716 (java) S 27710 27710 24688 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446303157 15508250624 7533 33554432000 4194304 4196468 140735521110320 139815212362640 139815302821589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
[pid=27712/tid=27717] ppid=27710 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27712/task/27717/stat : 27717 (java) S 27710 27710 24688 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446303157 15508250624 7533 33554432000 4194304 4196468 140735521110320 139814892464912 139815302821589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
[pid=27712/tid=27718] ppid=27710 vsize=15144776 memory=140373221705344 CPUtime=0 cores=0,2,4,6
/proc/27712/task/27718/stat : 27718 (java) S 27710 27710 24688 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446303158 15508250624 7533 33554432000 4194304 4196468 140735521110320 139814771370352 139815302822530 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
[pid=27712/tid=27719] ppid=27710 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27712/task/27719/stat : 27719 (java) S 27710 27710 24688 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446303159 15508250624 7533 33554432000 4194304 4196468 140735521110320 139814770316320 139815302821589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
[pid=27712/tid=27720] ppid=27710 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27712/task/27720/stat : 27720 (java) S 27710 27710 24688 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446303159 15508250624 7533 33554432000 4194304 4196468 140735521110320 139814769263472 139815302821589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
[pid=27712/tid=27721] ppid=27710 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27712/task/27721/stat : 27721 (java) S 27710 27710 24688 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446303161 15508250624 7533 33554432000 4194304 4196468 140735521110320 139814768211792 139815302829979 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
[pid=27712/tid=27722] ppid=27710 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27712/task/27722/stat : 27722 (java) R 27710 27710 24688 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 15 0 446303161 15508250624 7533 33554432000 4194304 4196468 140735521110320 139814767160176 139815302822530 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
[pid=27712/tid=27723] ppid=27710 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27712/task/27723/stat : 27723 (java) R 27710 27710 24688 0 -1 4202560 146 0 0 0 0 0 0 0 20 0 15 0 446303161 15508250624 7533 33554432000 4194304 4196468 140735521110320 139814766107472 139815288477536 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
[pid=27712/tid=27724] ppid=27710 vsize=15144776 memory=140373221705344 CPUtime=0.02 cores=0,2,4,6
/proc/27712/task/27724/stat : 27724 (java) R 27710 27710 24688 0 -1 4202560 366 0 0 0 2 0 0 0 20 0 15 0 446303161 15508250624 7533 33554432000 4194304 4196468 140735521110320 139814765054576 139815295048510 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
[pid=27712/tid=27725] ppid=27710 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27712/task/27725/stat : 27725 (java) S 27710 27710 24688 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446303162 15508250624 7533 33554432000 4194304 4196468 140735521110320 139814764002016 139815302821589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
[pid=27712/tid=27726] ppid=27710 vsize=15144776 memory=140373221705344 CPUtime=0 cores=0,2,4,6
/proc/27712/task/27726/stat : 27726 (java) S 27710 27710 24688 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446303162 15508250624 7533 33554432000 4194304 4196468 140735521110320 139814762949296 139815302822530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 31580 KiB

[startup+0.213436 s]*
/proc/loadavg: 8.92 7.97 6.58 6/235 27726
/proc/meminfo: memFree=25602776/32770624 swapFree=66938252/67108860
[pid=27710] ppid=27707 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/27710/stat : 27710 (xcsp3-exec) S 27707 27710 24688 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446303156 115843072 362 33554432000 4194304 5098028 140731990212064 140731990210168 140139380896380 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 37826560 140731990217595 140731990217837 140731990217837 140731990220746 0
/proc/27710/statm: 28282 362 304 221 0 87 0
[pid=27712] ppid=27710 vsize=15144776 memory=41204 CPUtime=0.34 cores=0,2,4,6
/proc/27712/stat : 27712 (java) S 27710 27710 24688 0 -1 1077944320 9483 0 0 0 32 2 0 0 20 0 15 0 446303156 15508250624 10301 33554432000 4194304 4196468 140735521110320 140735521092864 139815302811383 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
/proc/27712/statm: 3786194 10301 3302 1 0 3748377 0
[pid=27712/tid=27713] ppid=27710 vsize=15144776 memory=7883960649037381690 CPUtime=0.21 cores=0,2,4,6
/proc/27712/task/27713/stat : 27713 (java) R 27710 27710 24688 0 -1 4202560 6670 0 0 0 19 2 0 0 20 0 15 0 446303156 15508250624 10301 33554432000 4194304 4196468 140735521110320 139815307046368 139815286891870 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
[pid=27712/tid=27714] ppid=27710 vsize=15144776 memory=2964504 CPUtime=0 cores=0,2,4,6
/proc/27712/task/27714/stat : 27714 (java) S 27710 27710 24688 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446303157 15508250624 10301 33554432000 4194304 4196468 140735521110320 139815214468240 139815302821589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
[pid=27712/tid=27715] ppid=27710 vsize=15144776 memory=140373221729808 CPUtime=0 cores=0,2,4,6
/proc/27712/task/27715/stat : 27715 (java) S 27710 27710 24688 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446303157 15508250624 10301 33554432000 4194304 4196468 140735521110320 139815213415440 139815302821589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
[pid=27712/tid=27716] ppid=27710 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27712/task/27716/stat : 27716 (java) S 27710 27710 24688 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446303157 15508250624 10301 33554432000 4194304 4196468 140735521110320 139815212362640 139815302821589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
[pid=27712/tid=27717] ppid=27710 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27712/task/27717/stat : 27717 (java) S 27710 27710 24688 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446303157 15508250624 10301 33554432000 4194304 4196468 140735521110320 139814892464912 139815302821589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
[pid=27712/tid=27718] ppid=27710 vsize=15144776 memory=140373221705344 CPUtime=0 cores=0,2,4,6
/proc/27712/task/27718/stat : 27718 (java) S 27710 27710 24688 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 446303158 15508250624 10301 33554432000 4194304 4196468 140735521110320 139814771370352 139815302822530 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
[pid=27712/tid=27719] ppid=27710 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27712/task/27719/stat : 27719 (java) S 27710 27710 24688 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446303159 15508250624 10301 33554432000 4194304 4196468 140735521110320 139814770316320 139815302821589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
[pid=27712/tid=27720] ppid=27710 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27712/task/27720/stat : 27720 (java) S 27710 27710 24688 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446303159 15508250624 10301 33554432000 4194304 4196468 140735521110320 139814769263472 139815302821589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
[pid=27712/tid=27721] ppid=27710 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27712/task/27721/stat : 27721 (java) S 27710 27710 24688 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446303161 15508250624 10301 33554432000 4194304 4196468 140735521110320 139814768211792 139815302829979 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
[pid=27712/tid=27722] ppid=27710 vsize=15144776 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/27712/task/27722/stat : 27722 (java) S 27710 27710 24688 0 -1 1077944384 407 0 0 0 2 0 0 0 20 0 15 0 446303161 15508250624 10301 33554432000 4194304 4196468 140735521110320 139814767160176 139815302822530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
[pid=27712/tid=27723] ppid=27710 vsize=15144776 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/27712/task/27723/stat : 27723 (java) S 27710 27710 24688 0 -1 1077944384 350 0 0 0 1 0 0 0 20 0 15 0 446303161 15508250624 10301 33554432000 4194304 4196468 140735521110320 139814766107376 139815302822530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
[pid=27712/tid=27724] ppid=27710 vsize=15144776 memory=140373221705344 CPUtime=0.08 cores=0,2,4,6
/proc/27712/task/27724/stat : 27724 (java) S 27710 27710 24688 0 -1 1077944384 750 0 0 0 8 0 0 0 20 0 15 0 446303161 15508250624 10301 33554432000 4194304 4196468 140735521110320 139814765054576 139815302822530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
[pid=27712/tid=27725] ppid=27710 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27712/task/27725/stat : 27725 (java) S 27710 27710 24688 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446303162 15508250624 10301 33554432000 4194304 4196468 140735521110320 139814764002016 139815302821589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
[pid=27712/tid=27726] ppid=27710 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27712/task/27726/stat : 27726 (java) S 27710 27710 24688 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446303162 15508250624 10301 33554432000 4194304 4196468 140735521110320 139814762949296 139815302822530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42652 KiB

[startup+0.310725 s]*
/proc/loadavg: 8.92 7.97 6.58 7/235 27726
/proc/meminfo: memFree=25595880/32770624 swapFree=66938252/67108860
[pid=27710] ppid=27707 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/27710/stat : 27710 (xcsp3-exec) S 27707 27710 24688 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446303156 115843072 362 33554432000 4194304 5098028 140731990212064 140731990210168 140139380896380 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 37826560 140731990217595 140731990217837 140731990217837 140731990220746 0
/proc/27710/statm: 28282 362 304 221 0 87 0
[pid=27712] ppid=27710 vsize=15149032 memory=50464 CPUtime=0.52 cores=0,2,4,6
/proc/27712/stat : 27712 (java) S 27710 27710 24688 0 -1 1077944320 10935 0 0 0 49 3 0 0 20 0 15 0 446303156 15512608768 12616 33554432000 4194304 4196468 140735521110320 140735521092864 139815302811383 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
/proc/27712/statm: 3787258 12616 3344 1 0 3748377 0
[pid=27712/tid=27713] ppid=27710 vsize=15149032 memory=6791534058613427641 CPUtime=0.3 cores=0,2,4,6
/proc/27712/task/27713/stat : 27713 (java) R 27710 27710 24688 0 -1 4202560 7844 0 0 0 28 2 0 0 20 0 15 0 446303156 15512608768 12616 33554432000 4194304 4196468 140735521110320 139815307045168 139815286891870 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
[pid=27712/tid=27714] ppid=27710 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/27712/task/27714/stat : 27714 (java) S 27710 27710 24688 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446303157 15512608768 12616 33554432000 4194304 4196468 140735521110320 139815214468240 139815302821589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
[pid=27712/tid=27715] ppid=27710 vsize=15149032 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/27712/task/27715/stat : 27715 (java) S 27710 27710 24688 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446303157 15512608768 12616 33554432000 4194304 4196468 140735521110320 139815213415440 139815302821589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
[pid=27712/tid=27716] ppid=27710 vsize=15149032 memory=-3258418265892434876 CPUtime=0 cores=0,2,4,6
/proc/27712/task/27716/stat : 27716 (java) S 27710 27710 24688 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446303157 15512608768 12616 33554432000 4194304 4196468 140735521110320 139815212362640 139815302821589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
[pid=27712/tid=27717] ppid=27710 vsize=15149032 memory=4572146057552828020 CPUtime=0 cores=0,2,4,6
/proc/27712/task/27717/stat : 27717 (java) S 27710 27710 24688 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446303157 15512608768 12616 33554432000 4194304 4196468 140735521110320 139814892464912 139815302821589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
[pid=27712/tid=27718] ppid=27710 vsize=15149032 memory=6944613755495348631 CPUtime=0 cores=0,2,4,6
/proc/27712/task/27718/stat : 27718 (java) S 27710 27710 24688 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 446303158 15512608768 12616 33554432000 4194304 4196468 140735521110320 139814771370352 139815302822530 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
[pid=27712/tid=27719] ppid=27710 vsize=15149032 memory=7893295687695687954 CPUtime=0 cores=0,2,4,6
/proc/27712/task/27719/stat : 27719 (java) S 27710 27710 24688 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446303159 15512608768 12616 33554432000 4194304 4196468 140735521110320 139814770316320 139815302821589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
[pid=27712/tid=27720] ppid=27710 vsize=15149032 memory=-8813974798734826869 CPUtime=0 cores=0,2,4,6
/proc/27712/task/27720/stat : 27720 (java) S 27710 27710 24688 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446303159 15512608768 12616 33554432000 4194304 4196468 140735521110320 139814769263472 139815302821589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
[pid=27712/tid=27721] ppid=27710 vsize=15149032 memory=-6664436420846796947 CPUtime=0 cores=0,2,4,6
/proc/27712/task/27721/stat : 27721 (java) S 27710 27710 24688 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446303161 15512608768 12616 33554432000 4194304 4196468 140735521110320 139814768211792 139815302829979 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
[pid=27712/tid=27722] ppid=27710 vsize=15149032 memory=4426078206164241782 CPUtime=0.05 cores=0,2,4,6
/proc/27712/task/27722/stat : 27722 (java) S 27710 27710 24688 0 -1 1077944384 547 0 0 0 5 0 0 0 20 0 15 0 446303161 15512608768 12616 33554432000 4194304 4196468 140735521110320 139814767160176 139815302822530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
[pid=27712/tid=27723] ppid=27710 vsize=15149032 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/27712/task/27723/stat : 27723 (java) S 27710 27710 24688 0 -1 1077944384 373 0 0 0 3 0 0 0 20 0 15 0 446303161 15512608768 12616 33554432000 4194304 4196468 140735521110320 139814766107376 139815302822530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
[pid=27712/tid=27724] ppid=27710 vsize=15149032 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/27712/task/27724/stat : 27724 (java) S 27710 27710 24688 0 -1 1077944384 865 0 0 0 12 0 0 0 20 0 15 0 446303161 15512608768 12616 33554432000 4194304 4196468 140735521110320 139814765054576 139815302822530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
[pid=27712/tid=27725] ppid=27710 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27712/task/27725/stat : 27725 (java) S 27710 27710 24688 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446303162 15512608768 12616 33554432000 4194304 4196468 140735521110320 139814764002016 139815302821589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
[pid=27712/tid=27726] ppid=27710 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27712/task/27726/stat : 27726 (java) S 27710 27710 24688 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446303162 15512608768 12616 33554432000 4194304 4196468 140735521110320 139814762949296 139815302822530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51912 KiB

[startup+0.700811 s]
/proc/loadavg: 8.92 7.97 6.58 8/235 27726
/proc/meminfo: memFree=25582152/32770624 swapFree=66938252/67108860
[pid=27710] ppid=27707 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/27710/stat : 27710 (xcsp3-exec) S 27707 27710 24688 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446303156 115843072 362 33554432000 4194304 5098028 140731990212064 140731990210168 140139380896380 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 37826560 140731990217595 140731990217837 140731990217837 140731990220746 0
/proc/27710/statm: 28282 362 304 221 0 87 0
[pid=27712] ppid=27710 vsize=15151156 memory=163664 CPUtime=1.47 cores=0,2,4,6
/proc/27712/stat : 27712 (java) S 27710 27710 24688 0 -1 1077944320 14675 0 0 0 140 7 0 0 20 0 15 0 446303156 15514783744 40916 33554432000 4194304 4196468 140735521110320 140735521092864 139815302811383 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
/proc/27712/statm: 3787789 40916 3453 1 0 3748889 0
[pid=27712/tid=27713] ppid=27710 vsize=15151156 memory=33 CPUtime=0.67 cores=0,2,4,6
/proc/27712/task/27713/stat : 27713 (java) R 27710 27710 24688 0 -1 4202560 9242 0 0 0 62 5 0 0 20 0 15 0 446303156 15514783744 40916 33554432000 4194304 4196468 140735521110320 139815307047128 139814896270112 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
[pid=27712/tid=27714] ppid=27710 vsize=15151156 memory=288230377044124670 CPUtime=0 cores=0,2,4,6
/proc/27712/task/27714/stat : 27714 (java) S 27710 27710 24688 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446303157 15514783744 40916 33554432000 4194304 4196468 140735521110320 139815214468240 139815302821589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
[pid=27712/tid=27715] ppid=27710 vsize=15151156 memory=288291077884034143 CPUtime=0 cores=0,2,4,6
/proc/27712/task/27715/stat : 27715 (java) S 27710 27710 24688 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446303157 15514783744 40916 33554432000 4194304 4196468 140735521110320 139815213415440 139815302821589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
[pid=27712/tid=27716] ppid=27710 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27712/task/27716/stat : 27716 (java) S 27710 27710 24688 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446303157 15514783744 40916 33554432000 4194304 4196468 140735521110320 139815212362640 139815302821589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
[pid=27712/tid=27717] ppid=27710 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27712/task/27717/stat : 27717 (java) S 27710 27710 24688 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446303157 15514783744 40916 33554432000 4194304 4196468 140735521110320 139814892464912 139815302821589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
[pid=27712/tid=27718] ppid=27710 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27712/task/27718/stat : 27718 (java) S 27710 27710 24688 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 446303158 15514783744 40916 33554432000 4194304 4196468 140735521110320 139814771370352 139815302822530 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
[pid=27712/tid=27719] ppid=27710 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27712/task/27719/stat : 27719 (java) S 27710 27710 24688 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446303159 15514783744 40916 33554432000 4194304 4196468 140735521110320 139814770316320 139815302821589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
[pid=27712/tid=27720] ppid=27710 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27712/task/27720/stat : 27720 (java) S 27710 27710 24688 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446303159 15514783744 40916 33554432000 4194304 4196468 140735521110320 139814769263472 139815302821589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
[pid=27712/tid=27721] ppid=27710 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27712/task/27721/stat : 27721 (java) S 27710 27710 24688 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446303161 15514783744 40916 33554432000 4194304 4196468 140735521110320 139814768211792 139815302829979 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
[pid=27712/tid=27722] ppid=27710 vsize=15151156 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/27712/task/27722/stat : 27722 (java) S 27710 27710 24688 0 -1 1077944384 1171 0 0 0 24 0 0 0 20 0 15 0 446303161 15514783744 40916 33554432000 4194304 4196468 140735521110320 139814767160176 139815302822530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
[pid=27712/tid=27723] ppid=27710 vsize=15151156 memory=4639074098508484690 CPUtime=0.22 cores=0,2,4,6
/proc/27712/task/27723/stat : 27723 (java) S 27710 27710 24688 0 -1 1077944384 1048 0 0 0 22 0 0 0 20 0 15 0 446303161 15514783744 40916 33554432000 4194304 4196468 140735521110320 139814766107376 139815302822530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
[pid=27712/tid=27724] ppid=27710 vsize=15151156 memory=7594308492554101871 CPUtime=0.3 cores=0,2,4,6
/proc/27712/task/27724/stat : 27724 (java) S 27710 27710 24688 0 -1 1077944384 1907 0 0 0 30 0 0 0 20 0 15 0 446303161 15514783744 40916 33554432000 4194304 4196468 140735521110320 139814765054576 139815302822530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
[pid=27712/tid=27725] ppid=27710 vsize=15151156 memory=7523639645888864337 CPUtime=0 cores=0,2,4,6
/proc/27712/task/27725/stat : 27725 (java) S 27710 27710 24688 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446303162 15514783744 40916 33554432000 4194304 4196468 140735521110320 139814764002016 139815302821589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
[pid=27712/tid=27726] ppid=27710 vsize=15151156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27712/task/27726/stat : 27726 (java) S 27710 27710 24688 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446303162 15514783744 40916 33554432000 4194304 4196468 140735521110320 139814762949296 139815302822530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 165112 KiB

[startup+1.50081 s]
/proc/loadavg: 8.76 7.95 6.58 7/235 27726
/proc/meminfo: memFree=25441920/32770624 swapFree=66938252/67108860
[pid=27710] ppid=27707 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/27710/stat : 27710 (xcsp3-exec) S 27707 27710 24688 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446303156 115843072 362 33554432000 4194304 5098028 140731990212064 140731990210168 140139380896380 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 37826560 140731990217595 140731990217837 140731990217837 140731990220746 0
/proc/27710/statm: 28282 362 304 221 0 87 0

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

/proc/27712/task/27715/stat : 27715 (java) R 27710 27710 24688 0 -1 1077944384 38095 0 0 0 47610 157 0 0 20 0 15 0 446303157 15514783744 3143027 33554432000 4194304 4196468 140735521110320 139815213415248 139815302822530 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
[pid=27712/tid=27716] ppid=27710 vsize=15151156 memory=6791534058613427641 CPUtime=477.82 cores=0,2,4,6
/proc/27712/task/27716/stat : 27716 (java) R 27710 27710 24688 0 -1 4202560 44850 0 0 0 47614 168 0 0 20 0 15 0 446303157 15514783744 3143027 33554432000 4194304 4196468 140735521110320 139815212362840 139815295914376 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
[pid=27712/tid=27717] ppid=27710 vsize=15151156 memory=12048 CPUtime=477.78 cores=0,2,4,6
/proc/27712/task/27717/stat : 27717 (java) R 27710 27710 24688 0 -1 4202560 42166 0 0 0 47619 159 0 0 20 0 15 0 446303157 15514783744 3143027 33554432000 4194304 4196468 140735521110320 139814892465032 139815295439591 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
[pid=27712/tid=27718] ppid=27710 vsize=15151156 memory=504 CPUtime=58.62 cores=0,2,4,6
/proc/27712/task/27718/stat : 27718 (java) S 27710 27710 24688 0 -1 1077944384 116707 0 0 0 5855 7 0 0 20 0 15 0 446303158 15514783744 3143027 33554432000 4194304 4196468 140735521110320 139814771368912 139815302821589 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 17 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
[pid=27712/tid=27719] ppid=27710 vsize=15151156 memory=1564 CPUtime=0 cores=0,2,4,6
/proc/27712/task/27719/stat : 27719 (java) S 27710 27710 24688 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 446303159 15514783744 3143027 33554432000 4194304 4196468 140735521110320 139814770316384 139815302821589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
[pid=27712/tid=27720] ppid=27710 vsize=15151156 memory=924 CPUtime=0 cores=0,2,4,6
/proc/27712/task/27720/stat : 27720 (java) S 27710 27710 24688 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 446303159 15514783744 3143027 33554432000 4194304 4196468 140735521110320 139814769263488 139815302821589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
[pid=27712/tid=27721] ppid=27710 vsize=15151156 memory=2032 CPUtime=0 cores=0,2,4,6
/proc/27712/task/27721/stat : 27721 (java) S 27710 27710 24688 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446303161 15514783744 3143027 33554432000 4194304 4196468 140735521110320 139814768211792 139815302829979 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
[pid=27712/tid=27722] ppid=27710 vsize=15151156 memory=1332 CPUtime=0.39 cores=0,2,4,6
/proc/27712/task/27722/stat : 27722 (java) S 27710 27710 24688 0 -1 1077944384 2718 0 0 0 39 0 0 0 20 0 15 0 446303161 15514783744 3143027 33554432000 4194304 4196468 140735521110320 139814767160224 139815302821589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
[pid=27712/tid=27723] ppid=27710 vsize=15151156 memory=1564 CPUtime=0.41 cores=0,2,4,6
/proc/27712/task/27723/stat : 27723 (java) S 27710 27710 24688 0 -1 1077944384 3676 0 0 0 41 0 0 0 20 0 15 0 446303161 15514783744 3143027 33554432000 4194304 4196468 140735521110320 139814766107136 139815302821589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
[pid=27712/tid=27724] ppid=27710 vsize=15151156 memory=976 CPUtime=0.52 cores=0,2,4,6
/proc/27712/task/27724/stat : 27724 (java) S 27710 27710 24688 0 -1 1077944384 9314 0 0 0 51 1 0 0 20 0 15 0 446303161 15514783744 3143027 33554432000 4194304 4196468 140735521110320 139814765054624 139815302821589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
[pid=27712/tid=27725] ppid=27710 vsize=15151156 memory=12024 CPUtime=0 cores=0,2,4,6
/proc/27712/task/27725/stat : 27725 (java) S 27710 27710 24688 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446303162 15514783744 3143027 33554432000 4194304 4196468 140735521110320 139814764002016 139815302821589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
[pid=27712/tid=27726] ppid=27710 vsize=15151156 memory=2124 CPUtime=0.53 cores=0,2,4,6
/proc/27712/task/27726/stat : 27726 (java) S 27710 27710 24688 0 -1 1077944384 700 0 0 0 29 24 0 0 20 0 15 0 446303162 15514783744 3143027 33554432000 4194304 4196468 140735521110320 139814762949296 139815302822530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 16 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
Current children cumulated CPU time: 2191.76 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12573556 KiB

[startup+760.801 s]
/proc/loadavg: 4.51 4.65 5.43 5/207 27840
/proc/meminfo: memFree=18963076/32770624 swapFree=66938256/67108860
[pid=27710] ppid=27707 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/27710/stat : 27710 (xcsp3-exec) S 27707 27710 24688 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446303156 115843072 362 33554432000 4194304 5098028 140731990212064 140731990210168 140139380896380 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 37826560 140731990217595 140731990217837 140731990217837 140731990220746 0
/proc/27710/statm: 28282 362 304 221 0 87 0
[pid=27712] ppid=27710 vsize=15151156 memory=12572108 CPUtime=2193.38 cores=0,2,4,6
/proc/27712/stat : 27712 (java) S 27710 27710 24688 0 -1 1077944320 331839 0 0 0 218618 720 0 0 20 0 15 0 446303156 15514783744 3143027 33554432000 4194304 4196468 140735521110320 140735521092864 139815302811383 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
/proc/27712/statm: 3787789 3143027 3506 1 0 3748889 0
[pid=27712/tid=27713] ppid=27710 vsize=15151156 memory=1564 CPUtime=220.5 cores=0,2,4,6
/proc/27712/task/27713/stat : 27713 (java) S 27710 27710 24688 0 -1 1077944384 31233 0 0 0 21999 51 0 0 20 0 15 0 446303156 15514783744 3143027 33554432000 4194304 4196468 140735521110320 139815307049328 139815302821589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
[pid=27712/tid=27714] ppid=27710 vsize=15151156 memory=924 CPUtime=477.68 cores=0,2,4,6
/proc/27712/task/27714/stat : 27714 (java) S 27710 27710 24688 0 -1 1077944384 41056 0 0 0 47603 165 0 0 20 0 15 0 446303157 15514783744 3143027 33554432000 4194304 4196468 140735521110320 139815214468240 139815302821589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
[pid=27712/tid=27715] ppid=27710 vsize=15151156 memory=1448 CPUtime=477.95 cores=0,2,4,6
/proc/27712/task/27715/stat : 27715 (java) S 27710 27710 24688 0 -1 1077944384 38095 0 0 0 47637 158 0 0 20 0 15 0 446303157 15514783744 3143027 33554432000 4194304 4196468 140735521110320 139815213415440 139815302821589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
[pid=27712/tid=27716] ppid=27710 vsize=15151156 memory=12572108 CPUtime=478.11 cores=0,2,4,6
/proc/27712/task/27716/stat : 27716 (java) S 27710 27710 24688 0 -1 1077944384 44850 0 0 0 47643 168 0 0 20 0 15 0 446303157 15514783744 3143027 33554432000 4194304 4196468 140735521110320 139815212362640 139815302821589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
[pid=27712/tid=27717] ppid=27710 vsize=15151156 memory=1564 CPUtime=478.05 cores=0,2,4,6
/proc/27712/task/27717/stat : 27717 (java) S 27710 27710 24688 0 -1 1077944384 42166 0 0 0 47646 159 0 0 20 0 15 0 446303157 15514783744 3143027 33554432000 4194304 4196468 140735521110320 139814892464912 139815302821589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
[pid=27712/tid=27718] ppid=27710 vsize=15151156 memory=6791534058613427641 CPUtime=59.12 cores=0,2,4,6
/proc/27712/task/27718/stat : 27718 (java) R 27710 27710 24688 0 -1 4202560 116707 0 0 0 5905 7 0 0 20 0 15 0 446303158 15514783744 3143027 33554432000 4194304 4196468 140735521110320 139814771368800 139815287807793 0 0 0 16800975 0 0 0 -1 4 0 0 17 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
[pid=27712/tid=27719] ppid=27710 vsize=15151156 memory=12572108 CPUtime=0 cores=0,2,4,6
/proc/27712/task/27719/stat : 27719 (java) S 27710 27710 24688 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 446303159 15514783744 3143027 33554432000 4194304 4196468 140735521110320 139814770316384 139815302821589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
[pid=27712/tid=27720] ppid=27710 vsize=15151156 memory=1412 CPUtime=0 cores=0,2,4,6
/proc/27712/task/27720/stat : 27720 (java) S 27710 27710 24688 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 446303159 15514783744 3143027 33554432000 4194304 4196468 140735521110320 139814769263488 139815302821589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
[pid=27712/tid=27721] ppid=27710 vsize=15151156 memory=3172 CPUtime=0 cores=0,2,4,6
/proc/27712/task/27721/stat : 27721 (java) S 27710 27710 24688 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446303161 15514783744 3143027 33554432000 4194304 4196468 140735521110320 139814768211792 139815302829979 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
[pid=27712/tid=27722] ppid=27710 vsize=15151156 memory=1448 CPUtime=0.39 cores=0,2,4,6
/proc/27712/task/27722/stat : 27722 (java) S 27710 27710 24688 0 -1 1077944384 2718 0 0 0 39 0 0 0 20 0 15 0 446303161 15514783744 3143027 33554432000 4194304 4196468 140735521110320 139814767160224 139815302821589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
[pid=27712/tid=27723] ppid=27710 vsize=15151156 memory=12572100 CPUtime=0.41 cores=0,2,4,6
/proc/27712/task/27723/stat : 27723 (java) S 27710 27710 24688 0 -1 1077944384 3676 0 0 0 41 0 0 0 20 0 15 0 446303161 15514783744 3143027 33554432000 4194304 4196468 140735521110320 139814766107136 139815302821589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
[pid=27712/tid=27724] ppid=27710 vsize=15151156 memory=1124 CPUtime=0.52 cores=0,2,4,6
/proc/27712/task/27724/stat : 27724 (java) S 27710 27710 24688 0 -1 1077944384 9314 0 0 0 51 1 0 0 20 0 15 0 446303161 15514783744 3143027 33554432000 4194304 4196468 140735521110320 139814765054624 139815302821589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
[pid=27712/tid=27725] ppid=27710 vsize=15151156 memory=14008 CPUtime=0 cores=0,2,4,6
/proc/27712/task/27725/stat : 27725 (java) S 27710 27710 24688 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446303162 15514783744 3143027 33554432000 4194304 4196468 140735521110320 139814764002016 139815302821589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
[pid=27712/tid=27726] ppid=27710 vsize=15151156 memory=1448 CPUtime=0.53 cores=0,2,4,6
/proc/27712/task/27726/stat : 27726 (java) S 27710 27710 24688 0 -1 1077944384 700 0 0 0 29 24 0 0 20 0 15 0 446303162 15514783744 3143027 33554432000 4194304 4196468 140735521110320 139814762949296 139815302822530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 16 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
Current children cumulated CPU time: 2193.38 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12573556 KiB

[startup+761.201 s]
/proc/loadavg: 4.51 4.65 5.43 2/207 27840
/proc/meminfo: memFree=18963044/32770624 swapFree=66938256/67108860
[pid=27710] ppid=27707 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/27710/stat : 27710 (xcsp3-exec) S 27707 27710 24688 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446303156 115843072 362 33554432000 4194304 5098028 140731990212064 140731990210168 140139380896380 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 37826560 140731990217595 140731990217837 140731990217837 140731990220746 0
/proc/27710/statm: 28282 362 304 221 0 87 0
[pid=27712] ppid=27710 vsize=15151156 memory=12572108 CPUtime=2193.78 cores=0,2,4,6
/proc/27712/stat : 27712 (java) S 27710 27710 24688 0 -1 1077944320 331839 0 0 0 218658 720 0 0 20 0 15 0 446303156 15514783744 3143027 33554432000 4194304 4196468 140735521110320 140735521092864 139815302811383 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
/proc/27712/statm: 3787789 3143027 3506 1 0 3748889 0
[pid=27712/tid=27713] ppid=27710 vsize=15151156 memory=15816716106074690 CPUtime=220.5 cores=0,2,4,6
/proc/27712/task/27713/stat : 27713 (java) S 27710 27710 24688 0 -1 1077944384 31233 0 0 0 21999 51 0 0 20 0 15 0 446303156 15514783744 3143027 33554432000 4194304 4196468 140735521110320 139815307049328 139815302821589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
[pid=27712/tid=27714] ppid=27710 vsize=15151156 memory=3848 CPUtime=477.68 cores=0,2,4,6
/proc/27712/task/27714/stat : 27714 (java) S 27710 27710 24688 0 -1 1077944384 41056 0 0 0 47603 165 0 0 20 0 15 0 446303157 15514783744 3143027 33554432000 4194304 4196468 140735521110320 139815214468240 139815302821589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
[pid=27712/tid=27715] ppid=27710 vsize=15151156 memory=2596 CPUtime=477.95 cores=0,2,4,6
/proc/27712/task/27715/stat : 27715 (java) S 27710 27710 24688 0 -1 1077944384 38095 0 0 0 47637 158 0 0 20 0 15 0 446303157 15514783744 3143027 33554432000 4194304 4196468 140735521110320 139815213415440 139815302821589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
[pid=27712/tid=27716] ppid=27710 vsize=15151156 memory=4100 CPUtime=478.11 cores=0,2,4,6
/proc/27712/task/27716/stat : 27716 (java) S 27710 27710 24688 0 -1 1077944384 44850 0 0 0 47643 168 0 0 20 0 15 0 446303157 15514783744 3143027 33554432000 4194304 4196468 140735521110320 139815212362640 139815302821589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
[pid=27712/tid=27717] ppid=27710 vsize=15151156 memory=1412 CPUtime=478.05 cores=0,2,4,6
/proc/27712/task/27717/stat : 27717 (java) S 27710 27710 24688 0 -1 1077944384 42166 0 0 0 47646 159 0 0 20 0 15 0 446303157 15514783744 3143027 33554432000 4194304 4196468 140735521110320 139814892464912 139815302821589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
[pid=27712/tid=27718] ppid=27710 vsize=15151156 memory=3172 CPUtime=59.52 cores=0,2,4,6
/proc/27712/task/27718/stat : 27718 (java) R 27710 27710 24688 0 -1 4202560 116707 0 0 0 5945 7 0 0 20 0 15 0 446303158 15514783744 3143027 33554432000 4194304 4196468 140735521110320 139814771368800 139815287269005 0 0 0 16800975 0 0 0 -1 4 0 0 17 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
[pid=27712/tid=27719] ppid=27710 vsize=15151156 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/27712/task/27719/stat : 27719 (java) S 27710 27710 24688 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 446303159 15514783744 3143027 33554432000 4194304 4196468 140735521110320 139814770316384 139815302821589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
[pid=27712/tid=27720] ppid=27710 vsize=15151156 memory=12572108 CPUtime=0 cores=0,2,4,6
/proc/27712/task/27720/stat : 27720 (java) S 27710 27710 24688 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 446303159 15514783744 3143027 33554432000 4194304 4196468 140735521110320 139814769263488 139815302821589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
[pid=27712/tid=27721] ppid=27710 vsize=15151156 memory=2532 CPUtime=0 cores=0,2,4,6
/proc/27712/task/27721/stat : 27721 (java) S 27710 27710 24688 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446303161 15514783744 3143027 33554432000 4194304 4196468 140735521110320 139814768211792 139815302829979 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
[pid=27712/tid=27722] ppid=27710 vsize=15151156 memory=1440 CPUtime=0.39 cores=0,2,4,6
/proc/27712/task/27722/stat : 27722 (java) S 27710 27710 24688 0 -1 1077944384 2718 0 0 0 39 0 0 0 20 0 15 0 446303161 15514783744 3143027 33554432000 4194304 4196468 140735521110320 139814767160224 139815302821589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
[pid=27712/tid=27723] ppid=27710 vsize=15151156 memory=812 CPUtime=0.41 cores=0,2,4,6
/proc/27712/task/27723/stat : 27723 (java) S 27710 27710 24688 0 -1 1077944384 3676 0 0 0 41 0 0 0 20 0 15 0 446303161 15514783744 3143027 33554432000 4194304 4196468 140735521110320 139814766107136 139815302821589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
[pid=27712/tid=27724] ppid=27710 vsize=15151156 memory=1772 CPUtime=0.52 cores=0,2,4,6
/proc/27712/task/27724/stat : 27724 (java) S 27710 27710 24688 0 -1 1077944384 9314 0 0 0 51 1 0 0 20 0 15 0 446303161 15514783744 3143027 33554432000 4194304 4196468 140735521110320 139814765054624 139815302821589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
[pid=27712/tid=27725] ppid=27710 vsize=15151156 memory=111632 CPUtime=0 cores=0,2,4,6
/proc/27712/task/27725/stat : 27725 (java) S 27710 27710 24688 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446303162 15514783744 3143027 33554432000 4194304 4196468 140735521110320 139814764002016 139815302821589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
[pid=27712/tid=27726] ppid=27710 vsize=15151156 memory=804 CPUtime=0.53 cores=0,2,4,6
/proc/27712/task/27726/stat : 27726 (java) S 27710 27710 24688 0 -1 1077944384 700 0 0 0 29 24 0 0 20 0 15 0 446303162 15514783744 3143027 33554432000 4194304 4196468 140735521110320 139814762949296 139815302822530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 16 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
Current children cumulated CPU time: 2193.78 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12573556 KiB

[startup+761.401 s]
/proc/loadavg: 4.51 4.65 5.43 2/207 27840
/proc/meminfo: memFree=18963044/32770624 swapFree=66938256/67108860
[pid=27710] ppid=27707 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/27710/stat : 27710 (xcsp3-exec) S 27707 27710 24688 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446303156 115843072 362 33554432000 4194304 5098028 140731990212064 140731990210168 140139380896380 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 37826560 140731990217595 140731990217837 140731990217837 140731990220746 0
/proc/27710/statm: 28282 362 304 221 0 87 0
[pid=27712] ppid=27710 vsize=15151156 memory=12572108 CPUtime=2193.98 cores=0,2,4,6
/proc/27712/stat : 27712 (java) S 27710 27710 24688 0 -1 1077944320 332183 0 0 0 218678 720 0 0 20 0 15 0 446303156 15514783744 3143027 33554432000 4194304 4196468 140735521110320 140735521092864 139815302811383 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
/proc/27712/statm: 3787789 3143027 3506 1 0 3748889 0
[pid=27712/tid=27713] ppid=27710 vsize=15151156 memory=15816716106074690 CPUtime=220.5 cores=0,2,4,6
/proc/27712/task/27713/stat : 27713 (java) S 27710 27710 24688 0 -1 1077944384 31233 0 0 0 21999 51 0 0 20 0 15 0 446303156 15514783744 3143027 33554432000 4194304 4196468 140735521110320 139815307049328 139815302821589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
[pid=27712/tid=27714] ppid=27710 vsize=15151156 memory=111632 CPUtime=477.68 cores=0,2,4,6
/proc/27712/task/27714/stat : 27714 (java) S 27710 27710 24688 0 -1 1077944384 41056 0 0 0 47603 165 0 0 20 0 15 0 446303157 15514783744 3143027 33554432000 4194304 4196468 140735521110320 139815214468240 139815302821589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
[pid=27712/tid=27715] ppid=27710 vsize=15151156 memory=804 CPUtime=477.95 cores=0,2,4,6
/proc/27712/task/27715/stat : 27715 (java) S 27710 27710 24688 0 -1 1077944384 38095 0 0 0 47637 158 0 0 20 0 15 0 446303157 15514783744 3143027 33554432000 4194304 4196468 140735521110320 139815213415440 139815302821589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
[pid=27712/tid=27716] ppid=27710 vsize=15151156 memory=1768 CPUtime=478.11 cores=0,2,4,6
/proc/27712/task/27716/stat : 27716 (java) S 27710 27710 24688 0 -1 1077944384 44850 0 0 0 47643 168 0 0 20 0 15 0 446303157 15514783744 3143027 33554432000 4194304 4196468 140735521110320 139815212362640 139815302821589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
[pid=27712/tid=27717] ppid=27710 vsize=15151156 memory=6791534058613427641 CPUtime=478.05 cores=0,2,4,6
/proc/27712/task/27717/stat : 27717 (java) S 27710 27710 24688 0 -1 1077944384 42166 0 0 0 47646 159 0 0 20 0 15 0 446303157 15514783744 3143027 33554432000 4194304 4196468 140735521110320 139814892464912 139815302821589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
[pid=27712/tid=27718] ppid=27710 vsize=15151156 memory=6791534058613427641 CPUtime=59.72 cores=0,2,4,6
/proc/27712/task/27718/stat : 27718 (java) R 27710 27710 24688 0 -1 4202560 117051 0 0 0 5965 7 0 0 20 0 15 0 446303158 15514783744 3143027 33554432000 4194304 4196468 140735521110320 139814771368800 139815287268974 0 0 0 16800975 0 0 0 -1 4 0 0 17 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
[pid=27712/tid=27719] ppid=27710 vsize=15151156 memory=3848 CPUtime=0 cores=0,2,4,6
/proc/27712/task/27719/stat : 27719 (java) S 27710 27710 24688 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 446303159 15514783744 3143027 33554432000 4194304 4196468 140735521110320 139814770316384 139815302821589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
[pid=27712/tid=27720] ppid=27710 vsize=15151156 memory=2596 CPUtime=0 cores=0,2,4,6
/proc/27712/task/27720/stat : 27720 (java) S 27710 27710 24688 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 446303159 15514783744 3143027 33554432000 4194304 4196468 140735521110320 139814769263488 139815302821589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
[pid=27712/tid=27721] ppid=27710 vsize=15151156 memory=4100 CPUtime=0 cores=0,2,4,6
/proc/27712/task/27721/stat : 27721 (java) S 27710 27710 24688 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446303161 15514783744 3143027 33554432000 4194304 4196468 140735521110320 139814768211792 139815302829979 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
[pid=27712/tid=27722] ppid=27710 vsize=15151156 memory=1412 CPUtime=0.39 cores=0,2,4,6
/proc/27712/task/27722/stat : 27722 (java) S 27710 27710 24688 0 -1 1077944384 2718 0 0 0 39 0 0 0 20 0 15 0 446303161 15514783744 3143027 33554432000 4194304 4196468 140735521110320 139814767160224 139815302821589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
[pid=27712/tid=27723] ppid=27710 vsize=15151156 memory=3172 CPUtime=0.41 cores=0,2,4,6
/proc/27712/task/27723/stat : 27723 (java) S 27710 27710 24688 0 -1 1077944384 3676 0 0 0 41 0 0 0 20 0 15 0 446303161 15514783744 3143027 33554432000 4194304 4196468 140735521110320 139814766107136 139815302821589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
[pid=27712/tid=27724] ppid=27710 vsize=15151156 memory=1448 CPUtime=0.52 cores=0,2,4,6
/proc/27712/task/27724/stat : 27724 (java) S 27710 27710 24688 0 -1 1077944384 9314 0 0 0 51 1 0 0 20 0 15 0 446303161 15514783744 3143027 33554432000 4194304 4196468 140735521110320 139814765054624 139815302821589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
[pid=27712/tid=27725] ppid=27710 vsize=15151156 memory=772 CPUtime=0 cores=0,2,4,6
/proc/27712/task/27725/stat : 27725 (java) S 27710 27710 24688 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446303162 15514783744 3143027 33554432000 4194304 4196468 140735521110320 139814764002016 139815302821589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
[pid=27712/tid=27726] ppid=27710 vsize=15151156 memory=288230574492221466 CPUtime=0.53 cores=0,2,4,6
/proc/27712/task/27726/stat : 27726 (java) S 27710 27710 24688 0 -1 1077944384 700 0 0 0 29 24 0 0 20 0 15 0 446303162 15514783744 3143027 33554432000 4194304 4196468 140735521110320 139814762949296 139815302822530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 16 0 0 6293624 6294260 20549632 140735521113071 140735521113242 140735521113242 140735521116111 0
Current children cumulated CPU time: 2193.98 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12573556 KiB

[startup+761.501 s]
/proc/loadavg: 4.51 4.65 5.43 2/207 27840
/proc/meminfo: memFree=18963044/32770624 swapFree=66938256/67108860
[pid=27710] ppid=27707 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/27710/stat : 27710 (xcsp3-exec) S 27707 27710 24688 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446303156 115843072 362 33554432000 4194304 5098028 140731990212064 140731990210168 140139380896380 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 37826560 140731990217595 140731990217837 140731990217837 140731990220746 0
/proc/27710/statm: 28282 362 304 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1448 KiB

Child status: 1
Real time (s): 761.523
CPU time (s): 2194.12
CPU user time (s): 2186.85
CPU system time (s): 7.26066
CPU usage (%): 288.122
Max. virtual memory (cumulated for all children) (KiB): 15264284
Max. memory (cumulated for all children) (KiB): 12573556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2186.85
system time used= 7.26066
maximum resident set size= 12572404
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 332944
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1024
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26573
involuntary context switches= 25306


# summary of solver processes directly reported to runsolver:
#   pid: 27710
#   total CPU time (s): 2194.12
#   total CPU user time (s): 2186.85
#   total CPU system time (s): 7.26066

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.99528 second user time and 7.4621 second system time

The end

Launcher Data

Begin job on node151 at 2019-09-17 08:04:38
IDJOB=4399025
IDBENCH=141723
IDSOLVER=2853
FILE ID=node151/4399025-1568700317
RUNJOBID= node151-1568698598-24719
PBS_JOBID= 21703816
Free space on /tmp= 59284 MiB

SOLVER NAME= choco-solver 2019-09-16
BENCH NAME= XCSP19/ConsecutiveSquarePacking/ConsecutiveSquarePacking-sp-18-046.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-4399025-1568700317/watcher-4399025-1568700317 -o /tmp/evaluation-result-4399025-1568700317/solver-4399025-1568700317 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1568698598-24719 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 179098725 HOME/instance-4399025-1568700317.xml

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

MD5SUM BENCH= 90f9fedd4c3faeb9a4a1958b76d0db2e
RANDOM SEED=179098725

node151.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.53
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	: 5335.75
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.53
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	: 5335.75
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.53
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	: 5335.75
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.53
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	: 5335.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        25631824 kB
MemAvailable:   25958196 kB
Buffers:           82356 kB
Cached:           546592 kB
SwapCached:        68684 kB
Active:          6231180 kB
Inactive:         347452 kB
Active(anon):    5881824 kB
Inactive(anon):   111644 kB
Active(file):     349356 kB
Inactive(file):   235808 kB
Unevictable:      109584 kB
Mlocked:          109584 kB
SwapTotal:      67108860 kB
SwapFree:       66938252 kB
Dirty:             26260 kB
Writeback:             0 kB
AnonPages:       6076660 kB
Mapped:            57376 kB
Shmem:             35232 kB
Slab:             143188 kB
SReclaimable:     114088 kB
SUnreclaim:        29100 kB
KernelStack:        4192 kB
PageTables:        17468 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8150204 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5937152 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 59284 MiB
End job on node151 at 2019-09-17 08:17:20