Trace number 4290264

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
OscaR - Conflict Ordering with restarts 2018-07-02? 603.196 197.828

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.67/0.55	c version: 2018-07-02
0.67/0.56	c seed: 930524633
0.67/0.56	c timeout: 2400
0.67/0.56	c memlimit: 11000
0.67/0.56	c nbcore: 4
0.67/0.58	c Parsing instance...
603.00/197.77	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
603.00/197.77		at scala.collection.mutable.ArrayBuilder$ofInt.mkArray(ArrayBuilder.scala:323)
603.00/197.77		at scala.collection.mutable.ArrayBuilder$ofInt.resize(ArrayBuilder.scala:329)
603.00/197.77		at scala.collection.mutable.ArrayBuilder$ofInt.sizeHint(ArrayBuilder.scala:334)
603.00/197.77		at scala.Array$.tabulate(Array.scala:327)
603.00/197.77		at oscar.cp.core.variables.CPIntVarAdaptable.oscar$cp$core$variables$CPIntVarAdaptable$$buildSparse(CPIntVarAdaptable.scala:277)
603.00/197.77		at oscar.cp.core.variables.CPIntVarAdaptable.removeContinuous(CPIntVarAdaptable.scala:267)
603.00/197.77		at oscar.cp.core.variables.CPIntVarAdaptable.removeValue(CPIntVarAdaptable.scala:259)
603.00/197.77		at oscar.cp.constraints.DiffVal.setup(DiffVal.scala:10)
603.00/197.77		at oscar.cp.core.CPStore.post(CPStore.scala:282)
603.00/197.77		at oscar.cp.core.CPSolver.$anonfun$add$1(CPSolver.scala:138)
603.00/197.77		at oscar.cp.core.CPSolver$$Lambda$215/120476166.apply$mcV$sp(Unknown Source)
603.00/197.77		at oscar.algo.search.BranchingUtils.isInconsistent(BranchingUtils.scala:39)
603.00/197.77		at oscar.algo.search.BranchingUtils.isInconsistent$(BranchingUtils.scala:37)
603.00/197.77		at oscar.cp.package$.isInconsistent(package.scala:54)
603.00/197.77		at oscar.cp.core.CPSolver.add(CPSolver.scala:138)
603.00/197.77		at oscar.cp.core.CPSolver.add(CPSolver.scala:144)
603.00/197.77		at oscar.modeling.models.cp.CPModel.postConstraintForPossibleConstant(CPModel.scala:706)
603.00/197.78		at oscar.modeling.models.cp.CPModel.postBooleanExpression(CPModel.scala:431)
603.00/197.78		at oscar.modeling.models.cp.CPModel.post(CPModel.scala:309)
603.00/197.78		at oscar.modeling.models.LeafModel.add(InstantiatedModel.scala:34)
603.00/197.78		at oscar.modeling.models.LeafModel.add$(InstantiatedModel.scala:34)
603.00/197.78		at oscar.modeling.models.InstantiatedModel.add(InstantiatedModel.scala:47)
603.00/197.78		at oscar.modeling.models.InstantiatedModel.$anonfun$new$1(InstantiatedModel.scala:54)
603.00/197.78		at oscar.modeling.models.InstantiatedModel.$anonfun$new$1$adapted(InstantiatedModel.scala:54)
603.00/197.78		at oscar.modeling.models.InstantiatedModel$$Lambda$212/1330012679.apply(Unknown Source)
603.00/197.78		at scala.collection.immutable.List.foreach(List.scala:389)
603.00/197.78		at oscar.modeling.models.InstantiatedModel.<init>(InstantiatedModel.scala:54)
603.00/197.78		at oscar.modeling.models.cp.CPModel.<init>(CPModel.scala:256)
603.00/197.78		at oscar.modeling.models.operators.CPInstantiate$.apply(CPInstantiate.scala:26)
603.00/197.78		at oscar.xcsp3.competition.solvers.resources.COSSolver.runSolver(COSSolver.scala:28)
603.00/197.78		at oscar.xcsp3.competition.CompetitionApp.delayedEndpoint$oscar$xcsp3$competition$CompetitionApp$1(CompetitionApp.scala:78)
603.00/197.78		at oscar.xcsp3.competition.CompetitionApp$delayedInit$body.apply(CompetitionApp.scala:53)
603.00/197.78	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 (10855 MiB free)
  memory of node 1: 16384 MiB (11820 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290264-1532233797/watcher-4290264-1532233797 -o /tmp/evaluation-result-4290264-1532233797/solver-4290264-1532233797 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532224272-29566 --watchdog 2560 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 930524633 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290264-1532233797.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=30609, runsolver pid=30606
Current StackSize limit: 8192 KiB


[startup+0.100141 s]*
/proc/loadavg: 1.25 1.25 1.37 3/215 30624
/proc/meminfo: memFree=23201472/32770624 swapFree=67108860/67108860
[pid=30609] ppid=30606 vsize=14082740 memory=31048 CPUtime=0.12 cores=1,3,5,7
/proc/30609/stat : 30609 (java) S 30606 30609 29534 0 -1 1077944320 6662 0 0 0 11 1 0 0 20 0 15 0 40942886 14420725760 7762 33554432000 4194304 4196468 140734523703792 140734523686336 139996650180343 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
/proc/30609/statm: 3520685 7762 3160 1 0 3482761 0
[pid=30609/tid=30611] ppid=30606 vsize=14082740 memory=-8701690554791924099 CPUtime=0.09 cores=1,3,5,7
/proc/30609/task/30611/stat : 30611 (java) R 30606 30609 29534 0 -1 4202560 4708 0 0 0 8 1 0 0 20 0 15 0 40942887 14420725760 7762 33554432000 4194304 4196468 140734523703792 139996654420096 139996650192278 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30612] ppid=30606 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30609/task/30612/stat : 30612 (java) S 30606 30609 29534 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40942887 14420725760 7762 33554432000 4194304 4196468 140734523703792 139996246240272 139996650190549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30613] ppid=30606 vsize=14082740 memory=139718375974528 CPUtime=0 cores=1,3,5,7
/proc/30609/task/30613/stat : 30613 (java) S 30606 30609 29534 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40942887 14420725760 7762 33554432000 4194304 4196468 140734523703792 139996245187728 139996650190549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30614] ppid=30606 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30609/task/30614/stat : 30614 (java) S 30606 30609 29534 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40942887 14420725760 7762 33554432000 4194304 4196468 140734523703792 139996244134672 139996650190549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30615] ppid=30606 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30609/task/30615/stat : 30615 (java) S 30606 30609 29534 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40942887 14420725760 7762 33554432000 4194304 4196468 140734523703792 139996243082128 139996650190549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30616] ppid=30606 vsize=14082740 memory=139718375974528 CPUtime=0 cores=1,3,5,7
/proc/30609/task/30616/stat : 30616 (java) S 30606 30609 29534 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40942889 14420725760 7762 33554432000 4194304 4196468 140734523703792 139996124096752 139996650191490 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30617] ppid=30606 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30609/task/30617/stat : 30617 (java) S 30606 30609 29534 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40942889 14420725760 7762 33554432000 4194304 4196468 140734523703792 139996123042976 139996650190549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30618] ppid=30606 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30609/task/30618/stat : 30618 (java) S 30606 30609 29534 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40942889 14420725760 7762 33554432000 4194304 4196468 140734523703792 139996121989872 139996650190549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30619] ppid=30606 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30609/task/30619/stat : 30619 (java) S 30606 30609 29534 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40942892 14420725760 7762 33554432000 4194304 4196468 140734523703792 139996120938448 139996650198939 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30620] ppid=30606 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30609/task/30620/stat : 30620 (java) S 30606 30609 29534 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 15 0 40942892 14420725760 7762 33554432000 4194304 4196468 140734523703792 139996119886576 139996650191490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30621] ppid=30606 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30609/task/30621/stat : 30621 (java) S 30606 30609 29534 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40942892 14420725760 7762 33554432000 4194304 4196468 140734523703792 139996118834032 139996650191490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30622] ppid=30606 vsize=14082740 memory=139718375974528 CPUtime=0.01 cores=1,3,5,7
/proc/30609/task/30622/stat : 30622 (java) S 30606 30609 29534 0 -1 1077944384 273 0 0 0 1 0 0 0 20 0 15 0 40942892 14420725760 7762 33554432000 4194304 4196468 140734523703792 139996117780976 139996650191490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30623] ppid=30606 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30609/task/30623/stat : 30623 (java) S 30606 30609 29534 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40942892 14420725760 7762 33554432000 4194304 4196468 140734523703792 139996116728672 139996650190549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30624] ppid=30606 vsize=14082740 memory=139718375974528 CPUtime=0 cores=1,3,5,7
/proc/30609/task/30624/stat : 30624 (java) S 30606 30609 29534 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40942892 14420725760 7762 33554432000 4194304 4196468 140734523703792 139996115675696 139996650191490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 31048 KiB

