Trace number 4290975

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 - Parallel with EPS 2018-07-02? 1918.78 328.362

General information on the benchmark

NameGraphColoring/
GraphColoring-qg-order100_c18.xml
MD5SUMd2763c38ef24fdf1196893d726f1931a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark104
Best CPU time to get the best result obtained on this benchmark19059.4
Satisfiable
(Un)Satisfiability was proved
Number of variables10000
Number of constraints990000
Number of domains1
Minimum domain size10000
Maximum domain size10000
Distribution of domain sizes[{"size":10000,"count":10000}]
Minimum variable degree199
Maximum variable degree199
Distribution of variable degrees[{"degree":199,"count":10000}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":990000}]
Number of extensional constraints0
Number of intensional constraints990000
Distribution of constraint types[{"type":"intension","count":990000}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.67/0.55	c version: 2018-07-02
0.67/0.55	c seed: 1373456936
0.67/0.55	c timeout: 20160
0.67/0.55	c memlimit: 22000
0.67/0.55	c nbcore: 8
0.67/0.58	c Parsing instance...
83.31/25.89	c Parsing done, starting search...
1914.88/327.39	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
1914.88/327.39		at scala.collection.mutable.ArrayBuilder$ofInt.mkArray(ArrayBuilder.scala:323)
1914.88/327.39		at scala.collection.mutable.ArrayBuilder$ofInt.resize(ArrayBuilder.scala:329)
1914.88/327.39		at scala.collection.mutable.ArrayBuilder$ofInt.sizeHint(ArrayBuilder.scala:334)
1914.88/327.39		at scala.Array$.tabulate(Array.scala:327)
1914.88/327.39		at oscar.cp.core.variables.CPIntVarAdaptable.oscar$cp$core$variables$CPIntVarAdaptable$$buildSparse(CPIntVarAdaptable.scala:276)
1914.88/327.39		at oscar.cp.core.variables.CPIntVarAdaptable.removeContinuous(CPIntVarAdaptable.scala:267)
1914.88/327.39		at oscar.cp.core.variables.CPIntVarAdaptable.removeValue(CPIntVarAdaptable.scala:259)
1914.88/327.39		at oscar.cp.constraints.DiffVal.setup(DiffVal.scala:10)
1914.88/327.39		at oscar.cp.core.CPStore.post(CPStore.scala:282)
1914.88/327.39		at oscar.cp.core.CPSolver.$anonfun$add$1(CPSolver.scala:138)
1914.88/327.39		at oscar.cp.core.CPSolver$$Lambda$223/472019958.apply$mcV$sp(Unknown Source)
1914.88/327.39		at oscar.algo.search.BranchingUtils.isInconsistent(BranchingUtils.scala:39)
1914.88/327.39		at oscar.algo.search.BranchingUtils.isInconsistent$(BranchingUtils.scala:37)
1914.88/327.39		at oscar.cp.package$.isInconsistent(package.scala:54)
1914.88/327.39		at oscar.cp.core.CPSolver.add(CPSolver.scala:138)
1914.88/327.39		at oscar.cp.core.CPSolver.add(CPSolver.scala:144)
1914.88/327.39		at oscar.modeling.models.cp.CPModel.postConstraintForPossibleConstant(CPModel.scala:706)
1914.88/327.39		at oscar.modeling.models.cp.CPModel.postBooleanExpression(CPModel.scala:431)
1914.88/327.39		at oscar.modeling.models.cp.CPModel.post(CPModel.scala:309)
1914.88/327.39		at oscar.modeling.models.cp.MemoCPModel.post(MemoCPModel.scala:44)
1914.88/327.39		at oscar.modeling.models.LeafModel.add(InstantiatedModel.scala:34)
1914.88/327.39		at oscar.modeling.models.LeafModel.add$(InstantiatedModel.scala:34)
1918.61/328.28		at oscar.modeling.models.InstantiatedModel.add(InstantiatedModel.scala:47)
1918.61/328.28		at oscar.modeling.models.InstantiatedModel.$anonfun$new$1(InstantiatedModel.scala:54)
1918.61/328.28		at oscar.modeling.models.InstantiatedModel.$anonfun$new$1$adapted(InstantiatedModel.scala:54)
1918.61/328.28		at oscar.modeling.models.InstantiatedModel$$Lambda$220/1875021403.apply(Unknown Source)
1918.61/328.28		at scala.collection.immutable.List.foreach(List.scala:389)
1918.61/328.28		at oscar.modeling.models.InstantiatedModel.<init>(InstantiatedModel.scala:54)
1918.61/328.28		at oscar.modeling.models.cp.CPModel.<init>(CPModel.scala:256)
1918.61/328.28		at oscar.modeling.models.cp.MemoCPModel.<init>(MemoCPModel.scala:33)
1918.61/328.28		at oscar.modeling.solvers.cp.decompositions.RefinementStrategy.decompose(RefinementStrategy.scala:56)
1918.61/328.28		at oscar.modeling.solvers.cp.CPProgram.$anonfun$solveDistributed$2(CPProgram.scala:191)
1918.61/328.28	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 (8253 MiB free)
  memory of node 1: 16384 MiB (10296 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290975-1532633895/watcher-4290975-1532633895 -o /tmp/evaluation-result-4290975-1532633895/solver-4290975-1532633895 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node133-1532633883-5328 --watchdog 2580 java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 1373456936 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4290975-1532633895.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

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

solver pid=5445, runsolver pid=5442

[startup+0.100131 s]*
/proc/loadavg: 7.67 8.69 8.81 2/202 5465
/proc/meminfo: memFree=18977448/32770624 swapFree=67108860/67108860
[pid=5445] ppid=5442 vsize=26103424 memory=32512 CPUtime=0.11 cores=0-7
/proc/5445/stat : 5445 (java) S 5442 5445 5301 0 -1 1077944320 7078 0 0 0 9 2 0 0 20 0 20 0 80952728 26729906176 8128 33554432000 4194304 4196468 140727359486720 140727359469264 139943735734007 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
/proc/5445/statm: 6525856 8128 3117 1 0 6487932 0
[pid=5445/tid=5447] ppid=5442 vsize=26103424 memory=4134692831991783777 CPUtime=0.09 cores=0-7
/proc/5445/task/5447/stat : 5447 (java) R 5442 5445 5301 0 -1 4202560 5180 0 0 0 8 1 0 0 20 0 20 0 80952729 26729906176 8199 33554432000 4194304 4196468 140727359486720 139943739918688 139943719814494 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5448] ppid=5442 vsize=26103424 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/5445/task/5448/stat : 5448 (java) S 5442 5445 5301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80952729 26729906176 8199 33554432000 4194304 4196468 140727359486720 139943293770256 139943735744213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5449] ppid=5442 vsize=26103424 memory=140554132100736 CPUtime=0 cores=0-7
/proc/5445/task/5449/stat : 5449 (java) S 5442 5445 5301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80952729 26729906176 8199 33554432000 4194304 4196468 140727359486720 139943292717712 139943735744213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5450] ppid=5442 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/5445/task/5450/stat : 5450 (java) S 5442 5445 5301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80952729 26729906176 8199 33554432000 4194304 4196468 140727359486720 139943291664656 139943735744213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5451] ppid=5442 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/5445/task/5451/stat : 5451 (java) S 5442 5445 5301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80952729 26729906176 8199 33554432000 4194304 4196468 140727359486720 139943290612112 139943735744213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5452] ppid=5442 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/5445/task/5452/stat : 5452 (java) S 5442 5445 5301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80952730 26729906176 8199 33554432000 4194304 4196468 140727359486720 139943289560080 139943735744213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5453] ppid=5442 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/5445/task/5453/stat : 5453 (java) S 5442 5445 5301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80952730 26729906176 8199 33554432000 4194304 4196468 140727359486720 139943288507536 139943735744213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5454] ppid=5442 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/5445/task/5454/stat : 5454 (java) S 5442 5445 5301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80952730 26729906176 8199 33554432000 4194304 4196468 140727359486720 139943287454480 139943735744213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5455] ppid=5442 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/5445/task/5455/stat : 5455 (java) S 5442 5445 5301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 80952730 26729906176 8199 33554432000 4194304 4196468 140727359486720 139943286401936 139943735744213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5456] ppid=5442 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/5445/task/5456/stat : 5456 (java) S 5442 5445 5301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80952731 26729906176 8199 33554432000 4194304 4196468 140727359486720 139942410889456 139943735745154 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5457] ppid=5442 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/5445/task/5457/stat : 5457 (java) S 5442 5445 5301 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 80952731 26729906176 8199 33554432000 4194304 4196468 140727359486720 139942409835680 139943735744213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5458] ppid=5442 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/5445/task/5458/stat : 5458 (java) S 5442 5445 5301 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 80952732 26729906176 8199 33554432000 4194304 4196468 140727359486720 139942408782576 139943735744213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5459] ppid=5442 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/5445/task/5459/stat : 5459 (java) S 5442 5445 5301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80952734 26729906176 8199 33554432000 4194304 4196468 140727359486720 139942407731152 139943735752603 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5460] ppid=5442 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/5445/task/5460/stat : 5460 (java) S 5442 5445 5301 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 20 0 80952734 26729906176 8199 33554432000 4194304 4196468 140727359486720 139942406679280 139943735745154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5461] ppid=5442 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/5445/task/5461/stat : 5461 (java) S 5442 5445 5301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 80952734 26729906176 8199 33554432000 4194304 4196468 140727359486720 139942405626736 139943735745154 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5462] ppid=5442 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/5445/task/5462/stat : 5462 (java) S 5442 5445 5301 0 -1 1077944384 272 0 0 0 0 0 0 0 20 0 20 0 80952734 26729906176 8199 33554432000 4194304 4196468 140727359486720 139942404573680 139943735745154 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5463] ppid=5442 vsize=26103424 memory=0 CPUtime=0.01 cores=0-7
/proc/5445/task/5463/stat : 5463 (java) R 5442 5445 5301 0 -1 4202560 262 0 0 0 1 0 0 0 20 0 20 0 80952734 26729906176 8199 33554432000 4194304 4196468 140727359486720 139942403521136 139943714364534 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5464] ppid=5442 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/5445/task/5464/stat : 5464 (java) S 5442 5445 5301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 80952734 26729906176 8199 33554432000 4194304 4196468 140727359486720 139942402468320 139943735744213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5465] ppid=5442 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/5445/task/5465/stat : 5465 (java) S 5442 5445 5301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80952734 26729906176 8199 33554432000 4194304 4196468 140727359486720 139942401415856 139943735745154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26103424 KiB
Current children cumulated memory: 32512 KiB

