Trace number 4291465

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? 421.082 140.24

General information on the benchmark

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

Solver Data

0.68/0.55	c version: 2018-07-02
0.68/0.55	c seed: 1527634064
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...
420.78/140.10	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
420.78/140.10		at java.lang.Integer.valueOf(Integer.java:832)
420.78/140.10		at scala.runtime.BoxesRunTime.boxToInteger(BoxesRunTime.java:65)
420.78/140.10		at scala.Array$.tabulate(Array.scala:330)
420.78/140.10		at oscar.cp.core.variables.CPIntVarAdaptable.oscar$cp$core$variables$CPIntVarAdaptable$$buildSparse(CPIntVarAdaptable.scala:277)
420.78/140.10		at oscar.cp.core.variables.CPIntVarAdaptable.removeContinuous(CPIntVarAdaptable.scala:267)
420.78/140.10		at oscar.cp.core.variables.CPIntVarAdaptable.removeValue(CPIntVarAdaptable.scala:259)
420.78/140.10		at oscar.cp.constraints.DiffVal.setup(DiffVal.scala:10)
420.78/140.10		at oscar.cp.core.CPStore.post(CPStore.scala:282)
420.78/140.10		at oscar.cp.core.CPSolver.$anonfun$add$1(CPSolver.scala:138)
420.78/140.10		at oscar.cp.core.CPSolver$$Lambda$215/785848103.apply$mcV$sp(Unknown Source)
420.78/140.10		at oscar.algo.search.BranchingUtils.isInconsistent(BranchingUtils.scala:39)
420.78/140.10		at oscar.algo.search.BranchingUtils.isInconsistent$(BranchingUtils.scala:37)
420.78/140.10		at oscar.cp.package$.isInconsistent(package.scala:54)
420.78/140.10		at oscar.cp.core.CPSolver.add(CPSolver.scala:138)
420.78/140.10		at oscar.cp.core.CPSolver.add(CPSolver.scala:144)
420.78/140.10		at oscar.modeling.models.cp.CPModel.postConstraintForPossibleConstant(CPModel.scala:706)
420.78/140.10		at oscar.modeling.models.cp.CPModel.postBooleanExpression(CPModel.scala:431)
420.78/140.10		at oscar.modeling.models.cp.CPModel.post(CPModel.scala:309)
420.78/140.10		at oscar.modeling.models.LeafModel.add(InstantiatedModel.scala:34)
420.78/140.10		at oscar.modeling.models.LeafModel.add$(InstantiatedModel.scala:34)
420.78/140.10		at oscar.modeling.models.InstantiatedModel.add(InstantiatedModel.scala:47)
420.78/140.10		at oscar.modeling.models.InstantiatedModel.$anonfun$new$1(InstantiatedModel.scala:54)
420.78/140.10		at oscar.modeling.models.InstantiatedModel.$anonfun$new$1$adapted(InstantiatedModel.scala:54)
420.78/140.10		at oscar.modeling.models.InstantiatedModel$$Lambda$212/1680794780.apply(Unknown Source)
420.78/140.10		at scala.collection.immutable.List.foreach(List.scala:389)
420.78/140.10		at oscar.modeling.models.InstantiatedModel.<init>(InstantiatedModel.scala:54)
420.78/140.10		at oscar.modeling.models.cp.CPModel.<init>(CPModel.scala:256)
420.78/140.10		at oscar.modeling.models.operators.CPInstantiate$.apply(CPInstantiate.scala:26)
420.78/140.10		at oscar.xcsp3.competition.solvers.HybridSolver$.runSolver(HybridSolver.scala:34)
420.78/140.10		at oscar.xcsp3.competition.CompetitionApp.delayedEndpoint$oscar$xcsp3$competition$CompetitionApp$1(CompetitionApp.scala:78)
420.78/140.10		at oscar.xcsp3.competition.CompetitionApp$delayedInit$body.apply(CompetitionApp.scala:53)
420.78/140.10		at scala.Function0.apply$mcV$sp(Function0.scala:34)
421.04/140.20	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 (11845 MiB free)
  memory of node 1: 16384 MiB (14260 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4291465-1532235995/watcher-4291465-1532235995 -o /tmp/evaluation-result-4291465-1532235995/solver-4291465-1532235995 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node149-1532226534-26746 --watchdog 2560 java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 1527634064 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4291465-1532235995.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=27695, runsolver pid=27692
Current StackSize limit: 8192 KiB


[startup+0.100141 s]*
/proc/loadavg: 1.60 1.51 1.57 3/215 27710
/proc/meminfo: memFree=26714936/32770624 swapFree=67108860/67108860
[pid=27695] ppid=27692 vsize=14082740 memory=33424 CPUtime=0.12 cores=1,3,5,7
/proc/27695/stat : 27695 (java) S 27692 27695 26714 0 -1 1077944320 7279 0 0 0 10 2 0 0 20 0 15 0 41162710 14420725760 8356 33554432000 4194304 4196468 140721045442816 140721045425360 139675543576311 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
/proc/27695/statm: 3520685 8356 3139 1 0 3482761 0
[pid=27695/tid=27697] ppid=27692 vsize=14082740 memory=-8557575366716330879 CPUtime=0.09 cores=1,3,5,7
/proc/27695/task/27697/stat : 27697 (java) R 27692 27695 26714 0 -1 4202560 5358 0 0 0 8 1 0 0 20 0 15 0 41162711 14420725760 8356 33554432000 4194304 4196468 140721045442816 139675547760992 139675527656798 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27698] ppid=27692 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27695/task/27698/stat : 27698 (java) S 27692 27695 26714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41162712 14420725760 8356 33554432000 4194304 4196468 140721045442816 139675496196368 139675543586517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27699] ppid=27692 vsize=14082740 memory=140271286863488 CPUtime=0 cores=1,3,5,7
/proc/27695/task/27699/stat : 27699 (java) S 27692 27695 26714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41162712 14420725760 8356 33554432000 4194304 4196468 140721045442816 139675495143824 139675543586517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27700] ppid=27692 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27695/task/27700/stat : 27700 (java) S 27692 27695 26714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41162712 14420725760 8356 33554432000 4194304 4196468 140721045442816 139675494091280 139675543586517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27701] ppid=27692 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27695/task/27701/stat : 27701 (java) S 27692 27695 26714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41162712 14420725760 8356 33554432000 4194304 4196468 140721045442816 139675493038736 139675543586517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27702] ppid=27692 vsize=14082740 memory=140271286863488 CPUtime=0 cores=1,3,5,7
/proc/27695/task/27702/stat : 27702 (java) S 27692 27695 26714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41162713 14420725760 8356 33554432000 4194304 4196468 140721045442816 139674522991088 139675543587458 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27703] ppid=27692 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27695/task/27703/stat : 27703 (java) S 27692 27695 26714 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41162714 14420725760 8356 33554432000 4194304 4196468 140721045442816 139674521937312 139675543586517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27704] ppid=27692 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27695/task/27704/stat : 27704 (java) S 27692 27695 26714 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41162714 14420725760 8356 33554432000 4194304 4196468 140721045442816 139674520884720 139675543586517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27705] ppid=27692 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27695/task/27705/stat : 27705 (java) S 27692 27695 26714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41162716 14420725760 8356 33554432000 4194304 4196468 140721045442816 139674519833296 139675543594907 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27706] ppid=27692 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27695/task/27706/stat : 27706 (java) S 27692 27695 26714 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 15 0 41162716 14420725760 8356 33554432000 4194304 4196468 140721045442816 139674518779888 139675543587458 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27707] ppid=27692 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27695/task/27707/stat : 27707 (java) S 27692 27695 26714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41162716 14420725760 8356 33554432000 4194304 4196468 140721045442816 139674517727344 139675543587458 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27708] ppid=27692 vsize=14082740 memory=140271286863488 CPUtime=0.01 cores=1,3,5,7
/proc/27695/task/27708/stat : 27708 (java) S 27692 27695 26714 0 -1 1077944384 240 0 0 0 1 0 0 0 20 0 15 0 41162716 14420725760 8356 33554432000 4194304 4196468 140721045442816 139674516674800 139675543587458 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27709] ppid=27692 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27695/task/27709/stat : 27709 (java) S 27692 27695 26714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41162716 14420725760 8356 33554432000 4194304 4196468 140721045442816 139674515622496 139675543586517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27710] ppid=27692 vsize=14082740 memory=140271286863488 CPUtime=0 cores=1,3,5,7
/proc/27695/task/27710/stat : 27710 (java) S 27692 27695 26714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41162717 14420725760 8356 33554432000 4194304 4196468 140721045442816 139674514570032 139675543587458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 33424 KiB

