Trace number 4311560

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-17? 69.088 27.5545

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-14-4-rom_c18.xml
MD5SUM52d67a2c2b92da49d73f7cfe8dcb2e5e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark57
Best CPU time to get the best result obtained on this benchmark2519.99
Satisfiable
(Un)Satisfiability was proved
Number of variables532
Number of constraints112
Number of domains5
Minimum domain size2
Maximum domain size132304
Distribution of domain sizes[{"size":2,"count":28},{"size":15,"count":196},{"size":27,"count":196},{"size":132304,"count":112}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":140},{"degree":2,"count":196},{"degree":8,"count":196}]
Minimum constraint arity17
Maximum constraint arity18
Distribution of constraint arities[{"arity":17,"count":28},{"arity":18,"count":84}]
Number of extensional constraints112
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":112}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4311560-1534551564/watcher-4311560-1534551564 -o /tmp/evaluation-result-4311560-1534551564/solver-4311560-1534551564 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1534541039-10062 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 36501248 --timelimit 2520 --memlimit 11000 --nbcore 1 HOME/instance-4311560-1534551564.xml 

running on 4 cores: 0,2,4,6

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=11447, runsolver pid=11444

[startup+0.10032 s]*
/proc/loadavg: 1.28 1.28 1.35 3/215 11462
/proc/meminfo: memFree=24397288/32770624 swapFree=67107648/67108860
[pid=11447] ppid=11444 vsize=14082736 memory=31328 CPUtime=0.12 cores=0,2,4,6
/proc/11447/stat : 11447 (java) S 11444 11447 10031 0 -1 1077944320 6728 0 0 0 11 1 0 0 20 0 15 0 272719740 14420721664 7832 33554432000 4194304 4196468 140722883167664 140722883150208 139772859109111 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
/proc/11447/statm: 3520684 7832 3154 1 0 3482761 0
[pid=11447/tid=11449] ppid=11444 vsize=14082736 memory=-8701690554791924608 CPUtime=0.09 cores=0,2,4,6
/proc/11447/task/11449/stat : 11449 (java) R 11444 11447 10031 0 -1 4202560 4774 0 0 0 8 1 0 0 20 0 15 0 272719741 14420721664 7832 33554432000 4194304 4196468 140722883167664 139772863305552 139772859131037 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11450] ppid=11444 vsize=14082736 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/11447/task/11450/stat : 11450 (java) S 11444 11447 10031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272719742 14420721664 7832 33554432000 4194304 4196468 140722883167664 139772811729168 139772859119317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11451] ppid=11444 vsize=14082736 memory=140334823327360 CPUtime=0 cores=0,2,4,6
/proc/11447/task/11451/stat : 11451 (java) S 11444 11447 10031 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272719742 14420721664 7832 33554432000 4194304 4196468 140722883167664 139772810676624 139772859119317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11452] ppid=11444 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11447/task/11452/stat : 11452 (java) S 11444 11447 10031 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272719742 14420721664 7832 33554432000 4194304 4196468 140722883167664 139772809624080 139772859119317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11453] ppid=11444 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11447/task/11453/stat : 11453 (java) S 11444 11447 10031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272719742 14420721664 7832 33554432000 4194304 4196468 140722883167664 139772808571536 139772859119317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11454] ppid=11444 vsize=14082736 memory=140334823327360 CPUtime=0 cores=0,2,4,6
/proc/11447/task/11454/stat : 11454 (java) S 11444 11447 10031 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272719743 14420721664 7832 33554432000 4194304 4196468 140722883167664 139772040923632 139772859120258 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11455] ppid=11444 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11447/task/11455/stat : 11455 (java) S 11444 11447 10031 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 272719744 14420721664 7832 33554432000 4194304 4196468 140722883167664 139772039869856 139772859119317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11456] ppid=11444 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11447/task/11456/stat : 11456 (java) S 11444 11447 10031 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 272719744 14420721664 7832 33554432000 4194304 4196468 140722883167664 139772038817264 139772859119317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11457] ppid=11444 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11447/task/11457/stat : 11457 (java) S 11444 11447 10031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272719746 14420721664 7832 33554432000 4194304 4196468 140722883167664 139772037765840 139772859127707 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11458] ppid=11444 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11447/task/11458/stat : 11458 (java) R 11444 11447 10031 0 -1 1077944384 292 0 0 0 0 0 0 0 20 0 15 0 272719746 14420721664 7832 33554432000 4194304 4196468 140722883167664 139772036712432 139772859120258 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11459] ppid=11444 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11447/task/11459/stat : 11459 (java) S 11444 11447 10031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272719746 14420721664 7832 33554432000 4194304 4196468 140722883167664 139772035659888 139772859120258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11460] ppid=11444 vsize=14082736 memory=140334823327360 CPUtime=0.01 cores=0,2,4,6
/proc/11447/task/11460/stat : 11460 (java) R 11444 11447 10031 0 -1 1077944384 281 0 0 0 1 0 0 0 20 0 15 0 272719746 14420721664 7832 33554432000 4194304 4196468 140722883167664 139772034607344 139772859120258 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11461] ppid=11444 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11447/task/11461/stat : 11461 (java) S 11444 11447 10031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272719746 14420721664 7832 33554432000 4194304 4196468 140722883167664 139772033555040 139772859119317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11462] ppid=11444 vsize=14082736 memory=140334823327360 CPUtime=0 cores=0,2,4,6
/proc/11447/task/11462/stat : 11462 (java) S 11444 11447 10031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272719747 14420721664 7832 33554432000 4194304 4196468 140722883167664 139772032502576 139772859120258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 31328 KiB

