Trace number 4311547

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? 391.083 130.033

General information on the benchmark

NameGraphColoring/
GraphColoring-qg-order60_c18.xml
MD5SUM2b7bed68bca9665ed3be29de24764d77
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark59
Best CPU time to get the best result obtained on this benchmark2519.69
Satisfiable
(Un)Satisfiability was proved
Number of variables3600
Number of constraints212400
Number of domains1
Minimum domain size3600
Maximum domain size3600
Distribution of domain sizes[{"size":3600,"count":3600}]
Minimum variable degree119
Maximum variable degree119
Distribution of variable degrees[{"degree":119,"count":3600}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":212400}]
Number of extensional constraints0
Number of intensional constraints212400
Distribution of constraint types[{"type":"intension","count":212400}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.66/0.94	c version: 2018-08-17
0.66/0.94	c seed: 742109572
0.66/0.94	c timeout: 2520
0.66/0.94	c memlimit: 11000
0.66/0.94	c nbcore: 1
0.66/0.96	c Parsing instance...
390.77/129.88	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
390.77/129.88		at java.lang.Integer.valueOf(Integer.java:832)
390.77/129.88		at scala.runtime.BoxesRunTime.boxToInteger(BoxesRunTime.java:65)
390.77/129.88		at scala.runtime.java8.JFunction1$mcII$sp.apply(JFunction1$mcII$sp.java:12)
390.77/129.88		at scala.Array$.tabulate(Array.scala:330)
390.77/129.88		at oscar.cp.core.variables.CPIntVarAdaptable.oscar$cp$core$variables$CPIntVarAdaptable$$buildSparse(CPIntVarAdaptable.scala:277)
390.77/129.88		at oscar.cp.core.variables.CPIntVarAdaptable.removeContinuous(CPIntVarAdaptable.scala:267)
390.77/129.88		at oscar.cp.core.variables.CPIntVarAdaptable.removeValue(CPIntVarAdaptable.scala:259)
390.77/129.88		at oscar.cp.constraints.DiffVal.setup(DiffVal.scala:10)
390.77/129.88		at oscar.cp.core.CPStore.post(CPStore.scala:282)
390.77/129.88		at oscar.cp.core.CPSolver.$anonfun$add$1(CPSolver.scala:138)
390.77/129.88		at oscar.cp.core.CPSolver$$Lambda$170/600554759.apply$mcV$sp(Unknown Source)
390.77/129.88		at oscar.algo.search.BranchingUtils.isInconsistent(BranchingUtils.scala:39)
390.77/129.88		at oscar.algo.search.BranchingUtils.isInconsistent$(BranchingUtils.scala:37)
390.77/129.88		at oscar.cp.package$.isInconsistent(package.scala:54)
390.77/129.88		at oscar.cp.core.CPSolver.add(CPSolver.scala:138)
390.77/129.88		at oscar.cp.core.CPSolver.add(CPSolver.scala:144)
390.77/129.88		at oscar.modeling.models.cp.CPModel.postConstraintForPossibleConstant(CPModel.scala:706)
390.77/129.88		at oscar.modeling.models.cp.CPModel.postBooleanExpression(CPModel.scala:431)
390.77/129.88		at oscar.modeling.models.cp.CPModel.post(CPModel.scala:309)
390.77/129.88		at oscar.modeling.models.LeafModel.add(InstantiatedModel.scala:34)
390.77/129.88		at oscar.modeling.models.LeafModel.add$(InstantiatedModel.scala:34)
390.77/129.88		at oscar.modeling.models.InstantiatedModel.add(InstantiatedModel.scala:47)
390.77/129.88		at oscar.modeling.models.InstantiatedModel.$anonfun$new$1(InstantiatedModel.scala:54)
390.77/129.88		at oscar.modeling.models.InstantiatedModel.$anonfun$new$1$adapted(InstantiatedModel.scala:54)
390.77/129.88		at oscar.modeling.models.InstantiatedModel$$Lambda$161/409007038.apply(Unknown Source)
390.77/129.88		at scala.collection.immutable.List.foreach(List.scala:389)
390.77/129.88		at oscar.modeling.models.InstantiatedModel.<init>(InstantiatedModel.scala:54)
390.77/129.88		at oscar.modeling.models.cp.CPModel.<init>(CPModel.scala:256)
390.77/129.88		at oscar.modeling.models.operators.CPInstantiate$.apply(CPInstantiate.scala:26)
390.77/129.88		at oscar.xcsp3.competition.solvers.resources.COSSolver.runSolver(COSSolver.scala:28)
390.77/129.88		at oscar.xcsp3.competition.CompetitionApp.delayedEndpoint$oscar$xcsp3$competition$CompetitionApp$1(CompetitionApp.scala:78)
390.77/129.88		at oscar.xcsp3.competition.CompetitionApp$delayedInit$body.apply(CompetitionApp.scala:53)
390.95/129.99	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 (13185 MiB free)
  memory of node 1: 16384 MiB (10965 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4311547-1534543614/watcher-4311547-1534543614 -o /tmp/evaluation-result-4311547-1534543614/solver-4311547-1534543614 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1534541040-3481 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 742109572 --timelimit 2520 --memlimit 11000 --nbcore 1 HOME/instance-4311547-1534543614.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
solver pid=4268, runsolver pid=4265
Current StackSize limit: 8192 KiB


[startup+0.100095 s]*
/proc/loadavg: 1.40 1.43 1.34 3/218 4283
/proc/meminfo: memFree=24712544/32770624 swapFree=67108840/67108860
[pid=4268] ppid=4265 vsize=14082736 memory=31532 CPUtime=0.11 cores=1,3,5,7
/proc/4268/stat : 4268 (java) S 4265 4268 3449 0 -1 1077944320 6782 0 0 0 10 1 0 0 20 0 15 0 271924548 14420721664 7883 33554432000 4194304 4196468 140723542944752 140723542927296 140228477447927 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
/proc/4268/statm: 3520684 7883 3150 1 0 3482761 0
[pid=4268/tid=4270] ppid=4265 vsize=14082736 memory=-8825469193028465856 CPUtime=0.09 cores=1,3,5,7
/proc/4268/task/4270/stat : 4270 (java) R 4265 4268 3449 0 -1 4202560 4824 0 0 0 8 1 0 0 20 0 15 0 271924548 14420721664 7883 33554432000 4194304 4196468 140723542944752 140228481680496 140228477459862 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4271] ppid=4265 vsize=14082736 memory=8257237230052613020 CPUtime=0 cores=1,3,5,7
/proc/4268/task/4271/stat : 4271 (java) S 4265 4268 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271924549 14420721664 7883 33554432000 4194304 4196468 140723542944752 140228407536272 140228477458133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4272] ppid=4265 vsize=14082736 memory=140503658346112 CPUtime=0 cores=1,3,5,7
/proc/4268/task/4272/stat : 4272 (java) S 4265 4268 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271924549 14420721664 7883 33554432000 4194304 4196468 140723542944752 140228406483472 140228477458133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4273] ppid=4265 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4268/task/4273/stat : 4273 (java) S 4265 4268 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271924549 14420721664 7883 33554432000 4194304 4196468 140723542944752 140228405430672 140228477458133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4274] ppid=4265 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4268/task/4274/stat : 4274 (java) S 4265 4268 3449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 271924549 14420721664 7883 33554432000 4194304 4196468 140723542944752 140228404377872 140228477458133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4275] ppid=4265 vsize=14082736 memory=140503658346112 CPUtime=0 cores=1,3,5,7
/proc/4268/task/4275/stat : 4275 (java) S 4265 4268 3449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 271924551 14420721664 7883 33554432000 4194304 4196468 140723542944752 140227390716784 140228477459074 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4276] ppid=4265 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4268/task/4276/stat : 4276 (java) S 4265 4268 3449 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 271924551 14420721664 7883 33554432000 4194304 4196468 140723542944752 140227389662752 140228477458133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4277] ppid=4265 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4268/task/4277/stat : 4277 (java) S 4265 4268 3449 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 271924551 14420721664 7883 33554432000 4194304 4196468 140723542944752 140227388609904 140228477458133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4278] ppid=4265 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4268/task/4278/stat : 4278 (java) S 4265 4268 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271924554 14420721664 7883 33554432000 4194304 4196468 140723542944752 140227387558224 140228477466523 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4279] ppid=4265 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4268/task/4279/stat : 4279 (java) S 4265 4268 3449 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 15 0 271924554 14420721664 7883 33554432000 4194304 4196468 140723542944752 140227386505584 140228477459074 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4280] ppid=4265 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4268/task/4280/stat : 4280 (java) S 4265 4268 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271924554 14420721664 7883 33554432000 4194304 4196468 140723542944752 140227385452784 140228477459074 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4281] ppid=4265 vsize=14082736 memory=140503658346112 CPUtime=0.01 cores=1,3,5,7
/proc/4268/task/4281/stat : 4281 (java) R 4265 4268 3449 0 -1 4202560 275 0 0 0 1 0 0 0 20 0 15 0 271924554 14420721664 7883 33554432000 4194304 4196468 140723542944752 140227384399984 140228477459862 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4282] ppid=4265 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4268/task/4282/stat : 4282 (java) S 4265 4268 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271924554 14420721664 7883 33554432000 4194304 4196468 140723542944752 140227383347424 140228477458133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4283] ppid=4265 vsize=14082736 memory=140503658346112 CPUtime=0 cores=1,3,5,7
/proc/4268/task/4283/stat : 4283 (java) S 4265 4268 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271924554 14420721664 7883 33554432000 4194304 4196468 140723542944752 140227382295728 140228477459074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 31532 KiB