[startup+0.210473 s]*
/proc/loadavg: 1.71 1.54 1.58 4/215 27710
/proc/meminfo: memFree=26699556/32770624 swapFree=67108860/67108860
[pid=27695] ppid=27692 vsize=14082740 memory=47056 CPUtime=0.3 cores=1,3,5,7
/proc/27695/stat : 27695 (java) S 27692 27695 26714 0 -1 1077944320 10332 0 0 0 28 2 0 0 20 0 15 0 41162710 14420725760 11764 33554432000 4194304 4196468 140721045442816 140721045425360 139675543576311 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
/proc/27695/statm: 3520685 11764 3412 1 0 3482761 0
[pid=27695/tid=27697] ppid=27692 vsize=14082740 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/27695/task/27697/stat : 27697 (java) R 27692 27695 26714 0 -1 4202560 8058 0 0 0 18 2 0 0 20 0 15 0 41162711 14420725760 11764 33554432000 4194304 4196468 140721045442816 139675547805808 139675527619941 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27698] ppid=27692 vsize=14082740 memory=345 CPUtime=0 cores=1,3,5,7
/proc/27695/task/27698/stat : 27698 (java) S 27692 27695 26714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41162712 14420725760 11764 33554432000 4194304 4196468 140721045442816 139675496196368 139675543586517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27699] ppid=27692 vsize=14082740 memory=288370647438575232 CPUtime=0 cores=1,3,5,7
/proc/27695/task/27699/stat : 27699 (java) S 27692 27695 26714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41162712 14420725760 11764 33554432000 4194304 4196468 140721045442816 139675495143824 139675543586517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27700] ppid=27692 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27695/task/27700/stat : 27700 (java) S 27692 27695 26714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41162712 14420725760 11764 33554432000 4194304 4196468 140721045442816 139675494091280 139675543586517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27701] ppid=27692 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27695/task/27701/stat : 27701 (java) S 27692 27695 26714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41162712 14420725760 11764 33554432000 4194304 4196468 140721045442816 139675493038736 139675543586517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27702] ppid=27692 vsize=14082740 memory=140271286863488 CPUtime=0 cores=1,3,5,7
/proc/27695/task/27702/stat : 27702 (java) S 27692 27695 26714 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 41162713 14420725760 11764 33554432000 4194304 4196468 140721045442816 139674522991088 139675543587458 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27703] ppid=27692 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27695/task/27703/stat : 27703 (java) S 27692 27695 26714 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41162714 14420725760 11764 33554432000 4194304 4196468 140721045442816 139674521937312 139675543586517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27704] ppid=27692 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27695/task/27704/stat : 27704 (java) S 27692 27695 26714 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41162714 14420725760 11764 33554432000 4194304 4196468 140721045442816 139674520884720 139675543586517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27705] ppid=27692 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27695/task/27705/stat : 27705 (java) S 27692 27695 26714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41162716 14420725760 11764 33554432000 4194304 4196468 140721045442816 139674519833296 139675543594907 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27706] ppid=27692 vsize=14082740 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/27695/task/27706/stat : 27706 (java) R 27692 27695 26714 0 -1 4202560 412 0 0 0 2 0 0 0 20 0 15 0 41162716 14420725760 11764 33554432000 4194304 4196468 140721045442816 139674518779888 139675524946624 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27707] ppid=27692 vsize=14082740 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/27695/task/27707/stat : 27707 (java) R 27692 27695 26714 0 -1 1077944384 198 0 0 0 1 0 0 0 20 0 15 0 41162716 14420725760 11764 33554432000 4194304 4196468 140721045442816 139674517727344 139675543587458 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27708] ppid=27692 vsize=14082740 memory=140271286863488 CPUtime=0.06 cores=1,3,5,7
/proc/27695/task/27708/stat : 27708 (java) R 27692 27695 26714 0 -1 4202560 285 0 0 0 6 0 0 0 20 0 15 0 41162716 14420725760 11764 33554432000 4194304 4196468 140721045442816 139674516670528 139675527656798 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27709] ppid=27692 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27695/task/27709/stat : 27709 (java) S 27692 27695 26714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41162716 14420725760 11764 33554432000 4194304 4196468 140721045442816 139674515622496 139675543586517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27710] ppid=27692 vsize=14082740 memory=140271286863488 CPUtime=0 cores=1,3,5,7
/proc/27695/task/27710/stat : 27710 (java) S 27692 27695 26714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41162717 14420725760 11764 33554432000 4194304 4196468 140721045442816 139674514570032 139675543587458 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 47056 KiB

