Trace number 4281292

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-18)? 405.63699 215.552

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4281292-1503188344/watcher-4281292-1503188344 -o /tmp/evaluation-result-4281292-1503188344/solver-4281292-1503188344 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node151-1503184165-7735 --watchdog 312 ./xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 22000 -tdir HOME -seed 1868269923 HOME/instance-4281292-1503188344.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=10961, runsolver pid=10958

[startup+0.100146 s]*
/proc/loadavg: 8.06 6.87 7.04 3/200 10982
/proc/meminfo: memFree=24561532/32770624 swapFree=67108860/67108860
[pid=10961] ppid=10958 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/10961/stat : 10961 (xcsp3-exec) S 10958 10961 7708 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 151915199 9740288 346 33554432000 4194304 5098028 140720407602592 140720407600696 139984463094396 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24461312 140720407606378 140720407606588 140720407606588 140720407609323 0
/proc/10961/statm: 2378 346 289 221 0 87 0
[pid=10963] ppid=10961 vsize=25999808 memory=26452 CPUtime=0.11 cores=0-7
/proc/10963/stat : 10963 (java) S 10961 10961 7708 0 -1 1077944320 5488 0 0 0 10 1 0 0 20 0 20 0 151915199 26623803392 6613 33554432000 4194304 4196468 140732039540288 140732039522832 140423747022583 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
/proc/10963/statm: 6499952 6613 2865 1 0 6488269 0
[pid=10963/tid=10964] ppid=10961 vsize=25999808 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/10963/task/10964/stat : 10964 (java) R 10961 10961 7708 0 -1 4202560 3481 0 0 0 8 1 0 0 20 0 20 0 151915200 26623803392 6613 33554432000 4194304 4196468 140732039540288 140423751249184 140423728935057 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10965] ppid=10961 vsize=25999808 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/10963/task/10965/stat : 10965 (java) S 10961 10961 7708 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151915201 26623803392 6613 33554432000 4194304 4196468 140732039540288 140423699643152 140423747032789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10966] ppid=10961 vsize=25999808 memory=140478300219008 CPUtime=0 cores=0-7
/proc/10963/task/10966/stat : 10966 (java) S 10961 10961 7708 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151915201 26623803392 6613 33554432000 4194304 4196468 140732039540288 140423698590608 140423747032789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10967] ppid=10961 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/10963/task/10967/stat : 10967 (java) S 10961 10961 7708 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151915201 26623803392 6613 33554432000 4194304 4196468 140732039540288 140423697538064 140423747032789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10968] ppid=10961 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/10963/task/10968/stat : 10968 (java) S 10961 10961 7708 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151915201 26623803392 6613 33554432000 4194304 4196468 140732039540288 140423696485520 140423747032789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10969] ppid=10961 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/10963/task/10969/stat : 10969 (java) S 10961 10961 7708 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151915201 26623803392 6613 33554432000 4194304 4196468 140732039540288 140423695431952 140423747032789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10970] ppid=10961 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/10963/task/10970/stat : 10970 (java) S 10961 10961 7708 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151915201 26623803392 6613 33554432000 4194304 4196468 140732039540288 140423694379408 140423747032789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10971] ppid=10961 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/10963/task/10971/stat : 10971 (java) S 10961 10961 7708 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151915201 26623803392 6613 33554432000 4194304 4196468 140732039540288 140423693326864 140423747032789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10972] ppid=10961 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/10963/task/10972/stat : 10972 (java) S 10961 10961 7708 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151915201 26623803392 6613 33554432000 4194304 4196468 140732039540288 140423692274320 140423747032789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10973] ppid=10961 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/10963/task/10973/stat : 10973 (java) S 10961 10961 7708 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151915202 26623803392 6613 33554432000 4194304 4196468 140732039540288 140422489111024 140423747033730 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10974] ppid=10961 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/10963/task/10974/stat : 10974 (java) S 10961 10961 7708 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 151915202 26623803392 6613 33554432000 4194304 4196468 140732039540288 140422488057248 140423747032789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10975] ppid=10961 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/10963/task/10975/stat : 10975 (java) S 10961 10961 7708 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 151915203 26623803392 6613 33554432000 4194304 4196468 140732039540288 140422487004656 140423747032789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10976] ppid=10961 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/10963/task/10976/stat : 10976 (java) S 10961 10961 7708 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151915205 26623803392 6613 33554432000 4194304 4196468 140732039540288 140422485953232 140423747041179 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10977] ppid=10961 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/10963/task/10977/stat : 10977 (java) S 10961 10961 7708 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 20 0 151915205 26623803392 6613 33554432000 4194304 4196468 140732039540288 140422484899824 140423747033730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10978] ppid=10961 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/10963/task/10978/stat : 10978 (java) S 10961 10961 7708 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 151915205 26623803392 6613 33554432000 4194304 4196468 140732039540288 140422483847280 140423747033730 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10979] ppid=10961 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/10963/task/10979/stat : 10979 (java) S 10961 10961 7708 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151915205 26623803392 6613 33554432000 4194304 4196468 140732039540288 140422482794736 140423747033730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10980] ppid=10961 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/10963/task/10980/stat : 10980 (java) R 10961 10961 7708 0 -1 4202560 274 0 0 0 1 0 0 0 20 0 20 0 151915205 26623803392 6613 33554432000 4194304 4196468 140732039540288 140422481742192 140423731103070 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10981] ppid=10961 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/10963/task/10981/stat : 10981 (java) S 10961 10961 7708 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151915205 26623803392 6613 33554432000 4194304 4196468 140732039540288 140422480689888 140423747032789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10982] ppid=10961 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/10963/task/10982/stat : 10982 (java) S 10961 10961 7708 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151915205 26623803392 6613 33554432000 4194304 4196468 140732039540288 140422412233648 140423747033730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 27836 KiB

