Trace number 4270490

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

General information on the benchmark

NameBinPacking/BinPacking-tab-sw100/
BinPacking-tab-sw100-74.xml
MD5SUM748f42f61d3aaac6f60870392cb688ba
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark2400.06
Satisfiable
(Un)Satisfiability was proved
Number of variables115
Number of constraints22
Number of domains2
Minimum domain size20
Maximum domain size42
Distribution of domain sizes[{"size":20,"count":1},{"size":42,"count":114}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":95},{"degree":4,"count":19}]
Minimum constraint arity6
Maximum constraint arity114
Distribution of constraint arities[{"arity":6,"count":19},{"arity":20,"count":1},{"arity":114,"count":2}]
Number of extensional constraints19
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":19},{"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 -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4270490-1502808216.xml"  -tl '20160s' -p 8 -x 0
0.12/0.15	c [HOME/instance-4270490-1502808216.xml, -tl, 20160s, -p, 8, -x, 0]
0.12/0.20	c 8 solvers in parallel
0.33/0.27	c parse instance...
484.08/227.43	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
484.08/227.43		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.computeSupports(PropCompactTable.java:98)
484.08/227.43		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.<init>(PropCompactTable.java:61)
484.08/227.43		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:1857)
484.08/227.43		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:1813)
484.08/227.43		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrExtension(XCSPParser.java:313)
484.08/227.43		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:413)
484.08/227.43		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:130)
484.08/227.43		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
484.08/227.43		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$346(XCallbacks.java:440)
484.08/227.43		at org.xcsp.parser.XCallbacks$$Lambda$70/540585569.accept(Unknown Source)
484.08/227.43		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
484.08/227.43		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
484.08/227.43		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
484.08/227.43		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1406)
484.08/227.43		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
484.08/227.43		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
484.08/227.43		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:260)
484.08/227.43		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
484.08/227.43		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:112)
484.08/227.43		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
484.08/227.43		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:23)
484.08/227.43	s UNKNOWN
484.08/227.43	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 (13314 MiB free)
  memory of node 1: 16384 MiB (13747 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4270490-1502808216/watcher-4270490-1502808216 -o /tmp/evaluation-result-4270490-1502808216/solver-4270490-1502808216 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node149-1502796940-15499 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 1588038688 HOME/instance-4270490-1502808216.xml 

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

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


[startup+0.105163 s]*
/proc/loadavg: 4.59 2.70 1.72 2/199 16234
/proc/meminfo: memFree=27694976/32770624 swapFree=67108860/67108860
[pid=16213] ppid=16210 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/16213/stat : 16213 (xcsp3-exec) S 16210 16213 15472 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 113902447 9740288 346 33554432000 4194304 5098028 140732849740176 140732849738280 140535877137020 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27975680 140732849742948 140732849743159 140732849743159 140732849745899 0
/proc/16213/statm: 2378 346 289 221 0 87 0
[pid=16215] ppid=16213 vsize=25999808 memory=27480 CPUtime=0.12 cores=0-7
/proc/16215/stat : 16215 (java) S 16213 16213 15472 0 -1 1077944320 5294 0 0 0 11 1 0 0 20 0 20 0 113902447 26623803392 6870 33554432000 4194304 4196468 140723504337936 140723504320480 139867455717111 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
/proc/16215/statm: 6499952 6870 2872 1 0 6488269 0
[pid=16215/tid=16216] ppid=16213 vsize=25999808 memory=7825737110625623704 CPUtime=0.09 cores=0-7
/proc/16215/task/16216/stat : 16216 (java) R 16213 16213 15472 0 -1 4202560 3182 0 0 0 9 0 0 0 20 0 20 0 113902448 26623803392 6870 33554432000 4194304 4196468 140723504337936 139867459943648 139867455739037 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16217] ppid=16213 vsize=25999808 memory=732370371243813861 CPUtime=0 cores=0-7
/proc/16215/task/16217/stat : 16217 (java) S 16213 16213 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 113902448 26623803392 6870 33554432000 4194304 4196468 140723504337936 139867423275280 139867455727317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16218] ppid=16213 vsize=25999808 memory=140232906360448 CPUtime=0 cores=0-7
/proc/16215/task/16218/stat : 16218 (java) S 16213 16213 15472 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 113902448 26623803392 6870 33554432000 4194304 4196468 140723504337936 139867013122448 139867455727317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16219] ppid=16213 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16215/task/16219/stat : 16219 (java) S 16213 16213 15472 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 113902448 26623803392 6870 33554432000 4194304 4196468 140723504337936 139867012069904 139867455727317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16220] ppid=16213 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16215/task/16220/stat : 16220 (java) S 16213 16213 15472 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 113902448 26623803392 6870 33554432000 4194304 4196468 140723504337936 139867011017360 139867455727317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16221] ppid=16213 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16215/task/16221/stat : 16221 (java) S 16213 16213 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 113902448 26623803392 6870 33554432000 4194304 4196468 140723504337936 139867009964816 139867455727317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16222] ppid=16213 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/16215/task/16222/stat : 16222 (java) S 16213 16213 15472 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 113902448 26623803392 6870 33554432000 4194304 4196468 140723504337936 139867008912272 139867455727317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16223] ppid=16213 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16215/task/16223/stat : 16223 (java) S 16213 16213 15472 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 113902448 26623803392 6870 33554432000 4194304 4196468 140723504337936 139867007859728 139867455727317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16224] ppid=16213 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16215/task/16224/stat : 16224 (java) S 16213 16213 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 113902448 26623803392 6870 33554432000 4194304 4196468 140723504337936 139867006807184 139867455727317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16225] ppid=16213 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16215/task/16225/stat : 16225 (java) S 16213 16213 15472 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 113902450 26623803392 6870 33554432000 4194304 4196468 140723504337936 139866851645424 139867455728258 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16226] ppid=16213 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16215/task/16226/stat : 16226 (java) S 16213 16213 15472 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 113902450 26623803392 6870 33554432000 4194304 4196468 140723504337936 139866850591648 139867455727317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16227] ppid=16213 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16215/task/16227/stat : 16227 (java) S 16213 16213 15472 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 113902451 26623803392 6870 33554432000 4194304 4196468 140723504337936 139866849539056 139867455727317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16228] ppid=16213 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16215/task/16228/stat : 16228 (java) S 16213 16213 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 113902453 26623803392 6870 33554432000 4194304 4196468 140723504337936 139866848487632 139867455735707 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16229] ppid=16213 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16215/task/16229/stat : 16229 (java) S 16213 16213 15472 0 -1 1077944384 307 0 0 0 0 0 0 0 20 0 20 0 113902453 26623803392 6870 33554432000 4194304 4196468 140723504337936 139866847435248 139867455728258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16230] ppid=16213 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16215/task/16230/stat : 16230 (java) S 16213 16213 15472 0 -1 1077944384 126 0 0 0 0 0 0 0 20 0 20 0 113902453 26623803392 6870 33554432000 4194304 4196468 140723504337936 139866846382704 139867455728258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16231] ppid=16213 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16215/task/16231/stat : 16231 (java) S 16213 16213 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 113902453 26623803392 6870 33554432000 4194304 4196468 140723504337936 139866845330160 139867455728258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16232] ppid=16213 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/16215/task/16232/stat : 16232 (java) S 16213 16213 15472 0 -1 1077944384 370 0 0 0 1 0 0 0 20 0 20 0 113902453 26623803392 6870 33554432000 4194304 4196468 140723504337936 139866844277616 139867455728258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16233] ppid=16213 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16215/task/16233/stat : 16233 (java) S 16213 16213 15472 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 113902453 26623803392 6870 33554432000 4194304 4196468 140723504337936 139866843224288 139867455727317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16234] ppid=16213 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/16215/task/16234/stat : 16234 (java) S 16213 16213 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 113902453 26623803392 6870 33554432000 4194304 4196468 140723504337936 139866842171824 139867455728258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 28864 KiB