[startup+0.310618 s]*
/proc/loadavg: 1.71 1.54 1.58 4/215 27710
/proc/meminfo: memFree=26695292/32770624 swapFree=67108860/67108860
[pid=27695] ppid=27692 vsize=14082740 memory=50384 CPUtime=0.43 cores=1,3,5,7
/proc/27695/stat : 27695 (java) S 27692 27695 26714 0 -1 1077944320 10710 0 0 0 40 3 0 0 20 0 15 0 41162710 14420725760 12596 33554432000 4194304 4196468 140721045442816 140721045425360 139675543576311 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
/proc/27695/statm: 3520685 12596 3414 1 0 3482761 0
[pid=27695/tid=27697] ppid=27692 vsize=14082740 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/27695/task/27697/stat : 27697 (java) R 27692 27695 26714 0 -1 4202560 8408 0 0 0 28 2 0 0 20 0 15 0 41162711 14420725760 12596 33554432000 4194304 4196468 140721045442816 139675547810896 139675527619941 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27698] ppid=27692 vsize=14082740 memory=288230609002954775 CPUtime=0 cores=1,3,5,7
/proc/27695/task/27698/stat : 27698 (java) S 27692 27695 26714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41162712 14420725760 12596 33554432000 4194304 4196468 140721045442816 139675496196368 139675543586517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27699] ppid=27692 vsize=14082740 memory=288370647438575232 CPUtime=0 cores=1,3,5,7
/proc/27695/task/27699/stat : 27699 (java) S 27692 27695 26714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41162712 14420725760 12596 33554432000 4194304 4196468 140721045442816 139675495143824 139675543586517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27700] ppid=27692 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27695/task/27700/stat : 27700 (java) S 27692 27695 26714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41162712 14420725760 12596 33554432000 4194304 4196468 140721045442816 139675494091280 139675543586517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27701] ppid=27692 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27695/task/27701/stat : 27701 (java) S 27692 27695 26714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41162712 14420725760 12596 33554432000 4194304 4196468 140721045442816 139675493038736 139675543586517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27702] ppid=27692 vsize=14082740 memory=140271286863488 CPUtime=0 cores=1,3,5,7
/proc/27695/task/27702/stat : 27702 (java) S 27692 27695 26714 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 41162713 14420725760 12596 33554432000 4194304 4196468 140721045442816 139674522991088 139675543587458 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27703] ppid=27692 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27695/task/27703/stat : 27703 (java) S 27692 27695 26714 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41162714 14420725760 12596 33554432000 4194304 4196468 140721045442816 139674521937312 139675543586517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27704] ppid=27692 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27695/task/27704/stat : 27704 (java) S 27692 27695 26714 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41162714 14420725760 12596 33554432000 4194304 4196468 140721045442816 139674520884720 139675543586517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27705] ppid=27692 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27695/task/27705/stat : 27705 (java) S 27692 27695 26714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41162716 14420725760 12596 33554432000 4194304 4196468 140721045442816 139674519833296 139675543594907 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27706] ppid=27692 vsize=14082740 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/27695/task/27706/stat : 27706 (java) R 27692 27695 26714 0 -1 4202560 413 0 0 0 2 0 0 0 20 0 15 0 41162716 14420725760 12596 33554432000 4194304 4196468 140721045442816 139674518779888 139675543587458 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27707] ppid=27692 vsize=14082740 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/27695/task/27707/stat : 27707 (java) R 27692 27695 26714 0 -1 1077944384 203 0 0 0 1 0 0 0 20 0 15 0 41162716 14420725760 12596 33554432000 4194304 4196468 140721045442816 139674517727344 139675543587458 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27708] ppid=27692 vsize=14082740 memory=140271286863488 CPUtime=0.08 cores=1,3,5,7
/proc/27695/task/27708/stat : 27708 (java) S 27692 27695 26714 0 -1 1077944384 306 0 0 0 8 0 0 0 20 0 15 0 41162716 14420725760 12596 33554432000 4194304 4196468 140721045442816 139674516674800 139675543587458 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27709] ppid=27692 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27695/task/27709/stat : 27709 (java) S 27692 27695 26714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41162716 14420725760 12596 33554432000 4194304 4196468 140721045442816 139674515622496 139675543586517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27710] ppid=27692 vsize=14082740 memory=140271286863488 CPUtime=0 cores=1,3,5,7
/proc/27695/task/27710/stat : 27710 (java) S 27692 27695 26714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41162717 14420725760 12596 33554432000 4194304 4196468 140721045442816 139674514570032 139675543587458 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 50384 KiB