[startup+0.210584 s]*
/proc/loadavg: 1.40 1.43 1.34 7/218 4283
/proc/meminfo: memFree=24696908/32770624 swapFree=67108840/67108860
[pid=4268] ppid=4265 vsize=14082736 memory=47348 CPUtime=0.3 cores=1,3,5,7
/proc/4268/stat : 4268 (java) S 4265 4268 3449 0 -1 1077944320 10409 0 0 0 27 3 0 0 20 0 15 0 271924548 14420721664 11837 33554432000 4194304 4196468 140723542944752 140723542927296 140228477447927 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
/proc/4268/statm: 3520684 11837 3366 1 0 3482761 0
[pid=4268/tid=4270] ppid=4265 vsize=14082736 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/4268/task/4270/stat : 4270 (java) R 4265 4268 3449 0 -1 4202560 8164 0 0 0 18 2 0 0 20 0 15 0 271924548 14420721664 11837 33554432000 4194304 4196468 140723542944752 140228481672896 140228456525739 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4271] ppid=4265 vsize=14082736 memory=365 CPUtime=0 cores=1,3,5,7
/proc/4268/task/4271/stat : 4271 (java) S 4265 4268 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271924549 14420721664 11837 33554432000 4194304 4196468 140723542944752 140228407536272 140228477458133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4272] ppid=4265 vsize=14082736 memory=140503658354250 CPUtime=0 cores=1,3,5,7
/proc/4268/task/4272/stat : 4272 (java) S 4265 4268 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271924549 14420721664 11837 33554432000 4194304 4196468 140723542944752 140228406483472 140228477458133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4273] ppid=4265 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4268/task/4273/stat : 4273 (java) S 4265 4268 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271924549 14420721664 11837 33554432000 4194304 4196468 140723542944752 140228405430672 140228477458133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4274] ppid=4265 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4268/task/4274/stat : 4274 (java) S 4265 4268 3449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 271924549 14420721664 11837 33554432000 4194304 4196468 140723542944752 140228404377872 140228477458133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4275] ppid=4265 vsize=14082736 memory=140503658346112 CPUtime=0 cores=1,3,5,7
/proc/4268/task/4275/stat : 4275 (java) S 4265 4268 3449 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 271924551 14420721664 11837 33554432000 4194304 4196468 140723542944752 140227390716784 140228477459074 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4276] ppid=4265 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4268/task/4276/stat : 4276 (java) S 4265 4268 3449 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 271924551 14420721664 11837 33554432000 4194304 4196468 140723542944752 140227389662752 140228477458133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4277] ppid=4265 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4268/task/4277/stat : 4277 (java) S 4265 4268 3449 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 271924551 14420721664 11837 33554432000 4194304 4196468 140723542944752 140227388609904 140228477458133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4278] ppid=4265 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4268/task/4278/stat : 4278 (java) S 4265 4268 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271924554 14420721664 11837 33554432000 4194304 4196468 140723542944752 140227387558224 140228477466523 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4279] ppid=4265 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/4268/task/4279/stat : 4279 (java) R 4265 4268 3449 0 -1 4202560 548 0 0 0 2 0 0 0 20 0 15 0 271924554 14420721664 11837 33554432000 4194304 4196468 140723542944752 140227386486600 140228455305089 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4280] ppid=4265 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4268/task/4280/stat : 4280 (java) R 4265 4268 3449 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 15 0 271924554 14420721664 11837 33554432000 4194304 4196468 140723542944752 140227385452880 140228477458133 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4281] ppid=4265 vsize=14082736 memory=140503658346112 CPUtime=0.06 cores=1,3,5,7
/proc/4268/task/4281/stat : 4281 (java) R 4265 4268 3449 0 -1 4202560 299 0 0 0 6 0 0 0 20 0 15 0 271924554 14420721664 11837 33554432000 4194304 4196468 140723542944752 140227384396920 140228456393605 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4282] ppid=4265 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4268/task/4282/stat : 4282 (java) S 4265 4268 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271924554 14420721664 11837 33554432000 4194304 4196468 140723542944752 140227383347424 140228477458133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4283] ppid=4265 vsize=14082736 memory=140503658346112 CPUtime=0 cores=1,3,5,7
/proc/4268/task/4283/stat : 4283 (java) S 4265 4268 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271924554 14420721664 11837 33554432000 4194304 4196468 140723542944752 140227382295728 140228477459074 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47348 KiB

