Trace number 4271320

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 4.0.5 par (2017-08-09)? 4125.4399 648.60999

General information on the benchmark

NameSuperSolutions/SuperSolutions-Queens-s1/
SuperQueens-14.xml
MD5SUMe8698b72f1d598ed72051801219b61cc
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables160
Number of constraints9560
Number of domains1
Minimum domain size80
Maximum domain size80
Distribution of domain sizes[{"size":80,"count":160}]
Minimum variable degree80
Maximum variable degree159
Distribution of variable degrees[{"degree":80,"count":80},{"degree":159,"count":80}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":9560}]
Number of extensional constraints0
Number of intensional constraints9560
Distribution of constraint types[{"type":"intension","count":9560}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4271320-1502810347.xml"  -tl '20160s' -p 8 -x 0
0.11/0.14	c [HOME/instance-4271320-1502810347.xml, -tl, 20160s, -p, 8, -x, 0]
0.11/0.20	c 8 solvers in parallel
0.33/0.26	c parse instance...
4125.33/648.53	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
4125.33/648.53		at org.chocosolver.solver.constraints.extension.TuplesFactory.generateTuples(TuplesFactory.java:88)
4125.33/648.53		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:148)
4125.33/648.53		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
4125.33/648.53		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
4125.33/648.53		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
4125.33/648.53		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
4125.33/648.53		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$346(XCallbacks.java:440)
4125.33/648.53		at org.xcsp.parser.XCallbacks$$Lambda$52/343965883.accept(Unknown Source)
4125.33/648.53		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
4125.33/648.53		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
4125.33/648.53		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
4125.33/648.53		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1406)
4125.33/648.53		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
4125.33/648.53		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
4125.33/648.53		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:260)
4125.33/648.53		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
4125.33/648.53		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:112)
4125.33/648.53		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
4125.33/648.53		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:23)
4125.33/648.53	s UNKNOWN
4125.33/648.53	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 (15324 MiB free)
  memory of node 1: 16384 MiB (15465 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4271320-1502810347/watcher-4271320-1502810347 -o /tmp/evaluation-result-4271320-1502810347/solver-4271320-1502810347 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node115-1502804443-30220 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 1802516287 HOME/instance-4271320-1502810347.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
Current StackSize limit: 8192 KiB

solver pid=30531, runsolver pid=30528

[startup+0.100157 s]*
/proc/loadavg: 6.89 6.60 6.37 2/199 30552
/proc/meminfo: memFree=31514968/32770624 swapFree=67108860/67108860
[pid=30531] ppid=30528 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/30531/stat : 30531 (xcsp3-exec) S 30528 30531 30193 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 114122409 9740288 346 33554432000 4194304 5098028 140734708570240 140734708568344 139940967297660 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18206720 140734708573284 140734708573495 140734708573495 140734708576235 0
/proc/30531/statm: 2378 346 289 221 0 87 0
[pid=30533] ppid=30531 vsize=25999808 memory=26632 CPUtime=0.11 cores=0-7
/proc/30533/stat : 30533 (java) S 30531 30531 30193 0 -1 1077944320 5484 0 0 0 10 1 0 0 20 0 20 0 114122409 26623803392 6658 33554432000 4194304 4196468 140731642571712 140731642554256 140382772301559 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
/proc/30533/statm: 6499952 6658 2868 1 0 6488269 0
[pid=30533/tid=30534] ppid=30531 vsize=25999808 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/30533/task/30534/stat : 30534 (java) R 30531 30531 30193 0 -1 4202560 3485 0 0 0 8 1 0 0 20 0 20 0 114122410 26623803392 6658 33554432000 4194304 4196468 140731642571712 140382776522456 140382772313494 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30535] ppid=30531 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30533/task/30535/stat : 30535 (java) S 30531 30531 30193 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114122411 26623803392 6658 33554432000 4194304 4196468 140731642571712 140382694881808 140382772311765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30536] ppid=30531 vsize=25999808 memory=139825843115648 CPUtime=0 cores=0-7
/proc/30533/task/30536/stat : 30536 (java) S 30531 30531 30193 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114122411 26623803392 6658 33554432000 4194304 4196468 140731642571712 140382693829264 140382772311765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30537] ppid=30531 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30533/task/30537/stat : 30537 (java) S 30531 30531 30193 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114122411 26623803392 6658 33554432000 4194304 4196468 140731642571712 140382692776208 140382772311765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30538] ppid=30531 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30533/task/30538/stat : 30538 (java) S 30531 30531 30193 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114122411 26623803392 6658 33554432000 4194304 4196468 140731642571712 140382691723664 140382772311765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30539] ppid=30531 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30533/task/30539/stat : 30539 (java) S 30531 30531 30193 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114122411 26623803392 6658 33554432000 4194304 4196468 140731642571712 140382690671632 140382772311765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30540] ppid=30531 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/30533/task/30540/stat : 30540 (java) S 30531 30531 30193 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114122411 26623803392 6658 33554432000 4194304 4196468 140731642571712 140382689619088 140382772311765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30541] ppid=30531 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30533/task/30541/stat : 30541 (java) S 30531 30531 30193 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114122411 26623803392 6658 33554432000 4194304 4196468 140731642571712 140382688566032 140382772311765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30542] ppid=30531 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30533/task/30542/stat : 30542 (java) S 30531 30531 30193 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114122411 26623803392 6658 33554432000 4194304 4196468 140731642571712 140382687513488 140382772311765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30543] ppid=30531 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30533/task/30543/stat : 30543 (java) S 30531 30531 30193 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114122412 26623803392 6658 33554432000 4194304 4196468 140731642571712 140382167914736 140382772312706 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30544] ppid=30531 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30533/task/30544/stat : 30544 (java) S 30531 30531 30193 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 114122412 26623803392 6658 33554432000 4194304 4196468 140731642571712 140382166860960 140382772311765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30545] ppid=30531 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30533/task/30545/stat : 30545 (java) S 30531 30531 30193 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 114122413 26623803392 6658 33554432000 4194304 4196468 140731642571712 140382165807856 140382772311765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30546] ppid=30531 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30533/task/30546/stat : 30546 (java) S 30531 30531 30193 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114122415 26623803392 6658 33554432000 4194304 4196468 140731642571712 140382164756432 140382772320155 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30547] ppid=30531 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30533/task/30547/stat : 30547 (java) R 30531 30531 30193 0 -1 1077944384 297 0 0 0 0 0 0 0 20 0 20 0 114122415 26623803392 6658 33554432000 4194304 4196468 140731642571712 140382163704560 140382772312706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30548] ppid=30531 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30533/task/30548/stat : 30548 (java) S 30531 30531 30193 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114122415 26623803392 6658 33554432000 4194304 4196468 140731642571712 140382162652016 140382772312706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30549] ppid=30531 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30533/task/30549/stat : 30549 (java) R 30531 30531 30193 0 -1 4202560 123 0 0 0 0 0 0 0 20 0 20 0 114122415 26623803392 6658 33554432000 4194304 4196468 140731642571712 140382161598960 140382772322906 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30550] ppid=30531 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/30533/task/30550/stat : 30550 (java) S 30531 30531 30193 0 -1 1077944384 266 0 0 0 1 0 0 0 20 0 20 0 114122415 26623803392 6658 33554432000 4194304 4196468 140731642571712 140382160546416 140382772312706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30551] ppid=30531 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30533/task/30551/stat : 30551 (java) S 30531 30531 30193 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114122415 26623803392 6658 33554432000 4194304 4196468 140731642571712 140382159493600 140382772311765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30552] ppid=30531 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/30533/task/30552/stat : 30552 (java) S 30531 30531 30193 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114122416 26623803392 6658 33554432000 4194304 4196468 140731642571712 140382158441136 140382772312706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 28016 KiB

