Trace number 4309241

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
OscaR - Parallel with EPS 2018-08-14? 72.0237 67.7093

General information on the benchmark

NameRlfap/Rlfap-opt/
Rlfap-scen-01-opt_c18.xml
MD5SUM2ee48e6c5f3b799813662dbb853aaebc
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark20
Best CPU time to get the best result obtained on this benchmark15864.9
Satisfiable
(Un)Satisfiability was proved
Number of variables916
Number of constraints5548
Number of domains7
Minimum domain size6
Maximum domain size44
Distribution of domain sizes[{"size":6,"count":6},{"size":22,"count":36},{"size":24,"count":8},{"size":36,"count":360},{"size":42,"count":22},{"size":44,"count":484}]
Minimum variable degree2
Maximum variable degree62
Distribution of variable degrees[{"degree":2,"count":12},{"degree":3,"count":2},{"degree":4,"count":38},{"degree":5,"count":25},{"degree":6,"count":95},{"degree":7,"count":25},{"degree":8,"count":106},{"degree":9,"count":20},{"degree":10,"count":111},{"degree":11,"count":39},{"degree":12,"count":56},{"degree":13,"count":41},{"degree":14,"count":47},{"degree":15,"count":30},{"degree":16,"count":41},{"degree":17,"count":19},{"degree":18,"count":32},{"degree":19,"count":15},{"degree":20,"count":27},{"degree":21,"count":21},{"degree":22,"count":8},{"degree":23,"count":11},{"degree":24,"count":18},{"degree":25,"count":13},{"degree":26,"count":7},{"degree":27,"count":7},{"degree":28,"count":7},{"degree":29,"count":7},{"degree":30,"count":7},{"degree":31,"count":6},{"degree":32,"count":4},{"degree":33,"count":2},{"degree":35,"count":1},{"degree":36,"count":1},{"degree":37,"count":2},{"degree":38,"count":2},{"degree":39,"count":2},{"degree":40,"count":3},{"degree":43,"count":1},{"degree":44,"count":1},{"degree":45,"count":2},{"degree":55,"count":1},{"degree":62,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":5548}]
Number of extensional constraints0
Number of intensional constraints5548
Distribution of constraint types[{"type":"intension","count":5548}]
Optimization problemYES
Type of objectivemin NVALUES

Solver Data

0.65/0.55	c version: 2018-08-14
0.65/0.55	c seed: 1839149118
0.65/0.55	c timeout: 20160
0.65/0.55	c memlimit: 22000
0.65/0.55	c nbcore: 8
0.65/0.58	c Parsing instance...
4.36/1.64	c Parsing done, starting search...
71.90/67.69	d EXCEPTION the stored failed when adding constraint constraint:DiffVal
71.90/67.69	c oscar.cp.core.NoSolutionException
71.90/67.69	c oscar.cp.core.CPSolver.add(CPSolver.scala:140)
71.90/67.69	c oscar.cp.core.CPSolver.add(CPSolver.scala:144)
71.90/67.69	c oscar.modeling.models.cp.CPModel.postConstraintForPossibleConstant(CPModel.scala:706)
71.90/67.69	c oscar.modeling.models.cp.CPModel.postBooleanExpression(CPModel.scala:431)
71.90/67.69	c oscar.modeling.models.cp.CPModel.post(CPModel.scala:309)
71.90/67.69	c oscar.modeling.models.cp.MemoCPModel.post(MemoCPModel.scala:44)
71.90/67.69	c oscar.modeling.solvers.cp.decompositions.RefinementStrategy.$anonfun$decompose$2(RefinementStrategy.scala:77)
71.90/67.69	c oscar.modeling.solvers.cp.decompositions.RefinementStrategy.$anonfun$decompose$2$adapted(RefinementStrategy.scala:76)
71.90/67.69	c scala.collection.immutable.List.foreach(List.scala:389)
71.90/67.69	c oscar.modeling.solvers.cp.decompositions.RefinementStrategy.$anonfun$decompose$1(RefinementStrategy.scala:76)
71.90/67.69	c scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:12)
71.90/67.69	c scala.util.DynamicVariable.withValue(DynamicVariable.scala:58)
71.90/67.69	c oscar.modeling.misc.DynamicModelVariable.withValue(DynamicModelVariable.scala:27)
71.90/67.69	c oscar.modeling.models.ModelDeclaration.apply(ModelDeclaration.scala:57)
71.90/67.69	c oscar.modeling.solvers.cp.decompositions.RefinementStrategy.decompose(RefinementStrategy.scala:67)
71.90/67.69	c oscar.modeling.solvers.cp.CPProgram.$anonfun$solveDistributed$2(CPProgram.scala:191)
71.90/67.69	c oscar.modeling.misc.ComputeTimeTaken$.computeTimeTaken(ComputeTimeTaken.scala:33)
71.90/67.69	c oscar.modeling.solvers.cp.CPProgram.$anonfun$solveDistributed$1(CPProgram.scala:191)
71.90/67.69	c scala.util.DynamicVariable.withValue(DynamicVariable.scala:58)
71.90/67.69	c oscar.modeling.misc.DynamicModelVariable.withValue(DynamicModelVariable.scala:27)
71.90/67.69	c oscar.modeling.models.ModelDeclaration.apply(ModelDeclaration.scala:57)
71.90/67.69	c oscar.modeling.solvers.cp.CPProgram.solveDistributed(CPProgram.scala:188)
71.90/67.69	c oscar.modeling.solvers.cp.CPProgram.solveParallel(CPProgram.scala:100)
71.90/67.69	c oscar.modeling.solvers.cp.CPProgram.solveParallel(CPProgram.scala:86)
71.90/67.69	c oscar.xcsp3.competition.solvers.parallel.ParallelSolver$.runSolver(ParallelSolver.scala:85)
71.90/67.69	c oscar.xcsp3.competition.CompetitionApp.delayedEndpoint$oscar$xcsp3$competition$CompetitionApp$1(CompetitionApp.scala:78)
71.90/67.69	c oscar.xcsp3.competition.CompetitionApp$delayedInit$body.apply(CompetitionApp.scala:53)
71.90/67.69	c scala.Function0.apply$mcV$sp(Function0.scala:34)
71.90/67.69	c scala.Function0.apply$mcV$sp$(Function0.scala:34)
71.90/67.69	c scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
71.90/67.69	c scala.App.$anonfun$main$1$adapted(App.scala:76)
71.90/67.69	c scala.collection.immutable.List.foreach(List.scala:389)
71.90/67.69	c scala.App.main(App.scala:76)
71.90/67.69	c scala.App.main$(App.scala:74)
71.90/67.69	c oscar.xcsp3.competition.CompetitionApp.main(CompetitionApp.scala:53)
71.90/67.69	c oscar.xcsp3.competition.solvers.parallel.ParallelSolver.main(ParallelSolver.scala)
71.90/67.69	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 (13428 MiB free)
  memory of node 1: 16384 MiB (10546 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4309241-1534364303/watcher-4309241-1534364303 -o /tmp/evaluation-result-4309241-1534364303/solver-4309241-1534364303 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node136-1534361781-454 --watchdog 2580 java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 1839149118 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4309241-1534364303.xml 

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

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

Starting watchdog thread7.x86_64
, 674, runsolver pid=671


[startup+0.100149 s]*
/proc/loadavg: 7.91 8.55 8.28 3/198 694
/proc/meminfo: memFree=24533260/32770624 swapFree=67108172/67108860
[pid=674] ppid=671 vsize=26103420 memory=31440 CPUtime=0.11 cores=0-7
/proc/674/stat : 674 (java) S 671 674 424 0 -1 1077944320 6776 0 0 0 10 1 0 0 20 0 20 0 253993440 26729902080 7860 33554432000 4194304 4196468 140729363695072 140729363677616 140703872896759 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
/proc/674/statm: 6525855 7860 3130 1 0 6487932 0
[pid=674/tid=676] ppid=671 vsize=26103420 memory=8318255677412212789 CPUtime=0.09 cores=0-7
/proc/674/task/676/stat : 676 (java) R 671 674 424 0 -1 4202560 5205 0 0 0 8 1 0 0 20 0 20 0 253993440 26729902080 8190 33554432000 4194304 4196468 140729363695072 140703877132960 140703853172508 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=677] ppid=671 vsize=26103420 memory=330 CPUtime=0 cores=0-7
/proc/674/task/677/stat : 677 (java) S 671 674 424 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253993441 26729902080 8190 33554432000 4194304 4196468 140729363695072 140703825517456 140703872906965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=678] ppid=671 vsize=26103420 memory=3618834920687724192 CPUtime=0 cores=0-7
/proc/674/task/678/stat : 678 (java) S 671 674 424 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253993441 26729902080 8190 33554432000 4194304 4196468 140729363695072 140703824464656 140703872906965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=679] ppid=671 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/674/task/679/stat : 679 (java) S 671 674 424 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253993441 26729902080 8190 33554432000 4194304 4196468 140729363695072 140703823412368 140703872906965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=680] ppid=671 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/674/task/680/stat : 680 (java) S 671 674 424 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253993441 26729902080 8190 33554432000 4194304 4196468 140729363695072 140703822359568 140703872906965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=681] ppid=671 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/674/task/681/stat : 681 (java) S 671 674 424 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253993441 26729902080 8256 33554432000 4194304 4196468 140729363695072 140703821306256 140703872906965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=682] ppid=671 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/674/task/682/stat : 682 (java) S 671 674 424 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253993441 26729902080 8256 33554432000 4194304 4196468 140729363695072 140703820253456 140703872906965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=683] ppid=671 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/674/task/683/stat : 683 (java) S 671 674 424 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253993441 26729902080 8256 33554432000 4194304 4196468 140729363695072 140703819201168 140703872906965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=684] ppid=671 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/674/task/684/stat : 684 (java) S 671 674 424 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253993441 26729902080 8256 33554432000 4194304 4196468 140729363695072 140703818148368 140703872906965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=685] ppid=671 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/674/task/685/stat : 685 (java) S 671 674 424 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 253993442 26729902080 8256 33554432000 4194304 4196468 140729363695072 140702933547632 140703872907906 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=686] ppid=671 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/674/task/686/stat : 686 (java) S 671 674 424 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 253993443 26729902080 8256 33554432000 4194304 4196468 140729363695072 140702932493600 140703872906965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=687] ppid=671 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/674/task/687/stat : 687 (java) S 671 674 424 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 253993443 26729902080 8256 33554432000 4194304 4196468 140729363695072 140702931441264 140703872906965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=688] ppid=671 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/674/task/688/stat : 688 (java) S 671 674 424 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253993446 26729902080 8256 33554432000 4194304 4196468 140729363695072 140702930389584 140703872915355 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=689] ppid=671 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/674/task/689/stat : 689 (java) S 671 674 424 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 20 0 253993446 26729902080 8256 33554432000 4194304 4196468 140729363695072 140702929336432 140703872907906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=690] ppid=671 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/674/task/690/stat : 690 (java) S 671 674 424 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253993446 26729902080 8256 33554432000 4194304 4196468 140729363695072 140702005061616 140703872907906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=691] ppid=671 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/674/task/691/stat : 691 (java) S 671 674 424 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253993446 26729902080 8256 33554432000 4194304 4196468 140729363695072 140702004009328 140703872907906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=692] ppid=671 vsize=26103420 memory=-1 CPUtime=0.01 cores=0-7
/proc/674/task/692/stat : 692 (java) S 671 674 424 0 -1 1077944384 243 0 0 0 1 0 0 0 20 0 20 0 253993446 26729902080 8322 33554432000 4194304 4196468 140729363695072 140702002956528 140703872907906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=693] ppid=671 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/674/task/693/stat : 693 (java) S 671 674 424 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253993446 26729902080 8322 33554432000 4194304 4196468 140729363695072 140702001904480 140703872906965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=694] ppid=671 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/674/task/694/stat : 694 (java) S 671 674 424 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253993446 26729902080 8322 33554432000 4194304 4196468 140729363695072 140702000851760 140703872907906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 31440 KiB