[startup+0.310772 s]*
/proc/loadavg: 1.40 1.43 1.34 4/218 4283
/proc/meminfo: memFree=24693504/32770624 swapFree=67108840/67108860
[pid=4268] ppid=4265 vsize=14082736 memory=50680 CPUtime=0.44 cores=1,3,5,7
/proc/4268/stat : 4268 (java) S 4265 4268 3449 0 -1 1077944320 10823 0 0 0 41 3 0 0 20 0 15 0 271924548 14420721664 12670 33554432000 4194304 4196468 140723542944752 140723542927296 140228477447927 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
/proc/4268/statm: 3520684 12670 3369 1 0 3482761 0
[pid=4268/tid=4270] ppid=4265 vsize=14082736 memory=7311146985107750967 CPUtime=0.29 cores=1,3,5,7
/proc/4268/task/4270/stat : 4270 (java) R 4265 4268 3449 0 -1 4202560 8499 0 0 0 27 2 0 0 20 0 15 0 271924548 14420721664 12670 33554432000 4194304 4196468 140723542944752 140228481659440 140228462613480 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4271] ppid=4265 vsize=14082736 memory=290763888105095191 CPUtime=0 cores=1,3,5,7
/proc/4268/task/4271/stat : 4271 (java) S 4265 4268 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271924549 14420721664 12670 33554432000 4194304 4196468 140723542944752 140228407536272 140228477458133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4272] ppid=4265 vsize=14082736 memory=14836791696242328 CPUtime=0 cores=1,3,5,7
/proc/4268/task/4272/stat : 4272 (java) S 4265 4268 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271924549 14420721664 12670 33554432000 4194304 4196468 140723542944752 140228406483472 140228477458133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4273] ppid=4265 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4268/task/4273/stat : 4273 (java) S 4265 4268 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271924549 14420721664 12670 33554432000 4194304 4196468 140723542944752 140228405430672 140228477458133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4274] ppid=4265 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4268/task/4274/stat : 4274 (java) S 4265 4268 3449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 271924549 14420721664 12670 33554432000 4194304 4196468 140723542944752 140228404377872 140228477458133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4275] ppid=4265 vsize=14082736 memory=140503658346112 CPUtime=0 cores=1,3,5,7
/proc/4268/task/4275/stat : 4275 (java) S 4265 4268 3449 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 271924551 14420721664 12670 33554432000 4194304 4196468 140723542944752 140227390716784 140228477459074 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4276] ppid=4265 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4268/task/4276/stat : 4276 (java) S 4265 4268 3449 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 271924551 14420721664 12670 33554432000 4194304 4196468 140723542944752 140227389662752 140228477458133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4277] ppid=4265 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4268/task/4277/stat : 4277 (java) S 4265 4268 3449 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 271924551 14420721664 12670 33554432000 4194304 4196468 140723542944752 140227388609904 140228477458133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4278] ppid=4265 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4268/task/4278/stat : 4278 (java) S 4265 4268 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271924554 14420721664 12670 33554432000 4194304 4196468 140723542944752 140227387558224 140228477466523 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4279] ppid=4265 vsize=14082736 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/4268/task/4279/stat : 4279 (java) S 4265 4268 3449 0 -1 1077944384 567 0 0 0 3 0 0 0 20 0 15 0 271924554 14420721664 12670 33554432000 4194304 4196468 140723542944752 140227386505584 140228477459074 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4280] ppid=4265 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/4268/task/4280/stat : 4280 (java) S 4265 4268 3449 0 -1 1077944384 66 0 0 0 2 0 0 0 20 0 15 0 271924554 14420721664 12670 33554432000 4194304 4196468 140723542944752 140227385452784 140228477459074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4281] ppid=4265 vsize=14082736 memory=140503658346112 CPUtime=0.08 cores=1,3,5,7
/proc/4268/task/4281/stat : 4281 (java) S 4265 4268 3449 0 -1 1077944384 309 0 0 0 8 0 0 0 20 0 15 0 271924554 14420721664 12670 33554432000 4194304 4196468 140723542944752 140227384399984 140228477459074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4282] ppid=4265 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4268/task/4282/stat : 4282 (java) S 4265 4268 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271924554 14420721664 12670 33554432000 4194304 4196468 140723542944752 140227383347424 140228477458133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4283] ppid=4265 vsize=14082736 memory=140503658346112 CPUtime=0 cores=1,3,5,7
/proc/4268/task/4283/stat : 4283 (java) S 4265 4268 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271924554 14420721664 12670 33554432000 4194304 4196468 140723542944752 140227382295728 140228477459074 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50680 KiB

