Trace number 4270492

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)? 496.89099 230.802

General information on the benchmark

NameBinPacking/BinPacking-tab-sw120/
BinPacking-tab-sw120-31.xml
MD5SUM67c04303171609b86978ceecc7dcafe8
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.04
Satisfiable
(Un)Satisfiability was proved
Number of variables133
Number of constraints25
Number of domains2
Minimum domain size23
Maximum domain size46
Distribution of domain sizes[{"size":23,"count":1},{"size":46,"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 -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4270492-1502809074.xml"  -tl '20160s' -p 8 -x 0
0.12/0.14	c [HOME/instance-4270492-1502809074.xml, -tl, 20160s, -p, 8, -x, 0]
0.12/0.20	c 8 solvers in parallel
0.33/0.26	c parse instance...
468.51/226.25	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
468.51/226.25		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.computeSupports(PropCompactTable.java:98)
468.51/226.25		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.<init>(PropCompactTable.java:61)
468.51/226.25		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:1857)
468.51/226.25		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:1813)
468.51/226.25		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrExtension(XCSPParser.java:313)
468.51/226.25		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:413)
468.51/226.25		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:130)
468.51/226.25		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
468.51/226.25		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$346(XCallbacks.java:440)
468.51/226.25		at org.xcsp.parser.XCallbacks$$Lambda$70/1900164709.accept(Unknown Source)
468.51/226.25		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
468.51/226.25		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
468.51/226.25		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
468.51/226.25		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1406)
468.51/226.25		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
468.51/226.25		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
468.51/226.25		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:260)
468.51/226.25		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
468.51/226.25		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:112)
468.51/226.25		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
468.51/226.25		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:23)
496.69/230.65	s UNKNOWN
496.69/230.65	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 (14954 MiB free)
  memory of node 1: 16384 MiB (15649 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4270492-1502809074/watcher-4270492-1502809074 -o /tmp/evaluation-result-4270492-1502809074/solver-4270492-1502809074 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node106-1502808215-16353 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 2057306313 HOME/instance-4270492-1502809074.xml 

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

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

solver pid=16370, runsolver pid=16367

[startup+0.100155 s]*
/proc/loadavg: 8.42 8.27 8.33 2/199 16391
/proc/meminfo: memFree=31322904/32770624 swapFree=67108860/67108860
[pid=16370] ppid=16367 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/16370/stat : 16370 (xcsp3-exec) S 16367 16370 16326 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 113995202 9740288 345 33554432000 4194304 5098028 140730226548304 140730226546408 140442829447804 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 34213888 140730226549860 140730226550071 140730226550071 140730226552811 0
/proc/16370/statm: 2378 345 289 221 0 87 0
[pid=16372] ppid=16370 vsize=25999808 memory=26796 CPUtime=0.12 cores=0-7
/proc/16372/stat : 16372 (java) S 16370 16370 16326 0 -1 1077944320 5645 0 0 0 11 1 0 0 20 0 20 0 113995202 26623803392 6699 33554432000 4194304 4196468 140730676833184 140730676815728 139844059250423 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
/proc/16372/statm: 6499952 6699 2843 1 0 6488269 0
[pid=16372/tid=16373] ppid=16370 vsize=25999808 memory=4134930498285298233 CPUtime=0.08 cores=0-7
/proc/16372/task/16373/stat : 16373 (java) R 16370 16370 16326 0 -1 4202560 3646 0 0 0 8 0 0 0 20 0 20 0 113995202 26623803392 6699 33554432000 4194304 4196468 140730676833184 139844063482336 139844059262358 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16374] ppid=16370 vsize=25999808 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/16372/task/16374/stat : 16374 (java) S 16370 16370 16326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 113995203 26623803392 6699 33554432000 4194304 4196468 140730676833184 139844011870864 139844059260629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16375] ppid=16370 vsize=25999808 memory=140151609161344 CPUtime=0 cores=0-7
/proc/16372/task/16375/stat : 16375 (java) S 16370 16370 16326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 113995203 26623803392 6699 33554432000 4194304 4196468 140730676833184 139844010818064 139844059260629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16376] ppid=16370 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16372/task/16376/stat : 16376 (java) S 16370 16370 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 113995203 26623803392 6699 33554432000 4194304 4196468 140730676833184 139844009765264 139844059260629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16377] ppid=16370 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16372/task/16377/stat : 16377 (java) S 16370 16370 16326 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 113995203 26623803392 6699 33554432000 4194304 4196468 140730676833184 139844008712464 139844059260629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16378] ppid=16370 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16372/task/16378/stat : 16378 (java) S 16370 16370 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 113995203 26623803392 6699 33554432000 4194304 4196468 140730676833184 139844007660688 139844059260629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16379] ppid=16370 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/16372/task/16379/stat : 16379 (java) S 16370 16370 16326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 113995203 26623803392 6699 33554432000 4194304 4196468 140730676833184 139844006607888 139844059260629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16380] ppid=16370 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16372/task/16380/stat : 16380 (java) S 16370 16370 16326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 113995203 26623803392 6699 33554432000 4194304 4196468 140730676833184 139844005555088 139844059260629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16381] ppid=16370 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16372/task/16381/stat : 16381 (java) S 16370 16370 16326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 113995203 26623803392 6699 33554432000 4194304 4196468 140730676833184 139844004502288 139844059260629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16382] ppid=16370 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16372/task/16382/stat : 16382 (java) S 16370 16370 16326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 113995204 26623803392 6699 33554432000 4194304 4196468 140730676833184 139843253262704 139844059261570 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16383] ppid=16370 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16372/task/16383/stat : 16383 (java) S 16370 16370 16326 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 113995205 26623803392 6699 33554432000 4194304 4196468 140730676833184 139843252208672 139844059260629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16384] ppid=16370 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16372/task/16384/stat : 16384 (java) S 16370 16370 16326 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 113995205 26623803392 6699 33554432000 4194304 4196468 140730676833184 139843251155824 139844059260629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16385] ppid=16370 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16372/task/16385/stat : 16385 (java) S 16370 16370 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 113995208 26623803392 6699 33554432000 4194304 4196468 140730676833184 139843250104144 139844059269019 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16386] ppid=16370 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16372/task/16386/stat : 16386 (java) S 16370 16370 16326 0 -1 1077944384 307 0 0 0 0 0 0 0 20 0 20 0 113995208 26623803392 6699 33554432000 4194304 4196468 140730676833184 139843249052528 139844059261570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16387] ppid=16370 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16372/task/16387/stat : 16387 (java) S 16370 16370 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 113995208 26623803392 6699 33554432000 4194304 4196468 140730676833184 139843247999728 139844059261570 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16388] ppid=16370 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16372/task/16388/stat : 16388 (java) S 16370 16370 16326 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 113995208 26623803392 6699 33554432000 4194304 4196468 140730676833184 139843246946928 139844059261570 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16389] ppid=16370 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/16372/task/16389/stat : 16389 (java) S 16370 16370 16326 0 -1 1077944384 256 0 0 0 1 0 0 0 20 0 20 0 113995208 26623803392 6699 33554432000 4194304 4196468 140730676833184 139843245894128 139844059261570 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16390] ppid=16370 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16372/task/16390/stat : 16390 (java) S 16370 16370 16326 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 113995208 26623803392 6699 33554432000 4194304 4196468 140730676833184 139843244841568 139844059260629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16391] ppid=16370 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/16372/task/16391/stat : 16391 (java) S 16370 16370 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 113995208 26623803392 6699 33554432000 4194304 4196468 140730676833184 139843243788848 139844059261570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 28176 KiB

