Trace number 4398823

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? 2141.26 707.019

General information on the benchmark

NameXCSP19/ConsecutiveSquarePacking/
ConsecutiveSquarePacking-sp-15-036.xml
MD5SUM5e5c63d89f6605b36f0577fcc9be8ecb
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.60869
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints105
Number of domains15
Minimum domain size22
Maximum domain size36
Distribution of domain sizes[{"size":22,"count":2},{"size":23,"count":2},{"size":24,"count":2},{"size":25,"count":2},{"size":26,"count":2},{"size":27,"count":2},{"size":28,"count":2},{"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}]
Minimum variable degree14
Maximum variable degree14
Distribution of variable degrees[{"degree":14,"count":30}]
Minimum constraint arity4
Maximum constraint arity4
Distribution of constraint arities[{"arity":4,"count":105}]
Number of extensional constraints0
Number of intensional constraints105
Distribution of constraint types[{"type":"intension","count":105}]
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-4398823-1568700279.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4398823-1568700279.xml, -tl, 2520s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
2141.14/706.96	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
2141.14/706.96		at java.util.Arrays.copyOf(Arrays.java:3181)
2141.14/706.96		at java.util.ArrayList.grow(ArrayList.java:261)
2141.14/706.96		at java.util.ArrayList.ensureExplicitCapacity(ArrayList.java:235)
2141.14/706.96		at java.util.ArrayList.ensureCapacityInternal(ArrayList.java:227)
2141.14/706.96		at java.util.ArrayList.add(ArrayList.java:458)
2141.14/706.96		at org.chocosolver.solver.constraints.extension.Tuples.add(Tuples.java:159)
2141.14/706.96		at org.chocosolver.solver.constraints.extension.TuplesFactory.generateTuples(TuplesFactory.java:88)
2141.14/706.96		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:150)
2141.14/706.96		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
2141.14/706.96		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
2141.14/706.96		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
2141.14/706.96		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
2141.14/706.96		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
2141.14/706.96		at org.xcsp.parser.XCallbacks$$Lambda$97/1836797772.accept(Unknown Source)
2141.14/706.96		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
2141.14/706.96		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
2141.14/706.96		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
2141.14/706.96		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1416)
2141.14/706.96		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
2141.14/706.96		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
2141.14/706.96		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
2141.14/706.96		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
2141.14/706.96		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
2141.14/706.96		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:111)
2141.14/706.96		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
2141.14/706.96		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
2141.14/706.96	s UNKNOWN
2141.14/706.96	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 (15230 MiB free)
  memory of node 1: 16384 MiB (11532 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4398823-1568700279/watcher-4398823-1568700279 -o /tmp/evaluation-result-4398823-1568700279/solver-4398823-1568700279 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1568699927-7005 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 207573590 HOME/instance-4398823-1568700279.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=10837, runsolver pid=10834

[startup+0.101122 s]*
/proc/loadavg: 8.50 5.37 3.54 7/234 10853
/proc/meminfo: memFree=27389388/32770624 swapFree=66997372/67108860
[pid=10837] ppid=10834 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/10837/stat : 10837 (xcsp3-exec) S 10834 10837 6974 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446280926 115843072 363 33554432000 4194304 5098028 140737445685072 140737445683176 140268711015036 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 23826432 140737445688187 140737445688429 140737445688429 140737445691338 0
/proc/10837/statm: 28282 363 304 221 0 87 0
[pid=10839] ppid=10837 vsize=15144776 memory=30016 CPUtime=0.13 cores=0,2,4,6
/proc/10839/stat : 10839 (java) S 10837 10837 6974 0 -1 1077944320 5926 0 0 0 12 1 0 0 20 0 15 0 446280926 15508250624 7504 33554432000 4194304 4196468 140722361225136 140722361207680 139740652383991 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
/proc/10839/statm: 3786194 7504 3150 1 0 3748377 0
[pid=10839/tid=10840] ppid=10837 vsize=15144776 memory=7100839870104831090 CPUtime=0.09 cores=0,2,4,6
/proc/10839/task/10840/stat : 10840 (java) R 10837 10837 6974 0 -1 4202560 3825 0 0 0 9 0 0 0 20 0 15 0 446280927 15508250624 7504 33554432000 4194304 4196468 140722361225136 139740656616784 139740644621118 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
[pid=10839/tid=10841] ppid=10837 vsize=15144776 memory=-3689451258167578675 CPUtime=0 cores=0,2,4,6
/proc/10839/task/10841/stat : 10841 (java) S 10837 10837 6974 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446280927 15508250624 7504 33554432000 4194304 4196468 140722361225136 139740588620048 139740652394197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
[pid=10839/tid=10842] ppid=10837 vsize=15144776 memory=140070156351104 CPUtime=0 cores=0,2,4,6
/proc/10839/task/10842/stat : 10842 (java) S 10837 10837 6974 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446280927 15508250624 7504 33554432000 4194304 4196468 140722361225136 139740587567504 139740652394197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
[pid=10839/tid=10843] ppid=10837 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10839/task/10843/stat : 10843 (java) S 10837 10837 6974 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446280927 15508250624 7504 33554432000 4194304 4196468 140722361225136 139740242827792 139740652394197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
[pid=10839/tid=10844] ppid=10837 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10839/task/10844/stat : 10844 (java) S 10837 10837 6974 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446280927 15508250624 7504 33554432000 4194304 4196468 140722361225136 139740241775248 139740652394197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
[pid=10839/tid=10845] ppid=10837 vsize=15144776 memory=140070156351104 CPUtime=0 cores=0,2,4,6
/proc/10839/task/10845/stat : 10845 (java) S 10837 10837 6974 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446280929 15508250624 7504 33554432000 4194304 4196468 140722361225136 139740188178928 139740652395138 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
[pid=10839/tid=10846] ppid=10837 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10839/task/10846/stat : 10846 (java) S 10837 10837 6974 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446280929 15508250624 7504 33554432000 4194304 4196468 140722361225136 139740187125152 139740652394197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
[pid=10839/tid=10847] ppid=10837 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10839/task/10847/stat : 10847 (java) S 10837 10837 6974 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446280929 15508250624 7504 33554432000 4194304 4196468 140722361225136 139740186072560 139740652394197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
[pid=10839/tid=10848] ppid=10837 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10839/task/10848/stat : 10848 (java) S 10837 10837 6974 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446280932 15508250624 7504 33554432000 4194304 4196468 140722361225136 139740185021136 139740652402587 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
[pid=10839/tid=10849] ppid=10837 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10839/task/10849/stat : 10849 (java) S 10837 10837 6974 0 -1 1077944384 458 0 0 0 0 0 0 0 20 0 15 0 446280932 15508250624 7504 33554432000 4194304 4196468 140722361225136 139740116412400 139740652395138 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
[pid=10839/tid=10850] ppid=10837 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10839/task/10850/stat : 10850 (java) S 10837 10837 6974 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446280932 15508250624 7504 33554432000 4194304 4196468 140722361225136 139740115359856 139740652395138 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
[pid=10839/tid=10851] ppid=10837 vsize=15144776 memory=140070156351104 CPUtime=0.02 cores=0,2,4,6
/proc/10839/task/10851/stat : 10851 (java) R 10837 10837 6974 0 -1 4202560 364 0 0 0 2 0 0 0 20 0 15 0 446280932 15508250624 7504 33554432000 4194304 4196468 140722361225136 139740114307312 139740631341077 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
[pid=10839/tid=10852] ppid=10837 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10839/task/10852/stat : 10852 (java) S 10837 10837 6974 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446280932 15508250624 7504 33554432000 4194304 4196468 140722361225136 139740113255008 139740652394197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
[pid=10839/tid=10853] ppid=10837 vsize=15144776 memory=140070156351104 CPUtime=0 cores=0,2,4,6
/proc/10839/task/10853/stat : 10853 (java) S 10837 10837 6974 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446280932 15508250624 7504 33554432000 4194304 4196468 140722361225136 139740112202544 139740652395138 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 31468 KiB

[startup+0.21078 s]*
/proc/loadavg: 8.50 5.37 3.54 6/234 10853
/proc/meminfo: memFree=27375756/32770624 swapFree=66997372/67108860
[pid=10837] ppid=10834 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/10837/stat : 10837 (xcsp3-exec) S 10834 10837 6974 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446280926 115843072 363 33554432000 4194304 5098028 140737445685072 140737445683176 140268711015036 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 23826432 140737445688187 140737445688429 140737445688429 140737445691338 0
/proc/10837/statm: 28282 363 304 221 0 87 0
[pid=10839] ppid=10837 vsize=15144776 memory=40436 CPUtime=0.34 cores=0,2,4,6
/proc/10839/stat : 10839 (java) S 10837 10837 6974 0 -1 1077944320 9340 0 0 0 32 2 0 0 20 0 15 0 446280926 15508250624 10109 33554432000 4194304 4196468 140722361225136 140722361207680 139740652383991 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
/proc/10839/statm: 3786194 10109 3307 1 0 3748377 0
[pid=10839/tid=10840] ppid=10837 vsize=15144776 memory=7883960649037381690 CPUtime=0.19 cores=0,2,4,6
/proc/10839/task/10840/stat : 10840 (java) R 10837 10837 6974 0 -1 4202560 6625 0 0 0 18 1 0 0 20 0 15 0 446280927 15508250624 10109 33554432000 4194304 4196468 140722361225136 139740656620128 139740636834736 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
[pid=10839/tid=10841] ppid=10837 vsize=15144776 memory=9100 CPUtime=0 cores=0,2,4,6
/proc/10839/task/10841/stat : 10841 (java) S 10837 10837 6974 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446280927 15508250624 10109 33554432000 4194304 4196468 140722361225136 139740588620048 139740652394197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
[pid=10839/tid=10842] ppid=10837 vsize=15144776 memory=140070156372470 CPUtime=0 cores=0,2,4,6
/proc/10839/task/10842/stat : 10842 (java) S 10837 10837 6974 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446280927 15508250624 10109 33554432000 4194304 4196468 140722361225136 139740587567504 139740652394197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
[pid=10839/tid=10843] ppid=10837 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10839/task/10843/stat : 10843 (java) S 10837 10837 6974 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446280927 15508250624 10109 33554432000 4194304 4196468 140722361225136 139740242827792 139740652394197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
[pid=10839/tid=10844] ppid=10837 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10839/task/10844/stat : 10844 (java) S 10837 10837 6974 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446280927 15508250624 10109 33554432000 4194304 4196468 140722361225136 139740241775248 139740652394197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
[pid=10839/tid=10845] ppid=10837 vsize=15144776 memory=140070156351104 CPUtime=0 cores=0,2,4,6
/proc/10839/task/10845/stat : 10845 (java) S 10837 10837 6974 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 446280929 15508250624 10109 33554432000 4194304 4196468 140722361225136 139740188178928 139740652395138 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
[pid=10839/tid=10846] ppid=10837 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10839/task/10846/stat : 10846 (java) S 10837 10837 6974 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446280929 15508250624 10109 33554432000 4194304 4196468 140722361225136 139740187125152 139740652394197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
[pid=10839/tid=10847] ppid=10837 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10839/task/10847/stat : 10847 (java) S 10837 10837 6974 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446280929 15508250624 10109 33554432000 4194304 4196468 140722361225136 139740186072560 139740652394197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
[pid=10839/tid=10848] ppid=10837 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10839/task/10848/stat : 10848 (java) S 10837 10837 6974 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446280932 15508250624 10109 33554432000 4194304 4196468 140722361225136 139740185021136 139740652402587 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
[pid=10839/tid=10849] ppid=10837 vsize=15144776 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/10839/task/10849/stat : 10849 (java) S 10837 10837 6974 0 -1 1077944384 582 0 0 0 2 0 0 0 20 0 15 0 446280932 15508250624 10109 33554432000 4194304 4196468 140722361225136 139740116412400 139740652395138 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
[pid=10839/tid=10850] ppid=10837 vsize=15144776 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/10839/task/10850/stat : 10850 (java) S 10837 10837 6974 0 -1 1077944384 54 0 0 0 2 0 0 0 20 0 15 0 446280932 15508250624 10109 33554432000 4194304 4196468 140722361225136 139740115359856 139740652395138 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
[pid=10839/tid=10851] ppid=10837 vsize=15144776 memory=140070156351104 CPUtime=0.08 cores=0,2,4,6
/proc/10839/task/10851/stat : 10851 (java) R 10837 10837 6974 0 -1 4202560 773 0 0 0 8 0 0 0 20 0 15 0 446280932 15508250624 10109 33554432000 4194304 4196468 140722361225136 139740114307312 139740637524960 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
[pid=10839/tid=10852] ppid=10837 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10839/task/10852/stat : 10852 (java) S 10837 10837 6974 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446280932 15508250624 10109 33554432000 4194304 4196468 140722361225136 139740113255008 139740652394197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
[pid=10839/tid=10853] ppid=10837 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10839/task/10853/stat : 10853 (java) S 10837 10837 6974 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446280932 15508250624 10109 33554432000 4194304 4196468 140722361225136 139740112202544 139740652395138 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 41888 KiB

[startup+0.310529 s]*
/proc/loadavg: 8.50 5.37 3.54 7/234 10853
/proc/meminfo: memFree=27367972/32770624 swapFree=66997372/67108860
[pid=10837] ppid=10834 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/10837/stat : 10837 (xcsp3-exec) S 10834 10837 6974 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446280926 115843072 363 33554432000 4194304 5098028 140737445685072 140737445683176 140268711015036 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 23826432 140737445688187 140737445688429 140737445688429 140737445691338 0
/proc/10837/statm: 28282 363 304 221 0 87 0
[pid=10839] ppid=10837 vsize=15149032 memory=50260 CPUtime=0.53 cores=0,2,4,6
/proc/10839/stat : 10839 (java) S 10837 10837 6974 0 -1 1077944320 10823 0 0 0 49 4 0 0 20 0 15 0 446280926 15512608768 12565 33554432000 4194304 4196468 140722361225136 140722361207680 139740652383991 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
/proc/10839/statm: 3787258 12565 3377 1 0 3748377 0
[pid=10839/tid=10840] ppid=10837 vsize=15149032 memory=7883960649037381690 CPUtime=0.3 cores=0,2,4,6
/proc/10839/task/10840/stat : 10840 (java) R 10837 10837 6974 0 -1 4202560 7769 0 0 0 27 3 0 0 20 0 15 0 446280927 15512608768 12565 33554432000 4194304 4196468 140722361225136 139740656615104 139740652405917 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
[pid=10839/tid=10841] ppid=10837 vsize=15149032 memory=9461 CPUtime=0 cores=0,2,4,6
/proc/10839/task/10841/stat : 10841 (java) S 10837 10837 6974 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446280927 15512608768 12565 33554432000 4194304 4196468 140722361225136 139740588620048 139740652394197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
[pid=10839/tid=10842] ppid=10837 vsize=15149032 memory=3689354299378510707 CPUtime=0 cores=0,2,4,6
/proc/10839/task/10842/stat : 10842 (java) S 10837 10837 6974 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446280927 15512608768 12565 33554432000 4194304 4196468 140722361225136 139740587567504 139740652394197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
[pid=10839/tid=10843] ppid=10837 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10839/task/10843/stat : 10843 (java) S 10837 10837 6974 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446280927 15512608768 12565 33554432000 4194304 4196468 140722361225136 139740242827792 139740652394197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
[pid=10839/tid=10844] ppid=10837 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10839/task/10844/stat : 10844 (java) S 10837 10837 6974 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446280927 15512608768 12565 33554432000 4194304 4196468 140722361225136 139740241775248 139740652394197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
[pid=10839/tid=10845] ppid=10837 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10839/task/10845/stat : 10845 (java) S 10837 10837 6974 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 446280929 15512608768 12565 33554432000 4194304 4196468 140722361225136 139740188178928 139740652395138 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
[pid=10839/tid=10846] ppid=10837 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10839/task/10846/stat : 10846 (java) S 10837 10837 6974 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446280929 15512608768 12565 33554432000 4194304 4196468 140722361225136 139740187125152 139740652394197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
[pid=10839/tid=10847] ppid=10837 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10839/task/10847/stat : 10847 (java) S 10837 10837 6974 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446280929 15512608768 12565 33554432000 4194304 4196468 140722361225136 139740186072560 139740652394197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
[pid=10839/tid=10848] ppid=10837 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10839/task/10848/stat : 10848 (java) S 10837 10837 6974 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446280932 15512608768 12565 33554432000 4194304 4196468 140722361225136 139740185021136 139740652402587 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
[pid=10839/tid=10849] ppid=10837 vsize=15149032 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/10839/task/10849/stat : 10849 (java) R 10837 10837 6974 0 -1 4202560 710 0 0 0 5 0 0 0 20 0 15 0 446280932 15512608768 12565 33554432000 4194304 4196468 140722361225136 139740116412400 139740631630218 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
[pid=10839/tid=10850] ppid=10837 vsize=15149032 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/10839/task/10850/stat : 10850 (java) R 10837 10837 6974 0 -1 1077944384 133 0 0 0 4 0 0 0 20 0 15 0 446280932 15512608768 12565 33554432000 4194304 4196468 140722361225136 139740115359856 139740652395138 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
[pid=10839/tid=10851] ppid=10837 vsize=15149032 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/10839/task/10851/stat : 10851 (java) S 10837 10837 6974 0 -1 1077944384 920 0 0 0 12 0 0 0 20 0 15 0 446280932 15512608768 12565 33554432000 4194304 4196468 140722361225136 139740114307312 139740652395138 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
[pid=10839/tid=10852] ppid=10837 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10839/task/10852/stat : 10852 (java) S 10837 10837 6974 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446280932 15512608768 12565 33554432000 4194304 4196468 140722361225136 139740113255008 139740652394197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
[pid=10839/tid=10853] ppid=10837 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10839/task/10853/stat : 10853 (java) S 10837 10837 6974 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446280932 15512608768 12565 33554432000 4194304 4196468 140722361225136 139740112202544 139740652395138 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51712 KiB

[startup+0.700907 s]
/proc/loadavg: 8.50 5.37 3.54 8/234 10853
/proc/meminfo: memFree=27354320/32770624 swapFree=66997372/67108860
[pid=10837] ppid=10834 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/10837/stat : 10837 (xcsp3-exec) S 10834 10837 6974 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446280926 115843072 363 33554432000 4194304 5098028 140737445685072 140737445683176 140268711015036 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 23826432 140737445688187 140737445688429 140737445688429 140737445691338 0
/proc/10837/statm: 28282 363 304 221 0 87 0
[pid=10839] ppid=10837 vsize=15151156 memory=184680 CPUtime=1.32 cores=0,2,4,6
/proc/10839/stat : 10839 (java) S 10837 10837 6974 0 -1 1077944320 13370 0 0 0 125 7 0 0 20 0 15 0 446280926 15514783744 46170 33554432000 4194304 4196468 140722361225136 140722361207680 139740652383991 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
/proc/10839/statm: 3787789 46170 3450 1 0 3748889 0
[pid=10839/tid=10840] ppid=10837 vsize=15151156 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/10839/task/10840/stat : 10840 (java) R 10837 10837 6974 0 -1 4202560 9045 0 0 0 62 5 0 0 20 0 15 0 446280927 15514783744 46170 33554432000 4194304 4196468 140722361225136 139740656621760 139740270705045 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
[pid=10839/tid=10841] ppid=10837 vsize=15151156 memory=500 CPUtime=0 cores=0,2,4,6
/proc/10839/task/10841/stat : 10841 (java) S 10837 10837 6974 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 15 0 446280927 15514783744 46170 33554432000 4194304 4196468 140722361225136 139740588620048 139740652394197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
[pid=10839/tid=10842] ppid=10837 vsize=15151156 memory=1560 CPUtime=0 cores=0,2,4,6
/proc/10839/task/10842/stat : 10842 (java) S 10837 10837 6974 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 446280927 15514783744 46170 33554432000 4194304 4196468 140722361225136 139740587567504 139740652394197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
[pid=10839/tid=10843] ppid=10837 vsize=15151156 memory=932 CPUtime=0 cores=0,2,4,6
/proc/10839/task/10843/stat : 10843 (java) S 10837 10837 6974 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 446280927 15514783744 46170 33554432000 4194304 4196468 140722361225136 139740242827792 139740652394197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
[pid=10839/tid=10844] ppid=10837 vsize=15151156 memory=3768 CPUtime=0 cores=0,2,4,6
/proc/10839/task/10844/stat : 10844 (java) S 10837 10837 6974 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 15 0 446280927 15514783744 46170 33554432000 4194304 4196468 140722361225136 139740241775248 139740652394197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
[pid=10839/tid=10845] ppid=10837 vsize=15151156 memory=1980 CPUtime=0 cores=0,2,4,6
/proc/10839/task/10845/stat : 10845 (java) S 10837 10837 6974 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 446280929 15514783744 46170 33554432000 4194304 4196468 140722361225136 139740188178928 139740652395138 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
[pid=10839/tid=10846] ppid=10837 vsize=15151156 memory=2512 CPUtime=0 cores=0,2,4,6
/proc/10839/task/10846/stat : 10846 (java) S 10837 10837 6974 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 446280929 15514783744 46170 33554432000 4194304 4196468 140722361225136 139740187125152 139740652394197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
[pid=10839/tid=10847] ppid=10837 vsize=15151156 memory=1436 CPUtime=0 cores=0,2,4,6
/proc/10839/task/10847/stat : 10847 (java) S 10837 10837 6974 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 446280929 15514783744 46170 33554432000 4194304 4196468 140722361225136 139740186072560 139740652394197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
[pid=10839/tid=10848] ppid=10837 vsize=15151156 memory=812 CPUtime=0 cores=0,2,4,6
/proc/10839/task/10848/stat : 10848 (java) S 10837 10837 6974 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446280932 15514783744 46170 33554432000 4194304 4196468 140722361225136 139740185021136 139740652402587 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
[pid=10839/tid=10849] ppid=10837 vsize=15151156 memory=1764 CPUtime=0.15 cores=0,2,4,6
/proc/10839/task/10849/stat : 10849 (java) S 10837 10837 6974 0 -1 1077944384 1029 0 0 0 15 0 0 0 20 0 15 0 446280932 15514783744 46170 33554432000 4194304 4196468 140722361225136 139740116412400 139740652395138 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
[pid=10839/tid=10850] ppid=10837 vsize=15151156 memory=111628 CPUtime=0.18 cores=0,2,4,6
/proc/10839/task/10850/stat : 10850 (java) S 10837 10837 6974 0 -1 1077944384 580 0 0 0 18 0 0 0 20 0 15 0 446280932 15514783744 46170 33554432000 4194304 4196468 140722361225136 139740115359856 139740652395138 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
[pid=10839/tid=10851] ppid=10837 vsize=15151156 memory=796 CPUtime=0.26 cores=0,2,4,6
/proc/10839/task/10851/stat : 10851 (java) S 10837 10837 6974 0 -1 1077944384 1288 0 0 0 26 0 0 0 20 0 15 0 446280932 15514783744 46170 33554432000 4194304 4196468 140722361225136 139740114307312 139740652395138 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
[pid=10839/tid=10852] ppid=10837 vsize=15151156 memory=4108 CPUtime=0 cores=0,2,4,6
/proc/10839/task/10852/stat : 10852 (java) S 10837 10837 6974 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446280932 15514783744 46170 33554432000 4194304 4196468 140722361225136 139740113255008 139740652394197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
[pid=10839/tid=10853] ppid=10837 vsize=15151156 memory=1808 CPUtime=0 cores=0,2,4,6
/proc/10839/task/10853/stat : 10853 (java) S 10837 10837 6974 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446280932 15514783744 46170 33554432000 4194304 4196468 140722361225136 139740112202544 139740652395138 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
Current children cumulated CPU time: 1.32 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 186132 KiB

[startup+1.50091 s]
/proc/loadavg: 8.50 5.37 3.54 6/234 10853
/proc/meminfo: memFree=27079892/32770624 swapFree=66997372/67108860
[pid=10837] ppid=10834 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/10837/stat : 10837 (xcsp3-exec) S 10834 10837 6974 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446280926 115843072 363 33554432000 4194304 5098028 140737445685072 140737445683176 140268711015036 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 23826432 140737445688187 140737445688429 140737445688429 140737445691338 0
/proc/10837/statm: 28282 363 304 221 0 87 0

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

/proc/10839/task/10842/stat : 10842 (java) R 10837 10837 6974 0 -1 4202560 62885 0 0 0 47458 187 0 0 20 0 15 0 446280927 15514783744 3139250 33554432000 4194304 4196468 140722361225136 139740587567392 139740637084624 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
[pid=10839/tid=10843] ppid=10837 vsize=15151156 memory=1112 CPUtime=476.97 cores=0,2,4,6
/proc/10839/task/10843/stat : 10843 (java) R 10837 10837 6974 0 -1 4202560 87797 0 0 0 47523 174 0 0 20 0 15 0 446280927 15514783744 3139250 33554432000 4194304 4196468 140722361225136 139740242827600 139740645012199 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
[pid=10839/tid=10844] ppid=10837 vsize=15151156 memory=4872558044660077418 CPUtime=476.57 cores=0,2,4,6
/proc/10839/task/10844/stat : 10844 (java) R 10837 10837 6974 0 -1 4202560 83662 0 0 0 47498 159 0 0 20 0 15 0 446280927 15514783744 3139250 33554432000 4194304 4196468 140722361225136 139740241775056 139740645012199 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
[pid=10839/tid=10845] ppid=10837 vsize=15151156 memory=3028 CPUtime=50.24 cores=0,2,4,6
/proc/10839/task/10845/stat : 10845 (java) S 10837 10837 6974 0 -1 1077944384 120361 0 0 0 5015 9 0 0 20 0 15 0 446280929 15514783744 3139250 33554432000 4194304 4196468 140722361225136 139740188177488 139740652394197 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
[pid=10839/tid=10846] ppid=10837 vsize=15151156 memory=2012 CPUtime=0 cores=0,2,4,6
/proc/10839/task/10846/stat : 10846 (java) S 10837 10837 6974 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 446280929 15514783744 3139250 33554432000 4194304 4196468 140722361225136 139740187125216 139740652394197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
[pid=10839/tid=10847] ppid=10837 vsize=15151156 memory=1388 CPUtime=0 cores=0,2,4,6
/proc/10839/task/10847/stat : 10847 (java) S 10837 10837 6974 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 446280929 15514783744 3139250 33554432000 4194304 4196468 140722361225136 139740186072576 139740652394197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
[pid=10839/tid=10848] ppid=10837 vsize=15151156 memory=776 CPUtime=0 cores=0,2,4,6
/proc/10839/task/10848/stat : 10848 (java) S 10837 10837 6974 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446280932 15514783744 3139250 33554432000 4194304 4196468 140722361225136 139740185021136 139740652402587 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
[pid=10839/tid=10849] ppid=10837 vsize=15151156 memory=3992 CPUtime=0.48 cores=0,2,4,6
/proc/10839/task/10849/stat : 10849 (java) S 10837 10837 6974 0 -1 1077944384 4131 0 0 0 47 1 0 0 20 0 15 0 446280932 15514783744 3139250 33554432000 4194304 4196468 140722361225136 139740116412448 139740652394197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
[pid=10839/tid=10850] ppid=10837 vsize=15151156 memory=2828 CPUtime=0.46 cores=0,2,4,6
/proc/10839/task/10850/stat : 10850 (java) S 10837 10837 6974 0 -1 1077944384 4006 0 0 0 46 0 0 0 20 0 15 0 446280932 15514783744 3139250 33554432000 4194304 4196468 140722361225136 139740115359616 139740652394197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
[pid=10839/tid=10851] ppid=10837 vsize=15151156 memory=676 CPUtime=0.48 cores=0,2,4,6
/proc/10839/task/10851/stat : 10851 (java) S 10837 10837 6974 0 -1 1077944384 6535 0 0 0 48 0 0 0 20 0 15 0 446280932 15514783744 3139250 33554432000 4194304 4196468 140722361225136 139740114307360 139740652394197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 27 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
[pid=10839/tid=10852] ppid=10837 vsize=15151156 memory=1060 CPUtime=0 cores=0,2,4,6
/proc/10839/task/10852/stat : 10852 (java) S 10837 10837 6974 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446280932 15514783744 3139250 33554432000 4194304 4196468 140722361225136 139740113255008 139740652394197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
[pid=10839/tid=10853] ppid=10837 vsize=15151156 memory=1548 CPUtime=0.46 cores=0,2,4,6
/proc/10839/task/10853/stat : 10853 (java) S 10837 10837 6974 0 -1 1077944384 702 0 0 0 22 24 0 0 20 0 15 0 446280932 15514783744 3139250 33554432000 4194304 4196468 140722361225136 139740112202544 139740652395138 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 57 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
Current children cumulated CPU time: 2133.07 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12558452 KiB

[startup+705.601 s]
/proc/loadavg: 3.53 4.37 4.12 5/207 10983
/proc/meminfo: memFree=18932396/32770624 swapFree=66997372/67108860
[pid=10837] ppid=10834 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/10837/stat : 10837 (xcsp3-exec) S 10834 10837 6974 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446280926 115843072 363 33554432000 4194304 5098028 140737445685072 140737445683176 140268711015036 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 23826432 140737445688187 140737445688429 140737445688429 140737445691338 0
/proc/10837/statm: 28282 363 304 221 0 87 0
[pid=10839] ppid=10837 vsize=15151156 memory=12557000 CPUtime=2139.25 cores=0,2,4,6
/proc/10839/stat : 10839 (java) S 10837 10837 6974 0 -1 1077944320 453567 0 0 0 213161 764 0 0 20 0 15 0 446280926 15514783744 3139250 33554432000 4194304 4196468 140722361225136 140722361207680 139740652383991 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
/proc/10839/statm: 3787789 3139250 3503 1 0 3748889 0
[pid=10839/tid=10840] ppid=10837 vsize=15151156 memory=12557000 CPUtime=173.76 cores=0,2,4,6
/proc/10839/task/10840/stat : 10840 (java) S 10837 10837 6974 0 -1 1077944384 34984 0 0 0 17328 48 0 0 20 0 15 0 446280927 15514783744 3139250 33554432000 4194304 4196468 140722361225136 139740656622192 139740652394197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
[pid=10839/tid=10841] ppid=10837 vsize=15151156 memory=6791534058613427641 CPUtime=478.61 cores=0,2,4,6
/proc/10839/task/10841/stat : 10841 (java) R 10837 10837 6974 0 -1 4202560 47031 0 0 0 47686 175 0 0 20 0 15 0 446280927 15514783744 3139250 33554432000 4194304 4196468 140722361225136 139740588620168 139740645012199 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
[pid=10839/tid=10842] ppid=10837 vsize=15151156 memory=1452 CPUtime=478.04 cores=0,2,4,6
/proc/10839/task/10842/stat : 10842 (java) R 10837 10837 6974 0 -1 4202560 63005 0 0 0 47617 187 0 0 20 0 15 0 446280927 15514783744 3139250 33554432000 4194304 4196468 140722361225136 139740587567392 139740637083804 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
[pid=10839/tid=10843] ppid=10837 vsize=15151156 memory=3504 CPUtime=478.51 cores=0,2,4,6
/proc/10839/task/10843/stat : 10843 (java) R 10837 10837 6974 0 -1 4202560 87797 0 0 0 47676 175 0 0 20 0 15 0 446280927 15514783744 3139250 33554432000 4194304 4196468 140722361225136 139740242827600 139740645012199 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
[pid=10839/tid=10844] ppid=10837 vsize=15151156 memory=12557000 CPUtime=478.1 cores=0,2,4,6
/proc/10839/task/10844/stat : 10844 (java) R 10837 10837 6974 0 -1 4202560 83662 0 0 0 47651 159 0 0 20 0 15 0 446280927 15514783744 3139250 33554432000 4194304 4196468 140722361225136 139740241775056 139740645012199 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
[pid=10839/tid=10845] ppid=10837 vsize=15151156 memory=1452 CPUtime=50.24 cores=0,2,4,6
/proc/10839/task/10845/stat : 10845 (java) S 10837 10837 6974 0 -1 1077944384 120361 0 0 0 5015 9 0 0 20 0 15 0 446280929 15514783744 3139250 33554432000 4194304 4196468 140722361225136 139740188177488 139740652394197 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
[pid=10839/tid=10846] ppid=10837 vsize=15151156 memory=12557000 CPUtime=0 cores=0,2,4,6
/proc/10839/task/10846/stat : 10846 (java) S 10837 10837 6974 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 446280929 15514783744 3139250 33554432000 4194304 4196468 140722361225136 139740187125216 139740652394197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
[pid=10839/tid=10847] ppid=10837 vsize=15151156 memory=1004 CPUtime=0 cores=0,2,4,6
/proc/10839/task/10847/stat : 10847 (java) S 10837 10837 6974 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 446280929 15514783744 3139250 33554432000 4194304 4196468 140722361225136 139740186072576 139740652394197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
[pid=10839/tid=10848] ppid=10837 vsize=15151156 memory=6036 CPUtime=0 cores=0,2,4,6
/proc/10839/task/10848/stat : 10848 (java) S 10837 10837 6974 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446280932 15514783744 3139250 33554432000 4194304 4196468 140722361225136 139740185021136 139740652402587 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
[pid=10839/tid=10849] ppid=10837 vsize=15151156 memory=3504 CPUtime=0.48 cores=0,2,4,6
/proc/10839/task/10849/stat : 10849 (java) S 10837 10837 6974 0 -1 1077944384 4131 0 0 0 47 1 0 0 20 0 15 0 446280932 15514783744 3139250 33554432000 4194304 4196468 140722361225136 139740116412448 139740652394197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
[pid=10839/tid=10850] ppid=10837 vsize=15151156 memory=48424 CPUtime=0.46 cores=0,2,4,6
/proc/10839/task/10850/stat : 10850 (java) S 10837 10837 6974 0 -1 1077944384 4006 0 0 0 46 0 0 0 20 0 15 0 446280932 15514783744 3139250 33554432000 4194304 4196468 140722361225136 139740115359616 139740652394197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
[pid=10839/tid=10851] ppid=10837 vsize=15151156 memory=3028 CPUtime=0.48 cores=0,2,4,6
/proc/10839/task/10851/stat : 10851 (java) S 10837 10837 6974 0 -1 1077944384 6535 0 0 0 48 0 0 0 20 0 15 0 446280932 15514783744 3139250 33554432000 4194304 4196468 140722361225136 139740114307360 139740652394197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 27 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
[pid=10839/tid=10852] ppid=10837 vsize=15151156 memory=2012 CPUtime=0 cores=0,2,4,6
/proc/10839/task/10852/stat : 10852 (java) S 10837 10837 6974 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446280932 15514783744 3139250 33554432000 4194304 4196468 140722361225136 139740113255008 139740652394197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
[pid=10839/tid=10853] ppid=10837 vsize=15151156 memory=1388 CPUtime=0.46 cores=0,2,4,6
/proc/10839/task/10853/stat : 10853 (java) S 10837 10837 6974 0 -1 1077944384 702 0 0 0 22 24 0 0 20 0 15 0 446280932 15514783744 3139250 33554432000 4194304 4196468 140722361225136 139740112202544 139740652395138 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 57 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
Current children cumulated CPU time: 2139.25 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12558452 KiB

[startup+706.401 s]
/proc/loadavg: 3.53 4.37 4.12 2/207 10983
/proc/meminfo: memFree=18932396/32770624 swapFree=66997372/67108860
[pid=10837] ppid=10834 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/10837/stat : 10837 (xcsp3-exec) S 10834 10837 6974 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446280926 115843072 363 33554432000 4194304 5098028 140737445685072 140737445683176 140268711015036 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 23826432 140737445688187 140737445688429 140737445688429 140737445691338 0
/proc/10837/statm: 28282 363 304 221 0 87 0
[pid=10839] ppid=10837 vsize=15151156 memory=12557000 CPUtime=2140.64 cores=0,2,4,6
/proc/10839/stat : 10839 (java) S 10837 10837 6974 0 -1 1077944320 453823 0 0 0 213300 764 0 0 20 0 15 0 446280926 15514783744 3139250 33554432000 4194304 4196468 140722361225136 140722361207680 139740652383991 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
/proc/10839/statm: 3787789 3139250 3503 1 0 3748889 0
[pid=10839/tid=10840] ppid=10837 vsize=15151156 memory=12557000 CPUtime=173.76 cores=0,2,4,6
/proc/10839/task/10840/stat : 10840 (java) S 10837 10837 6974 0 -1 1077944384 34984 0 0 0 17328 48 0 0 20 0 15 0 446280927 15514783744 3139250 33554432000 4194304 4196468 140722361225136 139740656622192 139740652394197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
[pid=10839/tid=10841] ppid=10837 vsize=15151156 memory=1980 CPUtime=478.81 cores=0,2,4,6
/proc/10839/task/10841/stat : 10841 (java) S 10837 10837 6974 0 -1 1077944384 47031 0 0 0 47706 175 0 0 20 0 15 0 446280927 15514783744 3139250 33554432000 4194304 4196468 140722361225136 139740588620048 139740652394197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
[pid=10839/tid=10842] ppid=10837 vsize=15151156 memory=2512 CPUtime=478.25 cores=0,2,4,6
/proc/10839/task/10842/stat : 10842 (java) S 10837 10837 6974 0 -1 1077944384 63005 0 0 0 47638 187 0 0 20 0 15 0 446280927 15514783744 3139250 33554432000 4194304 4196468 140722361225136 139740587567504 139740652394197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
[pid=10839/tid=10843] ppid=10837 vsize=15151156 memory=1436 CPUtime=478.7 cores=0,2,4,6
/proc/10839/task/10843/stat : 10843 (java) S 10837 10837 6974 0 -1 1077944384 87797 0 0 0 47695 175 0 0 20 0 15 0 446280927 15514783744 3139250 33554432000 4194304 4196468 140722361225136 139740242827792 139740652394197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
[pid=10839/tid=10844] ppid=10837 vsize=15151156 memory=812 CPUtime=478.29 cores=0,2,4,6
/proc/10839/task/10844/stat : 10844 (java) S 10837 10837 6974 0 -1 1077944384 83662 0 0 0 47670 159 0 0 20 0 15 0 446280927 15514783744 3139250 33554432000 4194304 4196468 140722361225136 139740241775248 139740652394197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
[pid=10839/tid=10845] ppid=10837 vsize=15151156 memory=1764 CPUtime=50.84 cores=0,2,4,6
/proc/10839/task/10845/stat : 10845 (java) R 10837 10837 6974 0 -1 4202560 120617 0 0 0 5075 9 0 0 20 0 15 0 446280929 15514783744 3139250 33554432000 4194304 4196468 140722361225136 139740188177376 139740637380358 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
[pid=10839/tid=10846] ppid=10837 vsize=15151156 memory=12557000 CPUtime=0 cores=0,2,4,6
/proc/10839/task/10846/stat : 10846 (java) S 10837 10837 6974 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 446280929 15514783744 3139250 33554432000 4194304 4196468 140722361225136 139740187125216 139740652394197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
[pid=10839/tid=10847] ppid=10837 vsize=15151156 memory=3028 CPUtime=0 cores=0,2,4,6
/proc/10839/task/10847/stat : 10847 (java) S 10837 10837 6974 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 446280929 15514783744 3139250 33554432000 4194304 4196468 140722361225136 139740186072576 139740652394197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
[pid=10839/tid=10848] ppid=10837 vsize=15151156 memory=2012 CPUtime=0 cores=0,2,4,6
/proc/10839/task/10848/stat : 10848 (java) S 10837 10837 6974 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446280932 15514783744 3139250 33554432000 4194304 4196468 140722361225136 139740185021136 139740652402587 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
[pid=10839/tid=10849] ppid=10837 vsize=15151156 memory=1388 CPUtime=0.48 cores=0,2,4,6
/proc/10839/task/10849/stat : 10849 (java) S 10837 10837 6974 0 -1 1077944384 4131 0 0 0 47 1 0 0 20 0 15 0 446280932 15514783744 3139250 33554432000 4194304 4196468 140722361225136 139740116412448 139740652394197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
[pid=10839/tid=10850] ppid=10837 vsize=15151156 memory=776 CPUtime=0.46 cores=0,2,4,6
/proc/10839/task/10850/stat : 10850 (java) S 10837 10837 6974 0 -1 1077944384 4006 0 0 0 46 0 0 0 20 0 15 0 446280932 15514783744 3139250 33554432000 4194304 4196468 140722361225136 139740115359616 139740652394197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
[pid=10839/tid=10851] ppid=10837 vsize=15151156 memory=3992 CPUtime=0.48 cores=0,2,4,6
/proc/10839/task/10851/stat : 10851 (java) S 10837 10837 6974 0 -1 1077944384 6535 0 0 0 48 0 0 0 20 0 15 0 446280932 15514783744 3139250 33554432000 4194304 4196468 140722361225136 139740114307360 139740652394197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 27 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
[pid=10839/tid=10852] ppid=10837 vsize=15151156 memory=2828 CPUtime=0 cores=0,2,4,6
/proc/10839/task/10852/stat : 10852 (java) S 10837 10837 6974 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446280932 15514783744 3139250 33554432000 4194304 4196468 140722361225136 139740113255008 139740652394197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
[pid=10839/tid=10853] ppid=10837 vsize=15151156 memory=1452 CPUtime=0.46 cores=0,2,4,6
/proc/10839/task/10853/stat : 10853 (java) S 10837 10837 6974 0 -1 1077944384 702 0 0 0 22 24 0 0 20 0 15 0 446280932 15514783744 3139250 33554432000 4194304 4196468 140722361225136 139740112202544 139740652395138 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 57 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
Current children cumulated CPU time: 2140.64 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12558452 KiB

[startup+706.801 s]
/proc/loadavg: 3.53 4.37 4.12 2/207 10983
/proc/meminfo: memFree=18932396/32770624 swapFree=66997372/67108860
[pid=10837] ppid=10834 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/10837/stat : 10837 (xcsp3-exec) S 10834 10837 6974 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446280926 115843072 363 33554432000 4194304 5098028 140737445685072 140737445683176 140268711015036 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 23826432 140737445688187 140737445688429 140737445688429 140737445691338 0
/proc/10837/statm: 28282 363 304 221 0 87 0
[pid=10839] ppid=10837 vsize=15151156 memory=12557000 CPUtime=2141.04 cores=0,2,4,6
/proc/10839/stat : 10839 (java) S 10837 10837 6974 0 -1 1077944320 453823 0 0 0 213340 764 0 0 20 0 15 0 446280926 15514783744 3139250 33554432000 4194304 4196468 140722361225136 140722361207680 139740652383991 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
/proc/10839/statm: 3787789 3139250 3503 1 0 3748889 0
[pid=10839/tid=10840] ppid=10837 vsize=15151156 memory=13848573129264102 CPUtime=173.76 cores=0,2,4,6
/proc/10839/task/10840/stat : 10840 (java) S 10837 10837 6974 0 -1 1077944384 34984 0 0 0 17328 48 0 0 20 0 15 0 446280927 15514783744 3139250 33554432000 4194304 4196468 140722361225136 139740656622192 139740652394197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
[pid=10839/tid=10841] ppid=10837 vsize=15151156 memory=14008 CPUtime=478.81 cores=0,2,4,6
/proc/10839/task/10841/stat : 10841 (java) S 10837 10837 6974 0 -1 1077944384 47031 0 0 0 47706 175 0 0 20 0 15 0 446280927 15514783744 3139250 33554432000 4194304 4196468 140722361225136 139740588620048 139740652394197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
[pid=10839/tid=10842] ppid=10837 vsize=15151156 memory=2124 CPUtime=478.25 cores=0,2,4,6
/proc/10839/task/10842/stat : 10842 (java) S 10837 10837 6974 0 -1 1077944384 63005 0 0 0 47638 187 0 0 20 0 15 0 446280927 15514783744 3139250 33554432000 4194304 4196468 140722361225136 139740587567504 139740652394197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
[pid=10839/tid=10843] ppid=10837 vsize=15151156 memory=26316 CPUtime=478.7 cores=0,2,4,6
/proc/10839/task/10843/stat : 10843 (java) S 10837 10837 6974 0 -1 1077944384 87797 0 0 0 47695 175 0 0 20 0 15 0 446280927 15514783744 3139250 33554432000 4194304 4196468 140722361225136 139740242827792 139740652394197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
[pid=10839/tid=10844] ppid=10837 vsize=15151156 memory=12024 CPUtime=478.29 cores=0,2,4,6
/proc/10839/task/10844/stat : 10844 (java) S 10837 10837 6974 0 -1 1077944384 83662 0 0 0 47670 159 0 0 20 0 15 0 446280927 15514783744 3139250 33554432000 4194304 4196468 140722361225136 139740241775248 139740652394197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
[pid=10839/tid=10845] ppid=10837 vsize=15151156 memory=500 CPUtime=51.24 cores=0,2,4,6
/proc/10839/task/10845/stat : 10845 (java) R 10837 10837 6974 0 -1 4202560 120617 0 0 0 5115 9 0 0 20 0 15 0 446280929 15514783744 3139250 33554432000 4194304 4196468 140722361225136 139740188177376 139740637380398 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
[pid=10839/tid=10846] ppid=10837 vsize=15151156 memory=1560 CPUtime=0 cores=0,2,4,6
/proc/10839/task/10846/stat : 10846 (java) S 10837 10837 6974 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 446280929 15514783744 3139250 33554432000 4194304 4196468 140722361225136 139740187125216 139740652394197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
[pid=10839/tid=10847] ppid=10837 vsize=15151156 memory=932 CPUtime=0 cores=0,2,4,6
/proc/10839/task/10847/stat : 10847 (java) S 10837 10837 6974 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 446280929 15514783744 3139250 33554432000 4194304 4196468 140722361225136 139740186072576 139740652394197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
[pid=10839/tid=10848] ppid=10837 vsize=15151156 memory=3768 CPUtime=0 cores=0,2,4,6
/proc/10839/task/10848/stat : 10848 (java) S 10837 10837 6974 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446280932 15514783744 3139250 33554432000 4194304 4196468 140722361225136 139740185021136 139740652402587 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
[pid=10839/tid=10849] ppid=10837 vsize=15151156 memory=1980 CPUtime=0.48 cores=0,2,4,6
/proc/10839/task/10849/stat : 10849 (java) S 10837 10837 6974 0 -1 1077944384 4131 0 0 0 47 1 0 0 20 0 15 0 446280932 15514783744 3139250 33554432000 4194304 4196468 140722361225136 139740116412448 139740652394197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
[pid=10839/tid=10850] ppid=10837 vsize=15151156 memory=4427205132082312746 CPUtime=0.46 cores=0,2,4,6
/proc/10839/task/10850/stat : 10850 (java) S 10837 10837 6974 0 -1 1077944384 4006 0 0 0 46 0 0 0 20 0 15 0 446280932 15514783744 3139250 33554432000 4194304 4196468 140722361225136 139740115359616 139740652394197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
[pid=10839/tid=10851] ppid=10837 vsize=15151156 memory=-7023579799431922829 CPUtime=0.48 cores=0,2,4,6
/proc/10839/task/10851/stat : 10851 (java) S 10837 10837 6974 0 -1 1077944384 6535 0 0 0 48 0 0 0 20 0 15 0 446280932 15514783744 3139250 33554432000 4194304 4196468 140722361225136 139740114307360 139740652394197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 27 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
[pid=10839/tid=10852] ppid=10837 vsize=15151156 memory=3028 CPUtime=0 cores=0,2,4,6
/proc/10839/task/10852/stat : 10852 (java) S 10837 10837 6974 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446280932 15514783744 3139250 33554432000 4194304 4196468 140722361225136 139740113255008 139740652394197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
[pid=10839/tid=10853] ppid=10837 vsize=15151156 memory=48424 CPUtime=0.46 cores=0,2,4,6
/proc/10839/task/10853/stat : 10853 (java) S 10837 10837 6974 0 -1 1077944384 702 0 0 0 22 24 0 0 20 0 15 0 446280932 15514783744 3139250 33554432000 4194304 4196468 140722361225136 139740112202544 139740652395138 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 57 0 0 6293624 6294260 8351744 140722361230319 140722361230490 140722361230490 140722361233359 0
Current children cumulated CPU time: 2141.04 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12558452 KiB

[startup+707.007 s]*
/proc/loadavg: 3.53 4.37 4.12 2/194 10984
/proc/meminfo: memFree=30934912/32770624 swapFree=66997372/67108860
[pid=10837] ppid=10834 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/10837/stat : 10837 (xcsp3-exec) S 10834 10837 6974 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446280926 115843072 363 33554432000 4194304 5098028 140737445685072 140737445683176 140268711015036 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 23826432 140737445688187 140737445688429 140737445688429 140737445691338 0
/proc/10837/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): 707.019
CPU time (s): 2141.26
CPU user time (s): 2133.57
CPU system time (s): 7.69367
CPU usage (%): 302.858
Max. virtual memory (cumulated for all children) (KiB): 15264284
Max. memory (cumulated for all children) (KiB): 12558452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2133.57
system time used= 7.69367
maximum resident set size= 12557204
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 454589
page faults= 0
swaps= 0
block input operations= 0
block output operations= 928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26689
involuntary context switches= 25626


