Trace number 4291462

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
OscaR - Hybrid 2018-07-02? 726.303 230.3

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 benchmark101
Best CPU time to get the best result obtained on this benchmark2520.13
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.68/0.54	c version: 2018-07-02
0.68/0.55	c seed: 1813295887
0.68/0.55	c timeout: 2400
0.68/0.55	c memlimit: 11000
0.68/0.55	c nbcore: 4
0.68/0.57	c Parsing instance...
724.40/229.74	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
724.40/229.74		at scala.collection.mutable.ArrayBuilder$ofInt.mkArray(ArrayBuilder.scala:323)
724.40/229.74		at scala.collection.mutable.ArrayBuilder$ofInt.resize(ArrayBuilder.scala:329)
724.40/229.74		at scala.collection.mutable.ArrayBuilder$ofInt.sizeHint(ArrayBuilder.scala:334)
724.40/229.74		at scala.Array$.tabulate(Array.scala:327)
724.40/229.74		at oscar.cp.core.variables.CPIntVarAdaptable.oscar$cp$core$variables$CPIntVarAdaptable$$buildSparse(CPIntVarAdaptable.scala:276)
724.40/229.74		at oscar.cp.core.variables.CPIntVarAdaptable.removeContinuous(CPIntVarAdaptable.scala:267)
724.40/229.74		at oscar.cp.core.variables.CPIntVarAdaptable.removeValue(CPIntVarAdaptable.scala:259)
724.40/229.74		at oscar.cp.constraints.DiffVal.setup(DiffVal.scala:10)
724.40/229.74		at oscar.cp.core.CPStore.post(CPStore.scala:282)
724.40/229.74		at oscar.cp.core.CPSolver.$anonfun$add$1(CPSolver.scala:138)
724.40/229.74		at oscar.cp.core.CPSolver$$Lambda$215/1450348360.apply$mcV$sp(Unknown Source)
724.40/229.74		at oscar.algo.search.BranchingUtils.isInconsistent(BranchingUtils.scala:39)
724.40/229.74		at oscar.algo.search.BranchingUtils.isInconsistent$(BranchingUtils.scala:37)
724.40/229.74		at oscar.cp.package$.isInconsistent(package.scala:54)
724.40/229.74		at oscar.cp.core.CPSolver.add(CPSolver.scala:138)
724.40/229.74		at oscar.cp.core.CPSolver.add(CPSolver.scala:144)
724.40/229.74		at oscar.modeling.models.cp.CPModel.postConstraintForPossibleConstant(CPModel.scala:706)
724.40/229.74		at oscar.modeling.models.cp.CPModel.postBooleanExpression(CPModel.scala:431)
724.40/229.74		at oscar.modeling.models.cp.CPModel.post(CPModel.scala:309)
724.40/229.74		at oscar.modeling.models.LeafModel.add(InstantiatedModel.scala:34)
724.40/229.74		at oscar.modeling.models.LeafModel.add$(InstantiatedModel.scala:34)
724.40/229.74		at oscar.modeling.models.InstantiatedModel.add(InstantiatedModel.scala:47)
724.40/229.74		at oscar.modeling.models.InstantiatedModel.$anonfun$new$1(InstantiatedModel.scala:54)
726.20/230.26		at oscar.modeling.models.InstantiatedModel.$anonfun$new$1$adapted(InstantiatedModel.scala:54)
726.20/230.26		at oscar.modeling.models.InstantiatedModel$$Lambda$212/514805367.apply(Unknown Source)
726.20/230.26		at scala.collection.immutable.List.foreach(List.scala:389)
726.20/230.26		at oscar.modeling.models.InstantiatedModel.<init>(InstantiatedModel.scala:54)
726.20/230.26		at oscar.modeling.models.cp.CPModel.<init>(CPModel.scala:256)
726.20/230.26		at oscar.modeling.models.operators.CPInstantiate$.apply(CPInstantiate.scala:26)
726.20/230.26		at oscar.xcsp3.competition.solvers.HybridSolver$.runSolver(HybridSolver.scala:34)
726.20/230.26		at oscar.xcsp3.competition.CompetitionApp.delayedEndpoint$oscar$xcsp3$competition$CompetitionApp$1(CompetitionApp.scala:78)
726.20/230.26		at oscar.xcsp3.competition.CompetitionApp$delayedInit$body.apply(CompetitionApp.scala:53)
726.20/230.26	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 (9574 MiB free)
  memory of node 1: 16384 MiB (9129 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4291462-1532235947/watcher-4291462-1532235947 -o /tmp/evaluation-result-4291462-1532235947/solver-4291462-1532235947 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532226532-29117 --watchdog 2560 java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 1813295887 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4291462-1532235947.xml 

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

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


[startup+0.100131 s]*
/proc/loadavg: 1.44 1.60 1.66 4/216 30082
/proc/meminfo: memFree=19132472/32770624 swapFree=67108860/67108860
[pid=30067] ppid=30064 vsize=14082740 memory=35480 CPUtime=0.12 cores=1,3,5,7
/proc/30067/stat : 30067 (java) S 30064 30067 29085 0 -1 1077944320 7272 0 0 0 11 1 0 0 20 0 15 0 41157887 14420725760 8870 33554432000 4194304 4196468 140726334929360 140726334911904 139909155327735 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
/proc/30067/statm: 3520685 8870 3135 1 0 3482761 0
[pid=30067/tid=30069] ppid=30064 vsize=14082740 memory=-8413460178640735615 CPUtime=0.08 cores=1,3,5,7
/proc/30067/task/30069/stat : 30069 (java) R 30064 30067 29085 0 -1 4202560 5363 0 0 0 8 0 0 0 20 0 15 0 41157888 14420725760 8870 33554432000 4194304 4196468 140726334929360 139909159529608 139909155349661 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30070] ppid=30064 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30067/task/30070/stat : 30070 (java) S 30064 30067 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41157888 14420725760 8870 33554432000 4194304 4196468 140726334929360 139909107948304 139909155337941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30071] ppid=30064 vsize=14082740 memory=139959538235008 CPUtime=0 cores=1,3,5,7
/proc/30067/task/30071/stat : 30071 (java) S 30064 30067 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41157888 14420725760 8870 33554432000 4194304 4196468 140726334929360 139909106895760 139909155337941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30072] ppid=30064 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30067/task/30072/stat : 30072 (java) S 30064 30067 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41157888 14420725760 8870 33554432000 4194304 4196468 140726334929360 139909105843216 139909155337941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30073] ppid=30064 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30067/task/30073/stat : 30073 (java) S 30064 30067 29085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41157888 14420725760 8870 33554432000 4194304 4196468 140726334929360 139909104790672 139909155337941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30074] ppid=30064 vsize=14082740 memory=139959538235008 CPUtime=0 cores=1,3,5,7
/proc/30067/task/30074/stat : 30074 (java) S 30064 30067 29085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41157890 14420725760 8870 33554432000 4194304 4196468 140726334929360 139908696664048 139909155338882 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30075] ppid=30064 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30067/task/30075/stat : 30075 (java) S 30064 30067 29085 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41157890 14420725760 8870 33554432000 4194304 4196468 140726334929360 139908695610272 139909155337941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30076] ppid=30064 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30067/task/30076/stat : 30076 (java) S 30064 30067 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41157890 14420725760 8870 33554432000 4194304 4196468 140726334929360 139908132103152 139909155337941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30077] ppid=30064 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30067/task/30077/stat : 30077 (java) S 30064 30067 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41157893 14420725760 8870 33554432000 4194304 4196468 140726334929360 139908131051728 139909155346331 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30078] ppid=30064 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30067/task/30078/stat : 30078 (java) S 30064 30067 29085 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 15 0 41157893 14420725760 8870 33554432000 4194304 4196468 140726334929360 139908129999344 139909155338882 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30079] ppid=30064 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30067/task/30079/stat : 30079 (java) S 30064 30067 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41157893 14420725760 8870 33554432000 4194304 4196468 140726334929360 139908128946800 139909155338882 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30080] ppid=30064 vsize=14082740 memory=139959538235008 CPUtime=0.01 cores=1,3,5,7
/proc/30067/task/30080/stat : 30080 (java) R 30064 30067 29085 0 -1 4202560 249 0 0 0 1 0 0 0 20 0 15 0 41157893 14420725760 8870 33554432000 4194304 4196468 140726334929360 139908127894256 139909134009890 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30081] ppid=30064 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30067/task/30081/stat : 30081 (java) S 30064 30067 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41157893 14420725760 8870 33554432000 4194304 4196468 140726334929360 139908126841952 139909155337941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30082] ppid=30064 vsize=14082740 memory=139959538235008 CPUtime=0 cores=1,3,5,7
/proc/30067/task/30082/stat : 30082 (java) S 30064 30067 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41157893 14420725760 8870 33554432000 4194304 4196468 140726334929360 139908125788464 139909155338882 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 35480 KiB