[startup+0.210015 s]*
/proc/loadavg: 8.42 8.27 8.33 2/199 16391
/proc/meminfo: memFree=31312096/32770624 swapFree=67108860/67108860
[pid=16370] ppid=16367 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/16370/stat : 16370 (xcsp3-exec) S 16367 16370 16326 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 113995202 9740288 345 33554432000 4194304 5098028 140730226548304 140730226546408 140442829447804 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 34213888 140730226549860 140730226550071 140730226550071 140730226552811 0
/proc/16370/statm: 2378 345 289 221 0 87 0
[pid=16372] ppid=16370 vsize=26004064 memory=38984 CPUtime=0.33 cores=0-7
/proc/16372/stat : 16372 (java) S 16370 16370 16326 0 -1 1077944320 8291 0 0 0 31 2 0 0 20 0 20 0 113995202 26628161536 9746 33554432000 4194304 4196468 140730676833184 140730676815728 139844059250423 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
/proc/16372/statm: 6501016 9746 3081 1 0 6488269 0
[pid=16372/tid=16373] ppid=16370 vsize=26004064 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/16372/task/16373/stat : 16373 (java) R 16370 16370 16326 0 -1 4202560 5432 0 0 0 18 1 0 0 20 0 20 0 113995202 26628161536 9746 33554432000 4194304 4196468 140730676833184 139844063469392 139844059272349 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16374] ppid=16370 vsize=26004064 memory=329 CPUtime=0 cores=0-7
/proc/16372/task/16374/stat : 16374 (java) S 16370 16370 16326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 113995203 26628161536 9746 33554432000 4194304 4196468 140730676833184 139844011870864 139844059260629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16375] ppid=16370 vsize=26004064 memory=3977162998172415648 CPUtime=0 cores=0-7
/proc/16372/task/16375/stat : 16375 (java) S 16370 16370 16326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 113995203 26628161536 9746 33554432000 4194304 4196468 140730676833184 139844010818064 139844059260629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16376] ppid=16370 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/16372/task/16376/stat : 16376 (java) S 16370 16370 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 113995203 26628161536 9746 33554432000 4194304 4196468 140730676833184 139844009765264 139844059260629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16377] ppid=16370 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16372/task/16377/stat : 16377 (java) S 16370 16370 16326 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 113995203 26628161536 9746 33554432000 4194304 4196468 140730676833184 139844008712464 139844059260629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16378] ppid=16370 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16372/task/16378/stat : 16378 (java) S 16370 16370 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 113995203 26628161536 9746 33554432000 4194304 4196468 140730676833184 139844007660688 139844059260629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16379] ppid=16370 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/16372/task/16379/stat : 16379 (java) S 16370 16370 16326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 113995203 26628161536 9746 33554432000 4194304 4196468 140730676833184 139844006607888 139844059260629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16380] ppid=16370 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16372/task/16380/stat : 16380 (java) S 16370 16370 16326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 113995203 26628161536 9746 33554432000 4194304 4196468 140730676833184 139844005555088 139844059260629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16381] ppid=16370 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16372/task/16381/stat : 16381 (java) S 16370 16370 16326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 113995203 26628161536 9746 33554432000 4194304 4196468 140730676833184 139844004502288 139844059260629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16382] ppid=16370 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16372/task/16382/stat : 16382 (java) S 16370 16370 16326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 113995204 26628161536 9746 33554432000 4194304 4196468 140730676833184 139843253262704 139844059261570 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16383] ppid=16370 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16372/task/16383/stat : 16383 (java) S 16370 16370 16326 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 113995205 26628161536 9746 33554432000 4194304 4196468 140730676833184 139843252208672 139844059260629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16384] ppid=16370 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16372/task/16384/stat : 16384 (java) S 16370 16370 16326 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 113995205 26628161536 9746 33554432000 4194304 4196468 140730676833184 139843251155824 139844059260629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16385] ppid=16370 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16372/task/16385/stat : 16385 (java) S 16370 16370 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 113995208 26628161536 9746 33554432000 4194304 4196468 140730676833184 139843250104144 139844059269019 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16386] ppid=16370 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16372/task/16386/stat : 16386 (java) S 16370 16370 16326 0 -1 1077944384 420 0 0 0 0 0 0 0 20 0 20 0 113995208 26628161536 9746 33554432000 4194304 4196468 140730676833184 139843249052528 139844059261570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16387] ppid=16370 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/16372/task/16387/stat : 16387 (java) S 16370 16370 16326 0 -1 1077944384 201 0 0 0 1 0 0 0 20 0 20 0 113995208 26628161536 9746 33554432000 4194304 4196468 140730676833184 139843247999728 139844059261570 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16388] ppid=16370 vsize=26004064 memory=-1 CPUtime=0.01 cores=0-7
/proc/16372/task/16388/stat : 16388 (java) S 16370 16370 16326 0 -1 1077944384 219 0 0 0 1 0 0 0 20 0 20 0 113995208 26628161536 9746 33554432000 4194304 4196468 140730676833184 139843246946928 139844059261570 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16389] ppid=16370 vsize=26004064 memory=-1 CPUtime=0.07 cores=0-7
/proc/16372/task/16389/stat : 16389 (java) R 16370 16370 16326 0 -1 4202560 709 0 0 0 7 0 0 0 20 0 20 0 113995208 26628161536 9746 33554432000 4194304 4196468 140730676833184 139843245894128 139844043330910 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16390] ppid=16370 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16372/task/16390/stat : 16390 (java) S 16370 16370 16326 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 113995208 26628161536 9746 33554432000 4194304 4196468 140730676833184 139843244841568 139844059260629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16391] ppid=16370 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/16372/task/16391/stat : 16391 (java) S 16370 16370 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 113995208 26628161536 9746 33554432000 4194304 4196468 140730676833184 139843243788848 139844059261570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40364 KiB

