Trace number 4307808

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
OscaR - Conflict Ordering with restarts 2018-08-14? 693.873 222.192

General information on the benchmark

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

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4307808-1534275650/watcher-4307808-1534275650 -o /tmp/evaluation-result-4307808-1534275650/solver-4307808-1534275650 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1534270652-30546 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 650769588 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4307808-1534275650.xml 

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

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

solver pid=31091, runsolver pid=31088

[startup+0.107703 s]*
/proc/loadavg: 1.45 1.37 1.37 4/219 31106
/proc/meminfo: memFree=24541124/32770624 swapFree=67108856/67108860
[pid=31091] ppid=31088 vsize=14082736 memory=34624 CPUtime=0.13 cores=1,3,5,7
/proc/31091/stat : 31091 (java) S 31088 31091 28719 0 -1 1077944320 7033 0 0 0 11 2 0 0 20 0 15 0 245128213 14420721664 8656 33554432000 4194304 4196468 140720486012096 140720485994640 139660417498871 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
/proc/31091/statm: 3520684 8656 3164 1 0 3482761 0
[pid=31091/tid=31093] ppid=31088 vsize=14082736 memory=-8485517772678402941 CPUtime=0.09 cores=1,3,5,7
/proc/31091/task/31093/stat : 31093 (java) R 31088 31091 28719 0 -1 4202560 5084 0 0 0 8 1 0 0 20 0 15 0 245128213 14420721664 8656 33554432000 4194304 4196468 140720486012096 139660421704624 139660403696816 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31094] ppid=31088 vsize=14082736 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/31091/task/31094/stat : 31094 (java) S 31088 31091 28719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245128214 14420721664 8656 33554432000 4194304 4196468 140720486012096 139660332567312 139660417509077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31095] ppid=31088 vsize=14082736 memory=139635338708608 CPUtime=0 cores=1,3,5,7
/proc/31091/task/31095/stat : 31095 (java) S 31088 31091 28719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245128214 14420721664 8656 33554432000 4194304 4196468 140720486012096 139660331514768 139660417509077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31096] ppid=31088 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31091/task/31096/stat : 31096 (java) S 31088 31091 28719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245128214 14420721664 8656 33554432000 4194304 4196468 140720486012096 139660330462224 139660417509077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31097] ppid=31088 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31091/task/31097/stat : 31097 (java) S 31088 31091 28719 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245128214 14420721664 8656 33554432000 4194304 4196468 140720486012096 139660329409680 139660417509077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31098] ppid=31088 vsize=14082736 memory=139635338708608 CPUtime=0 cores=1,3,5,7
/proc/31091/task/31098/stat : 31098 (java) S 31088 31091 28719 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245128216 14420721664 8656 33554432000 4194304 4196468 140720486012096 139659329648624 139660417510018 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31099] ppid=31088 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31091/task/31099/stat : 31099 (java) S 31088 31091 28719 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 245128216 14420721664 8656 33554432000 4194304 4196468 140720486012096 139659328594848 139660417509077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31100] ppid=31088 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31091/task/31100/stat : 31100 (java) S 31088 31091 28719 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 245128216 14420721664 8656 33554432000 4194304 4196468 140720486012096 139659327542256 139660417509077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31101] ppid=31088 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31091/task/31101/stat : 31101 (java) S 31088 31091 28719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245128218 14420721664 8656 33554432000 4194304 4196468 140720486012096 139659326490832 139660417517467 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31102] ppid=31088 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31091/task/31102/stat : 31102 (java) S 31088 31091 28719 0 -1 1077944384 306 0 0 0 0 0 0 0 20 0 15 0 245128218 14420721664 8656 33554432000 4194304 4196468 140720486012096 139659325438448 139660417510018 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31103] ppid=31088 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31091/task/31103/stat : 31103 (java) S 31088 31091 28719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245128218 14420721664 8656 33554432000 4194304 4196468 140720486012096 139659324385904 139660417510018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31104] ppid=31088 vsize=14082736 memory=139635338708608 CPUtime=0.01 cores=1,3,5,7
/proc/31091/task/31104/stat : 31104 (java) R 31088 31091 28719 0 -1 4202560 277 0 0 0 1 0 0 0 20 0 15 0 245128219 14420721664 8656 33554432000 4194304 4196468 140720486012096 139659323333360 139660396786575 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31105] ppid=31088 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31091/task/31105/stat : 31105 (java) S 31088 31091 28719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245128219 14420721664 8656 33554432000 4194304 4196468 140720486012096 139659322281056 139660417509077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31106] ppid=31088 vsize=14082736 memory=139635338708608 CPUtime=0 cores=1,3,5,7
/proc/31091/task/31106/stat : 31106 (java) S 31088 31091 28719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245128219 14420721664 8656 33554432000 4194304 4196468 140720486012096 139659321227568 139660417510018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 34624 KiB

