Trace number 4291479

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
OscaR - Hybrid 2018-07-02? 86.1214 38.3951

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-15-4-rom_c18.xml
MD5SUM11fd43c8e45d476b85885954fcb4d1ec
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark43
Best CPU time to get the best result obtained on this benchmark2520.1
Satisfiable
(Un)Satisfiability was proved
Number of variables585
Number of constraints120
Number of domains5
Minimum domain size2
Maximum domain size133790
Distribution of domain sizes[{"size":2,"count":30},{"size":16,"count":210},{"size":27,"count":225},{"size":133790,"count":120}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":150},{"degree":2,"count":210},{"degree":8,"count":225}]
Minimum constraint arity18
Maximum constraint arity19
Distribution of constraint arities[{"arity":18,"count":30},{"arity":19,"count":90}]
Number of extensional constraints120
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":120}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

0.68/0.55	c version: 2018-07-02
0.68/0.55	c seed: 2143830983
0.68/0.55	c timeout: 2400
0.68/0.55	c memlimit: 11000
0.68/0.55	c nbcore: 4
0.68/0.58	c Parsing instance...
85.20/38.10	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
85.20/38.10		at scala.collection.mutable.ArrayBuilder$ofLong.mkArray(ArrayBuilder.scala:388)
85.20/38.10		at scala.collection.mutable.ArrayBuilder$ofLong.resize(ArrayBuilder.scala:394)
85.20/38.10		at scala.collection.mutable.ArrayBuilder$ofLong.sizeHint(ArrayBuilder.scala:399)
85.20/38.10		at scala.Array$.fill(Array.scala:263)
85.20/38.10		at oscar.algo.reversible.ReversibleSparseBitSet$BitSet.<init>(ReversibleSparseBitSet.scala:94)
85.20/38.10		at oscar.cp.constraints.tables.TableCTStar.computeSupportsAndInitialFiltering(TableCTStar.scala:274)
85.20/38.10		at oscar.cp.constraints.tables.TableCTStar.setup(TableCTStar.scala:94)
85.20/38.10		at oscar.cp.core.CPStore.post(CPStore.scala:282)
85.20/38.10		at oscar.cp.core.CPSolver.$anonfun$add$1(CPSolver.scala:138)
85.20/38.10		at oscar.cp.core.CPSolver$$Lambda$196/1574749319.apply$mcV$sp(Unknown Source)
86.01/38.34		at oscar.algo.search.BranchingUtils.isInconsistent(BranchingUtils.scala:39)
86.01/38.34		at oscar.algo.search.BranchingUtils.isInconsistent$(BranchingUtils.scala:37)
86.01/38.34		at oscar.cp.package$.isInconsistent(package.scala:54)
86.01/38.34		at oscar.cp.core.CPSolver.add(CPSolver.scala:138)
86.01/38.34		at oscar.modeling.models.cp.CPModel.p(CPModel.scala:277)
86.01/38.34		at oscar.modeling.models.cp.CPModel.post(CPModel.scala:336)
86.01/38.34		at oscar.modeling.models.LeafModel.add(InstantiatedModel.scala:34)
86.01/38.34		at oscar.modeling.models.LeafModel.add$(InstantiatedModel.scala:34)
86.01/38.34		at oscar.modeling.models.InstantiatedModel.add(InstantiatedModel.scala:47)
86.01/38.34		at oscar.modeling.models.InstantiatedModel.$anonfun$new$1(InstantiatedModel.scala:54)
86.01/38.34		at oscar.modeling.models.InstantiatedModel.$anonfun$new$1$adapted(InstantiatedModel.scala:54)
86.01/38.34		at oscar.modeling.models.InstantiatedModel$$Lambda$192/1424698224.apply(Unknown Source)
86.01/38.34		at scala.collection.immutable.List.foreach(List.scala:389)
86.01/38.34		at oscar.modeling.models.InstantiatedModel.<init>(InstantiatedModel.scala:54)
86.01/38.34		at oscar.modeling.models.cp.CPModel.<init>(CPModel.scala:256)
86.01/38.34		at oscar.modeling.models.operators.CPInstantiate$.apply(CPInstantiate.scala:26)
86.01/38.34		at oscar.xcsp3.competition.solvers.HybridSolver$.runSolver(HybridSolver.scala:34)
86.01/38.34		at oscar.xcsp3.competition.CompetitionApp.delayedEndpoint$oscar$xcsp3$competition$CompetitionApp$1(CompetitionApp.scala:78)
86.01/38.34		at oscar.xcsp3.competition.CompetitionApp$delayedInit$body.apply(CompetitionApp.scala:53)
86.01/38.34		at scala.Function0.apply$mcV$sp(Function0.scala:34)
86.01/38.34		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
86.01/38.34		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
86.01/38.34	s UNKNOWN

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 (4716 MiB free)
  memory of node 1: 16384 MiB (10375 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4291479-1532244785/watcher-4291479-1532244785 -o /tmp/evaluation-result-4291479-1532244785/solver-4291479-1532244785 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532226016-29480 --watchdog 2560 java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 2143830983 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4291479-1532244785.xml 

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

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

solver pid=31546, runsolver pid=31543

[startup+0.100152 s]*
/proc/loadavg: 1.04 1.20 1.33 4/217 31561
/proc/meminfo: memFree=15435404/32770624 swapFree=67108860/67108860
[pid=31546] ppid=31543 vsize=14082740 memory=33548 CPUtime=0.11 cores=1,3,5,7
/proc/31546/stat : 31546 (java) S 31543 31546 29448 0 -1 1077944320 7335 0 0 0 10 1 0 0 20 0 15 0 42041877 14420725760 8387 33554432000 4194304 4196468 140732007609680 140732007592224 140135537856247 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
/proc/31546/statm: 3520685 8387 3140 1 0 3482761 0
[pid=31546/tid=31548] ppid=31543 vsize=14082740 memory=-8557575366716068222 CPUtime=0.09 cores=1,3,5,7
/proc/31546/task/31548/stat : 31548 (java) R 31543 31546 29448 0 -1 4202560 5398 0 0 0 8 1 0 0 20 0 15 0 42041877 14420725760 8387 33554432000 4194304 4196468 140732007609680 140135542051056 140135537878173 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31549] ppid=31543 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31546/task/31549/stat : 31549 (java) S 31543 31546 29448 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42041878 14420725760 8387 33554432000 4194304 4196468 140732007609680 140135467944848 140135537866453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31550] ppid=31543 vsize=14082740 memory=140290540689024 CPUtime=0 cores=1,3,5,7
/proc/31546/task/31550/stat : 31550 (java) S 31543 31546 29448 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42041878 14420725760 8387 33554432000 4194304 4196468 140732007609680 140135466892048 140135537866453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31551] ppid=31543 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31546/task/31551/stat : 31551 (java) S 31543 31546 29448 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42041878 14420725760 8387 33554432000 4194304 4196468 140732007609680 140135465839760 140135537866453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31552] ppid=31543 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31546/task/31552/stat : 31552 (java) S 31543 31546 29448 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42041878 14420725760 8387 33554432000 4194304 4196468 140732007609680 140135464786960 140135537866453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31553] ppid=31543 vsize=14082740 memory=140290540689024 CPUtime=0 cores=1,3,5,7
/proc/31546/task/31553/stat : 31553 (java) S 31543 31546 29448 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42041880 14420725760 8387 33554432000 4194304 4196468 140732007609680 140135011821680 140135537867394 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31554] ppid=31543 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31546/task/31554/stat : 31554 (java) S 31543 31546 29448 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 42041880 14420725760 8387 33554432000 4194304 4196468 140732007609680 140135010767648 140135537866453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31555] ppid=31543 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31546/task/31555/stat : 31555 (java) S 31543 31546 29448 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 42041880 14420725760 8387 33554432000 4194304 4196468 140732007609680 140135009715312 140135537866453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31556] ppid=31543 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31546/task/31556/stat : 31556 (java) S 31543 31546 29448 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42041883 14420725760 8387 33554432000 4194304 4196468 140732007609680 140135008663632 140135537874843 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31557] ppid=31543 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31546/task/31557/stat : 31557 (java) S 31543 31546 29448 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 15 0 42041883 14420725760 8387 33554432000 4194304 4196468 140732007609680 140135007611504 140135537867394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31558] ppid=31543 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31546/task/31558/stat : 31558 (java) S 31543 31546 29448 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42041883 14420725760 8387 33554432000 4194304 4196468 140732007609680 140135006558704 140135537867394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31559] ppid=31543 vsize=14082740 memory=140290540689024 CPUtime=0.01 cores=1,3,5,7
/proc/31546/task/31559/stat : 31559 (java) R 31543 31546 29448 0 -1 4202560 254 0 0 0 1 0 0 0 20 0 15 0 42041883 14420725760 8387 33554432000 4194304 4196468 140732007609680 140135005506416 140135530097637 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31560] ppid=31543 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31546/task/31560/stat : 31560 (java) S 31543 31546 29448 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42041883 14420725760 8387 33554432000 4194304 4196468 140732007609680 140135004453856 140135537866453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31561] ppid=31543 vsize=14082740 memory=140290540689024 CPUtime=0 cores=1,3,5,7
/proc/31546/task/31561/stat : 31561 (java) S 31543 31546 29448 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42041883 14420725760 8387 33554432000 4194304 4196468 140732007609680 140135003400624 140135537867394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 33548 KiB