[startup+0.700643 s]
/proc/loadavg: 1.40 1.43 1.34 2/218 4283
/proc/meminfo: memFree=24666696/32770624 swapFree=67108840/67108860
[pid=4268] ppid=4265 vsize=14082736 memory=74120 CPUtime=0.66 cores=1,3,5,7
/proc/4268/stat : 4268 (java) S 4265 4268 3449 0 -1 1077944320 15887 0 0 0 62 4 0 0 20 0 15 0 271924548 14420721664 18530 33554432000 4194304 4196468 140723542944752 140723542927296 140228477447927 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
/proc/4268/statm: 3520684 18530 3369 1 0 3482761 0
[pid=4268/tid=4270] ppid=4265 vsize=14082736 memory=4284 CPUtime=0.48 cores=1,3,5,7
/proc/4268/task/4270/stat : 4270 (java) D 4265 4268 3449 0 -1 4202560 13544 0 0 0 45 3 0 0 20 0 15 0 271924548 14420721664 18530 33554432000 4194304 4196468 140723542944752 140228481665960 140228457100400 0 4 0 16800975 18446744072100899973 0 0 -1 1 0 0 0 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4271] ppid=4265 vsize=14082736 memory=16320 CPUtime=0 cores=1,3,5,7
/proc/4268/task/4271/stat : 4271 (java) S 4265 4268 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271924549 14420721664 18530 33554432000 4194304 4196468 140723542944752 140228407536272 140228477458133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4272] ppid=4265 vsize=14082736 memory=1720 CPUtime=0 cores=1,3,5,7
/proc/4268/task/4272/stat : 4272 (java) S 4265 4268 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271924549 14420721664 18530 33554432000 4194304 4196468 140723542944752 140228406483472 140228477458133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4273] ppid=4265 vsize=14082736 memory=1168 CPUtime=0 cores=1,3,5,7
/proc/4268/task/4273/stat : 4273 (java) S 4265 4268 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 271924549 14420721664 18530 33554432000 4194304 4196468 140723542944752 140228405430672 140228477458133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4274] ppid=4265 vsize=14082736 memory=508 CPUtime=0 cores=1,3,5,7
/proc/4268/task/4274/stat : 4274 (java) S 4265 4268 3449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 271924549 14420721664 18530 33554432000 4194304 4196468 140723542944752 140228404377872 140228477458133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4275] ppid=4265 vsize=14082736 memory=924 CPUtime=0 cores=1,3,5,7
/proc/4268/task/4275/stat : 4275 (java) S 4265 4268 3449 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 271924551 14420721664 18530 33554432000 4194304 4196468 140723542944752 140227390716784 140228477459074 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4276] ppid=4265 vsize=14082736 memory=4100 CPUtime=0 cores=1,3,5,7
/proc/4268/task/4276/stat : 4276 (java) S 4265 4268 3449 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 271924551 14420721664 18530 33554432000 4194304 4196468 140723542944752 140227389662752 140228477458133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4277] ppid=4265 vsize=14082736 memory=2372 CPUtime=0 cores=1,3,5,7
/proc/4268/task/4277/stat : 4277 (java) S 4265 4268 3449 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 271924551 14420721664 18530 33554432000 4194304 4196468 140723542944752 140227388609904 140228477458133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4278] ppid=4265 vsize=14082736 memory=6153431502485414241 CPUtime=0 cores=1,3,5,7
/proc/4268/task/4278/stat : 4278 (java) S 4265 4268 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271924554 14420721664 18530 33554432000 4194304 4196468 140723542944752 140227387558224 140228477466523 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4279] ppid=4265 vsize=14082736 memory=7881696724453321575 CPUtime=0.03 cores=1,3,5,7
/proc/4268/task/4279/stat : 4279 (java) S 4265 4268 3449 0 -1 1077944384 573 0 0 0 3 0 0 0 20 0 15 0 271924554 14420721664 18530 33554432000 4194304 4196468 140723542944752 140227386505584 140228477459074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4280] ppid=4265 vsize=14082736 memory=7810487918915055718 CPUtime=0.02 cores=1,3,5,7
/proc/4268/task/4280/stat : 4280 (java) S 4265 4268 3449 0 -1 1077944384 66 0 0 0 2 0 0 0 20 0 15 0 271924554 14420721664 18530 33554432000 4194304 4196468 140723542944752 140227385452784 140228477459074 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4281] ppid=4265 vsize=14082736 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/4268/task/4281/stat : 4281 (java) S 4265 4268 3449 0 -1 1077944384 322 0 0 0 10 0 0 0 20 0 15 0 271924554 14420721664 18530 33554432000 4194304 4196468 140723542944752 140227384399984 140228477459074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4282] ppid=4265 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4268/task/4282/stat : 4282 (java) S 4265 4268 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271924554 14420721664 18530 33554432000 4194304 4196468 140723542944752 140227383347424 140228477458133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4283] ppid=4265 vsize=14082736 memory=4548 CPUtime=0 cores=1,3,5,7
/proc/4268/task/4283/stat : 4283 (java) D 4265 4268 3449 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 15 0 271924554 14420721664 18530 33554432000 4194304 4196468 140723542944752 140227382295648 140228462304014 0 4 0 16800975 18446744072100899973 0 0 -1 5 0 0 0 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 74120 KiB

[startup+1.50074 s]
/proc/loadavg: 1.40 1.43 1.34 4/218 4283
/proc/meminfo: memFree=24654600/32770624 swapFree=67108840/67108860
[pid=4268] ppid=4265 vsize=14086852 memory=316764 CPUtime=2.11 cores=1,3,5,7
/proc/4268/stat : 4268 (java) S 4265 4268 3449 0 -1 1077944320 19043 0 0 0 187 24 0 0 20 0 15 0 271924548 14424936448 79191 33554432000 4194304 4196468 140723542944752 140723542927296 140228477447927 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
/proc/4268/statm: 3521713 79191 3539 1 0 3483785 0
[pid=4268/tid=4270] ppid=4265 vsize=14086852 memory=-7169539485663701033 CPUtime=0.98 cores=1,3,5,7
/proc/4268/task/4270/stat : 4270 (java) R 4265 4268 3449 0 -1 4202560 15283 0 0 0 92 6 0 0 20 0 15 0 271924548 14424936448 79191 33554432000 4194304 4196468 140723542944752 140228481684480 140228081894976 0 4 0 16800975 0 0 0 -1 5 0 0 37 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4271] ppid=4265 vsize=14086852 memory=6944656592455359580 CPUtime=0.1 cores=1,3,5,7
/proc/4268/task/4271/stat : 4271 (java) S 4265 4268 3449 0 -1 1077944384 65 0 0 0 7 3 0 0 20 0 15 0 271924549 14424936448 79191 33554432000 4194304 4196468 140723542944752 140228407536272 140228477458133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4272] ppid=4265 vsize=14086852 memory=6943526294502006880 CPUtime=0.1 cores=1,3,5,7
/proc/4268/task/4272/stat : 4272 (java) S 4265 4268 3449 0 -1 1077944384 60 0 0 0 7 3 0 0 20 0 15 0 271924549 14424936448 79191 33554432000 4194304 4196468 140723542944752 140228406483472 140228477458133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4273] ppid=4265 vsize=14086852 memory=6944656575208382560 CPUtime=0.09 cores=1,3,5,7
/proc/4268/task/4273/stat : 4273 (java) S 4265 4268 3449 0 -1 1077944384 57 0 0 0 6 3 0 0 20 0 15 0 271924549 14424936448 79191 33554432000 4194304 4196468 140723542944752 140228405430672 140228477458133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4274] ppid=4265 vsize=14086852 memory=-4051592751533505334 CPUtime=0.1 cores=1,3,5,7
/proc/4268/task/4274/stat : 4274 (java) S 4265 4268 3449 0 -1 1077944384 68 0 0 0 7 3 0 0 20 0 15 0 271924549 14424936448 79191 33554432000 4194304 4196468 140723542944752 140228404377872 140228477458133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4275] ppid=4265 vsize=14086852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4268/task/4275/stat : 4275 (java) S 4265 4268 3449 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 271924551 14424936448 79191 33554432000 4194304 4196468 140723542944752 140227390716784 140228477459074 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0

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