[startup+0.216022 s]*
/proc/loadavg: 1.44 1.60 1.66 5/216 30082
/proc/meminfo: memFree=19117208/32770624 swapFree=67108860/67108860
[pid=30067] ppid=30064 vsize=14082740 memory=49500 CPUtime=0.32 cores=1,3,5,7
/proc/30067/stat : 30067 (java) S 30064 30067 29085 0 -1 1077944320 10376 0 0 0 31 1 0 0 20 0 15 0 41157887 14420725760 12375 33554432000 4194304 4196468 140726334929360 140726334911904 139909155327735 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
/proc/30067/statm: 3520685 12375 3417 1 0 3482761 0
[pid=30067/tid=30069] ppid=30064 vsize=14082740 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/30067/task/30069/stat : 30069 (java) R 30064 30067 29085 0 -1 4202560 8113 0 0 0 19 1 0 0 20 0 15 0 41157888 14420725760 12375 33554432000 4194304 4196468 140726334929360 139909159557712 139909155349661 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30070] ppid=30064 vsize=14082740 memory=343 CPUtime=0 cores=1,3,5,7
/proc/30067/task/30070/stat : 30070 (java) S 30064 30067 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41157888 14420725760 12375 33554432000 4194304 4196468 140726334929360 139909107948304 139909155337941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30071] ppid=30064 vsize=14082740 memory=288370335689946752 CPUtime=0 cores=1,3,5,7
/proc/30067/task/30071/stat : 30071 (java) S 30064 30067 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41157888 14420725760 12375 33554432000 4194304 4196468 140726334929360 139909106895760 139909155337941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30072] ppid=30064 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30067/task/30072/stat : 30072 (java) S 30064 30067 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41157888 14420725760 12375 33554432000 4194304 4196468 140726334929360 139909105843216 139909155337941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30073] ppid=30064 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30067/task/30073/stat : 30073 (java) S 30064 30067 29085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41157888 14420725760 12375 33554432000 4194304 4196468 140726334929360 139909104790672 139909155337941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30074] ppid=30064 vsize=14082740 memory=139959538235008 CPUtime=0 cores=1,3,5,7
/proc/30067/task/30074/stat : 30074 (java) S 30064 30067 29085 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 41157890 14420725760 12375 33554432000 4194304 4196468 140726334929360 139908696664048 139909155338882 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30075] ppid=30064 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30067/task/30075/stat : 30075 (java) S 30064 30067 29085 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41157890 14420725760 12375 33554432000 4194304 4196468 140726334929360 139908695610272 139909155337941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30076] ppid=30064 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30067/task/30076/stat : 30076 (java) S 30064 30067 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41157890 14420725760 12375 33554432000 4194304 4196468 140726334929360 139908132103152 139909155337941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30077] ppid=30064 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30067/task/30077/stat : 30077 (java) S 30064 30067 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41157893 14420725760 12375 33554432000 4194304 4196468 140726334929360 139908131051728 139909155346331 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30078] ppid=30064 vsize=14082740 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/30067/task/30078/stat : 30078 (java) S 30064 30067 29085 0 -1 1077944384 410 0 0 0 1 0 0 0 20 0 15 0 41157893 14420725760 12375 33554432000 4194304 4196468 140726334929360 139908129999344 139909155338882 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30079] ppid=30064 vsize=14082740 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/30067/task/30079/stat : 30079 (java) S 30064 30067 29085 0 -1 1077944384 210 0 0 0 2 0 0 0 20 0 15 0 41157893 14420725760 12375 33554432000 4194304 4196468 140726334929360 139908128946800 139909155338882 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30080] ppid=30064 vsize=14082740 memory=139959538235008 CPUtime=0.06 cores=1,3,5,7
/proc/30067/task/30080/stat : 30080 (java) R 30064 30067 29085 0 -1 4202560 281 0 0 0 6 0 0 0 20 0 15 0 41157893 14420725760 12375 33554432000 4194304 4196468 140726334929360 139908127894256 139909134255871 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30081] ppid=30064 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30067/task/30081/stat : 30081 (java) S 30064 30067 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41157893 14420725760 12375 33554432000 4194304 4196468 140726334929360 139908126841952 139909155337941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30082] ppid=30064 vsize=14082740 memory=139959538235008 CPUtime=0 cores=1,3,5,7
/proc/30067/task/30082/stat : 30082 (java) S 30064 30067 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41157893 14420725760 12375 33554432000 4194304 4196468 140726334929360 139908125788464 139909155338882 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 49500 KiB