[startup+0.212975 s]*
/proc/loadavg: 1.04 1.20 1.33 7/217 31561
/proc/meminfo: memFree=15420768/32770624 swapFree=67108860/67108860
[pid=31546] ppid=31543 vsize=14082740 memory=46920 CPUtime=0.31 cores=1,3,5,7
/proc/31546/stat : 31546 (java) S 31543 31546 29448 0 -1 1077944320 10372 0 0 0 29 2 0 0 20 0 15 0 42041877 14420725760 11730 33554432000 4194304 4196468 140732007609680 140732007592224 140135537856247 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
/proc/31546/statm: 3520685 11730 3376 1 0 3482761 0
[pid=31546/tid=31548] ppid=31543 vsize=14082740 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/31546/task/31548/stat : 31548 (java) R 31543 31546 29448 0 -1 4202560 8096 0 0 0 18 1 0 0 20 0 15 0 42041877 14420725760 11730 33554432000 4194304 4196468 140732007609680 140135542074624 140135530093374 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31549] ppid=31543 vsize=14082740 memory=342 CPUtime=0 cores=1,3,5,7
/proc/31546/task/31549/stat : 31549 (java) S 31543 31546 29448 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42041878 14420725760 11730 33554432000 4194304 4196468 140732007609680 140135467944848 140135537866453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31550] ppid=31543 vsize=14082740 memory=288370666692400768 CPUtime=0 cores=1,3,5,7
/proc/31546/task/31550/stat : 31550 (java) S 31543 31546 29448 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42041878 14420725760 11730 33554432000 4194304 4196468 140732007609680 140135466892048 140135537866453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31551] ppid=31543 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31546/task/31551/stat : 31551 (java) S 31543 31546 29448 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42041878 14420725760 11730 33554432000 4194304 4196468 140732007609680 140135465839760 140135537866453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31552] ppid=31543 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31546/task/31552/stat : 31552 (java) S 31543 31546 29448 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42041878 14420725760 11730 33554432000 4194304 4196468 140732007609680 140135464786960 140135537866453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31553] ppid=31543 vsize=14082740 memory=140290540689024 CPUtime=0 cores=1,3,5,7
/proc/31546/task/31553/stat : 31553 (java) S 31543 31546 29448 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 42041880 14420725760 11730 33554432000 4194304 4196468 140732007609680 140135011821680 140135537867394 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31554] ppid=31543 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31546/task/31554/stat : 31554 (java) S 31543 31546 29448 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 42041880 14420725760 11730 33554432000 4194304 4196468 140732007609680 140135010767648 140135537866453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31555] ppid=31543 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31546/task/31555/stat : 31555 (java) S 31543 31546 29448 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 42041880 14420725760 11730 33554432000 4194304 4196468 140732007609680 140135009715312 140135537866453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31556] ppid=31543 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31546/task/31556/stat : 31556 (java) S 31543 31546 29448 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42041883 14420725760 11730 33554432000 4194304 4196468 140732007609680 140135008663632 140135537874843 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31557] ppid=31543 vsize=14082740 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/31546/task/31557/stat : 31557 (java) S 31543 31546 29448 0 -1 1077944384 353 0 0 0 2 0 0 0 20 0 15 0 42041883 14420725760 11730 33554432000 4194304 4196468 140732007609680 140135007611504 140135537867394 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31558] ppid=31543 vsize=14082740 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/31546/task/31558/stat : 31558 (java) S 31543 31546 29448 0 -1 1077944384 257 0 0 0 2 0 0 0 20 0 15 0 42041883 14420725760 11730 33554432000 4194304 4196468 140732007609680 140135006558704 140135537867394 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31559] ppid=31543 vsize=14082740 memory=140290540689024 CPUtime=0.06 cores=1,3,5,7
/proc/31546/task/31559/stat : 31559 (java) R 31543 31546 29448 0 -1 4202560 284 0 0 0 6 0 0 0 20 0 15 0 42041883 14420725760 11730 33554432000 4194304 4196468 140732007609680 140135005506416 140135516448894 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31560] ppid=31543 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31546/task/31560/stat : 31560 (java) S 31543 31546 29448 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42041883 14420725760 11730 33554432000 4194304 4196468 140732007609680 140135004453856 140135537866453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31561] ppid=31543 vsize=14082740 memory=140290540689024 CPUtime=0 cores=1,3,5,7
/proc/31546/task/31561/stat : 31561 (java) S 31543 31546 29448 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42041883 14420725760 11730 33554432000 4194304 4196468 140732007609680 140135003400624 140135537867394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 46920 KiB

