Trace number 4302594

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
Concrete 3.9.2? (TO) 253.597 136.059

General information on the benchmark

NameFapp/Fapp-m2s/
Fapp-m2s-08-0700_c18.xml
MD5SUM1726f38b1078149b3b3b5e51280bc638
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables11265
Number of constraints7122
Number of domains159
Minimum domain size1
Maximum domain size141
Distribution of domain sizes[{"size":1,"count":4},{"size":2,"count":3984},{"size":11,"count":3288},{"size":12,"count":1},{"size":21,"count":10},{"size":23,"count":9},{"size":27,"count":51},{"size":31,"count":72},{"size":34,"count":11},{"size":35,"count":15},{"size":37,"count":59},{"size":38,"count":4},{"size":39,"count":29},{"size":40,"count":1},{"size":41,"count":17},{"size":42,"count":10},{"size":43,"count":1},{"size":44,"count":7},{"size":45,"count":25},{"size":47,"count":11},{"size":49,"count":70},{"size":51,"count":80},{"size":52,"count":2},{"size":53,"count":2},{"size":54,"count":5},"...",{"size":104,"count":55}, {"size":105,"count":9}, {"size":106,"count":46}, {"size":107,"count":8}, {"size":108,"count":6}, {"size":109,"count":6}, {"size":111,"count":41}, {"size":112,"count":53}, {"size":113,"count":10}, {"size":114,"count":14}, {"size":115,"count":6}, {"size":117,"count":78}, {"size":118,"count":117}, {"size":119,"count":35}, {"size":127,"count":73}, {"size":128,"count":21}, {"size":129,"count":2}, {"size":130,"count":15}, {"size":131,"count":18}, {"size":133,"count":2}, {"size":135,"count":74}, {"size":136,"count":50}, {"size":137,"count":18}, {"size":140,"count":8}, {"size":141,"count":1776}]
Minimum variable degree1
Maximum variable degree3289
Distribution of variable degrees[{"degree":1,"count":2},{"degree":2,"count":9869},{"degree":3,"count":14},{"degree":4,"count":31},{"degree":5,"count":51},{"degree":6,"count":71},{"degree":7,"count":99},{"degree":8,"count":104},{"degree":9,"count":116},{"degree":10,"count":158},{"degree":11,"count":226},{"degree":12,"count":258},{"degree":13,"count":171},{"degree":14,"count":35},{"degree":15,"count":26},{"degree":16,"count":18},{"degree":17,"count":8},{"degree":18,"count":6},{"degree":19,"count":1},{"degree":3289,"count":1}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":546},{"arity":3,"count":3288},{"arity":6,"count":3288}]
Number of extensional constraints3288
Number of intensional constraints3834
Distribution of constraint types[{"type":"extension","count":3288},{"type":"intension","count":3834}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.99/0.74	c Concrete v3.9.2.1532736233296 running
253.42/135.98	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
253.42/135.98		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
253.42/135.98		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
253.42/135.98		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
253.42/135.98		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
253.42/135.98		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
253.42/135.99		at concrete.IntervalDomain.filter(IntervalDomain.scala:81)
253.42/135.99		at concrete.IntervalDomain.filter(IntervalDomain.scala:7)
253.42/135.99		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
253.42/135.99		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
253.42/135.99		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
253.42/135.99		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
253.42/135.99		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
253.42/135.99		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
253.42/135.99		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
253.42/135.99		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
253.42/135.99		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:109)
253.42/135.99		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
253.42/135.99		at scala.Option.map(Option.scala:146)
253.42/135.99		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
253.42/135.99		at concrete.MAC.mac(MAC.scala:203)
253.42/135.99		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
253.42/135.99		at scala.util.Try$.apply(Try.scala:209)
253.42/135.99		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
253.42/135.99		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
253.42/135.99		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
253.42/135.99		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
253.42/135.99		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
253.42/135.99		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
253.42/135.99		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
253.42/135.99		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
253.42/135.99		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
253.42/135.99		at concrete.MAC.oneRun(MAC.scala:253)
253.42/135.99		at concrete.MAC.nextSolution(MAC.scala:272)
253.42/135.99		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
253.42/135.99		at concrete.ProblemState.map(ProblemState.scala:221)
253.42/135.99		at concrete.ProblemState.map(ProblemState.scala:204)
253.42/135.99		at concrete.MAC.nextSolution(MAC.scala:334)
253.42/135.99		at concrete.Solver.hasNext(Solver.scala:166)
253.42/135.99		at scala.collection.Iterator.foreach(Iterator.scala:944)
253.42/135.99		at scala.collection.Iterator.foreach$(Iterator.scala:944)
253.42/135.99		at concrete.Solver.foreach(Solver.scala:68)
253.42/135.99		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
253.42/135.99		at scala.util.Success.$anonfun$map$1(Try.scala:251)
253.42/135.99		at scala.util.Success.map(Try.scala:209)
253.42/135.99		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
253.42/135.99		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
253.42/135.99		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
253.42/135.99		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
253.42/135.99		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
253.42/135.99		at scala.Function0.apply$mcV$sp(Function0.scala:34)
253.42/135.99		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
253.42/135.99		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
253.42/135.99		at scala.App.$anonfun$main$1$adapted(App.scala:76)
253.42/135.99		at scala.collection.immutable.List.foreach(List.scala:389)
253.42/135.99		at scala.App.main(App.scala:76)
253.42/135.99		at scala.App.main$(App.scala:74)
253.42/135.99		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
253.42/135.99		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
253.42/135.99	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 (9866 MiB free)
  memory of node 1: 16384 MiB (13840 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302594-1532896657/watcher-4302594-1532896657 -o /tmp/evaluation-result-4302594-1532896657/solver-4302594-1532896657 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532893235-14550 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=1801390250 HOME/instance-4302594-1532896657.xml 

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

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


[startup+0.10009 s]*
/proc/loadavg: 2.56 1.89 1.84 7/206 19450
/proc/meminfo: memFree=24269352/32770624 swapFree=67108436/67108860
[pid=19393] ppid=19390 vsize=10005480 memory=18864 CPUtime=0.09 cores=1,3,5,7
/proc/19393/stat : 19393 (java) S 19390 19393 9814 0 -1 1077944320 4376 12798 0 0 1 1 5 2 20 0 6 0 107228917 10245611520 4716 33554432000 4194304 4196468 140730962606592 140730962589136 140365026713335 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
/proc/19393/statm: 2501370 4716 1935 1 0 2489808 0
[pid=19393/tid=19446] ppid=19390 vsize=10005480 memory=4279135703980344719 CPUtime=0.08 cores=1,3,5,7
/proc/19393/task/19446/stat : 19446 (java) R 19390 19393 9814 0 -1 4202560 2195 12798 0 0 1 0 5 2 20 0 6 0 107228926 10245611520 4781 33554432000 4194304 4196468 140730962606592 140364998550096 140365012025337 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
[pid=19393/tid=19447] ppid=19390 vsize=10005480 memory=8257237230052613020 CPUtime=0.07 cores=1,3,5,7
/proc/19393/task/19447/stat : 19447 (java) S 19390 19393 9814 0 -1 1077944384 1 12798 0 0 0 0 5 2 20 0 6 0 107228926 10245611520 4781 33554432000 4194304 4196468 140730962606592 140365030956048 140365026723541 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
[pid=19393/tid=19448] ppid=19390 vsize=10005480 memory=139940029793920 CPUtime=0.07 cores=1,3,5,7
/proc/19393/task/19448/stat : 19448 (java) S 19390 19393 9814 0 -1 1077944384 1 12798 0 0 0 0 5 2 20 0 6 0 107228926 10245611520 4781 33554432000 4194304 4196468 140730962606592 140364901604496 140365026723541 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
[pid=19393/tid=19449] ppid=19390 vsize=10005480 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19393/task/19449/stat : 19449 (java) S 19390 19393 9814 0 -1 1077944384 1 12798 0 0 0 0 5 2 20 0 6 0 107228926 10245611520 4781 33554432000 4194304 4196468 140730962606592 140364565240592 140365026723541 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
[pid=19393/tid=19450] ppid=19390 vsize=10005480 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/19393/task/19450/stat : 19450 (java) S 19390 19393 9814 0 -1 1077944384 2 12798 0 0 0 0 5 2 20 0 6 0 107228926 10245611520 4781 33554432000 4194304 4196468 140730962606592 140364564188048 140365026723541 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 18864 KiB

[startup+0.209967 s]*
/proc/loadavg: 2.56 1.89 1.84 5/215 19459
/proc/meminfo: memFree=24242528/32770624 swapFree=67108436/67108860
[pid=19393] ppid=19390 vsize=10985364 memory=48164 CPUtime=0.26 cores=1,3,5,7
/proc/19393/stat : 19393 (java) S 19390 19393 9814 0 -1 1077944320 8263 12798 0 0 17 2 5 2 20 0 15 0 107228917 11249012736 12041 33554432000 4194304 4196468 140730962606592 140730962589136 140365026713335 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
/proc/19393/statm: 2746341 12041 2949 1 0 2708764 0
[pid=19393/tid=19446] ppid=19390 vsize=10982744 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/19393/task/19446/stat : 19446 (java) R 19390 19393 9814 0 -1 4202560 5088 12798 0 0 11 1 5 2 20 0 15 0 107228926 11246329856 11706 33554432000 4194304 4196468 140730962606592 140364998538144 140365019430439 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
[pid=19393/tid=19447] ppid=19390 vsize=10982744 memory=345 CPUtime=0.07 cores=1,3,5,7
/proc/19393/task/19447/stat : 19447 (java) S 19390 19393 9814 0 -1 1077944384 1 12798 0 0 0 0 5 2 20 0 15 0 107228926 11246329856 11706 33554432000 4194304 4196468 140730962606592 140365030956048 140365026723541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
[pid=19393/tid=19448] ppid=19390 vsize=10982744 memory=139940029812981 CPUtime=0.07 cores=1,3,5,7
/proc/19393/task/19448/stat : 19448 (java) S 19390 19393 9814 0 -1 1077944384 1 12798 0 0 0 0 5 2 20 0 15 0 107228926 11246329856 11706 33554432000 4194304 4196468 140730962606592 140364901604496 140365026723541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
[pid=19393/tid=19449] ppid=19390 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19393/task/19449/stat : 19449 (java) S 19390 19393 9814 0 -1 1077944384 1 12798 0 0 0 0 5 2 20 0 15 0 107228926 11246329856 11706 33554432000 4194304 4196468 140730962606592 140364565240592 140365026723541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
[pid=19393/tid=19450] ppid=19390 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/19393/task/19450/stat : 19450 (java) S 19390 19393 9814 0 -1 1077944384 2 12798 0 0 0 0 5 2 20 0 15 0 107228926 11246329856 11706 33554432000 4194304 4196468 140730962606592 140364564188048 140365026723541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
[pid=19393/tid=19451] ppid=19390 vsize=10982744 memory=139940029793920 CPUtime=0.07 cores=1,3,5,7
/proc/19393/task/19451/stat : 19451 (java) S 19390 19393 9814 0 -1 1077944384 2 12798 0 0 0 0 5 2 20 0 15 0 107228928 11246329856 11706 33554432000 4194304 4196468 140730962606592 140364519745776 140365026724482 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
[pid=19393/tid=19452] ppid=19390 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/19393/task/19452/stat : 19452 (java) S 19390 19393 9814 0 -1 1077944384 13 12798 0 0 0 0 5 2 20 0 15 0 107228928 11246329856 11706 33554432000 4194304 4196468 140730962606592 140363826193568 140365026723541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
[pid=19393/tid=19453] ppid=19390 vsize=10982776 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19393/task/19453/stat : 19453 (java) S 19390 19393 9814 0 -1 1077944384 1 12798 0 0 0 0 5 2 20 0 15 0 107228929 11246362624 11706 33554432000 4194304 4196468 140730962606592 140363624866544 140365026723541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
[pid=19393/tid=19454] ppid=19390 vsize=10982776 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19393/task/19454/stat : 19454 (java) S 19390 19393 9814 0 -1 1077944384 3 12798 0 0 0 0 5 2 20 0 15 0 107228931 11246362624 11706 33554432000 4194304 4196468 140730962606592 140363317467088 140365026731931 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
[pid=19393/tid=19455] ppid=19390 vsize=10982776 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19393/task/19455/stat : 19455 (java) S 19390 19393 9814 0 -1 1077944384 350 12798 0 0 1 0 5 2 20 0 15 0 107228931 11246362624 11706 33554432000 4194304 4196468 140730962606592 140364518693616 140365026724482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
[pid=19393/tid=19456] ppid=19390 vsize=10982776 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/19393/task/19456/stat : 19456 (java) S 19390 19393 9814 0 -1 1077944384 244 12798 0 0 0 0 5 2 20 0 15 0 107228931 11246362624 11706 33554432000 4194304 4196468 140730962606592 140364517641072 140365026724482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
[pid=19393/tid=19457] ppid=19390 vsize=10982776 memory=139940029793920 CPUtime=0.1 cores=1,3,5,7
/proc/19393/task/19457/stat : 19457 (java) S 19390 19393 9814 0 -1 1077944384 636 12798 0 0 3 0 5 2 20 0 15 0 107228931 11246362624 11771 33554432000 4194304 4196468 140730962606592 140364516588016 140365026724482 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
[pid=19393/tid=19458] ppid=19390 vsize=10982776 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/19393/task/19458/stat : 19458 (java) S 19390 19393 9814 0 -1 1077944384 3 12798 0 0 0 0 5 2 20 0 15 0 107228931 11246362624 11771 33554432000 4194304 4196468 140730962606592 140362886671200 140365026723541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
[pid=19393/tid=19459] ppid=19390 vsize=10982776 memory=139940029793920 CPUtime=0.07 cores=1,3,5,7
/proc/19393/task/19459/stat : 19459 (java) S 19390 19393 9814 0 -1 1077944384 1 12798 0 0 0 0 5 2 20 0 15 0 107228932 11246362624 11771 33554432000 4194304 4196468 140730962606592 140364515535408 140365026724482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10985364 KiB
Current children cumulated memory: 48164 KiB

[startup+0.310195 s]*
/proc/loadavg: 2.84 1.96 1.86 5/215 19459
/proc/meminfo: memFree=24228428/32770624 swapFree=67108436/67108860
[pid=19393] ppid=19390 vsize=10983192 memory=57284 CPUtime=0.38 cores=1,3,5,7
/proc/19393/stat : 19393 (java) S 19390 19393 9814 0 -1 1077944320 10408 12798 0 0 28 3 5 2 20 0 15 0 107228917 11246788608 14321 33554432000 4194304 4196468 140730962606592 140730962589136 140365026713335 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
/proc/19393/statm: 2745798 14321 3068 1 0 2708109 0
[pid=19393/tid=19446] ppid=19390 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/19393/task/19446/stat : 19446 (java) R 19390 19393 9814 0 -1 4202560 6946 12798 0 0 19 2 5 2 20 0 15 0 107228926 11246788608 14321 33554432000 4194304 4196468 140730962606592 140364998525344 140365018954725 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
[pid=19393/tid=19447] ppid=19390 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19393/task/19447/stat : 19447 (java) S 19390 19393 9814 0 -1 1077944384 1 12798 0 0 0 0 5 2 20 0 15 0 107228926 11246788608 14321 33554432000 4194304 4196468 140730962606592 140365030956048 140365026723541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
[pid=19393/tid=19448] ppid=19390 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19393/task/19448/stat : 19448 (java) S 19390 19393 9814 0 -1 1077944384 1 12798 0 0 0 0 5 2 20 0 15 0 107228926 11246788608 14321 33554432000 4194304 4196468 140730962606592 140364901604496 140365026723541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
[pid=19393/tid=19449] ppid=19390 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19393/task/19449/stat : 19449 (java) S 19390 19393 9814 0 -1 1077944384 1 12798 0 0 0 0 5 2 20 0 15 0 107228926 11246788608 14321 33554432000 4194304 4196468 140730962606592 140364565240592 140365026723541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
[pid=19393/tid=19450] ppid=19390 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19393/task/19450/stat : 19450 (java) S 19390 19393 9814 0 -1 1077944384 2 12798 0 0 0 0 5 2 20 0 15 0 107228926 11246788608 14321 33554432000 4194304 4196468 140730962606592 140364564188048 140365026723541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
[pid=19393/tid=19451] ppid=19390 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19393/task/19451/stat : 19451 (java) S 19390 19393 9814 0 -1 1077944384 2 12798 0 0 0 0 5 2 20 0 15 0 107228928 11246788608 14321 33554432000 4194304 4196468 140730962606592 140364519745776 140365026724482 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
[pid=19393/tid=19452] ppid=19390 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/19393/task/19452/stat : 19452 (java) S 19390 19393 9814 0 -1 1077944384 13 12798 0 0 0 0 5 2 20 0 15 0 107228928 11246788608 14321 33554432000 4194304 4196468 140730962606592 140363826193568 140365026723541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
[pid=19393/tid=19453] ppid=19390 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19393/task/19453/stat : 19453 (java) S 19390 19393 9814 0 -1 1077944384 1 12798 0 0 0 0 5 2 20 0 15 0 107228929 11246788608 14321 33554432000 4194304 4196468 140730962606592 140363624866544 140365026723541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
[pid=19393/tid=19454] ppid=19390 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19393/task/19454/stat : 19454 (java) S 19390 19393 9814 0 -1 1077944384 3 12798 0 0 0 0 5 2 20 0 15 0 107228931 11246788608 14321 33554432000 4194304 4196468 140730962606592 140363317467088 140365026731931 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
[pid=19393/tid=19455] ppid=19390 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19393/task/19455/stat : 19455 (java) S 19390 19393 9814 0 -1 1077944384 351 12798 0 0 1 0 5 2 20 0 15 0 107228931 11246788608 14321 33554432000 4194304 4196468 140730962606592 140364518693616 140365026724482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
[pid=19393/tid=19456] ppid=19390 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/19393/task/19456/stat : 19456 (java) S 19390 19393 9814 0 -1 1077944384 244 12798 0 0 1 0 5 2 20 0 15 0 107228931 11246788608 14321 33554432000 4194304 4196468 140730962606592 140364517641072 140365026724482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
[pid=19393/tid=19457] ppid=19390 vsize=10983192 memory=139940029793920 CPUtime=0.11 cores=1,3,5,7
/proc/19393/task/19457/stat : 19457 (java) R 19390 19393 9814 0 -1 4202560 654 12798 0 0 4 0 5 2 20 0 15 0 107228931 11246788608 14321 33554432000 4194304 4196468 140730962606592 140364516588016 140365006684520 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
[pid=19393/tid=19458] ppid=19390 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/19393/task/19458/stat : 19458 (java) S 19390 19393 9814 0 -1 1077944384 3 12798 0 0 0 0 5 2 20 0 15 0 107228931 11246788608 14321 33554432000 4194304 4196468 140730962606592 140362886671200 140365026723541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
[pid=19393/tid=19459] ppid=19390 vsize=10983192 memory=139940029793920 CPUtime=0.07 cores=1,3,5,7
/proc/19393/task/19459/stat : 19459 (java) S 19390 19393 9814 0 -1 1077944384 1 12798 0 0 0 0 5 2 20 0 15 0 107228932 11246788608 14321 33554432000 4194304 4196468 140730962606592 140364515535408 140365026724482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 57284 KiB

[startup+0.700691 s]
/proc/loadavg: 2.84 1.96 1.86 7/215 19459
/proc/meminfo: memFree=24216648/32770624 swapFree=67108436/67108860
[pid=19393] ppid=19390 vsize=10983192 memory=90460 CPUtime=0.99 cores=1,3,5,7
/proc/19393/stat : 19393 (java) S 19390 19393 9814 0 -1 1077944320 16757 12798 0 0 87 5 5 2 20 0 15 0 107228917 11246788608 22615 33554432000 4194304 4196468 140730962606592 140730962589136 140365026713335 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
/proc/19393/statm: 2745798 22615 3238 1 0 2708109 0
[pid=19393/tid=19446] ppid=19390 vsize=10983192 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/19393/task/19446/stat : 19446 (java) R 19390 19393 9814 0 -1 4202560 12232 12798 0 0 56 3 5 2 20 0 15 0 107228926 11246788608 22615 33554432000 4194304 4196468 140730962606592 140364998534160 140365008278308 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
[pid=19393/tid=19447] ppid=19390 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19393/task/19447/stat : 19447 (java) S 19390 19393 9814 0 -1 1077944384 1 12798 0 0 0 0 5 2 20 0 15 0 107228926 11246788608 22615 33554432000 4194304 4196468 140730962606592 140365030956048 140365026723541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
[pid=19393/tid=19448] ppid=19390 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19393/task/19448/stat : 19448 (java) S 19390 19393 9814 0 -1 1077944384 1 12798 0 0 0 0 5 2 20 0 15 0 107228926 11246788608 22615 33554432000 4194304 4196468 140730962606592 140364901604496 140365026723541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
[pid=19393/tid=19449] ppid=19390 vsize=10983192 memory=139939899650864 CPUtime=0.07 cores=1,3,5,7
/proc/19393/task/19449/stat : 19449 (java) S 19390 19393 9814 0 -1 1077944384 1 12798 0 0 0 0 5 2 20 0 15 0 107228926 11246788608 22615 33554432000 4194304 4196468 140730962606592 140364565240592 140365026723541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
[pid=19393/tid=19450] ppid=19390 vsize=10983192 memory=139942919406169 CPUtime=0.07 cores=1,3,5,7
/proc/19393/task/19450/stat : 19450 (java) S 19390 19393 9814 0 -1 1077944384 2 12798 0 0 0 0 5 2 20 0 15 0 107228926 11246788608 22615 33554432000 4194304 4196468 140730962606592 140364564188048 140365026723541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
[pid=19393/tid=19451] ppid=19390 vsize=10983192 memory=1388 CPUtime=0.07 cores=1,3,5,7
/proc/19393/task/19451/stat : 19451 (java) S 19390 19393 9814 0 -1 1077944384 5 12798 0 0 0 0 5 2 20 0 15 0 107228928 11246788608 22615 33554432000 4194304 4196468 140730962606592 140364519745776 140365026724482 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
[pid=19393/tid=19452] ppid=19390 vsize=10983192 memory=4639098309541127525 CPUtime=0.07 cores=1,3,5,7
/proc/19393/task/19452/stat : 19452 (java) S 19390 19393 9814 0 -1 1077944384 13 12798 0 0 0 0 5 2 20 0 15 0 107228928 11246788608 22615 33554432000 4194304 4196468 140730962606592 140363826193568 140365026723541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
[pid=19393/tid=19453] ppid=19390 vsize=10983192 memory=8027477668130812270 CPUtime=0.07 cores=1,3,5,7
/proc/19393/task/19453/stat : 19453 (java) S 19390 19393 9814 0 -1 1077944384 1 12798 0 0 0 0 5 2 20 0 15 0 107228929 11246788608 22615 33554432000 4194304 4196468 140730962606592 140363624866544 140365026723541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
[pid=19393/tid=19454] ppid=19390 vsize=10983192 memory=17464 CPUtime=0.07 cores=1,3,5,7
/proc/19393/task/19454/stat : 19454 (java) S 19390 19393 9814 0 -1 1077944384 3 12798 0 0 0 0 5 2 20 0 15 0 107228931 11246788608 22615 33554432000 4194304 4196468 140730962606592 140363317467088 140365026731931 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
[pid=19393/tid=19455] ppid=19390 vsize=10983192 memory=16148 CPUtime=0.14 cores=1,3,5,7
/proc/19393/task/19455/stat : 19455 (java) S 19390 19393 9814 0 -1 1077944384 696 12798 0 0 7 0 5 2 20 0 15 0 107228931 11246788608 22615 33554432000 4194304 4196468 140730962606592 140364518693616 140365026724482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
[pid=19393/tid=19456] ppid=19390 vsize=10983192 memory=4004 CPUtime=0.17 cores=1,3,5,7
/proc/19393/task/19456/stat : 19456 (java) S 19390 19393 9814 0 -1 1077944384 856 12798 0 0 10 0 5 2 20 0 15 0 107228931 11246788608 22615 33554432000 4194304 4196468 140730962606592 140364517641072 140365026724482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
[pid=19393/tid=19457] ppid=19390 vsize=10983192 memory=636 CPUtime=0.2 cores=1,3,5,7
/proc/19393/task/19457/stat : 19457 (java) S 19390 19393 9814 0 -1 1077944384 750 12798 0 0 13 0 5 2 20 0 15 0 107228931 11246788608 22615 33554432000 4194304 4196468 140730962606592 140364516588016 140365026724482 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
[pid=19393/tid=19458] ppid=19390 vsize=10983192 memory=1780 CPUtime=0.07 cores=1,3,5,7
/proc/19393/task/19458/stat : 19458 (java) S 19390 19393 9814 0 -1 1077944384 3 12798 0 0 0 0 5 2 20 0 15 0 107228931 11246788608 22615 33554432000 4194304 4196468 140730962606592 140362886671200 140365026723541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
[pid=19393/tid=19459] ppid=19390 vsize=10983192 memory=1236 CPUtime=0.07 cores=1,3,5,7
/proc/19393/task/19459/stat : 19459 (java) S 19390 19393 9814 0 -1 1077944384 1 12798 0 0 0 0 5 2 20 0 15 0 107228932 11246788608 22615 33554432000 4194304 4196468 140730962606592 140364515535408 140365026724482 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 90460 KiB

[startup+1.50119 s]
/proc/loadavg: 2.84 1.96 1.86 3/215 19459
/proc/meminfo: memFree=24184752/32770624 swapFree=67108436/67108860
[pid=19393] ppid=19390 vsize=10991872 memory=451340 CPUtime=2.99 cores=1,3,5,7
/proc/19393/stat : 19393 (java) S 19390 19393 9814 0 -1 1077944320 22568 12798 0 0 251 41 5 2 20 0 15 0 107228917 11255676928 112835 33554432000 4194304 4196468 140730962606592 140730962589136 140365026713335 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
/proc/19393/statm: 2747968 112835 3446 1 0 2709645 0
[pid=19393/tid=19446] ppid=19390 vsize=10991872 memory=67300 CPUtime=1.31 cores=1,3,5,7
/proc/19393/task/19446/stat : 19446 (java) S 19390 19393 9814 0 -1 1077944384 14543 12798 0 0 114 10 5 2 20 0 15 0 107228926 11255676928 112835 33554432000 4194304 4196468 140730962606592 140364998549024 140365026723541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
[pid=19393/tid=19447] ppid=19390 vsize=10991872 memory=6791534058613427641 CPUtime=0.19 cores=1,3,5,7
/proc/19393/task/19447/stat : 19447 (java) R 19390 19393 9814 0 -1 4202560 244 12798 0 0 6 6 5 2 20 0 15 0 107228926 11255676928 112835 33554432000 4194304 4196468 140730962606592 140365030956048 140365019816307 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
[pid=19393/tid=19448] ppid=19390 vsize=10991872 memory=279879799333024 CPUtime=0.2 cores=1,3,5,7
/proc/19393/task/19448/stat : 19448 (java) R 19390 19393 9814 0 -1 4202560 195 12798 0 0 6 7 5 2 20 0 15 0 107228926 11255676928 112835 33554432000 4194304 4196468 140730962606592 140364901604384 140365019816052 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
[pid=19393/tid=19449] ppid=19390 vsize=10991872 memory=0 CPUtime=0.19 cores=1,3,5,7
/proc/19393/task/19449/stat : 19449 (java) R 19390 19393 9814 0 -1 4202560 218 12798 0 0 6 6 5 2 20 0 15 0 107228926 11255676928 112835 33554432000 4194304 4196468 140730962606592 140364565240792 140365019812995 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
[pid=19393/tid=19450] ppid=19390 vsize=10991872 memory=0 CPUtime=0.19 cores=1,3,5,7
/proc/19393/task/19450/stat : 19450 (java) R 19390 19393 9814 0 -1 4202560 499 12798 0 0 6 6 5 2 20 0 15 0 107228926 11255676928 112835 33554432000 4194304 4196468 140730962606592 140364564188048 140365019816314 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
[pid=19393/tid=19451] ppid=19390 vsize=10991872 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19393/task/19451/stat : 19451 (java) S 19390 19393 9814 0 -1 1077944384 88 12798 0 0 0 0 5 2 20 0 15 0 107228928 11255676928 112835 33554432000 4194304 4196468 140730962606592 140364519744288 140365026723541 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
[pid=19393/tid=19452] ppid=19390 vsize=10991872 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19393/task/19452/stat : 19452 (java) S 19390 19393 9814 0 -1 1077944384 13 12798 0 0 0 0 5 2 20 0 15 0 107228928 11255676928 112835 33554432000 4194304 4196468 140730962606592 140363826193568 140365026723541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
[pid=19393/tid=19453] ppid=19390 vsize=10991872 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19393/task/19453/stat : 19453 (java) S 19390 19393 9814 0 -1 1077944384 4 12798 0 0 0 0 5 2 20 0 15 0 107228929 11255676928 112835 33554432000 4194304 4196468 140730962606592 140363624866544 140365026723541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
[pid=19393/tid=19454] ppid=19390 vsize=10991872 memory=-5921431000321636112 CPUtime=0.07 cores=1,3,5,7
/proc/19393/task/19454/stat : 19454 (java) S 19390 19393 9814 0 -1 1077944384 3 12798 0 0 0 0 5 2 20 0 15 0 107228931 11255676928 112835 33554432000 4194304 4196468 140730962606592 140363317467088 140365026731931 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
[pid=19393/tid=19455] ppid=19390 vsize=10991872 memory=0 CPUtime=0.42 cores=1,3,5,7
/proc/19393/task/19455/stat : 19455 (java) S 19390 19393 9814 0 -1 1077944384 1226 12798 0 0 35 0 5 2 20 0 15 0 107228931 11255676928 112835 33554432000 4194304 4196468 140730962606592 140364518693616 140365026724482 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
[pid=19393/tid=19456] ppid=19390 vsize=10991872 memory=0 CPUtime=0.52 cores=1,3,5,7
/proc/19393/task/19456/stat : 19456 (java) S 19390 19393 9814 0 -1 1077944384 2213 12798 0 0 45 0 5 2 20 0 15 0 107228931 11255676928 112835 33554432000 4194304 4196468 140730962606592 140364517641072 140365026724482 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
[pid=19393/tid=19457] ppid=19390 vsize=10991872 memory=6791534058613427641 CPUtime=0.35 cores=1,3,5,7
/proc/19393/task/19457/stat : 19457 (java) S 19390 19393 9814 0 -1 1077944384 1126 12798 0 0 28 0 5 2 20 0 15 0 107228931 11255676928 112835 33554432000 4194304 4196468 140730962606592 140364516588016 140365026724482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
[pid=19393/tid=19458] ppid=19390 vsize=10991872 memory=4638778398332698720 CPUtime=0.07 cores=1,3,5,7
/proc/19393/task/19458/stat : 19458 (java) S 19390 19393 9814 0 -1 1077944384 3 12798 0 0 0 0 5 2 20 0 15 0 107228931 11255676928 112835 33554432000 4194304 4196468 140730962606592 140362886671200 140365026723541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
[pid=19393/tid=19459] ppid=19390 vsize=10991872 memory=279879799577472 CPUtime=0.07 cores=1,3,5,7
/proc/19393/task/19459/stat : 19459 (java) S 19390 19393 9814 0 -1 1077944384 1 12798 0 0 0 0 5 2 20 0 15 0 107228932 11255676928 112835 33554432000 4194304 4196468 140730962606592 140364515535408 140365026724482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
Current children cumulated CPU time: 2.99 s
Current children cumulated vsize: 10991872 KiB

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

[pid=19393/tid=19450] ppid=19390 vsize=11008352 memory=16148 CPUtime=5.98 cores=1,3,5,7
/proc/19393/task/19450/stat : 19450 (java) S 19390 19393 9814 0 -1 1077944384 5262 12798 0 0 505 86 5 2 20 0 15 0 107228926 11272552448 1038684 33554432000 4194304 4196468 140730962606592 140364564188048 140365026723541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
[pid=19393/tid=19451] ppid=19390 vsize=11008352 memory=4146904 CPUtime=0.27 cores=1,3,5,7
/proc/19393/task/19451/stat : 19451 (java) S 19390 19393 9814 0 -1 1077944384 10279 12798 0 0 19 1 5 2 20 0 15 0 107228928 11272552448 1038684 33554432000 4194304 4196468 140730962606592 140364519745776 140365026724482 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
[pid=19393/tid=19452] ppid=19390 vsize=11008352 memory=7532 CPUtime=0.07 cores=1,3,5,7
/proc/19393/task/19452/stat : 19452 (java) S 19390 19393 9814 0 -1 1077944384 13 12798 0 0 0 0 5 2 20 0 15 0 107228928 11272552448 1038684 33554432000 4194304 4196468 140730962606592 140363826193632 140365026723541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
[pid=19393/tid=19453] ppid=19390 vsize=11008352 memory=4154688 CPUtime=0.07 cores=1,3,5,7
/proc/19393/task/19453/stat : 19453 (java) S 19390 19393 9814 0 -1 1077944384 4 12798 0 0 0 0 5 2 20 0 15 0 107228929 11272552448 1038684 33554432000 4194304 4196468 140730962606592 140363624866560 140365026723541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
[pid=19393/tid=19454] ppid=19390 vsize=11008352 memory=4140 CPUtime=0.07 cores=1,3,5,7
/proc/19393/task/19454/stat : 19454 (java) S 19390 19393 9814 0 -1 1077944384 3 12798 0 0 0 0 5 2 20 0 15 0 107228931 11272552448 1038684 33554432000 4194304 4196468 140730962606592 140363317467088 140365026731931 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
[pid=19393/tid=19455] ppid=19390 vsize=11008352 memory=4154688 CPUtime=3.5 cores=1,3,5,7
/proc/19393/task/19455/stat : 19455 (java) S 19390 19393 9814 0 -1 1077944384 7309 12798 0 0 341 2 5 2 20 0 15 0 107228931 11272552448 1038684 33554432000 4194304 4196468 140730962606592 140364518693616 140365026724482 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
[pid=19393/tid=19456] ppid=19390 vsize=11008352 memory=4154688 CPUtime=3.52 cores=1,3,5,7
/proc/19393/task/19456/stat : 19456 (java) S 19390 19393 9814 0 -1 1077944384 5003 12798 0 0 344 1 5 2 20 0 15 0 107228931 11272552448 1038684 33554432000 4194304 4196468 140730962606592 140364517641072 140365026724482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
[pid=19393/tid=19457] ppid=19390 vsize=11008352 memory=4140 CPUtime=1.68 cores=1,3,5,7
/proc/19393/task/19457/stat : 19457 (java) S 19390 19393 9814 0 -1 1077944384 6776 12798 0 0 157 4 5 2 20 0 15 0 107228931 11272552448 1038684 33554432000 4194304 4196468 140730962606592 140364516588016 140365026724482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
[pid=19393/tid=19458] ppid=19390 vsize=11008352 memory=4146856 CPUtime=0.07 cores=1,3,5,7
/proc/19393/task/19458/stat : 19458 (java) S 19390 19393 9814 0 -1 1077944384 3 12798 0 0 0 0 5 2 20 0 15 0 107228931 11272552448 1038684 33554432000 4194304 4196468 140730962606592 140362886671200 140365026723541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
[pid=19393/tid=19459] ppid=19390 vsize=11008352 memory=4146852 CPUtime=0.09 cores=1,3,5,7
/proc/19393/task/19459/stat : 19459 (java) S 19390 19393 9814 0 -1 1077944384 808 12798 0 0 1 1 5 2 20 0 15 0 107228932 11272552448 1038684 33554432000 4194304 4196468 140730962606592 140364515535408 140365026724482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
Current children cumulated CPU time: 77.31 s
Current children cumulated vsize: 11008352 KiB
Current children cumulated memory: 4154736 KiB

[startup+102.301 s]
/proc/loadavg: 2.92 2.17 1.94 3/215 19720
/proc/meminfo: memFree=19517716/32770624 swapFree=67108436/67108860
[pid=19393] ppid=19390 vsize=11010400 memory=4769252 CPUtime=163.12 cores=1,3,5,7
/proc/19393/stat : 19393 (java) S 19390 19393 9814 0 -1 1077944320 347524 12798 0 0 15810 495 5 2 20 0 15 0 107228917 11274649600 1192313 33554432000 4194304 4196468 140730962606592 140730962589136 140365026713335 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
/proc/19393/statm: 2752600 1192313 3526 1 0 2714253 0
[pid=19393/tid=19446] ppid=19390 vsize=11010400 memory=5491608 CPUtime=84.61 cores=1,3,5,7
/proc/19393/task/19446/stat : 19446 (java) R 19390 19393 9814 0 -1 4202560 41739 12798 0 0 8424 30 5 2 20 0 15 0 107228926 11274649600 1192313 33554432000 4194304 4196468 140730962606592 140364998547296 140364599838087 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
[pid=19393/tid=19447] ppid=19390 vsize=11010400 memory=5366184 CPUtime=15.91 cores=1,3,5,7
/proc/19393/task/19447/stat : 19447 (java) S 19390 19393 9814 0 -1 1077944384 55453 12798 0 0 1476 108 5 2 20 0 15 0 107228926 11274649600 1192313 33554432000 4194304 4196468 140730962606592 140365030956048 140365026723541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
[pid=19393/tid=19448] ppid=19390 vsize=11010400 memory=4562784 CPUtime=15.82 cores=1,3,5,7
/proc/19393/task/19448/stat : 19448 (java) S 19390 19393 9814 0 -1 1077944384 64058 12798 0 0 1464 111 5 2 20 0 15 0 107228926 11274649600 1192313 33554432000 4194304 4196468 140730962606592 140364901604496 140365026723541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
[pid=19393/tid=19449] ppid=19390 vsize=11010400 memory=279879799533312 CPUtime=15.91 cores=1,3,5,7
/proc/19393/task/19449/stat : 19449 (java) S 19390 19393 9814 0 -1 1077944384 59345 12798 0 0 1468 116 5 2 20 0 15 0 107228926 11274649600 1192313 33554432000 4194304 4196468 140730962606592 140364565240592 140365026723541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
[pid=19393/tid=19450] ppid=19390 vsize=11010400 memory=4585448 CPUtime=16.01 cores=1,3,5,7
/proc/19393/task/19450/stat : 19450 (java) S 19390 19393 9814 0 -1 1077944384 60574 12798 0 0 1489 105 5 2 20 0 15 0 107228926 11274649600 1192313 33554432000 4194304 4196468 140730962606592 140364564188048 140365026723541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
[pid=19393/tid=19451] ppid=19390 vsize=11010400 memory=7 CPUtime=1.64 cores=1,3,5,7
/proc/19393/task/19451/stat : 19451 (java) S 19390 19393 9814 0 -1 1077944384 27722 12798 0 0 151 6 5 2 20 0 15 0 107228928 11274649600 1192313 33554432000 4194304 4196468 140730962606592 140364519745776 140365026724482 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
[pid=19393/tid=19452] ppid=19390 vsize=11010400 memory=1584 CPUtime=0.07 cores=1,3,5,7
/proc/19393/task/19452/stat : 19452 (java) S 19390 19393 9814 0 -1 1077944384 15 12798 0 0 0 0 5 2 20 0 15 0 107228928 11274649600 1192313 33554432000 4194304 4196468 140730962606592 140363826193632 140365026723541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
[pid=19393/tid=19453] ppid=19390 vsize=11010400 memory=1337 CPUtime=0.07 cores=1,3,5,7
/proc/19393/task/19453/stat : 19453 (java) S 19390 19393 9814 0 -1 1077944384 7 12798 0 0 0 0 5 2 20 0 15 0 107228929 11274649600 1192313 33554432000 4194304 4196468 140730962606592 140363624866560 140365026723541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
[pid=19393/tid=19454] ppid=19390 vsize=11010400 memory=5489544 CPUtime=0.07 cores=1,3,5,7
/proc/19393/task/19454/stat : 19454 (java) S 19390 19393 9814 0 -1 1077944384 3 12798 0 0 0 0 5 2 20 0 15 0 107228931 11274649600 1192313 33554432000 4194304 4196468 140730962606592 140363317467088 140365026731931 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
[pid=19393/tid=19455] ppid=19390 vsize=11010400 memory=30576 CPUtime=5.62 cores=1,3,5,7
/proc/19393/task/19455/stat : 19455 (java) S 19390 19393 9814 0 -1 1077944384 11274 12798 0 0 552 3 5 2 20 0 15 0 107228931 11274649600 1192313 33554432000 4194304 4196468 140730962606592 140364518693616 140365026724482 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
[pid=19393/tid=19456] ppid=19390 vsize=11010400 memory=279879799775920 CPUtime=5.71 cores=1,3,5,7
/proc/19393/task/19456/stat : 19456 (java) S 19390 19393 9814 0 -1 1077944384 10243 12798 0 0 561 3 5 2 20 0 15 0 107228931 11274649600 1192313 33554432000 4194304 4196468 140730962606592 140364517641072 140365026724482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
[pid=19393/tid=19457] ppid=19390 vsize=11010400 memory=6297266310850892649 CPUtime=2.28 cores=1,3,5,7
/proc/19393/task/19457/stat : 19457 (java) S 19390 19393 9814 0 -1 1077944384 14033 12798 0 0 215 6 5 2 20 0 15 0 107228931 11274649600 1192313 33554432000 4194304 4196468 140730962606592 140364516588016 140365026724482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
[pid=19393/tid=19458] ppid=19390 vsize=11010400 memory=6297266310850892649 CPUtime=0.07 cores=1,3,5,7
/proc/19393/task/19458/stat : 19458 (java) S 19390 19393 9814 0 -1 1077944384 3 12798 0 0 0 0 5 2 20 0 15 0 107228931 11274649600 1192313 33554432000 4194304 4196468 140730962606592 140362886671200 140365026723541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
[pid=19393/tid=19459] ppid=19390 vsize=11010400 memory=1296 CPUtime=0.13 cores=1,3,5,7
/proc/19393/task/19459/stat : 19459 (java) S 19390 19393 9814 0 -1 1077944384 863 12798 0 0 3 3 5 2 20 0 15 0 107228932 11274649600 1192313 33554432000 4194304 4196468 140730962606592 140364515535408 140365026724482 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
Current children cumulated CPU time: 163.12 s
Current children cumulated vsize: 11010400 KiB
Current children cumulated memory: 4769252 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+135.505 s]
/proc/loadavg: 3.12 2.29 1.99 6/215 19720
/proc/meminfo: memFree=18917024/32770624 swapFree=67108436/67108860
[pid=19393] ppid=19390 vsize=11082080 memory=5395532 CPUtime=252.18 cores=1,3,5,7
/proc/19393/stat : 19393 (java) S 19390 19393 9814 0 -1 1077944320 648429 12798 0 0 24675 536 5 2 20 0 15 0 107228917 11348049920 1348883 33554432000 4194304 4196468 140730962606592 140730962589136 140365026713335 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
/proc/19393/statm: 2770520 1348883 3537 1 0 2732173 0
[pid=19393/tid=19446] ppid=19390 vsize=11082080 memory=5395532 CPUtime=99.65 cores=1,3,5,7
/proc/19393/task/19446/stat : 19446 (java) S 19390 19393 9814 0 -1 1077944384 170712 12798 0 0 9920 38 5 2 20 0 15 0 107228926 11348049920 1348883 33554432000 4194304 4196468 140730962606592 140364998543760 140365026723541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
[pid=19393/tid=19447] ppid=19390 vsize=11082080 memory=5395532 CPUtime=32.4 cores=1,3,5,7
/proc/19393/task/19447/stat : 19447 (java) R 19390 19393 9814 0 -1 4202560 91586 12798 0 0 3118 115 5 2 20 0 15 0 107228926 11348049920 1348883 33554432000 4194304 4196468 140730962606592 140365030956168 140365011737038 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
[pid=19393/tid=19448] ppid=19390 vsize=11082080 memory=5395496 CPUtime=32.33 cores=1,3,5,7
/proc/19393/task/19448/stat : 19448 (java) R 19390 19393 9814 0 -1 4202560 99205 12798 0 0 3107 119 5 2 20 0 15 0 107228926 11348049920 1348883 33554432000 4194304 4196468 140730962606592 140364901604616 140365011757632 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
[pid=19393/tid=19449] ppid=19390 vsize=11082080 memory=5391932 CPUtime=32.46 cores=1,3,5,7
/proc/19393/task/19449/stat : 19449 (java) R 19390 19393 9814 0 -1 4202560 94690 12798 0 0 3117 122 5 2 20 0 15 0 107228926 11348049920 1348883 33554432000 4194304 4196468 140730962606592 140364565240712 140365011754294 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
[pid=19393/tid=19450] ppid=19390 vsize=11082080 memory=5391536 CPUtime=32.57 cores=1,3,5,7
/proc/19393/task/19450/stat : 19450 (java) R 19390 19393 9814 0 -1 4202560 97614 12798 0 0 3136 114 5 2 20 0 15 0 107228926 11348049920 1348883 33554432000 4194304 4196468 140730962606592 140364564188168 140365011757745 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
[pid=19393/tid=19451] ppid=19390 vsize=11082080 memory=4588 CPUtime=3.17 cores=1,3,5,7
/proc/19393/task/19451/stat : 19451 (java) S 19390 19393 9814 0 -1 1077944384 46400 12798 0 0 303 7 5 2 20 0 15 0 107228928 11348049920 1348883 33554432000 4194304 4196468 140730962606592 140364519744288 140365026723541 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
[pid=19393/tid=19452] ppid=19390 vsize=11082080 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/19393/task/19452/stat : 19452 (java) S 19390 19393 9814 0 -1 1077944384 19 12798 0 0 0 0 5 2 20 0 15 0 107228928 11348049920 1348883 33554432000 4194304 4196468 140730962606592 140363826193696 140365026723541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
[pid=19393/tid=19453] ppid=19390 vsize=11082080 memory=5350468 CPUtime=0.07 cores=1,3,5,7
/proc/19393/task/19453/stat : 19453 (java) S 19390 19393 9814 0 -1 1077944384 8 12798 0 0 0 0 5 2 20 0 15 0 107228929 11348049920 1348883 33554432000 4194304 4196468 140730962606592 140363624866560 140365026723541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
[pid=19393/tid=19454] ppid=19390 vsize=11082080 memory=5350468 CPUtime=0.07 cores=1,3,5,7
/proc/19393/task/19454/stat : 19454 (java) S 19390 19393 9814 0 -1 1077944384 3 12798 0 0 0 0 5 2 20 0 15 0 107228931 11348049920 1348883 33554432000 4194304 4196468 140730962606592 140363317467088 140365026731931 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
[pid=19393/tid=19455] ppid=19390 vsize=11082080 memory=7086240636079001955 CPUtime=8.34 cores=1,3,5,7
/proc/19393/task/19455/stat : 19455 (java) S 19390 19393 9814 0 -1 1077944384 14937 12798 0 0 824 3 5 2 20 0 15 0 107228931 11348049920 1348883 33554432000 4194304 4196468 140730962606592 140364518693616 140365026724482 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
[pid=19393/tid=19456] ppid=19390 vsize=11082080 memory=26772 CPUtime=8.67 cores=1,3,5,7
/proc/19393/task/19456/stat : 19456 (java) S 19390 19393 9814 0 -1 1077944384 14291 12798 0 0 857 3 5 2 20 0 15 0 107228931 11348049920 1348883 33554432000 4194304 4196468 140730962606592 140364517641072 140365026724482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
[pid=19393/tid=19457] ppid=19390 vsize=11082080 memory=4140 CPUtime=2.94 cores=1,3,5,7
/proc/19393/task/19457/stat : 19457 (java) S 19390 19393 9814 0 -1 1077944384 15860 12798 0 0 280 7 5 2 20 0 15 0 107228931 11348049920 1348883 33554432000 4194304 4196468 140730962606592 140364516588016 140365026724482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
[pid=19393/tid=19458] ppid=19390 vsize=11082080 memory=30576 CPUtime=0.07 cores=1,3,5,7
/proc/19393/task/19458/stat : 19458 (java) S 19390 19393 9814 0 -1 1077944384 3 12798 0 0 0 0 5 2 20 0 15 0 107228931 11348049920 1348883 33554432000 4194304 4196468 140730962606592 140362886671200 140365026723541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
[pid=19393/tid=19459] ppid=19390 vsize=11082080 memory=4140 CPUtime=0.15 cores=1,3,5,7
/proc/19393/task/19459/stat : 19459 (java) S 19390 19393 9814 0 -1 1077944384 909 12798 0 0 4 4 5 2 20 0 15 0 107228932 11348049920 1348883 33554432000 4194304 4196468 140730962606592 140364515535408 140365026724482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
Current children cumulated CPU time: 252.18 s
Current children cumulated vsize: 11082080 KiB
Current children cumulated memory: 5395532 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+136.059 s]
# the end of solver process 19393 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=248.139 s, system=5.45716 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+135.613 s]
/proc/loadavg: 3.12 2.29 1.99 6/215 19720
/proc/meminfo: memFree=18917024/32770624 swapFree=67108436/67108860
[pid=19393] ppid=19390 vsize=11082080 memory=5395532 CPUtime=252.61 cores=1,3,5,7
/proc/19393/stat : 19393 (java) S 19390 19393 9814 0 -1 1077944320 648451 12798 0 0 24718 536 5 2 20 0 15 0 107228917 11348049920 1348883 33554432000 4194304 4196468 140730962606592 140730962589136 140365026713335 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
/proc/19393/statm: 2770520 1348883 3537 1 0 2732173 0
[pid=19393/tid=19446] ppid=19390 vsize=11082080 memory=1296 CPUtime=99.65 cores=1,3,5,7
/proc/19393/task/19446/stat : 19446 (java) S 19390 19393 9814 0 -1 1077944384 170712 12798 0 0 9920 38 5 2 20 0 15 0 107228926 11348049920 1348883 33554432000 4194304 4196468 140730962606592 140364998543760 140365026723541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
[pid=19393/tid=19447] ppid=19390 vsize=11082080 memory=2412 CPUtime=32.51 cores=1,3,5,7
/proc/19393/task/19447/stat : 19447 (java) R 19390 19393 9814 0 -1 4202560 91593 12798 0 0 3129 115 5 2 20 0 15 0 107228926 11348049920 1348883 33554432000 4194304 4196468 140730962606592 140365030956168 140365019341543 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
[pid=19393/tid=19448] ppid=19390 vsize=11082080 memory=1784 CPUtime=32.44 cores=1,3,5,7
/proc/19393/task/19448/stat : 19448 (java) R 19390 19393 9814 0 -1 4202560 99210 12798 0 0 3118 119 5 2 20 0 15 0 107228926 11348049920 1348883 33554432000 4194304 4196468 140730962606592 140364901604616 140365011754294 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
[pid=19393/tid=19449] ppid=19390 vsize=11082080 memory=5752 CPUtime=32.57 cores=1,3,5,7
/proc/19393/task/19449/stat : 19449 (java) R 19390 19393 9814 0 -1 4202560 94692 12798 0 0 3128 122 5 2 20 0 15 0 107228926 11348049920 1348883 33554432000 4194304 4196468 140730962606592 140364565240712 140365019341543 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
[pid=19393/tid=19450] ppid=19390 vsize=11082080 memory=4588 CPUtime=32.67 cores=1,3,5,7
/proc/19393/task/19450/stat : 19450 (java) R 19390 19393 9814 0 -1 4202560 97618 12798 0 0 3146 114 5 2 20 0 15 0 107228926 11348049920 1348883 33554432000 4194304 4196468 140730962606592 140364564188168 140365019341543 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
[pid=19393/tid=19451] ppid=19390 vsize=11082080 memory=6791534058613427641 CPUtime=3.17 cores=1,3,5,7
/proc/19393/task/19451/stat : 19451 (java) S 19390 19393 9814 0 -1 1077944384 46400 12798 0 0 303 7 5 2 20 0 15 0 107228928 11348049920 1348883 33554432000 4194304 4196468 140730962606592 140364519744288 140365026723541 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
[pid=19393/tid=19452] ppid=19390 vsize=11082080 memory=4132 CPUtime=0.07 cores=1,3,5,7
/proc/19393/task/19452/stat : 19452 (java) S 19390 19393 9814 0 -1 1077944384 19 12798 0 0 0 0 5 2 20 0 15 0 107228928 11348049920 1348883 33554432000 4194304 4196468 140730962606592 140363826193696 140365026723541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
[pid=19393/tid=19453] ppid=19390 vsize=11082080 memory=2200 CPUtime=0.07 cores=1,3,5,7
/proc/19393/task/19453/stat : 19453 (java) S 19390 19393 9814 0 -1 1077944384 8 12798 0 0 0 0 5 2 20 0 15 0 107228929 11348049920 1348883 33554432000 4194304 4196468 140730962606592 140363624866560 140365026723541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
[pid=19393/tid=19454] ppid=19390 vsize=11082080 memory=7532 CPUtime=0.07 cores=1,3,5,7
/proc/19393/task/19454/stat : 19454 (java) S 19390 19393 9814 0 -1 1077944384 6 12798 0 0 0 0 5 2 20 0 15 0 107228931 11348049920 1348883 33554432000 4194304 4196468 140730962606592 140363317466736 140365026723541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
[pid=19393/tid=19455] ppid=19390 vsize=11082080 memory=840 CPUtime=8.34 cores=1,3,5,7
/proc/19393/task/19455/stat : 19455 (java) S 19390 19393 9814 0 -1 1077944384 14937 12798 0 0 824 3 5 2 20 0 15 0 107228931 11348049920 1348883 33554432000 4194304 4196468 140730962606592 140364518693616 140365026724482 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
[pid=19393/tid=19456] ppid=19390 vsize=11082080 memory=1796 CPUtime=8.67 cores=1,3,5,7
/proc/19393/task/19456/stat : 19456 (java) S 19390 19393 9814 0 -1 1077944384 14291 12798 0 0 857 3 5 2 20 0 15 0 107228931 11348049920 1348883 33554432000 4194304 4196468 140730962606592 140364517641072 140365026724482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
[pid=19393/tid=19457] ppid=19390 vsize=11082080 memory=5395532 CPUtime=2.94 cores=1,3,5,7
/proc/19393/task/19457/stat : 19457 (java) S 19390 19393 9814 0 -1 1077944384 15860 12798 0 0 280 7 5 2 20 0 15 0 107228931 11348049920 1348883 33554432000 4194304 4196468 140730962606592 140364516588016 140365026724482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
[pid=19393/tid=19458] ppid=19390 vsize=11082080 memory=1612 CPUtime=0.07 cores=1,3,5,7
/proc/19393/task/19458/stat : 19458 (java) S 19390 19393 9814 0 -1 1077944384 3 12798 0 0 0 0 5 2 20 0 15 0 107228931 11348049920 1348883 33554432000 4194304 4196468 140730962606592 140362886671200 140365026723541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
[pid=19393/tid=19459] ppid=19390 vsize=11082080 memory=1228 CPUtime=0.15 cores=1,3,5,7
/proc/19393/task/19459/stat : 19459 (java) S 19390 19393 9814 0 -1 1077944384 909 12798 0 0 4 4 5 2 20 0 15 0 107228932 11348049920 1348883 33554432000 4194304 4196468 140730962606592 140364515535408 140365026724482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28504064 140730962614897 140730962617697 140730962617697 140730962620367 0
Current children cumulated CPU time: 252.61 s
Current children cumulated vsize: 11082080 KiB
Current children cumulated memory: 5395532 KiB