[startup+0.210181 s]*
/proc/loadavg: 6.89 6.60 6.37 2/199 30552
/proc/meminfo: memFree=31502476/32770624 swapFree=67108860/67108860
[pid=30531] ppid=30528 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/30531/stat : 30531 (xcsp3-exec) S 30528 30531 30193 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 114122409 9740288 346 33554432000 4194304 5098028 140734708570240 140734708568344 139940967297660 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18206720 140734708573284 140734708573495 140734708573495 140734708576235 0
/proc/30531/statm: 2378 346 289 221 0 87 0
[pid=30533] ppid=30531 vsize=26004064 memory=39384 CPUtime=0.33 cores=0-7
/proc/30533/stat : 30533 (java) S 30531 30531 30193 0 -1 1077944320 8352 0 0 0 31 2 0 0 20 0 20 0 114122409 26628161536 9846 33554432000 4194304 4196468 140731642571712 140731642554256 140382772301559 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
/proc/30533/statm: 6501016 9846 3075 1 0 6488269 0
[pid=30533/tid=30534] ppid=30531 vsize=26004064 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/30533/task/30534/stat : 30534 (java) R 30531 30531 30193 0 -1 4202560 5397 0 0 0 18 1 0 0 20 0 20 0 114122410 26628161536 9846 33554432000 4194304 4196468 140731642571712 140382776515568 140382365155400 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30535] ppid=30531 vsize=26004064 memory=331 CPUtime=0 cores=0-7
/proc/30533/task/30535/stat : 30535 (java) S 30531 30531 30193 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114122411 26628161536 9846 33554432000 4194304 4196468 140731642571712 140382694881808 140382772311765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30536] ppid=30531 vsize=26004064 memory=288370201994827392 CPUtime=0 cores=0-7
/proc/30533/task/30536/stat : 30536 (java) S 30531 30531 30193 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114122411 26628161536 9846 33554432000 4194304 4196468 140731642571712 140382693829264 140382772311765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30537] ppid=30531 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/30533/task/30537/stat : 30537 (java) S 30531 30531 30193 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114122411 26628161536 9846 33554432000 4194304 4196468 140731642571712 140382692776208 140382772311765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30538] ppid=30531 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30533/task/30538/stat : 30538 (java) S 30531 30531 30193 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114122411 26628161536 9846 33554432000 4194304 4196468 140731642571712 140382691723664 140382772311765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30539] ppid=30531 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30533/task/30539/stat : 30539 (java) S 30531 30531 30193 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114122411 26628161536 9846 33554432000 4194304 4196468 140731642571712 140382690671632 140382772311765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30540] ppid=30531 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/30533/task/30540/stat : 30540 (java) S 30531 30531 30193 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114122411 26628161536 9846 33554432000 4194304 4196468 140731642571712 140382689619088 140382772311765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30541] ppid=30531 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30533/task/30541/stat : 30541 (java) S 30531 30531 30193 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114122411 26628161536 9846 33554432000 4194304 4196468 140731642571712 140382688566032 140382772311765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30542] ppid=30531 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30533/task/30542/stat : 30542 (java) S 30531 30531 30193 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114122411 26628161536 9846 33554432000 4194304 4196468 140731642571712 140382687513488 140382772311765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30543] ppid=30531 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30533/task/30543/stat : 30543 (java) S 30531 30531 30193 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114122412 26628161536 9846 33554432000 4194304 4196468 140731642571712 140382167914736 140382772312706 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30544] ppid=30531 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30533/task/30544/stat : 30544 (java) S 30531 30531 30193 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 114122412 26628161536 9846 33554432000 4194304 4196468 140731642571712 140382166860960 140382772311765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30545] ppid=30531 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30533/task/30545/stat : 30545 (java) S 30531 30531 30193 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 114122413 26628161536 9846 33554432000 4194304 4196468 140731642571712 140382165807856 140382772311765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30546] ppid=30531 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30533/task/30546/stat : 30546 (java) S 30531 30531 30193 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114122415 26628161536 9846 33554432000 4194304 4196468 140731642571712 140382164756432 140382772320155 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30547] ppid=30531 vsize=26004064 memory=0 CPUtime=0.02 cores=0-7
/proc/30533/task/30547/stat : 30547 (java) S 30531 30531 30193 0 -1 1077944384 678 0 0 0 2 0 0 0 20 0 20 0 114122415 26628161536 9846 33554432000 4194304 4196468 140731642571712 140382163704560 140382772312706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30548] ppid=30531 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/30533/task/30548/stat : 30548 (java) S 30531 30531 30193 0 -1 1077944384 9 0 0 0 1 0 0 0 20 0 20 0 114122415 26628161536 9846 33554432000 4194304 4196468 140731642571712 140382162652016 140382772312706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30549] ppid=30531 vsize=26004064 memory=-1 CPUtime=0.01 cores=0-7
/proc/30533/task/30549/stat : 30549 (java) S 30531 30531 30193 0 -1 1077944384 214 0 0 0 1 0 0 0 20 0 20 0 114122415 26628161536 9846 33554432000 4194304 4196468 140731642571712 140382161598960 140382772312706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30550] ppid=30531 vsize=26004064 memory=-1 CPUtime=0.07 cores=0-7
/proc/30533/task/30550/stat : 30550 (java) R 30531 30531 30193 0 -1 4202560 744 0 0 0 7 0 0 0 20 0 20 0 114122415 26628161536 9846 33554432000 4194304 4196468 140731642571712 140382160546416 140382772315441 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30551] ppid=30531 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30533/task/30551/stat : 30551 (java) S 30531 30531 30193 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114122415 26628161536 9846 33554432000 4194304 4196468 140731642571712 140382159493600 140382772311765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30552] ppid=30531 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/30533/task/30552/stat : 30552 (java) S 30531 30531 30193 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114122416 26628161536 9846 33554432000 4194304 4196468 140731642571712 140382158441136 140382772312706 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40768 KiB