[startup+0.310852 s]*
/proc/loadavg: 1.44 1.60 1.66 3/216 30082
/proc/meminfo: memFree=19113796/32770624 swapFree=67108860/67108860
[pid=30067] ppid=30064 vsize=14082740 memory=52712 CPUtime=0.43 cores=1,3,5,7
/proc/30067/stat : 30067 (java) S 30064 30067 29085 0 -1 1077944320 10713 0 0 0 41 2 0 0 20 0 15 0 41157887 14420725760 13178 33554432000 4194304 4196468 140726334929360 140726334911904 139909155327735 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
/proc/30067/statm: 3520685 13178 3419 1 0 3482761 0
[pid=30067/tid=30069] ppid=30064 vsize=14082740 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/30067/task/30069/stat : 30069 (java) R 30064 30067 29085 0 -1 4202560 8436 0 0 0 28 2 0 0 20 0 15 0 41157888 14420725760 13178 33554432000 4194304 4196468 140726334929360 139909159508784 139909136891291 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30070] ppid=30064 vsize=14082740 memory=288230609002954775 CPUtime=0 cores=1,3,5,7
/proc/30067/task/30070/stat : 30070 (java) S 30064 30067 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41157888 14420725760 13178 33554432000 4194304 4196468 140726334929360 139909107948304 139909155337941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30071] ppid=30064 vsize=14082740 memory=288370335689946752 CPUtime=0 cores=1,3,5,7
/proc/30067/task/30071/stat : 30071 (java) S 30064 30067 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41157888 14420725760 13178 33554432000 4194304 4196468 140726334929360 139909106895760 139909155337941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30072] ppid=30064 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30067/task/30072/stat : 30072 (java) S 30064 30067 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41157888 14420725760 13178 33554432000 4194304 4196468 140726334929360 139909105843216 139909155337941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30073] ppid=30064 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30067/task/30073/stat : 30073 (java) S 30064 30067 29085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41157888 14420725760 13178 33554432000 4194304 4196468 140726334929360 139909104790672 139909155337941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30074] ppid=30064 vsize=14082740 memory=139959538235008 CPUtime=0 cores=1,3,5,7
/proc/30067/task/30074/stat : 30074 (java) S 30064 30067 29085 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 41157890 14420725760 13178 33554432000 4194304 4196468 140726334929360 139908696664048 139909155338882 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30075] ppid=30064 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30067/task/30075/stat : 30075 (java) S 30064 30067 29085 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41157890 14420725760 13178 33554432000 4194304 4196468 140726334929360 139908695610272 139909155337941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30076] ppid=30064 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30067/task/30076/stat : 30076 (java) S 30064 30067 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41157890 14420725760 13178 33554432000 4194304 4196468 140726334929360 139908132103152 139909155337941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30077] ppid=30064 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30067/task/30077/stat : 30077 (java) S 30064 30067 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41157893 14420725760 13178 33554432000 4194304 4196468 140726334929360 139908131051728 139909155346331 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30078] ppid=30064 vsize=14082740 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/30067/task/30078/stat : 30078 (java) S 30064 30067 29085 0 -1 1077944384 410 0 0 0 1 0 0 0 20 0 15 0 41157893 14420725760 13178 33554432000 4194304 4196468 140726334929360 139908129999344 139909155338882 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30079] ppid=30064 vsize=14082740 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/30067/task/30079/stat : 30079 (java) S 30064 30067 29085 0 -1 1077944384 210 0 0 0 2 0 0 0 20 0 15 0 41157893 14420725760 13178 33554432000 4194304 4196468 140726334929360 139908128946800 139909155338882 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30080] ppid=30064 vsize=14082740 memory=139959538235008 CPUtime=0.07 cores=1,3,5,7
/proc/30067/task/30080/stat : 30080 (java) R 30064 30067 29085 0 -1 4202560 294 0 0 0 7 0 0 0 20 0 15 0 41157893 14420725760 13178 33554432000 4194304 4196468 140726334929360 139908127894256 139909155349082 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30081] ppid=30064 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30067/task/30081/stat : 30081 (java) S 30064 30067 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41157893 14420725760 13178 33554432000 4194304 4196468 140726334929360 139908126841952 139909155337941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30082] ppid=30064 vsize=14082740 memory=139959538235008 CPUtime=0 cores=1,3,5,7
/proc/30067/task/30082/stat : 30082 (java) S 30064 30067 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41157893 14420725760 13178 33554432000 4194304 4196468 140726334929360 139908125788464 139909155338882 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 52712 KiB