[startup+0.309303 s]*
/proc/loadavg: 8.42 8.27 8.33 3/199 16391
/proc/meminfo: memFree=31305272/32770624 swapFree=67108860/67108860
[pid=16370] ppid=16367 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/16370/stat : 16370 (xcsp3-exec) S 16367 16370 16326 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 113995202 9740288 345 33554432000 4194304 5098028 140730226548304 140730226546408 140442829447804 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 34213888 140730226549860 140730226550071 140730226550071 140730226552811 0
/proc/16370/statm: 2378 345 289 221 0 87 0
[pid=16372] ppid=16370 vsize=26004064 memory=46468 CPUtime=0.5 cores=0-7
/proc/16372/stat : 16372 (java) S 16370 16370 16326 0 -1 1077944320 9321 0 0 0 47 3 0 0 20 0 20 0 113995202 26628161536 11617 33554432000 4194304 4196468 140730676833184 140730676815728 139844059250423 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
/proc/16372/statm: 6501016 11617 3109 1 0 6488269 0
[pid=16372/tid=16373] ppid=16370 vsize=26004064 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/16372/task/16373/stat : 16373 (java) R 16370 16370 16326 0 -1 4202560 6098 0 0 0 27 2 0 0 20 0 20 0 113995202 26628161536 11617 33554432000 4194304 4196468 140730676833184 139844063484192 139844059272349 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16374] ppid=16370 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16372/task/16374/stat : 16374 (java) S 16370 16370 16326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 113995203 26628161536 11617 33554432000 4194304 4196468 140730676833184 139844011870864 139844059260629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16375] ppid=16370 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16372/task/16375/stat : 16375 (java) S 16370 16370 16326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 113995203 26628161536 11617 33554432000 4194304 4196468 140730676833184 139844010818064 139844059260629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16376] ppid=16370 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16372/task/16376/stat : 16376 (java) S 16370 16370 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 113995203 26628161536 11617 33554432000 4194304 4196468 140730676833184 139844009765264 139844059260629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16377] ppid=16370 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16372/task/16377/stat : 16377 (java) S 16370 16370 16326 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 113995203 26628161536 11617 33554432000 4194304 4196468 140730676833184 139844008712464 139844059260629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16378] ppid=16370 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/16372/task/16378/stat : 16378 (java) S 16370 16370 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 113995203 26628161536 11617 33554432000 4194304 4196468 140730676833184 139844007660688 139844059260629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16379] ppid=16370 vsize=26004064 memory=140151493850031 CPUtime=0 cores=0-7
/proc/16372/task/16379/stat : 16379 (java) S 16370 16370 16326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 113995203 26628161536 11617 33554432000 4194304 4196468 140730676833184 139844006607888 139844059260629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16380] ppid=16370 vsize=26004064 memory=140151493852336 CPUtime=0 cores=0-7
/proc/16372/task/16380/stat : 16380 (java) S 16370 16370 16326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 113995203 26628161536 11617 33554432000 4194304 4196468 140730676833184 139844005555088 139844059260629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16381] ppid=16370 vsize=26004064 memory=140151493854640 CPUtime=0 cores=0-7
/proc/16372/task/16381/stat : 16381 (java) S 16370 16370 16326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 113995203 26628161536 11617 33554432000 4194304 4196468 140730676833184 139844004502288 139844059260629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16382] ppid=16370 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16372/task/16382/stat : 16382 (java) S 16370 16370 16326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 113995204 26628161536 11617 33554432000 4194304 4196468 140730676833184 139843253262704 139844059261570 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16383] ppid=16370 vsize=26004064 memory=280302987716240 CPUtime=0 cores=0-7
/proc/16372/task/16383/stat : 16383 (java) S 16370 16370 16326 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 113995205 26628161536 11617 33554432000 4194304 4196468 140730676833184 139843252208672 139844059260629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16384] ppid=16370 vsize=26004064 memory=280302987723152 CPUtime=0 cores=0-7
/proc/16372/task/16384/stat : 16384 (java) S 16370 16370 16326 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 113995205 26628161536 11617 33554432000 4194304 4196468 140730676833184 139843251155824 139844059260629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16385] ppid=16370 vsize=26004064 memory=280302987664432 CPUtime=0 cores=0-7
/proc/16372/task/16385/stat : 16385 (java) S 16370 16370 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 113995208 26628161536 11617 33554432000 4194304 4196468 140730676833184 139843250104144 139844059269019 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16386] ppid=16370 vsize=26004064 memory=280302987736976 CPUtime=0.01 cores=0-7
/proc/16372/task/16386/stat : 16386 (java) S 16370 16370 16326 0 -1 1077944384 491 0 0 0 1 0 0 0 20 0 20 0 113995208 26628161536 11617 33554432000 4194304 4196468 140730676833184 139843249052528 139844059261570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16387] ppid=16370 vsize=26004064 memory=280302987743888 CPUtime=0.03 cores=0-7
/proc/16372/task/16387/stat : 16387 (java) R 16370 16370 16326 0 -1 4202560 264 0 0 0 3 0 0 0 20 0 20 0 113995208 26628161536 11617 33554432000 4194304 4196468 140730676833184 139843247999728 139844044376387 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16388] ppid=16370 vsize=26004064 memory=280302987741584 CPUtime=0.02 cores=0-7
/proc/16372/task/16388/stat : 16388 (java) R 16370 16370 16326 0 -1 4202560 341 0 0 0 2 0 0 0 20 0 20 0 113995208 26628161536 11617 33554432000 4194304 4196468 140730676833184 139843246946928 139844044376288 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16389] ppid=16370 vsize=26004064 memory=280302987757744 CPUtime=0.11 cores=0-7
/proc/16372/task/16389/stat : 16389 (java) S 16370 16370 16326 0 -1 1077944384 815 0 0 0 11 0 0 0 20 0 20 0 113995208 26628161536 11683 33554432000 4194304 4196468 140730676833184 139843245894128 139844059261570 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16390] ppid=16370 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16372/task/16390/stat : 16390 (java) S 16370 16370 16326 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 113995208 26628161536 11683 33554432000 4194304 4196468 140730676833184 139843244841568 139844059260629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16391] ppid=16370 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/16372/task/16391/stat : 16391 (java) S 16370 16370 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 113995208 26628161536 11683 33554432000 4194304 4196468 140730676833184 139843243788848 139844059261570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 47848 KiB