[startup+0.210462 s]*
/proc/loadavg: 1.45 1.37 1.37 6/219 31106
/proc/meminfo: memFree=24526060/32770624 swapFree=67108856/67108860
[pid=31091] ppid=31088 vsize=14082736 memory=47780 CPUtime=0.3 cores=1,3,5,7
/proc/31091/stat : 31091 (java) S 31088 31091 28719 0 -1 1077944320 9978 0 0 0 28 2 0 0 20 0 15 0 245128213 14420721664 11945 33554432000 4194304 4196468 140720486012096 140720485994640 139660417498871 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
/proc/31091/statm: 3520684 11945 3372 1 0 3482761 0
[pid=31091/tid=31093] ppid=31088 vsize=14082736 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/31091/task/31093/stat : 31093 (java) R 31088 31091 28719 0 -1 4202560 7767 0 0 0 18 2 0 0 20 0 15 0 245128213 14420721664 11945 33554432000 4194304 4196468 140720486012096 139660421724768 139660401542501 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31094] ppid=31088 vsize=14082736 memory=364 CPUtime=0 cores=1,3,5,7
/proc/31091/task/31094/stat : 31094 (java) S 31088 31091 28719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245128214 14420721664 11945 33554432000 4194304 4196468 140720486012096 139660332567312 139660417509077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31095] ppid=31088 vsize=14082736 memory=288370011490420352 CPUtime=0 cores=1,3,5,7
/proc/31091/task/31095/stat : 31095 (java) S 31088 31091 28719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245128214 14420721664 11945 33554432000 4194304 4196468 140720486012096 139660331514768 139660417509077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31096] ppid=31088 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31091/task/31096/stat : 31096 (java) S 31088 31091 28719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245128214 14420721664 11945 33554432000 4194304 4196468 140720486012096 139660330462224 139660417509077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31097] ppid=31088 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31091/task/31097/stat : 31097 (java) S 31088 31091 28719 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245128214 14420721664 11945 33554432000 4194304 4196468 140720486012096 139660329409680 139660417509077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31098] ppid=31088 vsize=14082736 memory=139635338708608 CPUtime=0 cores=1,3,5,7
/proc/31091/task/31098/stat : 31098 (java) S 31088 31091 28719 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 245128216 14420721664 11945 33554432000 4194304 4196468 140720486012096 139659329648624 139660417510018 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31099] ppid=31088 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31091/task/31099/stat : 31099 (java) S 31088 31091 28719 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 245128216 14420721664 11945 33554432000 4194304 4196468 140720486012096 139659328594848 139660417509077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31100] ppid=31088 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31091/task/31100/stat : 31100 (java) S 31088 31091 28719 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 245128216 14420721664 11945 33554432000 4194304 4196468 140720486012096 139659327542256 139660417509077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31101] ppid=31088 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31091/task/31101/stat : 31101 (java) S 31088 31091 28719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245128218 14420721664 11945 33554432000 4194304 4196468 140720486012096 139659326490832 139660417517467 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31102] ppid=31088 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/31091/task/31102/stat : 31102 (java) S 31088 31091 28719 0 -1 1077944384 465 0 0 0 2 0 0 0 20 0 15 0 245128218 14420721664 11945 33554432000 4194304 4196468 140720486012096 139659325438448 139660417510018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31103] ppid=31088 vsize=14082736 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/31091/task/31103/stat : 31103 (java) S 31088 31091 28719 0 -1 1077944384 66 0 0 0 1 0 0 0 20 0 15 0 245128218 14420721664 11945 33554432000 4194304 4196468 140720486012096 139659324385904 139660417510018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31104] ppid=31088 vsize=14082736 memory=139635338708608 CPUtime=0.06 cores=1,3,5,7
/proc/31091/task/31104/stat : 31104 (java) R 31088 31091 28719 0 -1 4202560 301 0 0 0 6 0 0 0 20 0 15 0 245128219 14420721664 11945 33554432000 4194304 4196468 140720486012096 139659323333360 139660417510806 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31105] ppid=31088 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31091/task/31105/stat : 31105 (java) S 31088 31091 28719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245128219 14420721664 11945 33554432000 4194304 4196468 140720486012096 139659322281056 139660417509077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31106] ppid=31088 vsize=14082736 memory=139635338708608 CPUtime=0 cores=1,3,5,7
/proc/31091/task/31106/stat : 31106 (java) S 31088 31091 28719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245128219 14420721664 11945 33554432000 4194304 4196468 140720486012096 139659321227568 139660417510018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47780 KiB

[startup+0.310624 s]*
/proc/loadavg: 1.45 1.37 1.37 3/219 31106
/proc/meminfo: memFree=24522524/32770624 swapFree=67108856/67108860
[pid=31091] ppid=31088 vsize=14082736 memory=51372 CPUtime=0.45 cores=1,3,5,7
/proc/31091/stat : 31091 (java) S 31088 31091 28719 0 -1 1077944320 10394 0 0 0 42 3 0 0 20 0 15 0 245128213 14420721664 12843 33554432000 4194304 4196468 140720486012096 140720485994640 139660417498871 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
/proc/31091/statm: 3520684 12843 3421 1 0 3482761 0
[pid=31091/tid=31093] ppid=31088 vsize=14082736 memory=7022364594140610616 CPUtime=0.3 cores=1,3,5,7
/proc/31091/task/31093/stat : 31093 (java) R 31088 31091 28719 0 -1 4202560 8098 0 0 0 28 2 0 0 20 0 15 0 245128213 14420721664 12843 33554432000 4194304 4196468 140720486012096 139660421710384 139660399062431 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31094] ppid=31088 vsize=14082736 memory=4294982659 CPUtime=0 cores=1,3,5,7
/proc/31091/task/31094/stat : 31094 (java) S 31088 31091 28719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245128214 14420721664 12843 33554432000 4194304 4196468 140720486012096 139660332567312 139660417509077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31095] ppid=31088 vsize=14082736 memory=288370011490420352 CPUtime=0 cores=1,3,5,7
/proc/31091/task/31095/stat : 31095 (java) S 31088 31091 28719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245128214 14420721664 12843 33554432000 4194304 4196468 140720486012096 139660331514768 139660417509077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31096] ppid=31088 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31091/task/31096/stat : 31096 (java) S 31088 31091 28719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245128214 14420721664 12843 33554432000 4194304 4196468 140720486012096 139660330462224 139660417509077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31097] ppid=31088 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31091/task/31097/stat : 31097 (java) S 31088 31091 28719 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245128214 14420721664 12843 33554432000 4194304 4196468 140720486012096 139660329409680 139660417509077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31098] ppid=31088 vsize=14082736 memory=139635338708608 CPUtime=0 cores=1,3,5,7
/proc/31091/task/31098/stat : 31098 (java) S 31088 31091 28719 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 245128216 14420721664 12843 33554432000 4194304 4196468 140720486012096 139659329648624 139660417510018 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31099] ppid=31088 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31091/task/31099/stat : 31099 (java) S 31088 31091 28719 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 245128216 14420721664 12843 33554432000 4194304 4196468 140720486012096 139659328594848 139660417509077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31100] ppid=31088 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31091/task/31100/stat : 31100 (java) S 31088 31091 28719 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 245128216 14420721664 12843 33554432000 4194304 4196468 140720486012096 139659327542256 139660417509077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31101] ppid=31088 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31091/task/31101/stat : 31101 (java) S 31088 31091 28719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245128218 14420721664 12843 33554432000 4194304 4196468 140720486012096 139659326490832 139660417517467 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31102] ppid=31088 vsize=14082736 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/31091/task/31102/stat : 31102 (java) S 31088 31091 28719 0 -1 1077944384 539 0 0 0 3 0 0 0 20 0 15 0 245128218 14420721664 12843 33554432000 4194304 4196468 140720486012096 139659325438448 139660417510018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31103] ppid=31088 vsize=14082736 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/31091/task/31103/stat : 31103 (java) S 31088 31091 28719 0 -1 1077944384 66 0 0 0 1 0 0 0 20 0 15 0 245128218 14420721664 12843 33554432000 4194304 4196468 140720486012096 139659324385904 139660417510018 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31104] ppid=31088 vsize=14082736 memory=139635338708608 CPUtime=0.08 cores=1,3,5,7
/proc/31091/task/31104/stat : 31104 (java) S 31088 31091 28719 0 -1 1077944384 309 0 0 0 8 0 0 0 20 0 15 0 245128219 14420721664 12843 33554432000 4194304 4196468 140720486012096 139659323333360 139660417510018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31105] ppid=31088 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31091/task/31105/stat : 31105 (java) S 31088 31091 28719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245128219 14420721664 12843 33554432000 4194304 4196468 140720486012096 139659322281056 139660417509077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31106] ppid=31088 vsize=14082736 memory=139635338708608 CPUtime=0 cores=1,3,5,7
/proc/31091/task/31106/stat : 31106 (java) S 31088 31091 28719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245128219 14420721664 12843 33554432000 4194304 4196468 140720486012096 139659321227568 139660417510018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 51372 KiB