[startup+128.101 s]*
/proc/loadavg: 2.85 1.97 1.54 6/218 4286
/proc/meminfo: memFree=12943148/32770624 swapFree=67108840/67108860
[pid=4268] ppid=4265 vsize=14090948 memory=11769620 CPUtime=384.21 cores=1,3,5,7
/proc/4268/stat : 4268 (java) S 4265 4268 3449 0 -1 1077944320 613576 0 0 0 37215 1206 0 0 20 0 15 0 271924548 14429130752 2942405 33554432000 4194304 4196468 140723542944752 140723542927296 140228477447927 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
/proc/4268/statm: 3522737 2942405 3608 1 0 3484809 0
[pid=4268/tid=4270] ppid=4265 vsize=14090948 memory=8112282956445269571 CPUtime=37.36 cores=1,3,5,7
/proc/4268/task/4270/stat : 4270 (java) S 4265 4268 3449 0 -1 1077944384 31718 0 0 0 3687 49 0 0 20 0 15 0 271924548 14429130752 2942405 33554432000 4194304 4196468 140723542944752 140228481686416 140228477458133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 37 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4271] ppid=4265 vsize=14090948 memory=4126316290023845779 CPUtime=83.87 cores=1,3,5,7
/proc/4268/task/4271/stat : 4271 (java) R 4265 4268 3449 0 -1 4202560 104143 0 0 0 8083 304 0 0 20 0 15 0 271924549 14429130752 2942405 33554432000 4194304 4196468 140723542944752 140228407536080 140228470076135 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4272] ppid=4265 vsize=14090948 memory=8329294824090543255 CPUtime=84.01 cores=1,3,5,7
/proc/4268/task/4272/stat : 4272 (java) R 4265 4268 3449 0 -1 4202560 100885 0 0 0 8102 299 0 0 20 0 15 0 271924549 14429130752 2942405 33554432000 4194304 4196468 140723542944752 140228406483672 140228470547583 0 4 0 16800975 0 0 0 -1 7 0 0 1 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4273] ppid=4265 vsize=14090948 memory=-7384994774051102368 CPUtime=83.91 cores=1,3,5,7
/proc/4268/task/4273/stat : 4273 (java) R 4265 4268 3449 0 -1 4202560 112476 0 0 0 8134 257 0 0 20 0 15 0 271924549 14429130752 2942405 33554432000 4194304 4196468 140723542944752 140228405430480 140228460830960 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4274] ppid=4265 vsize=14090948 memory=4008 CPUtime=84.24 cores=1,3,5,7
/proc/4268/task/4274/stat : 4274 (java) R 4265 4268 3449 0 -1 4202560 109332 0 0 0 8146 278 0 0 20 0 15 0 271924549 14429130752 2942405 33554432000 4194304 4196468 140723542944752 140228404377992 140228463206744 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4275] ppid=4265 vsize=14090948 memory=4284 CPUtime=4.31 cores=1,3,5,7
/proc/4268/task/4275/stat : 4275 (java) S 4265 4268 3449 0 -1 1077944384 133125 0 0 0 423 8 0 0 20 0 15 0 271924551 14429130752 2942405 33554432000 4194304 4196468 140723542944752 140227390715328 140228477458133 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4276] ppid=4265 vsize=14090948 memory=16320 CPUtime=0 cores=1,3,5,7
/proc/4268/task/4276/stat : 4276 (java) S 4265 4268 3449 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 271924551 14429130752 2942405 33554432000 4194304 4196468 140723542944752 140227389662816 140228477458133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4277] ppid=4265 vsize=14090948 memory=1720 CPUtime=0 cores=1,3,5,7
/proc/4268/task/4277/stat : 4277 (java) S 4265 4268 3449 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 15 0 271924551 14429130752 2942405 33554432000 4194304 4196468 140723542944752 140227388609920 140228477458133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4278] ppid=4265 vsize=14090948 memory=11769608 CPUtime=0 cores=1,3,5,7
/proc/4268/task/4278/stat : 4278 (java) S 4265 4268 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271924554 14429130752 2942405 33554432000 4194304 4196468 140723542944752 140227387558224 140228477466523 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4279] ppid=4265 vsize=14090948 memory=508 CPUtime=2.88 cores=1,3,5,7
/proc/4268/task/4279/stat : 4279 (java) S 4265 4268 3449 0 -1 1077944384 6540 0 0 0 287 1 0 0 20 0 15 0 271924554 14429130752 2942405 33554432000 4194304 4196468 140723542944752 140227386505584 140228477459074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4280] ppid=4265 vsize=14090948 memory=3988 CPUtime=2.67 cores=1,3,5,7
/proc/4268/task/4280/stat : 4280 (java) S 4265 4268 3449 0 -1 1077944384 6637 0 0 0 266 1 0 0 20 0 15 0 271924554 14429130752 2942405 33554432000 4194304 4196468 140723542944752 140227385452784 140228477459074 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4281] ppid=4265 vsize=14090948 memory=2036 CPUtime=0.78 cores=1,3,5,7
/proc/4268/task/4281/stat : 4281 (java) S 4265 4268 3449 0 -1 1077944384 7001 0 0 0 76 2 0 0 20 0 15 0 271924554 14429130752 2942405 33554432000 4194304 4196468 140723542944752 140227384399984 140228477459074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4282] ppid=4265 vsize=14090948 memory=7528 CPUtime=0 cores=1,3,5,7
/proc/4268/task/4282/stat : 4282 (java) S 4265 4268 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271924554 14429130752 2942405 33554432000 4194304 4196468 140723542944752 140227383347424 140228477458133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4283] ppid=4265 vsize=14090948 memory=800 CPUtime=0.07 cores=1,3,5,7
/proc/4268/task/4283/stat : 4283 (java) S 4265 4268 3449 0 -1 1077944384 334 0 0 0 3 4 0 0 20 0 15 0 271924554 14429130752 2942405 33554432000 4194304 4196468 140723542944752 140227382295728 140228477459074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 36 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
Current children cumulated CPU time: 384.21 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 11769620 KiB