[startup+0.309539 s]*
/proc/loadavg: 6.89 6.60 6.37 3/199 30552
/proc/meminfo: memFree=31498548/32770624 swapFree=67108860/67108860
[pid=30531] ppid=30528 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/30531/stat : 30531 (xcsp3-exec) S 30528 30531 30193 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 114122409 9740288 346 33554432000 4194304 5098028 140734708570240 140734708568344 139940967297660 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18206720 140734708573284 140734708573495 140734708573495 140734708576235 0
/proc/30531/statm: 2378 346 289 221 0 87 0
[pid=30533] ppid=30531 vsize=26004064 memory=43744 CPUtime=0.5 cores=0-7
/proc/30533/stat : 30533 (java) S 30531 30531 30193 0 -1 1077944320 9156 0 0 0 47 3 0 0 20 0 20 0 114122409 26628161536 10936 33554432000 4194304 4196468 140731642571712 140731642554256 140382772301559 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
/proc/30533/statm: 6501016 10936 3089 1 0 6488269 0
[pid=30533/tid=30534] ppid=30531 vsize=26004064 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/30533/task/30534/stat : 30534 (java) R 30531 30531 30193 0 -1 4202560 6060 0 0 0 27 2 0 0 20 0 20 0 114122410 26628161536 10936 33554432000 4194304 4196468 140731642571712 140382776539472 140382772313494 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30535] ppid=30531 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30533/task/30535/stat : 30535 (java) S 30531 30531 30193 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114122411 26628161536 10936 33554432000 4194304 4196468 140731642571712 140382694881808 140382772311765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30536] ppid=30531 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30533/task/30536/stat : 30536 (java) S 30531 30531 30193 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114122411 26628161536 10936 33554432000 4194304 4196468 140731642571712 140382693829264 140382772311765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30537] ppid=30531 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30533/task/30537/stat : 30537 (java) S 30531 30531 30193 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114122411 26628161536 10936 33554432000 4194304 4196468 140731642571712 140382692776208 140382772311765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30538] ppid=30531 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30533/task/30538/stat : 30538 (java) S 30531 30531 30193 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114122411 26628161536 10936 33554432000 4194304 4196468 140731642571712 140382691723664 140382772311765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30539] ppid=30531 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/30533/task/30539/stat : 30539 (java) S 30531 30531 30193 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114122411 26628161536 10936 33554432000 4194304 4196468 140731642571712 140382690671632 140382772311765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30540] ppid=30531 vsize=26004064 memory=139825680315311 CPUtime=0 cores=0-7
/proc/30533/task/30540/stat : 30540 (java) S 30531 30531 30193 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114122411 26628161536 10936 33554432000 4194304 4196468 140731642571712 140382689619088 140382772311765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30541] ppid=30531 vsize=26004064 memory=139825680317616 CPUtime=0 cores=0-7
/proc/30533/task/30541/stat : 30541 (java) S 30531 30531 30193 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114122411 26628161536 10936 33554432000 4194304 4196468 140731642571712 140382688566032 140382772311765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30542] ppid=30531 vsize=26004064 memory=139825680319920 CPUtime=0 cores=0-7
/proc/30533/task/30542/stat : 30542 (java) S 30531 30531 30193 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114122411 26628161536 10936 33554432000 4194304 4196468 140731642571712 140382687513488 140382772311765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30543] ppid=30531 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30533/task/30543/stat : 30543 (java) S 30531 30531 30193 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114122412 26628161536 10936 33554432000 4194304 4196468 140731642571712 140382167914736 140382772312706 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30544] ppid=30531 vsize=26004064 memory=279651360646800 CPUtime=0 cores=0-7
/proc/30533/task/30544/stat : 30544 (java) S 30531 30531 30193 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 114122412 26628161536 10936 33554432000 4194304 4196468 140731642571712 140382166860960 140382772311765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30545] ppid=30531 vsize=26004064 memory=279651360653712 CPUtime=0 cores=0-7
/proc/30533/task/30545/stat : 30545 (java) S 30531 30531 30193 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 114122413 26628161536 10936 33554432000 4194304 4196468 140731642571712 140382165807856 140382772311765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30546] ppid=30531 vsize=26004064 memory=279651360594864 CPUtime=0 cores=0-7
/proc/30533/task/30546/stat : 30546 (java) S 30531 30531 30193 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114122415 26628161536 10936 33554432000 4194304 4196468 140731642571712 140382164756432 140382772320155 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30547] ppid=30531 vsize=26004064 memory=279651360667536 CPUtime=0.02 cores=0-7
/proc/30533/task/30547/stat : 30547 (java) S 30531 30531 30193 0 -1 1077944384 680 0 0 0 2 0 0 0 20 0 20 0 114122415 26628161536 10936 33554432000 4194304 4196468 140731642571712 140382163704560 140382772312706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30548] ppid=30531 vsize=26004064 memory=279651360674448 CPUtime=0.02 cores=0-7
/proc/30533/task/30548/stat : 30548 (java) S 30531 30531 30193 0 -1 1077944384 51 0 0 0 2 0 0 0 20 0 20 0 114122415 26628161536 10936 33554432000 4194304 4196468 140731642571712 140382162652016 140382772312706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30549] ppid=30531 vsize=26004064 memory=279651360672144 CPUtime=0.02 cores=0-7
/proc/30533/task/30549/stat : 30549 (java) S 30531 30531 30193 0 -1 1077944384 221 0 0 0 2 0 0 0 20 0 20 0 114122415 26628161536 10936 33554432000 4194304 4196468 140731642571712 140382161598960 140382772312706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30550] ppid=30531 vsize=26004064 memory=279651360688304 CPUtime=0.12 cores=0-7
/proc/30533/task/30550/stat : 30550 (java) R 30531 30531 30193 0 -1 4202560 834 0 0 0 12 0 0 0 20 0 20 0 114122415 26628161536 10936 33554432000 4194304 4196468 140731642571712 140382160544080 140382772313494 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30551] ppid=30531 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30533/task/30551/stat : 30551 (java) S 30531 30531 30193 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114122415 26628161536 10936 33554432000 4194304 4196468 140731642571712 140382159493600 140382772311765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30552] ppid=30531 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/30533/task/30552/stat : 30552 (java) S 30531 30531 30193 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114122416 26628161536 10936 33554432000 4194304 4196468 140731642571712 140382158441136 140382772312706 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 45128 KiB