[startup+0.210532 s]*
/proc/loadavg: 7.67 8.69 8.81 4/202 5465
/proc/meminfo: memFree=18964240/32770624 swapFree=67108860/67108860
[pid=5445] ppid=5442 vsize=26103424 memory=43436 CPUtime=0.3 cores=0-7
/proc/5445/stat : 5445 (java) S 5442 5445 5301 0 -1 1077944320 10098 0 0 0 27 3 0 0 20 0 20 0 80952728 26729906176 10859 33554432000 4194304 4196468 140727359486720 140727359469264 139943735734007 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
/proc/5445/statm: 6525856 10859 3283 1 0 6487932 0
[pid=5445/tid=5447] ppid=5442 vsize=26103424 memory=4026531975 CPUtime=0.2 cores=0-7
/proc/5445/task/5447/stat : 5447 (java) R 5442 5445 5301 0 -1 4202560 7875 0 0 0 18 2 0 0 20 0 20 0 80952729 26729906176 10859 33554432000 4194304 4196468 140727359486720 139943739961136 139943721802126 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5448] ppid=5442 vsize=26103424 memory=9259 CPUtime=0 cores=0-7
/proc/5445/task/5448/stat : 5448 (java) S 5442 5445 5301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80952729 26729906176 10859 33554432000 4194304 4196468 140727359486720 139943293770256 139943735744213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5449] ppid=5442 vsize=26103424 memory=140554132106231 CPUtime=0 cores=0-7
/proc/5445/task/5449/stat : 5449 (java) S 5442 5445 5301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80952729 26729906176 10859 33554432000 4194304 4196468 140727359486720 139943292717712 139943735744213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5450] ppid=5442 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/5445/task/5450/stat : 5450 (java) S 5442 5445 5301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80952729 26729906176 10859 33554432000 4194304 4196468 140727359486720 139943291664656 139943735744213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5451] ppid=5442 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/5445/task/5451/stat : 5451 (java) S 5442 5445 5301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80952729 26729906176 10859 33554432000 4194304 4196468 140727359486720 139943290612112 139943735744213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5452] ppid=5442 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/5445/task/5452/stat : 5452 (java) S 5442 5445 5301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80952730 26729906176 10859 33554432000 4194304 4196468 140727359486720 139943289560080 139943735744213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5453] ppid=5442 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/5445/task/5453/stat : 5453 (java) S 5442 5445 5301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80952730 26729906176 10859 33554432000 4194304 4196468 140727359486720 139943288507536 139943735744213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5454] ppid=5442 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/5445/task/5454/stat : 5454 (java) S 5442 5445 5301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80952730 26729906176 10859 33554432000 4194304 4196468 140727359486720 139943287454480 139943735744213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5455] ppid=5442 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/5445/task/5455/stat : 5455 (java) S 5442 5445 5301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 80952730 26729906176 10859 33554432000 4194304 4196468 140727359486720 139943286401936 139943735744213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5456] ppid=5442 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/5445/task/5456/stat : 5456 (java) S 5442 5445 5301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80952731 26729906176 10859 33554432000 4194304 4196468 140727359486720 139942410889456 139943735745154 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5457] ppid=5442 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/5445/task/5457/stat : 5457 (java) S 5442 5445 5301 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 80952731 26729906176 11371 33554432000 4194304 4196468 140727359486720 139942409835680 139943735744213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5458] ppid=5442 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/5445/task/5458/stat : 5458 (java) S 5442 5445 5301 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 80952732 26729906176 11371 33554432000 4194304 4196468 140727359486720 139942408782576 139943735744213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5459] ppid=5442 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/5445/task/5459/stat : 5459 (java) S 5442 5445 5301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80952734 26729906176 11371 33554432000 4194304 4196468 140727359486720 139942407731152 139943735752603 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5460] ppid=5442 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/5445/task/5460/stat : 5460 (java) S 5442 5445 5301 0 -1 1077944384 197 0 0 0 0 0 0 0 20 0 20 0 80952734 26729906176 11371 33554432000 4194304 4196468 140727359486720 139942406679280 139943735745154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5461] ppid=5442 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/5445/task/5461/stat : 5461 (java) S 5442 5445 5301 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 20 0 80952734 26729906176 11371 33554432000 4194304 4196468 140727359486720 139942405626736 139943735745154 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5462] ppid=5442 vsize=26103424 memory=0 CPUtime=0.01 cores=0-7
/proc/5445/task/5462/stat : 5462 (java) S 5442 5445 5301 0 -1 1077944384 308 0 0 0 1 0 0 0 20 0 20 0 80952734 26729906176 11371 33554432000 4194304 4196468 140727359486720 139942404573680 139943735745154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5463] ppid=5442 vsize=26103424 memory=0 CPUtime=0.06 cores=0-7
/proc/5445/task/5463/stat : 5463 (java) S 5442 5445 5301 0 -1 1077944384 293 0 0 0 6 0 0 0 20 0 20 0 80952734 26729906176 11371 33554432000 4194304 4196468 140727359486720 139942403521136 139943735745154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5464] ppid=5442 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/5445/task/5464/stat : 5464 (java) S 5442 5445 5301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 80952734 26729906176 11435 33554432000 4194304 4196468 140727359486720 139942402468320 139943735744213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5465] ppid=5442 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/5445/task/5465/stat : 5465 (java) S 5442 5445 5301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80952734 26729906176 11435 33554432000 4194304 4196468 140727359486720 139942401415856 139943735745154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 26103424 KiB
Current children cumulated memory: 43436 KiB