[startup+0.700743 s]
/proc/loadavg: 1.44 1.60 1.66 3/216 30082
/proc/meminfo: memFree=19089488/32770624 swapFree=67108860/67108860
[pid=30067] ppid=30064 vsize=14084808 memory=90980 CPUtime=0.99 cores=1,3,5,7
/proc/30067/stat : 30067 (java) S 30064 30067 29085 0 -1 1077944320 17600 0 0 0 95 4 0 0 20 0 15 0 41157887 14422843392 22745 33554432000 4194304 4196468 140726334929360 140726334911904 139909155327735 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
/proc/30067/statm: 3521202 22745 3499 1 0 3483273 0
[pid=30067/tid=30069] ppid=30064 vsize=14084808 memory=1728 CPUtime=0.67 cores=1,3,5,7
/proc/30067/task/30069/stat : 30069 (java) R 30064 30067 29085 0 -1 4202560 14887 0 0 0 64 3 0 0 20 0 15 0 41157888 14422843392 22745 33554432000 4194304 4196468 140726334929360 139909159542896 139909155349661 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30070] ppid=30064 vsize=14084808 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/30067/task/30070/stat : 30070 (java) S 30064 30067 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41157888 14422843392 22745 33554432000 4194304 4196468 140726334929360 139909107948304 139909155337941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30071] ppid=30064 vsize=14084808 memory=11956 CPUtime=0 cores=1,3,5,7
/proc/30067/task/30071/stat : 30071 (java) S 30064 30067 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41157888 14422843392 22745 33554432000 4194304 4196468 140726334929360 139909106895760 139909155337941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30072] ppid=30064 vsize=14084808 memory=5520 CPUtime=0 cores=1,3,5,7
/proc/30067/task/30072/stat : 30072 (java) S 30064 30067 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41157888 14422843392 22745 33554432000 4194304 4196468 140726334929360 139909105843216 139909155337941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30073] ppid=30064 vsize=14084808 memory=792 CPUtime=0 cores=1,3,5,7
/proc/30067/task/30073/stat : 30073 (java) S 30064 30067 29085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41157888 14422843392 22745 33554432000 4194304 4196468 140726334929360 139909104790672 139909155337941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30074] ppid=30064 vsize=14084808 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/30067/task/30074/stat : 30074 (java) S 30064 30067 29085 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 41157890 14422843392 22745 33554432000 4194304 4196468 140726334929360 139908696664048 139909155338882 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30075] ppid=30064 vsize=14084808 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/30067/task/30075/stat : 30075 (java) S 30064 30067 29085 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41157890 14422843392 22745 33554432000 4194304 4196468 140726334929360 139908695610272 139909155337941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30076] ppid=30064 vsize=14084808 memory=1424 CPUtime=0 cores=1,3,5,7
/proc/30067/task/30076/stat : 30076 (java) S 30064 30067 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41157890 14422843392 22745 33554432000 4194304 4196468 140726334929360 139908132103152 139909155337941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30077] ppid=30064 vsize=14084808 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/30067/task/30077/stat : 30077 (java) S 30064 30067 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41157893 14422843392 22745 33554432000 4194304 4196468 140726334929360 139908131051728 139909155346331 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30078] ppid=30064 vsize=14084808 memory=7163631965283378496 CPUtime=0.06 cores=1,3,5,7
/proc/30067/task/30078/stat : 30078 (java) S 30064 30067 29085 0 -1 1077944384 562 0 0 0 6 0 0 0 20 0 15 0 41157893 14422843392 22745 33554432000 4194304 4196468 140726334929360 139908129999344 139909155338882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30079] ppid=30064 vsize=14084808 memory=6083353102074538087 CPUtime=0.08 cores=1,3,5,7
/proc/30067/task/30079/stat : 30079 (java) S 30064 30067 29085 0 -1 1077944384 372 0 0 0 8 0 0 0 20 0 15 0 41157893 14422843392 22745 33554432000 4194304 4196468 140726334929360 139908128946800 139909155338882 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30080] ppid=30064 vsize=14084808 memory=7368003688827211856 CPUtime=0.15 cores=1,3,5,7
/proc/30067/task/30080/stat : 30080 (java) S 30064 30067 29085 0 -1 1077944384 416 0 0 0 15 0 0 0 20 0 15 0 41157893 14422843392 22745 33554432000 4194304 4196468 140726334929360 139908127894256 139909155338882 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30081] ppid=30064 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30067/task/30081/stat : 30081 (java) S 30064 30067 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41157893 14422843392 22745 33554432000 4194304 4196468 140726334929360 139908126841952 139909155337941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30082] ppid=30064 vsize=14084808 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/30067/task/30082/stat : 30082 (java) S 30064 30067 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41157893 14422843392 22745 33554432000 4194304 4196468 140726334929360 139908125788464 139909155338882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084808 KiB
Current children cumulated memory: 90980 KiB

[startup+1.50133 s]
/proc/loadavg: 1.44 1.60 1.66 6/216 30082
/proc/meminfo: memFree=18886288/32770624 swapFree=67108860/67108860
[pid=30067] ppid=30064 vsize=14084808 memory=495564 CPUtime=3.31 cores=1,3,5,7
/proc/30067/stat : 30067 (java) S 30064 30067 29085 0 -1 1077944320 20111 0 0 0 291 40 0 0 20 0 15 0 41157887 14422843392 123891 33554432000 4194304 4196468 140726334929360 140726334911904 139909155327735 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
/proc/30067/statm: 3521202 123891 3548 1 0 3483273 0
[pid=30067/tid=30069] ppid=30064 vsize=14084808 memory=0 CPUtime=1.07 cores=1,3,5,7
/proc/30067/task/30069/stat : 30069 (java) S 30064 30067 29085 0 -1 1077944384 15022 0 0 0 102 5 0 0 20 0 15 0 41157888 14422843392 123891 33554432000 4194304 4196468 140726334929360 139909159565280 139909155337941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30070] ppid=30064 vsize=14084808 memory=-6951259422114956437 CPUtime=0.38 cores=1,3,5,7
/proc/30067/task/30070/stat : 30070 (java) R 30064 30067 29085 0 -1 4202560 157 0 0 0 30 8 0 0 20 0 15 0 41157888 14422843392 123891 33554432000 4194304 4196468 140726334929360 139909107948304 139909140324159 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30071] ppid=30064 vsize=14084808 memory=-6509546260019855295 CPUtime=0.36 cores=1,3,5,7
/proc/30067/task/30071/stat : 30071 (java) R 30064 30067 29085 0 -1 4202560 458 0 0 0 29 7 0 0 20 0 15 0 41157888 14422843392 123891 33554432000 4194304 4196468 140726334929360 139909106895760 139909140028397 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30072] ppid=30064 vsize=14084808 memory=-7390251449858225344 CPUtime=0.38 cores=1,3,5,7
/proc/30067/task/30072/stat : 30072 (java) R 30064 30067 29085 0 -1 4202560 418 0 0 0 30 8 0 0 20 0 15 0 41157888 14422843392 123891 33554432000 4194304 4196468 140726334929360 139909105843104 139909136937450 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30073] ppid=30064 vsize=14084808 memory=4134692831991786133 CPUtime=0.38 cores=1,3,5,7
/proc/30067/task/30073/stat : 30073 (java) R 30064 30067 29085 0 -1 4202560 373 0 0 0 30 8 0 0 20 0 15 0 41157888 14422843392 123891 33554432000 4194304 4196468 140726334929360 139909104790672 139909136937427 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30074] ppid=30064 vsize=14084808 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/30067/task/30074/stat : 30074 (java) S 30064 30067 29085 0 -1 1077944384 99 0 0 0 0 0 0 0 20 0 15 0 41157890 14422843392 123891 33554432000 4194304 4196468 140726334929360 139908696662592 139909155337941 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0

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

[pid=30067/tid=30081] ppid=30064 vsize=14090952 memory=5520 CPUtime=0 cores=1,3,5,7
/proc/30067/task/30081/stat : 30081 (java) S 30064 30067 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41157893 14429134848 2901312 33554432000 4194304 4196468 140726334929360 139908126841952 139909155337941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30082] ppid=30064 vsize=14090952 memory=6791534058613427641 CPUtime=0.14 cores=1,3,5,7
/proc/30067/task/30082/stat : 30082 (java) S 30064 30067 29085 0 -1 1077944384 673 0 0 0 8 6 0 0 20 0 15 0 41157893 14429134848 2901312 33554432000 4194304 4196468 140726334929360 139908125788464 139909155338882 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 51 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
Current children cumulated CPU time: 714.93 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 11605248 KiB