[startup+0.20996 s]*
/proc/loadavg: 7.91 8.55 8.28 4/198 694
/proc/meminfo: memFree=24519788/32770624 swapFree=67108172/67108860
[pid=674] ppid=671 vsize=26103420 memory=45080 CPUtime=0.29 cores=0-7
/proc/674/stat : 674 (java) S 671 674 424 0 -1 1077944320 10386 0 0 0 27 2 0 0 20 0 20 0 253993440 26729902080 11270 33554432000 4194304 4196468 140729363695072 140729363677616 140703872896759 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
/proc/674/statm: 6525855 11270 3333 1 0 6487932 0
[pid=674/tid=676] ppid=671 vsize=26103420 memory=7882827048052850738 CPUtime=0.19 cores=0-7
/proc/674/task/676/stat : 676 (java) R 671 674 424 0 -1 4202560 8183 0 0 0 18 1 0 0 20 0 20 0 253993440 26729902080 11270 33554432000 4194304 4196468 140729363695072 140703877122800 140703856977246 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=677] ppid=671 vsize=26103420 memory=326 CPUtime=0 cores=0-7
/proc/674/task/677/stat : 677 (java) S 671 674 424 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253993441 26729902080 11270 33554432000 4194304 4196468 140729363695072 140703825517456 140703872906965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=678] ppid=671 vsize=26103420 memory=3474443742308394656 CPUtime=0 cores=0-7
/proc/674/task/678/stat : 678 (java) S 671 674 424 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253993441 26729902080 11270 33554432000 4194304 4196468 140729363695072 140703824464656 140703872906965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=679] ppid=671 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/674/task/679/stat : 679 (java) S 671 674 424 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253993441 26729902080 11270 33554432000 4194304 4196468 140729363695072 140703823412368 140703872906965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=680] ppid=671 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/674/task/680/stat : 680 (java) S 671 674 424 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253993441 26729902080 11270 33554432000 4194304 4196468 140729363695072 140703822359568 140703872906965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=681] ppid=671 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/674/task/681/stat : 681 (java) S 671 674 424 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253993441 26729902080 11270 33554432000 4194304 4196468 140729363695072 140703821306256 140703872906965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=682] ppid=671 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/674/task/682/stat : 682 (java) S 671 674 424 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253993441 26729902080 11270 33554432000 4194304 4196468 140729363695072 140703820253456 140703872906965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=683] ppid=671 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/674/task/683/stat : 683 (java) S 671 674 424 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253993441 26729902080 11270 33554432000 4194304 4196468 140729363695072 140703819201168 140703872906965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=684] ppid=671 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/674/task/684/stat : 684 (java) S 671 674 424 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253993441 26729902080 11270 33554432000 4194304 4196468 140729363695072 140703818148368 140703872906965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=685] ppid=671 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/674/task/685/stat : 685 (java) S 671 674 424 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 253993442 26729902080 11270 33554432000 4194304 4196468 140729363695072 140702933547632 140703872907906 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=686] ppid=671 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/674/task/686/stat : 686 (java) S 671 674 424 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 253993443 26729902080 11270 33554432000 4194304 4196468 140729363695072 140702932493600 140703872906965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=687] ppid=671 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/674/task/687/stat : 687 (java) S 671 674 424 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 253993443 26729902080 11270 33554432000 4194304 4196468 140729363695072 140702931441264 140703872906965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=688] ppid=671 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/674/task/688/stat : 688 (java) S 671 674 424 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253993446 26729902080 11270 33554432000 4194304 4196468 140729363695072 140702930389584 140703872915355 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=689] ppid=671 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/674/task/689/stat : 689 (java) S 671 674 424 0 -1 1077944384 384 0 0 0 1 0 0 0 20 0 20 0 253993446 26729902080 11270 33554432000 4194304 4196468 140729363695072 140702929336432 140703872907906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=690] ppid=671 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/674/task/690/stat : 690 (java) S 671 674 424 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 20 0 253993446 26729902080 11270 33554432000 4194304 4196468 140729363695072 140702005061616 140703872907906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=691] ppid=671 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/674/task/691/stat : 691 (java) S 671 674 424 0 -1 1077944384 142 0 0 0 0 0 0 0 20 0 20 0 253993446 26729902080 11270 33554432000 4194304 4196468 140729363695072 140702004009328 140703872907906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=692] ppid=671 vsize=26103420 memory=-1 CPUtime=0.06 cores=0-7
/proc/674/task/692/stat : 692 (java) S 671 674 424 0 -1 1077944384 303 0 0 0 6 0 0 0 20 0 20 0 253993446 26729902080 11270 33554432000 4194304 4196468 140729363695072 140702002956528 140703872907906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=693] ppid=671 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/674/task/693/stat : 693 (java) S 671 674 424 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253993446 26729902080 11270 33554432000 4194304 4196468 140729363695072 140702001904480 140703872906965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=694] ppid=671 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/674/task/694/stat : 694 (java) S 671 674 424 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253993446 26729902080 11270 33554432000 4194304 4196468 140729363695072 140702000851760 140703872907906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 45080 KiB