[startup+0.700902 s]
/proc/loadavg: 6.89 6.60 6.37 6/199 30552
/proc/meminfo: memFree=31472160/32770624 swapFree=67108860/67108860
[pid=30531] ppid=30528 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/30531/stat : 30531 (xcsp3-exec) S 30528 30531 30193 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 114122409 9740288 346 33554432000 4194304 5098028 140734708570240 140734708568344 139940967297660 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18206720 140734708573284 140734708573495 140734708573495 140734708576235 0
/proc/30531/statm: 2378 346 289 221 0 87 0
[pid=30533] ppid=30531 vsize=26004140 memory=143232 CPUtime=2.04 cores=0-7
/proc/30533/stat : 30533 (java) S 30531 30531 30193 0 -1 1077944320 13523 0 0 0 198 6 0 0 20 0 20 0 114122409 26628239360 35808 33554432000 4194304 4196468 140731642571712 140731642554256 140382772301559 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
/proc/30533/statm: 6501035 35808 3201 1 0 6488269 0
[pid=30533/tid=30534] ppid=30531 vsize=26004140 memory=279651361046192 CPUtime=0.67 cores=0-7
/proc/30533/task/30534/stat : 30534 (java) R 30531 30531 30193 0 -1 4202560 6435 0 0 0 64 3 0 0 20 0 20 0 114122410 26628239360 35808 33554432000 4194304 4196468 140731642571712 140382776538816 140382368833581 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30535] ppid=30531 vsize=26004140 memory=139825680524144 CPUtime=0 cores=0-7
/proc/30533/task/30535/stat : 30535 (java) S 30531 30531 30193 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114122411 26628239360 35808 33554432000 4194304 4196468 140731642571712 140382694881808 140382772311765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30536] ppid=30531 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/30533/task/30536/stat : 30536 (java) S 30531 30531 30193 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114122411 26628239360 35808 33554432000 4194304 4196468 140731642571712 140382693829264 140382772311765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30537] ppid=30531 vsize=26004140 memory=10928 CPUtime=0 cores=0-7
/proc/30533/task/30537/stat : 30537 (java) S 30531 30531 30193 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114122411 26628239360 35808 33554432000 4194304 4196468 140731642571712 140382692776208 140382772311765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0

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