[startup+0.700766 s]
/proc/loadavg: 1.71 1.54 1.58 3/215 27710
/proc/meminfo: memFree=26671108/32770624 swapFree=67108860/67108860
[pid=27695] ppid=27692 vsize=14084808 memory=88932 CPUtime=0.99 cores=1,3,5,7
/proc/27695/stat : 27695 (java) S 27692 27695 26714 0 -1 1077944320 17605 0 0 0 95 4 0 0 20 0 15 0 41162710 14422843392 22233 33554432000 4194304 4196468 140721045442816 140721045425360 139675543576311 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
/proc/27695/statm: 3521202 22233 3498 1 0 3483273 0
[pid=27695/tid=27697] ppid=27692 vsize=14084808 memory=1724 CPUtime=0.67 cores=1,3,5,7
/proc/27695/task/27697/stat : 27697 (java) R 27692 27695 26714 0 -1 4202560 14871 0 0 0 64 3 0 0 20 0 15 0 41162711 14422843392 22233 33554432000 4194304 4196468 140721045442816 139675547800416 139675525722383 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27698] ppid=27692 vsize=14084808 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/27695/task/27698/stat : 27698 (java) S 27692 27695 26714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41162712 14422843392 22233 33554432000 4194304 4196468 140721045442816 139675496196368 139675543586517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27699] ppid=27692 vsize=14084808 memory=14004 CPUtime=0 cores=1,3,5,7
/proc/27695/task/27699/stat : 27699 (java) S 27692 27695 26714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41162712 14422843392 22233 33554432000 4194304 4196468 140721045442816 139675495143824 139675543586517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27700] ppid=27692 vsize=14084808 memory=796 CPUtime=0 cores=1,3,5,7
/proc/27695/task/27700/stat : 27700 (java) S 27692 27695 26714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41162712 14422843392 22233 33554432000 4194304 4196468 140721045442816 139675494091280 139675543586517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27701] ppid=27692 vsize=14084808 memory=1712 CPUtime=0 cores=1,3,5,7
/proc/27695/task/27701/stat : 27701 (java) S 27692 27695 26714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 41162712 14422843392 22233 33554432000 4194304 4196468 140721045442816 139675493038736 139675543586517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27702] ppid=27692 vsize=14084808 memory=1952 CPUtime=0 cores=1,3,5,7
/proc/27695/task/27702/stat : 27702 (java) S 27692 27695 26714 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 41162713 14422843392 22233 33554432000 4194304 4196468 140721045442816 139674522991088 139675543587458 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27703] ppid=27692 vsize=14084808 memory=1196 CPUtime=0 cores=1,3,5,7
/proc/27695/task/27703/stat : 27703 (java) S 27692 27695 26714 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 41162714 14422843392 22233 33554432000 4194304 4196468 140721045442816 139674521937312 139675543586517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27704] ppid=27692 vsize=14084808 memory=8356 CPUtime=0 cores=1,3,5,7
/proc/27695/task/27704/stat : 27704 (java) S 27692 27695 26714 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 41162714 14422843392 22233 33554432000 4194304 4196468 140721045442816 139674520884720 139675543586517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27705] ppid=27692 vsize=14084808 memory=5520 CPUtime=0 cores=1,3,5,7
/proc/27695/task/27705/stat : 27705 (java) S 27692 27695 26714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41162716 14422843392 22233 33554432000 4194304 4196468 140721045442816 139674519833296 139675543594907 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27706] ppid=27692 vsize=14084808 memory=7092418796125250880 CPUtime=0.08 cores=1,3,5,7
/proc/27695/task/27706/stat : 27706 (java) S 27692 27695 26714 0 -1 1077944384 573 0 0 0 8 0 0 0 20 0 15 0 41162716 14422843392 22233 33554432000 4194304 4196468 140721045442816 139674518779888 139675543587458 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27707] ppid=27692 vsize=14084808 memory=7597685182856913236 CPUtime=0.06 cores=1,3,5,7
/proc/27695/task/27707/stat : 27707 (java) S 27692 27695 26714 0 -1 1077944384 364 0 0 0 6 0 0 0 20 0 15 0 41162716 14422843392 22233 33554432000 4194304 4196468 140721045442816 139674517727344 139675543587458 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27708] ppid=27692 vsize=14084808 memory=7301858164987948385 CPUtime=0.15 cores=1,3,5,7
/proc/27695/task/27708/stat : 27708 (java) S 27692 27695 26714 0 -1 1077944384 416 0 0 0 15 0 0 0 20 0 15 0 41162716 14422843392 22233 33554432000 4194304 4196468 140721045442816 139674516674800 139675543587458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27709] ppid=27692 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27695/task/27709/stat : 27709 (java) S 27692 27695 26714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41162716 14422843392 22233 33554432000 4194304 4196468 140721045442816 139674515622496 139675543586517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27710] ppid=27692 vsize=14084808 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/27695/task/27710/stat : 27710 (java) S 27692 27695 26714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 41162717 14422843392 22233 33554432000 4194304 4196468 140721045442816 139674514570032 139675543587458 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084808 KiB
Current children cumulated memory: 88932 KiB

[startup+1.50081 s]
/proc/loadavg: 1.71 1.54 1.58 10/215 27710
/proc/meminfo: memFree=26469236/32770624 swapFree=67108860/67108860
[pid=27695] ppid=27692 vsize=14086856 memory=322132 CPUtime=3.19 cores=1,3,5,7
/proc/27695/stat : 27695 (java) S 27692 27695 26714 0 -1 1077944320 19934 0 0 0 295 24 0 0 20 0 15 0 41162710 14424940544 80533 33554432000 4194304 4196468 140721045442816 140721045425360 139675543576311 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
/proc/27695/statm: 3521714 80533 3549 1 0 3483785 0
[pid=27695/tid=27697] ppid=27692 vsize=14086856 memory=0 CPUtime=1.36 cores=1,3,5,7
/proc/27695/task/27697/stat : 27697 (java) R 27692 27695 26714 0 -1 4202560 15282 0 0 0 129 7 0 0 20 0 15 0 41162711 14424940544 80533 33554432000 4194304 4196468 140721045442816 139675547809120 139675175859810 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27698] ppid=27692 vsize=14086856 memory=-6951259422114956437 CPUtime=0.1 cores=1,3,5,7
/proc/27695/task/27698/stat : 27698 (java) S 27692 27695 26714 0 -1 1077944384 62 0 0 0 6 4 0 0 20 0 15 0 41162712 14424940544 80533 33554432000 4194304 4196468 140721045442816 139675496196368 139675543586517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27699] ppid=27692 vsize=14086856 memory=-6509546260019855299 CPUtime=0.11 cores=1,3,5,7
/proc/27695/task/27699/stat : 27699 (java) S 27692 27695 26714 0 -1 1077944384 66 0 0 0 7 4 0 0 20 0 15 0 41162712 14424940544 80533 33554432000 4194304 4196468 140721045442816 139675495143824 139675543586517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27700] ppid=27692 vsize=14086856 memory=-7390251449858225344 CPUtime=0.11 cores=1,3,5,7
/proc/27695/task/27700/stat : 27700 (java) S 27692 27695 26714 0 -1 1077944384 58 0 0 0 7 4 0 0 20 0 15 0 41162712 14424940544 80533 33554432000 4194304 4196468 140721045442816 139675494091280 139675543586517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27701] ppid=27692 vsize=14086856 memory=4134692831991786133 CPUtime=0.09 cores=1,3,5,7
/proc/27695/task/27701/stat : 27701 (java) S 27692 27695 26714 0 -1 1077944384 64 0 0 0 6 3 0 0 20 0 15 0 41162712 14424940544 80533 33554432000 4194304 4196468 140721045442816 139675493038736 139675543586517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27702] ppid=27692 vsize=14086856 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/27695/task/27702/stat : 27702 (java) S 27692 27695 26714 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 41162713 14424940544 80533 33554432000 4194304 4196468 140721045442816 139674522991088 139675543587458 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0

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

[pid=27695/tid=27709] ppid=27692 vsize=14090952 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/27695/task/27709/stat : 27709 (java) S 27692 27695 26714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41162716 14429134848 2930141 33554432000 4194304 4196468 140721045442816 139674515622496 139675543586517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27710] ppid=27692 vsize=14090952 memory=2344 CPUtime=0.08 cores=1,3,5,7
/proc/27695/task/27710/stat : 27710 (java) S 27692 27695 26714 0 -1 1077944384 276 0 0 0 3 5 0 0 20 0 15 0 41162717 14429134848 2930141 33554432000 4194304 4196468 140721045442816 139674514570032 139675543587458 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
Current children cumulated CPU time: 400.13 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 11720564 KiB