[startup+0.309492 s]*
/proc/loadavg: 7.91 8.55 8.28 3/198 694
/proc/meminfo: memFree=24517060/32770624 swapFree=67108172/67108860
[pid=674] ppid=671 vsize=26103420 memory=48592 CPUtime=0.41 cores=0-7
/proc/674/stat : 674 (java) S 671 674 424 0 -1 1077944320 10845 0 0 0 39 2 0 0 20 0 20 0 253993440 26729902080 12148 33554432000 4194304 4196468 140729363695072 140729363677616 140703872896759 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
/proc/674/statm: 6525855 12148 3364 1 0 6487932 0
[pid=674/tid=676] ppid=671 vsize=26103420 memory=0 CPUtime=0.3 cores=0-7
/proc/674/task/676/stat : 676 (java) R 671 674 424 0 -1 4202560 8519 0 0 0 28 2 0 0 20 0 20 0 253993440 26729902080 12148 33554432000 4194304 4196468 140729363695072 140703877105616 140703854270208 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=677] ppid=671 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/674/task/677/stat : 677 (java) S 671 674 424 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253993441 26729902080 12148 33554432000 4194304 4196468 140729363695072 140703825517456 140703872906965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=678] ppid=671 vsize=26103420 memory=139623654942336 CPUtime=0 cores=0-7
/proc/674/task/678/stat : 678 (java) S 671 674 424 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253993441 26729902080 12148 33554432000 4194304 4196468 140729363695072 140703824464656 140703872906965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=679] ppid=671 vsize=26103420 memory=2877628088744 CPUtime=0 cores=0-7
/proc/674/task/679/stat : 679 (java) S 671 674 424 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253993441 26729902080 12148 33554432000 4194304 4196468 140729363695072 140703823412368 140703872906965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=680] ppid=671 vsize=26103420 memory=4026531975 CPUtime=0 cores=0-7
/proc/674/task/680/stat : 680 (java) S 671 674 424 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253993441 26729902080 12148 33554432000 4194304 4196468 140729363695072 140703822359568 140703872906965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=681] ppid=671 vsize=26103420 memory=10821 CPUtime=0 cores=0-7
/proc/674/task/681/stat : 681 (java) S 671 674 424 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253993441 26729902080 12148 33554432000 4194304 4196468 140729363695072 140703821306256 140703872906965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=682] ppid=671 vsize=26103420 memory=1287800 CPUtime=0 cores=0-7
/proc/674/task/682/stat : 682 (java) S 671 674 424 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253993441 26729902080 12148 33554432000 4194304 4196468 140729363695072 140703820253456 140703872906965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=683] ppid=671 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/674/task/683/stat : 683 (java) S 671 674 424 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253993441 26729902080 12148 33554432000 4194304 4196468 140729363695072 140703819201168 140703872906965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=684] ppid=671 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/674/task/684/stat : 684 (java) S 671 674 424 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253993441 26729902080 12148 33554432000 4194304 4196468 140729363695072 140703818148368 140703872906965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=685] ppid=671 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/674/task/685/stat : 685 (java) S 671 674 424 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 253993442 26729902080 12148 33554432000 4194304 4196468 140729363695072 140702933547632 140703872907906 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=686] ppid=671 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/674/task/686/stat : 686 (java) S 671 674 424 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 253993443 26729902080 12148 33554432000 4194304 4196468 140729363695072 140702932493600 140703872906965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=687] ppid=671 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/674/task/687/stat : 687 (java) S 671 674 424 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 253993443 26729902080 12148 33554432000 4194304 4196468 140729363695072 140702931441264 140703872906965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=688] ppid=671 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/674/task/688/stat : 688 (java) S 671 674 424 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253993446 26729902080 12148 33554432000 4194304 4196468 140729363695072 140702930389584 140703872915355 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=689] ppid=671 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/674/task/689/stat : 689 (java) S 671 674 424 0 -1 1077944384 393 0 0 0 1 0 0 0 20 0 20 0 253993446 26729902080 12148 33554432000 4194304 4196468 140729363695072 140702929336432 140703872907906 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=690] ppid=671 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/674/task/690/stat : 690 (java) S 671 674 424 0 -1 1077944384 87 0 0 0 1 0 0 0 20 0 20 0 253993446 26729902080 12148 33554432000 4194304 4196468 140729363695072 140702005061616 140703872907906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=691] ppid=671 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/674/task/691/stat : 691 (java) S 671 674 424 0 -1 1077944384 142 0 0 0 0 0 0 0 20 0 20 0 253993446 26729902080 12148 33554432000 4194304 4196468 140729363695072 140702004009328 140703872907906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=692] ppid=671 vsize=26103420 memory=0 CPUtime=0.07 cores=0-7
/proc/674/task/692/stat : 692 (java) S 671 674 424 0 -1 1077944384 320 0 0 0 7 0 0 0 20 0 20 0 253993446 26729902080 12148 33554432000 4194304 4196468 140729363695072 140702002956528 140703872907906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=693] ppid=671 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/674/task/693/stat : 693 (java) S 671 674 424 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253993446 26729902080 12148 33554432000 4194304 4196468 140729363695072 140702001904480 140703872906965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=694] ppid=671 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/674/task/694/stat : 694 (java) S 671 674 424 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253993446 26729902080 12148 33554432000 4194304 4196468 140729363695072 140702000851760 140703872907906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 48592 KiB