[startup+0.31077 s]*
/proc/loadavg: 7.67 8.69 8.81 2/202 5465
/proc/meminfo: memFree=18960828/32770624 swapFree=67108860/67108860
[pid=5445] ppid=5442 vsize=26103424 memory=47256 CPUtime=0.42 cores=0-7
/proc/5445/stat : 5445 (java) S 5442 5445 5301 0 -1 1077944320 10513 0 0 0 39 3 0 0 20 0 20 0 80952728 26729906176 11814 33554432000 4194304 4196468 140727359486720 140727359469264 139943735734007 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
/proc/5445/statm: 6525856 11814 3376 1 0 6487932 0
[pid=5445/tid=5447] ppid=5442 vsize=26103424 memory=8112282956445269571 CPUtime=0.3 cores=0-7
/proc/5445/task/5447/stat : 5447 (java) R 5442 5445 5301 0 -1 4202560 8216 0 0 0 28 2 0 0 20 0 20 0 80952729 26729906176 11814 33554432000 4194304 4196468 140727359486720 139943739943344 139943735755354 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5448] ppid=5442 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/5445/task/5448/stat : 5448 (java) S 5442 5445 5301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80952729 26729906176 11814 33554432000 4194304 4196468 140727359486720 139943293770256 139943735744213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5449] ppid=5442 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/5445/task/5449/stat : 5449 (java) S 5442 5445 5301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80952729 26729906176 11814 33554432000 4194304 4196468 140727359486720 139943292717712 139943735744213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5450] ppid=5442 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/5445/task/5450/stat : 5450 (java) S 5442 5445 5301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80952729 26729906176 11814 33554432000 4194304 4196468 140727359486720 139943291664656 139943735744213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5451] ppid=5442 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/5445/task/5451/stat : 5451 (java) S 5442 5445 5301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80952729 26729906176 11814 33554432000 4194304 4196468 140727359486720 139943290612112 139943735744213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5452] ppid=5442 vsize=26103424 memory=2244 CPUtime=0 cores=0-7
/proc/5445/task/5452/stat : 5452 (java) S 5442 5445 5301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80952730 26729906176 11814 33554432000 4194304 4196468 140727359486720 139943289560080 139943735744213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5453] ppid=5442 vsize=26103424 memory=140554012816303 CPUtime=0 cores=0-7
/proc/5445/task/5453/stat : 5453 (java) S 5442 5445 5301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80952730 26729906176 11814 33554432000 4194304 4196468 140727359486720 139943288507536 139943735744213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5454] ppid=5442 vsize=26103424 memory=140554012818608 CPUtime=0 cores=0-7
/proc/5445/task/5454/stat : 5454 (java) S 5442 5445 5301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80952730 26729906176 11814 33554432000 4194304 4196468 140727359486720 139943287454480 139943735744213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5455] ppid=5442 vsize=26103424 memory=140554012820912 CPUtime=0 cores=0-7
/proc/5445/task/5455/stat : 5455 (java) S 5442 5445 5301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 80952730 26729906176 11814 33554432000 4194304 4196468 140727359486720 139943286401936 139943735744213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5456] ppid=5442 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/5445/task/5456/stat : 5456 (java) S 5442 5445 5301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80952731 26729906176 11814 33554432000 4194304 4196468 140727359486720 139942410889456 139943735745154 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5457] ppid=5442 vsize=26103424 memory=281108025648784 CPUtime=0 cores=0-7
/proc/5445/task/5457/stat : 5457 (java) S 5442 5445 5301 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 80952731 26729906176 11814 33554432000 4194304 4196468 140727359486720 139942409835680 139943735744213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5458] ppid=5442 vsize=26103424 memory=281108025655696 CPUtime=0 cores=0-7
/proc/5445/task/5458/stat : 5458 (java) S 5442 5445 5301 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 80952732 26729906176 11814 33554432000 4194304 4196468 140727359486720 139942408782576 139943735744213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5459] ppid=5442 vsize=26103424 memory=281108025596976 CPUtime=0 cores=0-7
/proc/5445/task/5459/stat : 5459 (java) S 5442 5445 5301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80952734 26729906176 11814 33554432000 4194304 4196468 140727359486720 139942407731152 139943735752603 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5460] ppid=5442 vsize=26103424 memory=281108025669520 CPUtime=0.01 cores=0-7
/proc/5445/task/5460/stat : 5460 (java) S 5442 5445 5301 0 -1 1077944384 266 0 0 0 1 0 0 0 20 0 20 0 80952734 26729906176 11814 33554432000 4194304 4196468 140727359486720 139942406679280 139943735745154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5461] ppid=5442 vsize=26103424 memory=281108025676432 CPUtime=0 cores=0-7
/proc/5445/task/5461/stat : 5461 (java) R 5442 5445 5301 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 20 0 80952734 26729906176 11814 33554432000 4194304 4196468 140727359486720 139942405626736 139943735745154 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5462] ppid=5442 vsize=26103424 memory=281108025674128 CPUtime=0.01 cores=0-7
/proc/5445/task/5462/stat : 5462 (java) S 5442 5445 5301 0 -1 1077944384 308 0 0 0 1 0 0 0 20 0 20 0 80952734 26729906176 11814 33554432000 4194304 4196468 140727359486720 139942404573680 139943735745154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5463] ppid=5442 vsize=26103424 memory=281108025690736 CPUtime=0.07 cores=0-7
/proc/5445/task/5463/stat : 5463 (java) S 5442 5445 5301 0 -1 1077944384 299 0 0 0 7 0 0 0 20 0 20 0 80952734 26729906176 11814 33554432000 4194304 4196468 140727359486720 139942403521136 139943735745154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5464] ppid=5442 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/5445/task/5464/stat : 5464 (java) S 5442 5445 5301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 80952734 26729906176 11814 33554432000 4194304 4196468 140727359486720 139942402468320 139943735744213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5465] ppid=5442 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/5445/task/5465/stat : 5465 (java) S 5442 5445 5301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80952734 26729906176 11814 33554432000 4194304 4196468 140727359486720 139942401415856 139943735745154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 26103424 KiB
Current children cumulated memory: 47256 KiB

