Trace number 4271481

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)? 481.862 235.37199

General information on the benchmark

NameBinPacking/BinPacking-tab-sw120/
BinPacking-tab-sw120-10.xml
MD5SUM67f07639019614dd1d008c87f8253383
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 benchmark254.02699
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-4271481-1502646674.xml"  -tl '2016s' -p 8 -x 0
0.11/0.14	c [HOME/instance-4271481-1502646674.xml, -tl, 2016s, -p, 8, -x, 0]
0.11/0.20	c 8 solvers in parallel
0.33/0.26	c parse instance...
481.68/235.25	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
481.68/235.25		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.computeSupports(PropCompactTable.java:98)
481.68/235.25		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.<init>(PropCompactTable.java:61)
481.68/235.25		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:1857)
481.68/235.25		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:1813)
481.68/235.25		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrExtension(XCSPParser.java:313)
481.68/235.25		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:413)
481.68/235.25		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:130)
481.68/235.25		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
481.68/235.25		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$346(XCallbacks.java:440)
481.68/235.25		at org.xcsp.parser.XCallbacks$$Lambda$70/1900164709.accept(Unknown Source)
481.68/235.25		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
481.68/235.25		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
481.68/235.25		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
481.68/235.25		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1406)
481.68/235.25		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
481.68/235.25		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
481.68/235.25		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:260)
481.68/235.25		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
481.68/235.25		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:112)
481.68/235.25		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
481.68/235.25		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:23)
481.68/235.25	s UNKNOWN
481.68/235.25	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 (13858 MiB free)
  memory of node 1: 16384 MiB (14194 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4271481-1502646674/watcher-4271481-1502646674 -o /tmp/evaluation-result-4271481-1502646674/solver-4271481-1502646674 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node148-1502640088-19295 --watchdog 312 ./xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 22000 -tdir HOME -seed 1913305359 HOME/instance-4271481-1502646674.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2016 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2046 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=25096, runsolver pid=25093

[startup+0.100156 s]*
/proc/loadavg: 7.97 7.35 6.33 3/199 25117
/proc/meminfo: memFree=28712588/32770624 swapFree=67108860/67108860
[pid=25096] ppid=25093 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/25096/stat : 25096 (xcsp3-exec) S 25093 25096 19268 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 97748495 9740288 346 33554432000 4194304 5098028 140735342116912 140735342115016 139907491517052 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24698880 140735342122090 140735342122300 140735342122300 140735342125035 0
/proc/25096/statm: 2378 346 289 221 0 87 0
[pid=25098] ppid=25096 vsize=25999808 memory=26224 CPUtime=0.11 cores=0-7
/proc/25098/stat : 25098 (java) S 25096 25096 19268 0 -1 1077944320 5477 0 0 0 10 1 0 0 20 0 20 0 97748495 26623803392 6556 33554432000 4194304 4196468 140725008582000 140725008564544 140682397040375 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
/proc/25098/statm: 6499952 6556 2846 1 0 6488269 0
[pid=25098/tid=25099] ppid=25096 vsize=25999808 memory=7681341547084685728 CPUtime=0.08 cores=0-7
/proc/25098/task/25099/stat : 25099 (java) R 25096 25096 19268 0 -1 4202560 3479 0 0 0 8 0 0 0 20 0 20 0 97748496 26623803392 6556 33554432000 4194304 4196468 140725008582000 140682401272704 140682397052310 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25100] ppid=25096 vsize=25999808 memory=732370369739803621 CPUtime=0 cores=0-7
/proc/25098/task/25100/stat : 25100 (java) S 25096 25096 19268 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97748496 26623803392 6556 33554432000 4194304 4196468 140725008582000 140682349661072 140682397050581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25101] ppid=25096 vsize=25999808 memory=140231402350208 CPUtime=0 cores=0-7
/proc/25098/task/25101/stat : 25101 (java) S 25096 25096 19268 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97748496 26623803392 6556 33554432000 4194304 4196468 140725008582000 140682348608272 140682397050581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25102] ppid=25096 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/25098/task/25102/stat : 25102 (java) S 25096 25096 19268 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97748496 26623803392 6556 33554432000 4194304 4196468 140725008582000 140682347555984 140682397050581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25103] ppid=25096 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/25098/task/25103/stat : 25103 (java) S 25096 25096 19268 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97748496 26623803392 6556 33554432000 4194304 4196468 140725008582000 140682346503184 140682397050581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25104] ppid=25096 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/25098/task/25104/stat : 25104 (java) S 25096 25096 19268 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97748496 26623803392 6556 33554432000 4194304 4196468 140725008582000 140682345449872 140682397050581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25105] ppid=25096 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/25098/task/25105/stat : 25105 (java) S 25096 25096 19268 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97748496 26623803392 6556 33554432000 4194304 4196468 140725008582000 140682344397072 140682397050581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25106] ppid=25096 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/25098/task/25106/stat : 25106 (java) S 25096 25096 19268 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97748496 26623803392 6556 33554432000 4194304 4196468 140725008582000 140682343344784 140682397050581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25107] ppid=25096 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/25098/task/25107/stat : 25107 (java) S 25096 25096 19268 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97748496 26623803392 6556 33554432000 4194304 4196468 140725008582000 140682342291984 140682397050581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25108] ppid=25096 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/25098/task/25108/stat : 25108 (java) S 25096 25096 19268 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97748498 26623803392 6556 33554432000 4194304 4196468 140725008582000 140681792797296 140682397051522 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25109] ppid=25096 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/25098/task/25109/stat : 25109 (java) S 25096 25096 19268 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 97748498 26623803392 6556 33554432000 4194304 4196468 140725008582000 140681791743264 140682397050581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25110] ppid=25096 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/25098/task/25110/stat : 25110 (java) S 25096 25096 19268 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 97748499 26623803392 6556 33554432000 4194304 4196468 140725008582000 140681790690928 140682397050581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25111] ppid=25096 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/25098/task/25111/stat : 25111 (java) S 25096 25096 19268 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97748501 26623803392 6556 33554432000 4194304 4196468 140725008582000 140681789639248 140682397058971 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25112] ppid=25096 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/25098/task/25112/stat : 25112 (java) S 25096 25096 19268 0 -1 1077944384 313 0 0 0 0 0 0 0 20 0 20 0 97748501 26623803392 6556 33554432000 4194304 4196468 140725008582000 140681452447856 140682397051522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25113] ppid=25096 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/25098/task/25113/stat : 25113 (java) S 25096 25096 19268 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97748501 26623803392 6556 33554432000 4194304 4196468 140725008582000 140681451395056 140682397051522 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25114] ppid=25096 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/25098/task/25114/stat : 25114 (java) S 25096 25096 19268 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 97748501 26623803392 6556 33554432000 4194304 4196468 140725008582000 140681450342768 140682397051522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25115] ppid=25096 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/25098/task/25115/stat : 25115 (java) R 25096 25096 19268 0 -1 4202560 252 0 0 0 1 0 0 0 20 0 20 0 97748501 26623803392 6556 33554432000 4194304 4196468 140725008582000 140681449289968 140682381120862 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25116] ppid=25096 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/25098/task/25116/stat : 25116 (java) S 25096 25096 19268 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97748501 26623803392 6556 33554432000 4194304 4196468 140725008582000 140681448237920 140682397050581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25117] ppid=25096 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/25098/task/25117/stat : 25117 (java) S 25096 25096 19268 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97748501 26623803392 6556 33554432000 4194304 4196468 140725008582000 140681447185200 140682397051522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 27608 KiB