[startup+128.901 s]
/proc/loadavg: 2.85 1.97 1.54 6/218 4286
/proc/meminfo: memFree=12943148/32770624 swapFree=67108840/67108860
[pid=4268] ppid=4265 vsize=14090948 memory=11769620 CPUtime=387.28 cores=1,3,5,7
/proc/4268/stat : 4268 (java) S 4265 4268 3449 0 -1 1077944320 614437 0 0 0 37521 1207 0 0 20 0 15 0 271924548 14429130752 2942405 33554432000 4194304 4196468 140723542944752 140723542927296 140228477447927 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
/proc/4268/statm: 3522737 2942405 3608 1 0 3484809 0
[pid=4268/tid=4270] ppid=4265 vsize=14090948 memory=4100 CPUtime=37.36 cores=1,3,5,7
/proc/4268/task/4270/stat : 4270 (java) S 4265 4268 3449 0 -1 1077944384 31718 0 0 0 3687 49 0 0 20 0 15 0 271924548 14429130752 2942405 33554432000 4194304 4196468 140723542944752 140228481686416 140228477458133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 37 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4271] ppid=4265 vsize=14090948 memory=8112282956445269571 CPUtime=84.64 cores=1,3,5,7
/proc/4268/task/4271/stat : 4271 (java) R 4265 4268 3449 0 -1 4202560 104143 0 0 0 8159 305 0 0 20 0 15 0 271924549 14429130752 2942405 33554432000 4194304 4196468 140723542944752 140228407536080 140228470076135 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4272] ppid=4265 vsize=14090948 memory=916 CPUtime=84.79 cores=1,3,5,7
/proc/4268/task/4272/stat : 4272 (java) R 4265 4268 3449 0 -1 4202560 101746 0 0 0 8180 299 0 0 20 0 15 0 271924549 14429130752 2942405 33554432000 4194304 4196468 140723542944752 140228406483672 140228470547583 0 4 0 16800975 0 0 0 -1 7 0 0 1 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4273] ppid=4265 vsize=14090948 memory=11769620 CPUtime=84.67 cores=1,3,5,7
/proc/4268/task/4273/stat : 4273 (java) R 4265 4268 3449 0 -1 4202560 112476 0 0 0 8210 257 0 0 20 0 15 0 271924549 14429130752 2942405 33554432000 4194304 4196468 140723542944752 140228405430480 140228470076135 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4274] ppid=4265 vsize=14090948 memory=2620 CPUtime=85 cores=1,3,5,7
/proc/4268/task/4274/stat : 4274 (java) R 4265 4268 3449 0 -1 4202560 109332 0 0 0 8222 278 0 0 20 0 15 0 271924549 14429130752 2942405 33554432000 4194304 4196468 140723542944752 140228404377680 140228470076135 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4275] ppid=4265 vsize=14090948 memory=2708 CPUtime=4.31 cores=1,3,5,7
/proc/4268/task/4275/stat : 4275 (java) S 4265 4268 3449 0 -1 1077944384 133125 0 0 0 423 8 0 0 20 0 15 0 271924551 14429130752 2942405 33554432000 4194304 4196468 140723542944752 140227390715328 140228477458133 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4276] ppid=4265 vsize=14090948 memory=11769620 CPUtime=0 cores=1,3,5,7
/proc/4268/task/4276/stat : 4276 (java) S 4265 4268 3449 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 271924551 14429130752 2942405 33554432000 4194304 4196468 140723542944752 140227389662816 140228477458133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4277] ppid=4265 vsize=14090948 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/4268/task/4277/stat : 4277 (java) S 4265 4268 3449 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 15 0 271924551 14429130752 2942405 33554432000 4194304 4196468 140723542944752 140227388609920 140228477458133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4278] ppid=4265 vsize=14090948 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/4268/task/4278/stat : 4278 (java) S 4265 4268 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271924554 14429130752 2942405 33554432000 4194304 4196468 140723542944752 140227387558224 140228477466523 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4279] ppid=4265 vsize=14090948 memory=6656426216303648864 CPUtime=2.88 cores=1,3,5,7
/proc/4268/task/4279/stat : 4279 (java) S 4265 4268 3449 0 -1 1077944384 6540 0 0 0 287 1 0 0 20 0 15 0 271924554 14429130752 2942405 33554432000 4194304 4196468 140723542944752 140227386505584 140228477459074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4280] ppid=4265 vsize=14090948 memory=6944656575208382560 CPUtime=2.67 cores=1,3,5,7
/proc/4268/task/4280/stat : 4280 (java) S 4265 4268 3449 0 -1 1077944384 6637 0 0 0 266 1 0 0 20 0 15 0 271924554 14429130752 2942405 33554432000 4194304 4196468 140723542944752 140227385452784 140228477459074 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4281] ppid=4265 vsize=14090948 memory=7810763844726514514 CPUtime=0.78 cores=1,3,5,7
/proc/4268/task/4281/stat : 4281 (java) S 4265 4268 3449 0 -1 1077944384 7001 0 0 0 76 2 0 0 20 0 15 0 271924554 14429130752 2942405 33554432000 4194304 4196468 140723542944752 140227384399984 140228477459074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4282] ppid=4265 vsize=14090948 memory=7232890293113415765 CPUtime=0 cores=1,3,5,7
/proc/4268/task/4282/stat : 4282 (java) S 4265 4268 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271924554 14429130752 2942405 33554432000 4194304 4196468 140723542944752 140227383347424 140228477458133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4283] ppid=4265 vsize=14090948 memory=8112282956445269571 CPUtime=0.07 cores=1,3,5,7
/proc/4268/task/4283/stat : 4283 (java) S 4265 4268 3449 0 -1 1077944384 334 0 0 0 3 4 0 0 20 0 15 0 271924554 14429130752 2942405 33554432000 4194304 4196468 140723542944752 140227382295728 140228477459074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 36 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
Current children cumulated CPU time: 387.28 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 11769620 KiB