[startup+0.700962 s]
/proc/loadavg: 7.67 8.69 8.81 2/202 5465
/proc/meminfo: memFree=18937256/32770624 swapFree=67108860/67108860
[pid=5445] ppid=5442 vsize=26105492 memory=87700 CPUtime=0.99 cores=0-7
/proc/5445/stat : 5445 (java) S 5442 5445 5301 0 -1 1077944320 17311 0 0 0 94 5 0 0 20 0 20 0 80952728 26732023808 21925 33554432000 4194304 4196468 140727359486720 140727359469264 139943735734007 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
/proc/5445/statm: 6526373 21925 3499 1 0 6488444 0
[pid=5445/tid=5447] ppid=5442 vsize=26105492 memory=0 CPUtime=0.67 cores=0-7
/proc/5445/task/5447/stat : 5447 (java) R 5442 5445 5301 0 -1 4202560 14576 0 0 0 64 3 0 0 20 0 20 0 80952729 26732023808 21925 33554432000 4194304 4196468 140727359486720 139943739958176 139943735755933 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5448] ppid=5442 vsize=26105492 memory=0 CPUtime=0 cores=0-7
/proc/5445/task/5448/stat : 5448 (java) S 5442 5445 5301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80952729 26732023808 21925 33554432000 4194304 4196468 140727359486720 139943293770256 139943735744213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5449] ppid=5442 vsize=26105492 memory=0 CPUtime=0 cores=0-7
/proc/5445/task/5449/stat : 5449 (java) S 5442 5445 5301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80952729 26732023808 21925 33554432000 4194304 4196468 140727359486720 139943292717712 139943735744213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5450] ppid=5442 vsize=26105492 memory=0 CPUtime=0 cores=0-7
/proc/5445/task/5450/stat : 5450 (java) S 5442 5445 5301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80952729 26732023808 21925 33554432000 4194304 4196468 140727359486720 139943291664656 139943735744213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5451] ppid=5442 vsize=26105492 memory=1012 CPUtime=0 cores=0-7
/proc/5445/task/5451/stat : 5451 (java) S 5442 5445 5301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80952729 26732023808 21925 33554432000 4194304 4196468 140727359486720 139943290612112 139943735744213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5452] ppid=5442 vsize=26105492 memory=1956 CPUtime=0 cores=0-7
/proc/5445/task/5452/stat : 5452 (java) S 5442 5445 5301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80952730 26732023808 21925 33554432000 4194304 4196468 140727359486720 139943289560080 139943735744213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5453] ppid=5442 vsize=26105492 memory=1204 CPUtime=0 cores=0-7
/proc/5445/task/5453/stat : 5453 (java) S 5442 5445 5301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80952730 26732023808 21925 33554432000 4194304 4196468 140727359486720 139943288507536 139943735744213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5454] ppid=5442 vsize=26105492 memory=8568 CPUtime=0 cores=0-7
/proc/5445/task/5454/stat : 5454 (java) S 5442 5445 5301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80952730 26732023808 21925 33554432000 4194304 4196468 140727359486720 139943287454480 139943735744213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5455] ppid=5442 vsize=26105492 memory=15872 CPUtime=0 cores=0-7
/proc/5445/task/5455/stat : 5455 (java) S 5442 5445 5301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 80952730 26732023808 21925 33554432000 4194304 4196468 140727359486720 139943286401936 139943735744213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5456] ppid=5442 vsize=26105492 memory=16244 CPUtime=0 cores=0-7
/proc/5445/task/5456/stat : 5456 (java) S 5442 5445 5301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 80952731 26732023808 21925 33554432000 4194304 4196468 140727359486720 139942410889456 139943735745154 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0

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

/proc/5445/task/5463/stat : 5463 (java) S 5442 5445 5301 0 -1 1077944384 6858 0 0 0 82 2 0 0 20 0 20 0 80952734 26738315264 5765665 33554432000 4194304 4196468 140727359486720 139942403521136 139943735745154 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5464] ppid=5442 vsize=26111636 memory=7234025027852003925 CPUtime=0 cores=0-7
/proc/5445/task/5464/stat : 5464 (java) S 5442 5445 5301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 80952734 26738315264 5765665 33554432000 4194304 4196468 140727359486720 139942402468320 139943735744213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5465] ppid=5442 vsize=26111636 memory=5792865433299281770 CPUtime=0.13 cores=0-7
/proc/5445/task/5465/stat : 5465 (java) S 5442 5445 5301 0 -1 1077944384 634 0 0 0 7 6 0 0 20 0 20 0 80952734 26738315264 5765665 33554432000 4194304 4196468 140727359486720 139942401415856 139943735745154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 68 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
Current children cumulated CPU time: 1908.61 s
Current children cumulated vsize: 26111636 KiB
Current children cumulated memory: 23062660 KiB

