Trace number 4307822

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 - Conflict Ordering with restarts 2018-08-14? 83.3033 31.1499

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-12-4-rom_c18.xml
MD5SUM81778793cf44fcc277d17f448f65fa63
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark76
Best CPU time to get the best result obtained on this benchmark2519.97
Satisfiable
(Un)Satisfiability was proved
Number of variables432
Number of constraints96
Number of domains5
Minimum domain size2
Maximum domain size124353
Distribution of domain sizes[{"size":2,"count":24},{"size":13,"count":168},{"size":27,"count":144},{"size":124353,"count":96}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":120},{"degree":2,"count":168},{"degree":8,"count":144}]
Minimum constraint arity15
Maximum constraint arity16
Distribution of constraint arities[{"arity":15,"count":24},{"arity":16,"count":72}]
Number of extensional constraints96
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":96}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

0.67/0.55	c version: 2018-08-14
0.67/0.56	c seed: 417909769
0.67/0.56	c timeout: 2520
0.67/0.56	c memlimit: 11000
0.67/0.56	c nbcore: 4
0.67/0.58	c Parsing instance...
82.76/30.83	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
83.15/31.05		at scala.collection.mutable.ArrayBuilder$ofLong.mkArray(ArrayBuilder.scala:388)
83.15/31.05		at scala.collection.mutable.ArrayBuilder$ofLong.resize(ArrayBuilder.scala:394)
83.15/31.05		at scala.collection.mutable.ArrayBuilder$ofLong.sizeHint(ArrayBuilder.scala:399)
83.15/31.05		at scala.Array$.fill(Array.scala:263)
83.15/31.05		at oscar.algo.reversible.ReversibleSparseBitSet$BitSet.<init>(ReversibleSparseBitSet.scala:94)
83.15/31.05		at oscar.cp.constraints.tables.TableCTStar.computeSupportsAndInitialFiltering(TableCTStar.scala:274)
83.15/31.05		at oscar.cp.constraints.tables.TableCTStar.setup(TableCTStar.scala:94)
83.15/31.05		at oscar.cp.core.CPStore.post(CPStore.scala:282)
83.15/31.05		at oscar.cp.core.CPSolver.$anonfun$add$1(CPSolver.scala:138)
83.15/31.05		at oscar.cp.core.CPSolver$$Lambda$143/1753714541.apply$mcV$sp(Unknown Source)
83.15/31.05		at oscar.algo.search.BranchingUtils.isInconsistent(BranchingUtils.scala:39)
83.15/31.05		at oscar.algo.search.BranchingUtils.isInconsistent$(BranchingUtils.scala:37)
83.15/31.05		at oscar.cp.package$.isInconsistent(package.scala:54)
83.15/31.05		at oscar.cp.core.CPSolver.add(CPSolver.scala:138)
83.15/31.05		at oscar.modeling.models.cp.CPModel.p(CPModel.scala:277)
83.15/31.05		at oscar.modeling.models.cp.CPModel.post(CPModel.scala:336)
83.15/31.05		at oscar.modeling.models.LeafModel.add(InstantiatedModel.scala:34)
83.15/31.05		at oscar.modeling.models.LeafModel.add$(InstantiatedModel.scala:34)
83.15/31.05		at oscar.modeling.models.InstantiatedModel.add(InstantiatedModel.scala:47)
83.15/31.05		at oscar.modeling.models.InstantiatedModel.$anonfun$new$1(InstantiatedModel.scala:54)
83.15/31.05		at oscar.modeling.models.InstantiatedModel.$anonfun$new$1$adapted(InstantiatedModel.scala:54)
83.15/31.05		at oscar.modeling.models.InstantiatedModel$$Lambda$135/221111433.apply(Unknown Source)
83.15/31.05		at scala.collection.immutable.List.foreach(List.scala:389)
83.15/31.05		at oscar.modeling.models.InstantiatedModel.<init>(InstantiatedModel.scala:54)
83.15/31.05		at oscar.modeling.models.cp.CPModel.<init>(CPModel.scala:256)
83.15/31.05		at oscar.modeling.models.operators.CPInstantiate$.apply(CPInstantiate.scala:26)
83.15/31.05		at oscar.xcsp3.competition.solvers.resources.COSSolver.runSolver(COSSolver.scala:28)
83.15/31.05		at oscar.xcsp3.competition.CompetitionApp.delayedEndpoint$oscar$xcsp3$competition$CompetitionApp$1(CompetitionApp.scala:78)
83.15/31.05		at oscar.xcsp3.competition.CompetitionApp$delayedInit$body.apply(CompetitionApp.scala:53)
83.15/31.05		at scala.Function0.apply$mcV$sp(Function0.scala:34)
83.15/31.05		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
83.15/31.05		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
83.15/31.05	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 (13886 MiB free)
  memory of node 1: 16384 MiB (9758 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4307822-1534288782/watcher-4307822-1534288782 -o /tmp/evaluation-result-4307822-1534288782/solver-4307822-1534288782 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1534271267-32166 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 417909769 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4307822-1534288782.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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=1639, runsolver pid=1634

[startup+0.106064 s]*
/proc/loadavg: 1.99 1.49 1.46 4/219 1655
/proc/meminfo: memFree=24193004/32770624 swapFree=67108688/67108860
[pid=1639] ppid=1634 vsize=14082736 memory=32260 CPUtime=0.13 cores=1,3,5,7
/proc/1639/stat : 1639 (java) S 1634 1639 30369 0 -1 1077944320 6433 0 0 0 12 1 0 0 20 0 15 0 246441499 14420721664 8065 33554432000 4194304 4196468 140721787400960 140721787383504 140126420127479 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
/proc/1639/statm: 3520684 8065 3160 1 0 3482761 0
[pid=1639/tid=1641] ppid=1634 vsize=14082736 memory=-8171376296011865461 CPUtime=0.09 cores=1,3,5,7
/proc/1639/task/1641/stat : 1641 (java) R 1634 1639 30369 0 -1 4202560 4617 0 0 0 9 0 0 0 20 0 15 0 246441499 14420721664 8197 33554432000 4194304 4196468 140721787400960 140126424334288 140126400404304 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1642] ppid=1634 vsize=14082736 memory=5792869726567804975 CPUtime=0 cores=1,3,5,7
/proc/1639/task/1642/stat : 1642 (java) S 1634 1639 30369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246441500 14420721664 8197 33554432000 4194304 4196468 140721787400960 140126335195408 140126420137685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1643] ppid=1634 vsize=14082736 memory=140327790397056 CPUtime=0 cores=1,3,5,7
/proc/1639/task/1643/stat : 1643 (java) S 1634 1639 30369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246441500 14420721664 8197 33554432000 4194304 4196468 140721787400960 140126334142864 140126420137685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1644] ppid=1634 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1639/task/1644/stat : 1644 (java) S 1634 1639 30369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246441500 14420721664 8197 33554432000 4194304 4196468 140721787400960 140126333090320 140126420137685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1645] ppid=1634 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1639/task/1645/stat : 1645 (java) S 1634 1639 30369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246441500 14420721664 8197 33554432000 4194304 4196468 140721787400960 140126332037776 140126420137685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1646] ppid=1634 vsize=14082736 memory=140327790397056 CPUtime=0 cores=1,3,5,7
/proc/1639/task/1646/stat : 1646 (java) S 1634 1639 30369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246441501 14420721664 8197 33554432000 4194304 4196468 140721787400960 140125894322672 140126420138626 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1648] ppid=1634 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1639/task/1648/stat : 1648 (java) S 1634 1639 30369 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 246441502 14420721664 8197 33554432000 4194304 4196468 140721787400960 140125893268896 140126420137685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1649] ppid=1634 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1639/task/1649/stat : 1649 (java) S 1634 1639 30369 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 246441502 14420721664 8197 33554432000 4194304 4196468 140721787400960 140125892216304 140126420137685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1650] ppid=1634 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1639/task/1650/stat : 1650 (java) S 1634 1639 30369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246441504 14420721664 8197 33554432000 4194304 4196468 140721787400960 140125891164880 140126420146075 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1651] ppid=1634 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1639/task/1651/stat : 1651 (java) S 1634 1639 30369 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 15 0 246441504 14420721664 8263 33554432000 4194304 4196468 140721787400960 140125890111472 140126420138626 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1652] ppid=1634 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1639/task/1652/stat : 1652 (java) S 1634 1639 30369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246441504 14420721664 8263 33554432000 4194304 4196468 140721787400960 140125889058928 140126420138626 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1653] ppid=1634 vsize=14082736 memory=140327790397056 CPUtime=0.01 cores=1,3,5,7
/proc/1639/task/1653/stat : 1653 (java) S 1634 1639 30369 0 -1 1077944384 277 0 0 0 1 0 0 0 20 0 15 0 246441504 14420721664 8263 33554432000 4194304 4196468 140721787400960 140125888006384 140126420138626 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1654] ppid=1634 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1639/task/1654/stat : 1654 (java) S 1634 1639 30369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246441505 14420721664 8263 33554432000 4194304 4196468 140721787400960 140125886954080 140126420137685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1655] ppid=1634 vsize=14082736 memory=140327790397056 CPUtime=0 cores=1,3,5,7
/proc/1639/task/1655/stat : 1655 (java) S 1634 1639 30369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246441505 14420721664 8263 33554432000 4194304 4196468 140721787400960 140125885901616 140126420138626 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 32260 KiB