[startup+137.601 s]
/proc/loadavg: 3.38 2.26 1.84 6/215 27789
/proc/meminfo: memFree=12628444/32770624 swapFree=67108860/67108860
[pid=27695] ppid=27692 vsize=14090952 memory=11720584 CPUtime=411.68 cores=1,3,5,7
/proc/27695/stat : 27695 (java) S 27692 27695 26714 0 -1 1077944320 258166 0 1 0 40053 1115 0 0 20 0 15 0 41162710 14429134848 2930146 33554432000 4194304 4196468 140721045442816 140721045425360 139675543576311 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
/proc/27695/statm: 3522738 2930146 3605 1 0 3484809 0
[pid=27695/tid=27697] ppid=27692 vsize=14090952 memory=11720564 CPUtime=40.64 cores=1,3,5,7
/proc/27695/task/27697/stat : 27697 (java) S 27692 27695 26714 0 -1 1077944384 31609 0 0 0 4014 50 0 0 20 0 15 0 41162711 14429134848 2930146 33554432000 4194304 4196468 140721045442816 139675547814560 139675543586517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27698] ppid=27692 vsize=14090952 memory=189 CPUtime=89.6 cores=1,3,5,7
/proc/27695/task/27698/stat : 27698 (java) R 27692 27695 26714 0 -1 4202560 39713 0 0 0 8696 264 0 0 20 0 15 0 41162712 14429134848 2930146 33554432000 4194304 4196468 140721045442816 139675496196368 139675536204519 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27699] ppid=27692 vsize=14090952 memory=0 CPUtime=89.35 cores=1,3,5,7
/proc/27695/task/27699/stat : 27699 (java) R 27692 27695 26714 0 -1 4202560 27408 0 0 0 8664 271 0 0 20 0 15 0 41162712 14429134848 2930146 33554432000 4194304 4196468 140721045442816 139675495143944 139675536204519 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27700] ppid=27692 vsize=14090952 memory=7014744900768912976 CPUtime=89.56 cores=1,3,5,7
/proc/27695/task/27700/stat : 27700 (java) R 27692 27695 26714 0 -1 4202560 44964 0 1 0 8719 237 0 0 20 0 15 0 41162712 14429134848 2930146 33554432000 4194304 4196468 140721045442816 139675494091280 139675528275127 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27701] ppid=27692 vsize=14090952 memory=11720556 CPUtime=89.74 cores=1,3,5,7
/proc/27695/task/27701/stat : 27701 (java) R 27692 27695 26714 0 -1 4202560 21114 0 0 0 8697 277 0 0 20 0 15 0 41162712 14429134848 2930146 33554432000 4194304 4196468 140721045442816 139675493038736 139675536204519 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27702] ppid=27692 vsize=14090952 memory=6791534058613427641 CPUtime=5.11 cores=1,3,5,7
/proc/27695/task/27702/stat : 27702 (java) S 27692 27695 26714 0 -1 1077944384 71259 0 0 0 507 4 0 0 20 0 15 0 41162713 14429134848 2930146 33554432000 4194304 4196468 140721045442816 139674522989632 139675543586517 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27703] ppid=27692 vsize=14090952 memory=1724 CPUtime=0 cores=1,3,5,7
/proc/27695/task/27703/stat : 27703 (java) S 27692 27695 26714 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 41162714 14429134848 2930146 33554432000 4194304 4196468 140721045442816 139674521937376 139675543586517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27704] ppid=27692 vsize=14090952 memory=11720564 CPUtime=0 cores=1,3,5,7
/proc/27695/task/27704/stat : 27704 (java) S 27692 27695 26714 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 15 0 41162714 14429134848 2930146 33554432000 4194304 4196468 140721045442816 139674520884736 139675543586517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27705] ppid=27692 vsize=14090952 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/27695/task/27705/stat : 27705 (java) S 27692 27695 26714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41162716 14429134848 2930146 33554432000 4194304 4196468 140721045442816 139674519833296 139675543594907 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27706] ppid=27692 vsize=14090952 memory=4140 CPUtime=3.69 cores=1,3,5,7
/proc/27695/task/27706/stat : 27706 (java) S 27692 27695 26714 0 -1 1077944384 7722 0 0 0 367 2 0 0 20 0 15 0 41162716 14429134848 2930146 33554432000 4194304 4196468 140721045442816 139674518779888 139675543587458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27707] ppid=27692 vsize=14090952 memory=6791534058613427641 CPUtime=3 cores=1,3,5,7
/proc/27695/task/27707/stat : 27707 (java) S 27692 27695 26714 0 -1 1077944384 7360 0 0 0 299 1 0 0 20 0 15 0 41162716 14429134848 2930146 33554432000 4194304 4196468 140721045442816 139674517727344 139675543587458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27708] ppid=27692 vsize=14090952 memory=3848 CPUtime=0.79 cores=1,3,5,7
/proc/27695/task/27708/stat : 27708 (java) S 27692 27695 26714 0 -1 1077944384 5357 0 0 0 78 1 0 0 20 0 15 0 41162716 14429134848 2930146 33554432000 4194304 4196468 140721045442816 139674516674800 139675543587458 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27709] ppid=27692 vsize=14090952 memory=2588 CPUtime=0 cores=1,3,5,7
/proc/27695/task/27709/stat : 27709 (java) S 27692 27695 26714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41162716 14429134848 2930146 33554432000 4194304 4196468 140721045442816 139674515622496 139675543586517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27710] ppid=27692 vsize=14090952 memory=2608 CPUtime=0.08 cores=1,3,5,7
/proc/27695/task/27710/stat : 27710 (java) S 27692 27695 26714 0 -1 1077944384 276 0 0 0 3 5 0 0 20 0 15 0 41162717 14429134848 2930146 33554432000 4194304 4196468 140721045442816 139674514570032 139675543587458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
Current children cumulated CPU time: 411.68 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 11720584 KiB