[startup+0.701019 s]
/proc/loadavg: 8.42 8.27 8.33 9/199 16391
/proc/meminfo: memFree=31113312/32770624 swapFree=67108860/67108860
[pid=16370] ppid=16367 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/16370/stat : 16370 (xcsp3-exec) S 16367 16370 16326 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 113995202 9740288 345 33554432000 4194304 5098028 140730226548304 140730226546408 140442829447804 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 34213888 140730226549860 140730226550071 140730226550071 140730226552811 0
/proc/16370/statm: 2378 345 289 221 0 87 0
[pid=16372] ppid=16370 vsize=26004140 memory=470892 CPUtime=1.39 cores=0-7
/proc/16372/stat : 16372 (java) S 16370 16370 16326 0 -1 1077944320 10538 0 0 0 94 45 0 0 20 0 20 0 113995202 26628239360 117723 33554432000 4194304 4196468 140730676833184 140730676815728 139844059250423 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
/proc/16372/statm: 6501035 117723 3172 1 0 6488269 0
[pid=16372/tid=16373] ppid=16370 vsize=26004140 memory=280302988115632 CPUtime=0.61 cores=0-7
/proc/16372/task/16373/stat : 16373 (java) R 16370 16370 16326 0 -1 4202560 6518 0 0 0 54 7 0 0 20 0 20 0 113995202 26628239360 117723 33554432000 4194304 4196468 140730676833184 139844063487280 139843682509586 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16374] ppid=16370 vsize=26004140 memory=140151494058864 CPUtime=0.05 cores=0-7
/proc/16372/task/16374/stat : 16374 (java) S 16370 16370 16326 0 -1 1077944384 65 0 0 0 1 4 0 0 20 0 20 0 113995203 26628239360 117723 33554432000 4194304 4196468 140730676833184 139844011870864 139844059260629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16375] ppid=16370 vsize=26004140 memory=0 CPUtime=0.05 cores=0-7
/proc/16372/task/16375/stat : 16375 (java) S 16370 16370 16326 0 -1 1077944384 59 0 0 0 1 4 0 0 20 0 20 0 113995203 26628239360 117723 33554432000 4194304 4196468 140730676833184 139844010818064 139844059260629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16376] ppid=16370 vsize=26004140 memory=4612 CPUtime=0.04 cores=0-7
/proc/16372/task/16376/stat : 16376 (java) S 16370 16370 16326 0 -1 1077944384 45 0 0 0 1 3 0 0 20 0 20 0 113995203 26628239360 117723 33554432000 4194304 4196468 140730676833184 139844009765264 139844059260629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0

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