[startup+0.210096 s]*
/proc/loadavg: 8.06 6.87 7.04 2/200 10982
/proc/meminfo: memFree=24550368/32770624 swapFree=67108860/67108860
[pid=10961] ppid=10958 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/10961/stat : 10961 (xcsp3-exec) S 10958 10961 7708 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 151915199 9740288 346 33554432000 4194304 5098028 140720407602592 140720407600696 139984463094396 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24461312 140720407606378 140720407606588 140720407606588 140720407609323 0
/proc/10961/statm: 2378 346 289 221 0 87 0
[pid=10963] ppid=10961 vsize=26004064 memory=38772 CPUtime=0.32 cores=0-7
/proc/10963/stat : 10963 (java) S 10961 10961 7708 0 -1 1077944320 8318 0 0 0 30 2 0 0 20 0 20 0 151915199 26628161536 9693 33554432000 4194304 4196468 140732039540288 140732039522832 140423747022583 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
/proc/10963/statm: 6501016 9693 3064 1 0 6488269 0
[pid=10963/tid=10964] ppid=10961 vsize=26004064 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/10963/task/10964/stat : 10964 (java) R 10961 10961 7708 0 -1 1077944384 5394 0 0 0 18 1 0 0 20 0 20 0 151915200 26628161536 9714 33554432000 4194304 4196468 140732039540288 140423751233392 140423739701805 0 4 0 16800975 18446744072101629476 0 0 -1 0 0 0 0 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10965] ppid=10961 vsize=26004064 memory=340 CPUtime=0 cores=0-7
/proc/10963/task/10965/stat : 10965 (java) S 10961 10961 7708 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151915201 26628161536 9714 33554432000 4194304 4196468 140732039540288 140423699643152 140423747032789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10966] ppid=10961 vsize=26004096 memory=140478300230228 CPUtime=0 cores=0-7
/proc/10963/task/10966/stat : 10966 (java) S 10961 10961 7708 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151915201 26628194304 9714 33554432000 4194304 4196468 140732039540288 140423698590608 140423747032789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10967] ppid=10961 vsize=26004096 memory=-1 CPUtime=0 cores=0-7
/proc/10963/task/10967/stat : 10967 (java) S 10961 10961 7708 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151915201 26628194304 9714 33554432000 4194304 4196468 140732039540288 140423697538064 140423747032789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10968] ppid=10961 vsize=26004096 memory=0 CPUtime=0 cores=0-7
/proc/10963/task/10968/stat : 10968 (java) S 10961 10961 7708 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151915201 26628194304 9714 33554432000 4194304 4196468 140732039540288 140423696485520 140423747032789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10969] ppid=10961 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/10963/task/10969/stat : 10969 (java) S 10961 10961 7708 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151915201 26628161536 9714 33554432000 4194304 4196468 140732039540288 140423695431952 140423747032789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10970] ppid=10961 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/10963/task/10970/stat : 10970 (java) S 10961 10961 7708 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151915201 26628161536 9714 33554432000 4194304 4196468 140732039540288 140423694379408 140423747032789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10971] ppid=10961 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/10963/task/10971/stat : 10971 (java) S 10961 10961 7708 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151915201 26628161536 9714 33554432000 4194304 4196468 140732039540288 140423693326864 140423747032789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10972] ppid=10961 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/10963/task/10972/stat : 10972 (java) S 10961 10961 7708 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151915201 26628161536 9714 33554432000 4194304 4196468 140732039540288 140423692274320 140423747032789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10973] ppid=10961 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/10963/task/10973/stat : 10973 (java) S 10961 10961 7708 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151915202 26628161536 9714 33554432000 4194304 4196468 140732039540288 140422489111024 140423747033730 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10974] ppid=10961 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/10963/task/10974/stat : 10974 (java) S 10961 10961 7708 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 151915202 26628161536 9714 33554432000 4194304 4196468 140732039540288 140422488057248 140423747032789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10975] ppid=10961 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/10963/task/10975/stat : 10975 (java) S 10961 10961 7708 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 151915203 26628161536 9714 33554432000 4194304 4196468 140732039540288 140422487004656 140423747032789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10976] ppid=10961 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/10963/task/10976/stat : 10976 (java) S 10961 10961 7708 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151915205 26628161536 9714 33554432000 4194304 4196468 140732039540288 140422485953232 140423747041179 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10977] ppid=10961 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/10963/task/10977/stat : 10977 (java) S 10961 10961 7708 0 -1 1077944384 306 0 0 0 0 0 0 0 20 0 20 0 151915205 26628161536 9714 33554432000 4194304 4196468 140732039540288 140422484899824 140423747033730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10978] ppid=10961 vsize=26004096 memory=0 CPUtime=0.02 cores=0-7
/proc/10963/task/10978/stat : 10978 (java) S 10961 10961 7708 0 -1 1077944384 274 0 0 0 2 0 0 0 20 0 20 0 151915205 26628194304 9714 33554432000 4194304 4196468 140732039540288 140422483847280 140423747033730 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10979] ppid=10961 vsize=26004096 memory=-1 CPUtime=0.01 cores=0-7
/proc/10963/task/10979/stat : 10979 (java) S 10961 10961 7708 0 -1 1077944384 260 0 0 0 1 0 0 0 20 0 20 0 151915205 26628194304 9714 33554432000 4194304 4196468 140732039540288 140422482794736 140423747033730 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10980] ppid=10961 vsize=26004096 memory=-1 CPUtime=0.07 cores=0-7
/proc/10963/task/10980/stat : 10980 (java) S 10961 10961 7708 0 -1 1077944384 782 0 0 0 7 0 0 0 20 0 20 0 151915205 26628194304 9714 33554432000 4194304 4196468 140732039540288 140422481742192 140423747033730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10981] ppid=10961 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/10963/task/10981/stat : 10981 (java) S 10961 10961 7708 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151915205 26628161536 9714 33554432000 4194304 4196468 140732039540288 140422480689888 140423747032789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10982] ppid=10961 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/10963/task/10982/stat : 10982 (java) S 10961 10961 7708 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151915205 26628161536 9714 33554432000 4194304 4196468 140732039540288 140422412233648 140423747033730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40156 KiB