[startup+0.211108 s]*
/proc/loadavg: 1.99 1.49 1.46 5/219 1655
/proc/meminfo: memFree=24178120/32770624 swapFree=67108688/67108860
[pid=1639] ppid=1634 vsize=14082736 memory=47796 CPUtime=0.29 cores=1,3,5,7
/proc/1639/stat : 1639 (java) S 1634 1639 30369 0 -1 1077944320 10047 0 0 0 28 1 0 0 20 0 15 0 246441499 14420721664 11949 33554432000 4194304 4196468 140721787400960 140721787383504 140126420127479 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
/proc/1639/statm: 3520684 11949 3368 1 0 3482761 0
[pid=1639/tid=1641] ppid=1634 vsize=14082736 memory=8389772277269004345 CPUtime=0.2 cores=1,3,5,7
/proc/1639/task/1641/stat : 1641 (java) R 1634 1639 30369 0 -1 4202560 7767 0 0 0 19 1 0 0 20 0 15 0 246441499 14420721664 11949 33554432000 4194304 4196468 140721787400960 140126424350960 140126401995856 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1642] ppid=1634 vsize=14082736 memory=4294967661 CPUtime=0 cores=1,3,5,7
/proc/1639/task/1642/stat : 1642 (java) S 1634 1639 30369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246441500 14420721664 11949 33554432000 4194304 4196468 140721787400960 140126335195408 140126420137685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1643] ppid=1634 vsize=14082736 memory=3618282566179440288 CPUtime=0 cores=1,3,5,7
/proc/1639/task/1643/stat : 1643 (java) S 1634 1639 30369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246441500 14420721664 11949 33554432000 4194304 4196468 140721787400960 140126334142864 140126420137685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1644] ppid=1634 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1639/task/1644/stat : 1644 (java) S 1634 1639 30369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246441500 14420721664 11949 33554432000 4194304 4196468 140721787400960 140126333090320 140126420137685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1645] ppid=1634 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1639/task/1645/stat : 1645 (java) S 1634 1639 30369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246441500 14420721664 11949 33554432000 4194304 4196468 140721787400960 140126332037776 140126420137685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1646] ppid=1634 vsize=14082736 memory=140327790397056 CPUtime=0 cores=1,3,5,7
/proc/1639/task/1646/stat : 1646 (java) S 1634 1639 30369 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 246441501 14420721664 11949 33554432000 4194304 4196468 140721787400960 140125894322672 140126420138626 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1648] ppid=1634 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1639/task/1648/stat : 1648 (java) S 1634 1639 30369 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 246441502 14420721664 11949 33554432000 4194304 4196468 140721787400960 140125893268896 140126420137685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1649] ppid=1634 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1639/task/1649/stat : 1649 (java) S 1634 1639 30369 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 246441502 14420721664 11949 33554432000 4194304 4196468 140721787400960 140125892216304 140126420137685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1650] ppid=1634 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1639/task/1650/stat : 1650 (java) S 1634 1639 30369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246441504 14420721664 11949 33554432000 4194304 4196468 140721787400960 140125891164880 140126420146075 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1651] ppid=1634 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/1639/task/1651/stat : 1651 (java) R 1634 1639 30369 0 -1 1077944384 489 0 0 0 2 0 0 0 20 0 15 0 246441504 14420721664 11949 33554432000 4194304 4196468 140721787400960 140125890111472 140126420138626 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1652] ppid=1634 vsize=14082736 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/1639/task/1652/stat : 1652 (java) R 1634 1639 30369 0 -1 4202560 117 0 0 0 1 0 0 0 20 0 15 0 246441504 14420721664 11949 33554432000 4194304 4196468 140721787400960 140125889058928 140126406191006 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1653] ppid=1634 vsize=14082736 memory=140327790397056 CPUtime=0.05 cores=1,3,5,7
/proc/1639/task/1653/stat : 1653 (java) R 1634 1639 30369 0 -1 4202560 303 0 0 0 5 0 0 0 20 0 15 0 246441504 14420721664 11949 33554432000 4194304 4196468 140721787400960 140125888004344 140126399106391 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1654] ppid=1634 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1639/task/1654/stat : 1654 (java) S 1634 1639 30369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246441505 14420721664 11949 33554432000 4194304 4196468 140721787400960 140125886954080 140126420137685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1655] ppid=1634 vsize=14082736 memory=140327790397056 CPUtime=0 cores=1,3,5,7
/proc/1639/task/1655/stat : 1655 (java) S 1634 1639 30369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246441505 14420721664 11949 33554432000 4194304 4196468 140721787400960 140125885901616 140126420138626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47796 KiB