[startup+139.201 s]
/proc/loadavg: 3.38 2.26 1.84 5/215 27789
/proc/meminfo: memFree=12628444/32770624 swapFree=67108860/67108860
[pid=27695] ppid=27692 vsize=14090952 memory=11720584 CPUtime=417.65 cores=1,3,5,7
/proc/27695/stat : 27695 (java) S 27692 27695 26714 0 -1 1077944320 258213 0 1 0 40649 1116 0 0 20 0 15 0 41162710 14429134848 2930146 33554432000 4194304 4196468 140721045442816 140721045425360 139675543576311 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
/proc/27695/statm: 3522738 2930146 3605 1 0 3484809 0
[pid=27695/tid=27697] ppid=27692 vsize=14090952 memory=11720564 CPUtime=40.65 cores=1,3,5,7
/proc/27695/task/27697/stat : 27697 (java) S 27692 27695 26714 0 -1 1077944384 31610 0 0 0 4015 50 0 0 20 0 15 0 41162711 14429134848 2930146 33554432000 4194304 4196468 140721045442816 139675547814640 139675543586517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27698] ppid=27692 vsize=14090952 memory=4140 CPUtime=91.07 cores=1,3,5,7
/proc/27695/task/27698/stat : 27698 (java) R 27692 27695 26714 0 -1 4202560 39713 0 0 0 8842 265 0 0 20 0 15 0 41162712 14429134848 2930146 33554432000 4194304 4196468 140721045442816 139675496196176 139675536204519 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27699] ppid=27692 vsize=14090952 memory=14324 CPUtime=90.81 cores=1,3,5,7
/proc/27695/task/27699/stat : 27699 (java) R 27692 27695 26714 0 -1 4202560 27408 0 0 0 8810 271 0 0 20 0 15 0 41162712 14429134848 2930146 33554432000 4194304 4196468 140721045442816 139675495143632 139675536204519 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27700] ppid=27692 vsize=14090952 memory=1296 CPUtime=91 cores=1,3,5,7
/proc/27695/task/27700/stat : 27700 (java) R 27692 27695 26714 0 -1 4202560 44965 0 1 0 8862 238 0 0 20 0 15 0 41162712 14429134848 2930146 33554432000 4194304 4196468 140721045442816 139675494091400 139675536204519 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27701] ppid=27692 vsize=14090952 memory=4140 CPUtime=91.26 cores=1,3,5,7
/proc/27695/task/27701/stat : 27701 (java) R 27692 27695 26714 0 -1 4202560 21114 0 0 0 8849 277 0 0 20 0 15 0 41162712 14429134848 2930146 33554432000 4194304 4196468 140721045442816 139675493038936 139675536675979 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27702] ppid=27692 vsize=14090952 memory=14324 CPUtime=5.2 cores=1,3,5,7
/proc/27695/task/27702/stat : 27702 (java) S 27692 27695 26714 0 -1 1077944384 71304 0 0 0 516 4 0 0 20 0 15 0 41162713 14429134848 2930146 33554432000 4194304 4196468 140721045442816 139674522989632 139675543586517 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27703] ppid=27692 vsize=14090952 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/27695/task/27703/stat : 27703 (java) S 27692 27695 26714 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 41162714 14429134848 2930146 33554432000 4194304 4196468 140721045442816 139674521937376 139675543586517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27704] ppid=27692 vsize=14090952 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/27695/task/27704/stat : 27704 (java) S 27692 27695 26714 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 15 0 41162714 14429134848 2930146 33554432000 4194304 4196468 140721045442816 139674520884736 139675543586517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27705] ppid=27692 vsize=14090952 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/27695/task/27705/stat : 27705 (java) S 27692 27695 26714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41162716 14429134848 2930146 33554432000 4194304 4196468 140721045442816 139674519833296 139675543594907 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27706] ppid=27692 vsize=14090952 memory=-7019007802211101846 CPUtime=3.69 cores=1,3,5,7
/proc/27695/task/27706/stat : 27706 (java) S 27692 27695 26714 0 -1 1077944384 7722 0 0 0 367 2 0 0 20 0 15 0 41162716 14429134848 2930146 33554432000 4194304 4196468 140721045442816 139674518779888 139675543587458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27707] ppid=27692 vsize=14090952 memory=7682744562847679290 CPUtime=3 cores=1,3,5,7
/proc/27695/task/27707/stat : 27707 (java) S 27692 27695 26714 0 -1 1077944384 7360 0 0 0 299 1 0 0 20 0 15 0 41162716 14429134848 2930146 33554432000 4194304 4196468 140721045442816 139674517727344 139675543587458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27708] ppid=27692 vsize=14090952 memory=7379236368068990562 CPUtime=0.79 cores=1,3,5,7
/proc/27695/task/27708/stat : 27708 (java) S 27692 27695 26714 0 -1 1077944384 5357 0 0 0 78 1 0 0 20 0 15 0 41162716 14429134848 2930146 33554432000 4194304 4196468 140721045442816 139674516674800 139675543587458 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27709] ppid=27692 vsize=14090952 memory=7228928657774891088 CPUtime=0 cores=1,3,5,7
/proc/27695/task/27709/stat : 27709 (java) S 27692 27695 26714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41162716 14429134848 2930146 33554432000 4194304 4196468 140721045442816 139674515622496 139675543586517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27710] ppid=27692 vsize=14090952 memory=11720564 CPUtime=0.08 cores=1,3,5,7
/proc/27695/task/27710/stat : 27710 (java) S 27692 27695 26714 0 -1 1077944384 276 0 0 0 3 5 0 0 20 0 15 0 41162717 14429134848 2930146 33554432000 4194304 4196468 140721045442816 139674514570032 139675543587458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
Current children cumulated CPU time: 417.65 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 11720584 KiB