[startup+0.219194 s]*
/proc/loadavg: 1.25 1.25 1.37 5/215 30624
/proc/meminfo: memFree=23186076/32770624 swapFree=67108860/67108860
[pid=30609] ppid=30606 vsize=14082740 memory=47432 CPUtime=0.32 cores=1,3,5,7
/proc/30609/stat : 30609 (java) S 30606 30609 29534 0 -1 1077944320 10444 0 0 0 30 2 0 0 20 0 15 0 40942886 14420725760 11858 33554432000 4194304 4196468 140734523703792 140734523686336 139996650180343 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
/proc/30609/statm: 3520685 11858 3409 1 0 3482761 0
[pid=30609/tid=30611] ppid=30606 vsize=14082740 memory=7022364594140610616 CPUtime=0.21 cores=1,3,5,7
/proc/30609/task/30611/stat : 30611 (java) R 30606 30609 29534 0 -1 4202560 8130 0 0 0 19 2 0 0 20 0 15 0 40942887 14420725760 11858 33554432000 4194304 4196468 140734523703792 139996654400112 139996634260830 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30612] ppid=30606 vsize=14082740 memory=343 CPUtime=0 cores=1,3,5,7
/proc/30609/task/30612/stat : 30612 (java) S 30606 30609 29534 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40942887 14420725760 11858 33554432000 4194304 4196468 140734523703792 139996246240272 139996650190549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30613] ppid=30606 vsize=14082740 memory=3834450370897061536 CPUtime=0 cores=1,3,5,7
/proc/30609/task/30613/stat : 30613 (java) S 30606 30609 29534 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40942887 14420725760 11858 33554432000 4194304 4196468 140734523703792 139996245187728 139996650190549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30614] ppid=30606 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30609/task/30614/stat : 30614 (java) S 30606 30609 29534 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40942887 14420725760 11858 33554432000 4194304 4196468 140734523703792 139996244134672 139996650190549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30615] ppid=30606 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30609/task/30615/stat : 30615 (java) S 30606 30609 29534 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40942887 14420725760 11858 33554432000 4194304 4196468 140734523703792 139996243082128 139996650190549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30616] ppid=30606 vsize=14082740 memory=139718375974528 CPUtime=0 cores=1,3,5,7
/proc/30609/task/30616/stat : 30616 (java) S 30606 30609 29534 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 40942889 14420725760 11858 33554432000 4194304 4196468 140734523703792 139996124096752 139996650191490 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30617] ppid=30606 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30609/task/30617/stat : 30617 (java) S 30606 30609 29534 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40942889 14420725760 11858 33554432000 4194304 4196468 140734523703792 139996123042976 139996650190549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30618] ppid=30606 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30609/task/30618/stat : 30618 (java) S 30606 30609 29534 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40942889 14420725760 11858 33554432000 4194304 4196468 140734523703792 139996121989872 139996650190549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30619] ppid=30606 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30609/task/30619/stat : 30619 (java) S 30606 30609 29534 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40942892 14420725760 11858 33554432000 4194304 4196468 140734523703792 139996120938448 139996650198939 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30620] ppid=30606 vsize=14082740 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/30609/task/30620/stat : 30620 (java) S 30606 30609 29534 0 -1 1077944384 410 0 0 0 1 0 0 0 20 0 15 0 40942892 14420725760 11858 33554432000 4194304 4196468 140734523703792 139996119886576 139996650191490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30621] ppid=30606 vsize=14082740 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/30609/task/30621/stat : 30621 (java) S 30606 30609 29534 0 -1 1077944384 202 0 0 0 1 0 0 0 20 0 15 0 40942892 14420725760 11858 33554432000 4194304 4196468 140734523703792 139996118834032 139996650191490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30622] ppid=30606 vsize=14082740 memory=139718375974528 CPUtime=0.06 cores=1,3,5,7
/proc/30609/task/30622/stat : 30622 (java) S 30606 30609 29534 0 -1 1077944384 321 0 0 0 6 0 0 0 20 0 15 0 40942892 14420725760 11858 33554432000 4194304 4196468 140734523703792 139996117780976 139996650191490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30623] ppid=30606 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30609/task/30623/stat : 30623 (java) S 30606 30609 29534 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40942892 14420725760 11858 33554432000 4194304 4196468 140734523703792 139996116728672 139996650190549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30624] ppid=30606 vsize=14082740 memory=139718375974528 CPUtime=0 cores=1,3,5,7
/proc/30609/task/30624/stat : 30624 (java) S 30606 30609 29534 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40942892 14420725760 11858 33554432000 4194304 4196468 140734523703792 139996115675696 139996650191490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 47432 KiB