# summary of solver processes directly reported to runsolver:
#   pid: 10837
#   total CPU time (s): 2141.26
#   total CPU user time (s): 2133.57
#   total CPU system time (s): 7.69367

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.08466 second user time and 7.46981 second system time

The end

Launcher Data

Begin job on node103 at 2019-09-17 08:03:39
IDJOB=4398823
IDBENCH=141717
IDSOLVER=2853
FILE ID=node103/4398823-1568700279
RUNJOBID= node103-1568699927-7005
PBS_JOBID= 21703829
Free space on /tmp= 61692 MiB

SOLVER NAME= choco-solver 2019-09-16
BENCH NAME= XCSP19/ConsecutiveSquarePacking/ConsecutiveSquarePacking-sp-15-036.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-4398823-1568700279/watcher-4398823-1568700279 -o /tmp/evaluation-result-4398823-1568700279/solver-4398823-1568700279 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1568699927-7005 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 207573590 HOME/instance-4398823-1568700279.xml

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

MD5SUM BENCH= 5e5c63d89f6605b36f0577fcc9be8ecb
RANDOM SEED=207573590

node103.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.74
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.74
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.74
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.74
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:        27406668 kB
MemAvailable:   27817108 kB
Buffers:           81868 kB
Cached:           623180 kB
SwapCached:         9016 kB
Active:          4497684 kB
Inactive:         280536 kB
Active(anon):    4065232 kB
Inactive(anon):    57316 kB
Active(file):     432452 kB
Inactive(file):   223220 kB
Unevictable:      111148 kB
Mlocked:          111148 kB
SwapTotal:      67108860 kB
SwapFree:       66997372 kB
Dirty:             26388 kB
Writeback:             0 kB
AnonPages:       4188908 kB
Mapped:            61928 kB
Shmem:             40856 kB
Slab:             171304 kB
SReclaimable:     141204 kB
SUnreclaim:        30100 kB
KernelStack:        4080 kB
PageTables:        13672 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5256780 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4071424 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 61692 MiB
End job on node103 at 2019-09-17 08:15:27