[startup+129.701 s]
/proc/loadavg: 3.03 2.02 1.56 6/218 4286
/proc/meminfo: memFree=12943148/32770624 swapFree=67108840/67108860
[pid=4268] ppid=4265 vsize=14090948 memory=11769620 CPUtime=390.38 cores=1,3,5,7
/proc/4268/stat : 4268 (java) S 4265 4268 3449 0 -1 1077944320 615609 0 0 0 37830 1208 0 0 20 0 15 0 271924548 14429130752 2942405 33554432000 4194304 4196468 140723542944752 140723542927296 140228477447927 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
/proc/4268/statm: 3522737 2942405 3608 1 0 3484809 0
[pid=4268/tid=4270] ppid=4265 vsize=14090948 memory=11769612 CPUtime=37.36 cores=1,3,5,7
/proc/4268/task/4270/stat : 4270 (java) S 4265 4268 3449 0 -1 1077944384 31718 0 0 0 3687 49 0 0 20 0 15 0 271924548 14429130752 2942405 33554432000 4194304 4196468 140723542944752 140228481686416 140228477458133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 37 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4271] ppid=4265 vsize=14090948 memory=836 CPUtime=85.41 cores=1,3,5,7
/proc/4268/task/4271/stat : 4271 (java) R 4265 4268 3449 0 -1 4202560 104143 0 0 0 8236 305 0 0 20 0 15 0 271924549 14429130752 2942405 33554432000 4194304 4196468 140723542944752 140228407536080 140228470076135 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4272] ppid=4265 vsize=14090948 memory=10692 CPUtime=85.59 cores=1,3,5,7
/proc/4268/task/4272/stat : 4272 (java) R 4265 4268 3449 0 -1 4202560 102918 0 0 0 8259 300 0 0 20 0 15 0 271924549 14429130752 2942405 33554432000 4194304 4196468 140723542944752 140228406483672 140228470547690 0 4 0 16800975 0 0 0 -1 7 0 0 1 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4273] ppid=4265 vsize=14090948 memory=8112282956445269571 CPUtime=85.45 cores=1,3,5,7
/proc/4268/task/4273/stat : 4273 (java) R 4265 4268 3449 0 -1 4202560 112476 0 0 0 8287 258 0 0 20 0 15 0 271924549 14429130752 2942405 33554432000 4194304 4196468 140723542944752 140228405430480 140228470076135 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4274] ppid=4265 vsize=14090948 memory=1532 CPUtime=85.77 cores=1,3,5,7
/proc/4268/task/4274/stat : 4274 (java) R 4265 4268 3449 0 -1 4202560 109332 0 0 0 8298 279 0 0 20 0 15 0 271924549 14429130752 2942405 33554432000 4194304 4196468 140723542944752 140228404377680 140228470076135 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4275] ppid=4265 vsize=14090948 memory=928 CPUtime=4.31 cores=1,3,5,7
/proc/4268/task/4275/stat : 4275 (java) S 4265 4268 3449 0 -1 1077944384 133125 0 0 0 423 8 0 0 20 0 15 0 271924551 14429130752 2942405 33554432000 4194304 4196468 140723542944752 140227390715328 140228477458133 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4276] ppid=4265 vsize=14090948 memory=2216 CPUtime=0 cores=1,3,5,7
/proc/4268/task/4276/stat : 4276 (java) S 4265 4268 3449 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 271924551 14429130752 2942405 33554432000 4194304 4196468 140723542944752 140227389662816 140228477458133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4277] ppid=4265 vsize=14090948 memory=4008 CPUtime=0 cores=1,3,5,7
/proc/4268/task/4277/stat : 4277 (java) S 4265 4268 3449 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 15 0 271924551 14429130752 2942405 33554432000 4194304 4196468 140723542944752 140227388609920 140228477458133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4278] ppid=4265 vsize=14090948 memory=6432 CPUtime=0 cores=1,3,5,7
/proc/4268/task/4278/stat : 4278 (java) S 4265 4268 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271924554 14429130752 2942405 33554432000 4194304 4196468 140723542944752 140227387558224 140228477466523 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4279] ppid=4265 vsize=14090948 memory=1100 CPUtime=2.88 cores=1,3,5,7
/proc/4268/task/4279/stat : 4279 (java) S 4265 4268 3449 0 -1 1077944384 6540 0 0 0 287 1 0 0 20 0 15 0 271924554 14429130752 2942405 33554432000 4194304 4196468 140723542944752 140227386505584 140228477459074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4280] ppid=4265 vsize=14090948 memory=2356 CPUtime=2.67 cores=1,3,5,7
/proc/4268/task/4280/stat : 4280 (java) S 4265 4268 3449 0 -1 1077944384 6637 0 0 0 266 1 0 0 20 0 15 0 271924554 14429130752 2942405 33554432000 4194304 4196468 140723542944752 140227385452784 140228477459074 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4281] ppid=4265 vsize=14090948 memory=8112282956445269571 CPUtime=0.78 cores=1,3,5,7
/proc/4268/task/4281/stat : 4281 (java) S 4265 4268 3449 0 -1 1077944384 7001 0 0 0 76 2 0 0 20 0 15 0 271924554 14429130752 2942405 33554432000 4194304 4196468 140723542944752 140227384399984 140228477459074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4282] ppid=4265 vsize=14090948 memory=15188 CPUtime=0 cores=1,3,5,7
/proc/4268/task/4282/stat : 4282 (java) S 4265 4268 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 271924554 14429130752 2942405 33554432000 4194304 4196468 140723542944752 140227383347424 140228477458133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4283] ppid=4265 vsize=14090948 memory=4008 CPUtime=0.07 cores=1,3,5,7
/proc/4268/task/4283/stat : 4283 (java) S 4265 4268 3449 0 -1 1077944384 334 0 0 0 3 4 0 0 20 0 15 0 271924554 14429130752 2942405 33554432000 4194304 4196468 140723542944752 140227382295728 140228477459074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 36 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
Current children cumulated CPU time: 390.38 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 11769620 KiB