[pid=30531] ppid=30528 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/30531/stat : 30531 (xcsp3-exec) S 30528 30531 30193 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 114122409 9740288 346 33554432000 4194304 5098028 140734708570240 140734708568344 139940967297660 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18206720 140734708573284 140734708573495 140734708573495 140734708576235 0
/proc/30531/statm: 2378 346 289 221 0 87 0
[pid=30533] ppid=30531 vsize=26006188 memory=15873736 CPUtime=4110.13 cores=0-7
/proc/30533/stat : 30533 (java) S 30531 30531 30193 0 -1 1077944320 1440228 0 0 0 405533 5480 0 0 20 0 20 0 114122409 26630336512 3968434 33554432000 4194304 4196468 140731642571712 140731642554256 140382772301559 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
/proc/30533/statm: 6501547 3968434 3281 1 0 6488781 0
[pid=30533/tid=30534] ppid=30531 vsize=26006188 memory=2408 CPUtime=131.82 cores=0-7
/proc/30533/task/30534/stat : 30534 (java) S 30531 30531 30193 0 -1 1077944384 16892 0 0 0 13161 21 0 0 20 0 20 0 114122410 26630336512 3968434 33554432000 4194304 4196468 140731642571712 140382776541808 140382772311765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30535] ppid=30531 vsize=26006188 memory=6791534058613427641 CPUtime=494.23 cores=0-7
/proc/30533/task/30535/stat : 30535 (java) R 30531 30531 30193 0 -1 4202560 129570 0 0 0 48741 682 0 0 20 0 20 0 114122411 26630336512 3968434 33554432000 4194304 4196468 140731642571712 140382694881616 140382764929767 0 4 0 16800975 0 0 0 -1 1 0 0 44 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30536] ppid=30531 vsize=26006188 memory=270952306896537 CPUtime=493.99 cores=0-7
/proc/30533/task/30536/stat : 30536 (java) R 30531 30531 30193 0 -1 4202560 121521 0 0 0 48754 645 0 0 20 0 20 0 114122411 26630336512 3968434 33554432000 4194304 4196468 140731642571712 140382693829072 140382764929767 0 4 0 16800975 0 0 0 -1 6 0 0 49 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30537] ppid=30531 vsize=26006188 memory=270952306896538 CPUtime=495.71 cores=0-7
/proc/30533/task/30537/stat : 30537 (java) R 30531 30531 30193 0 -1 4202560 117507 0 0 0 48909 662 0 0 20 0 20 0 114122411 26630336512 3968434 33554432000 4194304 4196468 140731642571712 140382692776016 140382764929767 0 4 0 16800975 0 0 0 -1 3 0 0 49 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30538] ppid=30531 vsize=26006188 memory=270952306896539 CPUtime=494.79 cores=0-7
/proc/30533/task/30538/stat : 30538 (java) R 30531 30531 30193 0 -1 4202560 99238 0 0 0 48797 682 0 0 20 0 20 0 114122411 26630336512 3968434 33554432000 4194304 4196468 140731642571712 140382691723472 140382764929767 0 4 0 16800975 0 0 0 -1 5 0 0 46 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30539] ppid=30531 vsize=26006188 memory=1236 CPUtime=494.44 cores=0-7
/proc/30533/task/30539/stat : 30539 (java) R 30531 30531 30193 0 -1 4202560 108148 0 0 0 48771 673 0 0 20 0 20 0 114122411 26630336512 3968434 33554432000 4194304 4196468 140731642571712 140382690671440 140382764929767 0 4 0 16800975 0 0 0 -1 4 0 0 51 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30540] ppid=30531 vsize=26006188 memory=4384 CPUtime=494.1 cores=0-7
/proc/30533/task/30540/stat : 30540 (java) R 30531 30531 30193 0 -1 4202560 109716 0 0 0 48736 674 0 0 20 0 20 0 114122411 26630336512 3968434 33554432000 4194304 4196468 140731642571712 140382689618896 140382764929767 0 4 0 16800975 0 0 0 -1 2 0 0 47 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30541] ppid=30531 vsize=26006188 memory=932 CPUtime=495.66 cores=0-7
/proc/30533/task/30541/stat : 30541 (java) R 30531 30531 30193 0 -1 4202560 128770 0 0 0 48829 737 0 0 20 0 20 0 114122411 26630336512 3968434 33554432000 4194304 4196468 140731642571712 140382688566232 140382765398036 0 4 0 16800975 0 0 0 -1 0 0 0 50 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30542] ppid=30531 vsize=26006188 memory=1576 CPUtime=493.49 cores=0-7
/proc/30533/task/30542/stat : 30542 (java) R 30531 30531 30193 0 -1 4202560 105515 0 0 0 48702 647 0 0 20 0 20 0 114122411 26630336512 3968434 33554432000 4194304 4196468 140731642571712 140382687513608 140382764929767 0 4 0 16800975 0 0 0 -1 7 0 0 50 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30543] ppid=30531 vsize=26006188 memory=2240 CPUtime=14.53 cores=0-7
/proc/30533/task/30543/stat : 30543 (java) S 30531 30531 30193 0 -1 1077944384 460986 0 0 0 1408 45 0 0 20 0 20 0 114122412 26630336512 3968434 33554432000 4194304 4196468 140731642571712 140382167913280 140382772311765 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30544] ppid=30531 vsize=26006188 memory=8632 CPUtime=0 cores=0-7
/proc/30533/task/30544/stat : 30544 (java) S 30531 30531 30193 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 20 0 114122412 26630336512 3968434 33554432000 4194304 4196468 140731642571712 140382166861024 140382772311765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30545] ppid=30531 vsize=26006188 memory=5664 CPUtime=0 cores=0-7
/proc/30533/task/30545/stat : 30545 (java) S 30531 30531 30193 0 -1 1077944384 139 0 0 0 0 0 0 0 20 0 20 0 114122413 26630336512 3968434 33554432000 4194304 4196468 140731642571712 140382165807872 140382772311765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30546] ppid=30531 vsize=26006188 memory=4616 CPUtime=0 cores=0-7
/proc/30533/task/30546/stat : 30546 (java) S 30531 30531 30193 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114122415 26630336512 3968434 33554432000 4194304 4196468 140731642571712 140382164756432 140382772320155 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30547] ppid=30531 vsize=26006188 memory=1228 CPUtime=2.2 cores=0-7
/proc/30533/task/30547/stat : 30547 (java) S 30531 30531 30193 0 -1 1077944384 10649 0 0 0 218 2 0 0 20 0 20 0 114122415 26630336512 3968434 33554432000 4194304 4196468 140731642571712 140382163704608 140382772311765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 9 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30548] ppid=30531 vsize=26006188 memory=10928 CPUtime=2.19 cores=0-7
/proc/30533/task/30548/stat : 30548 (java) S 30531 30531 30193 0 -1 1077944384 7179 0 0 0 218 1 0 0 20 0 20 0 114122415 26630336512 3968434 33554432000 4194304 4196468 140731642571712 140382162652064 140382772311765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 9 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30549] ppid=30531 vsize=26006188 memory=1384 CPUtime=2.03 cores=0-7
/proc/30533/task/30549/stat : 30549 (java) S 30531 30531 30193 0 -1 1077944384 12132 0 0 0 201 2 0 0 20 0 20 0 114122415 26630336512 3968434 33554432000 4194304 4196468 140731642571712 140382161599008 140382772311765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30550] ppid=30531 vsize=26006188 memory=15873736 CPUtime=0.61 cores=0-7
/proc/30533/task/30550/stat : 30550 (java) S 30531 30531 30193 0 -1 1077944384 9702 0 0 0 60 1 0 0 20 0 20 0 114122415 26630336512 3968434 33554432000 4194304 4196468 140731642571712 140382160546176 140382772311765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 8 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30551] ppid=30531 vsize=26006188 memory=1788 CPUtime=0 cores=0-7
/proc/30533/task/30551/stat : 30551 (java) S 30531 30531 30193 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114122415 26630336512 3968434 33554432000 4194304 4196468 140731642571712 140382159493600 140382772311765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30552] ppid=30531 vsize=26006188 memory=640 CPUtime=0.23 cores=0-7
/proc/30533/task/30552/stat : 30552 (java) S 30531 30531 30193 0 -1 1077944384 1250 0 0 0 16 7 0 0 20 0 20 0 114122416 26630336512 3968434 33554432000 4194304 4196468 140731642571712 140382158441136 140382772312706 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 8 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
Current children cumulated CPU time: 4110.13 s
Current children cumulated vsize: 26015700 KiB
Current children cumulated memory: 15875120 KiB