[pid=16372/tid=16373] ppid=16370 vsize=26072752 memory=22473404 CPUtime=183.04 cores=0-7
/proc/16372/task/16373/stat : 16373 (java) S 16370 16370 16326 0 -1 1077944384 39369 0 0 0 18260 44 0 0 20 0 21 0 113995202 26698498048 5618370 33554432000 4194304 4196468 140730676833184 139844063491104 139844059260629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16374] ppid=16370 vsize=26072752 memory=1380 CPUtime=37.44 cores=0-7
/proc/16372/task/16374/stat : 16374 (java) R 16370 16370 16326 0 -1 4202560 67858 0 0 0 3190 554 0 0 20 0 21 0 113995203 26698498048 5618370 33554432000 4194304 4196468 140730676833184 139844011870672 139844051878631 0 4 0 16800975 0 0 0 -1 5 0 0 8 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16375] ppid=16370 vsize=26072752 memory=6791534058613427641 CPUtime=37.33 cores=0-7
/proc/16372/task/16375/stat : 16375 (java) R 16370 16370 16326 0 -1 4202560 56337 0 0 0 3269 464 0 0 20 0 21 0 113995203 26698498048 5618370 33554432000 4194304 4196468 140730676833184 139844010818184 139844051878631 0 4 0 16800975 0 0 0 -1 7 0 0 9 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16376] ppid=16370 vsize=26072752 memory=22473480 CPUtime=37.35 cores=0-7
/proc/16372/task/16376/stat : 16376 (java) R 16370 16370 16326 0 -1 4202560 85847 0 0 0 3257 478 0 0 20 0 21 0 113995203 26698498048 5618370 33554432000 4194304 4196468 140730676833184 139844009765072 139844051878631 0 4 0 16800975 0 0 0 -1 1 0 0 11 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16377] ppid=16370 vsize=26072752 memory=2240 CPUtime=37.46 cores=0-7
/proc/16372/task/16377/stat : 16377 (java) R 16370 16370 16326 0 -1 4202560 53464 0 0 0 3286 460 0 0 20 0 21 0 113995203 26698498048 5618370 33554432000 4194304 4196468 140730676833184 139844008712272 139844051878631 0 4 0 16800975 0 0 0 -1 6 0 0 8 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16378] ppid=16370 vsize=26072752 memory=4128 CPUtime=37.46 cores=0-7
/proc/16372/task/16378/stat : 16378 (java) R 16370 16370 16326 0 -1 4202560 267549 0 0 0 3218 528 0 0 20 0 21 0 113995203 26698498048 5618370 33554432000 4194304 4196468 140730676833184 139844007660888 139844052353432 0 4 0 16800975 0 0 0 -1 2 0 0 10 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16379] ppid=16370 vsize=26072752 memory=22473480 CPUtime=37.59 cores=0-7
/proc/16372/task/16379/stat : 16379 (java) R 16370 16370 16326 0 -1 4202560 159928 0 0 0 3266 493 0 0 20 0 21 0 113995203 26698498048 5618370 33554432000 4194304 4196468 140730676833184 139844006607696 139844051878631 0 4 0 16800975 0 0 0 -1 4 0 0 9 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16380] ppid=16370 vsize=26072752 memory=1948 CPUtime=37.55 cores=0-7
/proc/16372/task/16380/stat : 16380 (java) R 16370 16370 16326 0 -1 4202560 56424 0 0 0 3272 483 0 0 20 0 21 0 113995203 26698498048 5618370 33554432000 4194304 4196468 140730676833184 139844005554896 139844042633458 0 4 0 16800975 0 0 0 -1 0 0 0 7 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16381] ppid=16370 vsize=26072752 memory=8572 CPUtime=37.36 cores=0-7
/proc/16372/task/16381/stat : 16381 (java) R 16370 16370 16326 0 -1 4202560 50020 0 0 0 3284 452 0 0 20 0 21 0 113995203 26698498048 5618370 33554432000 4194304 4196468 140730676833184 139844004502096 139844042633458 0 4 0 16800975 0 0 0 -1 3 0 0 10 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16382] ppid=16370 vsize=26072752 memory=1228 CPUtime=8.4 cores=0-7
/proc/16372/task/16382/stat : 16382 (java) S 16370 16370 16326 0 -1 1077944384 53049 0 0 0 827 13 0 0 20 0 21 0 113995204 26698498048 5618370 33554432000 4194304 4196468 140730676833184 139843253261248 139844059260629 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16383] ppid=16370 vsize=26072752 memory=1296 CPUtime=0 cores=0-7
/proc/16372/task/16383/stat : 16383 (java) S 16370 16370 16326 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 21 0 113995205 26698498048 5618370 33554432000 4194304 4196468 140730676833184 139843252208736 139844059260629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16384] ppid=16370 vsize=26072752 memory=1380 CPUtime=0 cores=0-7
/proc/16372/task/16384/stat : 16384 (java) S 16370 16370 16326 0 -1 1077944384 92 0 0 0 0 0 0 0 20 0 21 0 113995205 26698498048 5618370 33554432000 4194304 4196468 140730676833184 139843251155840 139844059260629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16385] ppid=16370 vsize=26072752 memory=22473480 CPUtime=0 cores=0-7
/proc/16372/task/16385/stat : 16385 (java) S 16370 16370 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 113995208 26698498048 5618370 33554432000 4194304 4196468 140730676833184 139843250104144 139844059269019 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16386] ppid=16370 vsize=26072752 memory=2340 CPUtime=0.54 cores=0-7
/proc/16372/task/16386/stat : 16386 (java) S 16370 16370 16326 0 -1 1077944384 4046 0 0 0 54 0 0 0 20 0 21 0 113995208 26698498048 5618370 33554432000 4194304 4196468 140730676833184 139843249052528 139844059261570 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16387] ppid=16370 vsize=26072752 memory=2240 CPUtime=0.52 cores=0-7
/proc/16372/task/16387/stat : 16387 (java) S 16370 16370 16326 0 -1 1077944384 3742 0 0 0 52 0 0 0 20 0 21 0 113995208 26698498048 5618370 33554432000 4194304 4196468 140730676833184 139843247999728 139844059261570 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16388] ppid=16370 vsize=26072752 memory=4128 CPUtime=0.56 cores=0-7
/proc/16372/task/16388/stat : 16388 (java) S 16370 16370 16326 0 -1 1077944384 3522 0 0 0 56 0 0 0 20 0 21 0 113995208 26698498048 5618370 33554432000 4194304 4196468 140730676833184 139843246946928 139844059261570 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16389] ppid=16370 vsize=26072752 memory=928 CPUtime=0.35 cores=0-7
/proc/16372/task/16389/stat : 16389 (java) S 16370 16370 16326 0 -1 1077944384 3979 0 0 0 35 0 0 0 20 0 21 0 113995208 26698498048 5618370 33554432000 4194304 4196468 140730676833184 139843245894128 139844059261570 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16390] ppid=16370 vsize=26072752 memory=1576 CPUtime=0 cores=0-7
/proc/16372/task/16390/stat : 16390 (java) S 16370 16370 16326 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 113995208 26698498048 5618370 33554432000 4194304 4196468 140730676833184 139843244841568 139844059260629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16391] ppid=16370 vsize=26072752 memory=4872558044660077418 CPUtime=0.08 cores=0-7
/proc/16372/task/16391/stat : 16391 (java) S 16370 16370 16326 0 -1 1077944384 1090 0 0 0 3 5 0 0 20 0 21 0 113995208 26698498048 5618370 33554432000 4194304 4196468 140730676833184 139843243788848 139844059261570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16392] ppid=16370 vsize=26072752 memory=18488 CPUtime=0 cores=0-7
/proc/16372/task/16392/stat : 16392 (java) S 16370 16370 16326 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 21 0 114017827 26698498048 5618370 33554432000 4194304 4196468 140730676833184 139843235781872 139844059260629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
Current children cumulated CPU time: 493.21 s
Current children cumulated vsize: 26082264 KiB
Current children cumulated memory: 22474860 KiB