[startup+0.310793 s]*
/proc/loadavg: 1.04 1.20 1.33 3/217 31561
/proc/meminfo: memFree=15417356/32770624 swapFree=67108860/67108860
[pid=31546] ppid=31543 vsize=14082740 memory=50404 CPUtime=0.43 cores=1,3,5,7
/proc/31546/stat : 31546 (java) S 31543 31546 29448 0 -1 1077944320 10735 0 0 0 41 2 0 0 20 0 15 0 42041877 14420725760 12601 33554432000 4194304 4196468 140732007609680 140732007592224 140135537856247 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
/proc/31546/statm: 3520685 12601 3379 1 0 3482761 0
[pid=31546/tid=31548] ppid=31543 vsize=14082740 memory=7022364594140610616 CPUtime=0.3 cores=1,3,5,7
/proc/31546/task/31548/stat : 31548 (java) R 31543 31546 29448 0 -1 4202560 8441 0 0 0 28 2 0 0 20 0 15 0 42041877 14420725760 12601 33554432000 4194304 4196468 140732007609680 140135542077344 140135537870096 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31549] ppid=31543 vsize=14082740 memory=4294976237 CPUtime=0 cores=1,3,5,7
/proc/31546/task/31549/stat : 31549 (java) S 31543 31546 29448 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42041878 14420725760 12601 33554432000 4194304 4196468 140732007609680 140135467944848 140135537866453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31550] ppid=31543 vsize=14082740 memory=288370666692400768 CPUtime=0 cores=1,3,5,7
/proc/31546/task/31550/stat : 31550 (java) S 31543 31546 29448 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42041878 14420725760 12601 33554432000 4194304 4196468 140732007609680 140135466892048 140135537866453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31551] ppid=31543 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31546/task/31551/stat : 31551 (java) S 31543 31546 29448 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42041878 14420725760 12601 33554432000 4194304 4196468 140732007609680 140135465839760 140135537866453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31552] ppid=31543 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31546/task/31552/stat : 31552 (java) S 31543 31546 29448 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42041878 14420725760 12601 33554432000 4194304 4196468 140732007609680 140135464786960 140135537866453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31553] ppid=31543 vsize=14082740 memory=140290540689024 CPUtime=0 cores=1,3,5,7
/proc/31546/task/31553/stat : 31553 (java) S 31543 31546 29448 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 42041880 14420725760 12601 33554432000 4194304 4196468 140732007609680 140135011821680 140135537867394 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31554] ppid=31543 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31546/task/31554/stat : 31554 (java) S 31543 31546 29448 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 42041880 14420725760 12601 33554432000 4194304 4196468 140732007609680 140135010767648 140135537866453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31555] ppid=31543 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31546/task/31555/stat : 31555 (java) S 31543 31546 29448 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 42041880 14420725760 12601 33554432000 4194304 4196468 140732007609680 140135009715312 140135537866453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31556] ppid=31543 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31546/task/31556/stat : 31556 (java) S 31543 31546 29448 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42041883 14420725760 12601 33554432000 4194304 4196468 140732007609680 140135008663632 140135537874843 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31557] ppid=31543 vsize=14082740 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/31546/task/31557/stat : 31557 (java) S 31543 31546 29448 0 -1 1077944384 353 0 0 0 2 0 0 0 20 0 15 0 42041883 14420725760 12601 33554432000 4194304 4196468 140732007609680 140135007611504 140135537867394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31558] ppid=31543 vsize=14082740 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/31546/task/31558/stat : 31558 (java) S 31543 31546 29448 0 -1 1077944384 262 0 0 0 2 0 0 0 20 0 15 0 42041883 14420725760 12601 33554432000 4194304 4196468 140732007609680 140135006558704 140135537867394 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31559] ppid=31543 vsize=14082740 memory=140290540689024 CPUtime=0.08 cores=1,3,5,7
/proc/31546/task/31559/stat : 31559 (java) S 31543 31546 29448 0 -1 1077944384 296 0 0 0 8 0 0 0 20 0 15 0 42041883 14420725760 12601 33554432000 4194304 4196468 140732007609680 140135005506416 140135537867394 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31560] ppid=31543 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31546/task/31560/stat : 31560 (java) S 31543 31546 29448 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42041883 14420725760 12601 33554432000 4194304 4196468 140732007609680 140135004453856 140135537866453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31561] ppid=31543 vsize=14082740 memory=140290540689024 CPUtime=0 cores=1,3,5,7
/proc/31546/task/31561/stat : 31561 (java) S 31543 31546 29448 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42041883 14420725760 12601 33554432000 4194304 4196468 140732007609680 140135003400624 140135537867394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 50404 KiB