[startup+327.201 s]
/proc/loadavg: 7.38 7.09 7.97 2/203 5473
/proc/meminfo: memFree=246684/32770624 swapFree=67108860/67108860
[pid=5445] ppid=5442 vsize=26111636 memory=23062664 CPUtime=1914.15 cores=0-7
/proc/5445/stat : 5445 (java) S 5442 5445 5301 0 -1 1077944320 17093391 0 0 0 183960 7455 0 0 20 0 20 0 80952728 26738315264 5765666 33554432000 4194304 4196468 140727359486720 140727359469264 139943735734007 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
/proc/5445/statm: 6527909 5765666 3610 1 0 6489980 0
[pid=5445/tid=5447] ppid=5442 vsize=26111636 memory=1804 CPUtime=77.71 cores=0-7
/proc/5445/task/5447/stat : 5447 (java) S 5442 5445 5301 0 -1 1077944384 36726 0 0 0 7737 34 0 0 20 0 20 0 80952729 26738315264 5765666 33554432000 4194304 4196468 140727359486720 139943739971088 139943735744213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5448] ppid=5442 vsize=26111636 memory=796 CPUtime=227.18 cores=0-7
/proc/5445/task/5448/stat : 5448 (java) R 5442 5445 5301 0 -1 4202560 1613500 0 0 0 21820 898 0 0 20 0 20 0 80952729 26738315264 5765666 33554432000 4194304 4196468 140727359486720 139943293770064 139943728362215 0 4 0 16800975 0 0 0 -1 4 0 0 29 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5449] ppid=5442 vsize=26111636 memory=1704 CPUtime=226.12 cores=0-7
/proc/5445/task/5449/stat : 5449 (java) S 5442 5445 5301 0 -1 1077944384 958292 0 0 0 21713 899 0 0 20 0 20 0 80952729 26738315264 5765666 33554432000 4194304 4196468 140727359486720 139943292717520 139943735745154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 40 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5450] ppid=5442 vsize=26111636 memory=23062660 CPUtime=226.22 cores=0-7
/proc/5445/task/5450/stat : 5450 (java) S 5442 5445 5301 0 -1 1077944384 687473 0 0 0 21748 874 0 0 20 0 20 0 80952729 26738315264 5765666 33554432000 4194304 4196468 140727359486720 139943291664464 139943735745154 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 32 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5451] ppid=5442 vsize=26111636 memory=14132 CPUtime=225.88 cores=0-7
/proc/5445/task/5451/stat : 5451 (java) R 5442 5445 5301 0 -1 4202560 470801 0 0 0 21715 873 0 0 20 0 20 0 80952729 26738315264 5765666 33554432000 4194304 4196468 140727359486720 139943290611920 139943728362215 0 4 0 16800975 0 0 0 -1 5 0 0 37 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5452] ppid=5442 vsize=26111636 memory=1780 CPUtime=226.78 cores=0-7
/proc/5445/task/5452/stat : 5452 (java) S 5442 5445 5301 0 -1 1077944384 1580948 0 0 0 21819 859 0 0 20 0 20 0 80952730 26738315264 5765666 33554432000 4194304 4196468 140727359486720 139943289559888 139943735745154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 38 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5453] ppid=5442 vsize=26111636 memory=23062652 CPUtime=227.71 cores=0-7
/proc/5445/task/5453/stat : 5453 (java) R 5442 5445 5301 0 -1 4202560 6419281 0 0 0 21578 1193 0 0 20 0 20 0 80952730 26738315264 5765666 33554432000 4194304 4196468 140727359486720 139943288507656 139943728362215 0 4 0 16800975 0 0 0 -1 7 0 0 29 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5454] ppid=5442 vsize=26111636 memory=2268 CPUtime=226.94 cores=0-7
/proc/5445/task/5454/stat : 5454 (java) R 5442 5445 5301 0 -1 4202560 2778882 0 0 0 21767 927 0 0 20 0 20 0 80952730 26738315264 5765666 33554432000 4194304 4196468 140727359486720 139943287454288 139943728362215 0 4 0 16800975 0 0 0 -1 2 0 0 42 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5455] ppid=5442 vsize=26111636 memory=1804 CPUtime=226.79 cores=0-7
/proc/5445/task/5455/stat : 5455 (java) R 5442 5445 5301 0 -1 4202560 1988075 0 0 0 21836 843 0 0 20 0 20 0 80952730 26738315264 5765666 33554432000 4194304 4196468 140727359486720 139943286402136 139943720730352 0 4 0 16800975 0 0 0 -1 0 0 0 22 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5456] ppid=5442 vsize=26111636 memory=796 CPUtime=15.82 cores=0-7
/proc/5445/task/5456/stat : 5456 (java) S 5442 5445 5301 0 -1 1077944384 536757 0 0 0 1544 38 0 0 20 0 20 0 80952731 26738315264 5765666 33554432000 4194304 4196468 140727359486720 139942410888016 139943735744213 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5457] ppid=5442 vsize=26111636 memory=1704 CPUtime=0 cores=0-7
/proc/5445/task/5457/stat : 5457 (java) S 5442 5445 5301 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 20 0 80952731 26738315264 5765666 33554432000 4194304 4196468 140727359486720 139942409835744 139943735744213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5458] ppid=5442 vsize=26111636 memory=8112282956445269571 CPUtime=0 cores=0-7
/proc/5445/task/5458/stat : 5458 (java) S 5442 5445 5301 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 20 0 80952732 26738315264 5765666 33554432000 4194304 4196468 140727359486720 139942408782592 139943735744213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5459] ppid=5442 vsize=26111636 memory=796 CPUtime=0 cores=0-7
/proc/5445/task/5459/stat : 5459 (java) S 5442 5445 5301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80952734 26738315264 5765666 33554432000 4194304 4196468 140727359486720 139942407731152 139943735752603 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5460] ppid=5442 vsize=26111636 memory=1704 CPUtime=2.23 cores=0-7
/proc/5445/task/5460/stat : 5460 (java) S 5442 5445 5301 0 -1 1077944384 4511 0 0 0 222 1 0 0 20 0 20 0 80952734 26738315264 5765666 33554432000 4194304 4196468 140727359486720 139942406679280 139943735745154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 68 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5461] ppid=5442 vsize=26111636 memory=11860 CPUtime=1.73 cores=0-7
/proc/5445/task/5461/stat : 5461 (java) S 5442 5445 5301 0 -1 1077944384 4343 0 0 0 172 1 0 0 20 0 20 0 80952734 26738315264 5765666 33554432000 4194304 4196468 140727359486720 139942405626736 139943735745154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5462] ppid=5442 vsize=26111636 memory=5772 CPUtime=1.92 cores=0-7
/proc/5445/task/5462/stat : 5462 (java) S 5442 5445 5301 0 -1 1077944384 4876 0 0 0 189 3 0 0 20 0 20 0 80952734 26738315264 5765666 33554432000 4194304 4196468 140727359486720 139942404573680 139943735745154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5463] ppid=5442 vsize=26111636 memory=8112282956445269571 CPUtime=0.84 cores=0-7
/proc/5445/task/5463/stat : 5463 (java) S 5442 5445 5301 0 -1 1077944384 6858 0 0 0 82 2 0 0 20 0 20 0 80952734 26738315264 5765666 33554432000 4194304 4196468 140727359486720 139942403521136 139943735745154 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5464] ppid=5442 vsize=26111636 memory=23062568 CPUtime=0 cores=0-7
/proc/5445/task/5464/stat : 5464 (java) S 5442 5445 5301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 80952734 26738315264 5765666 33554432000 4194304 4196468 140727359486720 139942402468320 139943735744213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5465] ppid=5442 vsize=26111636 memory=13855174477220093 CPUtime=0.13 cores=0-7
/proc/5445/task/5465/stat : 5465 (java) S 5442 5445 5301 0 -1 1077944384 634 0 0 0 7 6 0 0 20 0 20 0 80952734 26738315264 5765666 33554432000 4194304 4196468 140727359486720 139942401415856 139943735745154 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 68 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
Current children cumulated CPU time: 1914.15 s
Current children cumulated vsize: 26111636 KiB
Current children cumulated memory: 23062664 KiB