[startup+0.210135 s]*
/proc/loadavg: 7.97 7.35 6.33 3/199 25117
/proc/meminfo: memFree=28700012/32770624 swapFree=67108860/67108860
[pid=25096] ppid=25093 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/25096/stat : 25096 (xcsp3-exec) S 25093 25096 19268 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 97748495 9740288 346 33554432000 4194304 5098028 140735342116912 140735342115016 139907491517052 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24698880 140735342122090 140735342122300 140735342122300 140735342125035 0
/proc/25096/statm: 2378 346 289 221 0 87 0
[pid=25098] ppid=25096 vsize=26004064 memory=39380 CPUtime=0.33 cores=0-7
/proc/25098/stat : 25098 (java) S 25096 25096 19268 0 -1 1077944320 8360 0 0 0 30 3 0 0 20 0 20 0 97748495 26628161536 9845 33554432000 4194304 4196468 140725008582000 140725008564544 140682397040375 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
/proc/25098/statm: 6501016 9845 3060 1 0 6488269 0
[pid=25098/tid=25099] ppid=25096 vsize=26004064 memory=0 CPUtime=0.19 cores=0-7
/proc/25098/task/25099/stat : 25099 (java) R 25096 25096 19268 0 -1 4202560 5394 0 0 0 18 1 0 0 20 0 20 0 97748496 26628161536 9845 33554432000 4194304 4196468 140725008582000 140682401261368 140682381120862 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25100] ppid=25096 vsize=26004064 memory=732370369739803621 CPUtime=0 cores=0-7
/proc/25098/task/25100/stat : 25100 (java) S 25096 25096 19268 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97748496 26628161536 9845 33554432000 4194304 4196468 140725008582000 140682349661072 140682397050581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25101] ppid=25096 vsize=26004064 memory=140231402350208 CPUtime=0 cores=0-7
/proc/25098/task/25101/stat : 25101 (java) S 25096 25096 19268 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97748496 26628161536 9845 33554432000 4194304 4196468 140725008582000 140682348608272 140682397050581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25102] ppid=25096 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/25098/task/25102/stat : 25102 (java) S 25096 25096 19268 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97748496 26628161536 9845 33554432000 4194304 4196468 140725008582000 140682347555984 140682397050581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25103] ppid=25096 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/25098/task/25103/stat : 25103 (java) S 25096 25096 19268 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97748496 26628161536 9845 33554432000 4194304 4196468 140725008582000 140682346503184 140682397050581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25104] ppid=25096 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/25098/task/25104/stat : 25104 (java) S 25096 25096 19268 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97748496 26628161536 9845 33554432000 4194304 4196468 140725008582000 140682345449872 140682397050581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25105] ppid=25096 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/25098/task/25105/stat : 25105 (java) S 25096 25096 19268 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97748496 26628161536 9845 33554432000 4194304 4196468 140725008582000 140682344397072 140682397050581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25106] ppid=25096 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/25098/task/25106/stat : 25106 (java) S 25096 25096 19268 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97748496 26628161536 9845 33554432000 4194304 4196468 140725008582000 140682343344784 140682397050581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25107] ppid=25096 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/25098/task/25107/stat : 25107 (java) S 25096 25096 19268 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97748496 26628161536 9845 33554432000 4194304 4196468 140725008582000 140682342291984 140682397050581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25108] ppid=25096 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/25098/task/25108/stat : 25108 (java) S 25096 25096 19268 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97748498 26628161536 9845 33554432000 4194304 4196468 140725008582000 140681792797296 140682397051522 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25109] ppid=25096 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/25098/task/25109/stat : 25109 (java) S 25096 25096 19268 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 97748498 26628161536 9845 33554432000 4194304 4196468 140725008582000 140681791743264 140682397050581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25110] ppid=25096 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/25098/task/25110/stat : 25110 (java) S 25096 25096 19268 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 97748499 26628161536 9845 33554432000 4194304 4196468 140725008582000 140681790690928 140682397050581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25111] ppid=25096 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/25098/task/25111/stat : 25111 (java) S 25096 25096 19268 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97748501 26628161536 9845 33554432000 4194304 4196468 140725008582000 140681789639248 140682397058971 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25112] ppid=25096 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/25098/task/25112/stat : 25112 (java) S 25096 25096 19268 0 -1 1077944384 596 0 0 0 1 0 0 0 20 0 20 0 97748501 26628161536 9845 33554432000 4194304 4196468 140725008582000 140681452447856 140682397051522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25113] ppid=25096 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/25098/task/25113/stat : 25113 (java) S 25096 25096 19268 0 -1 1077944384 106 0 0 0 1 0 0 0 20 0 20 0 97748501 26628161536 9845 33554432000 4194304 4196468 140725008582000 140681451395056 140682397051522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25114] ppid=25096 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/25098/task/25114/stat : 25114 (java) S 25096 25096 19268 0 -1 1077944384 215 0 0 0 1 0 0 0 20 0 20 0 97748501 26628161536 9845 33554432000 4194304 4196468 140725008582000 140681450342768 140682397051522 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25115] ppid=25096 vsize=26004064 memory=0 CPUtime=0.07 cores=0-7
/proc/25098/task/25115/stat : 25115 (java) R 25096 25096 19268 0 -1 4202560 739 0 0 0 7 0 0 0 20 0 20 0 97748501 26628161536 9845 33554432000 4194304 4196468 140725008582000 140681449289968 140682397061722 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25116] ppid=25096 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/25098/task/25116/stat : 25116 (java) S 25096 25096 19268 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97748501 26628161536 9845 33554432000 4194304 4196468 140725008582000 140681448237920 140682397050581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25117] ppid=25096 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/25098/task/25117/stat : 25117 (java) S 25096 25096 19268 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97748501 26628161536 9845 33554432000 4194304 4196468 140725008582000 140681447185200 140682397051522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40764 KiB