[startup+648.001 s]*
/proc/loadavg: 8.46 7.38 6.53 9/199 30559
/proc/meminfo: memFree=15641304/32770624 swapFree=67108860/67108860
[pid=30531] ppid=30528 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/30531/stat : 30531 (xcsp3-exec) S 30528 30531 30193 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 114122409 9740288 346 33554432000 4194304 5098028 140734708570240 140734708568344 139940967297660 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18206720 140734708573284 140734708573495 140734708573495 140734708576235 0
/proc/30531/statm: 2378 346 289 221 0 87 0
[pid=30533] ppid=30531 vsize=26006188 memory=15873736 CPUtime=4122.56 cores=0-7
/proc/30533/stat : 30533 (java) S 30531 30531 30193 0 -1 1077944320 1442959 0 0 0 406770 5486 0 0 20 0 20 0 114122409 26630336512 3968434 33554432000 4194304 4196468 140731642571712 140731642554256 140382772301559 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
/proc/30533/statm: 6501547 3968434 3281 1 0 6488781 0
[pid=30533/tid=30534] ppid=30531 vsize=26006188 memory=6791534058613427641 CPUtime=131.82 cores=0-7
/proc/30533/task/30534/stat : 30534 (java) S 30531 30531 30193 0 -1 1077944384 16892 0 0 0 13161 21 0 0 20 0 20 0 114122410 26630336512 3968434 33554432000 4194304 4196468 140731642571712 140382776541808 140382772311765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30535] ppid=30531 vsize=26006188 memory=15873736 CPUtime=495.78 cores=0-7
/proc/30533/task/30535/stat : 30535 (java) R 30531 30531 30193 0 -1 4202560 129570 0 0 0 48895 683 0 0 20 0 20 0 114122411 26630336512 3968434 33554432000 4194304 4196468 140731642571712 140382694881928 140382764929767 0 4 0 16800975 0 0 0 -1 1 0 0 44 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30536] ppid=30531 vsize=26006188 memory=18444 CPUtime=495.54 cores=0-7
/proc/30533/task/30536/stat : 30536 (java) R 30531 30531 30193 0 -1 4202560 121521 0 0 0 48908 646 0 0 20 0 20 0 114122411 26630336512 3968434 33554432000 4194304 4196468 140731642571712 140382693829384 140382764929767 0 4 0 16800975 0 0 0 -1 6 0 0 49 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30537] ppid=30531 vsize=26006188 memory=4126316290023845779 CPUtime=497.25 cores=0-7
/proc/30533/task/30537/stat : 30537 (java) R 30531 30531 30193 0 -1 4202560 117507 0 0 0 49062 663 0 0 20 0 20 0 114122411 26630336512 3968434 33554432000 4194304 4196468 140731642571712 140382692776328 140382764929767 0 4 0 16800975 0 0 0 -1 3 0 0 49 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30538] ppid=30531 vsize=26006188 memory=32184 CPUtime=496.34 cores=0-7
/proc/30533/task/30538/stat : 30538 (java) R 30531 30531 30193 0 -1 4202560 99238 0 0 0 48951 683 0 0 20 0 20 0 114122411 26630336512 3968434 33554432000 4194304 4196468 140731642571712 140382691723472 140382764929767 0 4 0 16800975 0 0 0 -1 5 0 0 46 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30539] ppid=30531 vsize=26006188 memory=1296 CPUtime=495.98 cores=0-7
/proc/30533/task/30539/stat : 30539 (java) R 30531 30531 30193 0 -1 4202560 108148 0 0 0 48925 673 0 0 20 0 20 0 114122411 26630336512 3968434 33554432000 4194304 4196468 140731642571712 140382690671752 140382764929767 0 4 0 16800975 0 0 0 -1 4 0 0 51 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30540] ppid=30531 vsize=26006188 memory=15873736 CPUtime=495.64 cores=0-7
/proc/30533/task/30540/stat : 30540 (java) R 30531 30531 30193 0 -1 4202560 109716 0 0 0 48890 674 0 0 20 0 20 0 114122411 26630336512 3968434 33554432000 4194304 4196468 140731642571712 140382689618896 140382764929767 0 4 0 16800975 0 0 0 -1 2 0 0 47 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30541] ppid=30531 vsize=26006188 memory=4100 CPUtime=497.27 cores=0-7
/proc/30533/task/30541/stat : 30541 (java) R 30531 30531 30193 0 -1 4202560 131501 0 0 0 48990 737 0 0 20 0 20 0 114122411 26630336512 3968434 33554432000 4194304 4196468 140731642571712 140382688566232 140382757002250 0 4 0 16800975 0 0 0 -1 0 0 0 50 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30542] ppid=30531 vsize=26006188 memory=1152 CPUtime=495.02 cores=0-7
/proc/30533/task/30542/stat : 30542 (java) S 30531 30531 30193 0 -1 1077944384 105515 0 0 0 48855 647 0 0 20 0 20 0 114122411 26630336512 3968434 33554432000 4194304 4196468 140731642571712 140382687513296 140382772312706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 50 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30543] ppid=30531 vsize=26006188 memory=3436 CPUtime=14.53 cores=0-7
/proc/30533/task/30543/stat : 30543 (java) S 30531 30531 30193 0 -1 1077944384 460986 0 0 0 1408 45 0 0 20 0 20 0 114122412 26630336512 3968434 33554432000 4194304 4196468 140731642571712 140382167913280 140382772311765 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30544] ppid=30531 vsize=26006188 memory=1384 CPUtime=0 cores=0-7
/proc/30533/task/30544/stat : 30544 (java) S 30531 30531 30193 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 20 0 114122412 26630336512 3968434 33554432000 4194304 4196468 140731642571712 140382166861024 140382772311765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30545] ppid=30531 vsize=26006188 memory=15873736 CPUtime=0 cores=0-7
/proc/30533/task/30545/stat : 30545 (java) S 30531 30531 30193 0 -1 1077944384 139 0 0 0 0 0 0 0 20 0 20 0 114122413 26630336512 3968434 33554432000 4194304 4196468 140731642571712 140382165807872 140382772311765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30546] ppid=30531 vsize=26006188 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/30533/task/30546/stat : 30546 (java) S 30531 30531 30193 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114122415 26630336512 3968434 33554432000 4194304 4196468 140731642571712 140382164756432 140382772320155 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30547] ppid=30531 vsize=26006188 memory=4126316290023845779 CPUtime=2.2 cores=0-7
/proc/30533/task/30547/stat : 30547 (java) S 30531 30531 30193 0 -1 1077944384 10649 0 0 0 218 2 0 0 20 0 20 0 114122415 26630336512 3968434 33554432000 4194304 4196468 140731642571712 140382163704608 140382772311765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 9 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30548] ppid=30531 vsize=26006188 memory=1728 CPUtime=2.19 cores=0-7
/proc/30533/task/30548/stat : 30548 (java) S 30531 30531 30193 0 -1 1077944384 7179 0 0 0 218 1 0 0 20 0 20 0 114122415 26630336512 3968434 33554432000 4194304 4196468 140731642571712 140382162652064 140382772311765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 9 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30549] ppid=30531 vsize=26006188 memory=1384 CPUtime=2.03 cores=0-7
/proc/30533/task/30549/stat : 30549 (java) S 30531 30531 30193 0 -1 1077944384 12132 0 0 0 201 2 0 0 20 0 20 0 114122415 26630336512 3968434 33554432000 4194304 4196468 140731642571712 140382161599008 140382772311765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30550] ppid=30531 vsize=26006188 memory=4132 CPUtime=0.61 cores=0-7
/proc/30533/task/30550/stat : 30550 (java) S 30531 30531 30193 0 -1 1077944384 9702 0 0 0 60 1 0 0 20 0 20 0 114122415 26630336512 3968434 33554432000 4194304 4196468 140731642571712 140382160546176 140382772311765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 8 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30551] ppid=30531 vsize=26006188 memory=32184 CPUtime=0 cores=0-7
/proc/30533/task/30551/stat : 30551 (java) S 30531 30531 30193 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114122415 26630336512 3968434 33554432000 4194304 4196468 140731642571712 140382159493600 140382772311765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30552] ppid=30531 vsize=26006188 memory=1296 CPUtime=0.23 cores=0-7
/proc/30533/task/30552/stat : 30552 (java) S 30531 30531 30193 0 -1 1077944384 1250 0 0 0 16 7 0 0 20 0 20 0 114122416 26630336512 3968434 33554432000 4194304 4196468 140731642571712 140382158441136 140382772312706 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 8 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
Current children cumulated CPU time: 4122.56 s
Current children cumulated vsize: 26015700 KiB
Current children cumulated memory: 15875120 KiB