[startup+0.311006 s]*
/proc/loadavg: 1.99 1.49 1.46 3/219 1655
/proc/meminfo: memFree=24174460/32770624 swapFree=67108688/67108860
[pid=1639] ppid=1634 vsize=14082736 memory=51124 CPUtime=0.44 cores=1,3,5,7
/proc/1639/stat : 1639 (java) S 1634 1639 30369 0 -1 1077944320 10424 0 0 0 42 2 0 0 20 0 15 0 246441499 14420721664 12781 33554432000 4194304 4196468 140721787400960 140721787383504 140126420127479 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
/proc/1639/statm: 3520684 12781 3371 1 0 3482761 0
[pid=1639/tid=1641] ppid=1634 vsize=14082736 memory=6935054825532540783 CPUtime=0.3 cores=1,3,5,7
/proc/1639/task/1641/stat : 1641 (java) R 1634 1639 30369 0 -1 4202560 8102 0 0 0 29 1 0 0 20 0 15 0 246441499 14420721664 12781 33554432000 4194304 4196468 140721787400960 140126424338992 140126400402817 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1642] ppid=1634 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1639/task/1642/stat : 1642 (java) S 1634 1639 30369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246441500 14420721664 12781 33554432000 4194304 4196468 140721787400960 140126335195408 140126420137685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1643] ppid=1634 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1639/task/1643/stat : 1643 (java) S 1634 1639 30369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246441500 14420721664 12781 33554432000 4194304 4196468 140721787400960 140126334142864 140126420137685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1644] ppid=1634 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1639/task/1644/stat : 1644 (java) S 1634 1639 30369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246441500 14420721664 12781 33554432000 4194304 4196468 140721787400960 140126333090320 140126420137685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1645] ppid=1634 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1639/task/1645/stat : 1645 (java) S 1634 1639 30369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246441500 14420721664 12781 33554432000 4194304 4196468 140721787400960 140126332037776 140126420137685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1646] ppid=1634 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1639/task/1646/stat : 1646 (java) S 1634 1639 30369 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 246441501 14420721664 12781 33554432000 4194304 4196468 140721787400960 140125894322672 140126420138626 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1648] ppid=1634 vsize=14082736 memory=140327654631887 CPUtime=0 cores=1,3,5,7
/proc/1639/task/1648/stat : 1648 (java) S 1634 1639 30369 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 246441502 14420721664 12781 33554432000 4194304 4196468 140721787400960 140125893268896 140126420137685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1649] ppid=1634 vsize=14082736 memory=67 CPUtime=0 cores=1,3,5,7
/proc/1639/task/1649/stat : 1649 (java) S 1634 1639 30369 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 246441502 14420721664 12781 33554432000 4194304 4196468 140721787400960 140125892216304 140126420137685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1650] ppid=1634 vsize=14082736 memory=280655309236128 CPUtime=0 cores=1,3,5,7
/proc/1639/task/1650/stat : 1650 (java) S 1634 1639 30369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246441504 14420721664 12781 33554432000 4194304 4196468 140721787400960 140125891164880 140126420146075 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1651] ppid=1634 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/1639/task/1651/stat : 1651 (java) S 1634 1639 30369 0 -1 1077944384 504 0 0 0 2 0 0 0 20 0 15 0 246441504 14420721664 12781 33554432000 4194304 4196468 140721787400960 140125890111472 140126420138626 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1652] ppid=1634 vsize=14082736 memory=140327654620431 CPUtime=0.02 cores=1,3,5,7
/proc/1639/task/1652/stat : 1652 (java) S 1634 1639 30369 0 -1 1077944384 123 0 0 0 2 0 0 0 20 0 15 0 246441504 14420721664 12781 33554432000 4194304 4196468 140721787400960 140125889058928 140126420138626 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1653] ppid=1634 vsize=14082736 memory=280655445026656 CPUtime=0.07 cores=1,3,5,7
/proc/1639/task/1653/stat : 1653 (java) S 1634 1639 30369 0 -1 1077944384 312 0 0 0 7 0 0 0 20 0 15 0 246441504 14420721664 12781 33554432000 4194304 4196468 140721787400960 140125888006384 140126420138626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1654] ppid=1634 vsize=14082736 memory=140327654625039 CPUtime=0 cores=1,3,5,7
/proc/1639/task/1654/stat : 1654 (java) S 1634 1639 30369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246441505 14420721664 12781 33554432000 4194304 4196468 140721787400960 140125886954080 140126420137685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1655] ppid=1634 vsize=14082736 memory=140327790397068 CPUtime=0 cores=1,3,5,7
/proc/1639/task/1655/stat : 1655 (java) S 1634 1639 30369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246441505 14420721664 12781 33554432000 4194304 4196468 140721787400960 140125885901616 140126420138626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 51124 KiB

