Trace number 4283243

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 NameAnswerobjective functionCPU timeWall clock time
choco-solver 5a (2017-08-18)? 159.293 109.998

General information on the benchmark

NameBinPacking/BinPacking-tab-sw120/
BinPacking-tab-sw120-41.xml
MD5SUMa372e06032e8b52aa9c97452ff274801
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark2400.14
Satisfiable
(Un)Satisfiability was proved
Number of variables133
Number of constraints25
Number of domains2
Minimum domain size23
Maximum domain size45
Distribution of domain sizes[{"size":23,"count":1},{"size":45,"count":132}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":110},{"degree":4,"count":22}]
Minimum constraint arity6
Maximum constraint arity132
Distribution of constraint arities[{"arity":6,"count":22},{"arity":23,"count":1},{"arity":132,"count":2}]
Number of extensional constraints22
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":22},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4283243-1503221429.xml"  -tl '2520s' -p 1 -x 3
0.10/0.15	c [HOME/instance-4283243-1503221429.xml, -tl, 2520s, -p, 1, -x, 3]
0.10/0.20	c simple solver
0.32/0.27	c parse instance...
159.18/109.93	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
159.18/109.93		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.computeSupports(PropCompactTable.java:98)
159.18/109.93		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.<init>(PropCompactTable.java:61)
159.18/109.93		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:1867)
159.18/109.93		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:1823)
159.18/109.93		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrExtension(XCSPParser.java:313)
159.18/109.93		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:413)
159.18/109.93		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:130)
159.18/109.93		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
159.18/109.93		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$346(XCallbacks.java:440)
159.18/109.93		at org.xcsp.parser.XCallbacks$$Lambda$70/1900164709.accept(Unknown Source)
159.18/109.93		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
159.18/109.93		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
159.18/109.93		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
159.18/109.93		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1406)
159.18/109.93		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
159.18/109.93		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
159.18/109.93		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:260)
159.18/109.93		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
159.18/109.93		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:112)
159.18/109.93		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
159.18/109.93		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:23)
159.18/109.93	s UNKNOWN
159.18/109.93	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 (12472 MiB free)
  memory of node 1: 16384 MiB (12877 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4283243-1503221429/watcher-4283243-1503221429 -o /tmp/evaluation-result-4283243-1503221429/solver-4283243-1503221429 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node113-1503215438-13002 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1369045127 HOME/instance-4283243-1503221429.xml 

running on 4 cores: 1,3,5,7

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


[startup+0.10011 s]*
/proc/loadavg: 2.11 1.67 1.63 4/217 13815
/proc/meminfo: memFree=25941476/32770624 swapFree=67108860/67108860
[pid=13799] ppid=13796 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/13799/stat : 13799 (xcsp3-exec) S 13796 13799 8036 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 155230463 9740288 346 33554432000 4194304 5098028 140723393090304 140723393088408 140625649640060 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 36274176 140723393098862 140723393099067 140723393099067 140723393101803 0
/proc/13799/statm: 2378 346 289 221 0 87 0
[pid=13801] ppid=13799 vsize=13978596 memory=28264 CPUtime=0.1 cores=1,3,5,7
/proc/13801/stat : 13801 (java) S 13799 13799 8036 0 -1 1077944320 5398 0 0 0 9 1 0 0 20 0 15 0 155230463 14314082304 7066 33554432000 4194304 4196468 140737101719504 140737101702048 139668846194423 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
/proc/13801/statm: 3494649 7066 2775 1 0 3482966 0
[pid=13801/tid=13802] ppid=13799 vsize=13978596 memory=8514701219881125282 CPUtime=0.08 cores=1,3,5,7
/proc/13801/task/13802/stat : 13802 (java) R 13799 13799 8036 0 -1 4202560 3539 0 0 0 7 1 0 0 20 0 15 0 155230463 14314082304 7066 33554432000 4194304 4196468 140737101719504 139668850419152 139668846216349 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
[pid=13801/tid=13803] ppid=13799 vsize=13978596 memory=3472467839021262032 CPUtime=0 cores=1,3,5,7
/proc/13801/task/13803/stat : 13803 (java) S 13799 13799 8036 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 155230464 14314082304 7131 33554432000 4194304 4196468 140737101719504 139668783795216 139668846204629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
[pid=13801/tid=13804] ppid=13799 vsize=13978596 memory=139710126110336 CPUtime=0 cores=1,3,5,7
/proc/13801/task/13804/stat : 13804 (java) S 13799 13799 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155230464 14314082304 7131 33554432000 4194304 4196468 140737101719504 139668782742672 139668846204629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
[pid=13801/tid=13805] ppid=13799 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13801/task/13805/stat : 13805 (java) S 13799 13799 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155230464 14314082304 7131 33554432000 4194304 4196468 140737101719504 139668781689616 139668846204629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
[pid=13801/tid=13806] ppid=13799 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13801/task/13806/stat : 13806 (java) S 13799 13799 8036 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 155230464 14314082304 7131 33554432000 4194304 4196468 140737101719504 139668438391696 139668846204629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
[pid=13801/tid=13807] ppid=13799 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13801/task/13807/stat : 13807 (java) S 13799 13799 8036 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 155230465 14314082304 7131 33554432000 4194304 4196468 140737101719504 139668387535088 139668846205570 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
[pid=13801/tid=13808] ppid=13799 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13801/task/13808/stat : 13808 (java) S 13799 13799 8036 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 155230466 14314082304 7131 33554432000 4194304 4196468 140737101719504 139668386481312 139668846204629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
[pid=13801/tid=13809] ppid=13799 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13801/task/13809/stat : 13809 (java) S 13799 13799 8036 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 155230466 14314082304 7131 33554432000 4194304 4196468 140737101719504 139668385428208 139668846204629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
[pid=13801/tid=13810] ppid=13799 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13801/task/13810/stat : 13810 (java) S 13799 13799 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155230468 14314082304 7131 33554432000 4194304 4196468 140737101719504 139668384376784 139668846213019 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
[pid=13801/tid=13811] ppid=13799 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13801/task/13811/stat : 13811 (java) S 13799 13799 8036 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 15 0 155230469 14314082304 7131 33554432000 4194304 4196468 140737101719504 139668383324912 139668846205570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
[pid=13801/tid=13812] ppid=13799 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13801/task/13812/stat : 13812 (java) R 13799 13799 8036 0 -1 4202560 110 0 0 0 0 0 0 0 20 0 15 0 155230469 14314082304 7131 33554432000 4194304 4196468 140737101719504 139668382272368 139668824043472 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
[pid=13801/tid=13813] ppid=13799 vsize=13978596 memory=139710126110336 CPUtime=0 cores=1,3,5,7
/proc/13801/task/13813/stat : 13813 (java) S 13799 13799 8036 0 -1 1077944384 249 0 0 0 0 0 0 0 20 0 15 0 155230469 14314082304 7131 33554432000 4194304 4196468 140737101719504 139668381219312 139668846205570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
[pid=13801/tid=13814] ppid=13799 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13801/task/13814/stat : 13814 (java) S 13799 13799 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155230469 14314082304 7131 33554432000 4194304 4196468 140737101719504 139668380167008 139668846204629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
[pid=13801/tid=13815] ppid=13799 vsize=13978596 memory=139710126110336 CPUtime=0 cores=1,3,5,7
/proc/13801/task/13815/stat : 13815 (java) S 13799 13799 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155230470 14314082304 7131 33554432000 4194304 4196468 140737101719504 139668379114032 139668846205570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 29648 KiB

[startup+0.21062 s]*
/proc/loadavg: 2.11 1.67 1.63 3/217 13815
/proc/meminfo: memFree=25930544/32770624 swapFree=67108860/67108860
[pid=13799] ppid=13796 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/13799/stat : 13799 (xcsp3-exec) S 13796 13799 8036 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 155230463 9740288 346 33554432000 4194304 5098028 140723393090304 140723393088408 140625649640060 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 36274176 140723393098862 140723393099067 140723393099067 140723393101803 0
/proc/13799/statm: 2378 346 289 221 0 87 0
[pid=13801] ppid=13799 vsize=13982852 memory=40416 CPUtime=0.32 cores=1,3,5,7
/proc/13801/stat : 13801 (java) S 13799 13799 8036 0 -1 1077944320 8115 0 0 0 30 2 0 0 20 0 15 0 155230463 14318440448 10104 33554432000 4194304 4196468 140737101719504 140737101702048 139668846194423 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
/proc/13801/statm: 3495713 10104 3076 1 0 3482966 0
[pid=13801/tid=13802] ppid=13799 vsize=13982852 memory=5853394889045019040 CPUtime=0.19 cores=1,3,5,7
/proc/13801/task/13802/stat : 13802 (java) R 13799 13799 8036 0 -1 4202560 5261 0 0 0 18 1 0 0 20 0 15 0 155230463 14318440448 10104 33554432000 4194304 4196468 140737101719504 139668850415416 139668838872437 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
[pid=13801/tid=13803] ppid=13799 vsize=13982852 memory=3472467839021262032 CPUtime=0 cores=1,3,5,7
/proc/13801/task/13803/stat : 13803 (java) S 13799 13799 8036 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 155230464 14318440448 10104 33554432000 4194304 4196468 140737101719504 139668783795216 139668846204629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
[pid=13801/tid=13804] ppid=13799 vsize=13982852 memory=139710126110336 CPUtime=0 cores=1,3,5,7
/proc/13801/task/13804/stat : 13804 (java) S 13799 13799 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155230464 14318440448 10104 33554432000 4194304 4196468 140737101719504 139668782742672 139668846204629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
[pid=13801/tid=13805] ppid=13799 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13801/task/13805/stat : 13805 (java) S 13799 13799 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155230464 14318440448 10104 33554432000 4194304 4196468 140737101719504 139668781689616 139668846204629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
[pid=13801/tid=13806] ppid=13799 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13801/task/13806/stat : 13806 (java) S 13799 13799 8036 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 155230464 14318440448 10104 33554432000 4194304 4196468 140737101719504 139668438391696 139668846204629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
[pid=13801/tid=13807] ppid=13799 vsize=13982852 memory=139710126110336 CPUtime=0 cores=1,3,5,7
/proc/13801/task/13807/stat : 13807 (java) S 13799 13799 8036 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 155230465 14318440448 10104 33554432000 4194304 4196468 140737101719504 139668387535088 139668846205570 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
[pid=13801/tid=13808] ppid=13799 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13801/task/13808/stat : 13808 (java) S 13799 13799 8036 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 155230466 14318440448 10104 33554432000 4194304 4196468 140737101719504 139668386481312 139668846204629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
[pid=13801/tid=13809] ppid=13799 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13801/task/13809/stat : 13809 (java) S 13799 13799 8036 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 155230466 14318440448 10104 33554432000 4194304 4196468 140737101719504 139668385428208 139668846204629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
[pid=13801/tid=13810] ppid=13799 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13801/task/13810/stat : 13810 (java) S 13799 13799 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155230468 14318440448 10104 33554432000 4194304 4196468 140737101719504 139668384376784 139668846213019 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
[pid=13801/tid=13811] ppid=13799 vsize=13982852 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/13801/task/13811/stat : 13811 (java) S 13799 13799 8036 0 -1 1077944384 490 0 0 0 1 0 0 0 20 0 15 0 155230469 14318440448 10104 33554432000 4194304 4196468 140737101719504 139668383324912 139668846205570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
[pid=13801/tid=13812] ppid=13799 vsize=13982852 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/13801/task/13812/stat : 13812 (java) S 13799 13799 8036 0 -1 1077944384 337 0 0 0 3 0 0 0 20 0 15 0 155230469 14318440448 10104 33554432000 4194304 4196468 140737101719504 139668382272368 139668846205570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
[pid=13801/tid=13813] ppid=13799 vsize=13982852 memory=139710126110336 CPUtime=0.07 cores=1,3,5,7
/proc/13801/task/13813/stat : 13813 (java) R 13799 13799 8036 0 -1 4202560 725 0 0 0 7 0 0 0 20 0 15 0 155230469 14318440448 10104 33554432000 4194304 4196468 140737101719504 139668381219312 139668846206358 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
[pid=13801/tid=13814] ppid=13799 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13801/task/13814/stat : 13814 (java) S 13799 13799 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155230469 14318440448 10104 33554432000 4194304 4196468 140737101719504 139668380167008 139668846204629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
[pid=13801/tid=13815] ppid=13799 vsize=13982852 memory=139710126110336 CPUtime=0 cores=1,3,5,7
/proc/13801/task/13815/stat : 13815 (java) S 13799 13799 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155230470 14318440448 10104 33554432000 4194304 4196468 140737101719504 139668379114032 139668846205570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 41800 KiB

[startup+0.310806 s]*
/proc/loadavg: 2.11 1.67 1.63 4/217 13815
/proc/meminfo: memFree=25922868/32770624 swapFree=67108860/67108860
[pid=13799] ppid=13796 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/13799/stat : 13799 (xcsp3-exec) S 13796 13799 8036 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 155230463 9740288 346 33554432000 4194304 5098028 140723393090304 140723393088408 140625649640060 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 36274176 140723393098862 140723393099067 140723393099067 140723393101803 0
/proc/13799/statm: 2378 346 289 221 0 87 0
[pid=13801] ppid=13799 vsize=13982852 memory=46884 CPUtime=0.49 cores=1,3,5,7
/proc/13801/stat : 13801 (java) S 13799 13799 8036 0 -1 1077944320 8892 0 0 0 46 3 0 0 20 0 15 0 155230463 14318440448 11721 33554432000 4194304 4196468 140737101719504 140737101702048 139668846194423 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
/proc/13801/statm: 3495713 11721 3092 1 0 3482966 0
[pid=13801/tid=13802] ppid=13799 vsize=13982852 memory=8514701219880862117 CPUtime=0.29 cores=1,3,5,7
/proc/13801/task/13802/stat : 13802 (java) R 13799 13799 8036 0 -1 4202560 5936 0 0 0 27 2 0 0 20 0 15 0 155230463 14318440448 11721 33554432000 4194304 4196468 140737101719504 139668850430096 139668846216349 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
[pid=13801/tid=13803] ppid=13799 vsize=13982852 memory=3472467839021262032 CPUtime=0 cores=1,3,5,7
/proc/13801/task/13803/stat : 13803 (java) S 13799 13799 8036 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 155230464 14318440448 11721 33554432000 4194304 4196468 140737101719504 139668783795216 139668846204629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
[pid=13801/tid=13804] ppid=13799 vsize=13982852 memory=139710126110336 CPUtime=0 cores=1,3,5,7
/proc/13801/task/13804/stat : 13804 (java) S 13799 13799 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155230464 14318440448 11721 33554432000 4194304 4196468 140737101719504 139668782742672 139668846204629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
[pid=13801/tid=13805] ppid=13799 vsize=13982852 memory=8 CPUtime=0 cores=1,3,5,7
/proc/13801/task/13805/stat : 13805 (java) S 13799 13799 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155230464 14318440448 11721 33554432000 4194304 4196468 140737101719504 139668781689616 139668846204629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
[pid=13801/tid=13806] ppid=13799 vsize=13982852 memory=139709984679967 CPUtime=0 cores=1,3,5,7
/proc/13801/task/13806/stat : 13806 (java) S 13799 13799 8036 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 155230464 14318440448 11721 33554432000 4194304 4196468 140737101719504 139668438391696 139668846204629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
[pid=13801/tid=13807] ppid=13799 vsize=13982852 memory=279419969320704 CPUtime=0 cores=1,3,5,7
/proc/13801/task/13807/stat : 13807 (java) S 13799 13799 8036 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 155230465 14318440448 11721 33554432000 4194304 4196468 140737101719504 139668387535088 139668846205570 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
[pid=13801/tid=13808] ppid=13799 vsize=13982852 memory=139709984656911 CPUtime=0 cores=1,3,5,7
/proc/13801/task/13808/stat : 13808 (java) S 13799 13799 8036 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 155230466 14318440448 11721 33554432000 4194304 4196468 140737101719504 139668386481312 139668846204629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
[pid=13801/tid=13809] ppid=13799 vsize=13982852 memory=279420110776416 CPUtime=0 cores=1,3,5,7
/proc/13801/task/13809/stat : 13809 (java) S 13799 13799 8036 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 155230466 14318440448 11721 33554432000 4194304 4196468 140737101719504 139668385428208 139668846204629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
[pid=13801/tid=13810] ppid=13799 vsize=13982852 memory=139709984661519 CPUtime=0 cores=1,3,5,7
/proc/13801/task/13810/stat : 13810 (java) S 13799 13799 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155230468 14318440448 11721 33554432000 4194304 4196468 140737101719504 139668384376784 139668846213019 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
[pid=13801/tid=13811] ppid=13799 vsize=13982852 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/13801/task/13811/stat : 13811 (java) S 13799 13799 8036 0 -1 1077944384 498 0 0 0 2 0 0 0 20 0 15 0 155230469 14318440448 11721 33554432000 4194304 4196468 140737101719504 139668383324912 139668846205570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
[pid=13801/tid=13812] ppid=13799 vsize=13982852 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/13801/task/13812/stat : 13812 (java) S 13799 13799 8036 0 -1 1077944384 347 0 0 0 4 0 0 0 20 0 15 0 155230469 14318440448 11721 33554432000 4194304 4196468 140737101719504 139668382272368 139668846205570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
[pid=13801/tid=13813] ppid=13799 vsize=13982852 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/13801/task/13813/stat : 13813 (java) R 13799 13799 8036 0 -1 4202560 806 0 0 0 12 0 0 0 20 0 15 0 155230469 14318440448 11721 33554432000 4194304 4196468 140737101719504 139668381219312 139668825317876 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
[pid=13801/tid=13814] ppid=13799 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13801/task/13814/stat : 13814 (java) S 13799 13799 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155230469 14318440448 11721 33554432000 4194304 4196468 140737101719504 139668380167008 139668846204629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
[pid=13801/tid=13815] ppid=13799 vsize=13982852 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/13801/task/13815/stat : 13815 (java) S 13799 13799 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155230470 14318440448 11721 33554432000 4194304 4196468 140737101719504 139668379114032 139668846205570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 48268 KiB

[startup+0.700846 s]
/proc/loadavg: 2.11 1.67 1.63 6/217 13815
/proc/meminfo: memFree=25751292/32770624 swapFree=67108860/67108860
[pid=13799] ppid=13796 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/13799/stat : 13799 (xcsp3-exec) S 13796 13799 8036 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 155230463 9740288 346 33554432000 4194304 5098028 140723393090304 140723393088408 140625649640060 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 36274176 140723393098862 140723393099067 140723393099067 140723393101803 0
/proc/13799/statm: 2378 346 289 221 0 87 0
[pid=13801] ppid=13799 vsize=13982928 memory=350468 CPUtime=1.17 cores=1,3,5,7
/proc/13801/stat : 13801 (java) S 13799 13799 8036 0 -1 1077944320 9889 0 0 0 95 22 0 0 20 0 15 0 155230463 14318518272 87617 33554432000 4194304 4196468 140737101719504 140737101702048 139668846194423 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
/proc/13801/statm: 3495732 87617 3176 1 0 3482966 0
[pid=13801/tid=13802] ppid=13799 vsize=13982928 memory=279419969146736 CPUtime=0.6 cores=1,3,5,7
/proc/13801/task/13802/stat : 13802 (java) R 13799 13799 8036 0 -1 4202560 6296 0 0 0 54 6 0 0 20 0 15 0 155230463 14318518272 87617 33554432000 4194304 4196468 140737101719504 139668850430496 139668461265670 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
[pid=13801/tid=13803] ppid=13799 vsize=13982928 memory=3835163037842756688 CPUtime=0.04 cores=1,3,5,7
/proc/13801/task/13803/stat : 13803 (java) S 13799 13799 8036 0 -1 1077944384 53 0 0 0 2 2 0 0 20 0 15 0 155230464 14318518272 87617 33554432000 4194304 4196468 140737101719504 139668783795216 139668846204629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
[pid=13801/tid=13804] ppid=13799 vsize=13982928 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/13801/task/13804/stat : 13804 (java) S 13799 13799 8036 0 -1 1077944384 63 0 0 0 2 3 0 0 20 0 15 0 155230464 14318518272 87617 33554432000 4194304 4196468 140737101719504 139668782742672 139668846204629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
[pid=13801/tid=13805] ppid=13799 vsize=13982928 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/13801/task/13805/stat : 13805 (java) S 13799 13799 8036 0 -1 1077944384 60 0 0 0 2 3 0 0 20 0 15 0 155230464 14318518272 87617 33554432000 4194304 4196468 140737101719504 139668781689616 139668846204629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
[pid=13801/tid=13806] ppid=13799 vsize=13982928 memory=5796 CPUtime=0.05 cores=1,3,5,7
/proc/13801/task/13806/stat : 13806 (java) S 13799 13799 8036 0 -1 1077944384 68 0 0 0 2 3 0 0 20 0 15 0 155230464 14318518272 87617 33554432000 4194304 4196468 140737101719504 139668438391696 139668846204629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
[pid=13801/tid=13807] ppid=13799 vsize=13982928 memory=1224 CPUtime=0 cores=1,3,5,7
/proc/13801/task/13807/stat : 13807 (java) S 13799 13799 8036 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 155230465 14318518272 87617 33554432000 4194304 4196468 140737101719504 139668387535088 139668846205570 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
[pid=13801/tid=13808] ppid=13799 vsize=13982928 memory=8716 CPUtime=0 cores=1,3,5,7
/proc/13801/task/13808/stat : 13808 (java) S 13799 13799 8036 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 155230466 14318518272 87617 33554432000 4194304 4196468 140737101719504 139668386481312 139668846204629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
[pid=13801/tid=13809] ppid=13799 vsize=13982928 memory=1712 CPUtime=0 cores=1,3,5,7
/proc/13801/task/13809/stat : 13809 (java) S 13799 13799 8036 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 155230466 14318518272 87617 33554432000 4194304 4196468 140737101719504 139668385428208 139668846204629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
[pid=13801/tid=13810] ppid=13799 vsize=13982928 memory=7452706766398776640 CPUtime=0 cores=1,3,5,7
/proc/13801/task/13810/stat : 13810 (java) S 13799 13799 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155230468 14318518272 87617 33554432000 4194304 4196468 140737101719504 139668384376784 139668846213019 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
[pid=13801/tid=13811] ppid=13799 vsize=13982928 memory=7881696724453321575 CPUtime=0.05 cores=1,3,5,7
/proc/13801/task/13811/stat : 13811 (java) S 13799 13799 8036 0 -1 1077944384 542 0 0 0 5 0 0 0 20 0 15 0 155230469 14318518272 87617 33554432000 4194304 4196468 140737101719504 139668383324912 139668846205570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
[pid=13801/tid=13812] ppid=13799 vsize=13982928 memory=6935662522646155344 CPUtime=0.08 cores=1,3,5,7
/proc/13801/task/13812/stat : 13812 (java) S 13799 13799 8036 0 -1 1077944384 495 0 0 0 8 0 0 0 20 0 15 0 155230469 14318518272 87617 33554432000 4194304 4196468 140737101719504 139668382272368 139668846205570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
[pid=13801/tid=13813] ppid=13799 vsize=13982928 memory=0 CPUtime=0.17 cores=1,3,5,7
/proc/13801/task/13813/stat : 13813 (java) S 13799 13799 8036 0 -1 1077944384 930 0 0 0 17 0 0 0 20 0 15 0 155230469 14318518272 87617 33554432000 4194304 4196468 140737101719504 139668381219312 139668846205570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
[pid=13801/tid=13814] ppid=13799 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13801/task/13814/stat : 13814 (java) S 13799 13799 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155230469 14318518272 87617 33554432000 4194304 4196468 140737101719504 139668380167008 139668846204629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
[pid=13801/tid=13815] ppid=13799 vsize=13982928 memory=42804 CPUtime=0 cores=1,3,5,7
/proc/13801/task/13815/stat : 13815 (java) S 13799 13799 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155230470 14318518272 87617 33554432000 4194304 4196468 140737101719504 139668379114032 139668846205570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
Current children cumulated CPU time: 1.17 s
Current children cumulated vsize: 13992440 KiB
Current children cumulated memory: 351852 KiB

[startup+1.50138 s]
/proc/loadavg: 2.18 1.69 1.64 5/217 13815
/proc/meminfo: memFree=24887384/32770624 swapFree=67108860/67108860
[pid=13799] ppid=13796 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/13799/stat : 13799 (xcsp3-exec) S 13796 13799 8036 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 155230463 9740288 346 33554432000 4194304 5098028 140723393090304 140723393088408 140625649640060 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 36274176 140723393098862 140723393099067 140723393099067 140723393101803 0
/proc/13799/statm: 2378 346 289 221 0 87 0

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

/proc/13799/stat : 13799 (xcsp3-exec) S 13796 13799 8036 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 155230463 9740288 346 33554432000 4194304 5098028 140723393090304 140723393088408 140625649640060 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 36274176 140723393098862 140723393099067 140723393099067 140723393101803 0
/proc/13799/statm: 2378 346 289 221 0 87 0
[pid=13801] ppid=13799 vsize=13984976 memory=10887112 CPUtime=155.79 cores=1,3,5,7
/proc/13801/stat : 13801 (java) S 13799 13799 8036 0 -1 1077944320 310084 0 0 0 14435 1144 0 0 20 0 15 0 155230463 14320615424 2721778 33554432000 4194304 4196468 140737101719504 140737101702048 139668846194423 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
/proc/13801/statm: 3496244 2721778 3249 1 0 3483478 0
[pid=13801/tid=13802] ppid=13799 vsize=13984976 memory=4472 CPUtime=89.47 cores=1,3,5,7
/proc/13801/task/13802/stat : 13802 (java) S 13799 13799 8036 0 -1 1077944384 17670 0 0 0 8923 24 0 0 20 0 15 0 155230463 14320615424 2721778 33554432000 4194304 4196468 140737101719504 139668850432640 139668846204629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
[pid=13801/tid=13803] ppid=13799 vsize=13984976 memory=2448 CPUtime=15.5 cores=1,3,5,7
/proc/13801/task/13803/stat : 13803 (java) R 13799 13799 8036 0 -1 4202560 124309 0 0 0 1277 273 0 0 20 0 15 0 155230464 14320615424 2721778 33554432000 4194304 4196468 140737101719504 139668783795216 139668830893265 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
[pid=13801/tid=13804] ppid=13799 vsize=13984976 memory=1732 CPUtime=15.43 cores=1,3,5,7
/proc/13801/task/13804/stat : 13804 (java) R 13799 13799 8036 0 -1 4202560 34221 0 0 0 1248 295 0 0 20 0 15 0 155230464 14320615424 2721778 33554432000 4194304 4196468 140737101719504 139668782742872 139668830893715 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
[pid=13801/tid=13805] ppid=13799 vsize=13984976 memory=1948 CPUtime=15.46 cores=1,3,5,7
/proc/13801/task/13805/stat : 13805 (java) R 13799 13799 8036 0 -1 4202560 37834 0 0 0 1281 265 0 0 20 0 15 0 155230464 14320615424 2721778 33554432000 4194304 4196468 140737101719504 139668781689616 139668831190916 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
[pid=13801/tid=13806] ppid=13799 vsize=13984976 memory=6791534058613427641 CPUtime=15.57 cores=1,3,5,7
/proc/13801/task/13806/stat : 13806 (java) R 13799 13799 8036 0 -1 4202560 51577 0 0 0 1283 274 0 0 20 0 15 0 155230464 14320615424 2721778 33554432000 4194304 4196468 140737101719504 139668438391896 139668830652014 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
[pid=13801/tid=13807] ppid=13799 vsize=13984976 memory=7810487918915055718 CPUtime=2.88 cores=1,3,5,7
/proc/13801/task/13807/stat : 13807 (java) S 13799 13799 8036 0 -1 1077944384 32942 0 0 0 284 4 0 0 20 0 15 0 155230465 14320615424 2721778 33554432000 4194304 4196468 140737101719504 139668387533632 139668846204629 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 86 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
[pid=13801/tid=13808] ppid=13799 vsize=13984976 memory=6297831537088227440 CPUtime=0 cores=1,3,5,7
/proc/13801/task/13808/stat : 13808 (java) S 13799 13799 8036 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 155230466 14320615424 2721778 33554432000 4194304 4196468 140737101719504 139668386481376 139668846204629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
[pid=13801/tid=13809] ppid=13799 vsize=13984976 memory=23764 CPUtime=0 cores=1,3,5,7
/proc/13801/task/13809/stat : 13809 (java) S 13799 13799 8036 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 155230466 14320615424 2721778 33554432000 4194304 4196468 140737101719504 139668385428224 139668846204629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
[pid=13801/tid=13810] ppid=13799 vsize=13984976 memory=4052 CPUtime=0 cores=1,3,5,7
/proc/13801/task/13810/stat : 13810 (java) S 13799 13799 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155230468 14320615424 2721778 33554432000 4194304 4196468 140737101719504 139668384376784 139668846213019 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
[pid=13801/tid=13811] ppid=13799 vsize=13984976 memory=16236 CPUtime=0.52 cores=1,3,5,7
/proc/13801/task/13811/stat : 13811 (java) S 13799 13799 8036 0 -1 1077944384 3200 0 0 0 51 1 0 0 20 0 15 0 155230469 14320615424 2721778 33554432000 4194304 4196468 140737101719504 139668383324672 139668846204629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
[pid=13801/tid=13812] ppid=13799 vsize=13984976 memory=1384 CPUtime=0.49 cores=1,3,5,7
/proc/13801/task/13812/stat : 13812 (java) S 13799 13799 8036 0 -1 1077944384 3214 0 0 0 49 0 0 0 20 0 15 0 155230469 14320615424 2721778 33554432000 4194304 4196468 140737101719504 139668382263472 139668846204629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
[pid=13801/tid=13813] ppid=13799 vsize=13984976 memory=1292 CPUtime=0.31 cores=1,3,5,7
/proc/13801/task/13813/stat : 13813 (java) S 13799 13799 8036 0 -1 1077944384 3277 0 0 0 31 0 0 0 20 0 15 0 155230469 14320615424 2721778 33554432000 4194304 4196468 140737101719504 139668381219360 139668846204629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
[pid=13801/tid=13814] ppid=13799 vsize=13984976 memory=2448 CPUtime=0 cores=1,3,5,7
/proc/13801/task/13814/stat : 13814 (java) S 13799 13799 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155230469 14320615424 2721778 33554432000 4194304 4196468 140737101719504 139668380167008 139668846204629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
[pid=13801/tid=13815] ppid=13799 vsize=13984976 memory=1732 CPUtime=0.06 cores=1,3,5,7
/proc/13801/task/13815/stat : 13815 (java) S 13799 13799 8036 0 -1 1077944384 485 0 0 0 4 2 0 0 20 0 15 0 155230470 14320615424 2721778 33554432000 4194304 4196468 140737101719504 139668379114032 139668846205570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 83 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
Current children cumulated CPU time: 155.79 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 10888496 KiB

[startup+109.601 s]
/proc/loadavg: 2.18 1.84 1.70 3/217 13816
/proc/meminfo: memFree=14900280/32770624 swapFree=67108860/67108860
[pid=13799] ppid=13796 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/13799/stat : 13799 (xcsp3-exec) S 13796 13799 8036 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 155230463 9740288 346 33554432000 4194304 5098028 140723393090304 140723393088408 140625649640060 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 36274176 140723393098862 140723393099067 140723393099067 140723393101803 0
/proc/13799/statm: 2378 346 289 221 0 87 0
[pid=13801] ppid=13799 vsize=13984976 memory=10887112 CPUtime=158.43 cores=1,3,5,7
/proc/13801/stat : 13801 (java) S 13799 13799 8036 0 -1 1077944320 310170 0 0 0 14699 1144 0 0 20 0 15 0 155230463 14320615424 2721778 33554432000 4194304 4196468 140737101719504 140737101702048 139668846194423 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
/proc/13801/statm: 3496244 2721778 3249 1 0 3483478 0
[pid=13801/tid=13802] ppid=13799 vsize=13984976 memory=2448 CPUtime=89.47 cores=1,3,5,7
/proc/13801/task/13802/stat : 13802 (java) S 13799 13799 8036 0 -1 1077944384 17670 0 0 0 8923 24 0 0 20 0 15 0 155230463 14320615424 2721778 33554432000 4194304 4196468 140737101719504 139668850432640 139668846204629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
[pid=13801/tid=13803] ppid=13799 vsize=13984976 memory=1732 CPUtime=16.12 cores=1,3,5,7
/proc/13801/task/13803/stat : 13803 (java) S 13799 13799 8036 0 -1 1077944384 124309 0 0 0 1339 273 0 0 20 0 15 0 155230464 14320615424 2721778 33554432000 4194304 4196468 140737101719504 139668783795216 139668846204629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
[pid=13801/tid=13804] ppid=13799 vsize=13984976 memory=1224 CPUtime=16.05 cores=1,3,5,7
/proc/13801/task/13804/stat : 13804 (java) S 13799 13799 8036 0 -1 1077944384 34221 0 0 0 1310 295 0 0 20 0 15 0 155230464 14320615424 2721778 33554432000 4194304 4196468 140737101719504 139668782742672 139668846204629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
[pid=13801/tid=13805] ppid=13799 vsize=13984976 memory=8716 CPUtime=16.06 cores=1,3,5,7
/proc/13801/task/13805/stat : 13805 (java) S 13799 13799 8036 0 -1 1077944384 37904 0 0 0 1341 265 0 0 20 0 15 0 155230464 14320615424 2721778 33554432000 4194304 4196468 140737101719504 139668781689616 139668846204629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
[pid=13801/tid=13806] ppid=13799 vsize=13984976 memory=1712 CPUtime=16.18 cores=1,3,5,7
/proc/13801/task/13806/stat : 13806 (java) S 13799 13799 8036 0 -1 1077944384 51586 0 0 0 1344 274 0 0 20 0 15 0 155230464 14320615424 2721778 33554432000 4194304 4196468 140737101719504 139668438391696 139668846204629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
[pid=13801/tid=13807] ppid=13799 vsize=13984976 memory=4612 CPUtime=3.06 cores=1,3,5,7
/proc/13801/task/13807/stat : 13807 (java) R 13799 13799 8036 0 -1 4202560 32949 0 0 0 302 4 0 0 20 0 15 0 155230465 14320615424 2721778 33554432000 4194304 4196468 140737101719504 139668387533424 139668838483877 0 0 0 16800975 0 0 0 -1 3 0 0 86 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
[pid=13801/tid=13808] ppid=13799 vsize=13984976 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/13801/task/13808/stat : 13808 (java) S 13799 13799 8036 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 155230466 14320615424 2721778 33554432000 4194304 4196468 140737101719504 139668386481376 139668846204629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
[pid=13801/tid=13809] ppid=13799 vsize=13984976 memory=644 CPUtime=0 cores=1,3,5,7
/proc/13801/task/13809/stat : 13809 (java) S 13799 13799 8036 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 155230466 14320615424 2721778 33554432000 4194304 4196468 140737101719504 139668385428224 139668846204629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
[pid=13801/tid=13810] ppid=13799 vsize=13984976 memory=960 CPUtime=0 cores=1,3,5,7
/proc/13801/task/13810/stat : 13810 (java) S 13799 13799 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155230468 14320615424 2721778 33554432000 4194304 4196468 140737101719504 139668384376784 139668846213019 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
[pid=13801/tid=13811] ppid=13799 vsize=13984976 memory=4472 CPUtime=0.52 cores=1,3,5,7
/proc/13801/task/13811/stat : 13811 (java) S 13799 13799 8036 0 -1 1077944384 3200 0 0 0 51 1 0 0 20 0 15 0 155230469 14320615424 2721778 33554432000 4194304 4196468 140737101719504 139668383324672 139668846204629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
[pid=13801/tid=13812] ppid=13799 vsize=13984976 memory=1236 CPUtime=0.49 cores=1,3,5,7
/proc/13801/task/13812/stat : 13812 (java) S 13799 13799 8036 0 -1 1077944384 3214 0 0 0 49 0 0 0 20 0 15 0 155230469 14320615424 2721778 33554432000 4194304 4196468 140737101719504 139668382263472 139668846204629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
[pid=13801/tid=13813] ppid=13799 vsize=13984976 memory=932 CPUtime=0.31 cores=1,3,5,7
/proc/13801/task/13813/stat : 13813 (java) S 13799 13799 8036 0 -1 1077944384 3277 0 0 0 31 0 0 0 20 0 15 0 155230469 14320615424 2721778 33554432000 4194304 4196468 140737101719504 139668381219360 139668846204629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
[pid=13801/tid=13814] ppid=13799 vsize=13984976 memory=1568 CPUtime=0 cores=1,3,5,7
/proc/13801/task/13814/stat : 13814 (java) S 13799 13799 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155230469 14320615424 2721778 33554432000 4194304 4196468 140737101719504 139668380167008 139668846204629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
[pid=13801/tid=13815] ppid=13799 vsize=13984976 memory=1200 CPUtime=0.06 cores=1,3,5,7
/proc/13801/task/13815/stat : 13815 (java) S 13799 13799 8036 0 -1 1077944384 485 0 0 0 4 2 0 0 20 0 15 0 155230470 14320615424 2721778 33554432000 4194304 4196468 140737101719504 139668379114032 139668846205570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 83 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
Current children cumulated CPU time: 158.43 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 10888496 KiB

[startup+109.801 s]
/proc/loadavg: 2.18 1.84 1.70 3/217 13816
/proc/meminfo: memFree=14900280/32770624 swapFree=67108860/67108860
[pid=13799] ppid=13796 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/13799/stat : 13799 (xcsp3-exec) S 13796 13799 8036 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 155230463 9740288 346 33554432000 4194304 5098028 140723393090304 140723393088408 140625649640060 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 36274176 140723393098862 140723393099067 140723393099067 140723393101803 0
/proc/13799/statm: 2378 346 289 221 0 87 0
[pid=13801] ppid=13799 vsize=13984976 memory=10887112 CPUtime=159.08 cores=1,3,5,7
/proc/13801/stat : 13801 (java) S 13799 13799 8036 0 -1 1077944320 310417 0 0 0 14764 1144 0 0 20 0 15 0 155230463 14320615424 2721778 33554432000 4194304 4196468 140737101719504 140737101702048 139668846194423 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
/proc/13801/statm: 3496244 2721778 3249 1 0 3483478 0
[pid=13801/tid=13802] ppid=13799 vsize=13984976 memory=4052 CPUtime=89.47 cores=1,3,5,7
/proc/13801/task/13802/stat : 13802 (java) S 13799 13799 8036 0 -1 1077944384 17670 0 0 0 8923 24 0 0 20 0 15 0 155230463 14320615424 2721778 33554432000 4194304 4196468 140737101719504 139668850432640 139668846204629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
[pid=13801/tid=13803] ppid=13799 vsize=13984976 memory=16236 CPUtime=16.27 cores=1,3,5,7
/proc/13801/task/13803/stat : 13803 (java) S 13799 13799 8036 0 -1 1077944384 124468 0 0 0 1354 273 0 0 20 0 15 0 155230464 14320615424 2721778 33554432000 4194304 4196468 140737101719504 139668783795216 139668846204629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
[pid=13801/tid=13804] ppid=13799 vsize=13984976 memory=1796 CPUtime=16.2 cores=1,3,5,7
/proc/13801/task/13804/stat : 13804 (java) S 13799 13799 8036 0 -1 1077944384 34309 0 0 0 1325 295 0 0 20 0 15 0 155230464 14320615424 2721778 33554432000 4194304 4196468 140737101719504 139668782742672 139668846204629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
[pid=13801/tid=13805] ppid=13799 vsize=13984976 memory=2240 CPUtime=16.22 cores=1,3,5,7
/proc/13801/task/13805/stat : 13805 (java) S 13799 13799 8036 0 -1 1077944384 37904 0 0 0 1357 265 0 0 20 0 15 0 155230464 14320615424 2721778 33554432000 4194304 4196468 140737101719504 139668781689616 139668846204629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
[pid=13801/tid=13806] ppid=13799 vsize=13984976 memory=4124 CPUtime=16.33 cores=1,3,5,7
/proc/13801/task/13806/stat : 13806 (java) S 13799 13799 8036 0 -1 1077944384 51586 0 0 0 1359 274 0 0 20 0 15 0 155230464 14320615424 2721778 33554432000 4194304 4196468 140737101719504 139668438391696 139668846204629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
[pid=13801/tid=13807] ppid=13799 vsize=13984976 memory=2196 CPUtime=3.1 cores=1,3,5,7
/proc/13801/task/13807/stat : 13807 (java) R 13799 13799 8036 0 -1 4202560 32949 0 0 0 306 4 0 0 20 0 15 0 155230465 14320615424 2721778 33554432000 4194304 4196468 140737101719504 139668387533648 139668831190847 0 0 0 16800975 0 0 0 -1 3 0 0 86 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
[pid=13801/tid=13808] ppid=13799 vsize=13984976 memory=7788 CPUtime=0 cores=1,3,5,7
/proc/13801/task/13808/stat : 13808 (java) S 13799 13799 8036 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 155230466 14320615424 2721778 33554432000 4194304 4196468 140737101719504 139668386481376 139668846204629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
[pid=13801/tid=13809] ppid=13799 vsize=13984976 memory=840 CPUtime=0 cores=1,3,5,7
/proc/13801/task/13809/stat : 13809 (java) S 13799 13799 8036 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 155230466 14320615424 2721778 33554432000 4194304 4196468 140737101719504 139668385428224 139668846204629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
[pid=13801/tid=13810] ppid=13799 vsize=13984976 memory=1692 CPUtime=0 cores=1,3,5,7
/proc/13801/task/13810/stat : 13810 (java) S 13799 13799 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155230468 14320615424 2721778 33554432000 4194304 4196468 140737101719504 139668384376784 139668846213019 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
[pid=13801/tid=13811] ppid=13799 vsize=13984976 memory=916 CPUtime=0.52 cores=1,3,5,7
/proc/13801/task/13811/stat : 13811 (java) S 13799 13799 8036 0 -1 1077944384 3200 0 0 0 51 1 0 0 20 0 15 0 155230469 14320615424 2721778 33554432000 4194304 4196468 140737101719504 139668383324672 139668846204629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
[pid=13801/tid=13812] ppid=13799 vsize=13984976 memory=3828 CPUtime=0.49 cores=1,3,5,7
/proc/13801/task/13812/stat : 13812 (java) S 13799 13799 8036 0 -1 1077944384 3214 0 0 0 49 0 0 0 20 0 15 0 155230469 14320615424 2721778 33554432000 4194304 4196468 140737101719504 139668382263472 139668846204629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
[pid=13801/tid=13813] ppid=13799 vsize=13984976 memory=2540 CPUtime=0.31 cores=1,3,5,7
/proc/13801/task/13813/stat : 13813 (java) S 13799 13799 8036 0 -1 1077944384 3277 0 0 0 31 0 0 0 20 0 15 0 155230469 14320615424 2721778 33554432000 4194304 4196468 140737101719504 139668381219360 139668846204629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
[pid=13801/tid=13814] ppid=13799 vsize=13984976 memory=2788 CPUtime=0 cores=1,3,5,7
/proc/13801/task/13814/stat : 13814 (java) S 13799 13799 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155230469 14320615424 2721778 33554432000 4194304 4196468 140737101719504 139668380167008 139668846204629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
[pid=13801/tid=13815] ppid=13799 vsize=13984976 memory=4108 CPUtime=0.06 cores=1,3,5,7
/proc/13801/task/13815/stat : 13815 (java) S 13799 13799 8036 0 -1 1077944384 485 0 0 0 4 2 0 0 20 0 15 0 155230470 14320615424 2721778 33554432000 4194304 4196468 140737101719504 139668379114032 139668846205570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 83 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
Current children cumulated CPU time: 159.08 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 10888496 KiB

[startup+109.901 s]
/proc/loadavg: 2.18 1.84 1.70 3/217 13816
/proc/meminfo: memFree=14900280/32770624 swapFree=67108860/67108860
[pid=13799] ppid=13796 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/13799/stat : 13799 (xcsp3-exec) S 13796 13799 8036 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 155230463 9740288 346 33554432000 4194304 5098028 140723393090304 140723393088408 140625649640060 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 36274176 140723393098862 140723393099067 140723393099067 140723393101803 0
/proc/13799/statm: 2378 346 289 221 0 87 0
[pid=13801] ppid=13799 vsize=13984976 memory=10887112 CPUtime=159.18 cores=1,3,5,7
/proc/13801/stat : 13801 (java) S 13799 13799 8036 0 -1 1077944320 310417 0 0 0 14774 1144 0 0 20 0 15 0 155230463 14320615424 2721778 33554432000 4194304 4196468 140737101719504 140737101702048 139668846194423 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
/proc/13801/statm: 3496244 2721778 3249 1 0 3483478 0
[pid=13801/tid=13802] ppid=13799 vsize=13984976 memory=10887112 CPUtime=89.47 cores=1,3,5,7
/proc/13801/task/13802/stat : 13802 (java) S 13799 13799 8036 0 -1 1077944384 17670 0 0 0 8923 24 0 0 20 0 15 0 155230463 14320615424 2721778 33554432000 4194304 4196468 140737101719504 139668850432640 139668846204629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
[pid=13801/tid=13803] ppid=13799 vsize=13984976 memory=10887112 CPUtime=16.27 cores=1,3,5,7
/proc/13801/task/13803/stat : 13803 (java) S 13799 13799 8036 0 -1 1077944384 124468 0 0 0 1354 273 0 0 20 0 15 0 155230464 14320615424 2721778 33554432000 4194304 4196468 140737101719504 139668783795216 139668846204629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
[pid=13801/tid=13804] ppid=13799 vsize=13984976 memory=10887112 CPUtime=16.2 cores=1,3,5,7
/proc/13801/task/13804/stat : 13804 (java) S 13799 13799 8036 0 -1 1077944384 34309 0 0 0 1325 295 0 0 20 0 15 0 155230464 14320615424 2721778 33554432000 4194304 4196468 140737101719504 139668782742672 139668846204629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
[pid=13801/tid=13805] ppid=13799 vsize=13984976 memory=10887112 CPUtime=16.22 cores=1,3,5,7
/proc/13801/task/13805/stat : 13805 (java) S 13799 13799 8036 0 -1 1077944384 37904 0 0 0 1357 265 0 0 20 0 15 0 155230464 14320615424 2721778 33554432000 4194304 4196468 140737101719504 139668781689616 139668846204629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
[pid=13801/tid=13806] ppid=13799 vsize=13984976 memory=1156 CPUtime=16.33 cores=1,3,5,7
/proc/13801/task/13806/stat : 13806 (java) S 13799 13799 8036 0 -1 1077944384 51586 0 0 0 1359 274 0 0 20 0 15 0 155230464 14320615424 2721778 33554432000 4194304 4196468 140737101719504 139668438391696 139668846204629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
[pid=13801/tid=13807] ppid=13799 vsize=13984976 memory=10632644 CPUtime=3.2 cores=1,3,5,7
/proc/13801/task/13807/stat : 13807 (java) R 13799 13799 8036 0 -1 4202560 32949 0 0 0 316 4 0 0 20 0 15 0 155230465 14320615424 2721778 33554432000 4194304 4196468 140737101719504 139668387533648 139668824564584 0 0 0 16800975 0 0 0 -1 3 0 0 86 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
[pid=13801/tid=13808] ppid=13799 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/13801/task/13808/stat : 13808 (java) S 13799 13799 8036 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 155230466 14320615424 2721778 33554432000 4194304 4196468 140737101719504 139668386481376 139668846204629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
[pid=13801/tid=13809] ppid=13799 vsize=13984976 memory=1712 CPUtime=0 cores=1,3,5,7
/proc/13801/task/13809/stat : 13809 (java) S 13799 13799 8036 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 155230466 14320615424 2721778 33554432000 4194304 4196468 140737101719504 139668385428224 139668846204629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
[pid=13801/tid=13810] ppid=13799 vsize=13984976 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/13801/task/13810/stat : 13810 (java) S 13799 13799 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155230468 14320615424 2721778 33554432000 4194304 4196468 140737101719504 139668384376784 139668846213019 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
[pid=13801/tid=13811] ppid=13799 vsize=13984976 memory=1384 CPUtime=0.52 cores=1,3,5,7
/proc/13801/task/13811/stat : 13811 (java) S 13799 13799 8036 0 -1 1077944384 3200 0 0 0 51 1 0 0 20 0 15 0 155230469 14320615424 2721778 33554432000 4194304 4196468 140737101719504 139668383324672 139668846204629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
[pid=13801/tid=13812] ppid=13799 vsize=13984976 memory=10886856 CPUtime=0.49 cores=1,3,5,7
/proc/13801/task/13812/stat : 13812 (java) S 13799 13799 8036 0 -1 1077944384 3214 0 0 0 49 0 0 0 20 0 15 0 155230469 14320615424 2721778 33554432000 4194304 4196468 140737101719504 139668382263472 139668846204629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
[pid=13801/tid=13813] ppid=13799 vsize=13984976 memory=1384 CPUtime=0.31 cores=1,3,5,7
/proc/13801/task/13813/stat : 13813 (java) S 13799 13799 8036 0 -1 1077944384 3277 0 0 0 31 0 0 0 20 0 15 0 155230469 14320615424 2721778 33554432000 4194304 4196468 140737101719504 139668381219360 139668846204629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
[pid=13801/tid=13814] ppid=13799 vsize=13984976 memory=10886836 CPUtime=0 cores=1,3,5,7
/proc/13801/task/13814/stat : 13814 (java) S 13799 13799 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155230469 14320615424 2721778 33554432000 4194304 4196468 140737101719504 139668380167008 139668846204629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
[pid=13801/tid=13815] ppid=13799 vsize=13984976 memory=4100 CPUtime=0.06 cores=1,3,5,7
/proc/13801/task/13815/stat : 13815 (java) S 13799 13799 8036 0 -1 1077944384 485 0 0 0 4 2 0 0 20 0 15 0 155230470 14320615424 2721778 33554432000 4194304 4196468 140737101719504 139668379114032 139668846205570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 83 0 0 6293624 6294260 34152448 140737101726871 140737101727047 140737101727047 140737101729743 0
Current children cumulated CPU time: 159.18 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 10888496 KiB

Child status: 1
Real time (s): 109.998
CPU time (s): 159.293
CPU user time (s): 147.786
CPU system time (s): 11.5071
CPU usage (%): 144.814
Max. virtual memory (cumulated for all children) (KiB): 13994488
Max. memory (cumulated for all children) (KiB): 10888496

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 147.786
system time used= 11.5071
maximum resident set size= 10887504
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 311157
page faults= 0
swaps= 0
block input operations= 0
block output operations= 272
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9663
involuntary context switches= 839


# summary of solver processes directly reported to runsolver:
#   pid: 13799
#   total CPU time (s): 159.293
#   total CPU user time (s): 147.786
#   total CPU system time (s): 11.5071

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.749901 second user time and 1.17557 second system time

The end

Launcher Data

Begin job on node113 at 2017-08-20 11:16:10
IDJOB=4283243
IDBENCH=138075
IDSOLVER=2679
FILE ID=node113/4283243-1503221429
RUNJOBID= node113-1503215438-13002
PBS_JOBID= 20630874
Free space on /tmp= 61504 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-sw120/BinPacking-tab-sw120-41.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4283243-1503221429/watcher-4283243-1503221429 -o /tmp/evaluation-result-4283243-1503221429/solver-4283243-1503221429 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node113-1503215438-13002 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1369045127 HOME/instance-4283243-1503221429.xml

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

MD5SUM BENCH= a372e06032e8b52aa9c97452ff274801
RANDOM SEED=1369045127

node113.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.89
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.89
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.89
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.89
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:        25959012 kB
MemAvailable:   31417960 kB
Buffers:          259152 kB
Cached:          5489100 kB
SwapCached:            0 kB
Active:          1950080 kB
Inactive:        4404040 kB
Active(anon):     556208 kB
Inactive(anon):    85940 kB
Active(file):    1393872 kB
Inactive(file):  4318100 kB
Unevictable:        7460 kB
Mlocked:            7460 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             92092 kB
Writeback:             8 kB
AnonPages:        615196 kB
Mapped:            64036 kB
Shmem:             33416 kB
Slab:             153060 kB
SReclaimable:     125620 kB
SUnreclaim:        27440 kB
KernelStack:        3536 kB
PageTables:         7056 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1279988 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    503808 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61496 MiB
End job on node113 at 2017-08-20 11:18:00