[startup+648.401 s]
/proc/loadavg: 8.46 7.38 6.53 9/199 30559
/proc/meminfo: memFree=15641304/32770624 swapFree=67108860/67108860
[pid=30531] ppid=30528 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/30531/stat : 30531 (xcsp3-exec) S 30528 30531 30193 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 114122409 9740288 346 33554432000 4194304 5098028 140734708570240 140734708568344 139940967297660 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18206720 140734708573284 140734708573495 140734708573495 140734708576235 0
/proc/30531/statm: 2378 346 289 221 0 87 0
[pid=30533] ppid=30531 vsize=26006188 memory=15873736 CPUtime=4125.23 cores=0-7
/proc/30533/stat : 30533 (java) S 30531 30531 30193 0 -1 1077944320 1450564 0 0 0 407032 5491 0 0 20 0 20 0 114122409 26630336512 3968434 33554432000 4194304 4196468 140731642571712 140731642554256 140382772301559 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
/proc/30533/statm: 6501547 3968434 3281 1 0 6488781 0
[pid=30533/tid=30534] ppid=30531 vsize=26006188 memory=6791534058613427641 CPUtime=131.82 cores=0-7
/proc/30533/task/30534/stat : 30534 (java) S 30531 30531 30193 0 -1 1077944384 16892 0 0 0 13161 21 0 0 20 0 20 0 114122410 26630336512 3968434 33554432000 4194304 4196468 140731642571712 140382776541808 140382772311765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30535] ppid=30531 vsize=26006188 memory=15873736 CPUtime=496.1 cores=0-7
/proc/30533/task/30535/stat : 30535 (java) S 30531 30531 30193 0 -1 1077944384 130155 0 0 0 48927 683 0 0 20 0 20 0 114122411 26630336512 3968434 33554432000 4194304 4196468 140731642571712 140382694881808 140382772311765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 45 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30536] ppid=30531 vsize=26006188 memory=-3253322038155611931 CPUtime=495.87 cores=0-7
/proc/30533/task/30536/stat : 30536 (java) S 30531 30531 30193 0 -1 1077944384 121818 0 0 0 48941 646 0 0 20 0 20 0 114122411 26630336512 3968434 33554432000 4194304 4196468 140731642571712 140382693829264 140382772311765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 49 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30537] ppid=30531 vsize=26006188 memory=4132 CPUtime=497.59 cores=0-7
/proc/30533/task/30537/stat : 30537 (java) S 30531 30531 30193 0 -1 1077944384 117720 0 0 0 49092 667 0 0 20 0 20 0 114122411 26630336512 3968434 33554432000 4194304 4196468 140731642571712 140382692776208 140382772311765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 49 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30538] ppid=30531 vsize=26006188 memory=6791534058613427641 CPUtime=496.67 cores=0-7
/proc/30533/task/30538/stat : 30538 (java) S 30531 30531 30193 0 -1 1077944384 99540 0 0 0 48984 683 0 0 20 0 20 0 114122411 26630336512 3968434 33554432000 4194304 4196468 140731642571712 140382691723664 140382772311765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 47 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30539] ppid=30531 vsize=26006188 memory=3761688970380212320 CPUtime=496.3 cores=0-7
/proc/30533/task/30539/stat : 30539 (java) S 30531 30531 30193 0 -1 1077944384 108309 0 0 0 48957 673 0 0 20 0 20 0 114122411 26630336512 3968434 33554432000 4194304 4196468 140731642571712 140382690671632 140382772311765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 52 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30540] ppid=30531 vsize=26006188 memory=3761688970380212320 CPUtime=495.98 cores=0-7
/proc/30533/task/30540/stat : 30540 (java) S 30531 30531 30193 0 -1 1077944384 109908 0 0 0 48923 675 0 0 20 0 20 0 114122411 26630336512 3968434 33554432000 4194304 4196468 140731642571712 140382689619088 140382772311765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 48 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30541] ppid=30531 vsize=26006188 memory=11930 CPUtime=497.59 cores=0-7
/proc/30533/task/30541/stat : 30541 (java) S 30531 30531 30193 0 -1 1077944384 131675 0 0 0 49022 737 0 0 20 0 20 0 114122411 26630336512 3968434 33554432000 4194304 4196468 140731642571712 140382688566032 140382772311765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 51 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30542] ppid=30531 vsize=26006188 memory=3761688970380212320 CPUtime=495.34 cores=0-7
/proc/30533/task/30542/stat : 30542 (java) S 30531 30531 30193 0 -1 1077944384 105800 0 0 0 48887 647 0 0 20 0 20 0 114122411 26630336512 3968434 33554432000 4194304 4196468 140731642571712 140382687513488 140382772311765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 51 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30543] ppid=30531 vsize=26006188 memory=-5861269439837006732 CPUtime=14.59 cores=0-7
/proc/30533/task/30543/stat : 30543 (java) R 30531 30531 30193 0 -1 4202560 466419 0 0 0 1414 45 0 0 20 0 20 0 114122412 26630336512 3968434 33554432000 4194304 4196468 140731642571712 140382167913280 140382757304567 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30544] ppid=30531 vsize=26006188 memory=-6941271333373237405 CPUtime=0 cores=0-7
/proc/30533/task/30544/stat : 30544 (java) S 30531 30531 30193 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 20 0 114122412 26630336512 3968434 33554432000 4194304 4196468 140731642571712 140382166861024 140382772311765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30545] ppid=30531 vsize=26006188 memory=5793709832154015753 CPUtime=0 cores=0-7
/proc/30533/task/30545/stat : 30545 (java) S 30531 30531 30193 0 -1 1077944384 139 0 0 0 0 0 0 0 20 0 20 0 114122413 26630336512 3968434 33554432000 4194304 4196468 140731642571712 140382165807872 140382772311765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30546] ppid=30531 vsize=26006188 memory=4132 CPUtime=0 cores=0-7
/proc/30533/task/30546/stat : 30546 (java) S 30531 30531 30193 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114122415 26630336512 3968434 33554432000 4194304 4196468 140731642571712 140382164756432 140382772320155 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30547] ppid=30531 vsize=26006188 memory=32184 CPUtime=2.2 cores=0-7
/proc/30533/task/30547/stat : 30547 (java) S 30531 30531 30193 0 -1 1077944384 10649 0 0 0 218 2 0 0 20 0 20 0 114122415 26630336512 3968434 33554432000 4194304 4196468 140731642571712 140382163704608 140382772311765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 9 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30548] ppid=30531 vsize=26006188 memory=1296 CPUtime=2.19 cores=0-7
/proc/30533/task/30548/stat : 30548 (java) S 30531 30531 30193 0 -1 1077944384 7179 0 0 0 218 1 0 0 20 0 20 0 114122415 26630336512 3968434 33554432000 4194304 4196468 140731642571712 140382162652064 140382772311765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 9 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30549] ppid=30531 vsize=26006188 memory=1228 CPUtime=2.03 cores=0-7
/proc/30533/task/30549/stat : 30549 (java) S 30531 30531 30193 0 -1 1077944384 12132 0 0 0 201 2 0 0 20 0 20 0 114122415 26630336512 3968434 33554432000 4194304 4196468 140731642571712 140382161599008 140382772311765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30550] ppid=30531 vsize=26006188 memory=10928 CPUtime=0.61 cores=0-7
/proc/30533/task/30550/stat : 30550 (java) S 30531 30531 30193 0 -1 1077944384 9702 0 0 0 60 1 0 0 20 0 20 0 114122415 26630336512 3968434 33554432000 4194304 4196468 140731642571712 140382160546176 140382772311765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 8 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30551] ppid=30531 vsize=26006188 memory=796 CPUtime=0 cores=0-7
/proc/30533/task/30551/stat : 30551 (java) S 30531 30531 30193 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114122415 26630336512 3968434 33554432000 4194304 4196468 140731642571712 140382159493600 140382772311765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
[pid=30533/tid=30552] ppid=30531 vsize=26006188 memory=1424 CPUtime=0.23 cores=0-7
/proc/30533/task/30552/stat : 30552 (java) S 30531 30531 30193 0 -1 1077944384 1250 0 0 0 16 7 0 0 20 0 20 0 114122416 26630336512 3968434 33554432000 4194304 4196468 140731642571712 140382158441136 140382772312706 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 8 0 0 6293624 6294260 15400960 140731642573970 140731642574147 140731642574147 140731642576847 0
Current children cumulated CPU time: 4125.23 s
Current children cumulated vsize: 26015700 KiB
Current children cumulated memory: 15875120 KiB