[startup+0.700713 s]
/proc/loadavg: 1.99 1.49 1.46 3/219 1655
/proc/meminfo: memFree=24150400/32770624 swapFree=67108688/67108860
[pid=1639] ppid=1634 vsize=14084804 memory=88800 CPUtime=0.99 cores=1,3,5,7
/proc/1639/stat : 1639 (java) S 1634 1639 30369 0 -1 1077944320 17117 0 0 0 96 3 0 0 20 0 15 0 246441499 14422839296 22200 33554432000 4194304 4196468 140721787400960 140721787383504 140126420127479 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
/proc/1639/statm: 3521201 22200 3500 1 0 3483273 0
[pid=1639/tid=1641] ppid=1634 vsize=14084804 memory=147397170698701 CPUtime=0.67 cores=1,3,5,7
/proc/1639/task/1641/stat : 1641 (java) R 1634 1639 30369 0 -1 4202560 14440 0 0 0 64 3 0 0 20 0 15 0 246441499 14422839296 22200 33554432000 4194304 4196468 140721787400960 140126424351696 140126404207966 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1642] ppid=1634 vsize=14084804 memory=1373587 CPUtime=0 cores=1,3,5,7
/proc/1639/task/1642/stat : 1642 (java) S 1634 1639 30369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246441500 14422839296 22200 33554432000 4194304 4196468 140721787400960 140126335195408 140126420137685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1643] ppid=1634 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1639/task/1643/stat : 1643 (java) S 1634 1639 30369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 246441500 14422839296 22200 33554432000 4194304 4196468 140721787400960 140126334142864 140126420137685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1644] ppid=1634 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1639/task/1644/stat : 1644 (java) S 1634 1639 30369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246441500 14422839296 22200 33554432000 4194304 4196468 140721787400960 140126333090320 140126420137685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1645] ppid=1634 vsize=14084804 memory=7809523229951467576 CPUtime=0 cores=1,3,5,7
/proc/1639/task/1645/stat : 1645 (java) S 1634 1639 30369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246441500 14422839296 22200 33554432000 4194304 4196468 140721787400960 140126332037776 140126420137685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1646] ppid=1634 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1639/task/1646/stat : 1646 (java) S 1634 1639 30369 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 246441501 14422839296 22200 33554432000 4194304 4196468 140721787400960 140125894322672 140126420138626 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1648] ppid=1634 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1639/task/1648/stat : 1648 (java) S 1634 1639 30369 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 246441502 14422839296 22200 33554432000 4194304 4196468 140721787400960 140125893268896 140126420137685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1649] ppid=1634 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1639/task/1649/stat : 1649 (java) S 1634 1639 30369 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 246441502 14422839296 22200 33554432000 4194304 4196468 140721787400960 140125892216304 140126420137685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1650] ppid=1634 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1639/task/1650/stat : 1650 (java) S 1634 1639 30369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246441504 14422839296 22200 33554432000 4194304 4196468 140721787400960 140125891164880 140126420146075 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1651] ppid=1634 vsize=14084804 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/1639/task/1651/stat : 1651 (java) S 1634 1639 30369 0 -1 1077944384 641 0 0 0 6 0 0 0 20 0 15 0 246441504 14422839296 22200 33554432000 4194304 4196468 140721787400960 140125890111472 140126420138626 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1652] ppid=1634 vsize=14084804 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/1639/task/1652/stat : 1652 (java) S 1634 1639 30369 0 -1 1077944384 278 0 0 0 9 0 0 0 20 0 15 0 246441504 14422839296 22200 33554432000 4194304 4196468 140721787400960 140125889058928 140126420138626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1653] ppid=1634 vsize=14084804 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/1639/task/1653/stat : 1653 (java) S 1634 1639 30369 0 -1 1077944384 376 0 0 0 15 0 0 0 20 0 15 0 246441504 14422839296 22200 33554432000 4194304 4196468 140721787400960 140125888006384 140126420138626 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1654] ppid=1634 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1639/task/1654/stat : 1654 (java) S 1634 1639 30369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246441505 14422839296 22200 33554432000 4194304 4196468 140721787400960 140125886954080 140126420137685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1655] ppid=1634 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1639/task/1655/stat : 1655 (java) S 1634 1639 30369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 246441505 14422839296 22200 33554432000 4194304 4196468 140721787400960 140125885901616 140126420138626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88800 KiB

[startup+1.50077 s]
/proc/loadavg: 1.99 1.49 1.46 5/219 1655
/proc/meminfo: memFree=23913708/32770624 swapFree=67108688/67108860
[pid=1639] ppid=1634 vsize=14086852 memory=484644 CPUtime=2.75 cores=1,3,5,7
/proc/1639/stat : 1639 (java) S 1634 1639 30369 0 -1 1077944320 19177 0 0 0 247 28 0 0 20 0 15 0 246441499 14424936448 121161 33554432000 4194304 4196468 140721787400960 140721787383504 140126420127479 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
/proc/1639/statm: 3521713 121161 3562 1 0 3483785 0
[pid=1639/tid=1641] ppid=1634 vsize=14086852 memory=280655309082328 CPUtime=1.38 cores=1,3,5,7
/proc/1639/task/1641/stat : 1641 (java) R 1634 1639 30369 0 -1 4202560 14885 0 0 0 130 8 0 0 20 0 15 0 246441499 14424936448 121161 33554432000 4194304 4196468 140721787400960 140126424362704 140126012706784 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1642] ppid=1634 vsize=14086852 memory=140327654559360 CPUtime=0.08 cores=1,3,5,7
/proc/1639/task/1642/stat : 1642 (java) S 1634 1639 30369 0 -1 1077944384 265 0 0 0 4 4 0 0 20 0 15 0 246441500 14424936448 121161 33554432000 4194304 4196468 140721787400960 140126335195408 140126420137685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1643] ppid=1634 vsize=14086852 memory=8505805244046362900 CPUtime=0.07 cores=1,3,5,7
/proc/1639/task/1643/stat : 1643 (java) S 1634 1639 30369 0 -1 1077944384 80 0 0 0 3 4 0 0 20 0 15 0 246441500 14424936448 121161 33554432000 4194304 4196468 140721787400960 140126334142864 140126420137685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1644] ppid=1634 vsize=14086852 memory=3471342723975397104 CPUtime=0.07 cores=1,3,5,7
/proc/1639/task/1644/stat : 1644 (java) S 1634 1639 30369 0 -1 1077944384 79 0 0 0 2 5 0 0 20 0 15 0 246441500 14424936448 121161 33554432000 4194304 4196468 140721787400960 140126333090320 140126420137685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1645] ppid=1634 vsize=14086852 memory=3472468623815130896 CPUtime=0.07 cores=1,3,5,7
/proc/1639/task/1645/stat : 1645 (java) S 1634 1639 30369 0 -1 1077944384 77 0 0 0 3 4 0 0 20 0 15 0 246441500 14424936448 121161 33554432000 4194304 4196468 140721787400960 140126332037776 140126420137685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1646] ppid=1634 vsize=14086852 memory=140327654559488 CPUtime=0 cores=1,3,5,7
/proc/1639/task/1646/stat : 1646 (java) S 1634 1639 30369 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 246441501 14424936448 121673 33554432000 4194304 4196468 140721787400960 140125894322672 140126420138626 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0

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