[startup+230.201 s]
/proc/loadavg: 2.95 4.93 6.93 7/200 16392
/proc/meminfo: memFree=8842236/32770624 swapFree=67108860/67108860
[pid=16370] ppid=16367 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/16370/stat : 16370 (xcsp3-exec) S 16367 16370 16326 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 113995202 9740288 345 33554432000 4194304 5098028 140730226548304 140730226546408 140442829447804 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 34213888 140730226549860 140730226550071 140730226550071 140730226552811 0
/proc/16370/statm: 2378 345 289 221 0 87 0
[pid=16372] ppid=16370 vsize=26072752 memory=22473480 CPUtime=496.28 cores=0-7
/proc/16372/stat : 16372 (java) S 16370 16370 16326 0 -1 1077944320 908534 0 0 0 45645 3983 0 0 20 0 21 0 113995202 26698498048 5618370 33554432000 4194304 4196468 140730676833184 140730676815728 139844059250423 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
/proc/16372/statm: 6518188 5618370 3259 1 0 6505422 0
[pid=16372/tid=16373] ppid=16370 vsize=26072752 memory=6791534058613427641 CPUtime=183.04 cores=0-7
/proc/16372/task/16373/stat : 16373 (java) S 16370 16370 16326 0 -1 1077944384 39369 0 0 0 18260 44 0 0 20 0 21 0 113995202 26698498048 5618370 33554432000 4194304 4196468 140730676833184 139844063491104 139844059260629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16374] ppid=16370 vsize=26072752 memory=12028 CPUtime=37.76 cores=0-7
/proc/16372/task/16374/stat : 16374 (java) S 16370 16370 16326 0 -1 1077944384 67858 0 0 0 3222 554 0 0 20 0 21 0 113995203 26698498048 5618370 33554432000 4194304 4196468 140730676833184 139844011870864 139844059260629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 8 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16375] ppid=16370 vsize=26072752 memory=5668 CPUtime=37.65 cores=0-7
/proc/16372/task/16375/stat : 16375 (java) S 16370 16370 16326 0 -1 1077944384 56337 0 0 0 3301 464 0 0 20 0 21 0 113995203 26698498048 5618370 33554432000 4194304 4196468 140730676833184 139844010818064 139844059260629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 9 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16376] ppid=16370 vsize=26072752 memory=1008 CPUtime=37.67 cores=0-7
/proc/16372/task/16376/stat : 16376 (java) S 16370 16370 16326 0 -1 1077944384 85847 0 0 0 3289 478 0 0 20 0 21 0 113995203 26698498048 5618370 33554432000 4194304 4196468 140730676833184 139844009765264 139844059260629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 11 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16377] ppid=16370 vsize=26072752 memory=4612 CPUtime=37.79 cores=0-7
/proc/16372/task/16377/stat : 16377 (java) S 16370 16370 16326 0 -1 1077944384 53464 0 0 0 3319 460 0 0 20 0 21 0 113995203 26698498048 5618370 33554432000 4194304 4196468 140730676833184 139844008712464 139844059260629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 8 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16378] ppid=16370 vsize=26072752 memory=4140 CPUtime=37.8 cores=0-7
/proc/16372/task/16378/stat : 16378 (java) S 16370 16370 16326 0 -1 1077944384 267549 0 0 0 3252 528 0 0 20 0 21 0 113995203 26698498048 5618370 33554432000 4194304 4196468 140730676833184 139844007660688 139844059260629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 10 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16379] ppid=16370 vsize=26072752 memory=31968 CPUtime=37.92 cores=0-7
/proc/16372/task/16379/stat : 16379 (java) S 16370 16370 16326 0 -1 1077944384 159928 0 0 0 3299 493 0 0 20 0 21 0 113995203 26698498048 5618370 33554432000 4194304 4196468 140730676833184 139844006607888 139844059260629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 9 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16380] ppid=16370 vsize=26072752 memory=1296 CPUtime=37.87 cores=0-7
/proc/16372/task/16380/stat : 16380 (java) S 16370 16370 16326 0 -1 1077944384 56424 0 0 0 3304 483 0 0 20 0 21 0 113995203 26698498048 5618370 33554432000 4194304 4196468 140730676833184 139844005555088 139844059260629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 7 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16381] ppid=16370 vsize=26072752 memory=2416 CPUtime=37.69 cores=0-7
/proc/16372/task/16381/stat : 16381 (java) S 16370 16370 16326 0 -1 1077944384 50020 0 0 0 3316 453 0 0 20 0 21 0 113995203 26698498048 5618370 33554432000 4194304 4196468 140730676833184 139844004502288 139844059260629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 10 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16382] ppid=16370 vsize=26072752 memory=1728 CPUtime=8.87 cores=0-7
/proc/16372/task/16382/stat : 16382 (java) R 16370 16370 16326 0 -1 4202560 53948 0 0 0 873 14 0 0 20 0 21 0 113995204 26698498048 5618370 33554432000 4194304 4196468 140730676833184 139843253261248 139844044246932 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16383] ppid=16370 vsize=26072752 memory=4612 CPUtime=0 cores=0-7
/proc/16372/task/16383/stat : 16383 (java) S 16370 16370 16326 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 21 0 113995205 26698498048 5618370 33554432000 4194304 4196468 140730676833184 139843252208736 139844059260629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16384] ppid=16370 vsize=26072752 memory=1428 CPUtime=0 cores=0-7
/proc/16372/task/16384/stat : 16384 (java) S 16370 16370 16326 0 -1 1077944384 92 0 0 0 0 0 0 0 20 0 21 0 113995205 26698498048 5618370 33554432000 4194304 4196468 140730676833184 139843251155840 139844059260629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16385] ppid=16370 vsize=26072752 memory=1204 CPUtime=0 cores=0-7
/proc/16372/task/16385/stat : 16385 (java) S 16370 16370 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 113995208 26698498048 5618370 33554432000 4194304 4196468 140730676833184 139843250104144 139844059269019 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16386] ppid=16370 vsize=26072752 memory=15876 CPUtime=0.54 cores=0-7
/proc/16372/task/16386/stat : 16386 (java) S 16370 16370 16326 0 -1 1077944384 4046 0 0 0 54 0 0 0 20 0 21 0 113995208 26698498048 5618370 33554432000 4194304 4196468 140730676833184 139843249052528 139844059261570 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16387] ppid=16370 vsize=26072752 memory=20220 CPUtime=0.52 cores=0-7
/proc/16372/task/16387/stat : 16387 (java) S 16370 16370 16326 0 -1 1077944384 3742 0 0 0 52 0 0 0 20 0 21 0 113995208 26698498048 5618370 33554432000 4194304 4196468 140730676833184 139843247999728 139844059261570 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16388] ppid=16370 vsize=26072752 memory=4048 CPUtime=0.56 cores=0-7
/proc/16372/task/16388/stat : 16388 (java) S 16370 16370 16326 0 -1 1077944384 3522 0 0 0 56 0 0 0 20 0 21 0 113995208 26698498048 5618370 33554432000 4194304 4196468 140730676833184 139843246946928 139844059261570 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16389] ppid=16370 vsize=26072752 memory=18488 CPUtime=0.35 cores=0-7
/proc/16372/task/16389/stat : 16389 (java) S 16370 16370 16326 0 -1 1077944384 3979 0 0 0 35 0 0 0 20 0 21 0 113995208 26698498048 5618370 33554432000 4194304 4196468 140730676833184 139843245894128 139844059261570 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16390] ppid=16370 vsize=26072752 memory=1796 CPUtime=0 cores=0-7
/proc/16372/task/16390/stat : 16390 (java) S 16370 16370 16326 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 113995208 26698498048 5618370 33554432000 4194304 4196468 140730676833184 139843244841568 139844059260629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16391] ppid=16370 vsize=26072752 memory=1236 CPUtime=0.08 cores=0-7
/proc/16372/task/16391/stat : 16391 (java) S 16370 16370 16326 0 -1 1077944384 1090 0 0 0 3 5 0 0 20 0 21 0 113995208 26698498048 5618370 33554432000 4194304 4196468 140730676833184 139843243788848 139844059261570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16392] ppid=16370 vsize=26072752 memory=640 CPUtime=0 cores=0-7
/proc/16372/task/16392/stat : 16392 (java) S 16370 16370 16326 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 21 0 114017827 26698498048 5618370 33554432000 4194304 4196468 140730676833184 139843235781872 139844059260629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
Current children cumulated CPU time: 496.28 s
Current children cumulated vsize: 26082264 KiB
Current children cumulated memory: 22474860 KiB