[startup+140.001 s]*
/proc/loadavg: 3.38 2.26 1.84 6/215 27789
/proc/meminfo: memFree=12628444/32770624 swapFree=67108860/67108860
[pid=27695] ppid=27692 vsize=14090952 memory=11720588 CPUtime=420.78 cores=1,3,5,7
/proc/27695/stat : 27695 (java) S 27692 27695 26714 0 -1 1077944320 258404 0 1 0 40960 1118 0 0 20 0 15 0 41162710 14429134848 2930147 33554432000 4194304 4196468 140721045442816 140721045425360 139675543576311 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
/proc/27695/statm: 3522738 2930147 3605 1 0 3484809 0
[pid=27695/tid=27697] ppid=27692 vsize=14090952 memory=6791534058613427641 CPUtime=40.65 cores=1,3,5,7
/proc/27695/task/27697/stat : 27697 (java) S 27692 27695 26714 0 -1 1077944384 31610 0 0 0 4015 50 0 0 20 0 15 0 41162711 14429134848 2930147 33554432000 4194304 4196468 140721045442816 139675547814640 139675543586517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27698] ppid=27692 vsize=14090952 memory=7440056984007045732 CPUtime=91.86 cores=1,3,5,7
/proc/27695/task/27698/stat : 27698 (java) R 27692 27695 26714 0 -1 4202560 39713 0 0 0 8920 266 0 0 20 0 15 0 41162712 14429134848 2930147 33554432000 4194304 4196468 140721045442816 139675496196176 139675536204519 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27699] ppid=27692 vsize=14090952 memory=7523946418357167208 CPUtime=91.6 cores=1,3,5,7
/proc/27695/task/27699/stat : 27699 (java) R 27692 27695 26714 0 -1 4202560 27408 0 0 0 8888 272 0 0 20 0 15 0 41162712 14429134848 2930147 33554432000 4194304 4196468 140721045442816 139675495143632 139675536204519 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27700] ppid=27692 vsize=14090952 memory=7373624487195469160 CPUtime=91.77 cores=1,3,5,7
/proc/27695/task/27700/stat : 27700 (java) R 27692 27695 26714 0 -1 4202560 44965 0 1 0 8939 238 0 0 20 0 15 0 41162712 14429134848 2930147 33554432000 4194304 4196468 140721045442816 139675494091400 139675536204519 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27701] ppid=27692 vsize=14090952 memory=7373624487195469160 CPUtime=92.07 cores=1,3,5,7
/proc/27695/task/27701/stat : 27701 (java) R 27692 27695 26714 0 -1 4202560 21305 0 0 0 8930 277 0 0 20 0 15 0 41162712 14429134848 2930147 33554432000 4194304 4196468 140721045442816 139675493038936 139675528572721 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27702] ppid=27692 vsize=14090952 memory=7373624487195469160 CPUtime=5.2 cores=1,3,5,7
/proc/27695/task/27702/stat : 27702 (java) S 27692 27695 26714 0 -1 1077944384 71304 0 0 0 516 4 0 0 20 0 15 0 41162713 14429134848 2930147 33554432000 4194304 4196468 140721045442816 139674522989632 139675543586517 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27703] ppid=27692 vsize=14090952 memory=7373624487195469160 CPUtime=0 cores=1,3,5,7
/proc/27695/task/27703/stat : 27703 (java) S 27692 27695 26714 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 41162714 14429134848 2930147 33554432000 4194304 4196468 140721045442816 139674521937376 139675543586517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27704] ppid=27692 vsize=14090952 memory=7595998527825078080 CPUtime=0 cores=1,3,5,7
/proc/27695/task/27704/stat : 27704 (java) S 27692 27695 26714 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 15 0 41162714 14429134848 2930147 33554432000 4194304 4196468 140721045442816 139674520884736 139675543586517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27705] ppid=27692 vsize=14090952 memory=7379260488974690920 CPUtime=0 cores=1,3,5,7
/proc/27695/task/27705/stat : 27705 (java) S 27692 27695 26714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41162716 14429134848 2930147 33554432000 4194304 4196468 140721045442816 139674519833296 139675543594907 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27706] ppid=27692 vsize=14090952 memory=7379260488974690920 CPUtime=3.69 cores=1,3,5,7
/proc/27695/task/27706/stat : 27706 (java) S 27692 27695 26714 0 -1 1077944384 7722 0 0 0 367 2 0 0 20 0 15 0 41162716 14429134848 2930147 33554432000 4194304 4196468 140721045442816 139674518779888 139675543587458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27707] ppid=27692 vsize=14090952 memory=7883102986419202410 CPUtime=3 cores=1,3,5,7
/proc/27695/task/27707/stat : 27707 (java) S 27692 27695 26714 0 -1 1077944384 7360 0 0 0 299 1 0 0 20 0 15 0 41162716 14429134848 2930147 33554432000 4194304 4196468 140721045442816 139674517727344 139675543587458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27708] ppid=27692 vsize=14090952 memory=6226624956511119207 CPUtime=0.79 cores=1,3,5,7
/proc/27695/task/27708/stat : 27708 (java) S 27692 27695 26714 0 -1 1077944384 5357 0 0 0 78 1 0 0 20 0 15 0 41162716 14429134848 2930147 33554432000 4194304 4196468 140721045442816 139674516674800 139675543587458 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27709] ppid=27692 vsize=14090952 memory=6226624956511119207 CPUtime=0 cores=1,3,5,7
/proc/27695/task/27709/stat : 27709 (java) S 27692 27695 26714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 41162716 14429134848 2930147 33554432000 4194304 4196468 140721045442816 139674515622496 139675543586517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27710] ppid=27692 vsize=14090952 memory=5860987870808534375 CPUtime=0.08 cores=1,3,5,7
/proc/27695/task/27710/stat : 27710 (java) S 27692 27695 26714 0 -1 1077944384 276 0 0 0 3 5 0 0 20 0 15 0 41162717 14429134848 2930147 33554432000 4194304 4196468 140721045442816 139674514570032 139675543587458 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
Current children cumulated CPU time: 420.78 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 11720588 KiB