[startup+228.801 s]
/proc/loadavg: 3.82 2.77 2.10 6/215 30313
/proc/meminfo: memFree=4501736/32770624 swapFree=67108860/67108860
[pid=30067] ppid=30064 vsize=14090952 memory=11605248 CPUtime=721.14 cores=1,3,5,7
/proc/30067/stat : 30067 (java) S 30064 30067 29085 0 -1 1077944320 155689 0 0 0 70759 1355 0 0 20 0 15 0 41157887 14429134848 2901312 33554432000 4194304 4196468 140726334929360 140726334911904 139909155327735 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
/proc/30067/statm: 3522738 2901312 3607 1 0 3484809 0
[pid=30067/tid=30069] ppid=30064 vsize=14090952 memory=1572 CPUtime=51.45 cores=1,3,5,7
/proc/30067/task/30069/stat : 30069 (java) S 30064 30067 29085 0 -1 1077944384 30873 0 0 0 5132 13 0 0 20 0 15 0 41157888 14429134848 2901312 33554432000 4194304 4196468 140726334929360 139909159566080 139909155337941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30070] ppid=30064 vsize=14090952 memory=2244 CPUtime=162.92 cores=1,3,5,7
/proc/30067/task/30070/stat : 30070 (java) R 30064 30067 29085 0 -1 4202560 12306 0 0 0 15949 343 0 0 20 0 15 0 41157888 14429134848 2901312 33554432000 4194304 4196468 140726334929360 139909107948112 139909147955943 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30071] ppid=30064 vsize=14090952 memory=11605212 CPUtime=163.27 cores=1,3,5,7
/proc/30067/task/30071/stat : 30071 (java) R 30064 30067 29085 0 -1 4202560 17179 0 0 0 16008 319 0 0 20 0 15 0 41157888 14429134848 2901312 33554432000 4194304 4196468 140726334929360 139909106895960 139909148430744 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30072] ppid=30064 vsize=14090952 memory=11605212 CPUtime=163.77 cores=1,3,5,7
/proc/30067/task/30072/stat : 30072 (java) R 30064 30067 29085 0 -1 4202560 15316 0 0 0 16034 343 0 0 20 0 15 0 41157888 14429134848 2901312 33554432000 4194304 4196468 140726334929360 139909105843024 139909147955943 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30073] ppid=30064 vsize=14090952 memory=9512 CPUtime=163.09 cores=1,3,5,7
/proc/30067/task/30073/stat : 30073 (java) R 30064 30067 29085 0 -1 4202560 11848 0 0 0 15987 322 0 0 20 0 15 0 41157888 14429134848 2901312 33554432000 4194304 4196468 140726334929360 139909104790792 139909147955943 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30074] ppid=30064 vsize=14090952 memory=6791534058613427641 CPUtime=10.27 cores=1,3,5,7
/proc/30067/task/30074/stat : 30074 (java) S 30064 30067 29085 0 -1 1077944384 46094 0 0 0 1022 5 0 0 20 0 15 0 41157890 14429134848 2901312 33554432000 4194304 4196468 140726334929360 139908696662592 139909155337941 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30075] ppid=30064 vsize=14090952 memory=8292088564187963537 CPUtime=0 cores=1,3,5,7
/proc/30067/task/30075/stat : 30075 (java) S 30064 30067 29085 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 41157890 14429134848 2901312 33554432000 4194304 4196468 140726334929360 139908695610336 139909155337941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30076] ppid=30064 vsize=14090952 memory=7680491646476186426 CPUtime=0 cores=1,3,5,7
/proc/30067/task/30076/stat : 30076 (java) S 30064 30067 29085 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 15 0 41157890 14429134848 2901312 33554432000 4194304 4196468 140726334929360 139908132103168 139909155337941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30077] ppid=30064 vsize=14090952 memory=1414355462422710185 CPUtime=0 cores=1,3,5,7
/proc/30067/task/30077/stat : 30077 (java) S 30064 30067 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41157893 14429134848 2901312 33554432000 4194304 4196468 140726334929360 139908131051728 139909155346331 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30078] ppid=30064 vsize=14090952 memory=6791534058613427641 CPUtime=2.76 cores=1,3,5,7
/proc/30067/task/30078/stat : 30078 (java) S 30064 30067 29085 0 -1 1077944384 7029 0 0 0 274 2 0 0 20 0 15 0 41157893 14429134848 2901312 33554432000 4194304 4196468 140726334929360 139908129999344 139909155338882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30079] ppid=30064 vsize=14090952 memory=1228 CPUtime=2.52 cores=1,3,5,7
/proc/30067/task/30079/stat : 30079 (java) S 30064 30067 29085 0 -1 1077944384 6103 0 0 0 251 1 0 0 20 0 15 0 41157893 14429134848 2901312 33554432000 4194304 4196468 140726334929360 139908128946800 139909155338882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30080] ppid=30064 vsize=14090952 memory=1944 CPUtime=0.85 cores=1,3,5,7
/proc/30067/task/30080/stat : 30080 (java) S 30064 30067 29085 0 -1 1077944384 6895 0 0 0 84 1 0 0 20 0 15 0 41157893 14429134848 2901312 33554432000 4194304 4196468 140726334929360 139908127894256 139909155338882 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30081] ppid=30064 vsize=14090952 memory=1424 CPUtime=0 cores=1,3,5,7
/proc/30067/task/30081/stat : 30081 (java) S 30064 30067 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41157893 14429134848 2901312 33554432000 4194304 4196468 140726334929360 139908126841952 139909155337941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30082] ppid=30064 vsize=14090952 memory=4612 CPUtime=0.14 cores=1,3,5,7
/proc/30067/task/30082/stat : 30082 (java) S 30064 30067 29085 0 -1 1077944384 673 0 0 0 8 6 0 0 20 0 15 0 41157893 14429134848 2901312 33554432000 4194304 4196468 140726334929360 139908125788464 139909155338882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 51 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
Current children cumulated CPU time: 721.14 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 11605248 KiB