[startup+28.8008 s]
/proc/loadavg: 3.08 1.80 1.56 9/220 1742
/proc/meminfo: memFree=1142856/32770624 swapFree=67108688/67108860
[pid=1639] ppid=1634 vsize=14088900 memory=11611108 CPUtime=75.92 cores=1,3,5,7
/proc/1639/stat : 1639 (java) S 1634 1639 30369 0 -1 1077944320 807270 0 0 0 6190 1402 0 0 20 0 15 0 246441499 14427033600 2902777 33554432000 4194304 4196468 140721787400960 140721787383504 140126420127479 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
/proc/1639/statm: 3522225 2902777 3592 1 0 3484297 0
[pid=1639/tid=1641] ppid=1634 vsize=14088900 memory=6717 CPUtime=12.3 cores=1,3,5,7
/proc/1639/task/1641/stat : 1641 (java) S 1634 1639 30369 0 -1 1077944384 29283 0 0 0 1209 21 0 0 20 0 15 0 246441499 14427033600 2902777 33554432000 4194304 4196468 140721787400960 140126424363168 140126420137685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1642] ppid=1634 vsize=14088900 memory=1230 CPUtime=14.93 cores=1,3,5,7
/proc/1639/task/1642/stat : 1642 (java) R 1634 1639 30369 0 -1 4202560 171202 0 0 0 1095 398 0 0 20 0 15 0 246441500 14427033600 2902777 33554432000 4194304 4196468 140721787400960 140126335195528 140126412755687 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1643] ppid=1634 vsize=14088900 memory=1281 CPUtime=15.01 cores=1,3,5,7
/proc/1639/task/1643/stat : 1643 (java) R 1634 1639 30369 0 -1 4202560 177206 0 0 0 1146 355 0 0 20 0 15 0 246441500 14427033600 2902777 33554432000 4194304 4196468 140721787400960 140126334143064 140126404827520 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1644] ppid=1634 vsize=14088900 memory=280655309312992 CPUtime=14.95 cores=1,3,5,7
/proc/1639/task/1644/stat : 1644 (java) R 1634 1639 30369 0 -1 4202560 214624 0 0 0 1195 300 0 0 20 0 15 0 246441500 14427033600 2902777 33554432000 4194304 4196468 140721787400960 140126333090440 140126412755687 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1645] ppid=1634 vsize=14088900 memory=140327654924281 CPUtime=14.92 cores=1,3,5,7
/proc/1639/task/1645/stat : 1645 (java) R 1634 1639 30369 0 -1 4202560 189412 0 0 0 1175 317 0 0 20 0 15 0 246441500 14427033600 2902777 33554432000 4194304 4196468 140721787400960 140126332037584 140126412755687 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1646] ppid=1634 vsize=14088900 memory=11611108 CPUtime=1.33 cores=1,3,5,7
/proc/1639/task/1646/stat : 1646 (java) S 1634 1639 30369 0 -1 1077944384 17118 0 0 0 131 2 0 0 20 0 15 0 246441501 14427033600 2902777 33554432000 4194304 4196468 140721787400960 140125894321232 140126420137685 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1648] ppid=1634 vsize=14088900 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/1639/task/1648/stat : 1648 (java) S 1634 1639 30369 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 246441502 14427033600 2902777 33554432000 4194304 4196468 140721787400960 140125893268960 140126420137685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1649] ppid=1634 vsize=14088900 memory=1756 CPUtime=0 cores=1,3,5,7
/proc/1639/task/1649/stat : 1649 (java) S 1634 1639 30369 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 246441502 14427033600 2902777 33554432000 4194304 4196468 140721787400960 140125892216320 140126420137685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1650] ppid=1634 vsize=14088900 memory=872 CPUtime=0 cores=1,3,5,7
/proc/1639/task/1650/stat : 1650 (java) S 1634 1639 30369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246441504 14427033600 2902777 33554432000 4194304 4196468 140721787400960 140125891164880 140126420146075 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1651] ppid=1634 vsize=14088900 memory=4216 CPUtime=0.87 cores=1,3,5,7
/proc/1639/task/1651/stat : 1651 (java) S 1634 1639 30369 0 -1 1077944384 1793 0 0 0 87 0 0 0 20 0 15 0 246441504 14427033600 2902777 33554432000 4194304 4196468 140721787400960 140125890111472 140126420138626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1652] ppid=1634 vsize=14088900 memory=8112282956445269571 CPUtime=0.99 cores=1,3,5,7
/proc/1639/task/1652/stat : 1652 (java) S 1634 1639 30369 0 -1 1077944384 1704 0 0 0 98 1 0 0 20 0 15 0 246441504 14427033600 2902777 33554432000 4194304 4196468 140721787400960 140125889058928 140126420138626 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1653] ppid=1634 vsize=14088900 memory=1220 CPUtime=0.51 cores=1,3,5,7
/proc/1639/task/1653/stat : 1653 (java) S 1634 1639 30369 0 -1 1077944384 2510 0 0 0 50 1 0 0 20 0 15 0 246441504 14427033600 2902777 33554432000 4194304 4196468 140721787400960 140125888006384 140126420138626 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1654] ppid=1634 vsize=14088900 memory=1756 CPUtime=0 cores=1,3,5,7
/proc/1639/task/1654/stat : 1654 (java) S 1634 1639 30369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246441505 14427033600 2902777 33554432000 4194304 4196468 140721787400960 140125886954080 140126420137685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1655] ppid=1634 vsize=14088900 memory=872 CPUtime=0.01 cores=1,3,5,7
/proc/1639/task/1655/stat : 1655 (java) S 1634 1639 30369 0 -1 1077944384 1021 0 0 0 0 1 0 0 20 0 15 0 246441505 14427033600 2902777 33554432000 4194304 4196468 140721787400960 140125885901616 140126420138626 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
Current children cumulated CPU time: 75.92 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11611108 KiB

