Trace number 4392910

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-06-14? 2316.02 777.48

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-os10/
SuperTaillard-os-10-01.xml
MD5SUMa0db4e7a601eb58dee5216b17e791c99
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 benchmark41.2819
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints2800
Number of domains65
Minimum domain size548
Maximum domain size643
Distribution of domain sizes[{"size":548,"count":6},{"size":549,"count":6},{"size":550,"count":4},{"size":551,"count":2},{"size":552,"count":4},{"size":553,"count":2},{"size":554,"count":2},{"size":555,"count":2},{"size":556,"count":2},{"size":558,"count":2},{"size":559,"count":8},{"size":560,"count":2},{"size":561,"count":2},{"size":562,"count":6},{"size":563,"count":2},{"size":565,"count":2},{"size":572,"count":2},{"size":573,"count":4},{"size":574,"count":2},{"size":575,"count":2},{"size":576,"count":4},{"size":577,"count":2},{"size":578,"count":8},{"size":579,"count":2},{"size":580,"count":2},"...",{"size":603,"count":2}, {"size":604,"count":2}, {"size":605,"count":2}, {"size":606,"count":2}, {"size":607,"count":6}, {"size":608,"count":4}, {"size":611,"count":4}, {"size":612,"count":2}, {"size":614,"count":4}, {"size":616,"count":6}, {"size":617,"count":2}, {"size":619,"count":2}, {"size":620,"count":2}, {"size":621,"count":2}, {"size":623,"count":2}, {"size":625,"count":2}, {"size":627,"count":4}, {"size":628,"count":2}, {"size":629,"count":2}, {"size":633,"count":6}, {"size":634,"count":2}, {"size":637,"count":2}, {"size":639,"count":4}, {"size":642,"count":2}, {"size":643,"count":2}]
Minimum variable degree19
Maximum variable degree37
Distribution of variable degrees[{"degree":19,"count":100},{"degree":37,"count":100}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":2800}]
Number of extensional constraints0
Number of intensional constraints2800
Distribution of constraint types[{"type":"intension","count":2800}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4392910-1568348434/watcher-4392910-1568348434 -o /tmp/evaluation-result-4392910-1568348434/solver-4392910-1568348434 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1568343408-4478 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 336285538 HOME/instance-4392910-1568348434.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=11174, runsolver pid=11171

[startup+0.100116 s]*
/proc/loadavg: 7.85 8.34 8.12 4/229 11190
/proc/meminfo: memFree=15808008/32770624 swapFree=66959216/67108860
[pid=11174] ppid=11171 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/11174/stat : 11174 (xcsp3-exec) S 11171 11174 3331 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 410783613 115843072 363 33554432000 4194304 5098028 140725803006288 140725803004392 140614732206716 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 17653760 140725803012987 140725803013229 140725803013229 140725803016138 0
/proc/11174/statm: 28282 363 304 221 0 87 0
[pid=11176] ppid=11174 vsize=15144768 memory=28400 CPUtime=0.13 cores=0,2,4,6
/proc/11176/stat : 11176 (java) S 11174 11174 3331 0 -1 1077944320 5558 0 0 0 11 2 0 0 20 0 15 0 410783614 15508242432 7100 33554432000 4194304 4196468 140724273795488 140724273778032 139988451921655 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
/proc/11176/statm: 3786192 7100 3122 1 0 3748377 0
[pid=11176/tid=11177] ppid=11174 vsize=15144768 memory=8514701219881255588 CPUtime=0.09 cores=0,2,4,6
/proc/11176/task/11177/stat : 11177 (java) R 11174 11174 3331 0 -1 4202560 3428 0 0 0 8 1 0 0 20 0 15 0 410783614 15508242432 7100 33554432000 4194304 4196468 140724273795488 139988456150832 139988451933590 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
[pid=11176/tid=11178] ppid=11174 vsize=15144768 memory=3472468190086726864 CPUtime=0 cores=0,2,4,6
/proc/11176/task/11178/stat : 11178 (java) S 11174 11174 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410783615 15508242432 7100 33554432000 4194304 4196468 140724273795488 139988044541072 139988451931861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
[pid=11176/tid=11179] ppid=11174 vsize=15144768 memory=140061191575168 CPUtime=0 cores=0,2,4,6
/proc/11176/task/11179/stat : 11179 (java) S 11174 11174 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410783615 15508242432 7100 33554432000 4194304 4196468 140724273795488 139988043488272 139988451931861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
[pid=11176/tid=11180] ppid=11174 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11176/task/11180/stat : 11180 (java) S 11174 11174 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410783615 15508242432 7100 33554432000 4194304 4196468 140724273795488 139988042435472 139988451931861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
[pid=11176/tid=11181] ppid=11174 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11176/task/11181/stat : 11181 (java) S 11174 11174 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410783615 15508242432 7100 33554432000 4194304 4196468 140724273795488 139988041382672 139988451931861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
[pid=11176/tid=11182] ppid=11174 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11176/task/11182/stat : 11182 (java) S 11174 11174 3331 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 410783616 15508242432 7100 33554432000 4194304 4196468 140724273795488 139987392608624 139988451932802 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
[pid=11176/tid=11183] ppid=11174 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11176/task/11183/stat : 11183 (java) S 11174 11174 3331 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 410783616 15508242432 7100 33554432000 4194304 4196468 140724273795488 139987391554592 139988451931861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
[pid=11176/tid=11184] ppid=11174 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11176/task/11184/stat : 11184 (java) S 11174 11174 3331 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 410783617 15508242432 7100 33554432000 4194304 4196468 140724273795488 139987390501744 139988451931861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
[pid=11176/tid=11185] ppid=11174 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11176/task/11185/stat : 11185 (java) S 11174 11174 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410783619 15508242432 7100 33554432000 4194304 4196468 140724273795488 139987389450064 139988451940251 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
[pid=11176/tid=11186] ppid=11174 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11176/task/11186/stat : 11186 (java) R 11174 11174 3331 0 -1 4202560 307 0 0 0 0 0 0 0 20 0 15 0 410783619 15508242432 7100 33554432000 4194304 4196468 140724273795488 139987388389952 139988436738157 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
[pid=11176/tid=11187] ppid=11174 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11176/task/11187/stat : 11187 (java) R 11174 11174 3331 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 15 0 410783619 15508242432 7100 33554432000 4194304 4196468 140724273795488 139987387345744 139988451931861 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
[pid=11176/tid=11188] ppid=11174 vsize=15144768 memory=140061191575168 CPUtime=0.02 cores=0,2,4,6
/proc/11176/task/11188/stat : 11188 (java) R 11174 11174 3331 0 -1 4202560 403 0 0 0 2 0 0 0 20 0 15 0 410783619 15508242432 7100 33554432000 4194304 4196468 140724273795488 139987386292848 139988451933590 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
[pid=11176/tid=11189] ppid=11174 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11176/task/11189/stat : 11189 (java) S 11174 11174 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410783619 15508242432 7100 33554432000 4194304 4196468 140724273795488 139987385240288 139988451931861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
[pid=11176/tid=11190] ppid=11174 vsize=15144768 memory=140061191575168 CPUtime=0 cores=0,2,4,6
/proc/11176/task/11190/stat : 11190 (java) S 11174 11174 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410783620 15508242432 7100 33554432000 4194304 4196468 140724273795488 139987384187568 139988451932802 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 29852 KiB

[startup+0.210976 s]*
/proc/loadavg: 7.85 8.34 8.12 3/229 11190
/proc/meminfo: memFree=15795140/32770624 swapFree=66959216/67108860
[pid=11174] ppid=11171 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/11174/stat : 11174 (xcsp3-exec) S 11171 11174 3331 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 410783613 115843072 363 33554432000 4194304 5098028 140725803006288 140725803004392 140614732206716 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 17653760 140725803012987 140725803013229 140725803013229 140725803016138 0
/proc/11174/statm: 28282 363 304 221 0 87 0
[pid=11176] ppid=11174 vsize=15144768 memory=40172 CPUtime=0.34 cores=0,2,4,6
/proc/11176/stat : 11176 (java) S 11174 11174 3331 0 -1 1077944320 9230 0 0 0 31 3 0 0 20 0 15 0 410783614 15508242432 10043 33554432000 4194304 4196468 140724273795488 140724273778032 139988451921655 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
/proc/11176/statm: 3786192 10043 3315 1 0 3748377 0
[pid=11176/tid=11177] ppid=11174 vsize=15144768 memory=5855082630903857826 CPUtime=0.2 cores=0,2,4,6
/proc/11176/task/11177/stat : 11177 (java) R 11174 11174 3331 0 -1 4202560 6240 0 0 0 18 2 0 0 20 0 15 0 410783614 15508242432 10043 33554432000 4194304 4196468 140724273795488 139988456155600 139988451933590 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
[pid=11176/tid=11178] ppid=11174 vsize=15144768 memory=3472468190086726864 CPUtime=0 cores=0,2,4,6
/proc/11176/task/11178/stat : 11178 (java) S 11174 11174 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410783615 15508242432 10043 33554432000 4194304 4196468 140724273795488 139988044541072 139988451931861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
[pid=11176/tid=11179] ppid=11174 vsize=15144768 memory=140061191575168 CPUtime=0 cores=0,2,4,6
/proc/11176/task/11179/stat : 11179 (java) S 11174 11174 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410783615 15508242432 10043 33554432000 4194304 4196468 140724273795488 139988043488272 139988451931861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
[pid=11176/tid=11180] ppid=11174 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11176/task/11180/stat : 11180 (java) S 11174 11174 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410783615 15508242432 10043 33554432000 4194304 4196468 140724273795488 139988042435472 139988451931861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
[pid=11176/tid=11181] ppid=11174 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11176/task/11181/stat : 11181 (java) S 11174 11174 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410783615 15508242432 10043 33554432000 4194304 4196468 140724273795488 139988041382672 139988451931861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
[pid=11176/tid=11182] ppid=11174 vsize=15144768 memory=140061191575168 CPUtime=0 cores=0,2,4,6
/proc/11176/task/11182/stat : 11182 (java) S 11174 11174 3331 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 410783616 15508242432 10043 33554432000 4194304 4196468 140724273795488 139987392608624 139988451932802 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
[pid=11176/tid=11183] ppid=11174 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11176/task/11183/stat : 11183 (java) S 11174 11174 3331 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 410783616 15508242432 10043 33554432000 4194304 4196468 140724273795488 139987391554592 139988451931861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
[pid=11176/tid=11184] ppid=11174 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11176/task/11184/stat : 11184 (java) S 11174 11174 3331 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 410783617 15508242432 10043 33554432000 4194304 4196468 140724273795488 139987390501744 139988451931861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
[pid=11176/tid=11185] ppid=11174 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11176/task/11185/stat : 11185 (java) S 11174 11174 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410783619 15508242432 10043 33554432000 4194304 4196468 140724273795488 139987389450064 139988451940251 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
[pid=11176/tid=11186] ppid=11174 vsize=15144768 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/11176/task/11186/stat : 11186 (java) S 11174 11174 3331 0 -1 1077944384 443 0 0 0 2 0 0 0 20 0 15 0 410783619 15508242432 10043 33554432000 4194304 4196468 140724273795488 139987388398448 139988451932802 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
[pid=11176/tid=11187] ppid=11174 vsize=15144768 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/11176/task/11187/stat : 11187 (java) S 11174 11174 3331 0 -1 1077944384 345 0 0 0 2 0 0 0 20 0 15 0 410783619 15508242432 10043 33554432000 4194304 4196468 140724273795488 139987387345648 139988451932802 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
[pid=11176/tid=11188] ppid=11174 vsize=15144768 memory=140061191575168 CPUtime=0.08 cores=0,2,4,6
/proc/11176/task/11188/stat : 11188 (java) R 11174 11174 3331 0 -1 4202560 895 0 0 0 8 0 0 0 20 0 15 0 410783619 15508242432 10043 33554432000 4194304 4196468 140724273795488 139987386292848 139988445018491 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
[pid=11176/tid=11189] ppid=11174 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11176/task/11189/stat : 11189 (java) S 11174 11174 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410783619 15508242432 10043 33554432000 4194304 4196468 140724273795488 139987385240288 139988451931861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
[pid=11176/tid=11190] ppid=11174 vsize=15144768 memory=140061191575168 CPUtime=0 cores=0,2,4,6
/proc/11176/task/11190/stat : 11190 (java) S 11174 11174 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410783620 15508242432 10043 33554432000 4194304 4196468 140724273795488 139987384187568 139988451932802 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 41624 KiB

[startup+0.311964 s]*
/proc/loadavg: 7.47 8.25 8.09 3/229 11190
/proc/meminfo: memFree=15789804/32770624 swapFree=66959216/67108860
[pid=11174] ppid=11171 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/11174/stat : 11174 (xcsp3-exec) S 11171 11174 3331 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 410783613 115843072 363 33554432000 4194304 5098028 140725803006288 140725803004392 140614732206716 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 17653760 140725803012987 140725803013229 140725803013229 140725803016138 0
/proc/11174/statm: 28282 363 304 221 0 87 0
[pid=11176] ppid=11174 vsize=15149024 memory=48620 CPUtime=0.52 cores=0,2,4,6
/proc/11176/stat : 11176 (java) S 11174 11174 3331 0 -1 1077944320 10544 0 0 0 49 3 0 0 20 0 15 0 410783614 15512600576 12155 33554432000 4194304 4196468 140724273795488 140724273778032 139988451921655 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
/proc/11176/statm: 3787256 12155 3352 1 0 3748377 0
[pid=11176/tid=11177] ppid=11174 vsize=15149024 memory=8514701219880992413 CPUtime=0.29 cores=0,2,4,6
/proc/11176/task/11177/stat : 11177 (java) R 11174 11174 3331 0 -1 4202560 7251 0 0 0 27 2 0 0 20 0 15 0 410783614 15512600576 12155 33554432000 4194304 4196468 140724273795488 139988456152768 139988451943581 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
[pid=11176/tid=11178] ppid=11174 vsize=15149024 memory=3472468190086726864 CPUtime=0 cores=0,2,4,6
/proc/11176/task/11178/stat : 11178 (java) S 11174 11174 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410783615 15512600576 12155 33554432000 4194304 4196468 140724273795488 139988044541072 139988451931861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
[pid=11176/tid=11179] ppid=11174 vsize=15149024 memory=140061191575168 CPUtime=0 cores=0,2,4,6
/proc/11176/task/11179/stat : 11179 (java) S 11174 11174 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410783615 15512600576 12155 33554432000 4194304 4196468 140724273795488 139988043488272 139988451931861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
[pid=11176/tid=11180] ppid=11174 vsize=15149024 memory=6 CPUtime=0 cores=0,2,4,6
/proc/11176/task/11180/stat : 11180 (java) S 11174 11174 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410783615 15512600576 12155 33554432000 4194304 4196468 140724273795488 139988042435472 139988451931861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
[pid=11176/tid=11181] ppid=11174 vsize=15149024 memory=140061031147551 CPUtime=0 cores=0,2,4,6
/proc/11176/task/11181/stat : 11181 (java) S 11174 11174 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410783615 15512600576 12155 33554432000 4194304 4196468 140724273795488 139988041382672 139988451931861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
[pid=11176/tid=11182] ppid=11174 vsize=15149024 memory=280122062255872 CPUtime=0 cores=0,2,4,6
/proc/11176/task/11182/stat : 11182 (java) S 11174 11174 3331 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 410783616 15512600576 12155 33554432000 4194304 4196468 140724273795488 139987392608624 139988451932802 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
[pid=11176/tid=11183] ppid=11174 vsize=15149024 memory=140061031124495 CPUtime=0 cores=0,2,4,6
/proc/11176/task/11183/stat : 11183 (java) S 11174 11174 3331 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 410783616 15512600576 12155 33554432000 4194304 4196468 140724273795488 139987391554592 139988451931861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
[pid=11176/tid=11184] ppid=11174 vsize=15149024 memory=280122222708832 CPUtime=0 cores=0,2,4,6
/proc/11176/task/11184/stat : 11184 (java) S 11174 11174 3331 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 410783617 15512600576 12155 33554432000 4194304 4196468 140724273795488 139987390501744 139988451931861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
[pid=11176/tid=11185] ppid=11174 vsize=15149024 memory=140061031129103 CPUtime=0 cores=0,2,4,6
/proc/11176/task/11185/stat : 11185 (java) S 11174 11174 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410783619 15512600576 12155 33554432000 4194304 4196468 140724273795488 139987389450064 139988451940251 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
[pid=11176/tid=11186] ppid=11174 vsize=15149024 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/11176/task/11186/stat : 11186 (java) R 11174 11174 3331 0 -1 4202560 552 0 0 0 4 0 0 0 20 0 15 0 410783619 15512600576 12155 33554432000 4194304 4196468 140724273795488 139987388379464 139988433100533 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
[pid=11176/tid=11187] ppid=11174 vsize=15149024 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/11176/task/11187/stat : 11187 (java) S 11174 11174 3331 0 -1 1077944384 391 0 0 0 4 0 0 0 20 0 15 0 410783619 15512600576 12155 33554432000 4194304 4196468 140724273795488 139987387345648 139988451932802 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
[pid=11176/tid=11188] ppid=11174 vsize=15149024 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/11176/task/11188/stat : 11188 (java) S 11174 11174 3331 0 -1 1077944384 1049 0 0 0 12 0 0 0 20 0 15 0 410783619 15512600576 12155 33554432000 4194304 4196468 140724273795488 139987386292848 139988451932802 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
[pid=11176/tid=11189] ppid=11174 vsize=15149024 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11176/task/11189/stat : 11189 (java) S 11174 11174 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410783619 15512600576 12155 33554432000 4194304 4196468 140724273795488 139987385240288 139988451931861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
[pid=11176/tid=11190] ppid=11174 vsize=15149024 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/11176/task/11190/stat : 11190 (java) S 11174 11174 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410783620 15512600576 12155 33554432000 4194304 4196468 140724273795488 139987384187568 139988451932802 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 15262152 KiB
Current children cumulated memory: 50072 KiB

[startup+0.70082 s]
/proc/loadavg: 7.47 8.25 8.09 5/229 11190
/proc/meminfo: memFree=15767440/32770624 swapFree=66959216/67108860
[pid=11174] ppid=11171 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/11174/stat : 11174 (xcsp3-exec) S 11171 11174 3331 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 410783613 115843072 363 33554432000 4194304 5098028 140725803006288 140725803004392 140614732206716 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 17653760 140725803012987 140725803013229 140725803013229 140725803016138 0
/proc/11174/statm: 28282 363 304 221 0 87 0
[pid=11176] ppid=11174 vsize=15151148 memory=99368 CPUtime=1.78 cores=0,2,4,6
/proc/11176/stat : 11176 (java) S 11174 11174 3331 0 -1 1077944320 15479 0 0 0 173 5 0 0 20 0 15 0 410783614 15514775552 24842 33554432000 4194304 4196468 140724273795488 140724273778032 139988451921655 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
/proc/11176/statm: 3787787 24842 3444 1 0 3748889 0
[pid=11176/tid=11177] ppid=11174 vsize=15151148 memory=4639059877604708710 CPUtime=0.67 cores=0,2,4,6
/proc/11176/task/11177/stat : 11177 (java) R 11174 11174 3331 0 -1 4202560 8652 0 0 0 64 3 0 0 20 0 15 0 410783614 15514775552 24842 33554432000 4194304 4196468 140724273795488 139988456156824 139988433570486 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
[pid=11176/tid=11178] ppid=11174 vsize=15151148 memory=6935650355287975249 CPUtime=0 cores=0,2,4,6
/proc/11176/task/11178/stat : 11178 (java) S 11174 11174 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410783615 15514775552 24842 33554432000 4194304 4196468 140724273795488 139988044541072 139988451931861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
[pid=11176/tid=11179] ppid=11174 vsize=15151148 memory=6935649255962144081 CPUtime=0 cores=0,2,4,6
/proc/11176/task/11179/stat : 11179 (java) S 11174 11174 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410783615 15514775552 24842 33554432000 4194304 4196468 140724273795488 139988043488272 139988451931861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
[pid=11176/tid=11180] ppid=11174 vsize=15151148 memory=7825734864442108491 CPUtime=0 cores=0,2,4,6
/proc/11176/task/11180/stat : 11180 (java) S 11174 11174 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410783615 15514775552 24842 33554432000 4194304 4196468 140724273795488 139988042435472 139988451931861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
[pid=11176/tid=11181] ppid=11174 vsize=15151148 memory=7100839870140027543 CPUtime=0 cores=0,2,4,6
/proc/11176/task/11181/stat : 11181 (java) S 11174 11174 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410783615 15514775552 24842 33554432000 4194304 4196468 140724273795488 139988041382672 139988451931861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
[pid=11176/tid=11182] ppid=11174 vsize=15151148 memory=6944613755328037012 CPUtime=0 cores=0,2,4,6
/proc/11176/task/11182/stat : 11182 (java) S 11174 11174 3331 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 410783616 15514775552 24842 33554432000 4194304 4196468 140724273795488 139987392608624 139988451932802 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
[pid=11176/tid=11183] ppid=11174 vsize=15151148 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/11176/task/11183/stat : 11183 (java) S 11174 11174 3331 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 410783616 15514775552 24842 33554432000 4194304 4196468 140724273795488 139987391554592 139988451931861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
[pid=11176/tid=11184] ppid=11174 vsize=15151148 memory=6884 CPUtime=0 cores=0,2,4,6
/proc/11176/task/11184/stat : 11184 (java) S 11174 11174 3331 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 410783617 15514775552 24842 33554432000 4194304 4196468 140724273795488 139987390501744 139988451931861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
[pid=11176/tid=11185] ppid=11174 vsize=15151148 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/11176/task/11185/stat : 11185 (java) S 11174 11174 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410783619 15514775552 24842 33554432000 4194304 4196468 140724273795488 139987389450064 139988451940251 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
[pid=11176/tid=11186] ppid=11174 vsize=15151148 memory=1660 CPUtime=0.36 cores=0,2,4,6
/proc/11176/task/11186/stat : 11186 (java) R 11174 11174 3331 0 -1 4202560 1814 0 0 0 36 0 0 0 20 0 15 0 410783619 15514775552 24842 33554432000 4194304 4196468 140724273795488 139987388383912 139988435421021 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
[pid=11176/tid=11187] ppid=11174 vsize=15151148 memory=38740 CPUtime=0.38 cores=0,2,4,6
/proc/11176/task/11187/stat : 11187 (java) R 11174 11174 3331 0 -1 4202560 1565 0 0 0 38 0 0 0 20 0 15 0 410783619 15514775552 24842 33554432000 4194304 4196468 140724273795488 139987387324768 139988435418443 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
[pid=11176/tid=11188] ppid=11174 vsize=15151148 memory=988 CPUtime=0.34 cores=0,2,4,6
/proc/11176/task/11188/stat : 11188 (java) S 11174 11174 3331 0 -1 1077944384 2140 0 0 0 34 0 0 0 20 0 15 0 410783619 15514775552 24842 33554432000 4194304 4196468 140724273795488 139987386292848 139988451932802 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
[pid=11176/tid=11189] ppid=11174 vsize=15151148 memory=5793994532452520804 CPUtime=0 cores=0,2,4,6
/proc/11176/task/11189/stat : 11189 (java) S 11174 11174 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410783619 15514775552 24842 33554432000 4194304 4196468 140724273795488 139987385240288 139988451931861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
[pid=11176/tid=11190] ppid=11174 vsize=15151148 memory=8099279071866868836 CPUtime=0 cores=0,2,4,6
/proc/11176/task/11190/stat : 11190 (java) S 11174 11174 3331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 410783620 15514775552 24842 33554432000 4194304 4196468 140724273795488 139987384187568 139988451932802 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
Current children cumulated CPU time: 1.78 s
Current children cumulated vsize: 15264276 KiB
Current children cumulated memory: 100820 KiB

[startup+1.50088 s]
/proc/loadavg: 7.47 8.25 8.09 5/229 11190
/proc/meminfo: memFree=15641872/32770624 swapFree=66959216/67108860
[pid=11174] ppid=11171 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/11174/stat : 11174 (xcsp3-exec) S 11171 11174 3331 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 410783613 115843072 363 33554432000 4194304 5098028 140725803006288 140725803004392 140614732206716 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 17653760 140725803012987 140725803013229 140725803013229 140725803016138 0
/proc/11174/statm: 28282 363 304 221 0 87 0

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

/proc/11176/task/11187/stat : 11187 (java) S 11174 11174 3331 0 -1 1077944384 9345 0 0 0 169 1 0 0 20 0 15 0 410783619 15514775552 3187351 33554432000 4194304 4196468 140724273795488 139987387345696 139988451931861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
[pid=11176/tid=11188] ppid=11174 vsize=15151148 memory=2828 CPUtime=0.61 cores=0,2,4,6
/proc/11176/task/11188/stat : 11188 (java) S 11174 11174 3331 0 -1 1077944384 7270 0 0 0 60 1 0 0 20 0 15 0 410783619 15514775552 3187351 33554432000 4194304 4196468 140724273795488 139987386292608 139988451931861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
[pid=11176/tid=11189] ppid=11174 vsize=15151148 memory=1216 CPUtime=0 cores=0,2,4,6
/proc/11176/task/11189/stat : 11189 (java) S 11174 11174 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 410783619 15514775552 3187351 33554432000 4194304 4196468 140724273795488 139987385240288 139988451931861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
[pid=11176/tid=11190] ppid=11174 vsize=15151148 memory=12749404 CPUtime=0.41 cores=0,2,4,6
/proc/11176/task/11190/stat : 11190 (java) S 11174 11174 3331 0 -1 1077944384 733 0 0 0 20 21 0 0 20 0 15 0 410783620 15514775552 3187351 33554432000 4194304 4196468 140724273795488 139987384187568 139988451932802 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
Current children cumulated CPU time: 2289.46 s
Current children cumulated vsize: 15264276 KiB
Current children cumulated memory: 12750856 KiB

[startup+774.404 s]
/proc/loadavg: 7.61 7.14 7.13 6/233 11269
/proc/meminfo: memFree=235292/32770624 swapFree=66959216/67108860
[pid=11174] ppid=11171 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/11174/stat : 11174 (xcsp3-exec) S 11171 11174 3331 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 410783613 115843072 363 33554432000 4194304 5098028 140725803006288 140725803004392 140614732206716 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 17653760 140725803012987 140725803013229 140725803013229 140725803016138 0
/proc/11174/statm: 28282 363 304 221 0 87 0
[pid=11176] ppid=11174 vsize=15217712 memory=12749424 CPUtime=2309.76 cores=0,2,4,6
/proc/11176/stat : 11176 (java) S 11174 11174 3331 0 -1 1077944320 10670379 0 0 0 228704 2272 0 0 20 0 16 0 410783614 15582937088 3187356 33554432000 4194304 4196468 140724273795488 140724273778032 139988451921655 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
/proc/11176/statm: 3804428 3187356 3515 1 0 3765530 0
[pid=11176/tid=11177] ppid=11174 vsize=15217712 memory=3620 CPUtime=175.31 cores=0,2,4,6
/proc/11176/task/11177/stat : 11177 (java) S 11174 11174 3331 0 -1 1077944384 41265 0 0 0 17485 46 0 0 20 0 16 0 410783614 15582937088 3187356 33554432000 4194304 4196468 140724273795488 139988456162336 139988451931861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
[pid=11176/tid=11178] ppid=11174 vsize=15217712 memory=12749404 CPUtime=512.55 cores=0,2,4,6
/proc/11176/task/11178/stat : 11178 (java) R 11174 11174 3331 0 -1 4202560 2802832 0 0 0 50699 556 0 0 20 0 16 0 410783615 15582937088 3187356 33554432000 4194304 4196468 140724273795488 139988044541192 139988444549863 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
[pid=11176/tid=11179] ppid=11174 vsize=15217712 memory=1452 CPUtime=512.41 cores=0,2,4,6
/proc/11176/task/11179/stat : 11179 (java) R 11174 11174 3331 0 -1 4202560 2199116 0 0 0 50657 584 0 0 20 0 16 0 410783615 15582937088 3187356 33554432000 4194304 4196468 140724273795488 139988043488392 139988436919620 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
[pid=11176/tid=11180] ppid=11174 vsize=15217712 memory=1452 CPUtime=510.98 cores=0,2,4,6
/proc/11176/task/11180/stat : 11180 (java) R 11174 11174 3331 0 -1 4202560 2253710 0 0 0 50614 484 0 0 20 0 16 0 410783615 15582937088 3187356 33554432000 4194304 4196468 140724273795488 139988042435472 139988436911129 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
[pid=11176/tid=11181] ppid=11174 vsize=15217712 memory=1452 CPUtime=511.73 cores=0,2,4,6
/proc/11176/task/11181/stat : 11181 (java) R 11174 11174 3331 0 -1 4202560 3045954 0 0 0 50603 570 0 0 20 0 16 0 410783615 15582937088 3187356 33554432000 4194304 4196468 140724273795488 139988041382792 139988436621574 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
[pid=11176/tid=11182] ppid=11174 vsize=15217712 memory=12749404 CPUtime=82.1 cores=0,2,4,6
/proc/11176/task/11182/stat : 11182 (java) S 11174 11174 3331 0 -1 1077944384 297058 0 0 0 8192 18 0 0 20 0 16 0 410783616 15582937088 3187356 33554432000 4194304 4196468 140724273795488 139987392607168 139988451931861 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
[pid=11176/tid=11183] ppid=11174 vsize=15217712 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/11176/task/11183/stat : 11183 (java) S 11174 11174 3331 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 410783616 15582937088 3187356 33554432000 4194304 4196468 140724273795488 139987391554656 139988451931861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
[pid=11176/tid=11184] ppid=11174 vsize=15217712 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/11176/task/11184/stat : 11184 (java) S 11174 11174 3331 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 16 0 410783617 15582937088 3187356 33554432000 4194304 4196468 140724273795488 139987390501760 139988451931861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
[pid=11176/tid=11185] ppid=11174 vsize=15217712 memory=-3622645143214314312 CPUtime=0 cores=0,2,4,6
/proc/11176/task/11185/stat : 11185 (java) S 11174 11174 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 410783619 15582937088 3187356 33554432000 4194304 4196468 140724273795488 139987389450064 139988451940251 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
[pid=11176/tid=11186] ppid=11174 vsize=15217712 memory=12749404 CPUtime=1.87 cores=0,2,4,6
/proc/11176/task/11186/stat : 11186 (java) S 11174 11174 3331 0 -1 1077944384 11536 0 0 0 186 1 0 0 20 0 16 0 410783619 15582937088 3187356 33554432000 4194304 4196468 140724273795488 139987388398448 139988451932802 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
[pid=11176/tid=11187] ppid=11174 vsize=15217712 memory=1564 CPUtime=1.7 cores=0,2,4,6
/proc/11176/task/11187/stat : 11187 (java) S 11174 11174 3331 0 -1 1077944384 9347 0 0 0 169 1 0 0 20 0 16 0 410783619 15582937088 3187356 33554432000 4194304 4196468 140724273795488 139987387345648 139988451932802 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
[pid=11176/tid=11188] ppid=11174 vsize=15217712 memory=5964 CPUtime=0.62 cores=0,2,4,6
/proc/11176/task/11188/stat : 11188 (java) S 11174 11174 3331 0 -1 1077944384 7427 0 0 0 60 2 0 0 20 0 16 0 410783619 15582937088 3187356 33554432000 4194304 4196468 140724273795488 139987386292848 139988451932802 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
[pid=11176/tid=11189] ppid=11174 vsize=15217712 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/11176/task/11189/stat : 11189 (java) S 11174 11174 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 410783619 15582937088 3187356 33554432000 4194304 4196468 140724273795488 139987385240288 139988451931861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
[pid=11176/tid=11190] ppid=11174 vsize=15217712 memory=10604 CPUtime=0.41 cores=0,2,4,6
/proc/11176/task/11190/stat : 11190 (java) S 11174 11174 3331 0 -1 1077944384 760 0 0 0 20 21 0 0 20 0 16 0 410783620 15582937088 3187356 33554432000 4194304 4196468 140724273795488 139987384187568 139988451932802 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
[pid=11176/tid=11269] ppid=11174 vsize=15217712 memory=3360 CPUtime=0 cores=0,2,4,6
/proc/11176/task/11269/stat : 11269 (java) S 11174 11174 3331 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 16 0 410860597 15582937088 3187356 33554432000 4194304 4196468 140724273795488 139987375217984 139988451931861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
Current children cumulated CPU time: 2309.76 s
Current children cumulated vsize: 15330840 KiB
Current children cumulated memory: 12750876 KiB

[startup+776.001 s]*
/proc/loadavg: 7.40 7.11 7.12 3/232 11345
/proc/meminfo: memFree=12715972/32770624 swapFree=66959216/67108860
[pid=11174] ppid=11171 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/11174/stat : 11174 (xcsp3-exec) S 11171 11174 3331 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 410783613 115843072 363 33554432000 4194304 5098028 140725803006288 140725803004392 140614732206716 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 17653760 140725803012987 140725803013229 140725803013229 140725803016138 0
/proc/11174/statm: 28282 363 304 221 0 87 0
[pid=11176] ppid=11174 vsize=15217712 memory=12749440 CPUtime=2314.54 cores=0,2,4,6
/proc/11176/stat : 11176 (java) S 11174 11174 3331 0 -1 1077944320 10681291 0 0 0 229179 2275 0 0 20 0 16 0 410783614 15582937088 3187360 33554432000 4194304 4196468 140724273795488 140724273778032 139988451921655 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
/proc/11176/statm: 3804428 3187360 3515 1 0 3765530 0
[pid=11176/tid=11177] ppid=11174 vsize=15217712 memory=6791534058613427641 CPUtime=175.31 cores=0,2,4,6
/proc/11176/task/11177/stat : 11177 (java) S 11174 11174 3331 0 -1 1077944384 41265 0 0 0 17485 46 0 0 20 0 16 0 410783614 15582937088 3187360 33554432000 4194304 4196468 140724273795488 139988456162336 139988451931861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
[pid=11176/tid=11178] ppid=11174 vsize=15217712 memory=-7003737579269690708 CPUtime=513.6 cores=0,2,4,6
/proc/11176/task/11178/stat : 11178 (java) S 11174 11174 3331 0 -1 1077944384 2804185 0 0 0 50804 556 0 0 20 0 16 0 410783615 15582937088 3187360 33554432000 4194304 4196468 140724273795488 139988044541072 139988451931861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
[pid=11176/tid=11179] ppid=11174 vsize=15217712 memory=-7003737579269690708 CPUtime=513.49 cores=0,2,4,6
/proc/11176/task/11179/stat : 11179 (java) S 11174 11174 3331 0 -1 1077944384 2201959 0 0 0 50764 585 0 0 20 0 16 0 410783615 15582937088 3187360 33554432000 4194304 4196468 140724273795488 139988043488272 139988451931861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
[pid=11176/tid=11180] ppid=11174 vsize=15217712 memory=1412 CPUtime=512.02 cores=0,2,4,6
/proc/11176/task/11180/stat : 11180 (java) S 11174 11174 3331 0 -1 1077944384 2255197 0 0 0 50717 485 0 0 20 0 16 0 410783615 15582937088 3187360 33554432000 4194304 4196468 140724273795488 139988042435472 139988451931861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
[pid=11176/tid=11181] ppid=11174 vsize=15217712 memory=3264 CPUtime=512.8 cores=0,2,4,6
/proc/11176/task/11181/stat : 11181 (java) S 11174 11174 3331 0 -1 1077944384 3048915 0 0 0 50710 570 0 0 20 0 16 0 410783615 15582937088 3187360 33554432000 4194304 4196468 140724273795488 139988041382672 139988451931861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
[pid=11176/tid=11182] ppid=11174 vsize=15217712 memory=1452 CPUtime=82.62 cores=0,2,4,6
/proc/11176/task/11182/stat : 11182 (java) R 11174 11174 3331 0 -1 4202560 299322 0 0 0 8244 18 0 0 20 0 16 0 410783616 15582937088 3187360 33554432000 4194304 4196468 140724273795488 139987392607056 139988436918036 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
[pid=11176/tid=11183] ppid=11174 vsize=15217712 memory=12619380 CPUtime=0 cores=0,2,4,6
/proc/11176/task/11183/stat : 11183 (java) S 11174 11174 3331 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 410783616 15582937088 3187360 33554432000 4194304 4196468 140724273795488 139987391554656 139988451931861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
[pid=11176/tid=11184] ppid=11174 vsize=15217712 memory=1412 CPUtime=0 cores=0,2,4,6
/proc/11176/task/11184/stat : 11184 (java) S 11174 11174 3331 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 16 0 410783617 15582937088 3187360 33554432000 4194304 4196468 140724273795488 139987390501760 139988451931861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
[pid=11176/tid=11185] ppid=11174 vsize=15217712 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/11176/task/11185/stat : 11185 (java) S 11174 11174 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 410783619 15582937088 3187360 33554432000 4194304 4196468 140724273795488 139987389450064 139988451940251 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
[pid=11176/tid=11186] ppid=11174 vsize=15217712 memory=12749420 CPUtime=1.87 cores=0,2,4,6
/proc/11176/task/11186/stat : 11186 (java) S 11174 11174 3331 0 -1 1077944384 11536 0 0 0 186 1 0 0 20 0 16 0 410783619 15582937088 3187360 33554432000 4194304 4196468 140724273795488 139987388398496 139988451931861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
[pid=11176/tid=11187] ppid=11174 vsize=15217712 memory=1452 CPUtime=1.7 cores=0,2,4,6
/proc/11176/task/11187/stat : 11187 (java) S 11174 11174 3331 0 -1 1077944384 9351 0 0 0 169 1 0 0 20 0 16 0 410783619 15582937088 3187360 33554432000 4194304 4196468 140724273795488 139987387345408 139988451931861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
[pid=11176/tid=11188] ppid=11174 vsize=15217712 memory=12749440 CPUtime=0.62 cores=0,2,4,6
/proc/11176/task/11188/stat : 11188 (java) S 11174 11174 3331 0 -1 1077944384 7427 0 0 0 60 2 0 0 20 0 16 0 410783619 15582937088 3187360 33554432000 4194304 4196468 140724273795488 139987386292896 139988451931861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
[pid=11176/tid=11189] ppid=11174 vsize=15217712 memory=984 CPUtime=0 cores=0,2,4,6
/proc/11176/task/11189/stat : 11189 (java) S 11174 11174 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 410783619 15582937088 3187360 33554432000 4194304 4196468 140724273795488 139987385240288 139988451931861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
[pid=11176/tid=11190] ppid=11174 vsize=15217712 memory=14004 CPUtime=0.41 cores=0,2,4,6
/proc/11176/task/11190/stat : 11190 (java) S 11174 11174 3331 0 -1 1077944384 760 0 0 0 20 21 0 0 20 0 16 0 410783620 15582937088 3187360 33554432000 4194304 4196468 140724273795488 139987384187568 139988451932802 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
[pid=11176/tid=11269] ppid=11174 vsize=15217712 memory=20748 CPUtime=0 cores=0,2,4,6
/proc/11176/task/11269/stat : 11269 (java) S 11174 11174 3331 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 16 0 410860597 15582937088 3187360 33554432000 4194304 4196468 140724273795488 139987375217984 139988451931861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
Current children cumulated CPU time: 2314.54 s
Current children cumulated vsize: 15330840 KiB
Current children cumulated memory: 12750892 KiB

[startup+776.801 s]
/proc/loadavg: 7.40 7.11 7.12 3/232 11345
/proc/meminfo: memFree=12715972/32770624 swapFree=66959216/67108860
[pid=11174] ppid=11171 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/11174/stat : 11174 (xcsp3-exec) S 11171 11174 3331 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 410783613 115843072 363 33554432000 4194304 5098028 140725803006288 140725803004392 140614732206716 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 17653760 140725803012987 140725803013229 140725803013229 140725803016138 0
/proc/11174/statm: 28282 363 304 221 0 87 0
[pid=11176] ppid=11174 vsize=15217712 memory=12749440 CPUtime=2315.33 cores=0,2,4,6
/proc/11176/stat : 11176 (java) S 11174 11174 3331 0 -1 1077944320 10681291 0 0 0 229258 2275 0 0 20 0 16 0 410783614 15582937088 3187360 33554432000 4194304 4196468 140724273795488 140724273778032 139988451921655 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
/proc/11176/statm: 3804428 3187360 3515 1 0 3765530 0
[pid=11176/tid=11177] ppid=11174 vsize=15217712 memory=1760 CPUtime=175.31 cores=0,2,4,6
/proc/11176/task/11177/stat : 11177 (java) S 11174 11174 3331 0 -1 1077944384 41265 0 0 0 17485 46 0 0 20 0 16 0 410783614 15582937088 3187360 33554432000 4194304 4196468 140724273795488 139988456162336 139988451931861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
[pid=11176/tid=11178] ppid=11174 vsize=15217712 memory=6791534058613427641 CPUtime=513.6 cores=0,2,4,6
/proc/11176/task/11178/stat : 11178 (java) S 11174 11174 3331 0 -1 1077944384 2804185 0 0 0 50804 556 0 0 20 0 16 0 410783615 15582937088 3187360 33554432000 4194304 4196468 140724273795488 139988044541072 139988451931861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
[pid=11176/tid=11179] ppid=11174 vsize=15217712 memory=776 CPUtime=513.49 cores=0,2,4,6
/proc/11176/task/11179/stat : 11179 (java) S 11174 11174 3331 0 -1 1077944384 2201959 0 0 0 50764 585 0 0 20 0 16 0 410783615 15582937088 3187360 33554432000 4194304 4196468 140724273795488 139988043488272 139988451931861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
[pid=11176/tid=11180] ppid=11174 vsize=15217712 memory=1564 CPUtime=512.02 cores=0,2,4,6
/proc/11176/task/11180/stat : 11180 (java) S 11174 11174 3331 0 -1 1077944384 2255197 0 0 0 50717 485 0 0 20 0 16 0 410783615 15582937088 3187360 33554432000 4194304 4196468 140724273795488 139988042435472 139988451931861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
[pid=11176/tid=11181] ppid=11174 vsize=15217712 memory=5964 CPUtime=512.8 cores=0,2,4,6
/proc/11176/task/11181/stat : 11181 (java) S 11174 11174 3331 0 -1 1077944384 3048915 0 0 0 50710 570 0 0 20 0 16 0 410783615 15582937088 3187360 33554432000 4194304 4196468 140724273795488 139988041382672 139988451931861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
[pid=11176/tid=11182] ppid=11174 vsize=15217712 memory=1060 CPUtime=83.41 cores=0,2,4,6
/proc/11176/task/11182/stat : 11182 (java) R 11174 11174 3331 0 -1 4202560 299322 0 0 0 8323 18 0 0 20 0 16 0 410783616 15582937088 3187360 33554432000 4194304 4196468 140724273795488 139987392607056 139988436379225 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
[pid=11176/tid=11183] ppid=11174 vsize=15217712 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/11176/task/11183/stat : 11183 (java) S 11174 11174 3331 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 410783616 15582937088 3187360 33554432000 4194304 4196468 140724273795488 139987391554656 139988451931861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
[pid=11176/tid=11184] ppid=11174 vsize=15217712 memory=580 CPUtime=0 cores=0,2,4,6
/proc/11176/task/11184/stat : 11184 (java) S 11174 11174 3331 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 16 0 410783617 15582937088 3187360 33554432000 4194304 4196468 140724273795488 139987390501760 139988451931861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
[pid=11176/tid=11185] ppid=11174 vsize=15217712 memory=1720 CPUtime=0 cores=0,2,4,6
/proc/11176/task/11185/stat : 11185 (java) S 11174 11174 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 410783619 15582937088 3187360 33554432000 4194304 4196468 140724273795488 139987389450064 139988451940251 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
[pid=11176/tid=11186] ppid=11174 vsize=15217712 memory=10604 CPUtime=1.87 cores=0,2,4,6
/proc/11176/task/11186/stat : 11186 (java) S 11174 11174 3331 0 -1 1077944384 11536 0 0 0 186 1 0 0 20 0 16 0 410783619 15582937088 3187360 33554432000 4194304 4196468 140724273795488 139987388398496 139988451931861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
[pid=11176/tid=11187] ppid=11174 vsize=15217712 memory=3360 CPUtime=1.7 cores=0,2,4,6
/proc/11176/task/11187/stat : 11187 (java) S 11174 11174 3331 0 -1 1077944384 9351 0 0 0 169 1 0 0 20 0 16 0 410783619 15582937088 3187360 33554432000 4194304 4196468 140724273795488 139987387345408 139988451931861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
[pid=11176/tid=11188] ppid=11174 vsize=15217712 memory=1452 CPUtime=0.62 cores=0,2,4,6
/proc/11176/task/11188/stat : 11188 (java) S 11174 11174 3331 0 -1 1077944384 7427 0 0 0 60 2 0 0 20 0 16 0 410783619 15582937088 3187360 33554432000 4194304 4196468 140724273795488 139987386292896 139988451931861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
[pid=11176/tid=11189] ppid=11174 vsize=15217712 memory=12749440 CPUtime=0 cores=0,2,4,6
/proc/11176/task/11189/stat : 11189 (java) S 11174 11174 3331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 410783619 15582937088 3187360 33554432000 4194304 4196468 140724273795488 139987385240288 139988451931861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
[pid=11176/tid=11190] ppid=11174 vsize=15217712 memory=2828 CPUtime=0.41 cores=0,2,4,6
/proc/11176/task/11190/stat : 11190 (java) S 11174 11174 3331 0 -1 1077944384 760 0 0 0 20 21 0 0 20 0 16 0 410783620 15582937088 3187360 33554432000 4194304 4196468 140724273795488 139987384187568 139988451932802 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
[pid=11176/tid=11269] ppid=11174 vsize=15217712 memory=1216 CPUtime=0 cores=0,2,4,6
/proc/11176/task/11269/stat : 11269 (java) S 11174 11174 3331 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 16 0 410860597 15582937088 3187360 33554432000 4194304 4196468 140724273795488 139987375217984 139988451931861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21245952 140724273804271 140724273804442 140724273804442 140724273807311 0
Current children cumulated CPU time: 2315.33 s
Current children cumulated vsize: 15330840 KiB
Current children cumulated memory: 12750892 KiB

[startup+777.207 s]
/proc/loadavg: 7.40 7.11 7.12 4/232 11345
/proc/meminfo: memFree=12475432/32770624 swapFree=66959216/67108860
[pid=11174] ppid=11171 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/11174/stat : 11174 (xcsp3-exec) S 11171 11174 3331 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 410783613 115843072 363 33554432000 4194304 5098028 140725803006288 140725803004392 140614732206716 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 17653760 140725803012987 140725803013229 140725803013229 140725803016138 0
/proc/11174/statm: 28282 363 304 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1452 KiB

[startup+777.4 s]
/proc/loadavg: 7.40 7.11 7.12 4/232 11345
/proc/meminfo: memFree=12475432/32770624 swapFree=66959216/67108860
[pid=11174] ppid=11171 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/11174/stat : 11174 (xcsp3-exec) S 11171 11174 3331 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 410783613 115843072 363 33554432000 4194304 5098028 140725803006288 140725803004392 140614732206716 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 17653760 140725803012987 140725803013229 140725803013229 140725803016138 0
/proc/11174/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): 777.48
CPU time (s): 2316.02
CPU user time (s): 2292.98
CPU system time (s): 23.0425
CPU usage (%): 297.889
Max. virtual memory (cumulated for all children) (KiB): 15330840
Max. memory (cumulated for all children) (KiB): 12750892

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2292.98
system time used= 23.0425
maximum resident set size= 12749780
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10686130
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1048
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 31234
involuntary context switches= 46778


# summary of solver processes directly reported to runsolver:
#   pid: 11174
#   total CPU time (s): 2316.02
#   total CPU user time (s): 2292.98
#   total CPU system time (s): 23.0425

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.00293 second user time and 8.22672 second system time

The end

Launcher Data

Begin job on node124 at 2019-09-13 06:19:54
IDJOB=4392910
IDBENCH=138445
IDSOLVER=2840
FILE ID=node124/4392910-1568348434
RUNJOBID= node124-1568343408-4478
PBS_JOBID= 21701165
Free space on /tmp= 55340 MiB

SOLVER NAME= choco-solver 2019-06-14
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-os10/SuperTaillard-os-10-01.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-4392910-1568348434/watcher-4392910-1568348434 -o /tmp/evaluation-result-4392910-1568348434/solver-4392910-1568348434 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1568343408-4478 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 336285538 HOME/instance-4392910-1568348434.xml

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

MD5SUM BENCH= a0db4e7a601eb58dee5216b17e791c99
RANDOM SEED=336285538

node124.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.47
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.47
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.47
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.47
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:        15824196 kB
MemAvailable:   27763908 kB
Buffers:          174756 kB
Cached:         11927680 kB
SwapCached:        45864 kB
Active:          5081856 kB
Inactive:       11118436 kB
Active(anon):    4052668 kB
Inactive(anon):    86808 kB
Active(file):    1029188 kB
Inactive(file): 11031628 kB
Unevictable:      107908 kB
Mlocked:          107908 kB
SwapTotal:      67108860 kB
SwapFree:       66959216 kB
Dirty:             26600 kB
Writeback:             0 kB
AnonPages:       4178016 kB
Mapped:            56272 kB
Shmem:             32744 kB
Slab:             336436 kB
SReclaimable:     307356 kB
SUnreclaim:        29080 kB
KernelStack:        4000 kB
PageTables:        13788 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5842408 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4003840 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 55316 MiB
End job on node124 at 2019-09-13 06:32:52