[startup+0.21052 s]*
/proc/loadavg: 4.59 2.70 1.72 2/199 16234
/proc/meminfo: memFree=27686324/32770624 swapFree=67108860/67108860
[pid=16213] ppid=16210 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/16213/stat : 16213 (xcsp3-exec) S 16210 16213 15472 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 113902447 9740288 346 33554432000 4194304 5098028 140732849740176 140732849738280 140535877137020 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27975680 140732849742948 140732849743159 140732849743159 140732849745899 0
/proc/16213/statm: 2378 346 289 221 0 87 0
[pid=16215] ppid=16213 vsize=26004064 memory=39204 CPUtime=0.33 cores=0-7
/proc/16215/stat : 16215 (java) S 16213 16213 15472 0 -1 1077944320 7938 0 0 0 31 2 0 0 20 0 20 0 113902447 26628161536 9801 33554432000 4194304 4196468 140723504337936 140723504320480 139867455717111 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
/proc/16215/statm: 6501016 9801 3035 1 0 6488269 0
[pid=16215/tid=16216] ppid=16213 vsize=26004064 memory=0 CPUtime=0.19 cores=0-7
/proc/16215/task/16216/stat : 16216 (java) R 16213 16213 15472 0 -1 4202560 4900 0 0 0 18 1 0 0 20 0 20 0 113902448 26628161536 9801 33554432000 4194304 4196468 140723504337936 139867459913824 139867439797598 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16217] ppid=16213 vsize=26004064 memory=280465668949752 CPUtime=0 cores=0-7
/proc/16215/task/16217/stat : 16217 (java) S 16213 16213 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 113902448 26628161536 9801 33554432000 4194304 4196468 140723504337936 139867423275280 139867455727317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16218] ppid=16213 vsize=26004064 memory=140232906360448 CPUtime=0 cores=0-7
/proc/16215/task/16218/stat : 16218 (java) S 16213 16213 15472 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 113902448 26628161536 9801 33554432000 4194304 4196468 140723504337936 139867013122448 139867455727317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16219] ppid=16213 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16215/task/16219/stat : 16219 (java) S 16213 16213 15472 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 113902448 26628161536 9801 33554432000 4194304 4196468 140723504337936 139867012069904 139867455727317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16220] ppid=16213 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16215/task/16220/stat : 16220 (java) S 16213 16213 15472 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 113902448 26628161536 9801 33554432000 4194304 4196468 140723504337936 139867011017360 139867455727317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16221] ppid=16213 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16215/task/16221/stat : 16221 (java) S 16213 16213 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 113902448 26628161536 9801 33554432000 4194304 4196468 140723504337936 139867009964816 139867455727317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16222] ppid=16213 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/16215/task/16222/stat : 16222 (java) S 16213 16213 15472 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 113902448 26628161536 9801 33554432000 4194304 4196468 140723504337936 139867008912272 139867455727317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16223] ppid=16213 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16215/task/16223/stat : 16223 (java) S 16213 16213 15472 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 113902448 26628161536 9801 33554432000 4194304 4196468 140723504337936 139867007859728 139867455727317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16224] ppid=16213 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16215/task/16224/stat : 16224 (java) S 16213 16213 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 113902448 26628161536 9801 33554432000 4194304 4196468 140723504337936 139867006807184 139867455727317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16225] ppid=16213 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16215/task/16225/stat : 16225 (java) S 16213 16213 15472 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 113902450 26628161536 9801 33554432000 4194304 4196468 140723504337936 139866851645424 139867455728258 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16226] ppid=16213 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16215/task/16226/stat : 16226 (java) S 16213 16213 15472 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 113902450 26628161536 9801 33554432000 4194304 4196468 140723504337936 139866850591648 139867455727317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16227] ppid=16213 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16215/task/16227/stat : 16227 (java) S 16213 16213 15472 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 113902451 26628161536 9801 33554432000 4194304 4196468 140723504337936 139866849539056 139867455727317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16228] ppid=16213 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16215/task/16228/stat : 16228 (java) S 16213 16213 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 113902453 26628161536 9801 33554432000 4194304 4196468 140723504337936 139866848487632 139867455735707 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16229] ppid=16213 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/16215/task/16229/stat : 16229 (java) S 16213 16213 15472 0 -1 1077944384 418 0 0 0 1 0 0 0 20 0 20 0 113902453 26628161536 9801 33554432000 4194304 4196468 140723504337936 139866847435248 139867455728258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16230] ppid=16213 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/16215/task/16230/stat : 16230 (java) S 16213 16213 15472 0 -1 1077944384 262 0 0 0 1 0 0 0 20 0 20 0 113902453 26628161536 9801 33554432000 4194304 4196468 140723504337936 139866846382704 139867455728258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16231] ppid=16213 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/16215/task/16231/stat : 16231 (java) S 16213 16213 15472 0 -1 1077944384 197 0 0 0 1 0 0 0 20 0 20 0 113902453 26628161536 9801 33554432000 4194304 4196468 140723504337936 139866845330160 139867455728258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16232] ppid=16213 vsize=26004064 memory=0 CPUtime=0.07 cores=0-7
/proc/16215/task/16232/stat : 16232 (java) S 16213 16213 15472 0 -1 1077944384 853 0 0 0 7 0 0 0 20 0 20 0 113902453 26628161536 9801 33554432000 4194304 4196468 140723504337936 139866844277616 139867455728258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16233] ppid=16213 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16215/task/16233/stat : 16233 (java) S 16213 16213 15472 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 113902453 26628161536 9801 33554432000 4194304 4196468 140723504337936 139866843224288 139867455727317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16234] ppid=16213 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/16215/task/16234/stat : 16234 (java) S 16213 16213 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 113902453 26628161536 9801 33554432000 4194304 4196468 140723504337936 139866842171824 139867455728258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40588 KiB