[startup+0.700724 s]
/proc/loadavg: 1.04 1.20 1.33 3/217 31561
/proc/meminfo: memFree=15393544/32770624 swapFree=67108860/67108860
[pid=31546] ppid=31543 vsize=14084808 memory=88964 CPUtime=0.99 cores=1,3,5,7
/proc/31546/stat : 31546 (java) S 31543 31546 29448 0 -1 1077944320 17591 0 0 0 96 3 0 0 20 0 15 0 42041877 14422843392 22241 33554432000 4194304 4196468 140732007609680 140732007592224 140135537856247 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
/proc/31546/statm: 3521202 22241 3486 1 0 3483273 0
[pid=31546/tid=31548] ppid=31543 vsize=14084808 memory=9516 CPUtime=0.67 cores=1,3,5,7
/proc/31546/task/31548/stat : 31548 (java) R 31543 31546 29448 0 -1 4202560 14874 0 0 0 64 3 0 0 20 0 15 0 42041877 14422843392 22241 33554432000 4194304 4196468 140732007609680 140135542080304 140135521936734 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31549] ppid=31543 vsize=14084808 memory=16444 CPUtime=0 cores=1,3,5,7
/proc/31546/task/31549/stat : 31549 (java) S 31543 31546 29448 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42041878 14422843392 22241 33554432000 4194304 4196468 140732007609680 140135467944848 140135537866453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31550] ppid=31543 vsize=14084808 memory=640 CPUtime=0 cores=1,3,5,7
/proc/31546/task/31550/stat : 31550 (java) S 31543 31546 29448 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42041878 14422843392 22241 33554432000 4194304 4196468 140732007609680 140135466892048 140135537866453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31551] ppid=31543 vsize=14084808 memory=1796 CPUtime=0 cores=1,3,5,7
/proc/31546/task/31551/stat : 31551 (java) S 31543 31546 29448 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42041878 14422843392 22241 33554432000 4194304 4196468 140732007609680 140135465839760 140135537866453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31552] ppid=31543 vsize=14084808 memory=960 CPUtime=0 cores=1,3,5,7
/proc/31546/task/31552/stat : 31552 (java) S 31543 31546 29448 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42041878 14422843392 22241 33554432000 4194304 4196468 140732007609680 140135464786960 140135537866453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31553] ppid=31543 vsize=14084808 memory=1240 CPUtime=0 cores=1,3,5,7
/proc/31546/task/31553/stat : 31553 (java) S 31543 31546 29448 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 42041880 14422843392 22241 33554432000 4194304 4196468 140732007609680 140135011821680 140135537867394 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31554] ppid=31543 vsize=14084808 memory=2340 CPUtime=0 cores=1,3,5,7
/proc/31546/task/31554/stat : 31554 (java) S 31543 31546 29448 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 42041880 14422843392 22241 33554432000 4194304 4196468 140732007609680 140135010767648 140135537866453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31555] ppid=31543 vsize=14084808 memory=2240 CPUtime=0 cores=1,3,5,7
/proc/31546/task/31555/stat : 31555 (java) S 31543 31546 29448 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 42041880 14422843392 22241 33554432000 4194304 4196468 140732007609680 140135009715312 140135537866453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31556] ppid=31543 vsize=14084808 memory=7086240636212695395 CPUtime=0 cores=1,3,5,7
/proc/31546/task/31556/stat : 31556 (java) S 31543 31546 29448 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42041883 14422843392 22241 33554432000 4194304 4196468 140732007609680 140135008663632 140135537874843 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31557] ppid=31543 vsize=14084808 memory=7881696724453321575 CPUtime=0.09 cores=1,3,5,7
/proc/31546/task/31557/stat : 31557 (java) S 31543 31546 29448 0 -1 1077944384 520 0 0 0 9 0 0 0 20 0 15 0 42041883 14422843392 22241 33554432000 4194304 4196468 140732007609680 140135007611504 140135537867394 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31558] ppid=31543 vsize=14084808 memory=7236547281622689387 CPUtime=0.06 cores=1,3,5,7
/proc/31546/task/31558/stat : 31558 (java) S 31543 31546 29448 0 -1 1077944384 407 0 0 0 6 0 0 0 20 0 15 0 42041883 14422843392 22241 33554432000 4194304 4196468 140732007609680 140135006558704 140135537867394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31559] ppid=31543 vsize=14084808 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/31546/task/31559/stat : 31559 (java) S 31543 31546 29448 0 -1 1077944384 409 0 0 0 15 0 0 0 20 0 15 0 42041883 14422843392 22241 33554432000 4194304 4196468 140732007609680 140135005506416 140135537867394 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31560] ppid=31543 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31546/task/31560/stat : 31560 (java) S 31543 31546 29448 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42041883 14422843392 22241 33554432000 4194304 4196468 140732007609680 140135004453856 140135537866453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31561] ppid=31543 vsize=14084808 memory=1224 CPUtime=0 cores=1,3,5,7
/proc/31546/task/31561/stat : 31561 (java) S 31543 31546 29448 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42041883 14422843392 22241 33554432000 4194304 4196468 140732007609680 140135003400624 140135537867394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084808 KiB
Current children cumulated memory: 88964 KiB

[startup+1.50092 s]
/proc/loadavg: 1.04 1.20 1.33 3/217 31561
/proc/meminfo: memFree=15156104/32770624 swapFree=67108860/67108860
[pid=31546] ppid=31543 vsize=14086856 memory=578168 CPUtime=2.77 cores=1,3,5,7
/proc/31546/stat : 31546 (java) S 31543 31546 29448 0 -1 1077944320 20779 0 0 0 231 46 0 0 20 0 15 0 42041877 14424940544 144542 33554432000 4194304 4196468 140732007609680 140732007592224 140135537856247 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
/proc/31546/statm: 3521714 144542 3561 1 0 3483785 0
[pid=31546/tid=31548] ppid=31543 vsize=14086856 memory=491104 CPUtime=1.27 cores=1,3,5,7
/proc/31546/task/31548/stat : 31548 (java) R 31543 31546 29448 0 -1 4202560 15288 0 0 0 117 10 0 0 20 0 15 0 42041877 14424940544 144542 33554432000 4194304 4196468 140732007609680 140135542088544 140135139227793 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31549] ppid=31543 vsize=14086856 memory=6791534058613427641 CPUtime=0.18 cores=1,3,5,7
/proc/31546/task/31549/stat : 31549 (java) S 31543 31546 29448 0 -1 1077944384 346 0 0 0 10 8 0 0 20 0 15 0 42041878 14424940544 144542 33554432000 4194304 4196468 140732007609680 140135467944848 140135537866453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31550] ppid=31543 vsize=14086856 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/31546/task/31550/stat : 31550 (java) S 31543 31546 29448 0 -1 1077944384 368 0 0 0 10 8 0 0 20 0 15 0 42041878 14424940544 144542 33554432000 4194304 4196468 140732007609680 140135466892048 140135537866453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31551] ppid=31543 vsize=14086856 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/31546/task/31551/stat : 31551 (java) S 31543 31546 29448 0 -1 1077944384 471 0 0 0 10 8 0 0 20 0 15 0 42041878 14424940544 144542 33554432000 4194304 4196468 140732007609680 140135465839760 140135537866453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31552] ppid=31543 vsize=14086856 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/31546/task/31552/stat : 31552 (java) S 31543 31546 29448 0 -1 1077944384 530 0 0 0 10 8 0 0 20 0 15 0 42041878 14424940544 144542 33554432000 4194304 4196468 140732007609680 140135464786960 140135537866453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31553] ppid=31543 vsize=14086856 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31546/task/31553/stat : 31553 (java) S 31543 31546 29448 0 -1 1077944384 336 0 0 0 0 0 0 0 20 0 15 0 42041880 14424940544 144542 33554432000 4194304 4196468 140732007609680 140135011821680 140135537867394 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0

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