[startup+0.215189 s]*
/proc/loadavg: 1.28 1.28 1.35 5/215 11462
/proc/meminfo: memFree=24381544/32770624 swapFree=67107648/67108860
[pid=11447] ppid=11444 vsize=14082736 memory=47140 CPUtime=0.31 cores=0,2,4,6
/proc/11447/stat : 11447 (java) S 11444 11447 10031 0 -1 1077944320 10403 0 0 0 29 2 0 0 20 0 15 0 272719740 14420721664 11785 33554432000 4194304 4196468 140722883167664 140722883150208 139772859109111 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
/proc/11447/statm: 3520684 11785 3368 1 0 3482761 0
[pid=11447/tid=11449] ppid=11444 vsize=14082736 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/11447/task/11449/stat : 11449 (java) R 11444 11447 10031 0 -1 4202560 8115 0 0 0 19 1 0 0 20 0 15 0 272719741 14420721664 11785 33554432000 4194304 4196468 140722883167664 139772863337360 139772479799831 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11450] ppid=11444 vsize=14082736 memory=343 CPUtime=0 cores=0,2,4,6
/proc/11447/task/11450/stat : 11450 (java) S 11444 11447 10031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272719742 14420721664 11785 33554432000 4194304 4196468 140722883167664 139772811729168 139772859119317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11451] ppid=11444 vsize=14082736 memory=140334824797192 CPUtime=0 cores=0,2,4,6
/proc/11447/task/11451/stat : 11451 (java) S 11444 11447 10031 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272719742 14420721664 11785 33554432000 4194304 4196468 140722883167664 139772810676624 139772859119317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11452] ppid=11444 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11447/task/11452/stat : 11452 (java) S 11444 11447 10031 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272719742 14420721664 11785 33554432000 4194304 4196468 140722883167664 139772809624080 139772859119317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11453] ppid=11444 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11447/task/11453/stat : 11453 (java) S 11444 11447 10031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272719742 14420721664 11785 33554432000 4194304 4196468 140722883167664 139772808571536 139772859119317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11454] ppid=11444 vsize=14082736 memory=140334823327360 CPUtime=0 cores=0,2,4,6
/proc/11447/task/11454/stat : 11454 (java) S 11444 11447 10031 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 272719743 14420721664 11785 33554432000 4194304 4196468 140722883167664 139772040923632 139772859120258 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11455] ppid=11444 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11447/task/11455/stat : 11455 (java) S 11444 11447 10031 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 272719744 14420721664 11785 33554432000 4194304 4196468 140722883167664 139772039869856 139772859119317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11456] ppid=11444 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11447/task/11456/stat : 11456 (java) S 11444 11447 10031 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 272719744 14420721664 11785 33554432000 4194304 4196468 140722883167664 139772038817264 139772859119317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11457] ppid=11444 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11447/task/11457/stat : 11457 (java) S 11444 11447 10031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272719746 14420721664 11785 33554432000 4194304 4196468 140722883167664 139772037765840 139772859127707 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11458] ppid=11444 vsize=14082736 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/11447/task/11458/stat : 11458 (java) R 11444 11447 10031 0 -1 1077944384 447 0 0 0 1 0 0 0 20 0 15 0 272719746 14420721664 11785 33554432000 4194304 4196468 140722883167664 139772036712432 139772859120258 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11459] ppid=11444 vsize=14082736 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/11447/task/11459/stat : 11459 (java) S 11444 11447 10031 0 -1 1077944384 152 0 0 0 2 0 0 0 20 0 15 0 272719746 14420721664 11785 33554432000 4194304 4196468 140722883167664 139772035659888 139772859120258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11460] ppid=11444 vsize=14082736 memory=140334823327360 CPUtime=0.06 cores=0,2,4,6
/proc/11447/task/11460/stat : 11460 (java) R 11444 11447 10031 0 -1 4202560 307 0 0 0 6 0 0 0 20 0 15 0 272719746 14420721664 11785 33554432000 4194304 4196468 140722883167664 139772034607344 139772837294105 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11461] ppid=11444 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11447/task/11461/stat : 11461 (java) S 11444 11447 10031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272719746 14420721664 11785 33554432000 4194304 4196468 140722883167664 139772033555040 139772859119317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11462] ppid=11444 vsize=14082736 memory=140334823327360 CPUtime=0 cores=0,2,4,6
/proc/11447/task/11462/stat : 11462 (java) S 11444 11447 10031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272719747 14420721664 11785 33554432000 4194304 4196468 140722883167664 139772032502576 139772859120258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47140 KiB