[startup+0.700797 s]
/proc/loadavg: 1.45 1.37 1.37 3/219 31106
/proc/meminfo: memFree=24501120/32770624 swapFree=67108856/67108860
[pid=31091] ppid=31088 vsize=14084804 memory=89316 CPUtime=0.99 cores=1,3,5,7
/proc/31091/stat : 31091 (java) S 31088 31091 28719 0 -1 1077944320 17139 0 0 0 94 5 0 0 20 0 15 0 245128213 14422839296 22329 33554432000 4194304 4196468 140720486012096 140720485994640 139660417498871 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
/proc/31091/statm: 3521201 22329 3504 1 0 3483273 0
[pid=31091/tid=31093] ppid=31088 vsize=14084804 memory=273200118271193 CPUtime=0.67 cores=1,3,5,7
/proc/31091/task/31093/stat : 31093 (java) R 31088 31091 28719 0 -1 4202560 14441 0 0 0 63 4 0 0 20 0 15 0 245128213 14422839296 22329 33554432000 4194304 4196468 140720486012096 139660421722976 139660417520797 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31094] ppid=31088 vsize=14084804 memory=3834592127481040488 CPUtime=0 cores=1,3,5,7
/proc/31091/task/31094/stat : 31094 (java) S 31088 31091 28719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245128214 14422839296 22329 33554432000 4194304 4196468 140720486012096 139660332567312 139660417509077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31095] ppid=31088 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31091/task/31095/stat : 31095 (java) S 31088 31091 28719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245128214 14422839296 22329 33554432000 4194304 4196468 140720486012096 139660331514768 139660417509077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31096] ppid=31088 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31091/task/31096/stat : 31096 (java) S 31088 31091 28719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245128214 14422839296 22329 33554432000 4194304 4196468 140720486012096 139660330462224 139660417509077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31097] ppid=31088 vsize=14084804 memory=7809523229951467572 CPUtime=0 cores=1,3,5,7
/proc/31091/task/31097/stat : 31097 (java) S 31088 31091 28719 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 245128214 14422839296 22329 33554432000 4194304 4196468 140720486012096 139660329409680 139660417509077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31098] ppid=31088 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31091/task/31098/stat : 31098 (java) S 31088 31091 28719 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 245128216 14422839296 22329 33554432000 4194304 4196468 140720486012096 139659329648624 139660417510018 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31099] ppid=31088 vsize=14084804 memory=-6079119013371537511 CPUtime=0 cores=1,3,5,7
/proc/31091/task/31099/stat : 31099 (java) S 31088 31091 28719 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 245128216 14422839296 22329 33554432000 4194304 4196468 140720486012096 139659328594848 139660417509077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31100] ppid=31088 vsize=14084804 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/31091/task/31100/stat : 31100 (java) S 31088 31091 28719 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 245128216 14422839296 22329 33554432000 4194304 4196468 140720486012096 139659327542256 139660417509077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31101] ppid=31088 vsize=14084804 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/31091/task/31101/stat : 31101 (java) S 31088 31091 28719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245128218 14422839296 22329 33554432000 4194304 4196468 140720486012096 139659326490832 139660417517467 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31102] ppid=31088 vsize=14084804 memory=6944652177228980320 CPUtime=0.08 cores=1,3,5,7
/proc/31091/task/31102/stat : 31102 (java) S 31088 31091 28719 0 -1 1077944384 678 0 0 0 8 0 0 0 20 0 15 0 245128218 14422839296 22329 33554432000 4194304 4196468 140720486012096 139659325438448 139660417510018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31103] ppid=31088 vsize=14084804 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31091/task/31103/stat : 31103 (java) S 31088 31091 28719 0 -1 1077944384 264 0 0 0 7 0 0 0 20 0 15 0 245128218 14422839296 22329 33554432000 4194304 4196468 140720486012096 139659324385904 139660417510018 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31104] ppid=31088 vsize=14084804 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/31091/task/31104/stat : 31104 (java) S 31088 31091 28719 0 -1 1077944384 374 0 0 0 15 0 0 0 20 0 15 0 245128219 14422839296 22329 33554432000 4194304 4196468 140720486012096 139659323333360 139660417510018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31105] ppid=31088 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31091/task/31105/stat : 31105 (java) S 31088 31091 28719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245128219 14422839296 22329 33554432000 4194304 4196468 140720486012096 139659322281056 139660417509077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31106] ppid=31088 vsize=14084804 memory=36916 CPUtime=0 cores=1,3,5,7
/proc/31091/task/31106/stat : 31106 (java) S 31088 31091 28719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 245128219 14422839296 22329 33554432000 4194304 4196468 140720486012096 139659321227568 139660417510018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 89316 KiB