[startup+0.310447 s]*
/proc/loadavg: 1.25 1.25 1.37 3/215 30624
/proc/meminfo: memFree=23182788/32770624 swapFree=67108860/67108860
[pid=30609] ppid=30606 vsize=14082740 memory=50964 CPUtime=0.44 cores=1,3,5,7
/proc/30609/stat : 30609 (java) S 30606 30609 29534 0 -1 1077944320 10778 0 0 0 41 3 0 0 20 0 15 0 40942886 14420725760 12741 33554432000 4194304 4196468 140734523703792 140734523686336 139996650180343 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
/proc/30609/statm: 3520685 12741 3418 1 0 3482761 0
[pid=30609/tid=30611] ppid=30606 vsize=14082740 memory=7022364594140610616 CPUtime=0.3 cores=1,3,5,7
/proc/30609/task/30611/stat : 30611 (java) R 30606 30609 29534 0 -1 4202560 8444 0 0 0 28 2 0 0 20 0 15 0 40942887 14420725760 12741 33554432000 4194304 4196468 140734523703792 139996654391856 139996630455571 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30612] ppid=30606 vsize=14082740 memory=4294979967 CPUtime=0 cores=1,3,5,7
/proc/30609/task/30612/stat : 30612 (java) S 30606 30609 29534 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40942887 14420725760 12741 33554432000 4194304 4196468 140734523703792 139996246240272 139996650190549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30613] ppid=30606 vsize=14082740 memory=3546219994745349792 CPUtime=0 cores=1,3,5,7
/proc/30609/task/30613/stat : 30613 (java) S 30606 30609 29534 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40942887 14420725760 12741 33554432000 4194304 4196468 140734523703792 139996245187728 139996650190549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30614] ppid=30606 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30609/task/30614/stat : 30614 (java) S 30606 30609 29534 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40942887 14420725760 12741 33554432000 4194304 4196468 140734523703792 139996244134672 139996650190549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30615] ppid=30606 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30609/task/30615/stat : 30615 (java) S 30606 30609 29534 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40942887 14420725760 12741 33554432000 4194304 4196468 140734523703792 139996243082128 139996650190549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30616] ppid=30606 vsize=14082740 memory=139718375974528 CPUtime=0 cores=1,3,5,7
/proc/30609/task/30616/stat : 30616 (java) S 30606 30609 29534 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 40942889 14420725760 12741 33554432000 4194304 4196468 140734523703792 139996124096752 139996650191490 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30617] ppid=30606 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30609/task/30617/stat : 30617 (java) S 30606 30609 29534 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40942889 14420725760 12741 33554432000 4194304 4196468 140734523703792 139996123042976 139996650190549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30618] ppid=30606 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30609/task/30618/stat : 30618 (java) S 30606 30609 29534 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40942889 14420725760 12741 33554432000 4194304 4196468 140734523703792 139996121989872 139996650190549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30619] ppid=30606 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30609/task/30619/stat : 30619 (java) S 30606 30609 29534 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40942892 14420725760 12741 33554432000 4194304 4196468 140734523703792 139996120938448 139996650198939 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30620] ppid=30606 vsize=14082740 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/30609/task/30620/stat : 30620 (java) S 30606 30609 29534 0 -1 1077944384 416 0 0 0 2 0 0 0 20 0 15 0 40942892 14420725760 12741 33554432000 4194304 4196468 140734523703792 139996119886576 139996650191490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30621] ppid=30606 vsize=14082740 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/30609/task/30621/stat : 30621 (java) S 30606 30609 29534 0 -1 1077944384 202 0 0 0 2 0 0 0 20 0 15 0 40942892 14420725760 12741 33554432000 4194304 4196468 140734523703792 139996118834032 139996650191490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30622] ppid=30606 vsize=14082740 memory=139718375974528 CPUtime=0.08 cores=1,3,5,7
/proc/30609/task/30622/stat : 30622 (java) S 30606 30609 29534 0 -1 1077944384 335 0 0 0 8 0 0 0 20 0 15 0 40942892 14420725760 12741 33554432000 4194304 4196468 140734523703792 139996117780976 139996650191490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30623] ppid=30606 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30609/task/30623/stat : 30623 (java) S 30606 30609 29534 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40942892 14420725760 12741 33554432000 4194304 4196468 140734523703792 139996116728672 139996650190549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30624] ppid=30606 vsize=14082740 memory=139718375974528 CPUtime=0 cores=1,3,5,7
/proc/30609/task/30624/stat : 30624 (java) S 30606 30609 29534 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40942892 14420725760 12741 33554432000 4194304 4196468 140734523703792 139996115675696 139996650191490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 50964 KiB