[startup+0.31051 s]*
/proc/loadavg: 1.28 1.28 1.35 3/215 11462
/proc/meminfo: memFree=24378148/32770624 swapFree=67107648/67108860
[pid=11447] ppid=11444 vsize=14082736 memory=50604 CPUtime=0.45 cores=0,2,4,6
/proc/11447/stat : 11447 (java) S 11444 11447 10031 0 -1 1077944320 10794 0 0 0 42 3 0 0 20 0 15 0 272719740 14420721664 12651 33554432000 4194304 4196468 140722883167664 140722883150208 139772859109111 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
/proc/11447/statm: 3520684 12651 3410 1 0 3482761 0
[pid=11447/tid=11449] ppid=11444 vsize=14082736 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/11447/task/11449/stat : 11449 (java) R 11444 11447 10031 0 -1 4202560 8459 0 0 0 28 2 0 0 20 0 15 0 272719741 14420721664 12651 33554432000 4194304 4196468 140722883167664 139772863318464 139772839384441 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11450] ppid=11444 vsize=14082736 memory=4294977828 CPUtime=0 cores=0,2,4,6
/proc/11447/task/11450/stat : 11450 (java) S 11444 11447 10031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272719742 14420721664 12651 33554432000 4194304 4196468 140722883167664 139772811729168 139772859119317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11451] ppid=11444 vsize=14082736 memory=140334824797061 CPUtime=0 cores=0,2,4,6
/proc/11447/task/11451/stat : 11451 (java) S 11444 11447 10031 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272719742 14420721664 12651 33554432000 4194304 4196468 140722883167664 139772810676624 139772859119317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11452] ppid=11444 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11447/task/11452/stat : 11452 (java) S 11444 11447 10031 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272719742 14420721664 12651 33554432000 4194304 4196468 140722883167664 139772809624080 139772859119317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11453] ppid=11444 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11447/task/11453/stat : 11453 (java) S 11444 11447 10031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272719742 14420721664 12651 33554432000 4194304 4196468 140722883167664 139772808571536 139772859119317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11454] ppid=11444 vsize=14082736 memory=140334823327360 CPUtime=0 cores=0,2,4,6
/proc/11447/task/11454/stat : 11454 (java) S 11444 11447 10031 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 272719743 14420721664 12651 33554432000 4194304 4196468 140722883167664 139772040923632 139772859120258 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11455] ppid=11444 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11447/task/11455/stat : 11455 (java) S 11444 11447 10031 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 272719744 14420721664 12651 33554432000 4194304 4196468 140722883167664 139772039869856 139772859119317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11456] ppid=11444 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11447/task/11456/stat : 11456 (java) S 11444 11447 10031 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 272719744 14420721664 12651 33554432000 4194304 4196468 140722883167664 139772038817264 139772859119317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11457] ppid=11444 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11447/task/11457/stat : 11457 (java) S 11444 11447 10031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272719746 14420721664 12651 33554432000 4194304 4196468 140722883167664 139772037765840 139772859127707 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11458] ppid=11444 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/11447/task/11458/stat : 11458 (java) S 11444 11447 10031 0 -1 1077944384 469 0 0 0 2 0 0 0 20 0 15 0 272719746 14420721664 12651 33554432000 4194304 4196468 140722883167664 139772036712432 139772859120258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11459] ppid=11444 vsize=14082736 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/11447/task/11459/stat : 11459 (java) S 11444 11447 10031 0 -1 1077944384 158 0 0 0 2 0 0 0 20 0 15 0 272719746 14420721664 12651 33554432000 4194304 4196468 140722883167664 139772035659888 139772859120258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11460] ppid=11444 vsize=14082736 memory=140334823327360 CPUtime=0.08 cores=0,2,4,6
/proc/11447/task/11460/stat : 11460 (java) S 11444 11447 10031 0 -1 1077944384 325 0 0 0 8 0 0 0 20 0 15 0 272719746 14420721664 12651 33554432000 4194304 4196468 140722883167664 139772034607344 139772859120258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11461] ppid=11444 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11447/task/11461/stat : 11461 (java) S 11444 11447 10031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272719746 14420721664 12651 33554432000 4194304 4196468 140722883167664 139772033555040 139772859119317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11462] ppid=11444 vsize=14082736 memory=140334823327360 CPUtime=0 cores=0,2,4,6
/proc/11447/task/11462/stat : 11462 (java) S 11444 11447 10031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272719747 14420721664 12651 33554432000 4194304 4196468 140722883167664 139772032502576 139772859120258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50604 KiB

[startup+0.70079 s]
/proc/loadavg: 1.28 1.28 1.35 3/215 11462
/proc/meminfo: memFree=24354088/32770624 swapFree=67107648/67108860
[pid=11447] ppid=11444 vsize=14084804 memory=88920 CPUtime=0.98 cores=0,2,4,6
/proc/11447/stat : 11447 (java) S 11444 11447 10031 0 -1 1077944320 17618 0 0 0 93 5 0 0 20 0 15 0 272719740 14422839296 22230 33554432000 4194304 4196468 140722883167664 140722883150208 139772859109111 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
/proc/11447/statm: 3521201 22230 3498 1 0 3483273 0
[pid=11447/tid=11449] ppid=11444 vsize=14084804 memory=189529256378397 CPUtime=0.67 cores=0,2,4,6
/proc/11447/task/11449/stat : 11449 (java) R 11444 11447 10031 0 -1 4202560 14907 0 0 0 63 4 0 0 20 0 15 0 272719741 14422839296 22230 33554432000 4194304 4196468 140722883167664 139772863331520 139772838638104 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11450] ppid=11444 vsize=14084804 memory=1412920 CPUtime=0 cores=0,2,4,6
/proc/11447/task/11450/stat : 11450 (java) S 11444 11447 10031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272719742 14422839296 22230 33554432000 4194304 4196468 140722883167664 139772811729168 139772859119317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11451] ppid=11444 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11447/task/11451/stat : 11451 (java) S 11444 11447 10031 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272719742 14422839296 22230 33554432000 4194304 4196468 140722883167664 139772810676624 139772859119317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11452] ppid=11444 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11447/task/11452/stat : 11452 (java) S 11444 11447 10031 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272719742 14422839296 22230 33554432000 4194304 4196468 140722883167664 139772809624080 139772859119317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11453] ppid=11444 vsize=14084804 memory=7809523229951467572 CPUtime=0 cores=0,2,4,6
/proc/11447/task/11453/stat : 11453 (java) S 11444 11447 10031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272719742 14422839296 22230 33554432000 4194304 4196468 140722883167664 139772808571536 139772859119317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11454] ppid=11444 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11447/task/11454/stat : 11454 (java) S 11444 11447 10031 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 272719743 14422839296 22230 33554432000 4194304 4196468 140722883167664 139772040923632 139772859120258 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11455] ppid=11444 vsize=14084804 memory=-3535359994705171298 CPUtime=0 cores=0,2,4,6
/proc/11447/task/11455/stat : 11455 (java) S 11444 11447 10031 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 272719744 14422839296 22230 33554432000 4194304 4196468 140722883167664 139772039869856 139772859119317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11456] ppid=11444 vsize=14084804 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/11447/task/11456/stat : 11456 (java) S 11444 11447 10031 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 272719744 14422839296 22230 33554432000 4194304 4196468 140722883167664 139772038817264 139772859119317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11457] ppid=11444 vsize=14084804 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/11447/task/11457/stat : 11457 (java) S 11444 11447 10031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272719746 14422839296 22230 33554432000 4194304 4196468 140722883167664 139772037765840 139772859127707 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11458] ppid=11444 vsize=14084804 memory=6944656592455359580 CPUtime=0.05 cores=0,2,4,6
/proc/11447/task/11458/stat : 11458 (java) S 11444 11447 10031 0 -1 1077944384 611 0 0 0 5 0 0 0 20 0 15 0 272719746 14422839296 22230 33554432000 4194304 4196468 140722883167664 139772036712432 139772859120258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11459] ppid=11444 vsize=14084804 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/11447/task/11459/stat : 11459 (java) S 11444 11447 10031 0 -1 1077944384 305 0 0 0 9 0 0 0 20 0 15 0 272719746 14422839296 22230 33554432000 4194304 4196468 140722883167664 139772035659888 139772859120258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11460] ppid=11444 vsize=14084804 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/11447/task/11460/stat : 11460 (java) S 11444 11447 10031 0 -1 1077944384 412 0 0 0 15 0 0 0 20 0 15 0 272719746 14422839296 22230 33554432000 4194304 4196468 140722883167664 139772034607344 139772859120258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11461] ppid=11444 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11447/task/11461/stat : 11461 (java) S 11444 11447 10031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272719746 14422839296 22230 33554432000 4194304 4196468 140722883167664 139772033555040 139772859119317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11462] ppid=11444 vsize=14084804 memory=12552 CPUtime=0 cores=0,2,4,6
/proc/11447/task/11462/stat : 11462 (java) S 11444 11447 10031 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272719747 14422839296 22230 33554432000 4194304 4196468 140722883167664 139772032502576 139772859120258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88920 KiB