[startup+229.601 s]
/proc/loadavg: 3.67 2.76 2.10 3/215 30313
/proc/meminfo: memFree=4501620/32770624 swapFree=67108860/67108860
[pid=30067] ppid=30064 vsize=14090952 memory=11605248 CPUtime=724.05 cores=1,3,5,7
/proc/30067/stat : 30067 (java) S 30064 30067 29085 0 -1 1077944320 156189 0 0 0 71049 1356 0 0 20 0 15 0 41157887 14429134848 2901312 33554432000 4194304 4196468 140726334929360 140726334911904 139909155327735 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
/proc/30067/statm: 3522738 2901312 3607 1 0 3484809 0
[pid=30067/tid=30069] ppid=30064 vsize=14090952 memory=1424 CPUtime=51.45 cores=1,3,5,7
/proc/30067/task/30069/stat : 30069 (java) S 30064 30067 29085 0 -1 1077944384 30873 0 0 0 5132 13 0 0 20 0 15 0 41157888 14429134848 2901312 33554432000 4194304 4196468 140726334929360 139909159566080 139909155337941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30070] ppid=30064 vsize=14090952 memory=4612 CPUtime=163.63 cores=1,3,5,7
/proc/30067/task/30070/stat : 30070 (java) R 30064 30067 29085 0 -1 4202560 12306 0 0 0 16020 343 0 0 20 0 15 0 41157888 14429134848 2901312 33554432000 4194304 4196468 140726334929360 139909107948504 139909136937421 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30071] ppid=30064 vsize=14090952 memory=8384 CPUtime=163.98 cores=1,3,5,7
/proc/30067/task/30071/stat : 30071 (java) R 30064 30067 29085 0 -1 4202560 17522 0 0 0 16079 319 0 0 20 0 15 0 41157888 14429134848 2901312 33554432000 4194304 4196468 140726334929360 139909106895568 139909147955943 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30072] ppid=30064 vsize=14090952 memory=6791534058613427641 CPUtime=164.48 cores=1,3,5,7
/proc/30067/task/30072/stat : 30072 (java) R 30064 30067 29085 0 -1 4202560 15316 0 0 0 16105 343 0 0 20 0 15 0 41157888 14429134848 2901312 33554432000 4194304 4196468 140726334929360 139909105843024 139909147955943 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30073] ppid=30064 vsize=14090952 memory=14228 CPUtime=163.79 cores=1,3,5,7
/proc/30067/task/30073/stat : 30073 (java) R 30064 30067 29085 0 -1 4202560 11848 0 0 0 16057 322 0 0 20 0 15 0 41157888 14429134848 2901312 33554432000 4194304 4196468 140726334929360 139909104790480 139909147955943 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30074] ppid=30064 vsize=14090952 memory=1296 CPUtime=10.35 cores=1,3,5,7
/proc/30067/task/30074/stat : 30074 (java) S 30064 30067 29085 0 -1 1077944384 46251 0 0 0 1030 5 0 0 20 0 15 0 41157890 14429134848 2901312 33554432000 4194304 4196468 140726334929360 139908696662608 139909155337941 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30075] ppid=30064 vsize=14090952 memory=2428 CPUtime=0 cores=1,3,5,7
/proc/30067/task/30075/stat : 30075 (java) S 30064 30067 29085 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 41157890 14429134848 2901312 33554432000 4194304 4196468 140726334929360 139908695610336 139909155337941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30076] ppid=30064 vsize=14090952 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/30067/task/30076/stat : 30076 (java) S 30064 30067 29085 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 15 0 41157890 14429134848 2901312 33554432000 4194304 4196468 140726334929360 139908132103168 139909155337941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30077] ppid=30064 vsize=14090952 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/30067/task/30077/stat : 30077 (java) S 30064 30067 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41157893 14429134848 2901312 33554432000 4194304 4196468 140726334929360 139908131051728 139909155346331 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30078] ppid=30064 vsize=14090952 memory=11956 CPUtime=2.76 cores=1,3,5,7
/proc/30067/task/30078/stat : 30078 (java) S 30064 30067 29085 0 -1 1077944384 7029 0 0 0 274 2 0 0 20 0 15 0 41157893 14429134848 2901312 33554432000 4194304 4196468 140726334929360 139908129999344 139909155338882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30079] ppid=30064 vsize=14090952 memory=5520 CPUtime=2.52 cores=1,3,5,7
/proc/30067/task/30079/stat : 30079 (java) S 30064 30067 29085 0 -1 1077944384 6103 0 0 0 251 1 0 0 20 0 15 0 41157893 14429134848 2901312 33554432000 4194304 4196468 140726334929360 139908128946800 139909155338882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30080] ppid=30064 vsize=14090952 memory=792 CPUtime=0.85 cores=1,3,5,7
/proc/30067/task/30080/stat : 30080 (java) S 30064 30067 29085 0 -1 1077944384 6895 0 0 0 84 1 0 0 20 0 15 0 41157893 14429134848 2901312 33554432000 4194304 4196468 140726334929360 139908127894256 139909155338882 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30081] ppid=30064 vsize=14090952 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/30067/task/30081/stat : 30081 (java) S 30064 30067 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41157893 14429134848 2901312 33554432000 4194304 4196468 140726334929360 139908126841952 139909155337941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30082] ppid=30064 vsize=14090952 memory=1944 CPUtime=0.14 cores=1,3,5,7
/proc/30067/task/30082/stat : 30082 (java) S 30064 30067 29085 0 -1 1077944384 673 0 0 0 8 6 0 0 20 0 15 0 41157893 14429134848 2901312 33554432000 4194304 4196468 140726334929360 139908125788464 139909155338882 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 51 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
Current children cumulated CPU time: 724.05 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 11605248 KiB