[startup+0.700632 s]
/proc/loadavg: 1.25 1.25 1.37 3/215 30624
/proc/meminfo: memFree=23158232/32770624 swapFree=67108860/67108860
[pid=30609] ppid=30606 vsize=14084808 memory=88824 CPUtime=0.99 cores=1,3,5,7
/proc/30609/stat : 30609 (java) S 30606 30609 29534 0 -1 1077944320 17625 0 0 0 94 5 0 0 20 0 15 0 40942886 14422843392 22206 33554432000 4194304 4196468 140734523703792 140734523686336 139996650180343 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
/proc/30609/statm: 3521202 22206 3499 1 0 3483273 0
[pid=30609/tid=30611] ppid=30606 vsize=14084808 memory=8804 CPUtime=0.68 cores=1,3,5,7
/proc/30609/task/30611/stat : 30611 (java) R 30606 30609 29534 0 -1 4202560 14894 0 0 0 64 4 0 0 20 0 15 0 40942887 14422843392 22206 33554432000 4194304 4196468 140734523703792 139996654391216 139996650202269 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30612] ppid=30606 vsize=14084808 memory=18484 CPUtime=0 cores=1,3,5,7
/proc/30609/task/30612/stat : 30612 (java) S 30606 30609 29534 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40942887 14422843392 22206 33554432000 4194304 4196468 140734523703792 139996246240272 139996650190549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30613] ppid=30606 vsize=14084808 memory=644 CPUtime=0 cores=1,3,5,7
/proc/30609/task/30613/stat : 30613 (java) S 30606 30609 29534 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40942887 14422843392 22206 33554432000 4194304 4196468 140734523703792 139996245187728 139996650190549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30614] ppid=30606 vsize=14084808 memory=1788 CPUtime=0 cores=1,3,5,7
/proc/30609/task/30614/stat : 30614 (java) S 30606 30609 29534 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40942887 14422843392 22206 33554432000 4194304 4196468 140734523703792 139996244134672 139996650190549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30615] ppid=30606 vsize=14084808 memory=952 CPUtime=0 cores=1,3,5,7
/proc/30609/task/30615/stat : 30615 (java) S 30606 30609 29534 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40942887 14422843392 22206 33554432000 4194304 4196468 140734523703792 139996243082128 139996650190549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30616] ppid=30606 vsize=14084808 memory=1240 CPUtime=0 cores=1,3,5,7
/proc/30609/task/30616/stat : 30616 (java) S 30606 30609 29534 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 40942889 14422843392 22206 33554432000 4194304 4196468 140734523703792 139996124096752 139996650191490 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30617] ppid=30606 vsize=14084808 memory=2340 CPUtime=0 cores=1,3,5,7
/proc/30609/task/30617/stat : 30617 (java) S 30606 30609 29534 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40942889 14422843392 22206 33554432000 4194304 4196468 140734523703792 139996123042976 139996650190549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30618] ppid=30606 vsize=14084808 memory=1568 CPUtime=0 cores=1,3,5,7
/proc/30609/task/30618/stat : 30618 (java) S 30606 30609 29534 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40942889 14422843392 22206 33554432000 4194304 4196468 140734523703792 139996121989872 139996650190549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30619] ppid=30606 vsize=14084808 memory=7379241883359864663 CPUtime=0 cores=1,3,5,7
/proc/30609/task/30619/stat : 30619 (java) S 30606 30609 29534 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40942892 14422843392 22206 33554432000 4194304 4196468 140734523703792 139996120938448 139996650198939 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30620] ppid=30606 vsize=14084808 memory=7013340940837610608 CPUtime=0.06 cores=1,3,5,7
/proc/30609/task/30620/stat : 30620 (java) S 30606 30609 29534 0 -1 1077944384 550 0 0 0 6 0 0 0 20 0 15 0 40942892 14422843392 22206 33554432000 4194304 4196468 140734523703792 139996119886576 139996650191490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30621] ppid=30606 vsize=14084808 memory=6220993253238723945 CPUtime=0.08 cores=1,3,5,7
/proc/30609/task/30621/stat : 30621 (java) S 30606 30609 29534 0 -1 1077944384 373 0 0 0 8 0 0 0 20 0 15 0 40942892 14422843392 22206 33554432000 4194304 4196468 140734523703792 139996118834032 139996650191490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30622] ppid=30606 vsize=14084808 memory=0 CPUtime=0.14 cores=1,3,5,7
/proc/30609/task/30622/stat : 30622 (java) S 30606 30609 29534 0 -1 1077944384 427 0 0 0 14 0 0 0 20 0 15 0 40942892 14422843392 22206 33554432000 4194304 4196468 140734523703792 139996117780976 139996650191490 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30623] ppid=30606 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30609/task/30623/stat : 30623 (java) S 30606 30609 29534 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40942892 14422843392 22206 33554432000 4194304 4196468 140734523703792 139996116728672 139996650190549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30624] ppid=30606 vsize=14084808 memory=8384 CPUtime=0 cores=1,3,5,7
/proc/30609/task/30624/stat : 30624 (java) S 30606 30609 29534 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40942892 14422843392 22206 33554432000 4194304 4196468 140734523703792 139996115675696 139996650191490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084808 KiB
Current children cumulated memory: 88824 KiB

[startup+1.50147 s]
/proc/loadavg: 1.25 1.25 1.37 6/215 30624
/proc/meminfo: memFree=22960456/32770624 swapFree=67108860/67108860
[pid=30609] ppid=30606 vsize=14084808 memory=493848 CPUtime=3.25 cores=1,3,5,7
/proc/30609/stat : 30609 (java) S 30606 30609 29534 0 -1 1077944320 21200 0 0 0 283 42 0 0 20 0 15 0 40942886 14422843392 123462 33554432000 4194304 4196468 140734523703792 140734523686336 139996650180343 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
/proc/30609/statm: 3521202 123462 3550 1 0 3483273 0
[pid=30609/tid=30611] ppid=30606 vsize=14084808 memory=413856 CPUtime=1.09 cores=1,3,5,7
/proc/30609/task/30611/stat : 30611 (java) S 30606 30609 29534 0 -1 1077944384 15053 0 0 0 103 6 0 0 20 0 15 0 40942887 14422843392 123462 33554432000 4194304 4196468 140734523703792 139996654417920 139996650190549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30612] ppid=30606 vsize=14084808 memory=6791534058613427641 CPUtime=0.35 cores=1,3,5,7
/proc/30609/task/30612/stat : 30612 (java) R 30606 30609 29534 0 -1 4202560 581 0 0 0 27 8 0 0 20 0 15 0 40942887 14422843392 123462 33554432000 4194304 4196468 140734523703792 139996246240272 139996635176979 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30613] ppid=30606 vsize=14084808 memory=0 CPUtime=0.36 cores=1,3,5,7
/proc/30609/task/30613/stat : 30613 (java) R 30606 30609 29534 0 -1 4202560 947 0 0 0 28 8 0 0 20 0 15 0 40942887 14422843392 123462 33554432000 4194304 4196468 140734523703792 139996245187728 139996635176293 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30614] ppid=30606 vsize=14084808 memory=0 CPUtime=0.36 cores=1,3,5,7
/proc/30609/task/30614/stat : 30614 (java) R 30606 30609 29534 0 -1 4202560 285 0 0 0 28 8 0 0 20 0 15 0 40942887 14422843392 123462 33554432000 4194304 4196468 140734523703792 139996244134560 139996634879111 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30615] ppid=30606 vsize=14084808 memory=0 CPUtime=0.36 cores=1,3,5,7
/proc/30609/task/30615/stat : 30615 (java) R 30606 30609 29534 0 -1 4202560 490 0 0 0 28 8 0 0 20 0 15 0 40942887 14422843392 123462 33554432000 4194304 4196468 140734523703792 139996243082128 139996635176744 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30616] ppid=30606 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30609/task/30616/stat : 30616 (java) S 30606 30609 29534 0 -1 1077944384 98 0 0 0 0 0 0 0 20 0 15 0 40942889 14422843392 123462 33554432000 4194304 4196468 140734523703792 139996124095296 139996650190549 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0

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