[startup+0.309492 s]*
/proc/loadavg: 7.97 7.35 6.33 3/199 25117
/proc/meminfo: memFree=28693808/32770624 swapFree=67108860/67108860
[pid=25096] ppid=25093 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/25096/stat : 25096 (xcsp3-exec) S 25093 25096 19268 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 97748495 9740288 346 33554432000 4194304 5098028 140735342116912 140735342115016 139907491517052 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24698880 140735342122090 140735342122300 140735342122300 140735342125035 0
/proc/25096/statm: 2378 346 289 221 0 87 0
[pid=25098] ppid=25096 vsize=26004064 memory=45824 CPUtime=0.49 cores=0-7
/proc/25098/stat : 25098 (java) S 25096 25096 19268 0 -1 1077944320 9131 0 0 0 46 3 0 0 20 0 20 0 97748495 26628161536 11456 33554432000 4194304 4196468 140725008582000 140725008564544 140682397040375 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
/proc/25098/statm: 6501016 11456 3073 1 0 6488269 0
[pid=25098/tid=25099] ppid=25096 vsize=26004064 memory=6791534058613427641 CPUtime=0.28 cores=0-7
/proc/25098/task/25099/stat : 25099 (java) R 25096 25096 19268 0 -1 4202560 6066 0 0 0 27 1 0 0 20 0 20 0 97748496 26628161536 11456 33554432000 4194304 4196468 140725008582000 140682401268032 140682397062301 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25100] ppid=25096 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/25098/task/25100/stat : 25100 (java) S 25096 25096 19268 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97748496 26628161536 11456 33554432000 4194304 4196468 140725008582000 140682349661072 140682397050581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25101] ppid=25096 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/25098/task/25101/stat : 25101 (java) S 25096 25096 19268 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97748496 26628161536 11456 33554432000 4194304 4196468 140725008582000 140682348608272 140682397050581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25102] ppid=25096 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/25098/task/25102/stat : 25102 (java) S 25096 25096 19268 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97748496 26628161536 11456 33554432000 4194304 4196468 140725008582000 140682347555984 140682397050581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25103] ppid=25096 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/25098/task/25103/stat : 25103 (java) S 25096 25096 19268 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97748496 26628161536 11456 33554432000 4194304 4196468 140725008582000 140682346503184 140682397050581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25104] ppid=25096 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/25098/task/25104/stat : 25104 (java) S 25096 25096 19268 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97748496 26628161536 11456 33554432000 4194304 4196468 140725008582000 140682345449872 140682397050581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25105] ppid=25096 vsize=26004064 memory=140231286289327 CPUtime=0 cores=0-7
/proc/25098/task/25105/stat : 25105 (java) S 25096 25096 19268 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97748496 26628161536 11456 33554432000 4194304 4196468 140725008582000 140682344397072 140682397050581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25106] ppid=25096 vsize=26004064 memory=140231286291632 CPUtime=0 cores=0-7
/proc/25098/task/25106/stat : 25106 (java) S 25096 25096 19268 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97748496 26628161536 11456 33554432000 4194304 4196468 140725008582000 140682343344784 140682397050581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25107] ppid=25096 vsize=26004064 memory=140231286293936 CPUtime=0 cores=0-7
/proc/25098/task/25107/stat : 25107 (java) S 25096 25096 19268 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97748496 26628161536 11456 33554432000 4194304 4196468 140725008582000 140682342291984 140682397050581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25108] ppid=25096 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/25098/task/25108/stat : 25108 (java) S 25096 25096 19268 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97748498 26628161536 11456 33554432000 4194304 4196468 140725008582000 140681792797296 140682397051522 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25109] ppid=25096 vsize=26004064 memory=280462572594832 CPUtime=0 cores=0-7
/proc/25098/task/25109/stat : 25109 (java) S 25096 25096 19268 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 97748498 26628161536 11456 33554432000 4194304 4196468 140725008582000 140681791743264 140682397050581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25110] ppid=25096 vsize=26004064 memory=280462572601744 CPUtime=0 cores=0-7
/proc/25098/task/25110/stat : 25110 (java) S 25096 25096 19268 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 97748499 26628161536 11456 33554432000 4194304 4196468 140725008582000 140681790690928 140682397050581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25111] ppid=25096 vsize=26004064 memory=280462572543024 CPUtime=0 cores=0-7
/proc/25098/task/25111/stat : 25111 (java) S 25096 25096 19268 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97748501 26628161536 11456 33554432000 4194304 4196468 140725008582000 140681789639248 140682397058971 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25112] ppid=25096 vsize=26004064 memory=280462572615568 CPUtime=0.02 cores=0-7
/proc/25098/task/25112/stat : 25112 (java) S 25096 25096 19268 0 -1 1077944384 604 0 0 0 2 0 0 0 20 0 20 0 97748501 26628161536 11456 33554432000 4194304 4196468 140725008582000 140681452447856 140682397051522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25113] ppid=25096 vsize=26004064 memory=280462572622480 CPUtime=0.02 cores=0-7
/proc/25098/task/25113/stat : 25113 (java) R 25096 25096 19268 0 -1 4202560 107 0 0 0 2 0 0 0 20 0 20 0 97748501 26628161536 11456 33554432000 4194304 4196468 140725008582000 140681451395056 140682378293828 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25114] ppid=25096 vsize=26004064 memory=280462572620176 CPUtime=0.02 cores=0-7
/proc/25098/task/25114/stat : 25114 (java) R 25096 25096 19268 0 -1 4202560 222 0 0 0 2 0 0 0 20 0 20 0 97748501 26628161536 11456 33554432000 4194304 4196468 140725008582000 140681450342768 140682381434240 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25115] ppid=25096 vsize=26004064 memory=280462572636336 CPUtime=0.11 cores=0-7
/proc/25098/task/25115/stat : 25115 (java) S 25096 25096 19268 0 -1 1077944384 821 0 0 0 11 0 0 0 20 0 20 0 97748501 26628161536 11456 33554432000 4194304 4196468 140725008582000 140681449289968 140682397051522 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25116] ppid=25096 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/25098/task/25116/stat : 25116 (java) S 25096 25096 19268 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97748501 26628161536 11456 33554432000 4194304 4196468 140725008582000 140681448237920 140682397050581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25117] ppid=25096 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/25098/task/25117/stat : 25117 (java) S 25096 25096 19268 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97748501 26628161536 11456 33554432000 4194304 4196468 140725008582000 140681447185200 140682397051522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 47208 KiB