[startup+30.4008 s]
/proc/loadavg: 3.08 1.80 1.56 9/220 1742
/proc/meminfo: memFree=1142236/32770624 swapFree=67108688/67108860
[pid=1639] ppid=1634 vsize=14088900 memory=11611112 CPUtime=81.49 cores=1,3,5,7
/proc/1639/stat : 1639 (java) S 1634 1639 30369 0 -1 1077944320 982600 0 0 0 6739 1410 0 0 20 0 15 0 246441499 14427033600 2902778 33554432000 4194304 4196468 140721787400960 140721787383504 140126420127479 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
/proc/1639/statm: 3522225 2902778 3592 1 0 3484297 0
[pid=1639/tid=1641] ppid=1634 vsize=14088900 memory=66956 CPUtime=12.3 cores=1,3,5,7
/proc/1639/task/1641/stat : 1641 (java) S 1634 1639 30369 0 -1 1077944384 29301 0 0 0 1209 21 0 0 20 0 15 0 246441499 14427033600 2902778 33554432000 4194304 4196468 140721787400960 140126424363168 140126420137685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1642] ppid=1634 vsize=14088900 memory=2316 CPUtime=16.23 cores=1,3,5,7
/proc/1639/task/1642/stat : 1642 (java) R 1634 1639 30369 0 -1 4202560 248604 0 0 0 1223 400 0 0 20 0 15 0 246441500 14427033600 2902778 33554432000 4194304 4196468 140721787400960 140126335195608 140126412755687 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1643] ppid=1634 vsize=14088900 memory=1220 CPUtime=16.37 cores=1,3,5,7
/proc/1639/task/1643/stat : 1643 (java) R 1634 1639 30369 0 -1 4202560 182094 0 0 0 1281 356 0 0 20 0 15 0 246441500 14427033600 2902778 33554432000 4194304 4196468 140721787400960 140126334142984 140126412755687 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1644] ppid=1634 vsize=14088900 memory=1756 CPUtime=16.28 cores=1,3,5,7
/proc/1639/task/1644/stat : 1644 (java) R 1634 1639 30369 0 -1 4202560 250949 0 0 0 1326 302 0 0 20 0 15 0 246441500 14427033600 2902778 33554432000 4194304 4196468 140721787400960 140126333090520 140126412755687 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1645] ppid=1634 vsize=14088900 memory=11611108 CPUtime=16.26 cores=1,3,5,7
/proc/1639/task/1645/stat : 1645 (java) R 1634 1639 30369 0 -1 4202560 233502 0 0 0 1306 320 0 0 20 0 15 0 246441500 14427033600 2902778 33554432000 4194304 4196468 140721787400960 140126332037664 140126404826337 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1646] ppid=1634 vsize=14088900 memory=1068 CPUtime=1.57 cores=1,3,5,7
/proc/1639/task/1646/stat : 1646 (java) S 1634 1639 30369 0 -1 1077944384 29705 0 0 0 154 3 0 0 20 0 15 0 246441501 14427033600 2902778 33554432000 4194304 4196468 140721787400960 140125894321216 140126420137685 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1648] ppid=1634 vsize=14088900 memory=1220 CPUtime=0 cores=1,3,5,7
/proc/1639/task/1648/stat : 1648 (java) S 1634 1639 30369 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 246441502 14427033600 2902778 33554432000 4194304 4196468 140721787400960 140125893268464 140126420137685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1649] ppid=1634 vsize=14088900 memory=1612 CPUtime=0 cores=1,3,5,7
/proc/1639/task/1649/stat : 1649 (java) S 1634 1639 30369 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 246441502 14427033600 2902778 33554432000 4194304 4196468 140721787400960 140125892216320 140126420137685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1650] ppid=1634 vsize=14088900 memory=1808 CPUtime=0 cores=1,3,5,7
/proc/1639/task/1650/stat : 1650 (java) S 1634 1639 30369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246441504 14427033600 2902778 33554432000 4194304 4196468 140721787400960 140125891164880 140126420146075 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1651] ppid=1634 vsize=14088900 memory=8696 CPUtime=0.87 cores=1,3,5,7
/proc/1639/task/1651/stat : 1651 (java) S 1634 1639 30369 0 -1 1077944384 1804 0 0 0 87 0 0 0 20 0 15 0 246441504 14427033600 2902778 33554432000 4194304 4196468 140721787400960 140125890111472 140126420138626 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1652] ppid=1634 vsize=14088900 memory=14884 CPUtime=0.99 cores=1,3,5,7
/proc/1639/task/1652/stat : 1652 (java) S 1634 1639 30369 0 -1 1077944384 1707 0 0 0 98 1 0 0 20 0 15 0 246441504 14427033600 2902778 33554432000 4194304 4196468 140721787400960 140125889058688 140126420137685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1653] ppid=1634 vsize=14088900 memory=15784 CPUtime=0.51 cores=1,3,5,7
/proc/1639/task/1653/stat : 1653 (java) S 1634 1639 30369 0 -1 1077944384 2514 0 0 0 50 1 0 0 20 0 15 0 246441504 14427033600 2902778 33554432000 4194304 4196468 140721787400960 140125888006384 140126420138626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1654] ppid=1634 vsize=14088900 memory=872 CPUtime=0 cores=1,3,5,7
/proc/1639/task/1654/stat : 1654 (java) S 1634 1639 30369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246441505 14427033600 2902778 33554432000 4194304 4196468 140721787400960 140125886954080 140126420137685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1655] ppid=1634 vsize=14088900 memory=4216 CPUtime=0.01 cores=1,3,5,7
/proc/1639/task/1655/stat : 1655 (java) S 1634 1639 30369 0 -1 1077944384 1021 0 0 0 0 1 0 0 20 0 15 0 246441505 14427033600 2902778 33554432000 4194304 4196468 140721787400960 140125885901616 140126420138626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
Current children cumulated CPU time: 81.49 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11611112 KiB