[pid=30609/tid=30623] ppid=30606 vsize=14090952 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/30609/task/30623/stat : 30623 (java) S 30606 30609 29534 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40942892 14429134848 2885612 33554432000 4194304 4196468 140734523703792 139996116728672 139996650190549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30624] ppid=30606 vsize=14090952 memory=14248 CPUtime=0.13 cores=1,3,5,7
/proc/30609/task/30624/stat : 30624 (java) S 30606 30609 29534 0 -1 1077944384 689 0 0 0 7 6 0 0 20 0 15 0 40942892 14429134848 2885612 33554432000 4194304 4196468 140734523703792 139996115675696 139996650191490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 41 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
Current children cumulated CPU time: 593.77 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 11542448 KiB

[startup+196.801 s]
/proc/loadavg: 4.41 2.74 1.93 6/216 30635
/proc/meminfo: memFree=11650048/32770624 swapFree=67108860/67108860
[pid=30609] ppid=30606 vsize=14090952 memory=11542448 CPUtime=599.66 cores=1,3,5,7
/proc/30609/stat : 30609 (java) S 30606 30609 29534 0 -1 1077944320 154345 0 0 0 58692 1274 0 0 20 0 15 0 40942886 14429134848 2885612 33554432000 4194304 4196468 140734523703792 140734523686336 139996650180343 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
/proc/30609/statm: 3522738 2885612 3609 1 0 3484809 0
[pid=30609/tid=30611] ppid=30606 vsize=14090952 memory=6791534058613427641 CPUtime=52.08 cores=1,3,5,7
/proc/30609/task/30611/stat : 30611 (java) S 30606 30609 29534 0 -1 1077944384 29112 0 0 0 5194 14 0 0 20 0 15 0 40942887 14429134848 2885612 33554432000 4194304 4196468 140734523703792 139996654418864 139996650190549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30612] ppid=30606 vsize=14090952 memory=5300 CPUtime=133.3 cores=1,3,5,7
/proc/30609/task/30612/stat : 30612 (java) R 30606 30609 29534 0 -1 4202560 13964 0 0 0 13007 323 0 0 20 0 15 0 40942887 14429134848 2885612 33554432000 4194304 4196468 140734523703792 139996246240080 139996642808551 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30613] ppid=30606 vsize=14090952 memory=4616 CPUtime=133.12 cores=1,3,5,7
/proc/30609/task/30613/stat : 30613 (java) R 30606 30609 29534 0 -1 4202560 14249 0 0 0 13001 311 0 0 20 0 15 0 40942887 14429134848 2885612 33554432000 4194304 4196468 140734523703792 139996245187536 139996642808551 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30614] ppid=30606 vsize=14090952 memory=11960 CPUtime=133.1 cores=1,3,5,7
/proc/30609/task/30614/stat : 30614 (java) R 30606 30609 29534 0 -1 4202560 16148 0 0 0 12985 325 0 0 20 0 15 0 40942887 14429134848 2885612 33554432000 4194304 4196468 140734523703792 139996244134792 139996642808551 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30615] ppid=30606 vsize=14090952 memory=1008 CPUtime=133.3 cores=1,3,5,7
/proc/30609/task/30615/stat : 30615 (java) R 30606 30609 29534 0 -1 4202560 12923 0 0 0 13044 286 0 0 20 0 15 0 40942887 14429134848 2885612 33554432000 4194304 4196468 140734523703792 139996243082128 139996634879091 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30616] ppid=30606 vsize=14090952 memory=792 CPUtime=8.82 cores=1,3,5,7
/proc/30609/task/30616/stat : 30616 (java) S 30606 30609 29534 0 -1 1077944384 44883 0 0 0 878 4 0 0 20 0 15 0 40942889 14429134848 2885612 33554432000 4194304 4196468 140734523703792 139996124095296 139996650190549 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30617] ppid=30606 vsize=14090952 memory=237 CPUtime=0 cores=1,3,5,7
/proc/30609/task/30617/stat : 30617 (java) S 30606 30609 29534 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 40942889 14429134848 2885612 33554432000 4194304 4196468 140734523703792 139996123043040 139996650190549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30618] ppid=30606 vsize=14090952 memory=87 CPUtime=0 cores=1,3,5,7
/proc/30609/task/30618/stat : 30618 (java) S 30606 30609 29534 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 40942889 14429134848 2885612 33554432000 4194304 4196468 140734523703792 139996121989888 139996650190549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30619] ppid=30606 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30609/task/30619/stat : 30619 (java) S 30606 30609 29534 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40942892 14429134848 2885612 33554432000 4194304 4196468 140734523703792 139996120938448 139996650198939 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30620] ppid=30606 vsize=14090952 memory=13 CPUtime=2.46 cores=1,3,5,7
/proc/30609/task/30620/stat : 30620 (java) S 30606 30609 29534 0 -1 1077944384 7464 0 0 0 245 1 0 0 20 0 15 0 40942892 14429134848 2885612 33554432000 4194304 4196468 140734523703792 139996119886576 139996650191490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30621] ppid=30606 vsize=14090952 memory=237 CPUtime=2.37 cores=1,3,5,7
/proc/30609/task/30621/stat : 30621 (java) S 30606 30609 29534 0 -1 1077944384 6130 0 0 0 236 1 0 0 20 0 15 0 40942892 14429134848 2885612 33554432000 4194304 4196468 140734523703792 139996118834032 139996650191490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30622] ppid=30606 vsize=14090952 memory=87 CPUtime=0.87 cores=1,3,5,7
/proc/30609/task/30622/stat : 30622 (java) S 30606 30609 29534 0 -1 1077944384 7349 0 0 0 86 1 0 0 20 0 15 0 40942892 14429134848 2885612 33554432000 4194304 4196468 140734523703792 139996117780976 139996650191490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30623] ppid=30606 vsize=14090952 memory=18484 CPUtime=0 cores=1,3,5,7
/proc/30609/task/30623/stat : 30623 (java) S 30606 30609 29534 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40942892 14429134848 2885612 33554432000 4194304 4196468 140734523703792 139996116728672 139996650190549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30624] ppid=30606 vsize=14090952 memory=644 CPUtime=0.13 cores=1,3,5,7
/proc/30609/task/30624/stat : 30624 (java) S 30606 30609 29534 0 -1 1077944384 689 0 0 0 7 6 0 0 20 0 15 0 40942892 14429134848 2885612 33554432000 4194304 4196468 140734523703792 139996115675696 139996650191490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 41 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
Current children cumulated CPU time: 599.66 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 11542448 KiB