[startup+1.50174 s]
/proc/loadavg: 1.45 1.37 1.37 6/219 31106
/proc/meminfo: memFree=24308120/32770624 swapFree=67108856/67108860
[pid=31091] ppid=31088 vsize=14084804 memory=495608 CPUtime=3.27 cores=1,3,5,7
/proc/31091/stat : 31091 (java) S 31088 31091 28719 0 -1 1077944320 19592 0 0 0 285 42 0 0 20 0 15 0 245128213 14422839296 123902 33554432000 4194304 4196468 140720486012096 140720485994640 139660417498871 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
/proc/31091/statm: 3521201 123902 3548 1 0 3483273 0
[pid=31091/tid=31093] ppid=31088 vsize=14084804 memory=3303 CPUtime=1.08 cores=1,3,5,7
/proc/31091/task/31093/stat : 31093 (java) S 31088 31091 28719 0 -1 1077944384 14606 0 0 0 103 5 0 0 20 0 15 0 245128213 14422839296 123902 33554432000 4194304 4196468 140720486012096 139660421736528 139660417509077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31094] ppid=31088 vsize=14084804 memory=6791534058613427641 CPUtime=0.35 cores=1,3,5,7
/proc/31091/task/31094/stat : 31094 (java) R 31088 31091 28719 0 -1 4202560 356 0 0 0 27 8 0 0 20 0 15 0 245128214 14422839296 123902 33554432000 4194304 4196468 140720486012096 139660332567200 139660402495491 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31095] ppid=31088 vsize=14084804 memory=0 CPUtime=0.37 cores=1,3,5,7
/proc/31091/task/31095/stat : 31095 (java) R 31088 31091 28719 0 -1 4202560 378 0 0 0 29 8 0 0 20 0 15 0 245128214 14422839296 123902 33554432000 4194304 4196468 140720486012096 139660331514768 139660410595264 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31096] ppid=31088 vsize=14084804 memory=0 CPUtime=0.36 cores=1,3,5,7
/proc/31091/task/31096/stat : 31096 (java) R 31088 31091 28719 0 -1 4202560 229 0 0 0 28 8 0 0 20 0 15 0 245128214 14422839296 123902 33554432000 4194304 4196468 140720486012096 139660330462224 139660402199515 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31097] ppid=31088 vsize=14084804 memory=0 CPUtime=0.37 cores=1,3,5,7
/proc/31091/task/31097/stat : 31097 (java) R 31088 31091 28719 0 -1 4202560 229 0 0 0 28 9 0 0 20 0 15 0 245128214 14422839296 123902 33554432000 4194304 4196468 140720486012096 139660329409680 139660401956462 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31098] ppid=31088 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31091/task/31098/stat : 31098 (java) S 31088 31091 28719 0 -1 1077944384 96 0 0 0 0 0 0 0 20 0 15 0 245128216 14422839296 123902 33554432000 4194304 4196468 140720486012096 139659329647168 139660417509077 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0

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

[pid=31091/tid=31105] ppid=31088 vsize=14088900 memory=1236 CPUtime=0 cores=1,3,5,7
/proc/31091/task/31105/stat : 31105 (java) S 31088 31091 28719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245128219 14427033600 2898158 33554432000 4194304 4196468 140720486012096 139659322281056 139660417509077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31106] ppid=31088 vsize=14088900 memory=2424 CPUtime=0.13 cores=1,3,5,7
/proc/31091/task/31106/stat : 31106 (java) S 31088 31091 28719 0 -1 1077944384 672 0 0 0 5 8 0 0 20 0 15 0 245128219 14427033600 2898158 33554432000 4194304 4196468 140720486012096 139659321227568 139660417510018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 25 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
Current children cumulated CPU time: 683.22 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11592632 KiB