[startup+0.700827 s]
/proc/loadavg: 7.91 8.55 8.28 3/198 694
/proc/meminfo: memFree=24493724/32770624 swapFree=67108172/67108860
[pid=674] ppid=671 vsize=26105488 memory=89792 CPUtime=0.98 cores=0-7
/proc/674/stat : 674 (java) S 671 674 424 0 -1 1077944320 17869 0 0 0 93 5 0 0 20 0 20 0 253993440 26732019712 22448 33554432000 4194304 4196468 140729363695072 140729363677616 140703872896759 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
/proc/674/statm: 6526372 22448 3496 1 0 6488444 0
[pid=674/tid=676] ppid=671 vsize=26105488 memory=69280 CPUtime=0.67 cores=0-7
/proc/674/task/676/stat : 676 (java) R 671 674 424 0 -1 4202560 15026 0 0 0 63 4 0 0 20 0 20 0 253993440 26732019712 22448 33554432000 4194304 4196468 140729363695072 140703877102672 140703851974224 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=677] ppid=671 vsize=26105488 memory=1796 CPUtime=0 cores=0-7
/proc/674/task/677/stat : 677 (java) S 671 674 424 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253993441 26732019712 22448 33554432000 4194304 4196468 140729363695072 140703825517456 140703872906965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=678] ppid=671 vsize=26105488 memory=2148 CPUtime=0 cores=0-7
/proc/674/task/678/stat : 678 (java) S 671 674 424 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253993441 26732019712 22448 33554432000 4194304 4196468 140729363695072 140703824464656 140703872906965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=679] ppid=671 vsize=26105488 memory=1196 CPUtime=0 cores=0-7
/proc/674/task/679/stat : 679 (java) S 671 674 424 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253993441 26732019712 22448 33554432000 4194304 4196468 140729363695072 140703823412368 140703872906965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=680] ppid=671 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/674/task/680/stat : 680 (java) S 671 674 424 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253993441 26732019712 22448 33554432000 4194304 4196468 140729363695072 140703822359568 140703872906965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=681] ppid=671 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/674/task/681/stat : 681 (java) S 671 674 424 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253993441 26732019712 22448 33554432000 4194304 4196468 140729363695072 140703821306256 140703872906965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=682] ppid=671 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/674/task/682/stat : 682 (java) S 671 674 424 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253993441 26732019712 22448 33554432000 4194304 4196468 140729363695072 140703820253456 140703872906965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=683] ppid=671 vsize=26105488 memory=279247097242512 CPUtime=0 cores=0-7
/proc/674/task/683/stat : 683 (java) S 671 674 424 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253993441 26732019712 22448 33554432000 4194304 4196468 140729363695072 140703819201168 140703872906965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=684] ppid=671 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/674/task/684/stat : 684 (java) S 671 674 424 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253993441 26732019712 22448 33554432000 4194304 4196468 140729363695072 140703818148368 140703872906965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=685] ppid=671 vsize=26105488 memory=0 CPUtime=0 cores=0-7

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