[startup+136.001 s]*
/proc/loadavg: 3.27 2.34 2.01 3/202 19722
/proc/meminfo: memFree=20028576/32770624 swapFree=67108436/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143
Real time (s): 136.059
CPU time (s): 253.597
CPU user time (s): 248.139
CPU system time (s): 5.45716
CPU usage (%): 186.387
Max. virtual memory (cumulated for all children) (KiB): 11344232
Max. memory (cumulated for all children) (KiB): 5491608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 248.139
system time used= 5.45716
maximum resident set size= 5491624
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 661409
page faults= 0
swaps= 0
block input operations= 0
block output operations= 384
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16570
involuntary context switches= 1676


# summary of solver processes directly reported to runsolver:
#   pid: 19393
#   total CPU time (s): 253.597
#   total CPU user time (s): 248.139
#   total CPU system time (s): 5.45716

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.865033 second user time and 1.33601 second system time

The end

Launcher Data

Begin job on node137 at 2018-07-29 22:37:37
IDJOB=4302594
IDBENCH=141271
IDSOLVER=2776
FILE ID=node137/4302594-1532896657
RUNJOBID= node137-1532893235-14550
PBS_JOBID= 21022513
Free space on /tmp= 48204 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/Fapp/Fapp-m2s/Fapp-m2s-08-0700_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302594-1532896657/watcher-4302594-1532896657 -o /tmp/evaluation-result-4302594-1532896657/solver-4302594-1532896657 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532893235-14550 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=1801390250 HOME/instance-4302594-1532896657.xml

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

MD5SUM BENCH= 1726f38b1078149b3b3b5e51280bc638
RANDOM SEED=1801390250

node137.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.54
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.56
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.54
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.56
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.54
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.56
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.54
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        24275744 kB
MemAvailable:   28400296 kB
Buffers:          219396 kB
Cached:          4140488 kB
SwapCached:           32 kB
Active:          5598300 kB
Inactive:        2301508 kB
Active(anon):    3487960 kB
Inactive(anon):    79972 kB
Active(file):    2110340 kB
Inactive(file):  2221536 kB
Unevictable:        7424 kB
Mlocked:            7424 kB
SwapTotal:      67108860 kB
SwapFree:       67108436 kB
Dirty:            123028 kB
Writeback:         74180 kB
AnonPages:       3548144 kB
Mapped:            55680 kB
Shmem:             25052 kB
Slab:             287132 kB
SReclaimable:     217024 kB
SUnreclaim:        70108 kB
KernelStack:        3504 kB
PageTables:        12164 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4724132 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3346432 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 48268 MiB
End job on node137 at 2018-07-29 22:39:54