[startup+0.310396 s]*
/proc/loadavg: 4.59 2.70 1.72 2/199 16234
/proc/meminfo: memFree=27679028/32770624 swapFree=67108860/67108860
[pid=16213] ppid=16210 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/16213/stat : 16213 (xcsp3-exec) S 16210 16213 15472 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 113902447 9740288 346 33554432000 4194304 5098028 140732849740176 140732849738280 140535877137020 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27975680 140732849742948 140732849743159 140732849743159 140732849745899 0
/proc/16213/statm: 2378 346 289 221 0 87 0
[pid=16215] ppid=16213 vsize=26004064 memory=46692 CPUtime=0.49 cores=0-7
/proc/16215/stat : 16215 (java) S 16213 16213 15472 0 -1 1077944320 8856 0 0 0 46 3 0 0 20 0 20 0 113902447 26628161536 11673 33554432000 4194304 4196468 140723504337936 140723504320480 139867455717111 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
/proc/16215/statm: 6501016 11673 3076 1 0 6488269 0
[pid=16215/tid=16216] ppid=16213 vsize=26004064 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/16215/task/16216/stat : 16216 (java) R 16213 16213 15472 0 -1 4202560 5579 0 0 0 27 2 0 0 20 0 20 0 113902448 26628161536 11673 33554432000 4194304 4196468 140723504337936 139867459952224 139867455739037 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16217] ppid=16213 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16215/task/16217/stat : 16217 (java) S 16213 16213 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 113902448 26628161536 11673 33554432000 4194304 4196468 140723504337936 139867423275280 139867455727317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16218] ppid=16213 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16215/task/16218/stat : 16218 (java) S 16213 16213 15472 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 113902448 26628161536 11673 33554432000 4194304 4196468 140723504337936 139867013122448 139867455727317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16219] ppid=16213 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16215/task/16219/stat : 16219 (java) S 16213 16213 15472 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 113902448 26628161536 11673 33554432000 4194304 4196468 140723504337936 139867012069904 139867455727317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16220] ppid=16213 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16215/task/16220/stat : 16220 (java) S 16213 16213 15472 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 113902448 26628161536 11673 33554432000 4194304 4196468 140723504337936 139867011017360 139867455727317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16221] ppid=16213 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/16215/task/16221/stat : 16221 (java) S 16213 16213 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 113902448 26628161536 11673 33554432000 4194304 4196468 140723504337936 139867009964816 139867455727317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16222] ppid=16213 vsize=26004064 memory=140232762684335 CPUtime=0 cores=0-7
/proc/16215/task/16222/stat : 16222 (java) S 16213 16213 15472 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 113902448 26628161536 11673 33554432000 4194304 4196468 140723504337936 139867008912272 139867455727317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16223] ppid=16213 vsize=26004064 memory=140232762686640 CPUtime=0 cores=0-7
/proc/16215/task/16223/stat : 16223 (java) S 16213 16213 15472 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 113902448 26628161536 11673 33554432000 4194304 4196468 140723504337936 139867007859728 139867455727317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16224] ppid=16213 vsize=26004064 memory=140232762688944 CPUtime=0 cores=0-7
/proc/16215/task/16224/stat : 16224 (java) S 16213 16213 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 113902448 26628161536 11673 33554432000 4194304 4196468 140723504337936 139867006807184 139867455727317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16225] ppid=16213 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16215/task/16225/stat : 16225 (java) S 16213 16213 15472 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 113902450 26628161536 11673 33554432000 4194304 4196468 140723504337936 139866851645424 139867455728258 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16226] ppid=16213 vsize=26004064 memory=280465525384848 CPUtime=0 cores=0-7
/proc/16215/task/16226/stat : 16226 (java) S 16213 16213 15472 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 113902450 26628161536 11673 33554432000 4194304 4196468 140723504337936 139866850591648 139867455727317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16227] ppid=16213 vsize=26004064 memory=280465525391760 CPUtime=0 cores=0-7
/proc/16215/task/16227/stat : 16227 (java) S 16213 16213 15472 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 113902451 26628161536 11673 33554432000 4194304 4196468 140723504337936 139866849539056 139867455727317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16228] ppid=16213 vsize=26004064 memory=280465525333040 CPUtime=0 cores=0-7
/proc/16215/task/16228/stat : 16228 (java) S 16213 16213 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 113902453 26628161536 11673 33554432000 4194304 4196468 140723504337936 139866848487632 139867455735707 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16229] ppid=16213 vsize=26004064 memory=280465525405584 CPUtime=0.02 cores=0-7
/proc/16215/task/16229/stat : 16229 (java) S 16213 16213 15472 0 -1 1077944384 489 0 0 0 2 0 0 0 20 0 20 0 113902453 26628161536 11673 33554432000 4194304 4196468 140723504337936 139866847435248 139867455728258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16230] ppid=16213 vsize=26004064 memory=280465525412496 CPUtime=0.02 cores=0-7
/proc/16215/task/16230/stat : 16230 (java) S 16213 16213 15472 0 -1 1077944384 262 0 0 0 2 0 0 0 20 0 20 0 113902453 26628161536 11673 33554432000 4194304 4196468 140723504337936 139866846382704 139867455728258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16231] ppid=16213 vsize=26004064 memory=280465525410192 CPUtime=0.02 cores=0-7
/proc/16215/task/16231/stat : 16231 (java) S 16213 16213 15472 0 -1 1077944384 211 0 0 0 2 0 0 0 20 0 20 0 113902453 26628161536 11673 33554432000 4194304 4196468 140723504337936 139866845330160 139867455728258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16232] ppid=16213 vsize=26004064 memory=280465525426352 CPUtime=0.11 cores=0-7
/proc/16215/task/16232/stat : 16232 (java) R 16213 16213 15472 0 -1 4202560 1003 0 0 0 11 0 0 0 20 0 20 0 113902453 26628161536 11673 33554432000 4194304 4196468 140723504337936 139866844277616 139867434655420 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16233] ppid=16213 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16215/task/16233/stat : 16233 (java) S 16213 16213 15472 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 113902453 26628161536 11673 33554432000 4194304 4196468 140723504337936 139866843224288 139867455727317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16234] ppid=16213 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/16215/task/16234/stat : 16234 (java) S 16213 16213 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 113902453 26628161536 11673 33554432000 4194304 4196468 140723504337936 139866842171824 139867455728258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 48076 KiB