[startup+0.30936 s]*
/proc/loadavg: 8.06 6.87 7.04 3/200 10982
/proc/meminfo: memFree=24543544/32770624 swapFree=67108860/67108860
[pid=10961] ppid=10958 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/10961/stat : 10961 (xcsp3-exec) S 10958 10961 7708 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 151915199 9740288 346 33554432000 4194304 5098028 140720407602592 140720407600696 139984463094396 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24461312 140720407606378 140720407606588 140720407606588 140720407609323 0
/proc/10961/statm: 2378 346 289 221 0 87 0
[pid=10963] ppid=10961 vsize=26004064 memory=45688 CPUtime=0.49 cores=0-7
/proc/10963/stat : 10963 (java) S 10961 10961 7708 0 -1 1077944320 9101 0 0 0 46 3 0 0 20 0 20 0 151915199 26628161536 11422 33554432000 4194304 4196468 140732039540288 140732039522832 140423747022583 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
/proc/10963/statm: 6501016 11422 3105 1 0 6488269 0
[pid=10963/tid=10964] ppid=10961 vsize=26004064 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/10963/task/10964/stat : 10964 (java) R 10961 10961 7708 0 -1 4202560 6040 0 0 0 27 2 0 0 20 0 20 0 151915200 26628161536 11422 33554432000 4194304 4196468 140732039540288 140423751259088 140423747044509 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10965] ppid=10961 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/10963/task/10965/stat : 10965 (java) S 10961 10961 7708 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151915201 26628161536 11422 33554432000 4194304 4196468 140732039540288 140423699643152 140423747032789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10966] ppid=10961 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/10963/task/10966/stat : 10966 (java) S 10961 10961 7708 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151915201 26628161536 11422 33554432000 4194304 4196468 140732039540288 140423698590608 140423747032789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10967] ppid=10961 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/10963/task/10967/stat : 10967 (java) S 10961 10961 7708 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151915201 26628161536 11422 33554432000 4194304 4196468 140732039540288 140423697538064 140423747032789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10968] ppid=10961 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/10963/task/10968/stat : 10968 (java) S 10961 10961 7708 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151915201 26628161536 11422 33554432000 4194304 4196468 140732039540288 140423696485520 140423747032789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10969] ppid=10961 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/10963/task/10969/stat : 10969 (java) S 10961 10961 7708 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151915201 26628161536 11422 33554432000 4194304 4196468 140732039540288 140423695431952 140423747032789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10970] ppid=10961 vsize=26004064 memory=140478179799983 CPUtime=0 cores=0-7
/proc/10963/task/10970/stat : 10970 (java) S 10961 10961 7708 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151915201 26628161536 11422 33554432000 4194304 4196468 140732039540288 140423694379408 140423747032789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10971] ppid=10961 vsize=26004064 memory=140478179802288 CPUtime=0 cores=0-7
/proc/10963/task/10971/stat : 10971 (java) S 10961 10961 7708 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151915201 26628161536 11422 33554432000 4194304 4196468 140732039540288 140423693326864 140423747032789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10972] ppid=10961 vsize=26004064 memory=140478179804592 CPUtime=0 cores=0-7
/proc/10963/task/10972/stat : 10972 (java) S 10961 10961 7708 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151915201 26628161536 11422 33554432000 4194304 4196468 140732039540288 140423692274320 140423747032789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10973] ppid=10961 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/10963/task/10973/stat : 10973 (java) S 10961 10961 7708 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151915202 26628161536 11422 33554432000 4194304 4196468 140732039540288 140422489111024 140423747033730 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10974] ppid=10961 vsize=26004064 memory=280956359616144 CPUtime=0 cores=0-7
/proc/10963/task/10974/stat : 10974 (java) S 10961 10961 7708 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 151915202 26628161536 11422 33554432000 4194304 4196468 140732039540288 140422488057248 140423747032789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10975] ppid=10961 vsize=26004064 memory=280956359623056 CPUtime=0 cores=0-7
/proc/10963/task/10975/stat : 10975 (java) S 10961 10961 7708 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 151915203 26628161536 11422 33554432000 4194304 4196468 140732039540288 140422487004656 140423747032789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10976] ppid=10961 vsize=26004064 memory=280956359564336 CPUtime=0 cores=0-7
/proc/10963/task/10976/stat : 10976 (java) S 10961 10961 7708 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151915205 26628161536 11422 33554432000 4194304 4196468 140732039540288 140422485953232 140423747041179 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10977] ppid=10961 vsize=26004064 memory=280956359636880 CPUtime=0.01 cores=0-7
/proc/10963/task/10977/stat : 10977 (java) S 10961 10961 7708 0 -1 1077944384 326 0 0 0 1 0 0 0 20 0 20 0 151915205 26628161536 11422 33554432000 4194304 4196468 140732039540288 140422484899824 140423747033730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10978] ppid=10961 vsize=26004064 memory=280956359643792 CPUtime=0.02 cores=0-7
/proc/10963/task/10978/stat : 10978 (java) R 10961 10961 7708 0 -1 4202560 275 0 0 0 2 0 0 0 20 0 20 0 151915205 26628161536 11422 33554432000 4194304 4196468 140732039540288 140422483847280 140423730992368 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10979] ppid=10961 vsize=26004064 memory=280956359641488 CPUtime=0.02 cores=0-7
/proc/10963/task/10979/stat : 10979 (java) R 10961 10961 7708 0 -1 4202560 267 0 0 0 2 0 0 0 20 0 20 0 151915205 26628161536 11422 33554432000 4194304 4196468 140732039540288 140422482794736 140423731927800 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10980] ppid=10961 vsize=26004064 memory=280956359657648 CPUtime=0.12 cores=0-7
/proc/10963/task/10980/stat : 10980 (java) S 10961 10961 7708 0 -1 1077944384 880 0 0 0 12 0 0 0 20 0 20 0 151915205 26628161536 11422 33554432000 4194304 4196468 140732039540288 140422481742192 140423747033730 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10981] ppid=10961 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/10963/task/10981/stat : 10981 (java) S 10961 10961 7708 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151915205 26628161536 11422 33554432000 4194304 4196468 140732039540288 140422480689888 140423747032789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10982] ppid=10961 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/10963/task/10982/stat : 10982 (java) S 10961 10961 7708 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151915205 26628161536 11422 33554432000 4194304 4196468 140732039540288 140422412233648 140423747033730 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 47072 KiB