[startup+129.908 s]
/proc/loadavg: 3.03 2.02 1.56 6/218 4286
/proc/meminfo: memFree=12943148/32770624 swapFree=67108840/67108860
[pid=4268] ppid=4265 vsize=14157512 memory=11769692 CPUtime=390.95 cores=1,3,5,7
/proc/4268/stat : 4268 (java) S 4265 4268 3449 0 -1 1077944320 637741 0 0 0 37886 1209 0 0 20 0 16 0 271924548 14497292288 2942423 33554432000 4194304 4196468 140723542944752 140723542927296 140228477447927 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
/proc/4268/statm: 3539378 2942423 3609 1 0 3501450 0
[pid=4268/tid=4270] ppid=4265 vsize=14157512 memory=16320 CPUtime=37.37 cores=1,3,5,7
/proc/4268/task/4270/stat : 4270 (java) S 4265 4268 3449 0 -1 1077944384 31823 0 0 0 3688 49 0 0 20 0 16 0 271924548 14497292288 2942423 33554432000 4194304 4196468 140723542944752 140228481688608 140228477458133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 37 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4271] ppid=4265 vsize=14157512 memory=8112282956445269571 CPUtime=85.53 cores=1,3,5,7
/proc/4268/task/4271/stat : 4271 (java) S 4265 4268 3449 0 -1 1077944384 104143 0 0 0 8248 305 0 0 20 0 16 0 271924549 14497292288 2942423 33554432000 4194304 4196468 140723542944752 140228407536272 140228477458133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4272] ppid=4265 vsize=14157512 memory=6432 CPUtime=85.71 cores=1,3,5,7
/proc/4268/task/4272/stat : 4272 (java) S 4265 4268 3449 0 -1 1077944384 124436 0 0 0 8270 301 0 0 20 0 16 0 271924549 14497292288 2942423 33554432000 4194304 4196468 140723542944752 140228406483472 140228477458133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4273] ppid=4265 vsize=14157512 memory=1100 CPUtime=85.57 cores=1,3,5,7
/proc/4268/task/4273/stat : 4273 (java) S 4265 4268 3449 0 -1 1077944384 112476 0 0 0 8299 258 0 0 20 0 16 0 271924549 14497292288 2942423 33554432000 4194304 4196468 140723542944752 140228405430672 140228477458133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4274] ppid=4265 vsize=14157512 memory=2356 CPUtime=85.89 cores=1,3,5,7
/proc/4268/task/4274/stat : 4274 (java) S 4265 4268 3449 0 -1 1077944384 109335 0 0 0 8310 279 0 0 20 0 16 0 271924549 14497292288 2942423 33554432000 4194304 4196468 140723542944752 140228404377872 140228477458133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4275] ppid=4265 vsize=14157512 memory=1784 CPUtime=4.39 cores=1,3,5,7
/proc/4268/task/4275/stat : 4275 (java) R 4265 4268 3449 0 -1 4202560 133563 0 0 0 431 8 0 0 20 0 16 0 271924551 14497292288 2942423 33554432000 4194304 4196468 140723542944752 140227390715328 140228477469274 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4276] ppid=4265 vsize=14157512 memory=752 CPUtime=0 cores=1,3,5,7
/proc/4268/task/4276/stat : 4276 (java) S 4265 4268 3449 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 271924551 14497292288 2942423 33554432000 4194304 4196468 140723542944752 140227389662816 140228477458133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4277] ppid=4265 vsize=14157512 memory=1224 CPUtime=0 cores=1,3,5,7
/proc/4268/task/4277/stat : 4277 (java) S 4265 4268 3449 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 16 0 271924551 14497292288 2942423 33554432000 4194304 4196468 140723542944752 140227388609920 140228477458133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4278] ppid=4265 vsize=14157512 memory=1828 CPUtime=0 cores=1,3,5,7
/proc/4268/task/4278/stat : 4278 (java) S 4265 4268 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 271924554 14497292288 2942423 33554432000 4194304 4196468 140723542944752 140227387558224 140228477466523 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4279] ppid=4265 vsize=14157512 memory=5728 CPUtime=2.88 cores=1,3,5,7
/proc/4268/task/4279/stat : 4279 (java) S 4265 4268 3449 0 -1 1077944384 6540 0 0 0 287 1 0 0 20 0 16 0 271924554 14497292288 2942423 33554432000 4194304 4196468 140723542944752 140227386505584 140228477459074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4280] ppid=4265 vsize=14157512 memory=1408 CPUtime=2.67 cores=1,3,5,7
/proc/4268/task/4280/stat : 4280 (java) S 4265 4268 3449 0 -1 1077944384 6637 0 0 0 266 1 0 0 20 0 16 0 271924554 14497292288 2942423 33554432000 4194304 4196468 140723542944752 140227385452784 140228477459074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4281] ppid=4265 vsize=14157512 memory=1092 CPUtime=0.78 cores=1,3,5,7
/proc/4268/task/4281/stat : 4281 (java) S 4265 4268 3449 0 -1 1077944384 7045 0 0 0 76 2 0 0 20 0 16 0 271924554 14497292288 2942423 33554432000 4194304 4196468 140723542944752 140227384399552 140228477458133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4282] ppid=4265 vsize=14157512 memory=836 CPUtime=0 cores=1,3,5,7
/proc/4268/task/4282/stat : 4282 (java) S 4265 4268 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 271924554 14497292288 2942423 33554432000 4194304 4196468 140723542944752 140227383347424 140228477458133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
[pid=4268/tid=4283] ppid=4265 vsize=14157512 memory=10692 CPUtime=0.07 cores=1,3,5,7
/proc/4268/task/4283/stat : 4283 (java) S 4265 4268 3449 0 -1 1077944384 334 0 0 0 3 4 0 0 20 0 16 0 271924554 14497292288 2942423 33554432000 4194304 4196468 140723542944752 140227382295728 140228477459074 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 36 0 0 6293624 6294260 12611584 140723542946889 140723542947081 140723542947081 140723542949839 0
Current children cumulated CPU time: 390.95 s
Current children cumulated vsize: 14157512 KiB
Current children cumulated memory: 11769692 KiB

[startup+130.001 s]*
/proc/loadavg: 3.03 2.02 1.56 3/205 4287
/proc/meminfo: memFree=18392296/32770624 swapFree=67108840/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): 130.033
CPU time (s): 391.083
CPU user time (s): 378.921
CPU system time (s): 12.1627
CPU usage (%): 300.757
Max. virtual memory (cumulated for all children) (KiB): 14157512
Max. memory (cumulated for all children) (KiB): 11769692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 378.921
system time used= 12.1627
maximum resident set size= 11769692
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 637802
page faults= 0
swaps= 0
block input operations= 0
block output operations= 256
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13773
involuntary context switches= 5713


# summary of solver processes directly reported to runsolver:
#   pid: 4268
#   total CPU time (s): 391.083
#   total CPU user time (s): 378.921
#   total CPU system time (s): 12.1627

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.729758 second user time and 1.44824 second system time

The end

Launcher Data

Begin job on node135 at 2018-08-18 00:06:54
IDJOB=4311547
IDBENCH=141137
IDSOLVER=2799
FILE ID=node135/4311547-1534543614
RUNJOBID= node135-1534541040-3481
PBS_JOBID= 21038636
Free space on /tmp= 54348 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-17
BENCH NAME= XCSP18/GraphColoring/GraphColoring-qg-order60_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-4311547-1534543614/watcher-4311547-1534543614 -o /tmp/evaluation-result-4311547-1534543614/solver-4311547-1534543614 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1534541040-3481 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 742109572 --timelimit 2520 --memlimit 11000 --nbcore 1 HOME/instance-4311547-1534543614.xml

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

MD5SUM BENCH= 2b7bed68bca9665ed3be29de24764d77
RANDOM SEED=742109572

node135.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:        24731436 kB
MemAvailable:   31724816 kB
Buffers:          193796 kB
Cached:          7048456 kB
SwapCached:           20 kB
Active:          4299964 kB
Inactive:        3158544 kB
Active(anon):     195844 kB
Inactive(anon):    89388 kB
Active(file):    4104120 kB
Inactive(file):  3069156 kB
Unevictable:        7240 kB
Mlocked:            7240 kB
SwapTotal:      67108860 kB
SwapFree:       67108840 kB
Dirty:             43224 kB
Writeback:             0 kB
AnonPages:        245628 kB
Mapped:            34992 kB
Shmem:             66188 kB
Slab:             277968 kB
SReclaimable:     248564 kB
SUnreclaim:        29404 kB
KernelStack:        3840 kB
PageTables:         5744 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1233316 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    108544 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       93568 kB
DirectMap2M:    33452032 kB

Free space on /tmp at the end= 54312 MiB
End job on node135 at 2018-08-18 00:09:04