[pid=674/tid=689] ppid=671 vsize=26111632 memory=2932 CPUtime=1.16 cores=0-7
/proc/674/task/689/stat : 689 (java) S 671 674 424 0 -1 1077944384 5380 0 0 0 114 2 0 0 20 0 20 0 253993446 26738311168 65490 33554432000 4194304 4196468 140729363695072 140702929336432 140703872907906 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 19 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=690] ppid=671 vsize=26111632 memory=261936 CPUtime=1.09 cores=0-7
/proc/674/task/690/stat : 690 (java) S 671 674 424 0 -1 1077944384 4123 0 0 0 108 1 0 0 20 0 20 0 253993446 26738311168 65490 33554432000 4194304 4196468 140729363695072 140702005061616 140703872907906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=691] ppid=671 vsize=26111632 memory=12552 CPUtime=1.08 cores=0-7
/proc/674/task/691/stat : 691 (java) S 671 674 424 0 -1 1077944384 4757 0 0 0 107 1 0 0 20 0 20 0 253993446 26738311168 65490 33554432000 4194304 4196468 140729363695072 140702004009328 140703872907906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 40 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=692] ppid=671 vsize=26111632 memory=33 CPUtime=0.84 cores=0-7
/proc/674/task/692/stat : 692 (java) S 671 674 424 0 -1 1077944384 10348 0 0 0 83 1 0 0 20 0 20 0 253993446 26738311168 65490 33554432000 4194304 4196468 140729363695072 140702002956528 140703872907906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 40 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=693] ppid=671 vsize=26111632 memory=139627949909631 CPUtime=0 cores=0-7
/proc/674/task/693/stat : 693 (java) S 671 674 424 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253993446 26738311168 65490 33554432000 4194304 4196468 140729363695072 140702001904480 140703872906965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=694] ppid=671 vsize=26111632 memory=6944656575208382560 CPUtime=0.01 cores=0-7
/proc/674/task/694/stat : 694 (java) S 671 674 424 0 -1 1077944384 300 0 0 0 0 1 0 0 20 0 20 0 253993446 26738311168 65490 33554432000 4194304 4196468 140729363695072 140702000851760 140703872907906 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 55 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
Current children cumulated CPU time: 69.9 s
Current children cumulated vsize: 26111632 KiB
Current children cumulated memory: 261960 KiB

[startup+66.4008 s]
/proc/loadavg: 3.36 7.08 7.79 2/197 694
/proc/meminfo: memFree=24306556/32770624 swapFree=67108172/67108860
[pid=674] ppid=671 vsize=26111632 memory=261960 CPUtime=70.7 cores=0-7
/proc/674/stat : 674 (java) S 671 674 424 0 -1 1077944320 51318 0 0 0 7050 20 0 0 20 0 20 0 253993440 26738311168 65490 33554432000 4194304 4196468 140729363695072 140729363677616 140703872896759 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
/proc/674/statm: 6527908 65490 3586 1 0 6489980 0
[pid=674/tid=676] ppid=671 vsize=26111632 memory=1828 CPUtime=66.34 cores=0-7
/proc/674/task/676/stat : 676 (java) R 671 674 424 0 -1 4202560 24293 0 0 0 6626 8 0 0 20 0 20 0 253993440 26738311168 65490 33554432000 4194304 4196468 140729363695072 140703877124088 140703490971672 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=677] ppid=671 vsize=26111632 memory=1020 CPUtime=0 cores=0-7
/proc/674/task/677/stat : 677 (java) S 671 674 424 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 20 0 253993441 26738311168 65490 33554432000 4194304 4196468 140729363695072 140703825517456 140703872906965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=678] ppid=671 vsize=26111632 memory=6947385649911455296 CPUtime=0 cores=0-7
/proc/674/task/678/stat : 678 (java) S 671 674 424 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253993441 26738311168 65490 33554432000 4194304 4196468 140729363695072 140703824464656 140703872906965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=679] ppid=671 vsize=26111632 memory=7518595108035127658 CPUtime=0 cores=0-7
/proc/674/task/679/stat : 679 (java) S 671 674 424 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 20 0 253993441 26738311168 65490 33554432000 4194304 4196468 140729363695072 140703823412368 140703872906965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=680] ppid=671 vsize=26111632 memory=8028901436973083750 CPUtime=0.01 cores=0-7
/proc/674/task/680/stat : 680 (java) S 671 674 424 0 -1 1077944384 32 0 0 0 1 0 0 0 20 0 20 0 253993441 26738311168 65490 33554432000 4194304 4196468 140729363695072 140703822359568 140703872906965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=681] ppid=671 vsize=26111632 memory=7156614976766373999 CPUtime=0.01 cores=0-7
/proc/674/task/681/stat : 681 (java) S 671 674 424 0 -1 1077944384 113 0 0 0 1 0 0 0 20 0 20 0 253993441 26738311168 65490 33554432000 4194304 4196468 140729363695072 140703821306256 140703872906965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=682] ppid=671 vsize=26111632 memory=7156610578719862895 CPUtime=0.01 cores=0-7
/proc/674/task/682/stat : 682 (java) S 671 674 424 0 -1 1077944384 33 0 0 0 1 0 0 0 20 0 20 0 253993441 26738311168 65490 33554432000 4194304 4196468 140729363695072 140703820253456 140703872906965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=683] ppid=671 vsize=26111632 memory=261960 CPUtime=0 cores=0-7
/proc/674/task/683/stat : 683 (java) S 671 674 424 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 20 0 253993441 26738311168 65490 33554432000 4194304 4196468 140729363695072 140703819201168 140703872906965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=684] ppid=671 vsize=26111632 memory=6944652177228980320 CPUtime=0.01 cores=0-7
/proc/674/task/684/stat : 684 (java) S 671 674 424 0 -1 1077944384 78 0 0 0 1 0 0 0 20 0 20 0 253993441 26738311168 65490 33554432000 4194304 4196468 140729363695072 140703818148368 140703872906965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=685] ppid=671 vsize=26111632 memory=6944656575208382560 CPUtime=0.01 cores=0-7
/proc/674/task/685/stat : 685 (java) S 671 674 424 0 -1 1077944384 443 0 0 0 1 0 0 0 20 0 20 0 253993442 26738311168 65490 33554432000 4194304 4196468 140729363695072 140702933547632 140703872907906 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=686] ppid=671 vsize=26111632 memory=-7093856181963027648 CPUtime=0 cores=0-7
/proc/674/task/686/stat : 686 (java) S 671 674 424 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 253993443 26738311168 65490 33554432000 4194304 4196468 140729363695072 140702932493664 140703872906965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=687] ppid=671 vsize=26111632 memory=6944656592455097440 CPUtime=0 cores=0-7
/proc/674/task/687/stat : 687 (java) S 671 674 424 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 253993443 26738311168 65490 33554432000 4194304 4196468 140729363695072 140702931441280 140703872906965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=688] ppid=671 vsize=26111632 memory=6944652177228980320 CPUtime=0 cores=0-7
/proc/674/task/688/stat : 688 (java) S 671 674 424 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253993446 26738311168 65490 33554432000 4194304 4196468 140729363695072 140702930389584 140703872915355 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=689] ppid=671 vsize=26111632 memory=279247096913632 CPUtime=1.16 cores=0-7
/proc/674/task/689/stat : 689 (java) S 671 674 424 0 -1 1077944384 5380 0 0 0 114 2 0 0 20 0 20 0 253993446 26738311168 65490 33554432000 4194304 4196468 140729363695072 140702929336432 140703872907906 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 19 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=690] ppid=671 vsize=26111632 memory=279247096913696 CPUtime=1.09 cores=0-7
/proc/674/task/690/stat : 690 (java) S 671 674 424 0 -1 1077944384 4123 0 0 0 108 1 0 0 20 0 20 0 253993446 26738311168 65490 33554432000 4194304 4196468 140729363695072 140702005061616 140703872907906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=691] ppid=671 vsize=26111632 memory=1256 CPUtime=1.08 cores=0-7
/proc/674/task/691/stat : 691 (java) S 671 674 424 0 -1 1077944384 4757 0 0 0 107 1 0 0 20 0 20 0 253993446 26738311168 65490 33554432000 4194304 4196468 140729363695072 140702004009328 140703872907906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 40 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=692] ppid=671 vsize=26111632 memory=10424 CPUtime=0.84 cores=0-7
/proc/674/task/692/stat : 692 (java) S 671 674 424 0 -1 1077944384 10364 0 0 0 83 1 0 0 20 0 20 0 253993446 26738311168 65490 33554432000 4194304 4196468 140729363695072 140702002956528 140703872907906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 40 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=693] ppid=671 vsize=26111632 memory=1600 CPUtime=0 cores=0-7
/proc/674/task/693/stat : 693 (java) S 671 674 424 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253993446 26738311168 65490 33554432000 4194304 4196468 140729363695072 140702001904480 140703872906965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=694] ppid=671 vsize=26111632 memory=1136 CPUtime=0.01 cores=0-7
/proc/674/task/694/stat : 694 (java) S 671 674 424 0 -1 1077944384 300 0 0 0 0 1 0 0 20 0 20 0 253993446 26738311168 65490 33554432000 4194304 4196468 140729363695072 140702000851760 140703872907906 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 55 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
Current children cumulated CPU time: 70.7 s
Current children cumulated vsize: 26111632 KiB
Current children cumulated memory: 261960 KiB