[startup+0.700985 s]
/proc/loadavg: 7.98 7.36 6.34 9/199 25117
/proc/meminfo: memFree=28450888/32770624 swapFree=67108860/67108860
[pid=25096] ppid=25093 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/25096/stat : 25096 (xcsp3-exec) S 25093 25096 19268 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 97748495 9740288 346 33554432000 4194304 5098028 140735342116912 140735342115016 139907491517052 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24698880 140735342122090 140735342122300 140735342122300 140735342125035 0
/proc/25096/statm: 2378 346 289 221 0 87 0
[pid=25098] ppid=25096 vsize=26004140 memory=377936 CPUtime=1.58 cores=0-7
/proc/25098/stat : 25098 (java) S 25096 25096 19268 0 -1 1077944320 11431 0 0 0 115 43 0 0 20 0 20 0 97748495 26628239360 94484 33554432000 4194304 4196468 140725008582000 140725008564544 140682397040375 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
/proc/25098/statm: 6501035 94484 3183 1 0 6488269 0
[pid=25098/tid=25099] ppid=25096 vsize=26004140 memory=280462572931264 CPUtime=0.58 cores=0-7
/proc/25098/task/25099/stat : 25099 (java) S 25096 25096 19268 0 -1 1077944384 6404 0 0 0 52 6 0 0 20 0 20 0 97748496 26628239360 94484 33554432000 4194304 4196468 140725008582000 140682401277840 140682397050581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25100] ppid=25096 vsize=26004140 memory=12064 CPUtime=0.06 cores=0-7
/proc/25098/task/25100/stat : 25100 (java) R 25096 25096 19268 0 -1 4202560 59 0 0 0 3 3 0 0 20 0 20 0 97748496 26628239360 94484 33554432000 4194304 4196468 140725008582000 140682349661072 140682390143092 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25101] ppid=25096 vsize=26004140 memory=1004 CPUtime=0.06 cores=0-7
/proc/25098/task/25101/stat : 25101 (java) R 25096 25096 19268 0 -1 4202560 63 0 0 0 2 4 0 0 20 0 20 0 97748496 26628239360 94484 33554432000 4194304 4196468 140725008582000 140682348608272 140682390143092 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25102] ppid=25096 vsize=26004140 memory=1228 CPUtime=0.07 cores=0-7
/proc/25098/task/25102/stat : 25102 (java) R 25096 25096 19268 0 -1 4202560 84 0 0 0 3 4 0 0 20 0 20 0 97748496 26628239360 94484 33554432000 4194304 4196468 140725008582000 140682347555984 140682390143414 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0

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