[pid=31546/tid=31560] ppid=31543 vsize=14090952 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/31546/task/31560/stat : 31560 (java) S 31543 31546 29448 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42041883 14429134848 2941674 33554432000 4194304 4196468 140732007609680 140135004453856 140135537866453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31561] ppid=31543 vsize=14090952 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/31546/task/31561/stat : 31561 (java) S 31543 31546 29448 0 -1 1077944384 749 0 0 0 1 1 0 0 20 0 15 0 42041883 14429134848 2941674 33554432000 4194304 4196468 140732007609680 140135003400624 140135537867394 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
Current children cumulated CPU time: 80.95 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 11766696 KiB

[startup+37.6008 s]
/proc/loadavg: 2.20 1.45 1.41 6/217 31561
/proc/meminfo: memFree=3717184/32770624 swapFree=67108860/67108860
[pid=31546] ppid=31543 vsize=14090952 memory=11766844 CPUtime=84.04 cores=1,3,5,7
/proc/31546/stat : 31546 (java) S 31543 31546 29448 0 -1 1077944320 270150 0 0 0 7280 1124 0 0 20 0 15 0 42041877 14429134848 2941711 33554432000 4194304 4196468 140732007609680 140732007592224 140135537856247 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
/proc/31546/statm: 3522738 2941711 3592 1 0 3484809 0
[pid=31546/tid=31548] ppid=31543 vsize=14090952 memory=14396 CPUtime=21.54 cores=1,3,5,7
/proc/31546/task/31548/stat : 31548 (java) S 31543 31546 29448 0 -1 1077944384 62706 0 0 0 2136 18 0 0 20 0 15 0 42041877 14429134848 2941711 33554432000 4194304 4196468 140732007609680 140135542091552 140135537866453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31549] ppid=31543 vsize=14090952 memory=1296 CPUtime=14.64 cores=1,3,5,7
/proc/31546/task/31549/stat : 31549 (java) S 31543 31546 29448 0 -1 1077944384 43269 0 0 0 1184 280 0 0 20 0 15 0 42041878 14429134848 2941711 33554432000 4194304 4196468 140732007609680 140135467944848 140135537866453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31550] ppid=31543 vsize=14090952 memory=2340 CPUtime=14.78 cores=1,3,5,7
/proc/31546/task/31550/stat : 31550 (java) S 31543 31546 29448 0 -1 1077944384 43146 0 0 0 1179 299 0 0 20 0 15 0 42041878 14429134848 2941711 33554432000 4194304 4196468 140732007609680 140135466892048 140135537866453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31551] ppid=31543 vsize=14090952 memory=1728 CPUtime=14.63 cores=1,3,5,7
/proc/31546/task/31551/stat : 31551 (java) S 31543 31546 29448 0 -1 1077944384 44390 0 0 0 1210 253 0 0 20 0 15 0 42041878 14429134848 2941711 33554432000 4194304 4196468 140732007609680 140135465839760 140135537866453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31552] ppid=31543 vsize=14090952 memory=1928 CPUtime=14.66 cores=1,3,5,7
/proc/31546/task/31552/stat : 31552 (java) S 31543 31546 29448 0 -1 1077944384 47666 0 0 0 1201 265 0 0 20 0 15 0 42041878 14429134848 2941711 33554432000 4194304 4196468 140732007609680 140135464786960 140135537866453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31553] ppid=31543 vsize=14090952 memory=1008 CPUtime=1.15 cores=1,3,5,7
/proc/31546/task/31553/stat : 31553 (java) R 31543 31546 29448 0 -1 4202560 18867 0 0 0 114 1 0 0 20 0 15 0 42041880 14429134848 2941711 33554432000 4194304 4196468 140732007609680 140135011820240 140135522852599 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31554] ppid=31543 vsize=14090952 memory=8380 CPUtime=0 cores=1,3,5,7
/proc/31546/task/31554/stat : 31554 (java) S 31543 31546 29448 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 42041880 14429134848 2941711 33554432000 4194304 4196468 140732007609680 140135010767712 140135537866453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31555] ppid=31543 vsize=14090952 memory=14008 CPUtime=0 cores=1,3,5,7
/proc/31546/task/31555/stat : 31555 (java) S 31543 31546 29448 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 42041880 14429134848 2941711 33554432000 4194304 4196468 140732007609680 140135009715328 140135537866453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31556] ppid=31543 vsize=14090952 memory=1440 CPUtime=0 cores=1,3,5,7
/proc/31546/task/31556/stat : 31556 (java) S 31543 31546 29448 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42041883 14429134848 2941711 33554432000 4194304 4196468 140732007609680 140135008663632 140135537874843 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31557] ppid=31543 vsize=14090952 memory=1712 CPUtime=1.06 cores=1,3,5,7
/proc/31546/task/31557/stat : 31557 (java) S 31543 31546 29448 0 -1 1077944384 3407 0 0 0 105 1 0 0 20 0 15 0 42041883 14429134848 2941711 33554432000 4194304 4196468 140732007609680 140135007611504 140135537867394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31558] ppid=31543 vsize=14090952 memory=5524 CPUtime=0.9 cores=1,3,5,7
/proc/31546/task/31558/stat : 31558 (java) S 31543 31546 29448 0 -1 1077944384 2528 0 0 0 90 0 0 0 20 0 15 0 42041883 14429134848 2941711 33554432000 4194304 4196468 140732007609680 140135006558704 140135537867394 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31559] ppid=31543 vsize=14090952 memory=3248 CPUtime=0.56 cores=1,3,5,7
/proc/31546/task/31559/stat : 31559 (java) S 31543 31546 29448 0 -1 1077944384 2004 0 0 0 56 0 0 0 20 0 15 0 42041883 14429134848 2941711 33554432000 4194304 4196468 140732007609680 140135005506416 140135537867394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31560] ppid=31543 vsize=14090952 memory=4620 CPUtime=0 cores=1,3,5,7
/proc/31546/task/31560/stat : 31560 (java) S 31543 31546 29448 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42041883 14429134848 2941711 33554432000 4194304 4196468 140732007609680 140135004453856 140135537866453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31561] ppid=31543 vsize=14090952 memory=796 CPUtime=0.02 cores=1,3,5,7
/proc/31546/task/31561/stat : 31561 (java) S 31543 31546 29448 0 -1 1077944384 764 0 0 0 1 1 0 0 20 0 15 0 42041883 14429134848 2941711 33554432000 4194304 4196468 140732007609680 140135003400624 140135537867394 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
Current children cumulated CPU time: 84.04 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 11766844 KiB