[startup+230.001 s]*
/proc/loadavg: 3.67 2.76 2.10 6/215 30313
/proc/meminfo: memFree=4501496/32770624 swapFree=67108860/67108860
[pid=30067] ppid=30064 vsize=14090952 memory=11605404 CPUtime=725.48 cores=1,3,5,7
/proc/30067/stat : 30067 (java) S 30064 30067 29085 0 -1 1077944320 156400 0 0 0 71192 1356 0 0 20 0 15 0 41157887 14429134848 2901351 33554432000 4194304 4196468 140726334929360 140726334911904 139909155327735 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
/proc/30067/statm: 3522738 2901351 3608 1 0 3484809 0
[pid=30067/tid=30069] ppid=30064 vsize=14090952 memory=6791534058613427641 CPUtime=51.46 cores=1,3,5,7
/proc/30067/task/30069/stat : 30069 (java) S 30064 30067 29085 0 -1 1077944384 30956 0 0 0 5133 13 0 0 20 0 15 0 41157888 14429134848 2901351 33554432000 4194304 4196468 140726334929360 139909159567488 139909155337941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30070] ppid=30064 vsize=14090952 memory=4052 CPUtime=163.97 cores=1,3,5,7
/proc/30067/task/30070/stat : 30070 (java) R 30064 30067 29085 0 -1 4202560 12306 0 0 0 16053 344 0 0 20 0 15 0 41157888 14429134848 2901351 33554432000 4194304 4196468 140726334929360 139909107948200 139909147955943 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30071] ppid=30064 vsize=14090952 memory=18444 CPUtime=164.32 cores=1,3,5,7
/proc/30067/task/30071/stat : 30071 (java) R 30064 30067 29085 0 -1 4202560 17522 0 0 0 16113 319 0 0 20 0 15 0 41157888 14429134848 2901351 33554432000 4194304 4196468 140726334929360 139909106895344 139909147955943 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30072] ppid=30064 vsize=14090952 memory=640 CPUtime=164.83 cores=1,3,5,7
/proc/30067/task/30072/stat : 30072 (java) R 30064 30067 29085 0 -1 4202560 15316 0 0 0 16140 343 0 0 20 0 15 0 41157888 14429134848 2901351 33554432000 4194304 4196468 140726334929360 139909105843104 139909136924277 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30073] ppid=30064 vsize=14090952 memory=1792 CPUtime=164.13 cores=1,3,5,7
/proc/30067/task/30073/stat : 30073 (java) R 30064 30067 29085 0 -1 4202560 11852 0 0 0 16091 322 0 0 20 0 15 0 41157888 14429134848 2901351 33554432000 4194304 4196468 140726334929360 139909104790256 139909147955943 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30074] ppid=30064 vsize=14090952 memory=1240 CPUtime=10.4 cores=1,3,5,7
/proc/30067/task/30074/stat : 30074 (java) S 30064 30067 29085 0 -1 1077944384 46252 0 0 0 1035 5 0 0 20 0 15 0 41157890 14429134848 2901351 33554432000 4194304 4196468 140726334929360 139908696662368 139909155337941 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30075] ppid=30064 vsize=14090952 memory=960 CPUtime=0 cores=1,3,5,7
/proc/30067/task/30075/stat : 30075 (java) S 30064 30067 29085 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 41157890 14429134848 2901351 33554432000 4194304 4196468 140726334929360 139908695610336 139909155337941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30076] ppid=30064 vsize=14090952 memory=2340 CPUtime=0 cores=1,3,5,7
/proc/30067/task/30076/stat : 30076 (java) S 30064 30067 29085 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 15 0 41157890 14429134848 2901351 33554432000 4194304 4196468 140726334929360 139908132103168 139909155337941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30077] ppid=30064 vsize=14090952 memory=928 CPUtime=0 cores=1,3,5,7
/proc/30067/task/30077/stat : 30077 (java) S 30064 30067 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41157893 14429134848 2901351 33554432000 4194304 4196468 140726334929360 139908131051728 139909155346331 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30078] ppid=30064 vsize=14090952 memory=1572 CPUtime=2.76 cores=1,3,5,7
/proc/30067/task/30078/stat : 30078 (java) S 30064 30067 29085 0 -1 1077944384 7029 0 0 0 274 2 0 0 20 0 15 0 41157893 14429134848 2901351 33554432000 4194304 4196468 140726334929360 139908129999344 139909155338882 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30079] ppid=30064 vsize=14090952 memory=2244 CPUtime=2.52 cores=1,3,5,7
/proc/30067/task/30079/stat : 30079 (java) S 30064 30067 29085 0 -1 1077944384 6103 0 0 0 251 1 0 0 20 0 15 0 41157893 14429134848 2901351 33554432000 4194304 4196468 140726334929360 139908128946800 139909155338882 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30080] ppid=30064 vsize=14090952 memory=4124 CPUtime=0.85 cores=1,3,5,7
/proc/30067/task/30080/stat : 30080 (java) S 30064 30067 29085 0 -1 1077944384 7018 0 0 0 84 1 0 0 20 0 15 0 41157893 14429134848 2901351 33554432000 4194304 4196468 140726334929360 139908127889024 139909155337941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30081] ppid=30064 vsize=14090952 memory=2200 CPUtime=0 cores=1,3,5,7
/proc/30067/task/30081/stat : 30081 (java) S 30064 30067 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41157893 14429134848 2901351 33554432000 4194304 4196468 140726334929360 139908126841952 139909155337941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30082] ppid=30064 vsize=14090952 memory=2241 CPUtime=0.14 cores=1,3,5,7
/proc/30067/task/30082/stat : 30082 (java) S 30064 30067 29085 0 -1 1077944384 673 0 0 0 8 6 0 0 20 0 15 0 41157893 14429134848 2901351 33554432000 4194304 4196468 140726334929360 139908125788464 139909155338882 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 51 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
Current children cumulated CPU time: 725.48 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 11605404 KiB