[startup+328.001 s]*
/proc/loadavg: 7.38 7.09 7.97 2/203 5473
/proc/meminfo: memFree=5254636/32770624 swapFree=67108860/67108860
[pid=5445] ppid=5442 vsize=26111636 memory=17845660 CPUtime=1918.42 cores=0-7
/proc/5445/stat : 5445 (java) S 5442 5445 5301 0 -1 1077944320 17093670 0 0 0 184376 7466 0 0 20 0 20 0 80952728 26738315264 4461415 33554432000 4194304 4196468 140727359486720 140727359469264 139943735734007 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
/proc/5445/statm: 6527909 4461415 3610 1 0 6489980 0
[pid=5445/tid=5447] ppid=5442 vsize=26111636 memory=8112282956445269571 CPUtime=77.73 cores=0-7
/proc/5445/task/5447/stat : 5447 (java) S 5442 5445 5301 0 -1 1077944384 36802 0 0 0 7738 35 0 0 20 0 20 0 80952729 26738315264 4460836 33554432000 4194304 4196468 140727359486720 139943739973776 139943735744213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5448] ppid=5442 vsize=26111636 memory=4126316290023845779 CPUtime=227.69 cores=0-7
/proc/5445/task/5448/stat : 5448 (java) S 5442 5445 5301 0 -1 1077944384 1613500 0 0 0 21871 898 0 0 20 0 20 0 80952729 26738315264 4460324 33554432000 4194304 4196468 140727359486720 139943293770256 139943735744213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 29 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5449] ppid=5442 vsize=26111636 memory=796 CPUtime=226.61 cores=0-7
/proc/5445/task/5449/stat : 5449 (java) S 5442 5445 5301 0 -1 1077944384 958292 0 0 0 21762 899 0 0 20 0 20 0 80952729 26738315264 4460324 33554432000 4194304 4196468 140727359486720 139943292717712 139943735744213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 40 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5450] ppid=5442 vsize=26111636 memory=1704 CPUtime=226.71 cores=0-7
/proc/5445/task/5450/stat : 5450 (java) S 5442 5445 5301 0 -1 1077944384 687473 0 0 0 21797 874 0 0 20 0 20 0 80952729 26738315264 4460324 33554432000 4194304 4196468 140727359486720 139943291664656 139943735744213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 32 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5451] ppid=5442 vsize=26111636 memory=11860 CPUtime=226.38 cores=0-7
/proc/5445/task/5451/stat : 5451 (java) S 5442 5445 5301 0 -1 1077944384 470801 0 0 0 21764 874 0 0 20 0 20 0 80952729 26738315264 4459812 33554432000 4194304 4196468 140727359486720 139943290612112 139943735744213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 37 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5452] ppid=5442 vsize=26111636 memory=5772 CPUtime=227.28 cores=0-7
/proc/5445/task/5452/stat : 5452 (java) S 5442 5445 5301 0 -1 1077944384 1580952 0 0 0 21868 860 0 0 20 0 20 0 80952730 26738315264 4459812 33554432000 4194304 4196468 140727359486720 139943289560080 139943735744213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 38 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5453] ppid=5442 vsize=26111636 memory=4616 CPUtime=228.2 cores=0-7
/proc/5445/task/5453/stat : 5453 (java) S 5442 5445 5301 0 -1 1077944384 6419281 0 0 0 21627 1193 0 0 20 0 20 0 80952730 26738315264 4459300 33554432000 4194304 4196468 140727359486720 139943288507536 139943735744213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 29 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5454] ppid=5442 vsize=26111636 memory=8112282956445269571 CPUtime=227.44 cores=0-7
/proc/5445/task/5454/stat : 5454 (java) S 5442 5445 5301 0 -1 1077944384 2778882 0 0 0 21816 928 0 0 20 0 20 0 80952730 26738315264 4459300 33554432000 4194304 4196468 140727359486720 139943287454480 139943735744213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 42 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5455] ppid=5442 vsize=26111636 memory=5772 CPUtime=227.29 cores=0-7
/proc/5445/task/5455/stat : 5455 (java) S 5442 5445 5301 0 -1 1077944384 1988075 0 0 0 21886 843 0 0 20 0 20 0 80952730 26738315264 4458788 33554432000 4194304 4196468 140727359486720 139943286401936 139943735744213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 22 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5456] ppid=5442 vsize=26111636 memory=4616 CPUtime=16.12 cores=0-7
/proc/5445/task/5456/stat : 5456 (java) R 5442 5445 5301 0 -1 4202560 536889 0 0 0 1565 47 0 0 20 0 20 0 80952731 26738315264 4458788 33554432000 4194304 4196468 140727359486720 139942410888000 139943728450970 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5457] ppid=5442 vsize=26111636 memory=1388 CPUtime=0 cores=0-7
/proc/5445/task/5457/stat : 5457 (java) S 5442 5445 5301 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 20 0 80952731 26738315264 4458788 33554432000 4194304 4196468 140727359486720 139942409835744 139943735744213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5458] ppid=5442 vsize=26111636 memory=1232 CPUtime=0 cores=0-7
/proc/5445/task/5458/stat : 5458 (java) S 5442 5445 5301 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 20 0 80952732 26738315264 4458276 33554432000 4194304 4196468 140727359486720 139942408782592 139943735744213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5459] ppid=5442 vsize=26111636 memory=1012 CPUtime=0 cores=0-7
/proc/5445/task/5459/stat : 5459 (java) S 5442 5445 5301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80952734 26738315264 4458276 33554432000 4194304 4196468 140727359486720 139942407731152 139943735752603 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5460] ppid=5442 vsize=26111636 memory=1948 CPUtime=2.23 cores=0-7
/proc/5445/task/5460/stat : 5460 (java) S 5442 5445 5301 0 -1 1077944384 4511 0 0 0 222 1 0 0 20 0 20 0 80952734 26738315264 4457764 33554432000 4194304 4196468 140727359486720 139942406679280 139943735745154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 68 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5461] ppid=5442 vsize=26111636 memory=4126316290023845779 CPUtime=1.73 cores=0-7
/proc/5445/task/5461/stat : 5461 (java) S 5442 5445 5301 0 -1 1077944384 4343 0 0 0 172 1 0 0 20 0 20 0 80952734 26738315264 4457764 33554432000 4194304 4196468 140727359486720 139942405626736 139943735745154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5462] ppid=5442 vsize=26111636 memory=2092 CPUtime=1.92 cores=0-7
/proc/5445/task/5462/stat : 5462 (java) S 5442 5445 5301 0 -1 1077944384 4876 0 0 0 189 3 0 0 20 0 20 0 80952734 26738315264 4457252 33554432000 4194304 4196468 140727359486720 139942404573680 139943735745154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5463] ppid=5442 vsize=26111636 memory=7380 CPUtime=0.84 cores=0-7
/proc/5445/task/5463/stat : 5463 (java) S 5442 5445 5301 0 -1 1077944384 6925 0 0 0 82 2 0 0 20 0 20 0 80952734 26738315264 4457252 33554432000 4194304 4196468 140727359486720 139942403517536 139943735744213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5464] ppid=5442 vsize=26111636 memory=836 CPUtime=0 cores=0-7
/proc/5445/task/5464/stat : 5464 (java) S 5442 5445 5301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 80952734 26738315264 4456740 33554432000 4194304 4196468 140727359486720 139942402468320 139943735744213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5465] ppid=5442 vsize=26111636 memory=4108 CPUtime=0.13 cores=0-7
/proc/5445/task/5465/stat : 5465 (java) S 5442 5445 5301 0 -1 1077944384 634 0 0 0 7 6 0 0 20 0 20 0 80952734 26738315264 4456740 33554432000 4194304 4196468 140727359486720 139942401415856 139943735745154 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 68 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
Current children cumulated CPU time: 1918.42 s
Current children cumulated vsize: 26111636 KiB
Current children cumulated memory: 17845660 KiB