[startup+0.700899 s]
/proc/loadavg: 8.06 6.87 7.04 9/200 10982
/proc/meminfo: memFree=24308460/32770624 swapFree=67108860/67108860
[pid=10961] ppid=10958 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/10961/stat : 10961 (xcsp3-exec) S 10958 10961 7708 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 151915199 9740288 346 33554432000 4194304 5098028 140720407602592 140720407600696 139984463094396 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24461312 140720407606378 140720407606588 140720407606588 140720407609323 0
/proc/10961/statm: 2378 346 289 221 0 87 0
[pid=10963] ppid=10961 vsize=26004140 memory=480480 CPUtime=1.23 cores=0-7
/proc/10963/stat : 10963 (java) S 10961 10961 7708 0 -1 1077944320 10237 0 0 0 96 27 0 0 20 0 20 0 151915199 26628239360 120120 33554432000 4194304 4196468 140732039540288 140732039522832 140423747022583 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
/proc/10963/statm: 6501035 120120 3161 1 0 6488269 0
[pid=10963/tid=10964] ppid=10961 vsize=26004140 memory=280956360015536 CPUtime=0.62 cores=0-7
/proc/10963/task/10964/stat : 10964 (java) R 10961 10961 7708 0 -1 4202560 6463 0 0 0 54 8 0 0 20 0 20 0 151915200 26628239360 120120 33554432000 4194304 4196468 140732039540288 140423751259440 140423368876830 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10965] ppid=10961 vsize=26004140 memory=140478180008816 CPUtime=0.04 cores=0-7
/proc/10963/task/10965/stat : 10965 (java) S 10961 10961 7708 0 -1 1077944384 59 0 0 0 2 2 0 0 20 0 20 0 151915201 26628239360 120120 33554432000 4194304 4196468 140732039540288 140423699643152 140423747032789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10966] ppid=10961 vsize=26004140 memory=0 CPUtime=0.03 cores=0-7
/proc/10963/task/10966/stat : 10966 (java) S 10961 10961 7708 0 -1 1077944384 50 0 0 0 1 2 0 0 20 0 20 0 151915201 26628239360 120120 33554432000 4194304 4196468 140732039540288 140423698590608 140423747032789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10967] ppid=10961 vsize=26004140 memory=1200 CPUtime=0.01 cores=0-7
/proc/10963/task/10967/stat : 10967 (java) S 10961 10961 7708 0 -1 1077944384 31 0 0 0 0 1 0 0 20 0 20 0 151915201 26628239360 120120 33554432000 4194304 4196468 140732039540288 140423697538064 140423747032789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0

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