[startup+140.201 s]
/proc/loadavg: 3.38 2.26 1.84 6/215 27789
/proc/meminfo: memFree=12628444/32770624 swapFree=67108860/67108860
[pid=27695] ppid=27692 vsize=14157516 memory=6970820 CPUtime=421.04 cores=1,3,5,7
/proc/27695/stat : 27695 (java) S 27692 27695 26714 0 -1 1077944320 259317 0 1 0 40984 1120 0 0 20 0 16 0 41162710 14497296384 1742705 33554432000 4194304 4196468 140721045442816 140721045425360 139675543576311 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
/proc/27695/statm: 3539379 1742705 3606 1 0 3501450 0
[pid=27695/tid=27697] ppid=27692 vsize=14157516 memory=6791534058613427641 CPUtime=40.65 cores=1,3,5,7
/proc/27695/task/27697/stat : 27697 (java) S 27692 27695 26714 0 -1 1077944384 31715 0 0 0 4015 50 0 0 20 0 16 0 41162711 14497296384 1742705 33554432000 4194304 4196468 140721045442816 139675547816992 139675543586517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27698] ppid=27692 vsize=14157516 memory=288230621803970871 CPUtime=91.88 cores=1,3,5,7
/proc/27695/task/27698/stat : 27698 (java) S 27692 27695 26714 0 -1 1077944384 39713 0 0 0 8922 266 0 0 20 0 16 0 41162712 14497296384 1742705 33554432000 4194304 4196468 140721045442816 139675496196368 139675543586517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27699] ppid=27692 vsize=14157516 memory=15544002879425055 CPUtime=91.62 cores=1,3,5,7
/proc/27695/task/27699/stat : 27699 (java) S 27692 27695 26714 0 -1 1077944384 27412 0 0 0 8890 272 0 0 20 0 16 0 41162712 14497296384 1742705 33554432000 4194304 4196468 140721045442816 139675495143824 139675543586517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27700] ppid=27692 vsize=14157516 memory=2204 CPUtime=91.78 cores=1,3,5,7
/proc/27695/task/27700/stat : 27700 (java) S 27692 27695 26714 0 -1 1077944384 44967 0 1 0 8940 238 0 0 20 0 16 0 41162712 14497296384 1742705 33554432000 4194304 4196468 140721045442816 139675494091280 139675543586517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27701] ppid=27692 vsize=14157516 memory=1796 CPUtime=92.09 cores=1,3,5,7
/proc/27695/task/27701/stat : 27701 (java) S 27692 27695 26714 0 -1 1077944384 21706 0 0 0 8932 277 0 0 20 0 16 0 41162712 14497296384 1742705 33554432000 4194304 4196468 140721045442816 139675493038736 139675543586517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27702] ppid=27692 vsize=14157516 memory=912 CPUtime=5.37 cores=1,3,5,7
/proc/27695/task/27702/stat : 27702 (java) R 27692 27695 26714 0 -1 4202560 71484 0 0 0 531 6 0 0 20 0 16 0 41162713 14497296384 1742705 33554432000 4194304 4196468 140721045442816 139674522989520 139675536293274 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27703] ppid=27692 vsize=14157516 memory=3848 CPUtime=0 cores=1,3,5,7
/proc/27695/task/27703/stat : 27703 (java) S 27692 27695 26714 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 41162714 14497296384 1742705 33554432000 4194304 4196468 140721045442816 139674521937376 139675543586517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27704] ppid=27692 vsize=14157516 memory=2588 CPUtime=0 cores=1,3,5,7
/proc/27695/task/27704/stat : 27704 (java) S 27692 27695 26714 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 16 0 41162714 14497296384 1742705 33554432000 4194304 4196468 140721045442816 139674520884736 139675543586517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27705] ppid=27692 vsize=14157516 memory=2608 CPUtime=0 cores=1,3,5,7
/proc/27695/task/27705/stat : 27705 (java) S 27692 27695 26714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 41162716 14497296384 1742705 33554432000 4194304 4196468 140721045442816 139674519833296 139675543594907 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27706] ppid=27692 vsize=14157516 memory=4100 CPUtime=3.69 cores=1,3,5,7
/proc/27695/task/27706/stat : 27706 (java) S 27692 27695 26714 0 -1 1077944384 7722 0 0 0 367 2 0 0 20 0 16 0 41162716 14497296384 1742705 33554432000 4194304 4196468 140721045442816 139674518779888 139675543587458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27707] ppid=27692 vsize=14157516 memory=1408 CPUtime=3 cores=1,3,5,7
/proc/27695/task/27707/stat : 27707 (java) S 27692 27695 26714 0 -1 1077944384 7360 0 0 0 299 1 0 0 20 0 16 0 41162716 14497296384 1742705 33554432000 4194304 4196468 140721045442816 139674517727344 139675543587458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27708] ppid=27692 vsize=14157516 memory=2996 CPUtime=0.79 cores=1,3,5,7
/proc/27695/task/27708/stat : 27708 (java) S 27692 27695 26714 0 -1 1077944384 5553 0 0 0 78 1 0 0 20 0 16 0 41162716 14497296384 1742705 33554432000 4194304 4196468 140721045442816 139674516674368 139675543586517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27709] ppid=27692 vsize=14157516 memory=11720584 CPUtime=0 cores=1,3,5,7
/proc/27695/task/27709/stat : 27709 (java) S 27692 27695 26714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 41162716 14497296384 1742705 33554432000 4194304 4196468 140721045442816 139674515622496 139675543586517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
[pid=27695/tid=27710] ppid=27692 vsize=14157516 memory=1404 CPUtime=0.08 cores=1,3,5,7
/proc/27695/task/27710/stat : 27710 (java) S 27692 27695 26714 0 -1 1077944384 276 0 0 0 3 5 0 0 20 0 16 0 41162717 14497296384 1742705 33554432000 4194304 4196468 140721045442816 139674514570032 139675543587458 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15466496 140721045451860 140721045452041 140721045452041 140721045454799 0
Current children cumulated CPU time: 421.04 s
Current children cumulated vsize: 14157516 KiB
Current children cumulated memory: 6970820 KiB

Child status: 1
Real time (s): 140.24
CPU time (s): 421.082
CPU user time (s): 409.843
CPU system time (s): 11.2396
CPU usage (%): 300.258
Max. virtual memory (cumulated for all children) (KiB): 14157516
Max. memory (cumulated for all children) (KiB): 11720636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 409.843
system time used= 11.2396
maximum resident set size= 11720636
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 259380
page faults= 1
swaps= 0
block input operations= 384
block output operations= 288
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15271
involuntary context switches= 4205


# summary of solver processes directly reported to runsolver:
#   pid: 27695
#   total CPU time (s): 421.082
#   total CPU user time (s): 409.843
#   total CPU system time (s): 11.2396

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.922729 second user time and 1.46938 second system time

The end

Launcher Data

Begin job on node149 at 2018-07-22 07:06:35
IDJOB=4291465
IDBENCH=141137
IDSOLVER=2746
FILE ID=node149/4291465-1532235995
RUNJOBID= node149-1532226534-26746
PBS_JOBID= 21018956
Free space on /tmp= 51836 MiB

SOLVER NAME= OscaR - Hybrid 2018-07-02
BENCH NAME= XCSP18/GraphColoring/GraphColoring-qg-order60_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-4291465-1532235995/watcher-4291465-1532235995 -o /tmp/evaluation-result-4291465-1532235995/solver-4291465-1532235995 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node149-1532226534-26746 --watchdog 2560  java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 1527634064 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4291465-1532235995.xml

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

MD5SUM BENCH= 2b7bed68bca9665ed3be29de24764d77
RANDOM SEED=1527634064

node149.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.60
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.60
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.60
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.60
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:        26733288 kB
MemAvailable:   29391068 kB
Buffers:           91072 kB
Cached:          2827228 kB
SwapCached:            0 kB
Active:          4101584 kB
Inactive:        1448112 kB
Active(anon):    2581228 kB
Inactive(anon):    70216 kB
Active(file):    1520356 kB
Inactive(file):  1377896 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             43120 kB
Writeback:             0 kB
AnonPages:       2588184 kB
Mapped:            48592 kB
Shmem:             17032 kB
Slab:             178600 kB
SReclaimable:     150724 kB
SUnreclaim:        27876 kB
KernelStack:        3808 kB
PageTables:        11064 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3338128 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2512896 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= 51804 MiB
End job on node149 at 2018-07-22 07:08:56