[startup+0.701055 s]
/proc/loadavg: 4.59 2.70 1.72 9/199 16234
/proc/meminfo: memFree=27491536/32770624 swapFree=67108860/67108860
[pid=16213] ppid=16210 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/16213/stat : 16213 (xcsp3-exec) S 16210 16213 15472 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 113902447 9740288 346 33554432000 4194304 5098028 140732849740176 140732849738280 140535877137020 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27975680 140732849742948 140732849743159 140732849743159 140732849745899 0
/proc/16213/statm: 2378 346 289 221 0 87 0
[pid=16215] ppid=16213 vsize=26004140 memory=562124 CPUtime=1.42 cores=0-7
/proc/16215/stat : 16215 (java) S 16213 16213 15472 0 -1 1077944320 10799 0 0 0 109 33 0 0 20 0 20 0 113902447 26628239360 140531 33554432000 4194304 4196468 140723504337936 140723504320480 139867455717111 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
/proc/16215/statm: 6501035 140531 3181 1 0 6488269 0
[pid=16215/tid=16216] ppid=16213 vsize=26004140 memory=280465525721216 CPUtime=0.62 cores=0-7
/proc/16215/task/16216/stat : 16216 (java) R 16213 16213 15472 0 -1 4202560 6129 0 0 0 52 10 0 0 20 0 20 0 113902448 26628239360 140531 33554432000 4194304 4196468 140723504337936 139867459952048 139867455729046 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16217] ppid=16213 vsize=26004140 memory=1224 CPUtime=0.04 cores=0-7
/proc/16215/task/16217/stat : 16217 (java) S 16213 16213 15472 0 -1 1077944384 43 0 0 0 1 3 0 0 20 0 20 0 113902448 26628239360 140531 33554432000 4194304 4196468 140723504337936 139867423275280 139867455727317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16218] ppid=16213 vsize=26004140 memory=12032 CPUtime=0.04 cores=0-7
/proc/16215/task/16218/stat : 16218 (java) S 16213 16213 15472 0 -1 1077944384 58 0 0 0 1 3 0 0 20 0 20 0 113902448 26628239360 140531 33554432000 4194304 4196468 140723504337936 139867013122448 139867455727317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16219] ppid=16213 vsize=26004140 memory=5792 CPUtime=0.04 cores=0-7
/proc/16215/task/16219/stat : 16219 (java) S 16213 16213 15472 0 -1 1077944384 47 0 0 0 1 3 0 0 20 0 20 0 113902448 26628239360 140531 33554432000 4194304 4196468 140723504337936 139867012069904 139867455727317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0

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