[pid=10961] ppid=10958 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/10961/stat : 10961 (xcsp3-exec) S 10958 10961 7708 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 151915199 9740288 346 33554432000 4194304 5098028 140720407602592 140720407600696 139984463094396 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24461312 140720407606378 140720407606588 140720407606588 140720407609323 0
/proc/10961/statm: 2378 346 289 221 0 87 0
[pid=10963] ppid=10961 vsize=26006188 memory=22795880 CPUtime=403.84 cores=0-7
/proc/10963/stat : 10963 (java) S 10961 10961 7708 0 -1 1077944320 418950 0 0 0 36418 3966 0 0 20 0 20 0 151915199 26630336512 5698970 33554432000 4194304 4196468 140732039540288 140732039522832 140423747022583 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
/proc/10963/statm: 6501547 5698970 3257 1 0 6488781 0
[pid=10963/tid=10964] ppid=10961 vsize=26006188 memory=21400696 CPUtime=180.97 cores=0-7
/proc/10963/task/10964/stat : 10964 (java) S 10961 10961 7708 0 -1 1077944384 32437 0 0 0 18044 53 0 0 20 0 20 0 151915200 26630336512 5698970 33554432000 4194304 4196468 140732039540288 140423751260784 140423747032789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10965] ppid=10961 vsize=26006188 memory=792 CPUtime=26.76 cores=0-7
/proc/10963/task/10965/stat : 10965 (java) R 10961 10961 7708 0 -1 4202560 28923 0 0 0 2225 451 0 0 20 0 20 0 151915201 26630336512 5698970 33554432000 4194304 4196468 140732039540288 140423699642960 140423739650791 0 4 0 16800975 0 0 0 -1 4 0 0 8 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10966] ppid=10961 vsize=26006188 memory=10096 CPUtime=26.84 cores=0-7
/proc/10963/task/10966/stat : 10966 (java) R 10961 10961 7708 0 -1 4202560 35058 0 0 0 2177 507 0 0 20 0 20 0 151915201 26630336512 5698970 33554432000 4194304 4196468 140732039540288 140423698590416 140423739650791 0 4 0 16800975 0 0 0 -1 2 0 0 7 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10967] ppid=10961 vsize=26006188 memory=42308 CPUtime=26.73 cores=0-7
/proc/10963/task/10967/stat : 10967 (java) R 10961 10961 7708 0 -1 4202560 40723 0 0 0 2225 448 0 0 20 0 20 0 151915201 26630336512 5698970 33554432000 4194304 4196468 140732039540288 140423697537872 140423739650791 0 4 0 16800975 0 0 0 -1 3 0 0 8 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10968] ppid=10961 vsize=26006188 memory=1292 CPUtime=26.72 cores=0-7
/proc/10963/task/10968/stat : 10968 (java) R 10961 10961 7708 0 -1 4202560 31590 0 0 0 2171 501 0 0 20 0 20 0 151915201 26630336512 5698970 33554432000 4194304 4196468 140732039540288 140423696485640 140423739650791 0 4 0 16800975 0 0 0 -1 7 0 0 8 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10969] ppid=10961 vsize=26006188 memory=2428 CPUtime=26.86 cores=0-7
/proc/10963/task/10969/stat : 10969 (java) R 10961 10961 7708 0 -1 4202560 28899 0 0 0 2216 470 0 0 20 0 20 0 151915201 26630336512 5698970 33554432000 4194304 4196468 140732039540288 140423695431760 140423739650791 0 4 0 16800975 0 0 0 -1 6 0 0 7 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10970] ppid=10961 vsize=26006188 memory=1384 CPUtime=26.77 cores=0-7
/proc/10963/task/10970/stat : 10970 (java) R 10961 10961 7708 0 -1 4202560 42477 0 0 0 2172 505 0 0 20 0 20 0 151915201 26630336512 5698970 33554432000 4194304 4196468 140732039540288 140423694379216 140423739650791 0 4 0 16800975 0 0 0 -1 0 0 0 9 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10971] ppid=10961 vsize=26006188 memory=1384 CPUtime=26.84 cores=0-7
/proc/10963/task/10971/stat : 10971 (java) S 10961 10961 7708 0 -1 1077944384 61651 0 0 0 2184 500 0 0 20 0 20 0 151915201 26630336512 5698970 33554432000 4194304 4196468 140732039540288 140423693326672 140423747033730 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 6 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10972] ppid=10961 vsize=26006188 memory=1384 CPUtime=26.87 cores=0-7
/proc/10963/task/10972/stat : 10972 (java) R 10961 10961 7708 0 -1 4202560 53402 0 0 0 2182 505 0 0 20 0 20 0 151915201 26630336512 5698970 33554432000 4194304 4196468 140732039540288 140423692274440 140423740125569 0 4 0 16800975 0 0 0 -1 1 0 0 6 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10973] ppid=10961 vsize=26006188 memory=21400696 CPUtime=6.31 cores=0-7
/proc/10963/task/10973/stat : 10973 (java) S 10961 10961 7708 0 -1 1077944384 46187 0 0 0 617 14 0 0 20 0 20 0 151915202 26630336512 5698970 33554432000 4194304 4196468 140732039540288 140422489109584 140423747032789 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10974] ppid=10961 vsize=26006188 memory=4144 CPUtime=0 cores=0-7
/proc/10963/task/10974/stat : 10974 (java) S 10961 10961 7708 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 20 0 151915202 26630336512 5698970 33554432000 4194304 4196468 140732039540288 140422488057312 140423747032789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10975] ppid=10961 vsize=26006188 memory=1384 CPUtime=0 cores=0-7
/proc/10963/task/10975/stat : 10975 (java) S 10961 10961 7708 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 20 0 151915203 26630336512 5698970 33554432000 4194304 4196468 140732039540288 140422487004672 140423747032789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10976] ppid=10961 vsize=26006188 memory=1384 CPUtime=0 cores=0-7
/proc/10963/task/10976/stat : 10976 (java) S 10961 10961 7708 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151915205 26630336512 5698970 33554432000 4194304 4196468 140732039540288 140422485953232 140423747041179 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10977] ppid=10961 vsize=26006188 memory=22704420 CPUtime=0.48 cores=0-7
/proc/10963/task/10977/stat : 10977 (java) S 10961 10961 7708 0 -1 1077944384 3435 0 0 0 48 0 0 0 20 0 20 0 151915205 26630336512 5698970 33554432000 4194304 4196468 140732039540288 140422484899584 140423747032789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10978] ppid=10961 vsize=26006188 memory=4144 CPUtime=0.57 cores=0-7
/proc/10963/task/10978/stat : 10978 (java) S 10961 10961 7708 0 -1 1077944384 3445 0 0 0 56 1 0 0 20 0 20 0 151915205 26630336512 5698970 33554432000 4194304 4196468 140732039540288 140422483847328 140423747032789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10979] ppid=10961 vsize=26006188 memory=6791534058613427641 CPUtime=0.54 cores=0-7
/proc/10963/task/10979/stat : 10979 (java) S 10961 10961 7708 0 -1 1077944384 4418 0 0 0 54 0 0 0 20 0 20 0 151915205 26630336512 5698970 33554432000 4194304 4196468 140732039540288 140422482794784 140423747032789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10980] ppid=10961 vsize=26006188 memory=792 CPUtime=0.35 cores=0-7
/proc/10963/task/10980/stat : 10980 (java) S 10961 10961 7708 0 -1 1077944384 4011 0 0 0 34 1 0 0 20 0 20 0 151915205 26630336512 5698970 33554432000 4194304 4196468 140732039540288 140422481742240 140423747032789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10981] ppid=10961 vsize=26006188 memory=10096 CPUtime=0 cores=0-7
/proc/10963/task/10981/stat : 10981 (java) S 10961 10961 7708 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151915205 26630336512 5698970 33554432000 4194304 4196468 140732039540288 140422480689888 140423747032789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10982] ppid=10961 vsize=26006188 memory=1224 CPUtime=0.09 cores=0-7
/proc/10963/task/10982/stat : 10982 (java) S 10961 10961 7708 0 -1 1077944384 923 0 0 0 5 4 0 0 20 0 20 0 151915205 26630336512 5698970 33554432000 4194304 4196468 140732039540288 140422412233648 140423747033730 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
Current children cumulated CPU time: 403.84 s
Current children cumulated vsize: 26015700 KiB
Current children cumulated memory: 22797264 KiB