[startup+197.201 s]
/proc/loadavg: 4.41 2.74 1.93 6/216 30635
/proc/meminfo: memFree=11650048/32770624 swapFree=67108860/67108860
[pid=30609] ppid=30606 vsize=14090952 memory=11542448 CPUtime=601.06 cores=1,3,5,7
/proc/30609/stat : 30609 (java) S 30606 30609 29534 0 -1 1077944320 154473 0 0 0 58832 1274 0 0 20 0 15 0 40942886 14429134848 2885612 33554432000 4194304 4196468 140734523703792 140734523686336 139996650180343 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
/proc/30609/statm: 3522738 2885612 3609 1 0 3484809 0
[pid=30609/tid=30611] ppid=30606 vsize=14090952 memory=13572582825790009 CPUtime=52.08 cores=1,3,5,7
/proc/30609/task/30611/stat : 30611 (java) S 30606 30609 29534 0 -1 1077944384 29112 0 0 0 5194 14 0 0 20 0 15 0 40942887 14429134848 2885612 33554432000 4194304 4196468 140734523703792 139996654418864 139996650190549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30612] ppid=30606 vsize=14090952 memory=2240 CPUtime=133.64 cores=1,3,5,7
/proc/30609/task/30612/stat : 30612 (java) R 30606 30609 29534 0 -1 4202560 13977 0 0 0 13041 323 0 0 20 0 15 0 40942887 14429134848 2885612 33554432000 4194304 4196468 140734523703792 139996246240272 139996635130948 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30613] ppid=30606 vsize=14090952 memory=4128 CPUtime=133.46 cores=1,3,5,7
/proc/30609/task/30613/stat : 30613 (java) R 30606 30609 29534 0 -1 4202560 14364 0 0 0 13035 311 0 0 20 0 15 0 40942887 14429134848 2885612 33554432000 4194304 4196468 140734523703792 139996245187928 139996635165639 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30614] ppid=30606 vsize=14090952 memory=2200 CPUtime=133.43 cores=1,3,5,7
/proc/30609/task/30614/stat : 30614 (java) R 30606 30609 29534 0 -1 4202560 16148 0 0 0 13018 325 0 0 20 0 15 0 40942887 14429134848 2885612 33554432000 4194304 4196468 140734523703792 139996244134872 139996635165639 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30615] ppid=30606 vsize=14090952 memory=7392 CPUtime=133.64 cores=1,3,5,7
/proc/30609/task/30615/stat : 30615 (java) R 30606 30609 29534 0 -1 4202560 12923 0 0 0 13078 286 0 0 20 0 15 0 40942887 14429134848 2885612 33554432000 4194304 4196468 140734523703792 139996243082128 139996631776306 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30616] ppid=30606 vsize=14090952 memory=840 CPUtime=8.87 cores=1,3,5,7
/proc/30609/task/30616/stat : 30616 (java) S 30606 30609 29534 0 -1 1077944384 44883 0 0 0 883 4 0 0 20 0 15 0 40942889 14429134848 2885612 33554432000 4194304 4196468 140734523703792 139996124095088 139996650190549 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30617] ppid=30606 vsize=14090952 memory=1800 CPUtime=0 cores=1,3,5,7
/proc/30609/task/30617/stat : 30617 (java) S 30606 30609 29534 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 40942889 14429134848 2885612 33554432000 4194304 4196468 140734523703792 139996123043040 139996650190549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30618] ppid=30606 vsize=14090952 memory=916 CPUtime=0 cores=1,3,5,7
/proc/30609/task/30618/stat : 30618 (java) S 30606 30609 29534 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 40942889 14429134848 2885612 33554432000 4194304 4196468 140734523703792 139996121989888 139996650190549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30619] ppid=30606 vsize=14090952 memory=3852 CPUtime=0 cores=1,3,5,7
/proc/30609/task/30619/stat : 30619 (java) S 30606 30609 29534 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40942892 14429134848 2885612 33554432000 4194304 4196468 140734523703792 139996120938448 139996650198939 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30620] ppid=30606 vsize=14090952 memory=2588 CPUtime=2.46 cores=1,3,5,7
/proc/30609/task/30620/stat : 30620 (java) S 30606 30609 29534 0 -1 1077944384 7464 0 0 0 245 1 0 0 20 0 15 0 40942892 14429134848 2885612 33554432000 4194304 4196468 140734523703792 139996119886576 139996650191490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30621] ppid=30606 vsize=14090952 memory=2596 CPUtime=2.37 cores=1,3,5,7
/proc/30609/task/30621/stat : 30621 (java) S 30606 30609 29534 0 -1 1077944384 6130 0 0 0 236 1 0 0 20 0 15 0 40942892 14429134848 2885612 33554432000 4194304 4196468 140734523703792 139996118834032 139996650191490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30622] ppid=30606 vsize=14090952 memory=4104 CPUtime=0.87 cores=1,3,5,7
/proc/30609/task/30622/stat : 30622 (java) S 30606 30609 29534 0 -1 1077944384 7349 0 0 0 86 1 0 0 20 0 15 0 40942892 14429134848 2885612 33554432000 4194304 4196468 140734523703792 139996117780976 139996650191490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30623] ppid=30606 vsize=14090952 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/30609/task/30623/stat : 30623 (java) S 30606 30609 29534 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40942892 14429134848 2885612 33554432000 4194304 4196468 140734523703792 139996116728672 139996650190549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30624] ppid=30606 vsize=14090952 memory=288230574492221466 CPUtime=0.13 cores=1,3,5,7
/proc/30609/task/30624/stat : 30624 (java) S 30606 30609 29534 0 -1 1077944384 689 0 0 0 7 6 0 0 20 0 15 0 40942892 14429134848 2885612 33554432000 4194304 4196468 140734523703792 139996115675696 139996650191490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 41 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
Current children cumulated CPU time: 601.06 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 11542448 KiB