[startup+1.50091 s]
/proc/loadavg: 1.28 1.28 1.35 3/215 11462
/proc/meminfo: memFree=24117644/32770624 swapFree=67107648/67108860
[pid=11447] ppid=11444 vsize=14086852 memory=516196 CPUtime=2.89 cores=0,2,4,6
/proc/11447/stat : 11447 (java) S 11444 11447 10031 0 -1 1077944320 20110 0 0 0 238 51 0 0 20 0 15 0 272719740 14424936448 129049 33554432000 4194304 4196468 140722883167664 140722883150208 139772859109111 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
/proc/11447/statm: 3521713 129049 3567 1 0 3483785 0
[pid=11447/tid=11449] ppid=11444 vsize=14086852 memory=10759 CPUtime=1.26 cores=0,2,4,6
/proc/11447/task/11449/stat : 11449 (java) R 11444 11447 10031 0 -1 4202560 15308 0 0 0 118 8 0 0 20 0 15 0 272719741 14424936448 129049 33554432000 4194304 4196468 140722883167664 139772863341320 139772482612032 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11450] ppid=11444 vsize=14086852 memory=6791534058613427641 CPUtime=0.18 cores=0,2,4,6
/proc/11447/task/11450/stat : 11450 (java) S 11444 11447 10031 0 -1 1077944384 204 0 0 0 8 10 0 0 20 0 15 0 272719742 14424936448 129049 33554432000 4194304 4196468 140722883167664 139772811729168 139772859119317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11451] ppid=11444 vsize=14086852 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/11447/task/11451/stat : 11451 (java) S 11444 11447 10031 0 -1 1077944384 200 0 0 0 9 9 0 0 20 0 15 0 272719742 14424936448 129049 33554432000 4194304 4196468 140722883167664 139772810676624 139772859119317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11452] ppid=11444 vsize=14086852 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/11447/task/11452/stat : 11452 (java) S 11444 11447 10031 0 -1 1077944384 200 0 0 0 9 9 0 0 20 0 15 0 272719742 14424936448 129049 33554432000 4194304 4196468 140722883167664 139772809624080 139772859119317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11453] ppid=11444 vsize=14086852 memory=6943526294502006880 CPUtime=0.18 cores=0,2,4,6
/proc/11447/task/11453/stat : 11453 (java) S 11444 11447 10031 0 -1 1077944384 238 0 0 0 8 10 0 0 20 0 15 0 272719742 14424936448 129049 33554432000 4194304 4196468 140722883167664 139772808571536 139772859119317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11454] ppid=11444 vsize=14086852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11447/task/11454/stat : 11454 (java) S 11444 11447 10031 0 -1 1077944384 321 0 0 0 0 0 0 0 20 0 15 0 272719743 14424936448 129049 33554432000 4194304 4196468 140722883167664 139772040923632 139772859120258 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0

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