[startup+215.201 s]
/proc/loadavg: 2.16 4.20 5.92 2/199 10983
/proc/meminfo: memFree=1753328/32770624 swapFree=67108860/67108860
[pid=10961] ppid=10958 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/10961/stat : 10961 (xcsp3-exec) S 10958 10961 7708 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 151915199 9740288 346 33554432000 4194304 5098028 140720407602592 140720407600696 139984463094396 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24461312 140720407606378 140720407606588 140720407606588 140720407609323 0
/proc/10961/statm: 2378 346 289 221 0 87 0
[pid=10963] ppid=10961 vsize=26006188 memory=22795908 CPUtime=405.28 cores=0-7
/proc/10963/stat : 10963 (java) S 10961 10961 7708 0 -1 1077944320 421752 0 0 0 36561 3967 0 0 20 0 20 0 151915199 26630336512 5698977 33554432000 4194304 4196468 140732039540288 140732039522832 140423747022583 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
/proc/10963/statm: 6501547 5698977 3257 1 0 6488781 0
[pid=10963/tid=10964] ppid=10961 vsize=26006188 memory=10096 CPUtime=180.97 cores=0-7
/proc/10963/task/10964/stat : 10964 (java) S 10961 10961 7708 0 -1 1077944384 32437 0 0 0 18044 53 0 0 20 0 20 0 151915200 26630336512 5698977 33554432000 4194304 4196468 140732039540288 140423751260784 140423747032789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10965] ppid=10961 vsize=26006188 memory=1224 CPUtime=26.85 cores=0-7
/proc/10963/task/10965/stat : 10965 (java) S 10961 10961 7708 0 -1 1077944384 28923 0 0 0 2234 451 0 0 20 0 20 0 151915201 26630336512 5698977 33554432000 4194304 4196468 140732039540288 140423699643152 140423747032789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 8 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10966] ppid=10961 vsize=26006188 memory=5784 CPUtime=26.93 cores=0-7
/proc/10963/task/10966/stat : 10966 (java) S 10961 10961 7708 0 -1 1077944384 35058 0 0 0 2186 507 0 0 20 0 20 0 151915201 26630336512 5698977 33554432000 4194304 4196468 140732039540288 140423698590608 140423747032789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 7 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10967] ppid=10961 vsize=26006188 memory=1720 CPUtime=26.82 cores=0-7
/proc/10963/task/10967/stat : 10967 (java) S 10961 10961 7708 0 -1 1077944384 40723 0 0 0 2234 448 0 0 20 0 20 0 151915201 26630336512 5698977 33554432000 4194304 4196468 140732039540288 140423697538064 140423747032789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 8 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10968] ppid=10961 vsize=26006188 memory=4612 CPUtime=26.81 cores=0-7
/proc/10963/task/10968/stat : 10968 (java) S 10961 10961 7708 0 -1 1077944384 31590 0 0 0 2180 501 0 0 20 0 20 0 151915201 26630336512 5698977 33554432000 4194304 4196468 140732039540288 140423696485520 140423747032789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 8 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10969] ppid=10961 vsize=26006188 memory=1008 CPUtime=26.95 cores=0-7
/proc/10963/task/10969/stat : 10969 (java) S 10961 10961 7708 0 -1 1077944384 28899 0 0 0 2225 470 0 0 20 0 20 0 151915201 26630336512 5698977 33554432000 4194304 4196468 140732039540288 140423695431952 140423747032789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 7 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10970] ppid=10961 vsize=26006188 memory=1944 CPUtime=26.86 cores=0-7
/proc/10963/task/10970/stat : 10970 (java) S 10961 10961 7708 0 -1 1077944384 42477 0 0 0 2181 505 0 0 20 0 20 0 151915201 26630336512 5698977 33554432000 4194304 4196468 140732039540288 140423694379408 140423747032789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 9 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10971] ppid=10961 vsize=26006188 memory=1200 CPUtime=26.93 cores=0-7
/proc/10963/task/10971/stat : 10971 (java) S 10961 10961 7708 0 -1 1077944384 61651 0 0 0 2193 500 0 0 20 0 20 0 151915201 26630336512 5698977 33554432000 4194304 4196468 140732039540288 140423693326864 140423747032789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 6 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10972] ppid=10961 vsize=26006188 memory=1424 CPUtime=26.96 cores=0-7
/proc/10963/task/10972/stat : 10972 (java) S 10961 10961 7708 0 -1 1077944384 53402 0 0 0 2191 505 0 0 20 0 20 0 151915201 26630336512 5698977 33554432000 4194304 4196468 140732039540288 140423692274320 140423747032789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 6 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10973] ppid=10961 vsize=26006188 memory=1720 CPUtime=7.01 cores=0-7
/proc/10963/task/10973/stat : 10973 (java) R 10961 10961 7708 0 -1 4202560 48989 0 0 0 687 14 0 0 20 0 20 0 151915202 26630336512 5698977 33554432000 4194304 4196468 140732039540288 140422489109472 140423732018950 0 0 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10974] ppid=10961 vsize=26006188 memory=4612 CPUtime=0 cores=0-7
/proc/10963/task/10974/stat : 10974 (java) S 10961 10961 7708 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 20 0 151915202 26630336512 5698977 33554432000 4194304 4196468 140732039540288 140422488057312 140423747032789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10975] ppid=10961 vsize=26006188 memory=1008 CPUtime=0 cores=0-7
/proc/10963/task/10975/stat : 10975 (java) S 10961 10961 7708 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 20 0 151915203 26630336512 5698977 33554432000 4194304 4196468 140732039540288 140422487004672 140423747032789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10976] ppid=10961 vsize=26006188 memory=1944 CPUtime=0 cores=0-7
/proc/10963/task/10976/stat : 10976 (java) S 10961 10961 7708 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151915205 26630336512 5698977 33554432000 4194304 4196468 140732039540288 140422485953232 140423747041179 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10977] ppid=10961 vsize=26006188 memory=1200 CPUtime=0.48 cores=0-7
/proc/10963/task/10977/stat : 10977 (java) S 10961 10961 7708 0 -1 1077944384 3435 0 0 0 48 0 0 0 20 0 20 0 151915205 26630336512 5698977 33554432000 4194304 4196468 140732039540288 140422484899584 140423747032789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10978] ppid=10961 vsize=26006188 memory=0 CPUtime=0.57 cores=0-7
/proc/10963/task/10978/stat : 10978 (java) S 10961 10961 7708 0 -1 1077944384 3445 0 0 0 56 1 0 0 20 0 20 0 151915205 26630336512 5698977 33554432000 4194304 4196468 140732039540288 140422483847328 140423747032789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10979] ppid=10961 vsize=26006188 memory=920 CPUtime=0.54 cores=0-7
/proc/10963/task/10979/stat : 10979 (java) S 10961 10961 7708 0 -1 1077944384 4418 0 0 0 54 0 0 0 20 0 20 0 151915205 26630336512 5698977 33554432000 4194304 4196468 140732039540288 140422482794784 140423747032789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10980] ppid=10961 vsize=26006188 memory=4116 CPUtime=0.35 cores=0-7
/proc/10963/task/10980/stat : 10980 (java) S 10961 10961 7708 0 -1 1077944384 4011 0 0 0 34 1 0 0 20 0 20 0 151915205 26630336512 5698977 33554432000 4194304 4196468 140732039540288 140422481742240 140423747032789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10981] ppid=10961 vsize=26006188 memory=4144 CPUtime=0 cores=0-7
/proc/10963/task/10981/stat : 10981 (java) S 10961 10961 7708 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151915205 26630336512 5698977 33554432000 4194304 4196468 140732039540288 140422480689888 140423747032789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10982] ppid=10961 vsize=26006188 memory=42308 CPUtime=0.09 cores=0-7
/proc/10963/task/10982/stat : 10982 (java) S 10961 10961 7708 0 -1 1077944384 923 0 0 0 5 4 0 0 20 0 20 0 151915205 26630336512 5698977 33554432000 4194304 4196468 140732039540288 140422412233648 140423747033730 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
Current children cumulated CPU time: 405.28 s
Current children cumulated vsize: 26015700 KiB
Current children cumulated memory: 22797292 KiB