[pid=25096] ppid=25093 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/25096/stat : 25096 (xcsp3-exec) S 25093 25096 19268 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 97748495 9740288 346 33554432000 4194304 5098028 140735342116912 140735342115016 139907491517052 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24698880 140735342122090 140735342122300 140735342122300 140735342125035 0
/proc/25096/statm: 2378 346 289 221 0 87 0
[pid=25098] ppid=25096 vsize=26006188 memory=20287352 CPUtime=480.88 cores=0-7
/proc/25098/stat : 25098 (java) S 25096 25096 19268 0 -1 1077944320 1040948 0 0 0 44830 3258 0 0 20 0 20 0 97748495 26630336512 5071838 33554432000 4194304 4196468 140725008582000 140725008564544 140682397040375 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
/proc/25098/statm: 6501547 5071838 3257 1 0 6488781 0
[pid=25098/tid=25099] ppid=25096 vsize=26006188 memory=20287352 CPUtime=191.33 cores=0-7
/proc/25098/task/25099/stat : 25099 (java) S 25096 25096 19268 0 -1 1077944384 141266 0 0 0 19055 78 0 0 20 0 20 0 97748496 26630336512 5071838 33554432000 4194304 4196468 140725008582000 140682401278576 140682397050581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25100] ppid=25096 vsize=26006188 memory=1384 CPUtime=34.94 cores=0-7
/proc/25098/task/25100/stat : 25100 (java) S 25096 25096 19268 0 -1 1077944384 67257 0 0 0 3094 400 0 0 20 0 20 0 97748496 26630336512 5071838 33554432000 4194304 4196468 140725008582000 140682349661072 140682397050581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 11 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25101] ppid=25096 vsize=26006188 memory=20287352 CPUtime=35.03 cores=0-7
/proc/25098/task/25101/stat : 25101 (java) S 25096 25096 19268 0 -1 1077944384 105709 0 0 0 3114 389 0 0 20 0 20 0 97748496 26630336512 5071838 33554432000 4194304 4196468 140725008582000 140682348608272 140682397050581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 6 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25102] ppid=25096 vsize=26006188 memory=792 CPUtime=35.06 cores=0-7
/proc/25098/task/25102/stat : 25102 (java) S 25096 25096 19268 0 -1 1077944384 74273 0 0 0 3128 378 0 0 20 0 20 0 97748496 26630336512 5071838 33554432000 4194304 4196468 140725008582000 140682347555984 140682397050581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 9 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25103] ppid=25096 vsize=26006188 memory=6791534058613427641 CPUtime=35.08 cores=0-7
/proc/25098/task/25103/stat : 25103 (java) S 25096 25096 19268 0 -1 1077944384 58486 0 0 0 3080 428 0 0 20 0 20 0 97748496 26630336512 5071838 33554432000 4194304 4196468 140725008582000 140682346503184 140682397050581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 6 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25104] ppid=25096 vsize=26006188 memory=1696 CPUtime=35.08 cores=0-7
/proc/25098/task/25104/stat : 25104 (java) S 25096 25096 19268 0 -1 1077944384 201028 0 0 0 3134 374 0 0 20 0 20 0 97748496 26630336512 5071838 33554432000 4194304 4196468 140725008582000 140682345449872 140682397050581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 9 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25105] ppid=25096 vsize=26006188 memory=920 CPUtime=34.92 cores=0-7
/proc/25098/task/25105/stat : 25105 (java) S 25096 25096 19268 0 -1 1077944384 72295 0 0 0 3103 389 0 0 20 0 20 0 97748496 26630336512 5071838 33554432000 4194304 4196468 140725008582000 140682344397072 140682397050581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 7 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25106] ppid=25096 vsize=26006188 memory=4520 CPUtime=34.83 cores=0-7
/proc/25098/task/25106/stat : 25106 (java) S 25096 25096 19268 0 -1 1077944384 154503 0 0 0 3071 412 0 0 20 0 20 0 97748496 26630336512 5071838 33554432000 4194304 4196468 140725008582000 140682343344784 140682397050581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 10 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25107] ppid=25096 vsize=26006188 memory=4100 CPUtime=34.82 cores=0-7
/proc/25098/task/25107/stat : 25107 (java) S 25096 25096 19268 0 -1 1077944384 73262 0 0 0 3117 365 0 0 20 0 20 0 97748496 26630336512 5071838 33554432000 4194304 4196468 140725008582000 140682342291984 140682397050581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 11 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25108] ppid=25096 vsize=26006188 memory=6791534058613427641 CPUtime=7.52 cores=0-7
/proc/25098/task/25108/stat : 25108 (java) R 25096 25096 19268 0 -1 4202560 75191 0 0 0 723 29 0 0 20 0 20 0 97748498 26630336512 5071838 33554432000 4194304 4196468 140725008582000 140681792795856 140682382036779 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25109] ppid=25096 vsize=26006188 memory=1384 CPUtime=0 cores=0-7
/proc/25098/task/25109/stat : 25109 (java) S 25096 25096 19268 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 20 0 97748498 26630336512 5071838 33554432000 4194304 4196468 140725008582000 140681791743328 140682397050581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25110] ppid=25096 vsize=26006188 memory=20262396 CPUtime=0 cores=0-7
/proc/25098/task/25110/stat : 25110 (java) S 25096 25096 19268 0 -1 1077944384 87 0 0 0 0 0 0 0 20 0 20 0 97748499 26630336512 5071838 33554432000 4194304 4196468 140725008582000 140681790690944 140682397050581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25111] ppid=25096 vsize=26006188 memory=28700 CPUtime=0 cores=0-7
/proc/25098/task/25111/stat : 25111 (java) S 25096 25096 19268 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97748501 26630336512 5071838 33554432000 4194304 4196468 140725008582000 140681789639248 140682397058971 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25112] ppid=25096 vsize=26006188 memory=2428 CPUtime=0.51 cores=0-7
/proc/25098/task/25112/stat : 25112 (java) S 25096 25096 19268 0 -1 1077944384 4335 0 0 0 50 1 0 0 20 0 20 0 97748501 26630336512 5071838 33554432000 4194304 4196468 140725008582000 140681452447616 140682397050581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25113] ppid=25096 vsize=26006188 memory=6791534058613427641 CPUtime=0.57 cores=0-7
/proc/25098/task/25113/stat : 25113 (java) S 25096 25096 19268 0 -1 1077944384 3399 0 0 0 57 0 0 0 20 0 20 0 97748501 26630336512 5071838 33554432000 4194304 4196468 140725008582000 140681451395104 140682397050581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25114] ppid=25096 vsize=26006188 memory=1236 CPUtime=0.55 cores=0-7
/proc/25098/task/25114/stat : 25114 (java) S 25096 25096 19268 0 -1 1077944384 3372 0 0 0 54 1 0 0 20 0 20 0 97748501 26630336512 5071838 33554432000 4194304 4196468 140725008582000 140681450342816 140682397050581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25115] ppid=25096 vsize=26006188 memory=960 CPUtime=0.36 cores=0-7
/proc/25098/task/25115/stat : 25115 (java) S 25096 25096 19268 0 -1 1077944384 4220 0 0 0 35 1 0 0 20 0 20 0 97748501 26630336512 5071838 33554432000 4194304 4196468 140725008582000 140681449290016 140682397050581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25116] ppid=25096 vsize=26006188 memory=2240 CPUtime=0 cores=0-7
/proc/25098/task/25116/stat : 25116 (java) S 25096 25096 19268 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97748501 26630336512 5071838 33554432000 4194304 4196468 140725008582000 140681448237920 140682397050581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25117] ppid=25096 vsize=26006188 memory=2340 CPUtime=0.11 cores=0-7
/proc/25098/task/25117/stat : 25117 (java) S 25096 25096 19268 0 -1 1077944384 982 0 0 0 6 5 0 0 20 0 20 0 97748501 26630336512 5071838 33554432000 4194304 4196468 140725008582000 140681447185200 140682397051522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
Current children cumulated CPU time: 480.88 s
Current children cumulated vsize: 26015700 KiB
Current children cumulated memory: 20288736 KiB