[startup+30.8011 s]
/proc/loadavg: 3.08 1.80 1.56 9/220 1742
/proc/meminfo: memFree=1142236/32770624 swapFree=67108688/67108860
[pid=1639] ppid=1634 vsize=14088900 memory=11611116 CPUtime=82.76 cores=1,3,5,7
/proc/1639/stat : 1639 (java) S 1634 1639 30369 0 -1 1077944320 983353 0 0 0 6866 1410 0 0 20 0 15 0 246441499 14427033600 2902779 33554432000 4194304 4196468 140721787400960 140721787383504 140126420127479 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
/proc/1639/statm: 3522225 2902779 3592 1 0 3484297 0
[pid=1639/tid=1641] ppid=1634 vsize=14088900 memory=8112282956445269571 CPUtime=12.3 cores=1,3,5,7
/proc/1639/task/1641/stat : 1641 (java) S 1634 1639 30369 0 -1 1077944384 29301 0 0 0 1209 21 0 0 20 0 15 0 246441499 14427033600 2902779 33554432000 4194304 4196468 140721787400960 140126424363168 140126420137685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1642] ppid=1634 vsize=14088900 memory=8696 CPUtime=16.52 cores=1,3,5,7
/proc/1639/task/1642/stat : 1642 (java) S 1634 1639 30369 0 -1 1077944384 249158 0 0 0 1252 400 0 0 20 0 15 0 246441500 14427033600 2902779 33554432000 4194304 4196468 140721787400960 140126335195408 140126420137685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1643] ppid=1634 vsize=14088900 memory=14884 CPUtime=16.66 cores=1,3,5,7
/proc/1639/task/1643/stat : 1643 (java) S 1634 1639 30369 0 -1 1077944384 182259 0 0 0 1310 356 0 0 20 0 15 0 246441500 14427033600 2902779 33554432000 4194304 4196468 140721787400960 140126334142864 140126420137685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1644] ppid=1634 vsize=14088900 memory=15784 CPUtime=16.57 cores=1,3,5,7
/proc/1639/task/1644/stat : 1644 (java) S 1634 1639 30369 0 -1 1077944384 250978 0 0 0 1355 302 0 0 20 0 15 0 246441500 14427033600 2902779 33554432000 4194304 4196468 140721787400960 140126333090320 140126420137685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1645] ppid=1634 vsize=14088900 memory=1172 CPUtime=16.55 cores=1,3,5,7
/proc/1639/task/1645/stat : 1645 (java) S 1634 1639 30369 0 -1 1077944384 233504 0 0 0 1335 320 0 0 20 0 15 0 246441500 14427033600 2902779 33554432000 4194304 4196468 140721787400960 140126332037776 140126420137685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1646] ppid=1634 vsize=14088900 memory=37056 CPUtime=1.68 cores=1,3,5,7
/proc/1639/task/1646/stat : 1646 (java) R 1634 1639 30369 0 -1 4202560 29706 0 0 0 165 3 0 0 20 0 15 0 246441501 14427033600 2902779 33554432000 4194304 4196468 140721787400960 140125894321120 140126398497659 0 0 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1648] ppid=1634 vsize=14088900 memory=3360 CPUtime=0 cores=1,3,5,7
/proc/1639/task/1648/stat : 1648 (java) S 1634 1639 30369 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 246441502 14427033600 2902779 33554432000 4194304 4196468 140721787400960 140125893268464 140126420137685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1649] ppid=1634 vsize=14088900 memory=496 CPUtime=0 cores=1,3,5,7
/proc/1639/task/1649/stat : 1649 (java) S 1634 1639 30369 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 246441502 14427033600 2902779 33554432000 4194304 4196468 140721787400960 140125892216320 140126420137685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1650] ppid=1634 vsize=14088900 memory=1624 CPUtime=0 cores=1,3,5,7
/proc/1639/task/1650/stat : 1650 (java) S 1634 1639 30369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246441504 14427033600 2902779 33554432000 4194304 4196468 140721787400960 140125891164880 140126420146075 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1651] ppid=1634 vsize=14088900 memory=928 CPUtime=0.87 cores=1,3,5,7
/proc/1639/task/1651/stat : 1651 (java) S 1634 1639 30369 0 -1 1077944384 1804 0 0 0 87 0 0 0 20 0 15 0 246441504 14427033600 2902779 33554432000 4194304 4196468 140721787400960 140125890111472 140126420138626 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1652] ppid=1634 vsize=14088900 memory=4100 CPUtime=0.99 cores=1,3,5,7
/proc/1639/task/1652/stat : 1652 (java) S 1634 1639 30369 0 -1 1077944384 1707 0 0 0 98 1 0 0 20 0 15 0 246441504 14427033600 2902779 33554432000 4194304 4196468 140721787400960 140125889058688 140126420137685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1653] ppid=1634 vsize=14088900 memory=2332 CPUtime=0.51 cores=1,3,5,7
/proc/1639/task/1653/stat : 1653 (java) S 1634 1639 30369 0 -1 1077944384 2514 0 0 0 50 1 0 0 20 0 15 0 246441504 14427033600 2902779 33554432000 4194304 4196468 140721787400960 140125888006384 140126420138626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1654] ppid=1634 vsize=14088900 memory=1408 CPUtime=0 cores=1,3,5,7
/proc/1639/task/1654/stat : 1654 (java) S 1634 1639 30369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246441505 14427033600 2902779 33554432000 4194304 4196468 140721787400960 140125886954080 140126420137685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1655] ppid=1634 vsize=14088900 memory=2764 CPUtime=0.01 cores=1,3,5,7
/proc/1639/task/1655/stat : 1655 (java) S 1634 1639 30369 0 -1 1077944384 1023 0 0 0 0 1 0 0 20 0 15 0 246441505 14427033600 2902779 33554432000 4194304 4196468 140721787400960 140125885901616 140126420138626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
Current children cumulated CPU time: 82.76 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11611116 KiB