[pid=16213] ppid=16210 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/16213/stat : 16213 (xcsp3-exec) S 16210 16213 15472 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 113902447 9740288 346 33554432000 4194304 5098028 140732849740176 140732849738280 140535877137020 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27975680 140732849742948 140732849743159 140732849743159 140732849745899 0
/proc/16213/statm: 2378 346 289 221 0 87 0
[pid=16215] ppid=16213 vsize=26006188 memory=22088516 CPUtime=482.45 cores=0-7
/proc/16215/stat : 16215 (java) S 16213 16213 15472 0 -1 1077944320 532280 0 0 0 43545 4700 0 0 20 0 20 0 113902447 26630336512 5522129 33554432000 4194304 4196468 140723504337936 140723504320480 139867455717111 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
/proc/16215/statm: 6501547 5522129 3256 1 0 6488781 0
[pid=16215/tid=16216] ppid=16213 vsize=26006188 memory=15252640887999017 CPUtime=177.94 cores=0-7
/proc/16215/task/16216/stat : 16216 (java) S 16213 16213 15472 0 -1 1077944384 53796 0 0 0 17749 45 0 0 20 0 20 0 113902448 26630336512 5522129 33554432000 4194304 4196468 140723504337936 139867459955312 139867455727317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16217] ppid=16213 vsize=26006188 memory=15872 CPUtime=36.37 cores=0-7
/proc/16215/task/16217/stat : 16217 (java) R 16213 16213 15472 0 -1 4202560 35177 0 0 0 3125 512 0 0 20 0 20 0 113902448 26630336512 5522129 33554432000 4194304 4196468 140723504337936 139867423275088 139867455738458 0 4 0 16800975 0 0 0 -1 5 0 0 15 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16218] ppid=16213 vsize=26006188 memory=18476 CPUtime=36.28 cores=0-7
/proc/16215/task/16218/stat : 16218 (java) R 16213 16213 15472 0 -1 4202560 27964 0 0 0 2975 653 0 0 20 0 20 0 113902448 26630336512 5522129 33554432000 4194304 4196468 140723504337936 139867013122256 139867448345319 0 4 0 16800975 0 0 0 -1 4 0 0 17 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16219] ppid=16213 vsize=26006188 memory=2408 CPUtime=36.58 cores=0-7
/proc/16215/task/16219/stat : 16219 (java) R 16213 16213 15472 0 -1 4202560 120795 0 0 0 3102 556 0 0 20 0 20 0 113902448 26630336512 5522129 33554432000 4194304 4196468 140723504337936 139867012069792 139867448820104 0 4 0 16800975 0 0 0 -1 0 0 0 16 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16220] ppid=16213 vsize=26006188 memory=1384 CPUtime=36.5 cores=0-7
/proc/16215/task/16220/stat : 16220 (java) R 16213 16213 15472 0 -1 4202560 71870 0 0 0 3066 584 0 0 20 0 20 0 113902448 26630336512 5522129 33554432000 4194304 4196468 140723504337936 139867011017168 139867448345319 0 4 0 16800975 0 0 0 -1 6 0 0 14 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16221] ppid=16213 vsize=26006188 memory=22088516 CPUtime=36.18 cores=0-7
/proc/16215/task/16221/stat : 16221 (java) R 16213 16213 15472 0 -1 4202560 48417 0 0 0 3052 566 0 0 20 0 20 0 113902448 26630336512 5522129 33554432000 4194304 4196468 140723504337936 139867009964624 139867448345319 0 4 0 16800975 0 0 0 -1 1 0 0 15 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16222] ppid=16213 vsize=26006188 memory=15252640887999017 CPUtime=36.18 cores=0-7
/proc/16215/task/16222/stat : 16222 (java) R 16213 16213 15472 0 -1 4202560 33829 0 0 0 3039 579 0 0 20 0 20 0 113902448 26630336512 5522129 33554432000 4194304 4196468 140723504337936 139867008912392 139867448345319 0 4 0 16800975 0 0 0 -1 7 0 0 18 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16223] ppid=16213 vsize=26006188 memory=1792 CPUtime=36.3 cores=0-7
/proc/16215/task/16223/stat : 16223 (java) R 16213 16213 15472 0 -1 4202560 38214 0 0 0 3015 615 0 0 20 0 20 0 113902448 26630336512 5522129 33554432000 4194304 4196468 140723504337936 139867007859536 139867448345319 0 4 0 16800975 0 0 0 -1 3 0 0 14 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16224] ppid=16213 vsize=26006188 memory=648 CPUtime=36.41 cores=0-7
/proc/16215/task/16224/stat : 16224 (java) R 16213 16213 15472 0 -1 4202560 32897 0 0 0 3080 561 0 0 20 0 20 0 113902448 26630336512 5522129 33554432000 4194304 4196468 140723504337936 139867006806992 139867448345319 0 4 0 16800975 0 0 0 -1 2 0 0 15 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16225] ppid=16213 vsize=26006188 memory=1240 CPUtime=11.42 cores=0-7
/proc/16215/task/16225/stat : 16225 (java) S 16213 16213 15472 0 -1 1077944384 47498 0 0 0 1128 14 0 0 20 0 20 0 113902450 26630336512 5522129 33554432000 4194304 4196468 140723504337936 139866851643984 139867455727317 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16226] ppid=16213 vsize=26006188 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/16215/task/16226/stat : 16226 (java) S 16213 16213 15472 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 20 0 113902450 26630336512 5522129 33554432000 4194304 4196468 140723504337936 139866850591712 139867455727317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16227] ppid=16213 vsize=26006188 memory=1384 CPUtime=0 cores=0-7
/proc/16215/task/16227/stat : 16227 (java) S 16213 16213 15472 0 -1 1077944384 135 0 0 0 0 0 0 0 20 0 20 0 113902451 26630336512 5522129 33554432000 4194304 4196468 140723504337936 139866849539072 139867455727317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16228] ppid=16213 vsize=26006188 memory=22088516 CPUtime=0 cores=0-7
/proc/16215/task/16228/stat : 16228 (java) S 16213 16213 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 113902453 26630336512 5522129 33554432000 4194304 4196468 140723504337936 139866848487632 139867455735707 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16229] ppid=16213 vsize=26006188 memory=1952 CPUtime=0.55 cores=0-7
/proc/16215/task/16229/stat : 16229 (java) S 16213 16213 15472 0 -1 1077944384 5586 0 0 0 54 1 0 0 20 0 20 0 113902453 26630336512 5522129 33554432000 4194304 4196468 140723504337936 139866847435008 139867455727317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16230] ppid=16213 vsize=26006188 memory=8620 CPUtime=0.53 cores=0-7
/proc/16215/task/16230/stat : 16230 (java) S 16213 16213 15472 0 -1 1077944384 4461 0 0 0 53 0 0 0 20 0 20 0 113902453 26630336512 5522129 33554432000 4194304 4196468 140723504337936 139866846382752 139867455727317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16231] ppid=16213 vsize=26006188 memory=4620 CPUtime=0.56 cores=0-7
/proc/16215/task/16231/stat : 16231 (java) S 16213 16213 15472 0 -1 1077944384 4376 0 0 0 56 0 0 0 20 0 20 0 113902453 26630336512 5522129 33554432000 4194304 4196468 140723504337936 139866845330208 139867455727317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16232] ppid=16213 vsize=26006188 memory=1196 CPUtime=0.39 cores=0-7
/proc/16215/task/16232/stat : 16232 (java) S 16213 16213 15472 0 -1 1077944384 5174 0 0 0 38 1 0 0 20 0 20 0 113902453 26630336512 5522129 33554432000 4194304 4196468 140723504337936 139866844277664 139867455727317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 34 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16233] ppid=16213 vsize=26006188 memory=15872 CPUtime=0 cores=0-7
/proc/16215/task/16233/stat : 16233 (java) S 16213 16213 15472 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 113902453 26630336512 5522129 33554432000 4194304 4196468 140723504337936 139866843224288 139867455727317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16234] ppid=16213 vsize=26006188 memory=18476 CPUtime=0.11 cores=0-7
/proc/16215/task/16234/stat : 16234 (java) S 16213 16213 15472 0 -1 1077944384 793 0 0 0 4 7 0 0 20 0 20 0 113902453 26630336512 5522129 33554432000 4194304 4196468 140723504337936 139866842171824 139867455728258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 44 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
Current children cumulated CPU time: 482.45 s
Current children cumulated vsize: 26015700 KiB
Current children cumulated memory: 22089900 KiB