[startup+234.801 s]
/proc/loadavg: 2.13 4.33 5.32 8/200 25125
/proc/meminfo: memFree=8414232/32770624 swapFree=67108860/67108860
[pid=25096] ppid=25093 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/25096/stat : 25096 (xcsp3-exec) S 25093 25096 19268 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 97748495 9740288 346 33554432000 4194304 5098028 140735342116912 140735342115016 139907491517052 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24698880 140735342122090 140735342122300 140735342122300 140735342125035 0
/proc/25096/statm: 2378 346 289 221 0 87 0
[pid=25098] ppid=25096 vsize=26006188 memory=20287352 CPUtime=481.28 cores=0-7
/proc/25098/stat : 25098 (java) S 25096 25096 19268 0 -1 1077944320 1044253 0 0 0 44864 3264 0 0 20 0 20 0 97748495 26630336512 5071838 33554432000 4194304 4196468 140725008582000 140725008564544 140682397040375 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
/proc/25098/statm: 6501547 5071838 3257 1 0 6488781 0
[pid=25098/tid=25099] ppid=25096 vsize=26006188 memory=20262396 CPUtime=191.33 cores=0-7
/proc/25098/task/25099/stat : 25099 (java) S 25096 25096 19268 0 -1 1077944384 141266 0 0 0 19055 78 0 0 20 0 20 0 97748496 26630336512 5071838 33554432000 4194304 4196468 140725008582000 140682401278576 140682397050581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25100] ppid=25096 vsize=26006188 memory=288230621803970871 CPUtime=34.94 cores=0-7
/proc/25098/task/25100/stat : 25100 (java) S 25096 25096 19268 0 -1 1077944384 67257 0 0 0 3094 400 0 0 20 0 20 0 97748496 26630336512 5071838 33554432000 4194304 4196468 140725008582000 140682349661072 140682397050581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 11 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25101] ppid=25096 vsize=26006188 memory=16099256251451951 CPUtime=35.03 cores=0-7
/proc/25098/task/25101/stat : 25101 (java) S 25096 25096 19268 0 -1 1077944384 105709 0 0 0 3114 389 0 0 20 0 20 0 97748496 26630336512 5071838 33554432000 4194304 4196468 140725008582000 140682348608272 140682397050581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 6 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25102] ppid=25096 vsize=26006188 memory=4044 CPUtime=35.06 cores=0-7
/proc/25098/task/25102/stat : 25102 (java) S 25096 25096 19268 0 -1 1077944384 74273 0 0 0 3128 378 0 0 20 0 20 0 97748496 26630336512 5071838 33554432000 4194304 4196468 140725008582000 140682347555984 140682397050581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 9 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25103] ppid=25096 vsize=26006188 memory=6791534058613427641 CPUtime=35.08 cores=0-7
/proc/25098/task/25103/stat : 25103 (java) S 25096 25096 19268 0 -1 1077944384 58486 0 0 0 3080 428 0 0 20 0 20 0 97748496 26630336512 5071838 33554432000 4194304 4196468 140725008582000 140682346503184 140682397050581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 6 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25104] ppid=25096 vsize=26006188 memory=6791534058613427641 CPUtime=35.08 cores=0-7
/proc/25098/task/25104/stat : 25104 (java) S 25096 25096 19268 0 -1 1077944384 201028 0 0 0 3134 374 0 0 20 0 20 0 97748496 26630336512 5071838 33554432000 4194304 4196468 140725008582000 140682345449872 140682397050581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 9 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25105] ppid=25096 vsize=26006188 memory=31057 CPUtime=34.92 cores=0-7
/proc/25098/task/25105/stat : 25105 (java) S 25096 25096 19268 0 -1 1077944384 72295 0 0 0 3103 389 0 0 20 0 20 0 97748496 26630336512 5071838 33554432000 4194304 4196468 140725008582000 140682344397072 140682397050581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 7 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25106] ppid=25096 vsize=26006188 memory=4420 CPUtime=34.83 cores=0-7
/proc/25098/task/25106/stat : 25106 (java) S 25096 25096 19268 0 -1 1077944384 154503 0 0 0 3071 412 0 0 20 0 20 0 97748496 26630336512 5071838 33554432000 4194304 4196468 140725008582000 140682343344784 140682397050581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 10 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25107] ppid=25096 vsize=26006188 memory=6628 CPUtime=34.82 cores=0-7
/proc/25098/task/25107/stat : 25107 (java) S 25096 25096 19268 0 -1 1077944384 73262 0 0 0 3117 365 0 0 20 0 20 0 97748496 26630336512 5071838 33554432000 4194304 4196468 140725008582000 140682342291984 140682397050581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 11 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25108] ppid=25096 vsize=26006188 memory=8836 CPUtime=7.93 cores=0-7
/proc/25098/task/25108/stat : 25108 (java) R 25096 25096 19268 0 -1 4202560 78496 0 0 0 757 36 0 0 20 0 20 0 97748498 26630336512 5071838 33554432000 4194304 4196468 140725008582000 140681792795856 140682382036779 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25109] ppid=25096 vsize=26006188 memory=11044 CPUtime=0 cores=0-7
/proc/25098/task/25109/stat : 25109 (java) S 25096 25096 19268 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 20 0 97748498 26630336512 5071838 33554432000 4194304 4196468 140725008582000 140681791743328 140682397050581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25110] ppid=25096 vsize=26006188 memory=13252 CPUtime=0 cores=0-7
/proc/25098/task/25110/stat : 25110 (java) S 25096 25096 19268 0 -1 1077944384 87 0 0 0 0 0 0 0 20 0 20 0 97748499 26630336512 5071838 33554432000 4194304 4196468 140725008582000 140681790690944 140682397050581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25111] ppid=25096 vsize=26006188 memory=15460 CPUtime=0 cores=0-7
/proc/25098/task/25111/stat : 25111 (java) S 25096 25096 19268 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97748501 26630336512 5071838 33554432000 4194304 4196468 140725008582000 140681789639248 140682397058971 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25112] ppid=25096 vsize=26006188 memory=17668 CPUtime=0.51 cores=0-7
/proc/25098/task/25112/stat : 25112 (java) S 25096 25096 19268 0 -1 1077944384 4335 0 0 0 50 1 0 0 20 0 20 0 97748501 26630336512 5071838 33554432000 4194304 4196468 140725008582000 140681452447616 140682397050581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25113] ppid=25096 vsize=26006188 memory=1384 CPUtime=0.57 cores=0-7
/proc/25098/task/25113/stat : 25113 (java) S 25096 25096 19268 0 -1 1077944384 3399 0 0 0 57 0 0 0 20 0 20 0 97748501 26630336512 5071838 33554432000 4194304 4196468 140725008582000 140681451395104 140682397050581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25114] ppid=25096 vsize=26006188 memory=20287352 CPUtime=0.55 cores=0-7
/proc/25098/task/25114/stat : 25114 (java) S 25096 25096 19268 0 -1 1077944384 3372 0 0 0 54 1 0 0 20 0 20 0 97748501 26630336512 5071838 33554432000 4194304 4196468 140725008582000 140681450342816 140682397050581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25115] ppid=25096 vsize=26006188 memory=16099256251451951 CPUtime=0.36 cores=0-7
/proc/25098/task/25115/stat : 25115 (java) S 25096 25096 19268 0 -1 1077944384 4220 0 0 0 35 1 0 0 20 0 20 0 97748501 26630336512 5071838 33554432000 4194304 4196468 140725008582000 140681449290016 140682397050581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25116] ppid=25096 vsize=26006188 memory=4520 CPUtime=0 cores=0-7
/proc/25098/task/25116/stat : 25116 (java) S 25096 25096 19268 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97748501 26630336512 5071838 33554432000 4194304 4196468 140725008582000 140681448237920 140682397050581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25117] ppid=25096 vsize=26006188 memory=1384 CPUtime=0.11 cores=0-7
/proc/25098/task/25117/stat : 25117 (java) S 25096 25096 19268 0 -1 1077944384 982 0 0 0 6 5 0 0 20 0 20 0 97748501 26630336512 5071838 33554432000 4194304 4196468 140725008582000 140681447185200 140682397051522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
Current children cumulated CPU time: 481.28 s
Current children cumulated vsize: 26015700 KiB
Current children cumulated memory: 20288736 KiB

