Trace number 4404333

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 2019-09-20 parallel? 13356.2 2103.52

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-js15/
SuperTaillard-js-15-13.xml
MD5SUM388994c608323cc5ca888624a3c66f06
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 benchmark110.493
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints5580
Number of domains89
Minimum domain size1197
Maximum domain size1295
Distribution of domain sizes[{"size":1197,"count":4},{"size":1199,"count":2},{"size":1200,"count":14},{"size":1201,"count":2},{"size":1202,"count":4},{"size":1203,"count":4},{"size":1204,"count":4},{"size":1206,"count":6},{"size":1207,"count":6},{"size":1208,"count":4},{"size":1209,"count":4},{"size":1210,"count":6},{"size":1211,"count":2},{"size":1212,"count":6},{"size":1213,"count":6},{"size":1214,"count":6},{"size":1215,"count":6},{"size":1216,"count":8},{"size":1217,"count":2},{"size":1218,"count":6},{"size":1219,"count":2},{"size":1220,"count":6},{"size":1221,"count":6},{"size":1222,"count":4},{"size":1223,"count":4},"...",{"size":1269,"count":8}, {"size":1270,"count":6}, {"size":1271,"count":4}, {"size":1272,"count":4}, {"size":1273,"count":6}, {"size":1274,"count":6}, {"size":1275,"count":4}, {"size":1277,"count":6}, {"size":1278,"count":6}, {"size":1279,"count":8}, {"size":1280,"count":4}, {"size":1281,"count":6}, {"size":1282,"count":6}, {"size":1283,"count":4}, {"size":1284,"count":10}, {"size":1285,"count":6}, {"size":1286,"count":6}, {"size":1287,"count":4}, {"size":1288,"count":2}, {"size":1289,"count":2}, {"size":1290,"count":2}, {"size":1291,"count":6}, {"size":1292,"count":4}, {"size":1293,"count":10}, {"size":1295,"count":2}]
Minimum variable degree16
Maximum variable degree33
Distribution of variable degrees[{"degree":16,"count":30},{"degree":17,"count":195},{"degree":31,"count":30},{"degree":33,"count":195}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":5580}]
Number of extensional constraints0
Number of intensional constraints5580
Distribution of constraint types[{"type":"intension","count":5580}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4404333-1569007785.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco 3fb4b153
0.12/0.18	c [HOME/instance-4404333-1569007785.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
13355.45/2102.75	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
13355.45/2102.80		at java.util.Arrays.copyOf(Arrays.java:3181)
13355.45/2102.80		at java.util.ArrayList.grow(ArrayList.java:261)
13355.45/2102.80		at java.util.ArrayList.ensureExplicitCapacity(ArrayList.java:235)
13355.45/2102.80		at java.util.ArrayList.ensureCapacityInternal(ArrayList.java:227)
13355.45/2102.80		at java.util.ArrayList.add(ArrayList.java:458)
13355.45/2102.80		at org.chocosolver.solver.constraints.extension.Tuples.add(Tuples.java:159)
13355.45/2102.80		at org.chocosolver.solver.constraints.extension.TuplesFactory.generateTuples(TuplesFactory.java:88)
13355.45/2102.80		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:150)
13355.45/2102.80		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
13355.45/2102.80		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
13355.45/2102.80		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
13355.45/2102.80		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
13355.45/2102.80		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
13355.45/2102.80		at org.xcsp.parser.XCallbacks$$Lambda$88/708890004.accept(Unknown Source)
13355.45/2102.80		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
13355.45/2102.80		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
13355.45/2102.80		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
13355.45/2102.80		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1416)
13355.45/2102.80		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
13355.45/2102.80		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
13355.45/2102.80		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
13355.45/2102.80		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
13355.45/2102.80		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
13355.45/2102.80		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:111)
13355.45/2102.80		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
13355.45/2102.80		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
13355.51/2102.80	s UNKNOWN
13355.51/2102.80	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 (5821 MiB free)
  memory of node 1: 16384 MiB (11663 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4404333-1569007785/watcher-4404333-1569007785 -o /tmp/evaluation-result-4404333-1569007785/solver-4404333-1569007785 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node106-1569001582-3356 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1316972656 HOME/instance-4404333-1569007785.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

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


[startup+0.100157 s]*
/proc/loadavg: 8.54 8.25 8.26 2/210 3704
/proc/meminfo: memFree=17888420/32770624 swapFree=66998184/67108860
[pid=3683] ppid=3680 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/3683/stat : 3683 (xcsp3-exec) S 3680 3683 3329 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 477032769 115843072 364 33554432000 4194304 5098028 140726625994496 140726625992600 139946582717052 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 14209024 140726625997685 140726625997929 140726625997929 140726626000842 0
/proc/3683/statm: 28282 364 305 221 0 87 0
[pid=3685] ppid=3683 vsize=28227396 memory=29056 CPUtime=0.12 cores=0-7
/proc/3685/stat : 3685 (java) S 3683 3683 3329 0 -1 1077944320 5740 0 0 0 11 1 0 0 20 0 20 0 477032769 28904853504 7264 33554432000 4194304 4196468 140731193149632 140731193132176 139953705598711 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
/proc/3685/statm: 7056849 7264 3121 1 0 7019032 0
[pid=3685/tid=3686] ppid=3683 vsize=28227396 memory=576460756329955445 CPUtime=0.09 cores=0-7
/proc/3685/task/3686/stat : 3686 (java) R 3683 3683 3329 0 -1 4202560 3660 0 0 0 8 1 0 0 20 0 20 0 477032769 28904853504 7264 33554432000 4194304 4196468 140731193149632 139953709829120 139953705610646 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
[pid=3685/tid=3687] ppid=3683 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/3685/task/3687/stat : 3687 (java) S 3683 3683 3329 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477032770 28904853504 7264 33554432000 4194304 4196468 140731193149632 139953658219024 139953705608917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
[pid=3685/tid=3688] ppid=3683 vsize=28227396 memory=15120574948636312 CPUtime=0 cores=0-7
/proc/3685/task/3688/stat : 3688 (java) S 3683 3683 3329 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477032770 28904853504 7264 33554432000 4194304 4196468 140731193149632 139953256127120 139953705608917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
[pid=3685/tid=3689] ppid=3683 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/3685/task/3689/stat : 3689 (java) S 3683 3683 3329 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 477032770 28904853504 7264 33554432000 4194304 4196468 140731193149632 139953255074064 139953705608917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
[pid=3685/tid=3690] ppid=3683 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/3685/task/3690/stat : 3690 (java) S 3683 3683 3329 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477032770 28904853504 7264 33554432000 4194304 4196468 140731193149632 139953254021520 139953705608917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
[pid=3685/tid=3691] ppid=3683 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/3685/task/3691/stat : 3691 (java) S 3683 3683 3329 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477032770 28904853504 7264 33554432000 4194304 4196468 140731193149632 139953252969488 139953705608917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
[pid=3685/tid=3692] ppid=3683 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/3685/task/3692/stat : 3692 (java) S 3683 3683 3329 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477032770 28904853504 7264 33554432000 4194304 4196468 140731193149632 139953251916944 139953705608917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
[pid=3685/tid=3693] ppid=3683 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/3685/task/3693/stat : 3693 (java) S 3683 3683 3329 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477032770 28904853504 7264 33554432000 4194304 4196468 140731193149632 139953250863888 139953705608917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
[pid=3685/tid=3694] ppid=3683 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/3685/task/3694/stat : 3694 (java) S 3683 3683 3329 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477032770 28904853504 7264 33554432000 4194304 4196468 140731193149632 139953249811344 139953705608917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
[pid=3685/tid=3695] ppid=3683 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/3685/task/3695/stat : 3695 (java) S 3683 3683 3329 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477032772 28904853504 7264 33554432000 4194304 4196468 140731193149632 139951968299248 139953705609858 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
[pid=3685/tid=3696] ppid=3683 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/3685/task/3696/stat : 3696 (java) S 3683 3683 3329 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 477032772 28904853504 7264 33554432000 4194304 4196468 140731193149632 139951967245472 139953705608917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
[pid=3685/tid=3697] ppid=3683 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/3685/task/3697/stat : 3697 (java) S 3683 3683 3329 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 477032772 28904853504 7264 33554432000 4194304 4196468 140731193149632 139951966192368 139953705608917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
[pid=3685/tid=3698] ppid=3683 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/3685/task/3698/stat : 3698 (java) S 3683 3683 3329 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477032775 28904853504 7264 33554432000 4194304 4196468 140731193149632 139951965140944 139953705617307 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
[pid=3685/tid=3699] ppid=3683 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/3685/task/3699/stat : 3699 (java) S 3683 3683 3329 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 20 0 477032775 28904853504 7264 33554432000 4194304 4196468 140731193149632 139951964089072 139953705609858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
[pid=3685/tid=3700] ppid=3683 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/3685/task/3700/stat : 3700 (java) S 3683 3683 3329 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 477032775 28904853504 7264 33554432000 4194304 4196468 140731193149632 139951963036528 139953705609858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
[pid=3685/tid=3701] ppid=3683 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/3685/task/3701/stat : 3701 (java) S 3683 3683 3329 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 477032775 28904853504 7264 33554432000 4194304 4196468 140731193149632 139951961983472 139953705609858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
[pid=3685/tid=3702] ppid=3683 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/3685/task/3702/stat : 3702 (java) R 3683 3683 3329 0 -1 4202560 341 0 0 0 1 0 0 0 20 0 20 0 477032775 28904853504 7264 33554432000 4194304 4196468 140731193149632 139951960930928 139953697835838 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
[pid=3685/tid=3703] ppid=3683 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/3685/task/3703/stat : 3703 (java) S 3683 3683 3329 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 477032775 28904853504 7264 33554432000 4194304 4196468 140731193149632 139951959878112 139953705608917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
[pid=3685/tid=3704] ppid=3683 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/3685/task/3704/stat : 3704 (java) S 3683 3683 3329 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477032775 28904853504 7264 33554432000 4194304 4196468 140731193149632 139951958825648 139953705609858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 30512 KiB

[startup+0.210705 s]*
/proc/loadavg: 8.54 8.25 8.26 3/210 3704
/proc/meminfo: memFree=17875828/32770624 swapFree=66998184/67108860
[pid=3683] ppid=3680 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/3683/stat : 3683 (xcsp3-exec) S 3680 3683 3329 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 477032769 115843072 364 33554432000 4194304 5098028 140726625994496 140726625992600 139946582717052 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 14209024 140726625997685 140726625997929 140726625997929 140726626000842 0
/proc/3683/statm: 28282 364 305 221 0 87 0
[pid=3685] ppid=3683 vsize=28227396 memory=40184 CPUtime=0.34 cores=0-7
/proc/3685/stat : 3685 (java) S 3683 3683 3329 0 -1 1077944320 9362 0 0 0 30 4 0 0 20 0 20 0 477032769 28904853504 10046 33554432000 4194304 4196468 140731193149632 140731193132176 139953705598711 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
/proc/3685/statm: 7056849 10046 3244 1 0 7019032 0
[pid=3685/tid=3686] ppid=3683 vsize=28227396 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/3685/task/3686/stat : 3686 (java) R 3683 3683 3329 0 -1 4202560 6618 0 0 0 17 2 0 0 20 0 20 0 477032769 28904853504 10046 33554432000 4194304 4196468 140731193149632 139953709832496 139953705610646 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
[pid=3685/tid=3687] ppid=3683 vsize=28227396 memory=288230596118053219 CPUtime=0 cores=0-7
/proc/3685/task/3687/stat : 3687 (java) S 3683 3683 3329 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477032770 28904853504 10046 33554432000 4194304 4196468 140731193149632 139953658219024 139953705608917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
[pid=3685/tid=3688] ppid=3683 vsize=28227396 memory=140595747695895 CPUtime=0 cores=0-7
/proc/3685/task/3688/stat : 3688 (java) S 3683 3683 3329 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477032770 28904853504 10046 33554432000 4194304 4196468 140731193149632 139953256127120 139953705608917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
[pid=3685/tid=3689] ppid=3683 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/3685/task/3689/stat : 3689 (java) S 3683 3683 3329 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 477032770 28904853504 10046 33554432000 4194304 4196468 140731193149632 139953255074064 139953705608917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
[pid=3685/tid=3690] ppid=3683 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/3685/task/3690/stat : 3690 (java) S 3683 3683 3329 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477032770 28904853504 10046 33554432000 4194304 4196468 140731193149632 139953254021520 139953705608917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
[pid=3685/tid=3691] ppid=3683 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/3685/task/3691/stat : 3691 (java) S 3683 3683 3329 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477032770 28904853504 10046 33554432000 4194304 4196468 140731193149632 139953252969488 139953705608917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
[pid=3685/tid=3692] ppid=3683 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/3685/task/3692/stat : 3692 (java) S 3683 3683 3329 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477032770 28904853504 10046 33554432000 4194304 4196468 140731193149632 139953251916944 139953705608917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
[pid=3685/tid=3693] ppid=3683 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/3685/task/3693/stat : 3693 (java) S 3683 3683 3329 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477032770 28904853504 10046 33554432000 4194304 4196468 140731193149632 139953250863888 139953705608917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
[pid=3685/tid=3694] ppid=3683 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/3685/task/3694/stat : 3694 (java) S 3683 3683 3329 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477032770 28904853504 10046 33554432000 4194304 4196468 140731193149632 139953249811344 139953705608917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
[pid=3685/tid=3695] ppid=3683 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/3685/task/3695/stat : 3695 (java) S 3683 3683 3329 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 477032772 28904853504 10046 33554432000 4194304 4196468 140731193149632 139951968299248 139953705609858 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
[pid=3685/tid=3696] ppid=3683 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/3685/task/3696/stat : 3696 (java) S 3683 3683 3329 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 477032772 28904853504 10046 33554432000 4194304 4196468 140731193149632 139951967245472 139953705608917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
[pid=3685/tid=3697] ppid=3683 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/3685/task/3697/stat : 3697 (java) S 3683 3683 3329 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 477032772 28904853504 10046 33554432000 4194304 4196468 140731193149632 139951966192368 139953705608917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
[pid=3685/tid=3698] ppid=3683 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/3685/task/3698/stat : 3698 (java) S 3683 3683 3329 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477032775 28904853504 10046 33554432000 4194304 4196468 140731193149632 139951965140944 139953705617307 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
[pid=3685/tid=3699] ppid=3683 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/3685/task/3699/stat : 3699 (java) S 3683 3683 3329 0 -1 1077944384 392 0 0 0 1 0 0 0 20 0 20 0 477032775 28904853504 10046 33554432000 4194304 4196468 140731193149632 139951964089072 139953705609858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
[pid=3685/tid=3700] ppid=3683 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/3685/task/3700/stat : 3700 (java) S 3683 3683 3329 0 -1 1077944384 187 0 0 0 1 0 0 0 20 0 20 0 477032775 28904853504 10046 33554432000 4194304 4196468 140731193149632 139951963036528 139953705609858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
[pid=3685/tid=3701] ppid=3683 vsize=28227396 memory=-1 CPUtime=0.01 cores=0-7
/proc/3685/task/3701/stat : 3701 (java) S 3683 3683 3329 0 -1 1077944384 73 0 0 0 1 0 0 0 20 0 20 0 477032775 28904853504 10046 33554432000 4194304 4196468 140731193149632 139951961983472 139953705609858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
[pid=3685/tid=3702] ppid=3683 vsize=28227396 memory=0 CPUtime=0.08 cores=0-7
/proc/3685/task/3702/stat : 3702 (java) R 3683 3683 3329 0 -1 4202560 778 0 0 0 8 0 0 0 20 0 20 0 477032775 28904853504 10046 33554432000 4194304 4196468 140731193149632 139951960930928 139953685078808 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
[pid=3685/tid=3703] ppid=3683 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/3685/task/3703/stat : 3703 (java) S 3683 3683 3329 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 477032775 28904853504 10046 33554432000 4194304 4196468 140731193149632 139951959878112 139953705608917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
[pid=3685/tid=3704] ppid=3683 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/3685/task/3704/stat : 3704 (java) S 3683 3683 3329 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477032775 28904853504 10046 33554432000 4194304 4196468 140731193149632 139951958825648 139953705609858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 41640 KiB

[startup+0.310636 s]*
/proc/loadavg: 8.54 8.25 8.26 4/210 3704
/proc/meminfo: memFree=17868816/32770624 swapFree=66998184/67108860
[pid=3683] ppid=3680 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/3683/stat : 3683 (xcsp3-exec) S 3680 3683 3329 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 477032769 115843072 364 33554432000 4194304 5098028 140726625994496 140726625992600 139946582717052 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 14209024 140726625997685 140726625997929 140726625997929 140726626000842 0
/proc/3683/statm: 28282 364 305 221 0 87 0
[pid=3685] ppid=3683 vsize=28231652 memory=50092 CPUtime=0.52 cores=0-7
/proc/3685/stat : 3685 (java) S 3683 3683 3329 0 -1 1077944320 10863 0 0 0 47 5 0 0 20 0 20 0 477032769 28909211648 12523 33554432000 4194304 4196468 140731193149632 140731193132176 139953705598711 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
/proc/3685/statm: 7057913 12523 3371 1 0 7019032 0
[pid=3685/tid=3686] ppid=3683 vsize=28231652 memory=8317482817917895235 CPUtime=0.29 cores=0-7
/proc/3685/task/3686/stat : 3686 (java) R 3683 3683 3329 0 -1 4202560 7793 0 0 0 26 3 0 0 20 0 20 0 477032769 28909211648 12523 33554432000 4194304 4196468 140731193149632 139953709829824 139953689679198 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
[pid=3685/tid=3687] ppid=3683 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/3685/task/3687/stat : 3687 (java) S 3683 3683 3329 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477032770 28909211648 12523 33554432000 4194304 4196468 140731193149632 139953658219024 139953705608917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
[pid=3685/tid=3688] ppid=3683 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/3685/task/3688/stat : 3688 (java) S 3683 3683 3329 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477032770 28909211648 12523 33554432000 4194304 4196468 140731193149632 139953256127120 139953705608917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
[pid=3685/tid=3689] ppid=3683 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/3685/task/3689/stat : 3689 (java) S 3683 3683 3329 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 477032770 28909211648 12523 33554432000 4194304 4196468 140731193149632 139953255074064 139953705608917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
[pid=3685/tid=3690] ppid=3683 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/3685/task/3690/stat : 3690 (java) S 3683 3683 3329 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477032770 28909211648 12523 33554432000 4194304 4196468 140731193149632 139953254021520 139953705608917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
[pid=3685/tid=3691] ppid=3683 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/3685/task/3691/stat : 3691 (java) S 3683 3683 3329 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477032770 28909211648 12523 33554432000 4194304 4196468 140731193149632 139953252969488 139953705608917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
[pid=3685/tid=3692] ppid=3683 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/3685/task/3692/stat : 3692 (java) S 3683 3683 3329 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477032770 28909211648 12523 33554432000 4194304 4196468 140731193149632 139953251916944 139953705608917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
[pid=3685/tid=3693] ppid=3683 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/3685/task/3693/stat : 3693 (java) S 3683 3683 3329 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477032770 28909211648 12523 33554432000 4194304 4196468 140731193149632 139953250863888 139953705608917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
[pid=3685/tid=3694] ppid=3683 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/3685/task/3694/stat : 3694 (java) S 3683 3683 3329 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477032770 28909211648 12523 33554432000 4194304 4196468 140731193149632 139953249811344 139953705608917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
[pid=3685/tid=3695] ppid=3683 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/3685/task/3695/stat : 3695 (java) S 3683 3683 3329 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 477032772 28909211648 12523 33554432000 4194304 4196468 140731193149632 139951968299248 139953705609858 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
[pid=3685/tid=3696] ppid=3683 vsize=28231652 memory=281191240637824 CPUtime=0 cores=0-7
/proc/3685/task/3696/stat : 3696 (java) S 3683 3683 3329 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 477032772 28909211648 12523 33554432000 4194304 4196468 140731193149632 139951967245472 139953705608917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
[pid=3685/tid=3697] ppid=3683 vsize=28231652 memory=281191240642432 CPUtime=0 cores=0-7
/proc/3685/task/3697/stat : 3697 (java) S 3683 3683 3329 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 477032772 28909211648 12523 33554432000 4194304 4196468 140731193149632 139951966192368 139953705608917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
[pid=3685/tid=3698] ppid=3683 vsize=28231652 memory=281191240647040 CPUtime=0 cores=0-7
/proc/3685/task/3698/stat : 3698 (java) S 3683 3683 3329 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477032775 28909211648 12523 33554432000 4194304 4196468 140731193149632 139951965140944 139953705617307 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
[pid=3685/tid=3699] ppid=3683 vsize=28231652 memory=281191240651648 CPUtime=0.02 cores=0-7
/proc/3685/task/3699/stat : 3699 (java) S 3683 3683 3329 0 -1 1077944384 402 0 0 0 2 0 0 0 20 0 20 0 477032775 28909211648 12523 33554432000 4194304 4196468 140731193149632 139951964089072 139953705609858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
[pid=3685/tid=3700] ppid=3683 vsize=28231652 memory=281191240656256 CPUtime=0.01 cores=0-7
/proc/3685/task/3700/stat : 3700 (java) S 3683 3683 3329 0 -1 1077944384 222 0 0 0 1 0 0 0 20 0 20 0 477032775 28909211648 12523 33554432000 4194304 4196468 140731193149632 139951963036528 139953705609858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
[pid=3685/tid=3701] ppid=3683 vsize=28231652 memory=281191240660864 CPUtime=0.03 cores=0-7
/proc/3685/task/3701/stat : 3701 (java) R 3683 3683 3329 0 -1 4202560 220 0 0 0 3 0 0 0 20 0 20 0 477032775 28909211648 12523 33554432000 4194304 4196468 140731193149632 139951961973856 139953684844572 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
[pid=3685/tid=3702] ppid=3683 vsize=28231652 memory=281191240665472 CPUtime=0.12 cores=0-7
/proc/3685/task/3702/stat : 3702 (java) S 3683 3683 3329 0 -1 1077944384 936 0 0 0 12 0 0 0 20 0 20 0 477032775 28909211648 12523 33554432000 4194304 4196468 140731193149632 139951960930928 139953705609858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
[pid=3685/tid=3703] ppid=3683 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/3685/task/3703/stat : 3703 (java) S 3683 3683 3329 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 477032775 28909211648 12523 33554432000 4194304 4196468 140731193149632 139951959878112 139953705608917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
[pid=3685/tid=3704] ppid=3683 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/3685/task/3704/stat : 3704 (java) S 3683 3683 3329 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477032775 28909211648 12523 33554432000 4194304 4196468 140731193149632 139951958825648 139953705609858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51548 KiB

[startup+0.701771 s]
/proc/loadavg: 8.54 8.25 8.26 5/210 3704
/proc/meminfo: memFree=17847452/32770624 swapFree=66998184/67108860
[pid=3683] ppid=3680 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/3683/stat : 3683 (xcsp3-exec) S 3680 3683 3329 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 477032769 115843072 364 33554432000 4194304 5098028 140726625994496 140726625992600 139946582717052 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 14209024 140726625997685 140726625997929 140726625997929 140726626000842 0
/proc/3683/statm: 28282 364 305 221 0 87 0
[pid=3685] ppid=3683 vsize=28233776 memory=104980 CPUtime=2.03 cores=0-7
/proc/3685/stat : 3685 (java) S 3683 3683 3329 0 -1 1077944320 15881 0 0 0 195 8 0 0 20 0 20 0 477032769 28911386624 26245 33554432000 4194304 4196468 140731193149632 140731193132176 139953705598711 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
/proc/3685/statm: 7058444 26245 3448 1 0 7019544 0
[pid=3685/tid=3686] ppid=3683 vsize=28233776 memory=4580 CPUtime=0.67 cores=0-7
/proc/3685/task/3686/stat : 3686 (java) R 3683 3683 3329 0 -1 4202560 9057 0 0 0 62 5 0 0 20 0 20 0 477032769 28911386624 26245 33554432000 4194304 4196468 140731193149632 139953709836320 139953705610646 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
[pid=3685/tid=3687] ppid=3683 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/3685/task/3687/stat : 3687 (java) S 3683 3683 3329 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477032770 28911386624 26245 33554432000 4194304 4196468 140731193149632 139953658219024 139953705608917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
[pid=3685/tid=3688] ppid=3683 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/3685/task/3688/stat : 3688 (java) S 3683 3683 3329 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477032770 28911386624 26245 33554432000 4194304 4196468 140731193149632 139953256127120 139953705608917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
[pid=3685/tid=3689] ppid=3683 vsize=28233776 memory=3648 CPUtime=0 cores=0-7
/proc/3685/task/3689/stat : 3689 (java) S 3683 3683 3329 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 477032770 28911386624 26245 33554432000 4194304 4196468 140731193149632 139953255074064 139953705608917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0

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

[pid=3685/tid=3693] ppid=3683 vsize=28233776 memory=984 CPUtime=1607.12 cores=0-7
/proc/3685/task/3693/stat : 3693 (java) R 3683 3683 3329 0 -1 4202560 21906761 0 0 0 158532 2180 0 0 20 0 20 0 477032770 28911386624 6311343 33554432000 4194304 4196468 140731193149632 139953250863696 139953688981746 0 4 0 16800975 0 0 0 -1 4 0 0 24 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
[pid=3685/tid=3694] ppid=3683 vsize=28233776 memory=1456 CPUtime=1615.14 cores=0-7
/proc/3685/task/3694/stat : 3694 (java) R 3683 3683 3329 0 -1 4202560 27209633 0 0 0 159049 2465 0 0 20 0 20 0 477032770 28911386624 6311343 33554432000 4194304 4196468 140731193149632 139953249811152 139953698226919 0 4 0 16800975 0 0 0 -1 5 0 0 25 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
[pid=3685/tid=3695] ppid=3683 vsize=28233776 memory=1456 CPUtime=148.39 cores=0-7
/proc/3685/task/3695/stat : 3695 (java) S 3683 3683 3329 0 -1 1077944384 3616311 0 0 0 14627 212 0 0 20 0 20 0 477032772 28911386624 6311343 33554432000 4194304 4196468 140731193149632 139951968297808 139953705608917 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
[pid=3685/tid=3696] ppid=3683 vsize=28233776 memory=1456 CPUtime=0 cores=0-7
/proc/3685/task/3696/stat : 3696 (java) S 3683 3683 3329 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 477032772 28911386624 6311343 33554432000 4194304 4196468 140731193149632 139951967245536 139953705608917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
[pid=3685/tid=3697] ppid=3683 vsize=28233776 memory=2024 CPUtime=0 cores=0-7
/proc/3685/task/3697/stat : 3697 (java) S 3683 3683 3329 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 20 0 477032772 28911386624 6311343 33554432000 4194304 4196468 140731193149632 139951966192384 139953705608917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
[pid=3685/tid=3698] ppid=3683 vsize=28233776 memory=1376 CPUtime=0 cores=0-7
/proc/3685/task/3698/stat : 3698 (java) S 3683 3683 3329 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477032775 28911386624 6311343 33554432000 4194304 4196468 140731193149632 139951965140944 139953705617307 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
[pid=3685/tid=3699] ppid=3683 vsize=28233776 memory=1128 CPUtime=0.85 cores=0-7
/proc/3685/task/3699/stat : 3699 (java) S 3683 3683 3329 0 -1 1077944384 6370 0 0 0 84 1 0 0 20 0 20 0 477032775 28911386624 6311343 33554432000 4194304 4196468 140731193149632 139951964089120 139953705608917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
[pid=3685/tid=3700] ppid=3683 vsize=28233776 memory=140595620513937 CPUtime=0.9 cores=0-7
/proc/3685/task/3700/stat : 3700 (java) S 3683 3683 3329 0 -1 1077944384 7164 0 0 0 89 1 0 0 20 0 20 0 477032775 28911386624 6311343 33554432000 4194304 4196468 140731193149632 139951963036288 139953705608917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
[pid=3685/tid=3701] ppid=3683 vsize=28233776 memory=7594591041137955172 CPUtime=0.83 cores=0-7
/proc/3685/task/3701/stat : 3701 (java) S 3683 3683 3329 0 -1 1077944384 4183 0 0 0 82 1 0 0 20 0 20 0 477032775 28911386624 6311343 33554432000 4194304 4196468 140731193149632 139951961983520 139953705608917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
[pid=3685/tid=3702] ppid=3683 vsize=28233776 memory=6944652177228980320 CPUtime=0.59 cores=0-7
/proc/3685/task/3702/stat : 3702 (java) S 3683 3683 3329 0 -1 1077944384 12908 0 0 0 57 2 0 0 20 0 20 0 477032775 28911386624 6311343 33554432000 4194304 4196468 140731193149632 139951960930976 139953705608917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
[pid=3685/tid=3703] ppid=3683 vsize=28233776 memory=8112282956445269571 CPUtime=0 cores=0-7
/proc/3685/task/3703/stat : 3703 (java) S 3683 3683 3329 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 477032775 28911386624 6311343 33554432000 4194304 4196468 140731193149632 139951959878112 139953705608917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
[pid=3685/tid=3704] ppid=3683 vsize=28233776 memory=8172178886997141101 CPUtime=0.84 cores=0-7
/proc/3685/task/3704/stat : 3704 (java) S 3683 3683 3329 0 -1 1077944384 3414 0 0 0 44 40 0 0 20 0 20 0 477032775 28911386624 6311343 33554432000 4194304 4196468 140731193149632 139951958825648 139953705609858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 12 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
Current children cumulated CPU time: 13351 s
Current children cumulated vsize: 28346904 KiB
Current children cumulated memory: 25246828 KiB

[startup+2100.8 s]
/proc/loadavg: 7.92 7.83 7.26 2/212 3887
/proc/meminfo: memFree=191700/32770624 swapFree=66998200/67108860
[pid=3683] ppid=3680 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/3683/stat : 3683 (xcsp3-exec) S 3680 3683 3329 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 477032769 115843072 364 33554432000 4194304 5098028 140726625994496 140726625992600 139946582717052 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 14209024 140726625997685 140726625997929 140726625997929 140726626000842 0
/proc/3683/statm: 28282 364 305 221 0 87 0
[pid=3685] ppid=3683 vsize=28233776 memory=25245372 CPUtime=13353.5 cores=0-7
/proc/3685/stat : 3685 (java) S 3683 3683 3329 0 -1 1077944320 197074448 0 0 0 1316470 18885 0 0 20 0 20 0 477032769 28911386624 6311343 33554432000 4194304 4196468 140731193149632 140731193132176 139953705598711 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
/proc/3685/statm: 7058444 6311343 3298 1 0 7019544 0
[pid=3685/tid=3686] ppid=3683 vsize=28233776 memory=4486604260213485459 CPUtime=323.32 cores=0-7
/proc/3685/task/3686/stat : 3686 (java) S 3683 3683 3329 0 -1 1077944384 105738 0 0 0 32203 129 0 0 20 0 20 0 477032769 28911386624 6311343 33554432000 4194304 4196468 140731193149632 139953709836752 139953705608917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
[pid=3685/tid=3687] ppid=3683 vsize=28233776 memory=-4695052241013923951 CPUtime=1608.47 cores=0-7
/proc/3685/task/3687/stat : 3687 (java) S 3683 3683 3329 0 -1 1077944384 24165995 0 0 0 158344 2503 0 0 20 0 20 0 477032770 28911386624 6311343 33554432000 4194304 4196468 140731193149632 139953658219024 139953705608917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 23 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
[pid=3685/tid=3688] ppid=3683 vsize=28233776 memory=6944656592455097440 CPUtime=1609.44 cores=0-7
/proc/3685/task/3688/stat : 3688 (java) S 3683 3683 3329 0 -1 1077944384 22679005 0 0 0 158674 2270 0 0 20 0 20 0 477032770 28911386624 6311343 33554432000 4194304 4196468 140731193149632 139953256127120 139953705608917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 26 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
[pid=3685/tid=3689] ppid=3683 vsize=28233776 memory=6944656592387989600 CPUtime=1606.64 cores=0-7
/proc/3685/task/3689/stat : 3689 (java) S 3683 3683 3329 0 -1 1077944384 20426642 0 0 0 158496 2168 0 0 20 0 20 0 477032770 28911386624 6311343 33554432000 4194304 4196468 140731193149632 139953255074064 139953705608917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 24 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
[pid=3685/tid=3690] ppid=3683 vsize=28233776 memory=8112282956445269571 CPUtime=1611.7 cores=0-7
/proc/3685/task/3690/stat : 3690 (java) S 3683 3683 3329 0 -1 1077944384 29978388 0 0 0 158696 2474 0 0 20 0 20 0 477032770 28911386624 6311343 33554432000 4194304 4196468 140731193149632 139953254021520 139953705608917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 20 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
[pid=3685/tid=3691] ppid=3683 vsize=28233776 memory=25245372 CPUtime=1608.01 cores=0-7
/proc/3685/task/3691/stat : 3691 (java) S 3683 3683 3329 0 -1 1077944384 21619383 0 0 0 158678 2123 0 0 20 0 20 0 477032770 28911386624 6311343 33554432000 4194304 4196468 140731193149632 139953252969488 139953705608917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 22 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
[pid=3685/tid=3692] ppid=3683 vsize=28233776 memory=3580 CPUtime=1609.4 cores=0-7
/proc/3685/task/3692/stat : 3692 (java) S 3683 3683 3329 0 -1 1077944384 25325963 0 0 0 158611 2329 0 0 20 0 20 0 477032770 28911386624 6311343 33554432000 4194304 4196468 140731193149632 139953251916944 139953705608917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 24 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
[pid=3685/tid=3693] ppid=3683 vsize=28233776 memory=43968 CPUtime=1607.25 cores=0-7
/proc/3685/task/3693/stat : 3693 (java) S 3683 3683 3329 0 -1 1077944384 21906761 0 0 0 158545 2180 0 0 20 0 20 0 477032770 28911386624 6311343 33554432000 4194304 4196468 140731193149632 139953250863888 139953705608917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 24 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
[pid=3685/tid=3694] ppid=3683 vsize=28233776 memory=8112282956445269571 CPUtime=1615.28 cores=0-7
/proc/3685/task/3694/stat : 3694 (java) S 3683 3683 3329 0 -1 1077944384 27209633 0 0 0 159063 2465 0 0 20 0 20 0 477032770 28911386624 6311343 33554432000 4194304 4196468 140731193149632 139953249811344 139953705608917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 25 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
[pid=3685/tid=3695] ppid=3683 vsize=28233776 memory=6628 CPUtime=149.85 cores=0-7
/proc/3685/task/3695/stat : 3695 (java) R 3683 3683 3329 0 -1 4202560 3621602 0 0 0 14772 213 0 0 20 0 20 0 477032772 28911386624 6311343 33554432000 4194304 4196468 140731193149632 139951968297696 139953690595112 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
[pid=3685/tid=3696] ppid=3683 vsize=28233776 memory=8836 CPUtime=0 cores=0-7
/proc/3685/task/3696/stat : 3696 (java) S 3683 3683 3329 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 477032772 28911386624 6311343 33554432000 4194304 4196468 140731193149632 139951967245536 139953705608917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
[pid=3685/tid=3697] ppid=3683 vsize=28233776 memory=11044 CPUtime=0 cores=0-7
/proc/3685/task/3697/stat : 3697 (java) S 3683 3683 3329 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 20 0 477032772 28911386624 6311343 33554432000 4194304 4196468 140731193149632 139951966192384 139953705608917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
[pid=3685/tid=3698] ppid=3683 vsize=28233776 memory=1456 CPUtime=0 cores=0-7
/proc/3685/task/3698/stat : 3698 (java) S 3683 3683 3329 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477032775 28911386624 6311343 33554432000 4194304 4196468 140731193149632 139951965140944 139953705617307 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
[pid=3685/tid=3699] ppid=3683 vsize=28233776 memory=25245372 CPUtime=0.85 cores=0-7
/proc/3685/task/3699/stat : 3699 (java) S 3683 3683 3329 0 -1 1077944384 6370 0 0 0 84 1 0 0 20 0 20 0 477032775 28911386624 6311343 33554432000 4194304 4196468 140731193149632 139951964089120 139953705608917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
[pid=3685/tid=3700] ppid=3683 vsize=28233776 memory=1548 CPUtime=0.9 cores=0-7
/proc/3685/task/3700/stat : 3700 (java) S 3683 3683 3329 0 -1 1077944384 7164 0 0 0 89 1 0 0 20 0 20 0 477032775 28911386624 6311343 33554432000 4194304 4196468 140731193149632 139951963036288 139953705608917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
[pid=3685/tid=3701] ppid=3683 vsize=28233776 memory=628 CPUtime=0.83 cores=0-7
/proc/3685/task/3701/stat : 3701 (java) S 3683 3683 3329 0 -1 1077944384 4183 0 0 0 82 1 0 0 20 0 20 0 477032775 28911386624 6311343 33554432000 4194304 4196468 140731193149632 139951961983520 139953705608917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
[pid=3685/tid=3702] ppid=3683 vsize=28233776 memory=1456 CPUtime=0.59 cores=0-7
/proc/3685/task/3702/stat : 3702 (java) S 3683 3683 3329 0 -1 1077944384 12908 0 0 0 57 2 0 0 20 0 20 0 477032775 28911386624 6311343 33554432000 4194304 4196468 140731193149632 139951960930976 139953705608917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
[pid=3685/tid=3703] ppid=3683 vsize=28233776 memory=1456 CPUtime=0 cores=0-7
/proc/3685/task/3703/stat : 3703 (java) S 3683 3683 3329 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 477032775 28911386624 6311343 33554432000 4194304 4196468 140731193149632 139951959878112 139953705608917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
[pid=3685/tid=3704] ppid=3683 vsize=28233776 memory=55 CPUtime=0.85 cores=0-7
/proc/3685/task/3704/stat : 3704 (java) S 3683 3683 3329 0 -1 1077944384 3414 0 0 0 45 40 0 0 20 0 20 0 477032775 28911386624 6311343 33554432000 4194304 4196468 140731193149632 139951958825648 139953705609858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 12 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
Current children cumulated CPU time: 13353.5 s
Current children cumulated vsize: 28346904 KiB
Current children cumulated memory: 25246828 KiB

[startup+2102.4 s]
/proc/loadavg: 7.37 7.71 7.23 2/212 3887
/proc/meminfo: memFree=191700/32770624 swapFree=66998200/67108860
[pid=3683] ppid=3680 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/3683/stat : 3683 (xcsp3-exec) S 3680 3683 3329 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 477032769 115843072 364 33554432000 4194304 5098028 140726625994496 140726625992600 139946582717052 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 14209024 140726625997685 140726625997929 140726625997929 140726626000842 0
/proc/3683/statm: 28282 364 305 221 0 87 0
[pid=3685] ppid=3683 vsize=28233776 memory=25245372 CPUtime=13355.2 cores=0-7
/proc/3685/stat : 3685 (java) S 3683 3683 3329 0 -1 1077944320 197075376 0 0 0 1316630 18885 0 0 20 0 20 0 477032769 28911386624 6311343 33554432000 4194304 4196468 140731193149632 140731193132176 139953705598711 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
/proc/3685/statm: 7058444 6311343 3298 1 0 7019544 0
[pid=3685/tid=3686] ppid=3683 vsize=28233776 memory=3648 CPUtime=323.32 cores=0-7
/proc/3685/task/3686/stat : 3686 (java) S 3683 3683 3329 0 -1 1077944384 105738 0 0 0 32203 129 0 0 20 0 20 0 477032769 28911386624 6311343 33554432000 4194304 4196468 140731193149632 139953709836752 139953705608917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
[pid=3685/tid=3687] ppid=3683 vsize=28233776 memory=948 CPUtime=1608.47 cores=0-7
/proc/3685/task/3687/stat : 3687 (java) S 3683 3683 3329 0 -1 1077944384 24165995 0 0 0 158344 2503 0 0 20 0 20 0 477032770 28911386624 6311343 33554432000 4194304 4196468 140731193149632 139953658219024 139953705608917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 23 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
[pid=3685/tid=3688] ppid=3683 vsize=28233776 memory=3580 CPUtime=1609.44 cores=0-7
/proc/3685/task/3688/stat : 3688 (java) S 3683 3683 3329 0 -1 1077944384 22679005 0 0 0 158674 2270 0 0 20 0 20 0 477032770 28911386624 6311343 33554432000 4194304 4196468 140731193149632 139953256127120 139953705608917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 26 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
[pid=3685/tid=3689] ppid=3683 vsize=28233776 memory=43968 CPUtime=1606.64 cores=0-7
/proc/3685/task/3689/stat : 3689 (java) S 3683 3683 3329 0 -1 1077944384 20426642 0 0 0 158496 2168 0 0 20 0 20 0 477032770 28911386624 6311343 33554432000 4194304 4196468 140731193149632 139953255074064 139953705608917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 24 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
[pid=3685/tid=3690] ppid=3683 vsize=28233776 memory=984 CPUtime=1611.7 cores=0-7
/proc/3685/task/3690/stat : 3690 (java) S 3683 3683 3329 0 -1 1077944384 29978388 0 0 0 158696 2474 0 0 20 0 20 0 477032770 28911386624 6311343 33554432000 4194304 4196468 140731193149632 139953254021520 139953705608917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 20 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
[pid=3685/tid=3691] ppid=3683 vsize=28233776 memory=2024 CPUtime=1608.01 cores=0-7
/proc/3685/task/3691/stat : 3691 (java) S 3683 3683 3329 0 -1 1077944384 21619383 0 0 0 158678 2123 0 0 20 0 20 0 477032770 28911386624 6311343 33554432000 4194304 4196468 140731193149632 139953252969488 139953705608917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 22 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
[pid=3685/tid=3692] ppid=3683 vsize=28233776 memory=628 CPUtime=1609.4 cores=0-7
/proc/3685/task/3692/stat : 3692 (java) S 3683 3683 3329 0 -1 1077944384 25325963 0 0 0 158611 2329 0 0 20 0 20 0 477032770 28911386624 6311343 33554432000 4194304 4196468 140731193149632 139953251916944 139953705608917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 24 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
[pid=3685/tid=3693] ppid=3683 vsize=28233776 memory=1056 CPUtime=1607.25 cores=0-7
/proc/3685/task/3693/stat : 3693 (java) S 3683 3683 3329 0 -1 1077944384 21906761 0 0 0 158545 2180 0 0 20 0 20 0 477032770 28911386624 6311343 33554432000 4194304 4196468 140731193149632 139953250863888 139953705608917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 24 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
[pid=3685/tid=3694] ppid=3683 vsize=28233776 memory=1716 CPUtime=1615.28 cores=0-7
/proc/3685/task/3694/stat : 3694 (java) S 3683 3683 3329 0 -1 1077944384 27209633 0 0 0 159063 2465 0 0 20 0 20 0 477032770 28911386624 6311343 33554432000 4194304 4196468 140731193149632 139953249811344 139953705608917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 25 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
[pid=3685/tid=3695] ppid=3683 vsize=28233776 memory=6088 CPUtime=151.45 cores=0-7
/proc/3685/task/3695/stat : 3695 (java) R 3683 3683 3329 0 -1 4202560 3622531 0 0 0 14932 213 0 0 20 0 20 0 477032772 28911386624 6311343 33554432000 4194304 4196468 140731193149632 139951968297696 139953690056314 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
[pid=3685/tid=3696] ppid=3683 vsize=28233776 memory=164 CPUtime=0 cores=0-7
/proc/3685/task/3696/stat : 3696 (java) S 3683 3683 3329 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 477032772 28911386624 6311343 33554432000 4194304 4196468 140731193149632 139951967245536 139953705608917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
[pid=3685/tid=3697] ppid=3683 vsize=28233776 memory=1548 CPUtime=0 cores=0-7
/proc/3685/task/3697/stat : 3697 (java) S 3683 3683 3329 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 20 0 477032772 28911386624 6311343 33554432000 4194304 4196468 140731193149632 139951966192384 139953705608917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
[pid=3685/tid=3698] ppid=3683 vsize=28233776 memory=628 CPUtime=0 cores=0-7
/proc/3685/task/3698/stat : 3698 (java) S 3683 3683 3329 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477032775 28911386624 6311343 33554432000 4194304 4196468 140731193149632 139951965140944 139953705617307 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
[pid=3685/tid=3699] ppid=3683 vsize=28233776 memory=1056 CPUtime=0.85 cores=0-7
/proc/3685/task/3699/stat : 3699 (java) S 3683 3683 3329 0 -1 1077944384 6370 0 0 0 84 1 0 0 20 0 20 0 477032775 28911386624 6311343 33554432000 4194304 4196468 140731193149632 139951964089120 139953705608917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
[pid=3685/tid=3700] ppid=3683 vsize=28233776 memory=14012 CPUtime=0.9 cores=0-7
/proc/3685/task/3700/stat : 3700 (java) S 3683 3683 3329 0 -1 1077944384 7164 0 0 0 89 1 0 0 20 0 20 0 477032775 28911386624 6311343 33554432000 4194304 4196468 140731193149632 139951963036288 139953705608917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
[pid=3685/tid=3701] ppid=3683 vsize=28233776 memory=2116 CPUtime=0.83 cores=0-7
/proc/3685/task/3701/stat : 3701 (java) S 3683 3683 3329 0 -1 1077944384 4183 0 0 0 82 1 0 0 20 0 20 0 477032775 28911386624 6311343 33554432000 4194304 4196468 140731193149632 139951961983520 139953705608917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
[pid=3685/tid=3702] ppid=3683 vsize=28233776 memory=18804 CPUtime=0.59 cores=0-7
/proc/3685/task/3702/stat : 3702 (java) S 3683 3683 3329 0 -1 1077944384 12908 0 0 0 57 2 0 0 20 0 20 0 477032775 28911386624 6311343 33554432000 4194304 4196468 140731193149632 139951960930976 139953705608917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
[pid=3685/tid=3703] ppid=3683 vsize=28233776 memory=12024 CPUtime=0 cores=0-7
/proc/3685/task/3703/stat : 3703 (java) S 3683 3683 3329 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 477032775 28911386624 6311343 33554432000 4194304 4196468 140731193149632 139951959878112 139953705608917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
[pid=3685/tid=3704] ppid=3683 vsize=28233776 memory=1164 CPUtime=0.85 cores=0-7
/proc/3685/task/3704/stat : 3704 (java) S 3683 3683 3329 0 -1 1077944384 3414 0 0 0 45 40 0 0 20 0 20 0 477032775 28911386624 6311343 33554432000 4194304 4196468 140731193149632 139951958825648 139953705609858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 12 0 0 6293624 6294260 27734016 140731193152490 140731193152662 140731193152662 140731193155535 0
Current children cumulated CPU time: 13355.1 s
Current children cumulated vsize: 28346904 KiB
Current children cumulated memory: 25246828 KiB

[startup+2103.2 s]
/proc/loadavg: 7.37 7.71 7.23 2/195 3889
/proc/meminfo: memFree=10131764/32770624 swapFree=66998200/67108860
[pid=3683] ppid=3680 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/3683/stat : 3683 (xcsp3-exec) S 3680 3683 3329 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 477032769 115843072 364 33554432000 4194304 5098028 140726625994496 140726625992600 139946582717052 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 14209024 140726625997685 140726625997929 140726625997929 140726626000842 0
/proc/3683/statm: 28282 364 305 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1456 KiB

[startup+2103.4 s]
/proc/loadavg: 7.37 7.71 7.23 2/195 3889
/proc/meminfo: memFree=10131764/32770624 swapFree=66998200/67108860
[pid=3683] ppid=3680 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/3683/stat : 3683 (xcsp3-exec) S 3680 3683 3329 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 477032769 115843072 364 33554432000 4194304 5098028 140726625994496 140726625992600 139946582717052 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 14209024 140726625997685 140726625997929 140726625997929 140726626000842 0
/proc/3683/statm: 28282 364 305 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1456 KiB

[startup+2103.5 s]
/proc/loadavg: 7.37 7.71 7.23 2/195 3889
/proc/meminfo: memFree=10131764/32770624 swapFree=66998200/67108860
[pid=3683] ppid=3680 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/3683/stat : 3683 (xcsp3-exec) S 3680 3683 3329 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 477032769 115843072 364 33554432000 4194304 5098028 140726625994496 140726625992600 139946582717052 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 14209024 140726625997685 140726625997929 140726625997929 140726626000842 0
/proc/3683/statm: 28282 364 305 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1456 KiB

Child status: 1
Real time (s): 2103.52
CPU time (s): 13356.2
CPU user time (s): 13166.6
CPU system time (s): 189.578
CPU usage (%): 634.947
Max. virtual memory (cumulated for all children) (KiB): 28346904
Max. memory (cumulated for all children) (KiB): 25246872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13166.6
system time used= 189.578
maximum resident set size= 25245808
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 197136856
page faults= 2
swaps= 0
block input operations= 17888
block output operations= 2560
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 164954
involuntary context switches= 206059


# summary of solver processes directly reported to runsolver:
#   pid: 3683
#   total CPU time (s): 13356.2
#   total CPU user time (s): 13166.6
#   total CPU system time (s): 189.578

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.7219 second user time and 22.6263 second system time

The end

Launcher Data

Begin job on node106 at 2019-09-20 20:28:24
IDJOB=4404333
IDBENCH=138480
IDSOLVER=2865
FILE ID=node106/4404333-1569007785
RUNJOBID= node106-1569001582-3356
PBS_JOBID= 21704752
Free space on /tmp= 23488 MiB

SOLVER NAME= choco-solver 2019-09-20 parallel
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-js15/SuperTaillard-js-15-13.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 24000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4404333-1569007785/watcher-4404333-1569007785 -o /tmp/evaluation-result-4404333-1569007785/solver-4404333-1569007785 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node106-1569001582-3356 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1316972656 HOME/instance-4404333-1569007785.xml

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

MD5SUM BENCH= 388994c608323cc5ca888624a3c66f06
RANDOM SEED=1316972656

node106.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.79
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.79
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.79
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.79
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:        17905752 kB
MemAvailable:   31856304 kB
Buffers:           67280 kB
Cached:         13958380 kB
SwapCached:         4072 kB
Active:          6740936 kB
Inactive:        7292232 kB
Active(anon):       4236 kB
Inactive(anon):    46196 kB
Active(file):    6736700 kB
Inactive(file):  7246036 kB
Unevictable:      109088 kB
Mlocked:          109088 kB
SwapTotal:      67108860 kB
SwapFree:       66998184 kB
Dirty:             26480 kB
Writeback:             0 kB
AnonPages:        113780 kB
Mapped:            47308 kB
Shmem:             33948 kB
Slab:             425036 kB
SReclaimable:     396276 kB
SUnreclaim:        28760 kB
KernelStack:        3360 kB
PageTables:         5592 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     497552 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 23460 MiB
End job on node106 at 2019-09-20 21:03:28