[startup+220.801 s]
/proc/loadavg: 3.49 2.43 1.78 6/219 31109
/proc/meminfo: memFree=12973392/32770624 swapFree=67108856/67108860
[pid=31091] ppid=31088 vsize=14088900 memory=11592632 CPUtime=689.12 cores=1,3,5,7
/proc/31091/stat : 31091 (java) S 31088 31091 28719 0 -1 1077944320 160916 0 0 0 67649 1263 0 0 20 0 15 0 245128213 14427033600 2898158 33554432000 4194304 4196468 140720486012096 140720485994640 139660417498871 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
/proc/31091/statm: 3522225 2898158 3608 1 0 3484297 0
[pid=31091/tid=31093] ppid=31088 vsize=14088900 memory=6791534058613427641 CPUtime=52.16 cores=1,3,5,7
/proc/31091/task/31093/stat : 31093 (java) S 31088 31091 28719 0 -1 1077944384 27824 0 0 0 5204 12 0 0 20 0 15 0 245128213 14427033600 2898158 33554432000 4194304 4196468 140720486012096 139660421737312 139660417509077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31094] ppid=31088 vsize=14088900 memory=2596 CPUtime=154.91 cores=1,3,5,7
/proc/31091/task/31094/stat : 31094 (java) R 31088 31091 28719 0 -1 4202560 15117 0 0 0 15181 310 0 0 20 0 15 0 245128214 14427033600 2898158 33554432000 4194304 4196468 140720486012096 139660332567312 139660399108617 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31095] ppid=31088 vsize=14088900 memory=2932 CPUtime=154.88 cores=1,3,5,7
/proc/31091/task/31095/stat : 31095 (java) R 31088 31091 28719 0 -1 4202560 16299 0 0 0 15182 306 0 0 20 0 15 0 245128214 14427033600 2898158 33554432000 4194304 4196468 140720486012096 139660331514576 139660410127079 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31096] ppid=31088 vsize=14088900 memory=1186 CPUtime=154.81 cores=1,3,5,7
/proc/31091/task/31096/stat : 31096 (java) R 31088 31091 28719 0 -1 4202560 12957 0 0 0 15166 315 0 0 20 0 15 0 245128214 14427033600 2898158 33554432000 4194304 4196468 140720486012096 139660330462344 139660410127079 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31097] ppid=31088 vsize=14088900 memory=0 CPUtime=154.84 cores=1,3,5,7
/proc/31091/task/31097/stat : 31097 (java) R 31088 31091 28719 0 -1 4202560 11612 0 0 0 15178 306 0 0 20 0 15 0 245128214 14427033600 2898158 33554432000 4194304 4196468 140720486012096 139660329409488 139660410127079 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31098] ppid=31088 vsize=14088900 memory=6791534058613427641 CPUtime=10.09 cores=1,3,5,7
/proc/31091/task/31098/stat : 31098 (java) S 31088 31091 28719 0 -1 1077944384 52599 0 0 0 1004 5 0 0 20 0 15 0 245128216 14427033600 2898158 33554432000 4194304 4196468 140720486012096 139659329647168 139660417509077 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31099] ppid=31088 vsize=14088900 memory=3332 CPUtime=0 cores=1,3,5,7
/proc/31091/task/31099/stat : 31099 (java) S 31088 31091 28719 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 245128216 14427033600 2898158 33554432000 4194304 4196468 140720486012096 139659328594912 139660417509077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31100] ppid=31088 vsize=14088900 memory=1732 CPUtime=0 cores=1,3,5,7
/proc/31091/task/31100/stat : 31100 (java) S 31088 31091 28719 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 245128216 14427033600 2898158 33554432000 4194304 4196468 140720486012096 139659327542272 139660417509077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31101] ppid=31088 vsize=14088900 memory=1172 CPUtime=0 cores=1,3,5,7
/proc/31091/task/31101/stat : 31101 (java) S 31088 31091 28719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245128218 14427033600 2898158 33554432000 4194304 4196468 140720486012096 139659326490832 139660417517467 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31102] ppid=31088 vsize=14088900 memory=500 CPUtime=3.18 cores=1,3,5,7
/proc/31091/task/31102/stat : 31102 (java) S 31088 31091 28719 0 -1 1077944384 7874 0 0 0 317 1 0 0 20 0 15 0 245128218 14427033600 2898158 33554432000 4194304 4196468 140720486012096 139659325438448 139660417510018 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31103] ppid=31088 vsize=14088900 memory=928 CPUtime=3.21 cores=1,3,5,7
/proc/31091/task/31103/stat : 31103 (java) S 31088 31091 28719 0 -1 1077944384 7733 0 0 0 320 1 0 0 20 0 15 0 245128218 14427033600 2898158 33554432000 4194304 4196468 140720486012096 139659324385904 139660417510018 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31104] ppid=31088 vsize=14088900 memory=2336 CPUtime=0.82 cores=1,3,5,7
/proc/31091/task/31104/stat : 31104 (java) S 31088 31091 28719 0 -1 1077944384 6781 0 0 0 80 2 0 0 20 0 15 0 245128219 14427033600 2898158 33554432000 4194304 4196468 140720486012096 139659323333360 139660417510018 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31105] ppid=31088 vsize=14088900 memory=1580 CPUtime=0 cores=1,3,5,7
/proc/31091/task/31105/stat : 31105 (java) S 31088 31091 28719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245128219 14427033600 2898158 33554432000 4194304 4196468 140720486012096 139659322281056 139660417509077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31106] ppid=31088 vsize=14088900 memory=6791534058613427641 CPUtime=0.13 cores=1,3,5,7
/proc/31091/task/31106/stat : 31106 (java) S 31088 31091 28719 0 -1 1077944384 686 0 0 0 5 8 0 0 20 0 15 0 245128219 14427033600 2898158 33554432000 4194304 4196468 140720486012096 139659321227568 139660417510018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 25 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
Current children cumulated CPU time: 689.12 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11592632 KiB