[startup+67.2008 s]
/proc/loadavg: 3.36 7.08 7.79 2/197 694
/proc/meminfo: memFree=24306556/32770624 swapFree=67108172/67108860
[pid=674] ppid=671 vsize=26111632 memory=261960 CPUtime=71.5 cores=0-7
/proc/674/stat : 674 (java) S 671 674 424 0 -1 1077944320 51321 0 0 0 7130 20 0 0 20 0 20 0 253993440 26738311168 65490 33554432000 4194304 4196468 140729363695072 140729363677616 140703872896759 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
/proc/674/statm: 6527908 65490 3586 1 0 6489980 0
[pid=674/tid=676] ppid=671 vsize=26111632 memory=6947385649911455296 CPUtime=67.14 cores=0-7
/proc/674/task/676/stat : 676 (java) R 671 674 424 0 -1 4202560 24294 0 0 0 6706 8 0 0 20 0 20 0 253993440 26738311168 65490 33554432000 4194304 4196468 140729363695072 140703877121824 140703490972084 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=677] ppid=671 vsize=26111632 memory=261936 CPUtime=0 cores=0-7
/proc/674/task/677/stat : 677 (java) S 671 674 424 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 20 0 253993441 26738311168 65490 33554432000 4194304 4196468 140729363695072 140703825517456 140703872906965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=678] ppid=671 vsize=26111632 memory=261888 CPUtime=0 cores=0-7
/proc/674/task/678/stat : 678 (java) S 671 674 424 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253993441 26738311168 65490 33554432000 4194304 4196468 140729363695072 140703824464656 140703872906965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=679] ppid=671 vsize=26111632 memory=261836 CPUtime=0 cores=0-7
/proc/674/task/679/stat : 679 (java) S 671 674 424 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 20 0 253993441 26738311168 65490 33554432000 4194304 4196468 140729363695072 140703823412368 140703872906965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=680] ppid=671 vsize=26111632 memory=12552 CPUtime=0.01 cores=0-7
/proc/674/task/680/stat : 680 (java) S 671 674 424 0 -1 1077944384 32 0 0 0 1 0 0 0 20 0 20 0 253993441 26738311168 65490 33554432000 4194304 4196468 140729363695072 140703822359568 140703872906965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=681] ppid=671 vsize=26111632 memory=261936 CPUtime=0.01 cores=0-7
/proc/674/task/681/stat : 681 (java) S 671 674 424 0 -1 1077944384 113 0 0 0 1 0 0 0 20 0 20 0 253993441 26738311168 65490 33554432000 4194304 4196468 140729363695072 140703821306256 140703872906965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=682] ppid=671 vsize=26111632 memory=2700 CPUtime=0.01 cores=0-7
/proc/674/task/682/stat : 682 (java) S 671 674 424 0 -1 1077944384 33 0 0 0 1 0 0 0 20 0 20 0 253993441 26738311168 65490 33554432000 4194304 4196468 140729363695072 140703820253456 140703872906965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=683] ppid=671 vsize=26111632 memory=1256 CPUtime=0 cores=0-7
/proc/674/task/683/stat : 683 (java) S 671 674 424 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 20 0 253993441 26738311168 65490 33554432000 4194304 4196468 140729363695072 140703819201168 140703872906965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=684] ppid=671 vsize=26111632 memory=10424 CPUtime=0.01 cores=0-7
/proc/674/task/684/stat : 684 (java) S 671 674 424 0 -1 1077944384 78 0 0 0 1 0 0 0 20 0 20 0 253993441 26738311168 65490 33554432000 4194304 4196468 140729363695072 140703818148368 140703872906965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=685] ppid=671 vsize=26111632 memory=1600 CPUtime=0.01 cores=0-7
/proc/674/task/685/stat : 685 (java) S 671 674 424 0 -1 1077944384 445 0 0 0 1 0 0 0 20 0 20 0 253993442 26738311168 65490 33554432000 4194304 4196468 140729363695072 140702933547632 140703872907906 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=686] ppid=671 vsize=26111632 memory=1136 CPUtime=0 cores=0-7
/proc/674/task/686/stat : 686 (java) S 671 674 424 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 253993443 26738311168 65490 33554432000 4194304 4196468 140729363695072 140702932493664 140703872906965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=687] ppid=671 vsize=26111632 memory=1828 CPUtime=0 cores=0-7
/proc/674/task/687/stat : 687 (java) S 671 674 424 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 253993443 26738311168 65490 33554432000 4194304 4196468 140729363695072 140702931441280 140703872906965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=688] ppid=671 vsize=26111632 memory=1020 CPUtime=0 cores=0-7
/proc/674/task/688/stat : 688 (java) S 671 674 424 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253993446 26738311168 65490 33554432000 4194304 4196468 140729363695072 140702930389584 140703872915355 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=689] ppid=671 vsize=26111632 memory=5672 CPUtime=1.16 cores=0-7
/proc/674/task/689/stat : 689 (java) S 671 674 424 0 -1 1077944384 5380 0 0 0 114 2 0 0 20 0 20 0 253993446 26738311168 65490 33554432000 4194304 4196468 140729363695072 140702929336432 140703872907906 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 19 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=690] ppid=671 vsize=26111632 memory=756 CPUtime=1.09 cores=0-7
/proc/674/task/690/stat : 690 (java) S 671 674 424 0 -1 1077944384 4123 0 0 0 108 1 0 0 20 0 20 0 253993446 26738311168 65490 33554432000 4194304 4196468 140729363695072 140702005061616 140703872907906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=691] ppid=671 vsize=26111632 memory=13940 CPUtime=1.08 cores=0-7
/proc/674/task/691/stat : 691 (java) S 671 674 424 0 -1 1077944384 4757 0 0 0 107 1 0 0 20 0 20 0 253993446 26738311168 65490 33554432000 4194304 4196468 140729363695072 140702004009328 140703872907906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 40 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=692] ppid=671 vsize=26111632 memory=1408 CPUtime=0.84 cores=0-7
/proc/674/task/692/stat : 692 (java) S 671 674 424 0 -1 1077944384 10364 0 0 0 83 1 0 0 20 0 20 0 253993446 26738311168 65490 33554432000 4194304 4196468 140729363695072 140702002956528 140703872907906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 40 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=693] ppid=671 vsize=26111632 memory=2148 CPUtime=0 cores=0-7
/proc/674/task/693/stat : 693 (java) S 671 674 424 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253993446 26738311168 65490 33554432000 4194304 4196468 140729363695072 140702001904480 140703872906965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=694] ppid=671 vsize=26111632 memory=1196 CPUtime=0.01 cores=0-7
/proc/674/task/694/stat : 694 (java) S 671 674 424 0 -1 1077944384 300 0 0 0 0 1 0 0 20 0 20 0 253993446 26738311168 65490 33554432000 4194304 4196468 140729363695072 140702000851760 140703872907906 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 55 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
Current children cumulated CPU time: 71.5 s
Current children cumulated vsize: 26111632 KiB
Current children cumulated memory: 261960 KiB