[startup+215.401 s]
/proc/loadavg: 2.16 4.20 5.92 2/199 10983
/proc/meminfo: memFree=1753328/32770624 swapFree=67108860/67108860
[pid=10961] ppid=10958 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/10961/stat : 10961 (xcsp3-exec) S 10958 10961 7708 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 151915199 9740288 346 33554432000 4194304 5098028 140720407602592 140720407600696 139984463094396 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24461312 140720407606378 140720407606588 140720407606588 140720407609323 0
/proc/10961/statm: 2378 346 289 221 0 87 0
[pid=10963] ppid=10961 vsize=26006188 memory=22801932 CPUtime=405.47 cores=0-7
/proc/10963/stat : 10963 (java) S 10961 10961 7708 0 -1 1077944320 423314 0 0 0 36580 3967 0 0 20 0 20 0 151915199 26630336512 5700483 33554432000 4194304 4196468 140732039540288 140732039522832 140423747022583 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
/proc/10963/statm: 6501547 5700483 3257 1 0 6488781 0
[pid=10963/tid=10964] ppid=10961 vsize=26006188 memory=1728 CPUtime=180.97 cores=0-7
/proc/10963/task/10964/stat : 10964 (java) S 10961 10961 7708 0 -1 1077944384 32437 0 0 0 18044 53 0 0 20 0 20 0 151915200 26630336512 5700483 33554432000 4194304 4196468 140732039540288 140423751260784 140423747032789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10965] ppid=10961 vsize=26006188 memory=792 CPUtime=26.85 cores=0-7
/proc/10963/task/10965/stat : 10965 (java) S 10961 10961 7708 0 -1 1077944384 28923 0 0 0 2234 451 0 0 20 0 20 0 151915201 26630336512 5700483 33554432000 4194304 4196468 140732039540288 140423699643152 140423747032789 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 8 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10966] ppid=10961 vsize=26006188 memory=10096 CPUtime=26.93 cores=0-7
/proc/10963/task/10966/stat : 10966 (java) S 10961 10961 7708 0 -1 1077944384 35058 0 0 0 2186 507 0 0 20 0 20 0 151915201 26630336512 5700483 33554432000 4194304 4196468 140732039540288 140423698590608 140423747032789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 7 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10967] ppid=10961 vsize=26006188 memory=1224 CPUtime=26.82 cores=0-7
/proc/10963/task/10967/stat : 10967 (java) S 10961 10961 7708 0 -1 1077944384 40723 0 0 0 2234 448 0 0 20 0 20 0 151915201 26630336512 5700483 33554432000 4194304 4196468 140732039540288 140423697538064 140423747032789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 8 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10968] ppid=10961 vsize=26006188 memory=5784 CPUtime=26.81 cores=0-7
/proc/10963/task/10968/stat : 10968 (java) S 10961 10961 7708 0 -1 1077944384 31590 0 0 0 2180 501 0 0 20 0 20 0 151915201 26630336512 5700483 33554432000 4194304 4196468 140732039540288 140423696485520 140423747032789 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 8 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10969] ppid=10961 vsize=26006188 memory=1720 CPUtime=26.95 cores=0-7
/proc/10963/task/10969/stat : 10969 (java) S 10961 10961 7708 0 -1 1077944384 28899 0 0 0 2225 470 0 0 20 0 20 0 151915201 26630336512 5700483 33554432000 4194304 4196468 140732039540288 140423695431952 140423747032789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 7 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10970] ppid=10961 vsize=26006188 memory=2428 CPUtime=26.86 cores=0-7
/proc/10963/task/10970/stat : 10970 (java) S 10961 10961 7708 0 -1 1077944384 42477 0 0 0 2181 505 0 0 20 0 20 0 151915201 26630336512 5700483 33554432000 4194304 4196468 140732039540288 140423694379408 140423747032789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 9 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10971] ppid=10961 vsize=26006188 memory=932 CPUtime=26.93 cores=0-7
/proc/10963/task/10971/stat : 10971 (java) S 10961 10961 7708 0 -1 1077944384 61651 0 0 0 2193 500 0 0 20 0 20 0 151915201 26630336512 5700483 33554432000 4194304 4196468 140732039540288 140423693326864 140423747032789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 6 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10972] ppid=10961 vsize=26006188 memory=1580 CPUtime=26.96 cores=0-7
/proc/10963/task/10972/stat : 10972 (java) S 10961 10961 7708 0 -1 1077944384 53402 0 0 0 2191 505 0 0 20 0 20 0 151915201 26630336512 5700483 33554432000 4194304 4196468 140732039540288 140423692274320 140423747032789 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 6 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10973] ppid=10961 vsize=26006188 memory=2244 CPUtime=7.21 cores=0-7
/proc/10963/task/10973/stat : 10973 (java) R 10961 10961 7708 0 -1 4202560 50551 0 0 0 707 14 0 0 20 0 20 0 151915202 26630336512 5700483 33554432000 4194304 4196468 140732039540288 140422489109472 140423725392758 0 0 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10974] ppid=10961 vsize=26006188 memory=4132 CPUtime=0 cores=0-7
/proc/10963/task/10974/stat : 10974 (java) S 10961 10961 7708 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 20 0 151915202 26630336512 5700483 33554432000 4194304 4196468 140732039540288 140422488057312 140423747032789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10975] ppid=10961 vsize=26006188 memory=2204 CPUtime=0 cores=0-7
/proc/10963/task/10975/stat : 10975 (java) S 10961 10961 7708 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 20 0 151915203 26630336512 5700483 33554432000 4194304 4196468 140732039540288 140422487004672 140423747032789 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10976] ppid=10961 vsize=26006188 memory=7792 CPUtime=0 cores=0-7
/proc/10963/task/10976/stat : 10976 (java) S 10961 10961 7708 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151915205 26630336512 5700483 33554432000 4194304 4196468 140732039540288 140422485953232 140423747041179 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10977] ppid=10961 vsize=26006188 memory=844 CPUtime=0.48 cores=0-7
/proc/10963/task/10977/stat : 10977 (java) S 10961 10961 7708 0 -1 1077944384 3435 0 0 0 48 0 0 0 20 0 20 0 151915205 26630336512 5700483 33554432000 4194304 4196468 140732039540288 140422484899584 140423747032789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10978] ppid=10961 vsize=26006188 memory=1696 CPUtime=0.57 cores=0-7
/proc/10963/task/10978/stat : 10978 (java) S 10961 10961 7708 0 -1 1077944384 3445 0 0 0 56 1 0 0 20 0 20 0 151915205 26630336512 5700483 33554432000 4194304 4196468 140732039540288 140422483847328 140423747032789 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10979] ppid=10961 vsize=26006188 memory=920 CPUtime=0.54 cores=0-7
/proc/10963/task/10979/stat : 10979 (java) S 10961 10961 7708 0 -1 1077944384 4418 0 0 0 54 0 0 0 20 0 20 0 151915205 26630336512 5700483 33554432000 4194304 4196468 140732039540288 140422482794784 140423747032789 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10980] ppid=10961 vsize=26006188 memory=4116 CPUtime=0.35 cores=0-7
/proc/10963/task/10980/stat : 10980 (java) S 10961 10961 7708 0 -1 1077944384 4011 0 0 0 34 1 0 0 20 0 20 0 151915205 26630336512 5700483 33554432000 4194304 4196468 140732039540288 140422481742240 140423747032789 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10981] ppid=10961 vsize=26006188 memory=1160 CPUtime=0 cores=0-7
/proc/10963/task/10981/stat : 10981 (java) S 10961 10961 7708 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151915205 26630336512 5700483 33554432000 4194304 4196468 140732039540288 140422480689888 140423747032789 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
[pid=10963/tid=10982] ppid=10961 vsize=26006188 memory=3332 CPUtime=0.09 cores=0-7
/proc/10963/task/10982/stat : 10982 (java) S 10961 10961 7708 0 -1 1077944384 923 0 0 0 5 4 0 0 20 0 20 0 151915205 26630336512 5700483 33554432000 4194304 4196468 140732039540288 140422412233648 140423747033730 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11964416 140732039546008 140732039546184 140732039546184 140732039548879 0
Current children cumulated CPU time: 405.47 s
Current children cumulated vsize: 26015700 KiB
Current children cumulated memory: 22803316 KiB