[startup+230.21 s]
/proc/loadavg: 3.67 2.76 2.10 6/215 30313
/proc/meminfo: memFree=4501496/32770624 swapFree=67108860/67108860
[pid=30067] ppid=30064 vsize=14090952 memory=11605404 CPUtime=726.2 cores=1,3,5,7
/proc/30067/stat : 30067 (java) S 30064 30067 29085 0 -1 1077944320 156401 0 0 0 71264 1356 0 0 20 0 15 0 41157887 14429134848 2901351 33554432000 4194304 4196468 140726334929360 140726334911904 139909155327735 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
/proc/30067/statm: 3522738 2901351 3608 1 0 3484809 0
[pid=30067/tid=30069] ppid=30064 vsize=14090952 memory=288230621803970871 CPUtime=51.46 cores=1,3,5,7
/proc/30067/task/30069/stat : 30069 (java) S 30064 30067 29085 0 -1 1077944384 30956 0 0 0 5133 13 0 0 20 0 15 0 41157888 14429134848 2901351 33554432000 4194304 4196468 140726334929360 139909159567488 139909155337941 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30070] ppid=30064 vsize=14090952 memory=14418107267549734 CPUtime=164.15 cores=1,3,5,7
/proc/30067/task/30070/stat : 30070 (java) S 30064 30067 29085 0 -1 1077944384 12306 0 0 0 16071 344 0 0 20 0 15 0 41157888 14429134848 2901351 33554432000 4194304 4196468 140726334929360 139909107948304 139909155337941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30071] ppid=30064 vsize=14090952 memory=916 CPUtime=164.49 cores=1,3,5,7
/proc/30067/task/30071/stat : 30071 (java) S 30064 30067 29085 0 -1 1077944384 17522 0 0 0 16130 319 0 0 20 0 15 0 41157888 14429134848 2901351 33554432000 4194304 4196468 140726334929360 139909106895760 139909155337941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30072] ppid=30064 vsize=14090952 memory=3848 CPUtime=165 cores=1,3,5,7
/proc/30067/task/30072/stat : 30072 (java) S 30064 30067 29085 0 -1 1077944384 15316 0 0 0 16157 343 0 0 20 0 15 0 41157888 14429134848 2901351 33554432000 4194304 4196468 140726334929360 139909105843216 139909155337941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30073] ppid=30064 vsize=14090952 memory=2748 CPUtime=164.31 cores=1,3,5,7
/proc/30067/task/30073/stat : 30073 (java) S 30064 30067 29085 0 -1 1077944384 11852 0 0 0 16109 322 0 0 20 0 15 0 41157888 14429134848 2901351 33554432000 4194304 4196468 140726334929360 139909104790672 139909155337941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30074] ppid=30064 vsize=14090952 memory=2588 CPUtime=10.42 cores=1,3,5,7
/proc/30067/task/30074/stat : 30074 (java) R 30064 30067 29085 0 -1 4202560 46253 0 0 0 1037 5 0 0 20 0 15 0 41157890 14429134848 2901351 33554432000 4194304 4196468 140726334929360 139908696662480 139909133697910 0 0 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30075] ppid=30064 vsize=14090952 memory=4104 CPUtime=0 cores=1,3,5,7
/proc/30067/task/30075/stat : 30075 (java) S 30064 30067 29085 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 41157890 14429134848 2901351 33554432000 4194304 4196468 140726334929360 139908695610336 139909155337941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30076] ppid=30064 vsize=14090952 memory=1408 CPUtime=0 cores=1,3,5,7
/proc/30067/task/30076/stat : 30076 (java) S 30064 30067 29085 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 15 0 41157890 14429134848 2901351 33554432000 4194304 4196468 140726334929360 139908132103168 139909155337941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30077] ppid=30064 vsize=14090952 memory=3068 CPUtime=0 cores=1,3,5,7
/proc/30067/task/30077/stat : 30077 (java) S 30064 30067 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41157893 14429134848 2901351 33554432000 4194304 4196468 140726334929360 139908131051728 139909155346331 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30078] ppid=30064 vsize=14090952 memory=11605248 CPUtime=2.76 cores=1,3,5,7
/proc/30067/task/30078/stat : 30078 (java) S 30064 30067 29085 0 -1 1077944384 7029 0 0 0 274 2 0 0 20 0 15 0 41157893 14429134848 2901351 33554432000 4194304 4196468 140726334929360 139908129999344 139909155338882 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30079] ppid=30064 vsize=14090952 memory=1408 CPUtime=2.52 cores=1,3,5,7
/proc/30067/task/30079/stat : 30079 (java) S 30064 30067 29085 0 -1 1077944384 6103 0 0 0 251 1 0 0 20 0 15 0 41157893 14429134848 2901351 33554432000 4194304 4196468 140726334929360 139908128946800 139909155338882 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30080] ppid=30064 vsize=14090952 memory=2976 CPUtime=0.85 cores=1,3,5,7
/proc/30067/task/30080/stat : 30080 (java) S 30064 30067 29085 0 -1 1077944384 7018 0 0 0 84 1 0 0 20 0 15 0 41157893 14429134848 2901351 33554432000 4194304 4196468 140726334929360 139908127889024 139909155337941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30081] ppid=30064 vsize=14090952 memory=4445908 CPUtime=0 cores=1,3,5,7
/proc/30067/task/30081/stat : 30081 (java) S 30064 30067 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41157893 14429134848 2901351 33554432000 4194304 4196468 140726334929360 139908126841952 139909155337941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
[pid=30067/tid=30082] ppid=30064 vsize=14090952 memory=2244 CPUtime=0.14 cores=1,3,5,7
/proc/30067/task/30082/stat : 30082 (java) S 30064 30067 29085 0 -1 1077944384 673 0 0 0 8 6 0 0 20 0 15 0 41157893 14429134848 2901351 33554432000 4194304 4196468 140726334929360 139908125788464 139909155338882 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 51 0 0 6293624 6294260 24162304 140726334932052 140726334932233 140726334932233 140726334934991 0
Current children cumulated CPU time: 726.2 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 11605404 KiB

Child status: 1
Real time (s): 230.3
CPU time (s): 726.303
CPU user time (s): 712.688
CPU system time (s): 13.6152
CPU usage (%): 315.372
Max. virtual memory (cumulated for all children) (KiB): 14090952
Max. memory (cumulated for all children) (KiB): 11605404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 712.688
system time used= 13.6152
maximum resident set size= 11605404
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 156547
page faults= 0
swaps= 0
block input operations= 0
block output operations= 360
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22514
involuntary context switches= 9923


# summary of solver processes directly reported to runsolver:
#   pid: 30067
#   total CPU time (s): 726.303
#   total CPU user time (s): 712.688
#   total CPU system time (s): 13.6152

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.52215 second user time and 2.39547 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-22 07:05:47
IDJOB=4291462
IDBENCH=141134
IDSOLVER=2746
FILE ID=node151/4291462-1532235947
RUNJOBID= node151-1532226532-29117
PBS_JOBID= 21018950
Free space on /tmp= 55000 MiB

SOLVER NAME= OscaR - Hybrid 2018-07-02
BENCH NAME= XCSP18/GraphColoring/GraphColoring-qg-order100_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4291462-1532235947/watcher-4291462-1532235947 -o /tmp/evaluation-result-4291462-1532235947/solver-4291462-1532235947 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532226532-29117 --watchdog 2560  java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 1813295887 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4291462-1532235947.xml

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

MD5SUM BENCH= d2763c38ef24fdf1196893d726f1931a
RANDOM SEED=1813295887

node151.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.87
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.87
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.87
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.87
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:        19153440 kB
MemAvailable:   30533744 kB
Buffers:          230392 kB
Cached:         11299044 kB
SwapCached:            0 kB
Active:          2485128 kB
Inactive:       10497280 kB
Active(anon):    1456052 kB
Inactive(anon):    16936 kB
Active(file):    1029076 kB
Inactive(file): 10480344 kB
Unevictable:        7940 kB
Mlocked:            7940 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             71460 kB
Writeback:             0 kB
AnonPages:       1461496 kB
Mapped:            48724 kB
Shmem:             17032 kB
Slab:             326664 kB
SReclaimable:     299344 kB
SUnreclaim:        27320 kB
KernelStack:        3552 kB
PageTables:         8696 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2392276 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1384448 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 54968 MiB
End job on node151 at 2018-07-22 07:09:37