[startup+25.6009 s]
/proc/loadavg: 1.82 1.40 1.39 6/215 11462
/proc/meminfo: memFree=12639124/32770624 swapFree=67107648/67108860
[pid=11447] ppid=11444 vsize=14088900 memory=11765088 CPUtime=62.57 cores=0,2,4,6
/proc/11447/stat : 11447 (java) S 11444 11447 10031 0 -1 1077944320 487169 0 0 0 5318 939 0 0 20 0 15 0 272719740 14427033600 2941272 33554432000 4194304 4196468 140722883167664 140722883150208 139772859109111 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
/proc/11447/statm: 3522225 2941272 3591 1 0 3484297 0
[pid=11447/tid=11449] ppid=11444 vsize=14088900 memory=1600 CPUtime=12.99 cores=0,2,4,6
/proc/11447/task/11449/stat : 11449 (java) S 11444 11447 10031 0 -1 1077944384 29144 0 0 0 1277 22 0 0 20 0 15 0 272719741 14427033600 2941272 33554432000 4194304 4196468 140722883167664 139772863344816 139772859119317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11450] ppid=11444 vsize=14088900 memory=1136 CPUtime=11.5 cores=0,2,4,6
/proc/11447/task/11450/stat : 11450 (java) R 11444 11447 10031 0 -1 4202560 107419 0 0 0 953 197 0 0 20 0 15 0 272719742 14427033600 2941272 33554432000 4194304 4196468 140722883167664 139772811729288 139772851737319 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11451] ppid=11444 vsize=14088900 memory=1828 CPUtime=11.55 cores=0,2,4,6
/proc/11447/task/11451/stat : 11451 (java) R 11444 11447 10031 0 -1 4202560 113113 0 0 0 929 226 0 0 20 0 15 0 272719742 14427033600 2941272 33554432000 4194304 4196468 140722883167664 139772810676824 139772852208771 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11452] ppid=11444 vsize=14088900 memory=1020 CPUtime=11.5 cores=0,2,4,6
/proc/11447/task/11452/stat : 11452 (java) S 11444 11447 10031 0 -1 1077944384 104834 0 0 0 921 229 0 0 20 0 15 0 272719742 14427033600 2941272 33554432000 4194304 4196468 140722883167664 139772809623888 139772859120258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11453] ppid=11444 vsize=14088900 memory=10456244 CPUtime=11.53 cores=0,2,4,6
/proc/11447/task/11453/stat : 11453 (java) R 11444 11447 10031 0 -1 4202560 107980 0 0 0 898 255 0 0 20 0 15 0 272719742 14427033600 2941272 33554432000 4194304 4196468 140722883167664 139772808571344 139772851737319 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11454] ppid=11444 vsize=14088900 memory=2110685308575252 CPUtime=0.93 cores=0,2,4,6
/proc/11447/task/11454/stat : 11454 (java) S 11444 11447 10031 0 -1 1077944384 14316 0 0 0 92 1 0 0 20 0 15 0 272719743 14427033600 2941272 33554432000 4194304 4196468 140722883167664 139772040922192 139772859119317 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11455] ppid=11444 vsize=14088900 memory=140334701344169 CPUtime=0 cores=0,2,4,6
/proc/11447/task/11455/stat : 11455 (java) S 11444 11447 10031 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 272719744 14427033600 2941272 33554432000 4194304 4196468 140722883167664 139772039869920 139772859119317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11456] ppid=11444 vsize=14088900 memory=8462000 CPUtime=0 cores=0,2,4,6
/proc/11447/task/11456/stat : 11456 (java) S 11444 11447 10031 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 272719744 14427033600 2941272 33554432000 4194304 4196468 140722883167664 139772038817280 139772859119317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11457] ppid=11444 vsize=14088900 memory=280669402681632 CPUtime=0 cores=0,2,4,6
/proc/11447/task/11457/stat : 11457 (java) S 11444 11447 10031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272719746 14427033600 2941272 33554432000 4194304 4196468 140722883167664 139772037765840 139772859127707 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11458] ppid=11444 vsize=14088900 memory=7158594093301327717 CPUtime=0.92 cores=0,2,4,6
/proc/11447/task/11458/stat : 11458 (java) S 11444 11447 10031 0 -1 1077944384 2974 0 0 0 91 1 0 0 20 0 15 0 272719746 14427033600 2941272 33554432000 4194304 4196468 140722883167664 139772036712432 139772859120258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11459] ppid=11444 vsize=14088900 memory=496 CPUtime=1.01 cores=0,2,4,6
/proc/11447/task/11459/stat : 11459 (java) S 11444 11447 10031 0 -1 1077944384 2286 0 0 0 101 0 0 0 20 0 15 0 272719746 14427033600 2941272 33554432000 4194304 4196468 140722883167664 139772035659888 139772859120258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11460] ppid=11444 vsize=14088900 memory=928 CPUtime=0.52 cores=0,2,4,6
/proc/11447/task/11460/stat : 11460 (java) S 11444 11447 10031 0 -1 1077944384 2702 0 0 0 51 1 0 0 20 0 15 0 272719746 14427033600 2941272 33554432000 4194304 4196468 140722883167664 139772034607344 139772859120258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11461] ppid=11444 vsize=14088900 memory=1172 CPUtime=0 cores=0,2,4,6
/proc/11447/task/11461/stat : 11461 (java) S 11444 11447 10031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272719746 14427033600 2941272 33554432000 4194304 4196468 140722883167664 139772033555040 139772859119317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11462] ppid=11444 vsize=14088900 memory=1964 CPUtime=0.01 cores=0,2,4,6
/proc/11447/task/11462/stat : 11462 (java) S 11444 11447 10031 0 -1 1077944384 999 0 0 0 1 0 0 0 20 0 15 0 272719747 14427033600 2941272 33554432000 4194304 4196468 140722883167664 139772032502576 139772859120258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
Current children cumulated CPU time: 62.57 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11765088 KiB