[startup+328.201 s]
/proc/loadavg: 7.38 7.09 7.97 2/203 5473
/proc/meminfo: memFree=5254636/32770624 swapFree=67108860/67108860
[pid=5445] ppid=5442 vsize=26111636 memory=14466192 CPUtime=1918.61 cores=0-7
/proc/5445/stat : 5445 (java) S 5442 5445 5301 0 -1 1077944320 17093670 0 0 0 184376 7485 0 0 20 0 20 0 80952728 26738315264 3617572 33554432000 4194304 4196468 140727359486720 140727359469264 139943735734007 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
/proc/5445/statm: 6527909 3617060 3610 1 0 6489980 0
[pid=5445/tid=5447] ppid=5442 vsize=26111636 memory=920 CPUtime=77.73 cores=0-7
/proc/5445/task/5447/stat : 5447 (java) S 5442 5445 5301 0 -1 1077944384 36802 0 0 0 7738 35 0 0 20 0 20 0 80952729 26738315264 3616548 33554432000 4194304 4196468 140727359486720 139943739973776 139943735744213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5448] ppid=5442 vsize=26111636 memory=4136 CPUtime=227.69 cores=0-7
/proc/5445/task/5448/stat : 5448 (java) S 5442 5445 5301 0 -1 1077944384 1613500 0 0 0 21871 898 0 0 20 0 20 0 80952729 26738315264 3616036 33554432000 4194304 4196468 140727359486720 139943293770256 139943735744213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 29 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5449] ppid=5442 vsize=26111636 memory=1408 CPUtime=226.61 cores=0-7
/proc/5445/task/5449/stat : 5449 (java) S 5442 5445 5301 0 -1 1077944384 958292 0 0 0 21762 899 0 0 20 0 20 0 80952729 26738315264 3615535 33554432000 4194304 4196468 140727359486720 139943292717712 139943735744213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 40 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5450] ppid=5442 vsize=26111636 memory=3284 CPUtime=226.71 cores=0-7
/proc/5445/task/5450/stat : 5450 (java) S 5442 5445 5301 0 -1 1077944384 687473 0 0 0 21797 874 0 0 20 0 20 0 80952729 26738315264 3615535 33554432000 4194304 4196468 140727359486720 139943291664656 139943735744213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 32 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5451] ppid=5442 vsize=26111636 memory=23062644 CPUtime=226.38 cores=0-7
/proc/5445/task/5451/stat : 5451 (java) S 5442 5445 5301 0 -1 1077944384 470801 0 0 0 21764 874 0 0 20 0 20 0 80952729 26738315264 3615535 33554432000 4194304 4196468 140727359486720 139943290612112 139943735744213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 37 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5452] ppid=5442 vsize=26111636 memory=8112282956445269571 CPUtime=227.28 cores=0-7
/proc/5445/task/5452/stat : 5452 (java) S 5442 5445 5301 0 -1 1077944384 1580952 0 0 0 21868 860 0 0 20 0 20 0 80952730 26738315264 3615535 33554432000 4194304 4196468 140727359486720 139943289560080 139943735744213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 38 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5453] ppid=5442 vsize=26111636 memory=4126316290023845779 CPUtime=228.2 cores=0-7
/proc/5445/task/5453/stat : 5453 (java) S 5442 5445 5301 0 -1 1077944384 6419281 0 0 0 21627 1193 0 0 20 0 20 0 80952730 26738315264 3615535 33554432000 4194304 4196468 140727359486720 139943288507536 139943735744213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 29 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5454] ppid=5442 vsize=26111636 memory=2092 CPUtime=227.44 cores=0-7
/proc/5445/task/5454/stat : 5454 (java) S 5442 5445 5301 0 -1 1077944384 2778882 0 0 0 21816 928 0 0 20 0 20 0 80952730 26738315264 3615535 33554432000 4194304 4196468 140727359486720 139943287454480 139943735744213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 42 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5455] ppid=5442 vsize=26111636 memory=7380 CPUtime=227.29 cores=0-7
/proc/5445/task/5455/stat : 5455 (java) S 5442 5445 5301 0 -1 1077944384 1988075 0 0 0 21886 843 0 0 20 0 20 0 80952730 26738315264 3615535 33554432000 4194304 4196468 140727359486720 139943286401936 139943735744213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 22 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5456] ppid=5442 vsize=26111636 memory=4036 CPUtime=16.31 cores=0-7
/proc/5445/task/5456/stat : 5456 (java) R 5442 5445 5301 0 -1 4202560 536889 0 0 0 1565 66 0 0 20 0 20 0 80952731 26738315264 3615535 33554432000 4194304 4196468 140727359486720 139942410888000 139943728450970 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5457] ppid=5442 vsize=26111636 memory=24196 CPUtime=0 cores=0-7
/proc/5445/task/5457/stat : 5457 (java) S 5442 5445 5301 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 20 0 80952731 26738315264 3615535 33554432000 4194304 4196468 140727359486720 139942409835744 139943735744213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5458] ppid=5442 vsize=26111636 memory=1244 CPUtime=0 cores=0-7
/proc/5445/task/5458/stat : 5458 (java) S 5442 5445 5301 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 20 0 80952732 26738315264 3615535 33554432000 4194304 4196468 140727359486720 139942408782592 139943735744213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5459] ppid=5442 vsize=26111636 memory=2268 CPUtime=0 cores=0-7
/proc/5445/task/5459/stat : 5459 (java) S 5442 5445 5301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 80952734 26738315264 3615535 33554432000 4194304 4196468 140727359486720 139942407731152 139943735752603 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5460] ppid=5442 vsize=26111636 memory=1804 CPUtime=2.23 cores=0-7
/proc/5445/task/5460/stat : 5460 (java) S 5442 5445 5301 0 -1 1077944384 4511 0 0 0 222 1 0 0 20 0 20 0 80952734 26738315264 3615535 33554432000 4194304 4196468 140727359486720 139942406679280 139943735745154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 68 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5461] ppid=5442 vsize=26111636 memory=4136 CPUtime=1.73 cores=0-7
/proc/5445/task/5461/stat : 5461 (java) S 5442 5445 5301 0 -1 1077944384 4343 0 0 0 172 1 0 0 20 0 20 0 80952734 26738315264 3615535 33554432000 4194304 4196468 140727359486720 139942405626736 139943735745154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5462] ppid=5442 vsize=26111636 memory=1408 CPUtime=1.92 cores=0-7
/proc/5445/task/5462/stat : 5462 (java) S 5442 5445 5301 0 -1 1077944384 4876 0 0 0 189 3 0 0 20 0 20 0 80952734 26738315264 3615535 33554432000 4194304 4196468 140727359486720 139942404573680 139943735745154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5463] ppid=5442 vsize=26111636 memory=3284 CPUtime=0.84 cores=0-7
/proc/5445/task/5463/stat : 5463 (java) S 5442 5445 5301 0 -1 1077944384 6925 0 0 0 82 2 0 0 20 0 20 0 80952734 26738315264 3615535 33554432000 4194304 4196468 140727359486720 139942403517536 139943735744213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5464] ppid=5442 vsize=26111636 memory=23062664 CPUtime=0 cores=0-7
/proc/5445/task/5464/stat : 5464 (java) S 5442 5445 5301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 80952734 26738315264 3615535 33554432000 4194304 4196468 140727359486720 139942402468320 139943735744213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
[pid=5445/tid=5465] ppid=5442 vsize=26111636 memory=8112282956445269571 CPUtime=0.13 cores=0-7
/proc/5445/task/5465/stat : 5465 (java) S 5442 5445 5301 0 -1 1077944384 634 0 0 0 7 6 0 0 20 0 20 0 80952734 26738315264 3615535 33554432000 4194304 4196468 140727359486720 139942401415856 139943735745154 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 68 0 0 6293624 6294260 20385792 140727359489101 140727359489285 140727359489285 140727359492047 0
Current children cumulated CPU time: 1918.61 s
Current children cumulated vsize: 26111636 KiB
Current children cumulated memory: 14466192 KiB