[startup+197.601 s]
/proc/loadavg: 4.41 2.74 1.93 6/216 30635
/proc/meminfo: memFree=11650048/32770624 swapFree=67108860/67108860
[pid=30609] ppid=30606 vsize=14090952 memory=11542448 CPUtime=602.61 cores=1,3,5,7
/proc/30609/stat : 30609 (java) S 30606 30609 29534 0 -1 1077944320 154473 0 0 0 58986 1275 0 0 20 0 15 0 40942886 14429134848 2885612 33554432000 4194304 4196468 140734523703792 140734523686336 139996650180343 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
/proc/30609/statm: 3522738 2885612 3609 1 0 3484809 0
[pid=30609/tid=30611] ppid=30606 vsize=14090952 memory=267448 CPUtime=52.08 cores=1,3,5,7
/proc/30609/task/30611/stat : 30611 (java) S 30606 30609 29534 0 -1 1077944384 29112 0 0 0 5194 14 0 0 20 0 15 0 40942887 14429134848 2885612 33554432000 4194304 4196468 140734523703792 139996654418864 139996650190549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30612] ppid=30606 vsize=14090952 memory=1408 CPUtime=134.02 cores=1,3,5,7
/proc/30609/task/30612/stat : 30612 (java) R 30606 30609 29534 0 -1 4202560 13977 0 0 0 13079 323 0 0 20 0 15 0 40942887 14429134848 2885612 33554432000 4194304 4196468 140734523703792 139996246240392 139996642808551 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30613] ppid=30606 vsize=14090952 memory=3144 CPUtime=133.84 cores=1,3,5,7
/proc/30609/task/30613/stat : 30613 (java) R 30606 30609 29534 0 -1 4202560 14364 0 0 0 13073 311 0 0 20 0 15 0 40942887 14429134848 2885612 33554432000 4194304 4196468 140734523703792 139996245187848 139996642808551 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30614] ppid=30606 vsize=14090952 memory=4140 CPUtime=133.81 cores=1,3,5,7
/proc/30609/task/30614/stat : 30614 (java) R 30606 30609 29534 0 -1 4202560 16148 0 0 0 13056 325 0 0 20 0 15 0 40942887 14429134848 2885612 33554432000 4194304 4196468 140734523703792 139996244134480 139996642808551 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30615] ppid=30606 vsize=14090952 memory=14248 CPUtime=134.03 cores=1,3,5,7
/proc/30609/task/30615/stat : 30615 (java) R 30606 30609 29534 0 -1 4202560 12923 0 0 0 13117 286 0 0 20 0 15 0 40942887 14429134848 2885612 33554432000 4194304 4196468 140734523703792 139996243082328 139996635176695 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30616] ppid=30606 vsize=14090952 memory=1296 CPUtime=8.88 cores=1,3,5,7
/proc/30609/task/30616/stat : 30616 (java) S 30606 30609 29534 0 -1 1077944384 44883 0 0 0 884 4 0 0 20 0 15 0 40942889 14429134848 2885612 33554432000 4194304 4196468 140734523703792 139996124095312 139996650190549 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30617] ppid=30606 vsize=14090952 memory=2412 CPUtime=0 cores=1,3,5,7
/proc/30609/task/30617/stat : 30617 (java) S 30606 30609 29534 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 40942889 14429134848 2885612 33554432000 4194304 4196468 140734523703792 139996123043040 139996650190549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30618] ppid=30606 vsize=14090952 memory=1724 CPUtime=0 cores=1,3,5,7
/proc/30609/task/30618/stat : 30618 (java) S 30606 30609 29534 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 40942889 14429134848 2885612 33554432000 4194304 4196468 140734523703792 139996121989888 139996650190549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30619] ppid=30606 vsize=14090952 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/30609/task/30619/stat : 30619 (java) S 30606 30609 29534 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40942892 14429134848 2885612 33554432000 4194304 4196468 140734523703792 139996120938448 139996650198939 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30620] ppid=30606 vsize=14090952 memory=916 CPUtime=2.46 cores=1,3,5,7
/proc/30609/task/30620/stat : 30620 (java) S 30606 30609 29534 0 -1 1077944384 7464 0 0 0 245 1 0 0 20 0 15 0 40942892 14429134848 2885612 33554432000 4194304 4196468 140734523703792 139996119886576 139996650191490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30621] ppid=30606 vsize=14090952 memory=3852 CPUtime=2.37 cores=1,3,5,7
/proc/30609/task/30621/stat : 30621 (java) S 30606 30609 29534 0 -1 1077944384 6130 0 0 0 236 1 0 0 20 0 15 0 40942892 14429134848 2885612 33554432000 4194304 4196468 140734523703792 139996118834032 139996650191490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30622] ppid=30606 vsize=14090952 memory=2588 CPUtime=0.87 cores=1,3,5,7
/proc/30609/task/30622/stat : 30622 (java) S 30606 30609 29534 0 -1 1077944384 7349 0 0 0 86 1 0 0 20 0 15 0 40942892 14429134848 2885612 33554432000 4194304 4196468 140734523703792 139996117780976 139996650191490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30623] ppid=30606 vsize=14090952 memory=11542448 CPUtime=0 cores=1,3,5,7
/proc/30609/task/30623/stat : 30623 (java) S 30606 30609 29534 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40942892 14429134848 2885612 33554432000 4194304 4196468 140734523703792 139996116728672 139996650190549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30624] ppid=30606 vsize=14090952 memory=4104 CPUtime=0.13 cores=1,3,5,7
/proc/30609/task/30624/stat : 30624 (java) S 30606 30609 29534 0 -1 1077944384 689 0 0 0 7 6 0 0 20 0 15 0 40942892 14429134848 2885612 33554432000 4194304 4196468 140734523703792 139996115675696 139996650191490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 41 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
Current children cumulated CPU time: 602.61 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 11542448 KiB