[startup+648.601 s]
/proc/loadavg: 8.46 7.38 6.53 9/199 30559
/proc/meminfo: memFree=15641304/32770624 swapFree=67108860/67108860
[pid=30531] ppid=30528 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/30531/stat : 30531 (xcsp3-exec) S 30528 30531 30193 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 114122409 9740288 346 33554432000 4194304 5098028 140734708570240 140734708568344 139940967297660 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18206720 140734708573284 140734708573495 140734708573495 140734708576235 0
/proc/30531/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9512 KiB
Current children cumulated memory: 1384 KiB

Child status: 1
Real time (s): 648.61
CPU time (s): 4125.44
CPU user time (s): 4070.45
CPU system time (s): 54.9887
CPU usage (%): 636.043
Max. virtual memory (cumulated for all children) (KiB): 26015700
Max. memory (cumulated for all children) (KiB): 15875120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4070.45
system time used= 54.9887
maximum resident set size= 15873884
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1458992
page faults= 0
swaps= 0
block input operations= 0
block output operations= 872
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 81128
involuntary context switches= 69107


# summary of solver processes directly reported to runsolver:
#   pid: 30531
#   total CPU time (s): 4125.44
#   total CPU user time (s): 4070.45
#   total CPU system time (s): 54.9887

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.56275 second user time and 6.92359 second system time

The end

Launcher Data

Begin job on node115 at 2017-08-15 17:04:48
IDJOB=4271320
IDBENCH=138399
IDSOLVER=2662
FILE ID=node115/4271320-1502810347
RUNJOBID= node115-1502804443-30220
PBS_JOBID= 20629819
Free space on /tmp= 61824 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Queens-s1/SuperQueens-14.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 22000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4271320-1502810347/watcher-4271320-1502810347 -o /tmp/evaluation-result-4271320-1502810347/solver-4271320-1502810347 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node115-1502804443-30220 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 1802516287 HOME/instance-4271320-1502810347.xml

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

MD5SUM BENCH= e8698b72f1d598ed72051801219b61cc
RANDOM SEED=1802516287

node115.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.69
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.69
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.69
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.69
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:        31530052 kB
MemAvailable:   31983036 kB
Buffers:          188776 kB
Cached:           551020 kB
SwapCached:            0 kB
Active:           540944 kB
Inactive:         254384 kB
Active(anon):       4092 kB
Inactive(anon):    79412 kB
Active(file):     536852 kB
Inactive(file):   174972 kB
Unevictable:        6188 kB
Mlocked:            6188 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8020 kB
Writeback:             0 kB
AnonPages:         61352 kB
Mapped:            46044 kB
Shmem:             25224 kB
Slab:             140280 kB
SReclaimable:     113988 kB
SUnreclaim:        26292 kB
KernelStack:        3344 kB
PageTables:         4980 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     323308 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 61816 MiB
End job on node115 at 2017-08-15 17:15:37