[startup+227.201 s]
/proc/loadavg: 3.35 2.53 1.83 2/200 16242
/proc/meminfo: memFree=5597660/32770624 swapFree=67108860/67108860
[pid=16213] ppid=16210 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/16213/stat : 16213 (xcsp3-exec) S 16210 16213 15472 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 113902447 9740288 346 33554432000 4194304 5098028 140732849740176 140732849738280 140535877137020 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27975680 140732849742948 140732849743159 140732849743159 140732849745899 0
/proc/16213/statm: 2378 346 289 221 0 87 0
[pid=16215] ppid=16213 vsize=26006188 memory=22088516 CPUtime=483.88 cores=0-7
/proc/16215/stat : 16215 (java) S 16213 16213 15472 0 -1 1077944320 534691 0 0 0 43687 4701 0 0 20 0 20 0 113902447 26630336512 5522129 33554432000 4194304 4196468 140723504337936 140723504320480 139867455717111 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
/proc/16215/statm: 6501547 5522129 3256 1 0 6488781 0
[pid=16215/tid=16216] ppid=16213 vsize=26006188 memory=22088516 CPUtime=177.94 cores=0-7
/proc/16215/task/16216/stat : 16216 (java) S 16213 16213 15472 0 -1 1077944384 53796 0 0 0 17749 45 0 0 20 0 20 0 113902448 26630336512 5522129 33554432000 4194304 4196468 140723504337936 139867459955312 139867455727317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16217] ppid=16213 vsize=26006188 memory=1572 CPUtime=36.46 cores=0-7
/proc/16215/task/16217/stat : 16217 (java) S 16213 16213 15472 0 -1 1077944384 35177 0 0 0 3134 512 0 0 20 0 20 0 113902448 26630336512 5522129 33554432000 4194304 4196468 140723504337936 139867423275280 139867455727317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 15 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16218] ppid=16213 vsize=26006188 memory=2244 CPUtime=36.38 cores=0-7
/proc/16215/task/16218/stat : 16218 (java) S 16213 16213 15472 0 -1 1077944384 27964 0 0 0 2985 653 0 0 20 0 20 0 113902448 26630336512 5522129 33554432000 4194304 4196468 140723504337936 139867013122448 139867455727317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 17 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16219] ppid=16213 vsize=26006188 memory=6791534058613427641 CPUtime=36.68 cores=0-7
/proc/16215/task/16219/stat : 16219 (java) S 16213 16213 15472 0 -1 1077944384 121112 0 0 0 3112 556 0 0 20 0 20 0 113902448 26630336512 5522129 33554432000 4194304 4196468 140723504337936 139867012069904 139867455727317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 16 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16220] ppid=16213 vsize=26006188 memory=32308 CPUtime=36.59 cores=0-7
/proc/16215/task/16220/stat : 16220 (java) S 16213 16213 15472 0 -1 1077944384 71871 0 0 0 3075 584 0 0 20 0 20 0 113902448 26630336512 5522129 33554432000 4194304 4196468 140723504337936 139867011017360 139867455727317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 14 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16221] ppid=16213 vsize=26006188 memory=1296 CPUtime=36.28 cores=0-7
/proc/16215/task/16221/stat : 16221 (java) S 16213 16213 15472 0 -1 1077944384 48417 0 0 0 3062 566 0 0 20 0 20 0 113902448 26630336512 5522129 33554432000 4194304 4196468 140723504337936 139867009964816 139867455727317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 15 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16222] ppid=16213 vsize=26006188 memory=2408 CPUtime=36.26 cores=0-7
/proc/16215/task/16222/stat : 16222 (java) S 16213 16213 15472 0 -1 1077944384 33829 0 0 0 3047 579 0 0 20 0 20 0 113902448 26630336512 5522129 33554432000 4194304 4196468 140723504337936 139867008912272 139867455727317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 18 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16223] ppid=16213 vsize=26006188 memory=1732 CPUtime=36.39 cores=0-7
/proc/16215/task/16223/stat : 16223 (java) S 16213 16213 15472 0 -1 1077944384 38214 0 0 0 3024 615 0 0 20 0 20 0 113902448 26630336512 5522129 33554432000 4194304 4196468 140723504337936 139867007859728 139867455727317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 14 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16224] ppid=16213 vsize=26006188 memory=1384 CPUtime=36.5 cores=0-7
/proc/16215/task/16224/stat : 16224 (java) S 16213 16213 15472 0 -1 1077944384 32898 0 0 0 3089 561 0 0 20 0 20 0 113902448 26630336512 5522129 33554432000 4194304 4196468 140723504337936 139867006807184 139867455727317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 15 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16225] ppid=16213 vsize=26006188 memory=22088516 CPUtime=12.13 cores=0-7
/proc/16215/task/16225/stat : 16225 (java) R 16213 16213 15472 0 -1 4202560 49586 0 0 0 1198 15 0 0 20 0 20 0 113902450 26630336512 5522129 33554432000 4194304 4196468 140723504337936 139866851643984 139867440174702 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16226] ppid=16213 vsize=26006188 memory=1792 CPUtime=0 cores=0-7
/proc/16215/task/16226/stat : 16226 (java) S 16213 16213 15472 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 20 0 113902450 26630336512 5522129 33554432000 4194304 4196468 140723504337936 139866850591712 139867455727317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16227] ppid=16213 vsize=26006188 memory=648 CPUtime=0 cores=0-7
/proc/16215/task/16227/stat : 16227 (java) S 16213 16213 15472 0 -1 1077944384 135 0 0 0 0 0 0 0 20 0 20 0 113902451 26630336512 5522129 33554432000 4194304 4196468 140723504337936 139866849539072 139867455727317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16228] ppid=16213 vsize=26006188 memory=1240 CPUtime=0 cores=0-7
/proc/16215/task/16228/stat : 16228 (java) S 16213 16213 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 113902453 26630336512 5522129 33554432000 4194304 4196468 140723504337936 139866848487632 139867455735707 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16229] ppid=16213 vsize=26006188 memory=960 CPUtime=0.55 cores=0-7
/proc/16215/task/16229/stat : 16229 (java) S 16213 16213 15472 0 -1 1077944384 5586 0 0 0 54 1 0 0 20 0 20 0 113902453 26630336512 5522129 33554432000 4194304 4196468 140723504337936 139866847435008 139867455727317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16230] ppid=16213 vsize=26006188 memory=796 CPUtime=0.53 cores=0-7
/proc/16215/task/16230/stat : 16230 (java) S 16213 16213 15472 0 -1 1077944384 4461 0 0 0 53 0 0 0 20 0 20 0 113902453 26630336512 5522129 33554432000 4194304 4196468 140723504337936 139866846382752 139867455727317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16231] ppid=16213 vsize=26006188 memory=1436 CPUtime=0.56 cores=0-7
/proc/16215/task/16231/stat : 16231 (java) S 16213 16213 15472 0 -1 1077944384 4376 0 0 0 56 0 0 0 20 0 20 0 113902453 26630336512 5522129 33554432000 4194304 4196468 140723504337936 139866845330208 139867455727317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16232] ppid=16213 vsize=26006188 memory=1012 CPUtime=0.39 cores=0-7
/proc/16215/task/16232/stat : 16232 (java) S 16213 16213 15472 0 -1 1077944384 5174 0 0 0 38 1 0 0 20 0 20 0 113902453 26630336512 5522129 33554432000 4194304 4196468 140723504337936 139866844277664 139867455727317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 34 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16233] ppid=16213 vsize=26006188 memory=1712 CPUtime=0 cores=0-7
/proc/16215/task/16233/stat : 16233 (java) S 16213 16213 15472 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 113902453 26630336512 5522129 33554432000 4194304 4196468 140723504337936 139866843224288 139867455727317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16234] ppid=16213 vsize=26006188 memory=1952 CPUtime=0.11 cores=0-7
/proc/16215/task/16234/stat : 16234 (java) S 16213 16213 15472 0 -1 1077944384 797 0 0 0 4 7 0 0 20 0 20 0 113902453 26630336512 5522129 33554432000 4194304 4196468 140723504337936 139866842171824 139867455728258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 44 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
Current children cumulated CPU time: 483.88 s
Current children cumulated vsize: 26015700 KiB
Current children cumulated memory: 22089900 KiB