[startup+221.601 s]
/proc/loadavg: 3.49 2.43 1.78 3/219 31109
/proc/meminfo: memFree=12973392/32770624 swapFree=67108856/67108860
[pid=31091] ppid=31088 vsize=14088900 memory=11592636 CPUtime=692.06 cores=1,3,5,7
/proc/31091/stat : 31091 (java) S 31088 31091 28719 0 -1 1077944320 161057 0 0 0 67942 1264 0 0 20 0 15 0 245128213 14427033600 2898159 33554432000 4194304 4196468 140720486012096 140720485994640 139660417498871 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
/proc/31091/statm: 3522225 2898159 3608 1 0 3484297 0
[pid=31091/tid=31093] ppid=31088 vsize=14088900 memory=11592632 CPUtime=52.16 cores=1,3,5,7
/proc/31091/task/31093/stat : 31093 (java) S 31088 31091 28719 0 -1 1077944384 27824 0 0 0 5204 12 0 0 20 0 15 0 245128213 14427033600 2898159 33554432000 4194304 4196468 140720486012096 139660421737312 139660417509077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31094] ppid=31088 vsize=14088900 memory=3128 CPUtime=155.65 cores=1,3,5,7
/proc/31091/task/31094/stat : 31094 (java) R 31088 31091 28719 0 -1 4202560 15134 0 0 0 15254 311 0 0 20 0 15 0 245128214 14427033600 2898159 33554432000 4194304 4196468 140720486012096 139660332567512 139660399108480 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31095] ppid=31088 vsize=14088900 memory=2424 CPUtime=155.59 cores=1,3,5,7
/proc/31091/task/31095/stat : 31095 (java) R 31088 31091 28719 0 -1 4202560 16313 0 0 0 15253 306 0 0 20 0 15 0 245128214 14427033600 2898159 33554432000 4194304 4196468 140720486012096 139660331514576 139660410127079 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31096] ppid=31088 vsize=14088900 memory=1832 CPUtime=155.53 cores=1,3,5,7
/proc/31091/task/31096/stat : 31096 (java) R 31088 31091 28719 0 -1 4202560 13011 0 0 0 15238 315 0 0 20 0 15 0 245128214 14427033600 2898159 33554432000 4194304 4196468 140720486012096 139660330462032 139660410127079 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31097] ppid=31088 vsize=14088900 memory=1920 CPUtime=155.56 cores=1,3,5,7
/proc/31091/task/31097/stat : 31097 (java) R 31088 31091 28719 0 -1 4202560 11662 0 0 0 15250 306 0 0 20 0 15 0 245128214 14427033600 2898159 33554432000 4194304 4196468 140720486012096 139660329409488 139660410127079 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31098] ppid=31088 vsize=14088900 memory=1192 CPUtime=10.16 cores=1,3,5,7
/proc/31091/task/31098/stat : 31098 (java) S 31088 31091 28719 0 -1 1077944384 52601 0 0 0 1011 5 0 0 20 0 15 0 245128216 14427033600 2898159 33554432000 4194304 4196468 140720486012096 139659329647184 139660417509077 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31099] ppid=31088 vsize=14088900 memory=7328 CPUtime=0 cores=1,3,5,7
/proc/31091/task/31099/stat : 31099 (java) S 31088 31091 28719 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 245128216 14427033600 2898159 33554432000 4194304 4196468 140720486012096 139659328594912 139660417509077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31100] ppid=31088 vsize=14088900 memory=5400 CPUtime=0 cores=1,3,5,7
/proc/31091/task/31100/stat : 31100 (java) S 31088 31091 28719 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 245128216 14427033600 2898159 33554432000 4194304 4196468 140720486012096 139659327542272 139660417509077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31101] ppid=31088 vsize=14088900 memory=1108 CPUtime=0 cores=1,3,5,7
/proc/31091/task/31101/stat : 31101 (java) S 31088 31091 28719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245128218 14427033600 2898159 33554432000 4194304 4196468 140720486012096 139659326490832 139660417517467 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31102] ppid=31088 vsize=14088900 memory=10784 CPUtime=3.18 cores=1,3,5,7
/proc/31091/task/31102/stat : 31102 (java) S 31088 31091 28719 0 -1 1077944384 7878 0 0 0 317 1 0 0 20 0 15 0 245128218 14427033600 2898159 33554432000 4194304 4196468 140720486012096 139659325438208 139660417509077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31103] ppid=31088 vsize=14088900 memory=872 CPUtime=3.21 cores=1,3,5,7
/proc/31091/task/31103/stat : 31103 (java) S 31088 31091 28719 0 -1 1077944384 7733 0 0 0 320 1 0 0 20 0 15 0 245128218 14427033600 2898159 33554432000 4194304 4196468 140720486012096 139659324385904 139660417510018 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31104] ppid=31088 vsize=14088900 memory=1616 CPUtime=0.82 cores=1,3,5,7
/proc/31091/task/31104/stat : 31104 (java) S 31088 31091 28719 0 -1 1077944384 6781 0 0 0 80 2 0 0 20 0 15 0 245128219 14427033600 2898159 33554432000 4194304 4196468 140720486012096 139659323333360 139660417510018 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31105] ppid=31088 vsize=14088900 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/31091/task/31105/stat : 31105 (java) S 31088 31091 28719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245128219 14427033600 2898159 33554432000 4194304 4196468 140720486012096 139659322281056 139660417509077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31106] ppid=31088 vsize=14088900 memory=752 CPUtime=0.13 cores=1,3,5,7
/proc/31091/task/31106/stat : 31106 (java) S 31088 31091 28719 0 -1 1077944384 686 0 0 0 5 8 0 0 20 0 15 0 245128219 14427033600 2898159 33554432000 4194304 4196468 140720486012096 139659321227568 139660417510018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 25 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
Current children cumulated CPU time: 692.06 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11592636 KiB