[startup+67.6008 s]
/proc/loadavg: 3.36 7.08 7.79 2/197 694
/proc/meminfo: memFree=24306556/32770624 swapFree=67108172/67108860
[pid=674] ppid=671 vsize=26111632 memory=261960 CPUtime=71.9 cores=0-7
/proc/674/stat : 674 (java) S 671 674 424 0 -1 1077944320 51321 0 0 0 7170 20 0 0 20 0 20 0 253993440 26738311168 65490 33554432000 4194304 4196468 140729363695072 140729363677616 140703872896759 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
/proc/674/statm: 6527908 65490 3586 1 0 6489980 0
[pid=674/tid=676] ppid=671 vsize=26111632 memory=69280 CPUtime=67.54 cores=0-7
/proc/674/task/676/stat : 676 (java) R 671 674 424 0 -1 4202560 24294 0 0 0 6746 8 0 0 20 0 20 0 253993440 26738311168 65490 33554432000 4194304 4196468 140729363695072 140703877121824 140703490971720 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=677] ppid=671 vsize=26111632 memory=279247097023216 CPUtime=0 cores=0-7
/proc/674/task/677/stat : 677 (java) S 671 674 424 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 20 0 253993441 26738311168 65490 33554432000 4194304 4196468 140729363695072 140703825517456 140703872906965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=678] ppid=671 vsize=26111632 memory=6947385649911455296 CPUtime=0 cores=0-7
/proc/674/task/678/stat : 678 (java) S 671 674 424 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253993441 26738311168 65490 33554432000 4194304 4196468 140729363695072 140703824464656 140703872906965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=679] ppid=671 vsize=26111632 memory=261952 CPUtime=0 cores=0-7
/proc/674/task/679/stat : 679 (java) S 671 674 424 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 20 0 253993441 26738311168 65490 33554432000 4194304 4196468 140729363695072 140703823412368 140703872906965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=680] ppid=671 vsize=26111632 memory=69280 CPUtime=0.01 cores=0-7
/proc/674/task/680/stat : 680 (java) S 671 674 424 0 -1 1077944384 32 0 0 0 1 0 0 0 20 0 20 0 253993441 26738311168 65490 33554432000 4194304 4196468 140729363695072 140703822359568 140703872906965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=681] ppid=671 vsize=26111632 memory=1796 CPUtime=0.01 cores=0-7
/proc/674/task/681/stat : 681 (java) S 671 674 424 0 -1 1077944384 113 0 0 0 1 0 0 0 20 0 20 0 253993441 26738311168 65490 33554432000 4194304 4196468 140729363695072 140703821306256 140703872906965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=682] ppid=671 vsize=26111632 memory=2148 CPUtime=0.01 cores=0-7
/proc/674/task/682/stat : 682 (java) S 671 674 424 0 -1 1077944384 33 0 0 0 1 0 0 0 20 0 20 0 253993441 26738311168 65490 33554432000 4194304 4196468 140729363695072 140703820253456 140703872906965 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=683] ppid=671 vsize=26111632 memory=1196 CPUtime=0 cores=0-7
/proc/674/task/683/stat : 683 (java) S 671 674 424 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 20 0 253993441 26738311168 65490 33554432000 4194304 4196468 140729363695072 140703819201168 140703872906965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=684] ppid=671 vsize=26111632 memory=912 CPUtime=0.01 cores=0-7
/proc/674/task/684/stat : 684 (java) S 671 674 424 0 -1 1077944384 78 0 0 0 1 0 0 0 20 0 20 0 253993441 26738311168 65490 33554432000 4194304 4196468 140729363695072 140703818148368 140703872906965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=685] ppid=671 vsize=26111632 memory=4264 CPUtime=0.01 cores=0-7
/proc/674/task/685/stat : 685 (java) S 671 674 424 0 -1 1077944384 445 0 0 0 1 0 0 0 20 0 20 0 253993442 26738311168 65490 33554432000 4194304 4196468 140729363695072 140702933547632 140703872907906 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=686] ppid=671 vsize=26111632 memory=1500 CPUtime=0 cores=0-7
/proc/674/task/686/stat : 686 (java) S 671 674 424 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 253993443 26738311168 65490 33554432000 4194304 4196468 140729363695072 140702932493664 140703872906965 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=687] ppid=671 vsize=26111632 memory=844 CPUtime=0 cores=0-7
/proc/674/task/687/stat : 687 (java) S 671 674 424 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 253993443 26738311168 65490 33554432000 4194304 4196468 140729363695072 140702931441280 140703872906965 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=688] ppid=671 vsize=26111632 memory=3884 CPUtime=0 cores=0-7
/proc/674/task/688/stat : 688 (java) S 671 674 424 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253993446 26738311168 65490 33554432000 4194304 4196468 140729363695072 140702930389584 140703872915355 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=689] ppid=671 vsize=26111632 memory=1408 CPUtime=1.16 cores=0-7
/proc/674/task/689/stat : 689 (java) S 671 674 424 0 -1 1077944384 5380 0 0 0 114 2 0 0 20 0 20 0 253993446 26738311168 65490 33554432000 4194304 4196468 140729363695072 140702929336432 140703872907906 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 19 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=690] ppid=671 vsize=26111632 memory=2932 CPUtime=1.09 cores=0-7
/proc/674/task/690/stat : 690 (java) S 671 674 424 0 -1 1077944384 4123 0 0 0 108 1 0 0 20 0 20 0 253993446 26738311168 65490 33554432000 4194304 4196468 140729363695072 140702005061616 140703872907906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=691] ppid=671 vsize=26111632 memory=261960 CPUtime=1.08 cores=0-7
/proc/674/task/691/stat : 691 (java) S 671 674 424 0 -1 1077944384 4757 0 0 0 107 1 0 0 20 0 20 0 253993446 26738311168 65490 33554432000 4194304 4196468 140729363695072 140702004009328 140703872907906 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 40 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=692] ppid=671 vsize=26111632 memory=12552 CPUtime=0.84 cores=0-7
/proc/674/task/692/stat : 692 (java) S 671 674 424 0 -1 1077944384 10364 0 0 0 83 1 0 0 20 0 20 0 253993446 26738311168 65490 33554432000 4194304 4196468 140729363695072 140702002956528 140703872907906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 40 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=693] ppid=671 vsize=26111632 memory=38100 CPUtime=0 cores=0-7
/proc/674/task/693/stat : 693 (java) S 671 674 424 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253993446 26738311168 65490 33554432000 4194304 4196468 140729363695072 140702001904480 140703872906965 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
[pid=674/tid=694] ppid=671 vsize=26111632 memory=2324 CPUtime=0.01 cores=0-7
/proc/674/task/694/stat : 694 (java) S 671 674 424 0 -1 1077944384 300 0 0 0 0 1 0 0 20 0 20 0 253993446 26738311168 65490 33554432000 4194304 4196468 140729363695072 140702000851760 140703872907906 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 55 0 0 6293624 6294260 38506496 140729363702861 140729363703045 140729363703045 140729363705807 0
Current children cumulated CPU time: 71.9 s
Current children cumulated vsize: 26111632 KiB
Current children cumulated memory: 261960 KiB