[startup+197.701 s]
/proc/loadavg: 4.41 2.74 1.93 6/216 30635
/proc/meminfo: memFree=11650048/32770624 swapFree=67108860/67108860
[pid=30609] ppid=30606 vsize=14090952 memory=11542448 CPUtime=603 cores=1,3,5,7
/proc/30609/stat : 30609 (java) S 30606 30609 29534 0 -1 1077944320 154473 0 0 0 59025 1275 0 0 20 0 15 0 40942886 14429134848 2885612 33554432000 4194304 4196468 140734523703792 140734523686336 139996650180343 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
/proc/30609/statm: 3522738 2885612 3609 1 0 3484809 0
[pid=30609/tid=30611] ppid=30606 vsize=14090952 memory=11542448 CPUtime=52.08 cores=1,3,5,7
/proc/30609/task/30611/stat : 30611 (java) S 30606 30609 29534 0 -1 1077944384 29112 0 0 0 5194 14 0 0 20 0 15 0 40942887 14429134848 2885612 33554432000 4194304 4196468 140734523703792 139996654418864 139996650190549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30612] ppid=30606 vsize=14090952 memory=11542448 CPUtime=134.12 cores=1,3,5,7
/proc/30609/task/30612/stat : 30612 (java) R 30606 30609 29534 0 -1 4202560 13977 0 0 0 13088 324 0 0 20 0 15 0 40942887 14429134848 2885612 33554432000 4194304 4196468 140734523703792 139996246240080 139996642808551 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30613] ppid=30606 vsize=14090952 memory=11542448 CPUtime=133.93 cores=1,3,5,7
/proc/30609/task/30613/stat : 30613 (java) R 30606 30609 29534 0 -1 4202560 14364 0 0 0 13082 311 0 0 20 0 15 0 40942887 14429134848 2885612 33554432000 4194304 4196468 140734523703792 139996245187848 139996642808551 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30614] ppid=30606 vsize=14090952 memory=11542448 CPUtime=133.91 cores=1,3,5,7
/proc/30609/task/30614/stat : 30614 (java) R 30606 30609 29534 0 -1 4202560 16148 0 0 0 13066 325 0 0 20 0 15 0 40942887 14429134848 2885612 33554432000 4194304 4196468 140734523703792 139996244134480 139996642808551 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30615] ppid=30606 vsize=14090952 memory=11542376 CPUtime=134.13 cores=1,3,5,7
/proc/30609/task/30615/stat : 30615 (java) R 30606 30609 29534 0 -1 4202560 12923 0 0 0 13127 286 0 0 20 0 15 0 40942887 14429134848 2885612 33554432000 4194304 4196468 140734523703792 139996243082328 139996635176912 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30616] ppid=30606 vsize=14090952 memory=11542448 CPUtime=8.88 cores=1,3,5,7
/proc/30609/task/30616/stat : 30616 (java) S 30606 30609 29534 0 -1 1077944384 44883 0 0 0 884 4 0 0 20 0 15 0 40942889 14429134848 2885612 33554432000 4194304 4196468 140734523703792 139996124095312 139996650190549 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30617] ppid=30606 vsize=14090952 memory=11542448 CPUtime=0 cores=1,3,5,7
/proc/30609/task/30617/stat : 30617 (java) S 30606 30609 29534 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 40942889 14429134848 2885612 33554432000 4194304 4196468 140734523703792 139996123043040 139996650190549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30618] ppid=30606 vsize=14090952 memory=11542372 CPUtime=0 cores=1,3,5,7
/proc/30609/task/30618/stat : 30618 (java) S 30606 30609 29534 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 40942889 14429134848 2885612 33554432000 4194304 4196468 140734523703792 139996121989888 139996650190549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30619] ppid=30606 vsize=14090952 memory=11542372 CPUtime=0 cores=1,3,5,7
/proc/30609/task/30619/stat : 30619 (java) S 30606 30609 29534 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40942892 14429134848 2885612 33554432000 4194304 4196468 140734523703792 139996120938448 139996650198939 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30620] ppid=30606 vsize=14090952 memory=1724 CPUtime=2.46 cores=1,3,5,7
/proc/30609/task/30620/stat : 30620 (java) S 30606 30609 29534 0 -1 1077944384 7464 0 0 0 245 1 0 0 20 0 15 0 40942892 14429134848 2885612 33554432000 4194304 4196468 140734523703792 139996119886576 139996650191490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30621] ppid=30606 vsize=14090952 memory=56 CPUtime=2.37 cores=1,3,5,7
/proc/30609/task/30621/stat : 30621 (java) S 30606 30609 29534 0 -1 1077944384 6130 0 0 0 236 1 0 0 20 0 15 0 40942892 14429134848 2885612 33554432000 4194304 4196468 140734523703792 139996118834032 139996650191490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30622] ppid=30606 vsize=14090952 memory=7882233260140032097 CPUtime=0.87 cores=1,3,5,7
/proc/30609/task/30622/stat : 30622 (java) S 30606 30609 29534 0 -1 1077944384 7349 0 0 0 86 1 0 0 20 0 15 0 40942892 14429134848 2885612 33554432000 4194304 4196468 140734523703792 139996117780976 139996650191490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30623] ppid=30606 vsize=14090952 memory=11542372 CPUtime=0 cores=1,3,5,7
/proc/30609/task/30623/stat : 30623 (java) S 30606 30609 29534 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40942892 14429134848 2885612 33554432000 4194304 4196468 140734523703792 139996116728672 139996650190549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
[pid=30609/tid=30624] ppid=30606 vsize=14090952 memory=11542372 CPUtime=0.13 cores=1,3,5,7
/proc/30609/task/30624/stat : 30624 (java) S 30606 30609 29534 0 -1 1077944384 689 0 0 0 7 6 0 0 20 0 15 0 40942892 14429134848 2885612 33554432000 4194304 4196468 140734523703792 139996115675696 139996650191490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 41 0 0 6293624 6294260 20172800 140734523712585 140734523712777 140734523712777 140734523715535 0
Current children cumulated CPU time: 603 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 11542448 KiB

Child status: 1
Real time (s): 197.828
CPU time (s): 603.196
CPU user time (s): 590.396
CPU system time (s): 12.8001
CPU usage (%): 304.909
Max. virtual memory (cumulated for all children) (KiB): 14090952
Max. memory (cumulated for all children) (KiB): 11542448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 590.396
system time used= 12.8001
maximum resident set size= 11542888
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 154815
page faults= 0
swaps= 0
block input operations= 0
block output operations= 320
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18056
involuntary context switches= 6888


# summary of solver processes directly reported to runsolver:
#   pid: 30609
#   total CPU time (s): 603.196
#   total CPU user time (s): 590.396
#   total CPU system time (s): 12.8001

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.18835 second user time and 2.07472 second system time

The end

Launcher Data

Begin job on node103 at 2018-07-22 06:29:57
IDJOB=4290264
IDBENCH=141134
IDSOLVER=2743
FILE ID=node103/4290264-1532233797
RUNJOBID= node103-1532224272-29566
PBS_JOBID= 21018942
Free space on /tmp= 56804 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-07-02
BENCH NAME= XCSP18/GraphColoring/GraphColoring-qg-order100_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290264-1532233797/watcher-4290264-1532233797 -o /tmp/evaluation-result-4290264-1532233797/solver-4290264-1532233797 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532224272-29566 --watchdog 2560  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 930524633 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290264-1532233797.xml

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

MD5SUM BENCH= d2763c38ef24fdf1196893d726f1931a
RANDOM SEED=930524633

node103.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.48
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.48
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.48
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.48
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:        23220584 kB
MemAvailable:   31703764 kB
Buffers:          222140 kB
Cached:          8463996 kB
SwapCached:            0 kB
Active:          1709976 kB
Inactive:        7263848 kB
Active(anon):     290732 kB
Inactive(anon):    16976 kB
Active(file):    1419244 kB
Inactive(file):  7246872 kB
Unevictable:        7144 kB
Mlocked:            7144 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             71104 kB
Writeback:             0 kB
AnonPages:        307468 kB
Mapped:            48872 kB
Shmem:             17036 kB
Slab:             273436 kB
SReclaimable:     245524 kB
SUnreclaim:        27912 kB
KernelStack:        3792 kB
PageTables:         5792 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1263780 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    172032 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 56768 MiB
End job on node103 at 2018-07-22 06:33:15