[startup+26.4007 s]
/proc/loadavg: 1.82 1.40 1.39 6/215 11462
/proc/meminfo: memFree=12638876/32770624 swapFree=67107648/67108860
[pid=11447] ppid=11444 vsize=14088900 memory=11765088 CPUtime=65.67 cores=0,2,4,6
/proc/11447/stat : 11447 (java) S 11444 11447 10031 0 -1 1077944320 547583 0 0 0 5624 943 0 0 20 0 15 0 272719740 14427033600 2941272 33554432000 4194304 4196468 140722883167664 140722883150208 139772859109111 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
/proc/11447/statm: 3522225 2941272 3591 1 0 3484297 0
[pid=11447/tid=11449] ppid=11444 vsize=14088900 memory=-2746958450906831424 CPUtime=12.99 cores=0,2,4,6
/proc/11447/task/11449/stat : 11449 (java) S 11444 11447 10031 0 -1 1077944384 29144 0 0 0 1277 22 0 0 20 0 15 0 272719741 14427033600 2941272 33554432000 4194304 4196468 140722883167664 139772863344816 139772859119317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11450] ppid=11444 vsize=14088900 memory=9123308429200974039 CPUtime=12.26 cores=0,2,4,6
/proc/11447/task/11450/stat : 11450 (java) R 11444 11447 10031 0 -1 4202560 107419 0 0 0 1028 198 0 0 20 0 15 0 272719742 14427033600 2941272 33554432000 4194304 4196468 140722883167664 139772811729288 139772851737319 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11451] ppid=11444 vsize=14088900 memory=6791534058613427641 CPUtime=12.35 cores=0,2,4,6
/proc/11447/task/11451/stat : 11451 (java) R 11444 11447 10031 0 -1 4202560 173526 0 0 0 1006 229 0 0 20 0 15 0 272719742 14427033600 2941272 33554432000 4194304 4196468 140722883167664 139772810676824 139772852208775 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11452] ppid=11444 vsize=14088900 memory=11765088 CPUtime=12.28 cores=0,2,4,6
/proc/11447/task/11452/stat : 11452 (java) R 11444 11447 10031 0 -1 4202560 104834 0 0 0 998 230 0 0 20 0 15 0 272719742 14427033600 2941272 33554432000 4194304 4196468 140722883167664 139772809623888 139772851737319 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11453] ppid=11444 vsize=14088900 memory=1828 CPUtime=12.3 cores=0,2,4,6
/proc/11447/task/11453/stat : 11453 (java) R 11444 11447 10031 0 -1 4202560 107981 0 0 0 975 255 0 0 20 0 15 0 272719742 14427033600 2941272 33554432000 4194304 4196468 140722883167664 139772808571344 139772851737319 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11454] ppid=11444 vsize=14088900 memory=1020 CPUtime=0.93 cores=0,2,4,6
/proc/11447/task/11454/stat : 11454 (java) S 11444 11447 10031 0 -1 1077944384 14316 0 0 0 92 1 0 0 20 0 15 0 272719743 14427033600 2941272 33554432000 4194304 4196468 140722883167664 139772040922192 139772859119317 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11455] ppid=11444 vsize=14088900 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/11447/task/11455/stat : 11455 (java) S 11444 11447 10031 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 272719744 14427033600 2941272 33554432000 4194304 4196468 140722883167664 139772039869920 139772859119317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11456] ppid=11444 vsize=14088900 memory=756 CPUtime=0 cores=0,2,4,6
/proc/11447/task/11456/stat : 11456 (java) S 11444 11447 10031 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 272719744 14427033600 2941272 33554432000 4194304 4196468 140722883167664 139772038817280 139772859119317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11457] ppid=11444 vsize=14088900 memory=13940 CPUtime=0 cores=0,2,4,6
/proc/11447/task/11457/stat : 11457 (java) S 11444 11447 10031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272719746 14427033600 2941272 33554432000 4194304 4196468 140722883167664 139772037765840 139772859127707 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11458] ppid=11444 vsize=14088900 memory=12552 CPUtime=0.92 cores=0,2,4,6
/proc/11447/task/11458/stat : 11458 (java) S 11444 11447 10031 0 -1 1077944384 2974 0 0 0 91 1 0 0 20 0 15 0 272719746 14427033600 2941272 33554432000 4194304 4196468 140722883167664 139772036712432 139772859120258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11459] ppid=11444 vsize=14088900 memory=3792 CPUtime=1.01 cores=0,2,4,6
/proc/11447/task/11459/stat : 11459 (java) S 11444 11447 10031 0 -1 1077944384 2286 0 0 0 101 0 0 0 20 0 15 0 272719746 14427033600 2941272 33554432000 4194304 4196468 140722883167664 139772035659888 139772859120258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11460] ppid=11444 vsize=14088900 memory=2324 CPUtime=0.52 cores=0,2,4,6
/proc/11447/task/11460/stat : 11460 (java) S 11444 11447 10031 0 -1 1077944384 2702 0 0 0 51 1 0 0 20 0 15 0 272719746 14427033600 2941272 33554432000 4194304 4196468 140722883167664 139772034607344 139772859120258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11461] ppid=11444 vsize=14088900 memory=11765008 CPUtime=0 cores=0,2,4,6
/proc/11447/task/11461/stat : 11461 (java) S 11444 11447 10031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272719746 14427033600 2941272 33554432000 4194304 4196468 140722883167664 139772033555040 139772859119317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11462] ppid=11444 vsize=14088900 memory=280669402229088 CPUtime=0.01 cores=0,2,4,6
/proc/11447/task/11462/stat : 11462 (java) S 11444 11447 10031 0 -1 1077944384 999 0 0 0 1 0 0 0 20 0 15 0 272719747 14427033600 2941272 33554432000 4194304 4196468 140722883167664 139772032502576 139772859120258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
Current children cumulated CPU time: 65.67 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11765088 KiB