Child status: 0
Real time (s): 67.7093
CPU time (s): 72.0237
CPU user time (s): 71.8065
CPU system time (s): 0.217204
CPU usage (%): 106.372
Max. virtual memory (cumulated for all children) (KiB): 26111632
Max. memory (cumulated for all children) (KiB): 261960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71.8065
system time used= 0.217204
maximum resident set size= 262500
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52969
page faults= 0
swaps= 0
block input operations= 0
block output operations= 224
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5952
involuntary context switches= 55


# summary of solver processes directly reported to runsolver:
#   pid: 674
#   total CPU time (s): 72.0237
#   total CPU user time (s): 71.8065
#   total CPU system time (s): 0.217204

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.633374 second user time and 0.429884 second system time

The end

Launcher Data

Begin job on node136 at 2018-08-15 22:18:23
IDJOB=4309241
IDBENCH=141190
IDSOLVER=2793
FILE ID=node136/4309241-1534364303
RUNJOBID= node136-1534361781-454
PBS_JOBID= 21038264
Free space on /tmp= 46332 MiB

SOLVER NAME= OscaR - Parallel with EPS 2018-08-14
BENCH NAME= XCSP18/Rlfap/Rlfap-opt/Rlfap-scen-01-opt_c18.xml
COMMAND LINE= java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 22000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4309241-1534364303/watcher-4309241-1534364303 -o /tmp/evaluation-result-4309241-1534364303/solver-4309241-1534364303 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node136-1534361781-454 --watchdog 2580  java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 1839149118 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4309241-1534364303.xml

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

MD5SUM BENCH= 2ee48e6c5f3b799813662dbb853aaebc
RANDOM SEED=1839149118

node136.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.50
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.50
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.50
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.50
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:        24552128 kB
MemAvailable:   31895828 kB
Buffers:          150556 kB
Cached:          7440304 kB
SwapCached:           16 kB
Active:          3949436 kB
Inactive:        3694936 kB
Active(anon):       5252 kB
Inactive(anon):   108728 kB
Active(file):    3944184 kB
Inactive(file):  3586208 kB
Unevictable:        7380 kB
Mlocked:            7380 kB
SwapTotal:      67108860 kB
SwapFree:       67108172 kB
Dirty:             35796 kB
Writeback:            40 kB
AnonPages:         60568 kB
Mapped:            55516 kB
Shmem:             57768 kB
Slab:             269632 kB
SReclaimable:     241768 kB
SUnreclaim:        27864 kB
KernelStack:        3184 kB
PageTables:         5384 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     358520 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 46300 MiB
End job on node136 at 2018-08-15 22:19:30