[startup+222.001 s]*
/proc/loadavg: 3.49 2.43 1.78 6/219 31109
/proc/meminfo: memFree=12973392/32770624 swapFree=67108856/67108860
[pid=31091] ppid=31088 vsize=14088900 memory=11592704 CPUtime=693.48 cores=1,3,5,7
/proc/31091/stat : 31091 (java) S 31088 31091 28719 0 -1 1077944320 161189 0 0 0 68083 1265 0 0 20 0 15 0 245128213 14427033600 2898176 33554432000 4194304 4196468 140720486012096 140720485994640 139660417498871 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
/proc/31091/statm: 3522225 2898176 3609 1 0 3484297 0
[pid=31091/tid=31093] ppid=31088 vsize=14088900 memory=200788 CPUtime=52.16 cores=1,3,5,7
/proc/31091/task/31093/stat : 31093 (java) S 31088 31091 28719 0 -1 1077944384 27901 0 0 0 5204 12 0 0 20 0 15 0 245128213 14427033600 2898176 33554432000 4194304 4196468 140720486012096 139660421738736 139660417509077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31094] ppid=31088 vsize=14088900 memory=1408 CPUtime=155.99 cores=1,3,5,7
/proc/31091/task/31094/stat : 31094 (java) R 31088 31091 28719 0 -1 4202560 15135 0 0 0 15288 311 0 0 20 0 15 0 245128214 14427033600 2898176 33554432000 4194304 4196468 140720486012096 139660332566896 139660410127079 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31095] ppid=31088 vsize=14088900 memory=3140 CPUtime=155.92 cores=1,3,5,7
/proc/31091/task/31095/stat : 31095 (java) R 31088 31091 28719 0 -1 4202560 16313 0 0 0 15286 306 0 0 20 0 15 0 245128214 14427033600 2898176 33554432000 4194304 4196468 140720486012096 139660331514664 139660410127079 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31096] ppid=31088 vsize=14088900 memory=4872558044660077418 CPUtime=155.88 cores=1,3,5,7
/proc/31091/task/31096/stat : 31096 (java) R 31088 31091 28719 0 -1 4202560 13011 0 0 0 15273 315 0 0 20 0 15 0 245128214 14427033600 2898176 33554432000 4194304 4196468 140720486012096 139660330462112 139660402449476 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31097] ppid=31088 vsize=14088900 memory=288230596050944315 CPUtime=155.89 cores=1,3,5,7
/proc/31091/task/31097/stat : 31097 (java) R 31088 31091 28719 0 -1 4202560 11665 0 0 0 15283 306 0 0 20 0 15 0 245128214 14427033600 2898176 33554432000 4194304 4196468 140720486012096 139660329409264 139660410127079 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31098] ppid=31088 vsize=14088900 memory=14133333755955770 CPUtime=10.21 cores=1,3,5,7
/proc/31091/task/31098/stat : 31098 (java) S 31088 31091 28719 0 -1 1077944384 52603 0 0 0 1016 5 0 0 20 0 15 0 245128216 14427033600 2898176 33554432000 4194304 4196468 140720486012096 139659329646944 139660417509077 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31099] ppid=31088 vsize=14088900 memory=2424 CPUtime=0 cores=1,3,5,7
/proc/31091/task/31099/stat : 31099 (java) S 31088 31091 28719 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 245128216 14427033600 2898176 33554432000 4194304 4196468 140720486012096 139659328594912 139660417509077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31100] ppid=31088 vsize=14088900 memory=1832 CPUtime=0 cores=1,3,5,7
/proc/31091/task/31100/stat : 31100 (java) S 31088 31091 28719 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 245128216 14427033600 2898176 33554432000 4194304 4196468 140720486012096 139659327542272 139660417509077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31101] ppid=31088 vsize=14088900 memory=1920 CPUtime=0 cores=1,3,5,7
/proc/31091/task/31101/stat : 31101 (java) S 31088 31091 28719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245128218 14427033600 2898176 33554432000 4194304 4196468 140720486012096 139659326490832 139660417517467 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31102] ppid=31088 vsize=14088900 memory=1192 CPUtime=3.18 cores=1,3,5,7
/proc/31091/task/31102/stat : 31102 (java) S 31088 31091 28719 0 -1 1077944384 7878 0 0 0 317 1 0 0 20 0 15 0 245128218 14427033600 2898176 33554432000 4194304 4196468 140720486012096 139659325438448 139660417510018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31103] ppid=31088 vsize=14088900 memory=11592632 CPUtime=3.21 cores=1,3,5,7
/proc/31091/task/31103/stat : 31103 (java) S 31088 31091 28719 0 -1 1077944384 7733 0 0 0 320 1 0 0 20 0 15 0 245128218 14427033600 2898176 33554432000 4194304 4196468 140720486012096 139659324385904 139660417510018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31104] ppid=31088 vsize=14088900 memory=6791534058613427641 CPUtime=0.82 cores=1,3,5,7
/proc/31091/task/31104/stat : 31104 (java) S 31088 31091 28719 0 -1 1077944384 6830 0 0 0 80 2 0 0 20 0 15 0 245128219 14427033600 2898176 33554432000 4194304 4196468 140720486012096 139659323328128 139660417509077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31105] ppid=31088 vsize=14088900 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/31091/task/31105/stat : 31105 (java) S 31088 31091 28719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245128219 14427033600 2898176 33554432000 4194304 4196468 140720486012096 139659322281056 139660417509077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31106] ppid=31088 vsize=14088900 memory=1616 CPUtime=0.13 cores=1,3,5,7
/proc/31091/task/31106/stat : 31106 (java) S 31088 31091 28719 0 -1 1077944384 686 0 0 0 5 8 0 0 20 0 15 0 245128219 14427033600 2898176 33554432000 4194304 4196468 140720486012096 139659321227568 139660417510018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 25 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
Current children cumulated CPU time: 693.48 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11592704 KiB