[startup+215.501 s]
/proc/loadavg: 2.16 4.20 5.92 2/199 10983
/proc/meminfo: memFree=1753328/32770624 swapFree=67108860/67108860
[pid=10961] ppid=10958 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/10961/stat : 10961 (xcsp3-exec) S 10958 10961 7708 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 151915199 9740288 346 33554432000 4194304 5098028 140720407602592 140720407600696 139984463094396 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24461312 140720407606378 140720407606588 140720407606588 140720407609323 0
/proc/10961/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): 215.552
CPU time (s): 405.637
CPU user time (s): 365.851
CPU system time (s): 39.7868
CPU usage (%): 188.185
Max. virtual memory (cumulated for all children) (KiB): 26015700
Max. memory (cumulated for all children) (KiB): 22803316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 365.851
system time used= 39.7868
maximum resident set size= 22807508
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 425224
page faults= 0
swaps= 0
block input operations= 0
block output operations= 432
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14798
involuntary context switches= 3318


# summary of solver processes directly reported to runsolver:
#   pid: 10961
#   total CPU time (s): 405.637
#   total CPU user time (s): 365.851
#   total CPU system time (s): 39.7868

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.34151 second user time and 2.19785 second system time

The end

Launcher Data

Begin job on node151 at 2017-08-20 02:04:44
IDJOB=4281292
IDBENCH=138074
IDSOLVER=2676
FILE ID=node151/4281292-1503188344
RUNJOBID= node151-1503184165-7735
PBS_JOBID= 20630854
Free space on /tmp= 61732 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-4281292-1503188344/watcher-4281292-1503188344 -o /tmp/evaluation-result-4281292-1503188344/solver-4281292-1503188344 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node151-1503184165-7735 --watchdog 312  ./xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 22000 -tdir HOME -seed 1868269923 HOME/instance-4281292-1503188344.xml

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

MD5SUM BENCH= 67c04303171609b86978ceecc7dcafe8
RANDOM SEED=1868269923

node151.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	: 5332.95
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	: 5332.95
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	: 5332.95
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	: 5332.95
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:        24576424 kB
MemAvailable:   31973120 kB
Buffers:          327544 kB
Cached:          7359792 kB
SwapCached:            0 kB
Active:          1879200 kB
Inactive:        5861532 kB
Active(anon):      45176 kB
Inactive(anon):    44328 kB
Active(file):    1834024 kB
Inactive(file):  5817204 kB
Unevictable:        7576 kB
Mlocked:            7576 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             82952 kB
Writeback:            28 kB
AnonPages:         61932 kB
Mapped:            52012 kB
Shmem:             33416 kB
Slab:             149208 kB
SReclaimable:     122608 kB
SUnreclaim:        26600 kB
KernelStack:        3632 kB
PageTables:         5012 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     332764 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61724 MiB
End job on node151 at 2017-08-20 02:08:20