[startup+38.0009 s]*
/proc/loadavg: 2.20 1.45 1.41 6/217 31561
/proc/meminfo: memFree=3718672/32770624 swapFree=67108860/67108860
[pid=31546] ppid=31543 vsize=14090952 memory=11766880 CPUtime=85.2 cores=1,3,5,7
/proc/31546/stat : 31546 (java) S 31543 31546 29448 0 -1 1077944320 282647 0 0 0 7395 1125 0 0 20 0 15 0 42041877 14429134848 2941720 33554432000 4194304 4196468 140732007609680 140732007592224 140135537856247 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
/proc/31546/statm: 3522738 2941720 3592 1 0 3484809 0
[pid=31546/tid=31548] ppid=31543 vsize=14090952 memory=6791534058613427641 CPUtime=21.54 cores=1,3,5,7
/proc/31546/task/31548/stat : 31548 (java) S 31543 31546 29448 0 -1 1077944384 62726 0 0 0 2136 18 0 0 20 0 15 0 42041877 14429134848 2941720 33554432000 4194304 4196468 140732007609680 140135542091552 140135537866453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31549] ppid=31543 vsize=14090952 memory=0 CPUtime=14.89 cores=1,3,5,7
/proc/31546/task/31549/stat : 31549 (java) R 31543 31546 29448 0 -1 4202560 43449 0 0 0 1209 280 0 0 20 0 15 0 42041878 14429134848 2941720 33554432000 4194304 4196468 140732007609680 140135467944848 140135522852855 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31550] ppid=31543 vsize=14090952 memory=0 CPUtime=15.03 cores=1,3,5,7
/proc/31546/task/31550/stat : 31550 (java) R 31543 31546 29448 0 -1 4202560 43356 0 0 0 1203 300 0 0 20 0 15 0 42041878 14429134848 2941720 33554432000 4194304 4196468 140732007609680 140135466892248 140135522555057 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31551] ppid=31543 vsize=14090952 memory=0 CPUtime=14.88 cores=1,3,5,7
/proc/31546/task/31551/stat : 31551 (java) R 31543 31546 29448 0 -1 4202560 44728 0 0 0 1235 253 0 0 20 0 15 0 42041878 14429134848 2941720 33554432000 4194304 4196468 140732007609680 140135465839760 140135522313867 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31552] ppid=31543 vsize=14090952 memory=0 CPUtime=14.92 cores=1,3,5,7
/proc/31546/task/31552/stat : 31552 (java) R 31543 31546 29448 0 -1 4202560 47782 0 0 0 1227 265 0 0 20 0 15 0 42041878 14429134848 2941720 33554432000 4194304 4196468 140732007609680 140135464786960 140135522555105 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31553] ppid=31543 vsize=14090952 memory=0 CPUtime=1.31 cores=1,3,5,7
/proc/31546/task/31553/stat : 31553 (java) S 31543 31546 29448 0 -1 1077944384 30491 0 0 0 129 2 0 0 20 0 15 0 42041880 14429134848 2941720 33554432000 4194304 4196468 140732007609680 140135011820240 140135537866453 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31554] ppid=31543 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31546/task/31554/stat : 31554 (java) S 31543 31546 29448 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 42041880 14429134848 2941720 33554432000 4194304 4196468 140732007609680 140135010767712 140135537866453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31555] ppid=31543 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31546/task/31555/stat : 31555 (java) S 31543 31546 29448 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 42041880 14429134848 2941720 33554432000 4194304 4196468 140732007609680 140135009715328 140135537866453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31556] ppid=31543 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31546/task/31556/stat : 31556 (java) S 31543 31546 29448 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42041883 14429134848 2941720 33554432000 4194304 4196468 140732007609680 140135008663632 140135537874843 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31557] ppid=31543 vsize=14090952 memory=0 CPUtime=1.06 cores=1,3,5,7
/proc/31546/task/31557/stat : 31557 (java) S 31543 31546 29448 0 -1 1077944384 3407 0 0 0 105 1 0 0 20 0 15 0 42041883 14429134848 2941720 33554432000 4194304 4196468 140732007609680 140135007611504 140135537867394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31558] ppid=31543 vsize=14090952 memory=0 CPUtime=0.9 cores=1,3,5,7
/proc/31546/task/31558/stat : 31558 (java) S 31543 31546 29448 0 -1 1077944384 2528 0 0 0 90 0 0 0 20 0 15 0 42041883 14429134848 2941720 33554432000 4194304 4196468 140732007609680 140135006558704 140135537867394 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31559] ppid=31543 vsize=14090952 memory=0 CPUtime=0.56 cores=1,3,5,7
/proc/31546/task/31559/stat : 31559 (java) S 31543 31546 29448 0 -1 1077944384 2004 0 0 0 56 0 0 0 20 0 15 0 42041883 14429134848 2941720 33554432000 4194304 4196468 140732007609680 140135005506416 140135537867394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31560] ppid=31543 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31546/task/31560/stat : 31560 (java) S 31543 31546 29448 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42041883 14429134848 2941720 33554432000 4194304 4196468 140732007609680 140135004453856 140135537866453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31561] ppid=31543 vsize=14090952 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/31546/task/31561/stat : 31561 (java) S 31543 31546 29448 0 -1 1077944384 764 0 0 0 1 1 0 0 20 0 15 0 42041883 14429134848 2941720 33554432000 4194304 4196468 140732007609680 140135003400624 140135537867394 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
Current children cumulated CPU time: 85.2 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 11766880 KiB