[startup+235.201 s]
/proc/loadavg: 2.13 4.33 5.32 2/200 25125
/proc/meminfo: memFree=8414232/32770624 swapFree=67108860/67108860
[pid=25096] ppid=25093 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/25096/stat : 25096 (xcsp3-exec) S 25093 25096 19268 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 97748495 9740288 346 33554432000 4194304 5098028 140735342116912 140735342115016 139907491517052 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24698880 140735342122090 140735342122300 140735342122300 140735342125035 0
/proc/25096/statm: 2378 346 289 221 0 87 0
[pid=25098] ppid=25096 vsize=26006188 memory=20287352 CPUtime=481.68 cores=0-7
/proc/25098/stat : 25098 (java) S 25096 25096 19268 0 -1 1077944320 1044320 0 0 0 44904 3264 0 0 20 0 20 0 97748495 26630336512 5071838 33554432000 4194304 4196468 140725008582000 140725008564544 140682397040375 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
/proc/25098/statm: 6501547 5071838 3257 1 0 6488781 0
[pid=25098/tid=25099] ppid=25096 vsize=26006188 memory=1584 CPUtime=191.33 cores=0-7
/proc/25098/task/25099/stat : 25099 (java) S 25096 25096 19268 0 -1 1077944384 141266 0 0 0 19055 78 0 0 20 0 20 0 97748496 26630336512 5071838 33554432000 4194304 4196468 140725008582000 140682401278576 140682397050581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25100] ppid=25096 vsize=26006188 memory=2196 CPUtime=34.94 cores=0-7
/proc/25098/task/25100/stat : 25100 (java) S 25096 25096 19268 0 -1 1077944384 67257 0 0 0 3094 400 0 0 20 0 20 0 97748496 26630336512 5071838 33554432000 4194304 4196468 140725008582000 140682349661072 140682397050581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 11 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25101] ppid=25096 vsize=26006188 memory=1384 CPUtime=35.03 cores=0-7
/proc/25098/task/25101/stat : 25101 (java) S 25096 25096 19268 0 -1 1077944384 105709 0 0 0 3114 389 0 0 20 0 20 0 97748496 26630336512 5071838 33554432000 4194304 4196468 140725008582000 140682348608272 140682397050581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 6 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25102] ppid=25096 vsize=26006188 memory=20287352 CPUtime=35.06 cores=0-7
/proc/25098/task/25102/stat : 25102 (java) S 25096 25096 19268 0 -1 1077944384 74273 0 0 0 3128 378 0 0 20 0 20 0 97748496 26630336512 5071838 33554432000 4194304 4196468 140725008582000 140682347555984 140682397050581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 9 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25103] ppid=25096 vsize=26006188 memory=2340 CPUtime=35.08 cores=0-7
/proc/25098/task/25103/stat : 25103 (java) S 25096 25096 19268 0 -1 1077944384 58486 0 0 0 3080 428 0 0 20 0 20 0 97748496 26630336512 5071838 33554432000 4194304 4196468 140725008582000 140682346503184 140682397050581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 6 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25104] ppid=25096 vsize=26006188 memory=4080 CPUtime=35.08 cores=0-7
/proc/25098/task/25104/stat : 25104 (java) S 25096 25096 19268 0 -1 1077944384 201028 0 0 0 3134 374 0 0 20 0 20 0 97748496 26630336512 5071838 33554432000 4194304 4196468 140725008582000 140682345449872 140682397050581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 9 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25105] ppid=25096 vsize=26006188 memory=932 CPUtime=34.92 cores=0-7
/proc/25098/task/25105/stat : 25105 (java) S 25096 25096 19268 0 -1 1077944384 72295 0 0 0 3103 389 0 0 20 0 20 0 97748496 26630336512 5071838 33554432000 4194304 4196468 140725008582000 140682344397072 140682397050581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 7 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25106] ppid=25096 vsize=26006188 memory=1584 CPUtime=34.83 cores=0-7
/proc/25098/task/25106/stat : 25106 (java) S 25096 25096 19268 0 -1 1077944384 154503 0 0 0 3071 412 0 0 20 0 20 0 97748496 26630336512 5071838 33554432000 4194304 4196468 140725008582000 140682343344784 140682397050581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 10 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25107] ppid=25096 vsize=26006188 memory=1384 CPUtime=34.82 cores=0-7
/proc/25098/task/25107/stat : 25107 (java) S 25096 25096 19268 0 -1 1077944384 73262 0 0 0 3117 365 0 0 20 0 20 0 97748496 26630336512 5071838 33554432000 4194304 4196468 140725008582000 140682342291984 140682397050581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 11 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25108] ppid=25096 vsize=26006188 memory=20287352 CPUtime=8.33 cores=0-7
/proc/25098/task/25108/stat : 25108 (java) R 25096 25096 19268 0 -1 4202560 78563 0 0 0 797 36 0 0 20 0 20 0 97748498 26630336512 5071838 33554432000 4194304 4196468 140725008582000 140681792795744 140682375410555 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25109] ppid=25096 vsize=26006188 memory=8584 CPUtime=0 cores=0-7
/proc/25098/task/25109/stat : 25109 (java) S 25096 25096 19268 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 20 0 97748498 26630336512 5071838 33554432000 4194304 4196468 140725008582000 140681791743328 140682397050581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25110] ppid=25096 vsize=26006188 memory=792 CPUtime=0 cores=0-7
/proc/25098/task/25110/stat : 25110 (java) S 25096 25096 19268 0 -1 1077944384 87 0 0 0 0 0 0 0 20 0 20 0 97748499 26630336512 5071838 33554432000 4194304 4196468 140725008582000 140681790690944 140682397050581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25111] ppid=25096 vsize=26006188 memory=1204 CPUtime=0 cores=0-7
/proc/25098/task/25111/stat : 25111 (java) S 25096 25096 19268 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97748501 26630336512 5071838 33554432000 4194304 4196468 140725008582000 140681789639248 140682397058971 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25112] ppid=25096 vsize=26006188 memory=1716 CPUtime=0.51 cores=0-7
/proc/25098/task/25112/stat : 25112 (java) S 25096 25096 19268 0 -1 1077944384 4335 0 0 0 50 1 0 0 20 0 20 0 97748501 26630336512 5071838 33554432000 4194304 4196468 140725008582000 140681452447616 140682397050581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25113] ppid=25096 vsize=26006188 memory=1384 CPUtime=0.57 cores=0-7
/proc/25098/task/25113/stat : 25113 (java) S 25096 25096 19268 0 -1 1077944384 3399 0 0 0 57 0 0 0 20 0 20 0 97748501 26630336512 5071838 33554432000 4194304 4196468 140725008582000 140681451395104 140682397050581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25114] ppid=25096 vsize=26006188 memory=4096 CPUtime=0.55 cores=0-7
/proc/25098/task/25114/stat : 25114 (java) S 25096 25096 19268 0 -1 1077944384 3372 0 0 0 54 1 0 0 20 0 20 0 97748501 26630336512 5071838 33554432000 4194304 4196468 140725008582000 140681450342816 140682397050581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25115] ppid=25096 vsize=26006188 memory=28700 CPUtime=0.36 cores=0-7
/proc/25098/task/25115/stat : 25115 (java) S 25096 25096 19268 0 -1 1077944384 4220 0 0 0 35 1 0 0 20 0 20 0 97748501 26630336512 5071838 33554432000 4194304 4196468 140725008582000 140681449290016 140682397050581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25116] ppid=25096 vsize=26006188 memory=2428 CPUtime=0 cores=0-7
/proc/25098/task/25116/stat : 25116 (java) S 25096 25096 19268 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97748501 26630336512 5071838 33554432000 4194304 4196468 140725008582000 140681448237920 140682397050581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
[pid=25098/tid=25117] ppid=25096 vsize=26006188 memory=1292 CPUtime=0.11 cores=0-7
/proc/25098/task/25117/stat : 25117 (java) S 25096 25096 19268 0 -1 1077944384 982 0 0 0 6 5 0 0 20 0 20 0 97748501 26630336512 5071838 33554432000 4194304 4196468 140725008582000 140681447185200 140682397051522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31080448 140725008589976 140725008590152 140725008590152 140725008592847 0
Current children cumulated CPU time: 481.68 s
Current children cumulated vsize: 26015700 KiB
Current children cumulated memory: 20288736 KiB