[startup+230.601 s]*
/proc/loadavg: 2.95 4.93 6.93 2/200 16392
/proc/meminfo: memFree=8842236/32770624 swapFree=67108860/67108860
[pid=16370] ppid=16367 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/16370/stat : 16370 (xcsp3-exec) S 16367 16370 16326 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 113995202 9740288 345 33554432000 4194304 5098028 140730226548304 140730226546408 140442829447804 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 34213888 140730226549860 140730226550071 140730226550071 140730226552811 0
/proc/16370/statm: 2378 345 289 221 0 87 0
[pid=16372] ppid=16370 vsize=26072752 memory=22473480 CPUtime=496.69 cores=0-7
/proc/16372/stat : 16372 (java) S 16370 16370 16326 0 -1 1077944320 908534 0 0 0 45686 3983 0 0 20 0 21 0 113995202 26698498048 5618370 33554432000 4194304 4196468 140730676833184 140730676815728 139844059250423 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
/proc/16372/statm: 6518188 5618370 3259 1 0 6505422 0
[pid=16372/tid=16373] ppid=16370 vsize=26072752 memory=6791534058613427641 CPUtime=183.04 cores=0-7
/proc/16372/task/16373/stat : 16373 (java) S 16370 16370 16326 0 -1 1077944384 39369 0 0 0 18260 44 0 0 20 0 21 0 113995202 26698498048 5618370 33554432000 4194304 4196468 140730676833184 139844063491104 139844059260629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16374] ppid=16370 vsize=26072752 memory=4872558044660077418 CPUtime=37.76 cores=0-7
/proc/16372/task/16374/stat : 16374 (java) S 16370 16370 16326 0 -1 1077944384 67858 0 0 0 3222 554 0 0 20 0 21 0 113995203 26698498048 5618370 33554432000 4194304 4196468 140730676833184 139844011870864 139844059260629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 8 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16375] ppid=16370 vsize=26072752 memory=-3621219715169225006 CPUtime=37.65 cores=0-7
/proc/16372/task/16375/stat : 16375 (java) S 16370 16370 16326 0 -1 1077944384 56337 0 0 0 3301 464 0 0 20 0 21 0 113995203 26698498048 5618370 33554432000 4194304 4196468 140730676833184 139844010818064 139844059260629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 9 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16376] ppid=16370 vsize=26072752 memory=-6860437260722525840 CPUtime=37.67 cores=0-7
/proc/16372/task/16376/stat : 16376 (java) S 16370 16370 16326 0 -1 1077944384 85847 0 0 0 3289 478 0 0 20 0 21 0 113995203 26698498048 5618370 33554432000 4194304 4196468 140730676833184 139844009765264 139844059260629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 11 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16377] ppid=16370 vsize=26072752 memory=6944613755495348631 CPUtime=37.79 cores=0-7
/proc/16372/task/16377/stat : 16377 (java) S 16370 16370 16326 0 -1 1077944384 53464 0 0 0 3319 460 0 0 20 0 21 0 113995203 26698498048 5618370 33554432000 4194304 4196468 140730676833184 139844008712464 139844059260629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 8 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16378] ppid=16370 vsize=26072752 memory=8041079860532773434 CPUtime=37.8 cores=0-7
/proc/16372/task/16378/stat : 16378 (java) S 16370 16370 16326 0 -1 1077944384 267549 0 0 0 3252 528 0 0 20 0 21 0 113995203 26698498048 5618370 33554432000 4194304 4196468 140730676833184 139844007660688 139844059260629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 10 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16379] ppid=16370 vsize=26072752 memory=6791534058613427641 CPUtime=37.92 cores=0-7
/proc/16372/task/16379/stat : 16379 (java) S 16370 16370 16326 0 -1 1077944384 159928 0 0 0 3299 493 0 0 20 0 21 0 113995203 26698498048 5618370 33554432000 4194304 4196468 140730676833184 139844006607888 139844059260629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 9 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16380] ppid=16370 vsize=26072752 memory=0 CPUtime=37.87 cores=0-7
/proc/16372/task/16380/stat : 16380 (java) S 16370 16370 16326 0 -1 1077944384 56424 0 0 0 3304 483 0 0 20 0 21 0 113995203 26698498048 5618370 33554432000 4194304 4196468 140730676833184 139844005555088 139844059260629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 7 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16381] ppid=16370 vsize=26072752 memory=0 CPUtime=37.69 cores=0-7
/proc/16372/task/16381/stat : 16381 (java) S 16370 16370 16326 0 -1 1077944384 50020 0 0 0 3316 453 0 0 20 0 21 0 113995203 26698498048 5618370 33554432000 4194304 4196468 140730676833184 139844004502288 139844059260629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 10 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16382] ppid=16370 vsize=26072752 memory=0 CPUtime=9.28 cores=0-7
/proc/16372/task/16382/stat : 16382 (java) R 16370 16370 16326 0 -1 4202560 53948 0 0 0 914 14 0 0 20 0 21 0 113995204 26698498048 5618370 33554432000 4194304 4196468 140730676833184 139843253261248 139844037620603 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16383] ppid=16370 vsize=26072752 memory=0 CPUtime=0 cores=0-7
/proc/16372/task/16383/stat : 16383 (java) S 16370 16370 16326 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 21 0 113995205 26698498048 5618370 33554432000 4194304 4196468 140730676833184 139843252208736 139844059260629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16384] ppid=16370 vsize=26072752 memory=-1 CPUtime=0 cores=0-7
/proc/16372/task/16384/stat : 16384 (java) S 16370 16370 16326 0 -1 1077944384 92 0 0 0 0 0 0 0 20 0 21 0 113995205 26698498048 5618370 33554432000 4194304 4196468 140730676833184 139843251155840 139844059260629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16385] ppid=16370 vsize=26072752 memory=7649399388626957872 CPUtime=0 cores=0-7
/proc/16372/task/16385/stat : 16385 (java) S 16370 16370 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 113995208 26698498048 5618370 33554432000 4194304 4196468 140730676833184 139843250104144 139844059269019 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16386] ppid=16370 vsize=26072752 memory=7377832317991018583 CPUtime=0.54 cores=0-7
/proc/16372/task/16386/stat : 16386 (java) S 16370 16370 16326 0 -1 1077944384 4046 0 0 0 54 0 0 0 20 0 21 0 113995208 26698498048 5618370 33554432000 4194304 4196468 140730676833184 139843249052528 139844059261570 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16387] ppid=16370 vsize=26072752 memory=7377832317991018583 CPUtime=0.52 cores=0-7
/proc/16372/task/16387/stat : 16387 (java) S 16370 16370 16326 0 -1 1077944384 3742 0 0 0 52 0 0 0 20 0 21 0 113995208 26698498048 5618370 33554432000 4194304 4196468 140730676833184 139843247999728 139844059261570 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16388] ppid=16370 vsize=26072752 memory=72490458022890 CPUtime=0.56 cores=0-7
/proc/16372/task/16388/stat : 16388 (java) S 16370 16370 16326 0 -1 1077944384 3522 0 0 0 56 0 0 0 20 0 21 0 113995208 26698498048 5618370 33554432000 4194304 4196468 140730676833184 139843246946928 139844059261570 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16389] ppid=16370 vsize=26072752 memory=8 CPUtime=0.35 cores=0-7
/proc/16372/task/16389/stat : 16389 (java) S 16370 16370 16326 0 -1 1077944384 3979 0 0 0 35 0 0 0 20 0 21 0 113995208 26698498048 5618370 33554432000 4194304 4196468 140730676833184 139843245894128 139844059261570 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16390] ppid=16370 vsize=26072752 memory=3977584679912284216 CPUtime=0 cores=0-7
/proc/16372/task/16390/stat : 16390 (java) S 16370 16370 16326 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 113995208 26698498048 5618370 33554432000 4194304 4196468 140730676833184 139843244841568 139844059260629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16391] ppid=16370 vsize=26072752 memory=-1 CPUtime=0.08 cores=0-7
/proc/16372/task/16391/stat : 16391 (java) S 16370 16370 16326 0 -1 1077944384 1090 0 0 0 3 5 0 0 20 0 21 0 113995208 26698498048 5618370 33554432000 4194304 4196468 140730676833184 139843243788848 139844059261570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
[pid=16372/tid=16392] ppid=16370 vsize=26072752 memory=-1 CPUtime=0 cores=0-7
/proc/16372/task/16392/stat : 16392 (java) S 16370 16370 16326 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 21 0 114017827 26698498048 5618370 33554432000 4194304 4196468 140730676833184 139843235781872 139844059260629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35950592 140730676835474 140730676835651 140730676835651 140730676838351 0
Current children cumulated CPU time: 496.69 s
Current children cumulated vsize: 26082264 KiB
Current children cumulated memory: 22474860 KiB