[startup+222.111 s]
/proc/loadavg: 3.49 2.43 1.78 6/219 31109
/proc/meminfo: memFree=12973392/32770624 swapFree=67108856/67108860
[pid=31091] ppid=31088 vsize=14088900 memory=11592704 CPUtime=693.78 cores=1,3,5,7
/proc/31091/stat : 31091 (java) S 31088 31091 28719 0 -1 1077944320 161199 0 0 0 68113 1265 0 0 20 0 15 0 245128213 14427033600 2898176 33554432000 4194304 4196468 140720486012096 140720485994640 139660417498871 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
/proc/31091/statm: 3522225 2898176 3609 1 0 3484297 0
[pid=31091/tid=31093] ppid=31088 vsize=14088900 memory=11592636 CPUtime=52.16 cores=1,3,5,7
/proc/31091/task/31093/stat : 31093 (java) S 31088 31091 28719 0 -1 1077944384 27901 0 0 0 5204 12 0 0 20 0 15 0 245128213 14427033600 2898176 33554432000 4194304 4196468 140720486012096 139660421738736 139660417509077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31094] ppid=31088 vsize=14088900 memory=11592636 CPUtime=156.05 cores=1,3,5,7
/proc/31091/task/31094/stat : 31094 (java) S 31088 31091 28719 0 -1 1077944384 15135 0 0 0 15294 311 0 0 20 0 15 0 245128214 14427033600 2898176 33554432000 4194304 4196468 140720486012096 139660332567312 139660417509077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31095] ppid=31088 vsize=14088900 memory=11592632 CPUtime=155.99 cores=1,3,5,7
/proc/31091/task/31095/stat : 31095 (java) S 31088 31091 28719 0 -1 1077944384 16313 0 0 0 15293 306 0 0 20 0 15 0 245128214 14427033600 2898176 33554432000 4194304 4196468 140720486012096 139660331514768 139660417509077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31096] ppid=31088 vsize=14088900 memory=11592632 CPUtime=155.94 cores=1,3,5,7
/proc/31091/task/31096/stat : 31096 (java) S 31088 31091 28719 0 -1 1077944384 13011 0 0 0 15279 315 0 0 20 0 15 0 245128214 14427033600 2898176 33554432000 4194304 4196468 140720486012096 139660330462224 139660417509077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31097] ppid=31088 vsize=14088900 memory=11592632 CPUtime=155.96 cores=1,3,5,7
/proc/31091/task/31097/stat : 31097 (java) S 31088 31091 28719 0 -1 1077944384 11665 0 0 0 15290 306 0 0 20 0 15 0 245128214 14427033600 2898176 33554432000 4194304 4196468 140720486012096 139660329409680 139660417509077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31098] ppid=31088 vsize=14088900 memory=11592596 CPUtime=10.24 cores=1,3,5,7
/proc/31091/task/31098/stat : 31098 (java) R 31088 31091 28719 0 -1 4202560 52613 0 0 0 1019 5 0 0 20 0 15 0 245128216 14427033600 2898176 33554432000 4194304 4196468 140720486012096 139659329647168 139660395869051 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31099] ppid=31088 vsize=14088900 memory=11592704 CPUtime=0 cores=1,3,5,7
/proc/31091/task/31099/stat : 31099 (java) S 31088 31091 28719 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 245128216 14427033600 2898176 33554432000 4194304 4196468 140720486012096 139659328594912 139660417509077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31100] ppid=31088 vsize=14088900 memory=7300704776819335744 CPUtime=0 cores=1,3,5,7
/proc/31091/task/31100/stat : 31100 (java) S 31088 31091 28719 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 245128216 14427033600 2898176 33554432000 4194304 4196468 140720486012096 139659327542272 139660417509077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31101] ppid=31088 vsize=14088900 memory=11592632 CPUtime=0 cores=1,3,5,7
/proc/31091/task/31101/stat : 31101 (java) S 31088 31091 28719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245128218 14427033600 2898176 33554432000 4194304 4196468 140720486012096 139659326490832 139660417517467 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31102] ppid=31088 vsize=14088900 memory=912 CPUtime=3.18 cores=1,3,5,7
/proc/31091/task/31102/stat : 31102 (java) S 31088 31091 28719 0 -1 1077944384 7878 0 0 0 317 1 0 0 20 0 15 0 245128218 14427033600 2898176 33554432000 4194304 4196468 140720486012096 139659325438448 139660417510018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31103] ppid=31088 vsize=14088900 memory=7328 CPUtime=3.21 cores=1,3,5,7
/proc/31091/task/31103/stat : 31103 (java) S 31088 31091 28719 0 -1 1077944384 7733 0 0 0 320 1 0 0 20 0 15 0 245128218 14427033600 2898176 33554432000 4194304 4196468 140720486012096 139659324385904 139660417510018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31104] ppid=31088 vsize=14088900 memory=5400 CPUtime=0.82 cores=1,3,5,7
/proc/31091/task/31104/stat : 31104 (java) S 31088 31091 28719 0 -1 1077944384 6830 0 0 0 80 2 0 0 20 0 15 0 245128219 14427033600 2898176 33554432000 4194304 4196468 140720486012096 139659323328128 139660417509077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31105] ppid=31088 vsize=14088900 memory=11592632 CPUtime=0 cores=1,3,5,7
/proc/31091/task/31105/stat : 31105 (java) S 31088 31091 28719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 245128219 14427033600 2898176 33554432000 4194304 4196468 140720486012096 139659322281056 139660417509077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
[pid=31091/tid=31106] ppid=31088 vsize=14088900 memory=11592632 CPUtime=0.13 cores=1,3,5,7
/proc/31091/task/31106/stat : 31106 (java) S 31088 31091 28719 0 -1 1077944384 686 0 0 0 5 8 0 0 20 0 15 0 245128219 14427033600 2898176 33554432000 4194304 4196468 140720486012096 139659321227568 139660417510018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 25 0 0 6293624 6294260 35753984 140720486020169 140720486020361 140720486020361 140720486023119 0
Current children cumulated CPU time: 693.78 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 11592704 KiB

Child status: 1
Real time (s): 222.192
CPU time (s): 693.873
CPU user time (s): 681.17
CPU system time (s): 12.7027
CPU usage (%): 312.285
Max. virtual memory (cumulated for all children) (KiB): 14088900
Max. memory (cumulated for all children) (KiB): 11592704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 681.17
system time used= 12.7027
maximum resident set size= 11592704
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 161403
page faults= 0
swaps= 0
block input operations= 0
block output operations= 352
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21952
involuntary context switches= 7987


# summary of solver processes directly reported to runsolver:
#   pid: 31091
#   total CPU time (s): 693.873
#   total CPU user time (s): 681.17
#   total CPU system time (s): 12.7027

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.53757 second user time and 2.13659 second system time

The end

Launcher Data

Begin job on node132 at 2018-08-14 21:40:50
IDJOB=4307808
IDBENCH=141134
IDSOLVER=2791
FILE ID=node132/4307808-1534275650
RUNJOBID= node132-1534270652-30546
PBS_JOBID= 21038125
Free space on /tmp= 38832 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-14
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-4307808-1534275650/watcher-4307808-1534275650 -o /tmp/evaluation-result-4307808-1534275650/solver-4307808-1534275650 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1534270652-30546 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 650769588 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4307808-1534275650.xml

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

MD5SUM BENCH= d2763c38ef24fdf1196893d726f1931a
RANDOM SEED=650769588

node132.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.65
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.65
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.65
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.65
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:        24557912 kB
MemAvailable:   31700056 kB
Buffers:          212192 kB
Cached:          7156016 kB
SwapCached:            4 kB
Active:          4120008 kB
Inactive:        3507412 kB
Active(anon):     209132 kB
Inactive(anon):   102672 kB
Active(file):    3910876 kB
Inactive(file):  3404740 kB
Unevictable:        6984 kB
Mlocked:            6984 kB
SwapTotal:      67108860 kB
SwapFree:       67108856 kB
Dirty:             71216 kB
Writeback:             0 kB
AnonPages:        276588 kB
Mapped:            70588 kB
Shmem:             49820 kB
Slab:             283188 kB
SReclaimable:     254988 kB
SUnreclaim:        28200 kB
KernelStack:        3584 kB
PageTables:         6060 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1279292 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    153600 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 38796 MiB
End job on node132 at 2018-08-14 21:44:33