[startup+38.2019 s]
/proc/loadavg: 2.20 1.45 1.41 6/217 31561
/proc/meminfo: memFree=3718672/32770624 swapFree=67108860/67108860
[pid=31546] ppid=31543 vsize=14090952 memory=11767000 CPUtime=85.77 cores=1,3,5,7
/proc/31546/stat : 31546 (java) S 31543 31546 29448 0 -1 1077944320 282976 0 0 0 7452 1125 0 0 20 0 15 0 42041877 14429134848 2941750 33554432000 4194304 4196468 140732007609680 140732007592224 140135537856247 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
/proc/31546/statm: 3522738 2941750 3593 1 0 3484809 0
[pid=31546/tid=31548] ppid=31543 vsize=14090952 memory=9199 CPUtime=21.54 cores=1,3,5,7
/proc/31546/task/31548/stat : 31548 (java) S 31543 31546 29448 0 -1 1077944384 62805 0 0 0 2136 18 0 0 20 0 15 0 42041877 14429134848 2941750 33554432000 4194304 4196468 140732007609680 140135542096112 140135537866453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31549] ppid=31543 vsize=14090952 memory=29241 CPUtime=15.02 cores=1,3,5,7
/proc/31546/task/31549/stat : 31549 (java) R 31543 31546 29448 0 -1 4202560 43458 0 0 0 1222 280 0 0 20 0 15 0 42041878 14429134848 2941750 33554432000 4194304 4196468 140732007609680 140135467944848 140135522845892 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31550] ppid=31543 vsize=14090952 memory=7668313416090080363 CPUtime=15.15 cores=1,3,5,7
/proc/31546/task/31550/stat : 31550 (java) R 31543 31546 29448 0 -1 4202560 43448 0 0 0 1215 300 0 0 20 0 15 0 42041878 14429134848 2941750 33554432000 4194304 4196468 140732007609680 140135466892248 140135530959889 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31551] ppid=31543 vsize=14090952 memory=7739552934889150052 CPUtime=15.01 cores=1,3,5,7
/proc/31546/task/31551/stat : 31551 (java) R 31543 31546 29448 0 -1 4202560 44779 0 0 0 1248 253 0 0 20 0 15 0 42041878 14429134848 2941750 33554432000 4194304 4196468 140732007609680 140135465839760 140135522556064 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31552] ppid=31543 vsize=14090952 memory=7236229500900889449 CPUtime=15.04 cores=1,3,5,7
/proc/31546/task/31552/stat : 31552 (java) R 31543 31546 29448 0 -1 4202560 47845 0 0 0 1239 265 0 0 20 0 15 0 42041878 14429134848 2941750 33554432000 4194304 4196468 140732007609680 140135464786960 140135530959869 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31553] ppid=31543 vsize=14090952 memory=7091883402901082208 CPUtime=1.37 cores=1,3,5,7
/proc/31546/task/31553/stat : 31553 (java) S 31543 31546 29448 0 -1 1077944384 30508 0 0 0 135 2 0 0 20 0 15 0 42041880 14429134848 2941750 33554432000 4194304 4196468 140732007609680 140135011820224 140135537866453 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31554] ppid=31543 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31546/task/31554/stat : 31554 (java) S 31543 31546 29448 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 42041880 14429134848 2941750 33554432000 4194304 4196468 140732007609680 140135010767712 140135537866453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31555] ppid=31543 vsize=14090952 memory=2320394843881830213 CPUtime=0 cores=1,3,5,7
/proc/31546/task/31555/stat : 31555 (java) S 31543 31546 29448 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 42041880 14429134848 2941750 33554432000 4194304 4196468 140732007609680 140135009715328 140135537866453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31556] ppid=31543 vsize=14090952 memory=140290811757120 CPUtime=0 cores=1,3,5,7
/proc/31546/task/31556/stat : 31556 (java) S 31543 31546 29448 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42041883 14429134848 2941750 33554432000 4194304 4196468 140732007609680 140135008663632 140135537874843 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31557] ppid=31543 vsize=14090952 memory=5524 CPUtime=1.06 cores=1,3,5,7
/proc/31546/task/31557/stat : 31557 (java) S 31543 31546 29448 0 -1 1077944384 3407 0 0 0 105 1 0 0 20 0 15 0 42041883 14429134848 2941750 33554432000 4194304 4196468 140732007609680 140135007611504 140135537867394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31558] ppid=31543 vsize=14090952 memory=4639098309541127276 CPUtime=0.9 cores=1,3,5,7
/proc/31546/task/31558/stat : 31558 (java) S 31543 31546 29448 0 -1 1077944384 2531 0 0 0 90 0 0 0 20 0 15 0 42041883 14429134848 2941750 33554432000 4194304 4196468 140732007609680 140135006558464 140135537866453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31559] ppid=31543 vsize=14090952 memory=7811323491934034027 CPUtime=0.56 cores=1,3,5,7
/proc/31546/task/31559/stat : 31559 (java) S 31543 31546 29448 0 -1 1077944384 2019 0 0 0 56 0 0 0 20 0 15 0 42041883 14429134848 2941750 33554432000 4194304 4196468 140732007609680 140135005501936 140135537866453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31560] ppid=31543 vsize=14090952 memory=6149501813181665360 CPUtime=0 cores=1,3,5,7
/proc/31546/task/31560/stat : 31560 (java) S 31543 31546 29448 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42041883 14429134848 2941750 33554432000 4194304 4196468 140732007609680 140135004453856 140135537866453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31561] ppid=31543 vsize=14090952 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/31546/task/31561/stat : 31561 (java) S 31543 31546 29448 0 -1 1077944384 764 0 0 0 1 1 0 0 20 0 15 0 42041883 14429134848 2941750 33554432000 4194304 4196468 140732007609680 140135003400624 140135537867394 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
Current children cumulated CPU time: 85.77 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 11767000 KiB