[startup+27.2007 s]
/proc/loadavg: 1.82 1.40 1.39 6/215 11462
/proc/meminfo: memFree=12638876/32770624 swapFree=67107648/67108860
[pid=11447] ppid=11444 vsize=14088900 memory=11765108 CPUtime=68.36 cores=0,2,4,6
/proc/11447/stat : 11447 (java) S 11444 11447 10031 0 -1 1077944320 560044 0 0 0 5891 945 0 0 20 0 15 0 272719740 14427033600 2941277 33554432000 4194304 4196468 140722883167664 140722883150208 139772859109111 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
/proc/11447/statm: 3522225 2941277 3591 1 0 3484297 0
[pid=11447/tid=11449] ppid=11444 vsize=14088900 memory=13940 CPUtime=12.99 cores=0,2,4,6
/proc/11447/task/11449/stat : 11449 (java) S 11444 11447 10031 0 -1 1077944384 29164 0 0 0 1277 22 0 0 20 0 15 0 272719741 14427033600 2941277 33554432000 4194304 4196468 140722883167664 139772863344816 139772859119317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11450] ppid=11444 vsize=14088900 memory=6791534058613427641 CPUtime=12.88 cores=0,2,4,6
/proc/11447/task/11450/stat : 11450 (java) R 11444 11447 10031 0 -1 4202560 107662 0 0 0 1090 198 0 0 20 0 15 0 272719742 14427033600 2941277 33554432000 4194304 4196468 140722883167664 139772811729168 139772844105535 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11451] ppid=11444 vsize=14088900 memory=6708 CPUtime=12.98 cores=0,2,4,6
/proc/11447/task/11451/stat : 11451 (java) R 11444 11447 10031 0 -1 4202560 174165 0 0 0 1069 229 0 0 20 0 15 0 272719742 14427033600 2941277 33554432000 4194304 4196468 140722883167664 139772810676624 139772851737319 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11452] ppid=11444 vsize=14088900 memory=2148 CPUtime=12.91 cores=0,2,4,6
/proc/11447/task/11452/stat : 11452 (java) R 11444 11447 10031 0 -1 4202560 104973 0 0 0 1061 230 0 0 20 0 15 0 272719742 14427033600 2941277 33554432000 4194304 4196468 140722883167664 139772809624200 139772851737319 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11453] ppid=11444 vsize=14088900 memory=1196 CPUtime=12.93 cores=0,2,4,6
/proc/11447/task/11453/stat : 11453 (java) R 11444 11447 10031 0 -1 4202560 108151 0 0 0 1038 255 0 0 20 0 15 0 272719742 14427033600 2941277 33554432000 4194304 4196468 140722883167664 139772808571736 139772843807969 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11454] ppid=11444 vsize=14088900 memory=1500 CPUtime=1.09 cores=0,2,4,6
/proc/11447/task/11454/stat : 11454 (java) S 11444 11447 10031 0 -1 1077944384 25542 0 0 0 107 2 0 0 20 0 15 0 272719743 14427033600 2941277 33554432000 4194304 4196468 140722883167664 139772040922192 139772859119317 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11455] ppid=11444 vsize=14088900 memory=844 CPUtime=0 cores=0,2,4,6
/proc/11447/task/11455/stat : 11455 (java) S 11444 11447 10031 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 272719744 14427033600 2941277 33554432000 4194304 4196468 140722883167664 139772039869920 139772859119317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11456] ppid=11444 vsize=14088900 memory=3884 CPUtime=0 cores=0,2,4,6
/proc/11447/task/11456/stat : 11456 (java) S 11444 11447 10031 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 272719744 14427033600 2941277 33554432000 4194304 4196468 140722883167664 139772038817280 139772859119317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11457] ppid=11444 vsize=14088900 memory=2700 CPUtime=0 cores=0,2,4,6
/proc/11447/task/11457/stat : 11457 (java) S 11444 11447 10031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272719746 14427033600 2941277 33554432000 4194304 4196468 140722883167664 139772037765840 139772859127707 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11458] ppid=11444 vsize=14088900 memory=1256 CPUtime=0.92 cores=0,2,4,6
/proc/11447/task/11458/stat : 11458 (java) S 11444 11447 10031 0 -1 1077944384 2974 0 0 0 91 1 0 0 20 0 15 0 272719746 14427033600 2941277 33554432000 4194304 4196468 140722883167664 139772036712432 139772859120258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11459] ppid=11444 vsize=14088900 memory=10424 CPUtime=1.01 cores=0,2,4,6
/proc/11447/task/11459/stat : 11459 (java) S 11444 11447 10031 0 -1 1077944384 2286 0 0 0 101 0 0 0 20 0 15 0 272719746 14427033600 2941277 33554432000 4194304 4196468 140722883167664 139772035659888 139772859120258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11460] ppid=11444 vsize=14088900 memory=1600 CPUtime=0.52 cores=0,2,4,6
/proc/11447/task/11460/stat : 11460 (java) S 11444 11447 10031 0 -1 1077944384 2702 0 0 0 51 1 0 0 20 0 15 0 272719746 14427033600 2941277 33554432000 4194304 4196468 140722883167664 139772034607344 139772859120258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11461] ppid=11444 vsize=14088900 memory=1136 CPUtime=0 cores=0,2,4,6
/proc/11447/task/11461/stat : 11461 (java) S 11444 11447 10031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272719746 14427033600 2941277 33554432000 4194304 4196468 140722883167664 139772033555040 139772859119317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11462] ppid=11444 vsize=14088900 memory=1828 CPUtime=0.01 cores=0,2,4,6
/proc/11447/task/11462/stat : 11462 (java) S 11444 11447 10031 0 -1 1077944384 1014 0 0 0 1 0 0 0 20 0 15 0 272719747 14427033600 2941277 33554432000 4194304 4196468 140722883167664 139772032502576 139772859120258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
Current children cumulated CPU time: 68.36 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11765108 KiB