[startup+235.303 s]
/proc/loadavg: 2.13 4.33 5.32 2/200 25125
/proc/meminfo: memFree=8414232/32770624 swapFree=67108860/67108860
[pid=25096] ppid=25093 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/25096/stat : 25096 (xcsp3-exec) S 25093 25096 19268 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 97748495 9740288 346 33554432000 4194304 5098028 140735342116912 140735342115016 139907491517052 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24698880 140735342122090 140735342122300 140735342122300 140735342125035 0
/proc/25096/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): 235.372
CPU time (s): 481.862
CPU user time (s): 449.087
CPU system time (s): 32.7743
CPU usage (%): 204.724
Max. virtual memory (cumulated for all children) (KiB): 26015700
Max. memory (cumulated for all children) (KiB): 20288736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 449.087
system time used= 32.7743
maximum resident set size= 20287788
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1050609
page faults= 0
swaps= 0
block input operations= 0
block output operations= 456
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 36025
involuntary context switches= 5429


# summary of solver processes directly reported to runsolver:
#   pid: 25096
#   total CPU time (s): 481.862
#   total CPU user time (s): 449.087
#   total CPU system time (s): 32.7743

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.3485 second user time and 2.53219 second system time

The end

Launcher Data

Begin job on node148 at 2017-08-13 19:36:56
IDJOB=4271481
IDBENCH=138054
IDSOLVER=2663
FILE ID=node148/4271481-1502646674
RUNJOBID= node148-1502640088-19295
PBS_JOBID= 20628333
Free space on /tmp= 61528 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-sw120/BinPacking-tab-sw120-10.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-4271481-1502646674/watcher-4271481-1502646674 -o /tmp/evaluation-result-4271481-1502646674/solver-4271481-1502646674 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node148-1502640088-19295 --watchdog 312  ./xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 22000 -tdir HOME -seed 1913305359 HOME/instance-4271481-1502646674.xml

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

MD5SUM BENCH= 67f07639019614dd1d008c87f8253383
RANDOM SEED=1913305359

node148.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.19
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.19
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.19
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.19
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:        28726324 kB
MemAvailable:   31987372 kB
Buffers:          210588 kB
Cached:          3338500 kB
SwapCached:            0 kB
Active:           887360 kB
Inactive:        2714520 kB
Active(anon):       4040 kB
Inactive(anon):    76688 kB
Active(file):     883320 kB
Inactive(file):  2637832 kB
Unevictable:        6208 kB
Mlocked:            6208 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             97568 kB
Writeback:             4 kB
AnonPages:         59036 kB
Mapped:            43888 kB
Shmem:             25224 kB
Slab:             137672 kB
SReclaimable:     111460 kB
SUnreclaim:        26212 kB
KernelStack:        3152 kB
PageTables:         4652 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     323752 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:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 61520 MiB
End job on node148 at 2017-08-13 19:40:51