[startup+227.401 s]
/proc/loadavg: 3.35 2.53 1.83 2/200 16242
/proc/meminfo: memFree=5597660/32770624 swapFree=67108860/67108860
[pid=16213] ppid=16210 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/16213/stat : 16213 (xcsp3-exec) S 16210 16213 15472 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 113902447 9740288 346 33554432000 4194304 5098028 140732849740176 140732849738280 140535877137020 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27975680 140732849742948 140732849743159 140732849743159 140732849745899 0
/proc/16213/statm: 2378 346 289 221 0 87 0
[pid=16215] ppid=16213 vsize=26006188 memory=22088516 CPUtime=484.08 cores=0-7
/proc/16215/stat : 16215 (java) S 16213 16213 15472 0 -1 1077944320 534728 0 0 0 43707 4701 0 0 20 0 20 0 113902447 26630336512 5522129 33554432000 4194304 4196468 140723504337936 140723504320480 139867455717111 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
/proc/16215/statm: 6501547 5522129 3256 1 0 6488781 0
[pid=16215/tid=16216] ppid=16213 vsize=26006188 memory=32308 CPUtime=177.94 cores=0-7
/proc/16215/task/16216/stat : 16216 (java) S 16213 16213 15472 0 -1 1077944384 53796 0 0 0 17749 45 0 0 20 0 20 0 113902448 26630336512 5522129 33554432000 4194304 4196468 140723504337936 139867459955312 139867455727317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16217] ppid=16213 vsize=26006188 memory=1296 CPUtime=36.46 cores=0-7
/proc/16215/task/16217/stat : 16217 (java) S 16213 16213 15472 0 -1 1077944384 35177 0 0 0 3134 512 0 0 20 0 20 0 113902448 26630336512 5522129 33554432000 4194304 4196468 140723504337936 139867423275280 139867455727317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 15 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16218] ppid=16213 vsize=26006188 memory=2408 CPUtime=36.38 cores=0-7
/proc/16215/task/16218/stat : 16218 (java) S 16213 16213 15472 0 -1 1077944384 27964 0 0 0 2985 653 0 0 20 0 20 0 113902448 26630336512 5522129 33554432000 4194304 4196468 140723504337936 139867013122448 139867455727317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 17 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16219] ppid=16213 vsize=26006188 memory=1384 CPUtime=36.68 cores=0-7
/proc/16215/task/16219/stat : 16219 (java) S 16213 16213 15472 0 -1 1077944384 121112 0 0 0 3112 556 0 0 20 0 20 0 113902448 26630336512 5522129 33554432000 4194304 4196468 140723504337936 139867012069904 139867455727317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 16 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16220] ppid=16213 vsize=26006188 memory=22088364 CPUtime=36.59 cores=0-7
/proc/16215/task/16220/stat : 16220 (java) S 16213 16213 15472 0 -1 1077944384 71871 0 0 0 3075 584 0 0 20 0 20 0 113902448 26630336512 5522129 33554432000 4194304 4196468 140723504337936 139867011017360 139867455727317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 14 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16221] ppid=16213 vsize=26006188 memory=6508 CPUtime=36.28 cores=0-7
/proc/16215/task/16221/stat : 16221 (java) S 16213 16213 15472 0 -1 1077944384 48417 0 0 0 3062 566 0 0 20 0 20 0 113902448 26630336512 5522129 33554432000 4194304 4196468 140723504337936 139867009964816 139867455727317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 15 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16222] ppid=16213 vsize=26006188 memory=6791534058613427641 CPUtime=36.26 cores=0-7
/proc/16215/task/16222/stat : 16222 (java) S 16213 16213 15472 0 -1 1077944384 33829 0 0 0 3047 579 0 0 20 0 20 0 113902448 26630336512 5522129 33554432000 4194304 4196468 140723504337936 139867008912272 139867455727317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 18 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16223] ppid=16213 vsize=26006188 memory=2244 CPUtime=36.39 cores=0-7
/proc/16215/task/16223/stat : 16223 (java) S 16213 16213 15472 0 -1 1077944384 38214 0 0 0 3024 615 0 0 20 0 20 0 113902448 26630336512 5522129 33554432000 4194304 4196468 140723504337936 139867007859728 139867455727317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 14 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16224] ppid=16213 vsize=26006188 memory=4124 CPUtime=36.5 cores=0-7
/proc/16215/task/16224/stat : 16224 (java) S 16213 16213 15472 0 -1 1077944384 32898 0 0 0 3089 561 0 0 20 0 20 0 113902448 26630336512 5522129 33554432000 4194304 4196468 140723504337936 139867006807184 139867455727317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 15 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16225] ppid=16213 vsize=26006188 memory=2208 CPUtime=12.33 cores=0-7
/proc/16215/task/16225/stat : 16225 (java) R 16213 16213 15472 0 -1 4202560 49624 0 0 0 1218 15 0 0 20 0 20 0 113902450 26630336512 5522129 33554432000 4194304 4196468 140723504337936 139866851643984 139867448006560 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16226] ppid=16213 vsize=26006188 memory=6508 CPUtime=0 cores=0-7
/proc/16215/task/16226/stat : 16226 (java) S 16213 16213 15472 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 20 0 113902450 26630336512 5522129 33554432000 4194304 4196468 140723504337936 139866850591712 139867455727317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16227] ppid=16213 vsize=26006188 memory=844 CPUtime=0 cores=0-7
/proc/16215/task/16227/stat : 16227 (java) S 16213 16213 15472 0 -1 1077944384 135 0 0 0 0 0 0 0 20 0 20 0 113902451 26630336512 5522129 33554432000 4194304 4196468 140723504337936 139866849539072 139867455727317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16228] ppid=16213 vsize=26006188 memory=1692 CPUtime=0 cores=0-7
/proc/16215/task/16228/stat : 16228 (java) S 16213 16213 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 113902453 26630336512 5522129 33554432000 4194304 4196468 140723504337936 139866848487632 139867455735707 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16229] ppid=16213 vsize=26006188 memory=22088516 CPUtime=0.55 cores=0-7
/proc/16215/task/16229/stat : 16229 (java) S 16213 16213 15472 0 -1 1077944384 5586 0 0 0 54 1 0 0 20 0 20 0 113902453 26630336512 5522129 33554432000 4194304 4196468 140723504337936 139866847435008 139867455727317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16230] ppid=16213 vsize=26006188 memory=15872 CPUtime=0.53 cores=0-7
/proc/16215/task/16230/stat : 16230 (java) S 16213 16213 15472 0 -1 1077944384 4461 0 0 0 53 0 0 0 20 0 20 0 113902453 26630336512 5522129 33554432000 4194304 4196468 140723504337936 139866846382752 139867455727317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16231] ppid=16213 vsize=26006188 memory=18476 CPUtime=0.56 cores=0-7
/proc/16215/task/16231/stat : 16231 (java) S 16213 16213 15472 0 -1 1077944384 4376 0 0 0 56 0 0 0 20 0 20 0 113902453 26630336512 5522129 33554432000 4194304 4196468 140723504337936 139866845330208 139867455727317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16232] ppid=16213 vsize=26006188 memory=19096 CPUtime=0.39 cores=0-7
/proc/16215/task/16232/stat : 16232 (java) S 16213 16213 15472 0 -1 1077944384 5174 0 0 0 38 1 0 0 20 0 20 0 113902453 26630336512 5522129 33554432000 4194304 4196468 140723504337936 139866844277664 139867455727317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 34 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16233] ppid=16213 vsize=26006188 memory=4048 CPUtime=0 cores=0-7
/proc/16215/task/16233/stat : 16233 (java) S 16213 16213 15472 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 113902453 26630336512 5522129 33554432000 4194304 4196468 140723504337936 139866843224288 139867455727317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
[pid=16215/tid=16234] ppid=16213 vsize=26006188 memory=1792 CPUtime=0.11 cores=0-7
/proc/16215/task/16234/stat : 16234 (java) S 16213 16213 15472 0 -1 1077944384 797 0 0 0 4 7 0 0 20 0 20 0 113902453 26630336512 5522129 33554432000 4194304 4196468 140723504337936 139866842171824 139867455728258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 44 0 0 6293624 6294260 25366528 140723504346258 140723504346435 140723504346435 140723504349135 0
Current children cumulated CPU time: 484.08 s
Current children cumulated vsize: 26015700 KiB
Current children cumulated memory: 22089900 KiB