[startup+230.8 s]
/proc/loadavg: 2.95 4.93 6.93 2/200 16392
/proc/meminfo: memFree=8842236/32770624 swapFree=67108860/67108860
[pid=16370] ppid=16367 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/16370/stat : 16370 (xcsp3-exec) S 16367 16370 16326 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 113995202 9740288 345 33554432000 4194304 5098028 140730226548304 140730226546408 140442829447804 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 34213888 140730226549860 140730226550071 140730226550071 140730226552811 0
/proc/16370/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9512 KiB
Current children cumulated memory: 1380 KiB

Child status: 1
Real time (s): 230.802
CPU time (s): 496.891
CPU user time (s): 456.904
CPU system time (s): 39.9874
CPU usage (%): 215.289
Max. virtual memory (cumulated for all children) (KiB): 26082264
Max. memory (cumulated for all children) (KiB): 22474860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 456.904
system time used= 39.9874
maximum resident set size= 22473852
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 909127
page faults= 0
swaps= 0
block input operations= 0
block output operations= 440
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20275
involuntary context switches= 5165


# summary of solver processes directly reported to runsolver:
#   pid: 16370
#   total CPU time (s): 496.891
#   total CPU user time (s): 456.904
#   total CPU system time (s): 39.9874

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.6717 second user time and 2.16739 second system time

The end

Launcher Data

Begin job on node106 at 2017-08-15 16:43:36
IDJOB=4270492
IDBENCH=138074
IDSOLVER=2662
FILE ID=node106/4270492-1502809074
RUNJOBID= node106-1502808215-16353
PBS_JOBID= 20629821
Free space on /tmp= 61704 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-sw120/BinPacking-tab-sw120-31.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-4270492-1502809074/watcher-4270492-1502809074 -o /tmp/evaluation-result-4270492-1502809074/solver-4270492-1502809074 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node106-1502808215-16353 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 2057306313 HOME/instance-4270492-1502809074.xml

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

MD5SUM BENCH= 67c04303171609b86978ceecc7dcafe8
RANDOM SEED=2057306313

node106.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.86
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.86
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.86
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.86
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:        31338768 kB
MemAvailable:   31980316 kB
Buffers:          182728 kB
Cached:           743776 kB
SwapCached:            0 kB
Active:           531072 kB
Inactive:         451392 kB
Active(anon):      11936 kB
Inactive(anon):    72108 kB
Active(file):     519136 kB
Inactive(file):   379284 kB
Unevictable:        6472 kB
Mlocked:            6472 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             83024 kB
Writeback:             0 kB
AnonPages:         61716 kB
Mapped:            45460 kB
Shmem:             25228 kB
Slab:             143860 kB
SReclaimable:     117924 kB
SUnreclaim:        25936 kB
KernelStack:        3216 kB
PageTables:         5212 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     323524 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 61696 MiB
End job on node106 at 2017-08-15 16:47:27