[startup+27.4009 s]
/proc/loadavg: 1.82 1.40 1.39 6/215 11462
/proc/meminfo: memFree=12638876/32770624 swapFree=67107648/67108860
[pid=11447] ppid=11444 vsize=14088900 memory=11765232 CPUtime=68.92 cores=0,2,4,6
/proc/11447/stat : 11447 (java) S 11444 11447 10031 0 -1 1077944320 560380 0 0 0 5947 945 0 0 20 0 15 0 272719740 14427033600 2941308 33554432000 4194304 4196468 140722883167664 140722883150208 139772859109111 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
/proc/11447/statm: 3522225 2941308 3592 1 0 3484297 0
[pid=11447/tid=11449] ppid=11444 vsize=14088900 memory=5684 CPUtime=12.99 cores=0,2,4,6
/proc/11447/task/11449/stat : 11449 (java) S 11444 11447 10031 0 -1 1077944384 29238 0 0 0 1277 22 0 0 20 0 15 0 272719741 14427033600 2941308 33554432000 4194304 4196468 140722883167664 139772863348608 139772859119317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11450] ppid=11444 vsize=14088900 memory=756 CPUtime=13.01 cores=0,2,4,6
/proc/11447/task/11450/stat : 11450 (java) S 11444 11447 10031 0 -1 1077944384 107826 0 0 0 1103 198 0 0 20 0 15 0 272719742 14427033600 2941308 33554432000 4194304 4196468 140722883167664 139772811729168 139772859119317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11451] ppid=11444 vsize=14088900 memory=13940 CPUtime=13.1 cores=0,2,4,6
/proc/11447/task/11451/stat : 11451 (java) S 11444 11447 10031 0 -1 1077944384 174224 0 0 0 1081 229 0 0 20 0 15 0 272719742 14427033600 2941308 33554432000 4194304 4196468 140722883167664 139772810676624 139772859119317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11452] ppid=11444 vsize=14088900 memory=12552 CPUtime=13.03 cores=0,2,4,6
/proc/11447/task/11452/stat : 11452 (java) S 11444 11447 10031 0 -1 1077944384 104977 0 0 0 1073 230 0 0 20 0 15 0 272719742 14427033600 2941308 33554432000 4194304 4196468 140722883167664 139772809624080 139772859119317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11453] ppid=11444 vsize=14088900 memory=3792 CPUtime=13.05 cores=0,2,4,6
/proc/11447/task/11453/stat : 11453 (java) S 11444 11447 10031 0 -1 1077944384 108185 0 0 0 1050 255 0 0 20 0 15 0 272719742 14427033600 2941308 33554432000 4194304 4196468 140722883167664 139772808571536 139772859119317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11454] ppid=11444 vsize=14088900 memory=2324 CPUtime=1.17 cores=0,2,4,6
/proc/11447/task/11454/stat : 11454 (java) R 11444 11447 10031 0 -1 4202560 25543 0 0 0 115 2 0 0 20 0 15 0 272719743 14427033600 2941308 33554432000 4194304 4196468 140722883167664 139772040922064 139772837479291 0 0 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11455] ppid=11444 vsize=14088900 memory=1580 CPUtime=0 cores=0,2,4,6
/proc/11447/task/11455/stat : 11455 (java) S 11444 11447 10031 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 272719744 14427033600 2941308 33554432000 4194304 4196468 140722883167664 139772039869920 139772859119317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11456] ppid=11444 vsize=14088900 memory=496 CPUtime=0 cores=0,2,4,6
/proc/11447/task/11456/stat : 11456 (java) S 11444 11447 10031 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 272719744 14427033600 2941308 33554432000 4194304 4196468 140722883167664 139772038817280 139772859119317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11457] ppid=11444 vsize=14088900 memory=1800 CPUtime=0 cores=0,2,4,6
/proc/11447/task/11457/stat : 11457 (java) S 11444 11447 10031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272719746 14427033600 2941308 33554432000 4194304 4196468 140722883167664 139772037765840 139772859127707 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11458] ppid=11444 vsize=14088900 memory=916 CPUtime=0.92 cores=0,2,4,6
/proc/11447/task/11458/stat : 11458 (java) S 11444 11447 10031 0 -1 1077944384 2974 0 0 0 91 1 0 0 20 0 15 0 272719746 14427033600 2941308 33554432000 4194304 4196468 140722883167664 139772036712432 139772859120258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11459] ppid=11444 vsize=14088900 memory=3856 CPUtime=1.01 cores=0,2,4,6
/proc/11447/task/11459/stat : 11459 (java) S 11444 11447 10031 0 -1 1077944384 2286 0 0 0 101 0 0 0 20 0 15 0 272719746 14427033600 2941308 33554432000 4194304 4196468 140722883167664 139772035659888 139772859120258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11460] ppid=11444 vsize=14088900 memory=2592 CPUtime=0.52 cores=0,2,4,6
/proc/11447/task/11460/stat : 11460 (java) S 11444 11447 10031 0 -1 1077944384 2702 0 0 0 51 1 0 0 20 0 15 0 272719746 14427033600 2941308 33554432000 4194304 4196468 140722883167664 139772034607344 139772859120258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11461] ppid=11444 vsize=14088900 memory=2592 CPUtime=0 cores=0,2,4,6
/proc/11447/task/11461/stat : 11461 (java) S 11444 11447 10031 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272719746 14427033600 2941308 33554432000 4194304 4196468 140722883167664 139772033555040 139772859119317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
[pid=11447/tid=11462] ppid=11444 vsize=14088900 memory=1408 CPUtime=0.01 cores=0,2,4,6
/proc/11447/task/11462/stat : 11462 (java) S 11444 11447 10031 0 -1 1077944384 1014 0 0 0 1 0 0 0 20 0 15 0 272719747 14427033600 2941308 33554432000 4194304 4196468 140722883167664 139772032502576 139772859120258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33038336 140722883175498 140722883175689 140722883175689 140722883178447 0
Current children cumulated CPU time: 68.92 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11765232 KiB

[startup+27.5008 s]*
/proc/loadavg: 1.82 1.40 1.39 3/202 11463
/proc/meminfo: memFree=18411196/32770624 swapFree=67107648/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): 27.5545
CPU time (s): 69.088
CPU user time (s): 59.5255
CPU system time (s): 9.56249
CPU usage (%): 250.732
Max. virtual memory (cumulated for all children) (KiB): 14088900
Max. memory (cumulated for all children) (KiB): 11765232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 59.5255
system time used= 9.56249
maximum resident set size= 11765232
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 560554
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13016
involuntary context switches= 524


# summary of solver processes directly reported to runsolver:
#   pid: 11447
#   total CPU time (s): 69.088
#   total CPU user time (s): 59.5255
#   total CPU system time (s): 9.56249

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.164846 second user time and 0.35464 second system time

The end

Launcher Data

Begin job on node136 at 2018-08-18 02:19:26
IDJOB=4311560
IDBENCH=141312
IDSOLVER=2799
FILE ID=node136/4311560-1534551564
RUNJOBID= node136-1534541039-10062
PBS_JOBID= 21038635
Free space on /tmp= 53016 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-17
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-14-4-rom_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4311560-1534551564/watcher-4311560-1534551564 -o /tmp/evaluation-result-4311560-1534551564/solver-4311560-1534551564 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1534541039-10062 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 36501248 --timelimit 2520 --memlimit 11000 --nbcore 1 HOME/instance-4311560-1534551564.xml

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

MD5SUM BENCH= 52d67a2c2b92da49d73f7cfe8dcb2e5e
RANDOM SEED=36501248

node136.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.50
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.50
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.50
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.50
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:        24415524 kB
MemAvailable:   31604628 kB
Buffers:          169824 kB
Cached:          7298648 kB
SwapCached:           44 kB
Active:          4375300 kB
Inactive:        3439564 kB
Active(anon):     319604 kB
Inactive(anon):    95276 kB
Active(file):    4055696 kB
Inactive(file):  3344288 kB
Unevictable:        7376 kB
Mlocked:            7376 kB
SwapTotal:      67108860 kB
SwapFree:       67107648 kB
Dirty:            155692 kB
Writeback:             0 kB
AnonPages:        353660 kB
Mapped:            32200 kB
Shmem:             65856 kB
Slab:             239208 kB
SReclaimable:     209908 kB
SUnreclaim:        29300 kB
KernelStack:        3520 kB
PageTables:         5920 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1307068 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    278528 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 52980 MiB
End job on node136 at 2018-08-18 02:19:53