[startup+227.501 s]
/proc/loadavg: 3.35 2.53 1.83 2/200 16242
/proc/meminfo: memFree=5597660/32770624 swapFree=67108860/67108860
[pid=16213] ppid=16210 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/16213/stat : 16213 (xcsp3-exec) S 16210 16213 15472 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 113902447 9740288 346 33554432000 4194304 5098028 140732849740176 140732849738280 140535877137020 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27975680 140732849742948 140732849743159 140732849743159 140732849745899 0
/proc/16213/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): 227.571
CPU time (s): 484.257
CPU user time (s): 437.099
CPU system time (s): 47.1578
CPU usage (%): 212.794
Max. virtual memory (cumulated for all children) (KiB): 26015700
Max. memory (cumulated for all children) (KiB): 22089900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 437.099
system time used= 47.1578
maximum resident set size= 22088896
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 541417
page faults= 0
swaps= 0
block input operations= 0
block output operations= 432
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25120
involuntary context switches= 5356


# summary of solver processes directly reported to runsolver:
#   pid: 16213
#   total CPU time (s): 484.257
#   total CPU user time (s): 437.099
#   total CPU system time (s): 47.1578

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.41768 second user time and 2.77377 second system time

The end

Launcher Data

Begin job on node149 at 2017-08-15 16:29:17
IDJOB=4270490
IDBENCH=137964
IDSOLVER=2662
FILE ID=node149/4270490-1502808216
RUNJOBID= node149-1502796940-15499
PBS_JOBID= 20629816
Free space on /tmp= 61900 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-sw100/BinPacking-tab-sw100-74.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-4270490-1502808216/watcher-4270490-1502808216 -o /tmp/evaluation-result-4270490-1502808216/solver-4270490-1502808216 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node149-1502796940-15499 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 1588038688 HOME/instance-4270490-1502808216.xml

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

MD5SUM BENCH= 748f42f61d3aaac6f60870392cb688ba
RANDOM SEED=1588038688

node149.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.43
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.43
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.43
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.43
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:        27710640 kB
MemAvailable:   31967960 kB
Buffers:          323480 kB
Cached:          4206280 kB
SwapCached:            0 kB
Active:          1231524 kB
Inactive:        3353556 kB
Active(anon):      58396 kB
Inactive(anon):    24956 kB
Active(file):    1173128 kB
Inactive(file):  3328600 kB
Unevictable:        6348 kB
Mlocked:            6348 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             45936 kB
Writeback:             0 kB
AnonPages:         61012 kB
Mapped:            46272 kB
Shmem:             25224 kB
Slab:             169576 kB
SReclaimable:     142852 kB
SUnreclaim:        26724 kB
KernelStack:        3184 kB
PageTables:         4768 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     324320 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       97664 kB
DirectMap2M:    33447936 kB

Free space on /tmp at the end= 61892 MiB
End job on node149 at 2017-08-15 16:33:05