[startup+38.301 s]
/proc/loadavg: 2.20 1.45 1.41 6/217 31561
/proc/meminfo: memFree=3718672/32770624 swapFree=67108860/67108860
[pid=31546] ppid=31543 vsize=14090952 memory=11767000 CPUtime=86.01 cores=1,3,5,7
/proc/31546/stat : 31546 (java) S 31543 31546 29448 0 -1 1077944320 282976 0 0 0 7476 1125 0 0 20 0 15 0 42041877 14429134848 2941750 33554432000 4194304 4196468 140732007609680 140732007592224 140135537856247 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
/proc/31546/statm: 3522738 2941750 3593 1 0 3484809 0
[pid=31546/tid=31548] ppid=31543 vsize=14090952 memory=11766696 CPUtime=21.54 cores=1,3,5,7
/proc/31546/task/31548/stat : 31548 (java) S 31543 31546 29448 0 -1 1077944384 62805 0 0 0 2136 18 0 0 20 0 15 0 42041877 14429134848 2941750 33554432000 4194304 4196468 140732007609680 140135542096112 140135537866453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31549] ppid=31543 vsize=14090952 memory=280580818878720 CPUtime=15.07 cores=1,3,5,7
/proc/31546/task/31549/stat : 31549 (java) S 31543 31546 29448 0 -1 1077944384 43458 0 0 0 1227 280 0 0 20 0 15 0 42041878 14429134848 2941750 33554432000 4194304 4196468 140732007609680 140135467944848 140135537866453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31550] ppid=31543 vsize=14090952 memory=11766880 CPUtime=15.2 cores=1,3,5,7
/proc/31546/task/31550/stat : 31550 (java) S 31543 31546 29448 0 -1 1077944384 43448 0 0 0 1220 300 0 0 20 0 15 0 42041878 14429134848 2941750 33554432000 4194304 4196468 140732007609680 140135466892048 140135537866453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31551] ppid=31543 vsize=14090952 memory=2930776 CPUtime=15.06 cores=1,3,5,7
/proc/31546/task/31551/stat : 31551 (java) S 31543 31546 29448 0 -1 1077944384 44779 0 0 0 1253 253 0 0 20 0 15 0 42041878 14429134848 2941750 33554432000 4194304 4196468 140732007609680 140135465839760 140135537866453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31552] ppid=31543 vsize=14090952 memory=1240 CPUtime=15.09 cores=1,3,5,7
/proc/31546/task/31552/stat : 31552 (java) S 31543 31546 29448 0 -1 1077944384 47845 0 0 0 1244 265 0 0 20 0 15 0 42041878 14429134848 2941750 33554432000 4194304 4196468 140732007609680 140135464786960 140135537866453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31553] ppid=31543 vsize=14090952 memory=4190952 CPUtime=1.42 cores=1,3,5,7
/proc/31546/task/31553/stat : 31553 (java) R 31543 31546 29448 0 -1 4202560 30508 0 0 0 140 2 0 0 20 0 15 0 42041880 14429134848 2941750 33554432000 4194304 4196468 140732007609680 140135011820224 140135516226422 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31554] ppid=31543 vsize=14090952 memory=7518023259226791573 CPUtime=0 cores=1,3,5,7
/proc/31546/task/31554/stat : 31554 (java) S 31543 31546 29448 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 42041880 14429134848 2941750 33554432000 4194304 4196468 140732007609680 140135010767712 140135537866453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31555] ppid=31543 vsize=14090952 memory=280580818293920 CPUtime=0 cores=1,3,5,7
/proc/31546/task/31555/stat : 31555 (java) S 31543 31546 29448 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 42041880 14429134848 2941750 33554432000 4194304 4196468 140732007609680 140135009715328 140135537866453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31556] ppid=31543 vsize=14090952 memory=-7593450913568244115 CPUtime=0 cores=1,3,5,7
/proc/31546/task/31556/stat : 31556 (java) S 31543 31546 29448 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42041883 14429134848 2941750 33554432000 4194304 4196468 140732007609680 140135008663632 140135537874843 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31557] ppid=31543 vsize=14090952 memory=14396 CPUtime=1.06 cores=1,3,5,7
/proc/31546/task/31557/stat : 31557 (java) S 31543 31546 29448 0 -1 1077944384 3407 0 0 0 105 1 0 0 20 0 15 0 42041883 14429134848 2941750 33554432000 4194304 4196468 140732007609680 140135007611504 140135537867394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31558] ppid=31543 vsize=14090952 memory=1296 CPUtime=0.9 cores=1,3,5,7
/proc/31546/task/31558/stat : 31558 (java) S 31543 31546 29448 0 -1 1077944384 2531 0 0 0 90 0 0 0 20 0 15 0 42041883 14429134848 2941750 33554432000 4194304 4196468 140732007609680 140135006558464 140135537866453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31559] ppid=31543 vsize=14090952 memory=2340 CPUtime=0.56 cores=1,3,5,7
/proc/31546/task/31559/stat : 31559 (java) S 31543 31546 29448 0 -1 1077944384 2019 0 0 0 56 0 0 0 20 0 15 0 42041883 14429134848 2941750 33554432000 4194304 4196468 140732007609680 140135005501936 140135537866453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31560] ppid=31543 vsize=14090952 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/31546/task/31560/stat : 31560 (java) S 31543 31546 29448 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42041883 14429134848 2941750 33554432000 4194304 4196468 140732007609680 140135004453856 140135537866453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
[pid=31546/tid=31561] ppid=31543 vsize=14090952 memory=1508 CPUtime=0.02 cores=1,3,5,7
/proc/31546/task/31561/stat : 31561 (java) S 31543 31546 29448 0 -1 1077944384 764 0 0 0 1 1 0 0 20 0 15 0 42041883 14429134848 2941750 33554432000 4194304 4196468 140732007609680 140135003400624 140135537867394 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31248384 140732007617620 140732007617801 140732007617801 140732007620559 0
Current children cumulated CPU time: 86.01 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 11767000 KiB

Child status: 1
Real time (s): 38.3951
CPU time (s): 86.1214
CPU user time (s): 74.7967
CPU system time (s): 11.3247
CPU usage (%): 224.303
Max. virtual memory (cumulated for all children) (KiB): 14090952
Max. memory (cumulated for all children) (KiB): 11767000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 74.7967
system time used= 11.3247
maximum resident set size= 11767000
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 283168
page faults= 0
swaps= 0
block input operations= 0
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8275
involuntary context switches= 641


# summary of solver processes directly reported to runsolver:
#   pid: 31546
#   total CPU time (s): 86.1214
#   total CPU user time (s): 74.7967
#   total CPU system time (s): 11.3247

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.223095 second user time and 0.487426 second system time

The end

Launcher Data

Begin job on node102 at 2018-07-22 09:33:07
IDJOB=4291479
IDBENCH=141314
IDSOLVER=2746
FILE ID=node102/4291479-1532244785
RUNJOBID= node102-1532226016-29480
PBS_JOBID= 21018947
Free space on /tmp= 53056 MiB

SOLVER NAME= OscaR - Hybrid 2018-07-02
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-15-4-rom_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4291479-1532244785/watcher-4291479-1532244785 -o /tmp/evaluation-result-4291479-1532244785/solver-4291479-1532244785 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532226016-29480 --watchdog 2560  java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 2143830983 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4291479-1532244785.xml

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

MD5SUM BENCH= 11fd43c8e45d476b85885954fcb4d1ec
RANDOM SEED=2143830983

node102.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.51
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.51
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.51
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.51
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:        15454732 kB
MemAvailable:   30784304 kB
Buffers:          230856 kB
Cached:         15184440 kB
SwapCached:            0 kB
Active:          2810516 kB
Inactive:       13805608 kB
Active(anon):    1203668 kB
Inactive(anon):    16892 kB
Active(file):    1606848 kB
Inactive(file): 13788716 kB
Unevictable:        6604 kB
Mlocked:            6604 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             96264 kB
Writeback:             0 kB
AnonPages:       1207436 kB
Mapped:            48984 kB
Shmem:             17036 kB
Slab:             390360 kB
SReclaimable:     362468 kB
SUnreclaim:        27892 kB
KernelStack:        3536 kB
PageTables:        11772 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1782976 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1050624 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 53024 MiB
End job on node102 at 2018-07-22 09:33:46