[startup+31.0011 s]*
/proc/loadavg: 3.08 1.80 1.56 3/220 1742
/proc/meminfo: memFree=1142236/32770624 swapFree=67108688/67108860
[pid=1639] ppid=1634 vsize=14088900 memory=11611132 CPUtime=83.15 cores=1,3,5,7
/proc/1639/stat : 1639 (java) S 1634 1639 30369 0 -1 1077944320 983687 0 0 0 6905 1410 0 0 20 0 15 0 246441499 14427033600 2902783 33554432000 4194304 4196468 140721787400960 140721787383504 140126420127479 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
/proc/1639/statm: 3522225 2902783 3593 1 0 3484297 0
[pid=1639/tid=1641] ppid=1634 vsize=14088900 memory=6935054825532540783 CPUtime=12.3 cores=1,3,5,7
/proc/1639/task/1641/stat : 1641 (java) S 1634 1639 30369 0 -1 1077944384 29370 0 0 0 1209 21 0 0 20 0 15 0 246441499 14427033600 2902783 33554432000 4194304 4196468 140721787400960 140126424366752 140126420137685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1642] ppid=1634 vsize=14088900 memory=4872558044660077418 CPUtime=16.58 cores=1,3,5,7
/proc/1639/task/1642/stat : 1642 (java) S 1634 1639 30369 0 -1 1077944384 249266 0 0 0 1258 400 0 0 20 0 15 0 246441500 14427033600 2902783 33554432000 4194304 4196468 140721787400960 140126335195408 140126420137685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1643] ppid=1634 vsize=14088900 memory=15255947996038866 CPUtime=16.72 cores=1,3,5,7
/proc/1639/task/1643/stat : 1643 (java) S 1634 1639 30369 0 -1 1077944384 182291 0 0 0 1316 356 0 0 20 0 15 0 246441500 14427033600 2902783 33554432000 4194304 4196468 140721787400960 140126334142864 140126420137685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1644] ppid=1634 vsize=14088900 memory=7306334383744505449 CPUtime=16.63 cores=1,3,5,7
/proc/1639/task/1644/stat : 1644 (java) S 1634 1639 30369 0 -1 1077944384 250982 0 0 0 1361 302 0 0 20 0 15 0 246441500 14427033600 2902783 33554432000 4194304 4196468 140721787400960 140126333090320 140126420137685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1645] ppid=1634 vsize=14088900 memory=7014751519700767587 CPUtime=16.61 cores=1,3,5,7
/proc/1639/task/1645/stat : 1645 (java) S 1634 1639 30369 0 -1 1077944384 233621 0 0 0 1341 320 0 0 20 0 15 0 246441500 14427033600 2902783 33554432000 4194304 4196468 140721787400960 140126332037776 140126420137685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1646] ppid=1634 vsize=14088900 memory=0 CPUtime=1.83 cores=1,3,5,7
/proc/1639/task/1646/stat : 1646 (java) R 1634 1639 30369 0 -1 4202560 29709 0 0 0 180 3 0 0 20 0 15 0 246441501 14427033600 2902783 33554432000 4194304 4196468 140721787400960 140125894321104 140126398497640 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1648] ppid=1634 vsize=14088900 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1639/task/1648/stat : 1648 (java) S 1634 1639 30369 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 246441502 14427033600 2902783 33554432000 4194304 4196468 140721787400960 140125893268960 140126420137685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1649] ppid=1634 vsize=14088900 memory=140327655198720 CPUtime=0 cores=1,3,5,7
/proc/1639/task/1649/stat : 1649 (java) S 1634 1639 30369 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 246441502 14427033600 2902783 33554432000 4194304 4196468 140721787400960 140125892216320 140126420137685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1650] ppid=1634 vsize=14088900 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1639/task/1650/stat : 1650 (java) S 1634 1639 30369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246441504 14427033600 2902783 33554432000 4194304 4196468 140721787400960 140125891164880 140126420146075 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1651] ppid=1634 vsize=14088900 memory=280655309046000 CPUtime=0.87 cores=1,3,5,7
/proc/1639/task/1651/stat : 1651 (java) S 1634 1639 30369 0 -1 1077944384 1804 0 0 0 87 0 0 0 20 0 15 0 246441504 14427033600 2902783 33554432000 4194304 4196468 140721787400960 140125890111472 140126420138626 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1652] ppid=1634 vsize=14088900 memory=7237398200207235428 CPUtime=0.99 cores=1,3,5,7
/proc/1639/task/1652/stat : 1652 (java) S 1634 1639 30369 0 -1 1077944384 1707 0 0 0 98 1 0 0 20 0 15 0 246441504 14427033600 2902783 33554432000 4194304 4196468 140721787400960 140125889058928 140126420138626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1653] ppid=1634 vsize=14088900 memory=7306316804797196914 CPUtime=0.51 cores=1,3,5,7
/proc/1639/task/1653/stat : 1653 (java) S 1634 1639 30369 0 -1 1077944384 2514 0 0 0 50 1 0 0 20 0 15 0 246441504 14427033600 2902783 33554432000 4194304 4196468 140721787400960 140125888006384 140126420138626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1654] ppid=1634 vsize=14088900 memory=7019467087973529137 CPUtime=0 cores=1,3,5,7
/proc/1639/task/1654/stat : 1654 (java) S 1634 1639 30369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 246441505 14427033600 2902783 33554432000 4194304 4196468 140721787400960 140125886954080 140126420137685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
[pid=1639/tid=1655] ppid=1634 vsize=14088900 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/1639/task/1655/stat : 1655 (java) S 1634 1639 30369 0 -1 1077944384 1023 0 0 0 0 1 0 0 20 0 15 0 246441505 14427033600 2902783 33554432000 4194304 4196468 140721787400960 140125885901616 140126420138626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13828096 140721787405385 140721787405577 140721787405577 140721787408335 0
Current children cumulated CPU time: 83.15 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11611132 KiB

[startup+31.1117 s]*
/proc/loadavg: 3.08 1.80 1.56 6/207 1743
/proc/meminfo: memFree=6991368/32770624 swapFree=67108688/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 1
Real time (s): 31.1499
CPU time (s): 83.3033
CPU user time (s): 69.0683
CPU system time (s): 14.2349
CPU usage (%): 267.427
Max. virtual memory (cumulated for all children) (KiB): 14088900
Max. memory (cumulated for all children) (KiB): 11611132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 69.0683
system time used= 14.2349
maximum resident set size= 11611132
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 983857
page faults= 0
swaps= 0
block input operations= 0
block output operations= 168
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9773
involuntary context switches= 1856


# summary of solver processes directly reported to runsolver:
#   pid: 1639
#   total CPU time (s): 83.3033
#   total CPU user time (s): 69.0683
#   total CPU system time (s): 14.2349

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.21832 second user time and 0.403562 second system time

The end

Launcher Data

Begin job on node134 at 2018-08-15 01:19:43
IDJOB=4307822
IDBENCH=141307
IDSOLVER=2791
FILE ID=node134/4307822-1534288782
RUNJOBID= node134-1534271267-32166
PBS_JOBID= 21038123
Free space on /tmp= 43308 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-14
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-12-4-rom_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4307822-1534288782/watcher-4307822-1534288782 -o /tmp/evaluation-result-4307822-1534288782/solver-4307822-1534288782 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1534271267-32166 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 417909769 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4307822-1534288782.xml

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

MD5SUM BENCH= 81778793cf44fcc277d17f448f65fa63
RANDOM SEED=417909769

node134.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.68
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.68
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.68
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.68
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:        24213080 kB
MemAvailable:   31585148 kB
Buffers:          183764 kB
Cached:          7392968 kB
SwapCached:           32 kB
Active:          4323060 kB
Inactive:        3626180 kB
Active(anon):     321644 kB
Inactive(anon):   103248 kB
Active(file):    4001416 kB
Inactive(file):  3522932 kB
Unevictable:        7392 kB
Mlocked:            7392 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:             98916 kB
Writeback:             0 kB
AnonPages:        379952 kB
Mapped:            68344 kB
Shmem:             49652 kB
Slab:             304928 kB
SReclaimable:     276180 kB
SUnreclaim:        28748 kB
KernelStack:        3584 kB
PageTables:         6188 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1220268 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    303104 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 43268 MiB
End job on node134 at 2018-08-15 01:20:14