[startup+328.301 s]*
/proc/loadavg: 7.38 7.09 7.97 2/185 5474
/proc/meminfo: memFree=14098940/32770624 swapFree=67108860/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): 328.362
CPU time (s): 1918.78
CPU user time (s): 1843.77
CPU system time (s): 75.0137
CPU usage (%): 584.349
Max. virtual memory (cumulated for all children) (KiB): 26111636
Max. memory (cumulated for all children) (KiB): 23062672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1843.77
system time used= 75.0137
maximum resident set size= 23062672
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17093797
page faults= 0
swaps= 0
block input operations= 0
block output operations= 520
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 60209
involuntary context switches= 86531


# summary of solver processes directly reported to runsolver:
#   pid: 5445
#   total CPU time (s): 1918.78
#   total CPU user time (s): 1843.77
#   total CPU system time (s): 75.0137

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.21963 second user time and 3.4812 second system time

The end

Launcher Data

Begin job on node133 at 2018-07-26 21:38:16
IDJOB=4290975
IDBENCH=141134
IDSOLVER=2745
FILE ID=node133/4290975-1532633895
RUNJOBID= node133-1532633883-5328
PBS_JOBID= 21022180
Free space on /tmp= 48216 MiB

SOLVER NAME= OscaR - Parallel with EPS 2018-07-02
BENCH NAME= XCSP18/GraphColoring/GraphColoring-qg-order100_c18.xml
COMMAND LINE= java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 22000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290975-1532633895/watcher-4290975-1532633895 -o /tmp/evaluation-result-4290975-1532633895/solver-4290975-1532633895 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node133-1532633883-5328 --watchdog 2580  java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 1373456936 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4290975-1532633895.xml

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

MD5SUM BENCH= d2763c38ef24fdf1196893d726f1931a
RANDOM SEED=1373456936

node133.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.24
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.24
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.24
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.24
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:        18995428 kB
MemAvailable:   31927160 kB
Buffers:          201704 kB
Cached:         12891624 kB
SwapCached:            0 kB
Active:          2864492 kB
Inactive:       10282224 kB
Active(anon):       5092 kB
Inactive(anon):    76264 kB
Active(file):    2859400 kB
Inactive(file): 10205960 kB
Unevictable:        7100 kB
Mlocked:            7100 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             71748 kB
Writeback:             0 kB
AnonPages:         59936 kB
Mapped:            41176 kB
Shmem:             25248 kB
Slab:             321928 kB
SReclaimable:     294832 kB
SUnreclaim:        27096 kB
KernelStack:        3248 kB
PageTables:         4764 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     325028 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 48180 MiB
End job on node133 at 2018-07-26 21:43:44