Trace number 4302557

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) 252.158 166.454

General information on the benchmark

NameRlfap/Rlfap-opt/
Rlfap-scen-08-opt_c18.xml
MD5SUM9be5bd0a86f9e024d7fdf548556c4b89
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark2505
Best CPU time to get the best result obtained on this benchmark251.999
Satisfiable
(Un)Satisfiability was proved
Number of variables6202
Number of constraints5744
Number of domains11
Minimum domain size2
Maximum domain size44
Distribution of domain sizes[{"size":2,"count":5286},{"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 degree1
Maximum variable degree62
Distribution of variable degrees[{"degree":1,"count":12},{"degree":2,"count":5287},{"degree":3,"count":38},{"degree":4,"count":17},{"degree":5,"count":102},{"degree":6,"count":22},{"degree":7,"count":111},{"degree":8,"count":16},{"degree":9,"count":111},{"degree":10,"count":35},{"degree":11,"count":48},{"degree":12,"count":33},{"degree":13,"count":52},{"degree":14,"count":19},{"degree":15,"count":61},{"degree":16,"count":14},{"degree":17,"count":33},{"degree":18,"count":10},{"degree":19,"count":26},{"degree":20,"count":19},{"degree":21,"count":18},{"degree":22,"count":8},{"degree":23,"count":15},{"degree":24,"count":11},{"degree":25,"count":13},{"degree":26,"count":1},{"degree":27,"count":14},{"degree":28,"count":12},{"degree":29,"count":6},{"degree":30,"count":10},{"degree":31,"count":2},{"degree":32,"count":2},{"degree":34,"count":3},{"degree":35,"count":4},{"degree":36,"count":4},{"degree":37,"count":1},{"degree":38,"count":2},{"degree":39,"count":4},{"degree":42,"count":1},{"degree":43,"count":1},{"degree":44,"count":1},{"degree":47,"count":1},{"degree":55,"count":1},{"degree":62,"count":1}]
Minimum constraint arity2
Maximum constraint arity3
Distribution of constraint arities[{"arity":2,"count":458},{"arity":3,"count":5286}]
Number of extensional constraints0
Number of intensional constraints5744
Distribution of constraint types[{"type":"intension","count":5744}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

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

running on 4 cores: 0,2,4,6

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
Current StackSize limit: 8192 KiB

solver pid=17820, runsolver pid=17817

[startup+0.100164 s]*
/proc/loadavg: 1.59 1.77 1.72 3/202 17873
/proc/meminfo: memFree=26466248/32770624 swapFree=67108436/67108860
[pid=17820] ppid=17817 vsize=10005480 memory=18328 CPUtime=0.08 cores=0,2,4,6
/proc/17820/stat : 17820 (java) S 17817 17820 9814 0 -1 1077944320 4216 13304 0 0 1 0 5 2 20 0 6 0 107116833 10245611520 4582 33554432000 4194304 4196468 140730325388784 140730325371328 140574424514295 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
/proc/17820/statm: 2501370 4582 1931 1 0 2489808 0
[pid=17820/tid=17873] ppid=17817 vsize=10005480 memory=4279135704047190159 CPUtime=0.07 cores=0,2,4,6
/proc/17820/task/17873/stat : 17873 (java) R 17817 17820 9814 0 -1 4202560 2026 13304 0 0 0 0 5 2 20 0 6 0 107116843 10245611520 4582 33554432000 4194304 4196468 140730325388784 140574396351056 140574405908029 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17874] ppid=17817 vsize=10005480 memory=8257237230052613020 CPUtime=0.07 cores=0,2,4,6
/proc/17820/task/17874/stat : 17874 (java) S 17817 17820 9814 0 -1 1077944384 1 13304 0 0 0 0 5 2 20 0 6 0 107116843 10245611520 4582 33554432000 4194304 4196468 140730325388784 140574428756624 140574424524501 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17875] ppid=17817 vsize=10005480 memory=140414561552000 CPUtime=0.07 cores=0,2,4,6
/proc/17820/task/17875/stat : 17875 (java) S 17817 17820 9814 0 -1 1077944384 1 13304 0 0 0 0 5 2 20 0 6 0 107116843 10245611520 4582 33554432000 4194304 4196468 140730325388784 140574283475472 140574424524501 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17876] ppid=17817 vsize=10005480 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17820/task/17876/stat : 17876 (java) S 17817 17820 9814 0 -1 1077944384 2 13304 0 0 0 0 5 2 20 0 6 0 107116843 10245611520 4582 33554432000 4194304 4196468 140730325388784 140574282422672 140574424524501 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17877] ppid=17817 vsize=10005480 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/17820/task/17877/stat : 17877 (java) S 17817 17820 9814 0 -1 1077944384 2 13304 0 0 0 0 5 2 20 0 6 0 107116843 10245611520 4582 33554432000 4194304 4196468 140730325388784 140574281369872 140574424524501 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 18328 KiB

[startup+0.210116 s]*
/proc/loadavg: 1.59 1.77 1.72 3/215 17886
/proc/meminfo: memFree=26440724/32770624 swapFree=67108436/67108860
[pid=17820] ppid=17817 vsize=10982744 memory=44432 CPUtime=0.25 cores=0,2,4,6
/proc/17820/stat : 17820 (java) S 17817 17820 9814 0 -1 1077944320 7346 13304 0 0 16 2 5 2 20 0 15 0 107116833 11246329856 11108 33554432000 4194304 4196468 140730325388784 140730325371328 140574424514295 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
/proc/17820/statm: 2745686 11108 2951 1 0 2708109 0
[pid=17820/tid=17873] ppid=17817 vsize=10982744 memory=7022364594140610616 CPUtime=0.18 cores=0,2,4,6
/proc/17820/task/17873/stat : 17873 (java) R 17817 17820 9814 0 -1 4202560 4053 13304 0 0 10 1 5 2 20 0 15 0 107116843 11246329856 11306 33554432000 4194304 4196468 140730325388784 140574396338176 140574404790055 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17874] ppid=17817 vsize=10982744 memory=345 CPUtime=0.07 cores=0,2,4,6
/proc/17820/task/17874/stat : 17874 (java) S 17817 17820 9814 0 -1 1077944384 1 13304 0 0 0 0 5 2 20 0 15 0 107116843 11246329856 11306 33554432000 4194304 4196468 140730325388784 140574428756624 140574424524501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17875] ppid=17817 vsize=10982744 memory=140414561569944 CPUtime=0.07 cores=0,2,4,6
/proc/17820/task/17875/stat : 17875 (java) S 17817 17820 9814 0 -1 1077944384 1 13304 0 0 0 0 5 2 20 0 15 0 107116843 11246329856 11306 33554432000 4194304 4196468 140730325388784 140574283475472 140574424524501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17876] ppid=17817 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17820/task/17876/stat : 17876 (java) S 17817 17820 9814 0 -1 1077944384 2 13304 0 0 0 0 5 2 20 0 15 0 107116843 11246329856 11306 33554432000 4194304 4196468 140730325388784 140574282422672 140574424524501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17877] ppid=17817 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/17820/task/17877/stat : 17877 (java) S 17817 17820 9814 0 -1 1077944384 2 13304 0 0 0 0 5 2 20 0 15 0 107116843 11246329856 11306 33554432000 4194304 4196468 140730325388784 140574281369872 140574424524501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17878] ppid=17817 vsize=10982744 memory=140414561552000 CPUtime=0.07 cores=0,2,4,6
/proc/17820/task/17878/stat : 17878 (java) S 17817 17820 9814 0 -1 1077944384 2 13304 0 0 0 0 5 2 20 0 15 0 107116845 11246329856 11306 33554432000 4194304 4196468 140730325388784 140573850418032 140574424525442 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17879] ppid=17817 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/17820/task/17879/stat : 17879 (java) S 17817 17820 9814 0 -1 1077944384 13 13304 0 0 0 0 5 2 20 0 15 0 107116845 11246329856 11306 33554432000 4194304 4196468 140730325388784 140573272958496 140574424524501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17880] ppid=17817 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17820/task/17880/stat : 17880 (java) S 17817 17820 9814 0 -1 1077944384 1 13304 0 0 0 0 5 2 20 0 15 0 107116845 11246329856 11306 33554432000 4194304 4196468 140730325388784 140573071631728 140574424524501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17881] ppid=17817 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17820/task/17881/stat : 17881 (java) S 17817 17820 9814 0 -1 1077944384 3 13304 0 0 0 0 5 2 20 0 15 0 107116848 11246329856 11306 33554432000 4194304 4196468 140730325388784 140572764232016 140574424532891 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17882] ppid=17817 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17820/task/17882/stat : 17882 (java) S 17817 17820 9814 0 -1 1077944384 429 13304 0 0 0 0 5 2 20 0 15 0 107116848 11246329856 11372 33554432000 4194304 4196468 140730325388784 140573849364848 140574424525442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17883] ppid=17817 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/17820/task/17883/stat : 17883 (java) S 17817 17820 9814 0 -1 1077944384 183 13304 0 0 1 0 5 2 20 0 15 0 107116848 11246329856 11372 33554432000 4194304 4196468 140730325388784 140573848312048 140574424525442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17884] ppid=17817 vsize=10982744 memory=140414561552000 CPUtime=0.1 cores=0,2,4,6
/proc/17820/task/17884/stat : 17884 (java) S 17817 17820 9814 0 -1 1077944384 620 13304 0 0 3 0 5 2 20 0 15 0 107116848 11246329856 11372 33554432000 4194304 4196468 140730325388784 140573847259248 140574424525442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17885] ppid=17817 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/17820/task/17885/stat : 17885 (java) S 17817 17820 9814 0 -1 1077944384 3 13304 0 0 0 0 5 2 20 0 15 0 107116848 11246329856 11372 33554432000 4194304 4196468 140730325388784 140572333435104 140574424524501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17886] ppid=17817 vsize=10982744 memory=140414561552000 CPUtime=0.07 cores=0,2,4,6
/proc/17820/task/17886/stat : 17886 (java) S 17817 17820 9814 0 -1 1077944384 1 13304 0 0 0 0 5 2 20 0 15 0 107116849 11246329856 11372 33554432000 4194304 4196468 140730325388784 140573846207664 140574424525442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 44432 KiB

[startup+0.310428 s]*
/proc/loadavg: 1.59 1.77 1.72 3/215 17886
/proc/meminfo: memFree=26427824/32770624 swapFree=67108436/67108860
[pid=17820] ppid=17817 vsize=10983192 memory=56928 CPUtime=0.38 cores=0,2,4,6
/proc/17820/stat : 17820 (java) S 17817 17820 9814 0 -1 1077944320 10287 13304 0 0 28 3 5 2 20 0 15 0 107116833 11246788608 14232 33554432000 4194304 4196468 140730325388784 140730325371328 140574424514295 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
/proc/17820/statm: 2745798 14232 3070 1 0 2708109 0
[pid=17820/tid=17873] ppid=17817 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/17820/task/17873/stat : 17873 (java) R 17817 17820 9814 0 -1 4202560 6824 13304 0 0 19 2 5 2 20 0 15 0 107116843 11246788608 14232 33554432000 4194304 4196468 140730325388784 140574396326304 140574408594782 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17874] ppid=17817 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17820/task/17874/stat : 17874 (java) S 17817 17820 9814 0 -1 1077944384 1 13304 0 0 0 0 5 2 20 0 15 0 107116843 11246788608 14232 33554432000 4194304 4196468 140730325388784 140574428756624 140574424524501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17875] ppid=17817 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17820/task/17875/stat : 17875 (java) S 17817 17820 9814 0 -1 1077944384 1 13304 0 0 0 0 5 2 20 0 15 0 107116843 11246788608 14232 33554432000 4194304 4196468 140730325388784 140574283475472 140574424524501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17876] ppid=17817 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17820/task/17876/stat : 17876 (java) S 17817 17820 9814 0 -1 1077944384 2 13304 0 0 0 0 5 2 20 0 15 0 107116843 11246788608 14232 33554432000 4194304 4196468 140730325388784 140574282422672 140574424524501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17877] ppid=17817 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17820/task/17877/stat : 17877 (java) S 17817 17820 9814 0 -1 1077944384 2 13304 0 0 0 0 5 2 20 0 15 0 107116843 11246788608 14232 33554432000 4194304 4196468 140730325388784 140574281369872 140574424524501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17878] ppid=17817 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17820/task/17878/stat : 17878 (java) S 17817 17820 9814 0 -1 1077944384 2 13304 0 0 0 0 5 2 20 0 15 0 107116845 11246788608 14232 33554432000 4194304 4196468 140730325388784 140573850418032 140574424525442 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17879] ppid=17817 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/17820/task/17879/stat : 17879 (java) S 17817 17820 9814 0 -1 1077944384 13 13304 0 0 0 0 5 2 20 0 15 0 107116845 11246788608 14232 33554432000 4194304 4196468 140730325388784 140573272958496 140574424524501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17880] ppid=17817 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17820/task/17880/stat : 17880 (java) S 17817 17820 9814 0 -1 1077944384 1 13304 0 0 0 0 5 2 20 0 15 0 107116845 11246788608 14232 33554432000 4194304 4196468 140730325388784 140573071631728 140574424524501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17881] ppid=17817 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17820/task/17881/stat : 17881 (java) S 17817 17820 9814 0 -1 1077944384 3 13304 0 0 0 0 5 2 20 0 15 0 107116848 11246788608 14232 33554432000 4194304 4196468 140730325388784 140572764232016 140574424532891 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17882] ppid=17817 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17820/task/17882/stat : 17882 (java) S 17817 17820 9814 0 -1 1077944384 432 13304 0 0 1 0 5 2 20 0 15 0 107116848 11246788608 14232 33554432000 4194304 4196468 140730325388784 140573849364848 140574424525442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17883] ppid=17817 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/17820/task/17883/stat : 17883 (java) S 17817 17820 9814 0 -1 1077944384 185 13304 0 0 1 0 5 2 20 0 15 0 107116848 11246788608 14232 33554432000 4194304 4196468 140730325388784 140573848312048 140574424525442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17884] ppid=17817 vsize=10983192 memory=140414561552000 CPUtime=0.11 cores=0,2,4,6
/proc/17820/task/17884/stat : 17884 (java) S 17817 17820 9814 0 -1 1077944384 627 13304 0 0 4 0 5 2 20 0 15 0 107116848 11246788608 14232 33554432000 4194304 4196468 140730325388784 140573847259248 140574424525442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17885] ppid=17817 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/17820/task/17885/stat : 17885 (java) S 17817 17820 9814 0 -1 1077944384 3 13304 0 0 0 0 5 2 20 0 15 0 107116848 11246788608 14232 33554432000 4194304 4196468 140730325388784 140572333435104 140574424524501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17886] ppid=17817 vsize=10983192 memory=140414561552000 CPUtime=0.07 cores=0,2,4,6
/proc/17820/task/17886/stat : 17886 (java) S 17817 17820 9814 0 -1 1077944384 1 13304 0 0 0 0 5 2 20 0 15 0 107116849 11246788608 14232 33554432000 4194304 4196468 140730325388784 140573846207664 140574424525442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56928 KiB

[startup+0.700738 s]
/proc/loadavg: 1.59 1.77 1.72 3/215 17886
/proc/meminfo: memFree=26417508/32770624 swapFree=67108436/67108860
[pid=17820] ppid=17817 vsize=10983192 memory=89240 CPUtime=0.98 cores=0,2,4,6
/proc/17820/stat : 17820 (java) S 17817 17820 9814 0 -1 1077944320 16402 13304 0 0 86 5 5 2 20 0 15 0 107116833 11246788608 22310 33554432000 4194304 4196468 140730325388784 140730325371328 140574424514295 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
/proc/17820/statm: 2745798 22310 3238 1 0 2708109 0
[pid=17820/tid=17873] ppid=17817 vsize=10983192 memory=0 CPUtime=0.65 cores=0,2,4,6
/proc/17820/task/17873/stat : 17873 (java) R 17817 17820 9814 0 -1 4202560 11828 13304 0 0 55 3 5 2 20 0 15 0 107116843 11246788608 22310 33554432000 4194304 4196468 140730325388784 140574396335120 140574408594782 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17874] ppid=17817 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17820/task/17874/stat : 17874 (java) S 17817 17820 9814 0 -1 1077944384 1 13304 0 0 0 0 5 2 20 0 15 0 107116843 11246788608 22310 33554432000 4194304 4196468 140730325388784 140574428756624 140574424524501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17875] ppid=17817 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17820/task/17875/stat : 17875 (java) S 17817 17820 9814 0 -1 1077944384 1 13304 0 0 0 0 5 2 20 0 15 0 107116843 11246788608 22310 33554432000 4194304 4196468 140730325388784 140574283475472 140574424524501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17876] ppid=17817 vsize=10983192 memory=140414426428208 CPUtime=0.07 cores=0,2,4,6
/proc/17820/task/17876/stat : 17876 (java) S 17817 17820 9814 0 -1 1077944384 2 13304 0 0 0 0 5 2 20 0 15 0 107116843 11246788608 22310 33554432000 4194304 4196468 140730325388784 140574282422672 140574424524501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17877] ppid=17817 vsize=10983192 memory=140415365808729 CPUtime=0.07 cores=0,2,4,6
/proc/17820/task/17877/stat : 17877 (java) S 17817 17820 9814 0 -1 1077944384 2 13304 0 0 0 0 5 2 20 0 15 0 107116843 11246788608 22310 33554432000 4194304 4196468 140730325388784 140574281369872 140574424524501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17878] ppid=17817 vsize=10983192 memory=1388 CPUtime=0.07 cores=0,2,4,6
/proc/17820/task/17878/stat : 17878 (java) S 17817 17820 9814 0 -1 1077944384 5 13304 0 0 0 0 5 2 20 0 15 0 107116845 11246788608 22310 33554432000 4194304 4196468 140730325388784 140573850418032 140574424525442 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17879] ppid=17817 vsize=10983192 memory=4639098309541127525 CPUtime=0.07 cores=0,2,4,6
/proc/17820/task/17879/stat : 17879 (java) S 17817 17820 9814 0 -1 1077944384 13 13304 0 0 0 0 5 2 20 0 15 0 107116845 11246788608 22310 33554432000 4194304 4196468 140730325388784 140573272958496 140574424524501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17880] ppid=17817 vsize=10983192 memory=8027477668130812270 CPUtime=0.07 cores=0,2,4,6
/proc/17820/task/17880/stat : 17880 (java) S 17817 17820 9814 0 -1 1077944384 1 13304 0 0 0 0 5 2 20 0 15 0 107116845 11246788608 22310 33554432000 4194304 4196468 140730325388784 140573071631728 140574424524501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17881] ppid=17817 vsize=10983192 memory=17452 CPUtime=0.07 cores=0,2,4,6
/proc/17820/task/17881/stat : 17881 (java) S 17817 17820 9814 0 -1 1077944384 3 13304 0 0 0 0 5 2 20 0 15 0 107116848 11246788608 22310 33554432000 4194304 4196468 140730325388784 140572764232016 140574424532891 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17882] ppid=17817 vsize=10983192 memory=16148 CPUtime=0.16 cores=0,2,4,6
/proc/17820/task/17882/stat : 17882 (java) S 17817 17820 9814 0 -1 1077944384 1082 13304 0 0 9 0 5 2 20 0 15 0 107116848 11246788608 22310 33554432000 4194304 4196468 140730325388784 140573849364848 140574424525442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17883] ppid=17817 vsize=10983192 memory=4004 CPUtime=0.14 cores=0,2,4,6
/proc/17820/task/17883/stat : 17883 (java) S 17817 17820 9814 0 -1 1077944384 589 13304 0 0 7 0 5 2 20 0 15 0 107116848 11246788608 22310 33554432000 4194304 4196468 140730325388784 140573848312048 140574424525442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17884] ppid=17817 vsize=10983192 memory=636 CPUtime=0.2 cores=0,2,4,6
/proc/17820/task/17884/stat : 17884 (java) R 17817 17820 9814 0 -1 4202560 678 13304 0 0 13 0 5 2 20 0 15 0 107116848 11246788608 22310 33554432000 4194304 4196468 140730325388784 140573847259248 140574403219760 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17885] ppid=17817 vsize=10983192 memory=1780 CPUtime=0.07 cores=0,2,4,6
/proc/17820/task/17885/stat : 17885 (java) S 17817 17820 9814 0 -1 1077944384 3 13304 0 0 0 0 5 2 20 0 15 0 107116848 11246788608 22310 33554432000 4194304 4196468 140730325388784 140572333435104 140574424524501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17886] ppid=17817 vsize=10983192 memory=1236 CPUtime=0.07 cores=0,2,4,6
/proc/17820/task/17886/stat : 17886 (java) S 17817 17820 9814 0 -1 1077944384 1 13304 0 0 0 0 5 2 20 0 15 0 107116849 11246788608 22310 33554432000 4194304 4196468 140730325388784 140573846207664 140574424525442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 89240 KiB

[startup+1.50121 s]
/proc/loadavg: 1.55 1.76 1.72 5/215 17886
/proc/meminfo: memFree=26373160/32770624 swapFree=67108436/67108860
[pid=17820] ppid=17817 vsize=10993996 memory=204080 CPUtime=3.18 cores=0,2,4,6
/proc/17820/stat : 17820 (java) S 17817 17820 9814 0 -1 1077944320 23895 13304 0 0 302 9 5 2 20 0 15 0 107116833 11257851904 51020 33554432000 4194304 4196468 140730325388784 140730325371328 140574424514295 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
/proc/17820/statm: 2748499 51020 3453 1 0 2710157 0
[pid=17820/tid=17873] ppid=17817 vsize=10993996 memory=65528 CPUtime=1.45 cores=0,2,4,6
/proc/17820/task/17873/stat : 17873 (java) R 17817 17820 9814 0 -1 4202560 15600 13304 0 0 131 7 5 2 20 0 15 0 107116843 11257851904 51020 33554432000 4194304 4196468 140730325388784 140574396346352 140574424536221 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17874] ppid=17817 vsize=10993996 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/17820/task/17874/stat : 17874 (java) S 17817 17820 9814 0 -1 1077944384 1 13304 0 0 0 0 5 2 20 0 15 0 107116843 11257851904 51020 33554432000 4194304 4196468 140730325388784 140574428756624 140574424524501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17875] ppid=17817 vsize=10993996 memory=280828852887712 CPUtime=0.07 cores=0,2,4,6
/proc/17820/task/17875/stat : 17875 (java) S 17817 17820 9814 0 -1 1077944384 1 13304 0 0 0 0 5 2 20 0 15 0 107116843 11257851904 51020 33554432000 4194304 4196468 140730325388784 140574283475472 140574424524501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17876] ppid=17817 vsize=10993996 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17820/task/17876/stat : 17876 (java) S 17817 17820 9814 0 -1 1077944384 2 13304 0 0 0 0 5 2 20 0 15 0 107116843 11257851904 51020 33554432000 4194304 4196468 140730325388784 140574282422672 140574424524501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17877] ppid=17817 vsize=10993996 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17820/task/17877/stat : 17877 (java) S 17817 17820 9814 0 -1 1077944384 2 13304 0 0 0 0 5 2 20 0 15 0 107116843 11257851904 51020 33554432000 4194304 4196468 140730325388784 140574281369872 140574424524501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17878] ppid=17817 vsize=10993996 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17820/task/17878/stat : 17878 (java) S 17817 17820 9814 0 -1 1077944384 6 13304 0 0 0 0 5 2 20 0 15 0 107116845 11257851904 51020 33554432000 4194304 4196468 140730325388784 140573850418032 140574424525442 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17879] ppid=17817 vsize=10993996 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17820/task/17879/stat : 17879 (java) S 17817 17820 9814 0 -1 1077944384 13 13304 0 0 0 0 5 2 20 0 15 0 107116845 11257851904 51020 33554432000 4194304 4196468 140730325388784 140573272958496 140574424524501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17880] ppid=17817 vsize=10993996 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17820/task/17880/stat : 17880 (java) S 17817 17820 9814 0 -1 1077944384 1 13304 0 0 0 0 5 2 20 0 15 0 107116845 11257851904 51020 33554432000 4194304 4196468 140730325388784 140573071631728 140574424524501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17881] ppid=17817 vsize=10993996 memory=-5921431000321636112 CPUtime=0.07 cores=0,2,4,6
/proc/17820/task/17881/stat : 17881 (java) S 17817 17820 9814 0 -1 1077944384 3 13304 0 0 0 0 5 2 20 0 15 0 107116848 11257851904 51020 33554432000 4194304 4196468 140730325388784 140572764232016 140574424532891 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17882] ppid=17817 vsize=10993996 memory=0 CPUtime=0.69 cores=0,2,4,6
/proc/17820/task/17882/stat : 17882 (java) R 17817 17820 9814 0 -1 4202560 2010 13304 0 0 62 0 5 2 20 0 15 0 107116848 11257851904 51020 33554432000 4194304 4196468 140730325388784 140573849344720 140574407925167 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17883] ppid=17817 vsize=10993996 memory=0 CPUtime=0.65 cores=0,2,4,6
/proc/17820/task/17883/stat : 17883 (java) R 17817 17820 9814 0 -1 4202560 2297 13304 0 0 58 0 5 2 20 0 15 0 107116848 11257851904 51020 33554432000 4194304 4196468 140730325388784 140573848298592 140574409622107 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17884] ppid=17817 vsize=10993996 memory=6791534058613427641 CPUtime=0.55 cores=0,2,4,6
/proc/17820/task/17884/stat : 17884 (java) S 17817 17820 9814 0 -1 1077944384 1761 13304 0 0 48 0 5 2 20 0 15 0 107116848 11257851904 51020 33554432000 4194304 4196468 140730325388784 140573847259248 140574424525442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17885] ppid=17817 vsize=10993996 memory=4638778398332698720 CPUtime=0.07 cores=0,2,4,6
/proc/17820/task/17885/stat : 17885 (java) S 17817 17820 9814 0 -1 1077944384 3 13304 0 0 0 0 5 2 20 0 15 0 107116848 11257851904 51020 33554432000 4194304 4196468 140730325388784 140572333435104 140574424524501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17886] ppid=17817 vsize=10993996 memory=280828853132160 CPUtime=0.07 cores=0,2,4,6
/proc/17820/task/17886/stat : 17886 (java) S 17817 17820 9814 0 -1 1077944384 1 13304 0 0 0 0 5 2 20 0 15 0 107116849 11257851904 51020 33554432000 4194304 4196468 140730325388784 140573846207664 140574424525442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
Current children cumulated CPU time: 3.18 s
Current children cumulated vsize: 10993996 KiB

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

/proc/17820/task/17873/stat : 17873 (java) R 17817 17820 9814 0 -1 4202560 47731 13304 0 0 3046 16 5 2 20 0 15 0 107116843 11345952768 891323 33554432000 4194304 4196468 140730325388784 140574396348256 140573981168017 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17874] ppid=17817 vsize=11080032 memory=140414427090545 CPUtime=18.35 cores=0,2,4,6
/proc/17820/task/17874/stat : 17874 (java) S 17817 17820 9814 0 -1 1077944384 22759 13304 0 0 1776 52 5 2 20 0 15 0 107116843 11345952768 891323 33554432000 4194304 4196468 140730325388784 140574428756624 140574424524501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17875] ppid=17817 vsize=11080032 memory=3036160 CPUtime=18.32 cores=0,2,4,6
/proc/17820/task/17875/stat : 17875 (java) S 17817 17820 9814 0 -1 1077944384 8286 13304 0 0 1772 53 5 2 20 0 15 0 107116843 11345952768 891323 33554432000 4194304 4196468 140730325388784 140574283475472 140574424524501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17876] ppid=17817 vsize=11080032 memory=1711 CPUtime=18.3 cores=0,2,4,6
/proc/17820/task/17876/stat : 17876 (java) S 17817 17820 9814 0 -1 1077944384 8985 13304 0 0 1774 49 5 2 20 0 15 0 107116843 11345952768 891323 33554432000 4194304 4196468 140730325388784 140574282422672 140574424524501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17877] ppid=17817 vsize=11080032 memory=3032084 CPUtime=18.26 cores=0,2,4,6
/proc/17820/task/17877/stat : 17877 (java) S 17817 17820 9814 0 -1 1077944384 8926 13304 0 0 1765 54 5 2 20 0 15 0 107116843 11345952768 891323 33554432000 4194304 4196468 140730325388784 140574281369872 140574424524501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17878] ppid=17817 vsize=11080032 memory=1296 CPUtime=1.95 cores=0,2,4,6
/proc/17820/task/17878/stat : 17878 (java) S 17817 17820 9814 0 -1 1077944384 44313 13304 0 0 185 3 5 2 20 0 15 0 107116845 11345952768 891323 33554432000 4194304 4196468 140730325388784 140573850418032 140574424525442 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17879] ppid=17817 vsize=11080032 memory=3036152 CPUtime=0.07 cores=0,2,4,6
/proc/17820/task/17879/stat : 17879 (java) S 17817 17820 9814 0 -1 1077944384 29 13304 0 0 0 0 5 2 20 0 15 0 107116845 11345952768 891323 33554432000 4194304 4196468 140730325388784 140573272958624 140574424524501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17880] ppid=17817 vsize=11080032 memory=3036148 CPUtime=0.07 cores=0,2,4,6
/proc/17820/task/17880/stat : 17880 (java) S 17817 17820 9814 0 -1 1077944384 16 13304 0 0 0 0 5 2 20 0 15 0 107116845 11345952768 891323 33554432000 4194304 4196468 140730325388784 140573071631744 140574424524501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17881] ppid=17817 vsize=11080032 memory=3031928 CPUtime=0.07 cores=0,2,4,6
/proc/17820/task/17881/stat : 17881 (java) S 17817 17820 9814 0 -1 1077944384 3 13304 0 0 0 0 5 2 20 0 15 0 107116848 11345952768 891323 33554432000 4194304 4196468 140730325388784 140572764232016 140574424532891 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17882] ppid=17817 vsize=11080032 memory=1784 CPUtime=7.52 cores=0,2,4,6
/proc/17820/task/17882/stat : 17882 (java) S 17817 17820 9814 0 -1 1077944384 16804 13304 0 0 742 3 5 2 20 0 15 0 107116848 11345952768 891323 33554432000 4194304 4196468 140730325388784 140573849364848 140574424525442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17883] ppid=17817 vsize=11080032 memory=7 CPUtime=7.52 cores=0,2,4,6
/proc/17820/task/17883/stat : 17883 (java) S 17817 17820 9814 0 -1 1077944384 16760 13304 0 0 742 3 5 2 20 0 15 0 107116848 11345952768 891323 33554432000 4194304 4196468 140730325388784 140573848312048 140574424525442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17884] ppid=17817 vsize=11080032 memory=7 CPUtime=2.64 cores=0,2,4,6
/proc/17820/task/17884/stat : 17884 (java) S 17817 17820 9814 0 -1 1077944384 9946 13304 0 0 254 3 5 2 20 0 15 0 107116848 11345952768 891323 33554432000 4194304 4196468 140730325388784 140573847259248 140574424525442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17885] ppid=17817 vsize=11080032 memory=3038880 CPUtime=0.07 cores=0,2,4,6
/proc/17820/task/17885/stat : 17885 (java) S 17817 17820 9814 0 -1 1077944384 3 13304 0 0 0 0 5 2 20 0 15 0 107116848 11345952768 891323 33554432000 4194304 4196468 140730325388784 140572333435104 140574424524501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17886] ppid=17817 vsize=11080032 memory=8076 CPUtime=0.09 cores=0,2,4,6
/proc/17820/task/17886/stat : 17886 (java) S 17817 17820 9814 0 -1 1077944384 615 13304 0 0 1 1 5 2 20 0 15 0 107116849 11345952768 891323 33554432000 4194304 4196468 140730325388784 140573846207664 140574424525442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
Current children cumulated CPU time: 123.12 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 3565292 KiB

[startup+102.301 s]
/proc/loadavg: 2.74 2.15 1.87 4/215 18022
/proc/meminfo: memFree=22164924/32770624 swapFree=67108436/67108860
[pid=17820] ppid=17817 vsize=11080032 memory=3795116 CPUtime=183.1 cores=0,2,4,6
/proc/17820/stat : 17820 (java) S 17817 17820 9814 0 -1 1077944320 216288 13304 0 0 18040 263 5 2 20 0 15 0 107116833 11345952768 948779 33554432000 4194304 4196468 140730325388784 140730325371328 140574424514295 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
/proc/17820/statm: 2770008 948779 3538 1 0 2731661 0
[pid=17820/tid=17873] ppid=17817 vsize=11080032 memory=3795116 CPUtime=80.33 cores=0,2,4,6
/proc/17820/task/17873/stat : 17873 (java) R 17817 17820 9814 0 -1 4202560 51746 13304 0 0 8007 19 5 2 20 0 15 0 107116843 11345952768 948779 33554432000 4194304 4196468 140730325388784 140574396348064 140573971318329 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17874] ppid=17817 vsize=11080032 memory=3795116 CPUtime=19.83 cores=0,2,4,6
/proc/17820/task/17874/stat : 17874 (java) S 17817 17820 9814 0 -1 1077944384 24685 13304 0 0 1922 54 5 2 20 0 15 0 107116843 11345952768 948779 33554432000 4194304 4196468 140730325388784 140574428756624 140574424524501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17875] ppid=17817 vsize=11080032 memory=191 CPUtime=19.83 cores=0,2,4,6
/proc/17820/task/17875/stat : 17875 (java) S 17817 17820 9814 0 -1 1077944384 12086 13304 0 0 1919 57 5 2 20 0 15 0 107116843 11345952768 948779 33554432000 4194304 4196468 140730325388784 140574283475472 140574424524501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17876] ppid=17817 vsize=11080032 memory=4140 CPUtime=19.81 cores=0,2,4,6
/proc/17820/task/17876/stat : 17876 (java) S 17817 17820 9814 0 -1 1077944384 10794 13304 0 0 1921 53 5 2 20 0 15 0 107116843 11345952768 948779 33554432000 4194304 4196468 140730325388784 140574282422672 140574424524501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17877] ppid=17817 vsize=11080032 memory=3795116 CPUtime=19.75 cores=0,2,4,6
/proc/17820/task/17877/stat : 17877 (java) S 17817 17820 9814 0 -1 1077944384 10111 13304 0 0 1911 57 5 2 20 0 15 0 107116843 11345952768 948779 33554432000 4194304 4196468 140730325388784 140574281369872 140574424524501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17878] ppid=17817 vsize=11080032 memory=2372 CPUtime=1.99 cores=0,2,4,6
/proc/17820/task/17878/stat : 17878 (java) S 17817 17820 9814 0 -1 1077944384 44780 13304 0 0 188 4 5 2 20 0 15 0 107116845 11345952768 948779 33554432000 4194304 4196468 140730325388784 140573850418032 140574424525442 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17879] ppid=17817 vsize=11080032 memory=3752072 CPUtime=0.07 cores=0,2,4,6
/proc/17820/task/17879/stat : 17879 (java) S 17817 17820 9814 0 -1 1077944384 30 13304 0 0 0 0 5 2 20 0 15 0 107116845 11345952768 948779 33554432000 4194304 4196468 140730325388784 140573272958624 140574424524501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17880] ppid=17817 vsize=11080032 memory=2412 CPUtime=0.07 cores=0,2,4,6
/proc/17820/task/17880/stat : 17880 (java) S 17817 17820 9814 0 -1 1077944384 22 13304 0 0 0 0 5 2 20 0 15 0 107116845 11345952768 948779 33554432000 4194304 4196468 140730325388784 140573071631744 140574424524501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17881] ppid=17817 vsize=11080032 memory=3715260 CPUtime=0.07 cores=0,2,4,6
/proc/17820/task/17881/stat : 17881 (java) S 17817 17820 9814 0 -1 1077944384 3 13304 0 0 0 0 5 2 20 0 15 0 107116848 11345952768 948779 33554432000 4194304 4196468 140730325388784 140572764232016 140574424532891 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17882] ppid=17817 vsize=11080032 memory=3715260 CPUtime=9.45 cores=0,2,4,6
/proc/17820/task/17882/stat : 17882 (java) S 17817 17820 9814 0 -1 1077944384 21105 13304 0 0 934 4 5 2 20 0 15 0 107116848 11345952768 948779 33554432000 4194304 4196468 140730325388784 140573849364848 140574424525442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17883] ppid=17817 vsize=11080032 memory=7532 CPUtime=9.5 cores=0,2,4,6
/proc/17820/task/17883/stat : 17883 (java) S 17817 17820 9814 0 -1 1077944384 22914 13304 0 0 938 5 5 2 20 0 15 0 107116848 11345952768 948779 33554432000 4194304 4196468 140730325388784 140573848312048 140574424525442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17884] ppid=17817 vsize=11080032 memory=3795116 CPUtime=3.02 cores=0,2,4,6
/proc/17820/task/17884/stat : 17884 (java) S 17817 17820 9814 0 -1 1077944384 15173 13304 0 0 291 4 5 2 20 0 15 0 107116848 11345952768 948779 33554432000 4194304 4196468 140730325388784 140573847259248 140574424525442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17885] ppid=17817 vsize=11080032 memory=3752072 CPUtime=0.07 cores=0,2,4,6
/proc/17820/task/17885/stat : 17885 (java) S 17817 17820 9814 0 -1 1077944384 3 13304 0 0 0 0 5 2 20 0 15 0 107116848 11345952768 948779 33554432000 4194304 4196468 140730325388784 140572333435104 140574424524501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17886] ppid=17817 vsize=11080032 memory=8076 CPUtime=0.12 cores=0,2,4,6
/proc/17820/task/17886/stat : 17886 (java) S 17817 17820 9814 0 -1 1077944384 642 13304 0 0 2 3 5 2 20 0 15 0 107116849 11345952768 948779 33554432000 4194304 4196468 140730325388784 140573846207664 140574424525442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
Current children cumulated CPU time: 183.1 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 3795116 KiB

[startup+162.301 s]
/proc/loadavg: 2.24 2.11 1.87 3/215 18023
/proc/meminfo: memFree=20500376/32770624 swapFree=67108436/67108860
[pid=17820] ppid=17817 vsize=11080032 memory=4104896 CPUtime=247.8 cores=0,2,4,6
/proc/17820/stat : 17820 (java) S 17817 17820 9814 0 -1 1077944320 237886 13304 0 0 24480 293 5 2 20 0 15 0 107116833 11345952768 1026224 33554432000 4194304 4196468 140730325388784 140730325371328 140574424514295 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
/proc/17820/statm: 2770008 1026224 3539 1 0 2731661 0
[pid=17820/tid=17873] ppid=17817 vsize=11080032 memory=4020804 CPUtime=138.94 cores=0,2,4,6
/proc/17820/task/17873/stat : 17873 (java) R 17817 17820 9814 0 -1 4202560 56441 13304 0 0 13868 19 5 2 20 0 15 0 107116843 11345952768 1026224 33554432000 4194304 4196468 140730325388784 140574396347936 140573977910360 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17874] ppid=17817 vsize=11080032 memory=4053608 CPUtime=21.18 cores=0,2,4,6
/proc/17820/task/17874/stat : 17874 (java) S 17817 17820 9814 0 -1 1077944384 27580 13304 0 0 2048 63 5 2 20 0 15 0 107116843 11345952768 1026224 33554432000 4194304 4196468 140730325388784 140574428756624 140574424524501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17875] ppid=17817 vsize=11080032 memory=4053608 CPUtime=21.18 cores=0,2,4,6
/proc/17820/task/17875/stat : 17875 (java) S 17817 17820 9814 0 -1 1077944384 13594 13304 0 0 2045 66 5 2 20 0 15 0 107116843 11345952768 1026224 33554432000 4194304 4196468 140730325388784 140574283475472 140574424524501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17876] ppid=17817 vsize=11080032 memory=4053620 CPUtime=21.16 cores=0,2,4,6
/proc/17820/task/17876/stat : 17876 (java) S 17817 17820 9814 0 -1 1077944384 12800 13304 0 0 2048 61 5 2 20 0 15 0 107116843 11345952768 1026224 33554432000 4194304 4196468 140730325388784 140574282422672 140574424524501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17877] ppid=17817 vsize=11080032 memory=4053620 CPUtime=21.11 cores=0,2,4,6
/proc/17820/task/17877/stat : 17877 (java) S 17817 17820 9814 0 -1 1077944384 12022 13304 0 0 2045 59 5 2 20 0 15 0 107116843 11345952768 1026224 33554432000 4194304 4196468 140730325388784 140574281369872 140574424524501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17878] ppid=17817 vsize=11080032 memory=4104896 CPUtime=2.01 cores=0,2,4,6
/proc/17820/task/17878/stat : 17878 (java) S 17817 17820 9814 0 -1 1077944384 45255 13304 0 0 190 4 5 2 20 0 15 0 107116845 11345952768 1026224 33554432000 4194304 4196468 140730325388784 140573850418032 140574424525442 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17879] ppid=17817 vsize=11080032 memory=3901768 CPUtime=0.07 cores=0,2,4,6
/proc/17820/task/17879/stat : 17879 (java) S 17817 17820 9814 0 -1 1077944384 31 13304 0 0 0 0 5 2 20 0 15 0 107116845 11345952768 1026224 33554432000 4194304 4196468 140730325388784 140573272958624 140574424524501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17880] ppid=17817 vsize=11080032 memory=15872 CPUtime=0.07 cores=0,2,4,6
/proc/17820/task/17880/stat : 17880 (java) S 17817 17820 9814 0 -1 1077944384 26 13304 0 0 0 0 5 2 20 0 15 0 107116845 11345952768 1026224 33554432000 4194304 4196468 140730325388784 140573071631744 140574424524501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17881] ppid=17817 vsize=11080032 memory=4053612 CPUtime=0.07 cores=0,2,4,6
/proc/17820/task/17881/stat : 17881 (java) S 17817 17820 9814 0 -1 1077944384 3 13304 0 0 0 0 5 2 20 0 15 0 107116848 11345952768 1026224 33554432000 4194304 4196468 140730325388784 140572764232016 140574424532891 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17882] ppid=17817 vsize=11080032 memory=4104896 CPUtime=9.76 cores=0,2,4,6
/proc/17820/task/17882/stat : 17882 (java) S 17817 17820 9814 0 -1 1077944384 24907 13304 0 0 965 4 5 2 20 0 15 0 107116848 11345952768 1026224 33554432000 4194304 4196468 140730325388784 140573849364848 140574424525442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17883] ppid=17817 vsize=11080032 memory=4053620 CPUtime=9.77 cores=0,2,4,6
/proc/17820/task/17883/stat : 17883 (java) S 17817 17820 9814 0 -1 1077944384 25087 13304 0 0 965 5 5 2 20 0 15 0 107116848 11345952768 1026224 33554432000 4194304 4196468 140730325388784 140573848312048 140574424525442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17884] ppid=17817 vsize=11080032 memory=5752 CPUtime=3.06 cores=0,2,4,6
/proc/17820/task/17884/stat : 17884 (java) S 17817 17820 9814 0 -1 1077944384 17266 13304 0 0 295 4 5 2 20 0 15 0 107116848 11345952768 1026224 33554432000 4194304 4196468 140730325388784 140573847259248 140574424525442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17885] ppid=17817 vsize=11080032 memory=4588 CPUtime=0.07 cores=0,2,4,6
/proc/17820/task/17885/stat : 17885 (java) S 17817 17820 9814 0 -1 1077944384 3 13304 0 0 0 0 5 2 20 0 15 0 107116848 11345952768 1026224 33554432000 4194304 4196468 140730325388784 140572333435104 140574424524501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17886] ppid=17817 vsize=11080032 memory=288230574492221466 CPUtime=0.16 cores=0,2,4,6
/proc/17820/task/17886/stat : 17886 (java) S 17817 17820 9814 0 -1 1077944384 677 13304 0 0 4 5 5 2 20 0 15 0 107116849 11345952768 1026224 33554432000 4194304 4196468 140730325388784 140573846207664 140574424525442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
Current children cumulated CPU time: 247.8 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 4104896 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+166.401 s]
/proc/loadavg: 2.22 2.11 1.87 3/215 18023
/proc/meminfo: memFree=20500376/32770624 swapFree=67108436/67108860
[pid=17820] ppid=17817 vsize=11080032 memory=4104912 CPUtime=252.08 cores=0,2,4,6
/proc/17820/stat : 17820 (java) S 17817 17820 9814 0 -1 1077944320 239258 13304 0 0 24908 293 5 2 20 0 15 0 107116833 11345952768 1026228 33554432000 4194304 4196468 140730325388784 140730325371328 140574424514295 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
/proc/17820/statm: 2770008 1026228 3539 1 0 2731661 0
[pid=17820/tid=17873] ppid=17817 vsize=11080032 memory=4053608 CPUtime=142.98 cores=0,2,4,6
/proc/17820/task/17873/stat : 17873 (java) R 17817 17820 9814 0 -1 4202560 56455 13304 0 0 14272 19 5 2 20 0 15 0 107116843 11345952768 1026228 33554432000 4194304 4196468 140730325388784 140574396348128 140573977604693 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17874] ppid=17817 vsize=11080032 memory=4053608 CPUtime=21.24 cores=0,2,4,6
/proc/17820/task/17874/stat : 17874 (java) S 17817 17820 9814 0 -1 1077944384 27707 13304 0 0 2054 63 5 2 20 0 15 0 107116843 11345952768 1026228 33554432000 4194304 4196468 140730325388784 140574428756624 140574424524501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17875] ppid=17817 vsize=11080032 memory=4020804 CPUtime=21.24 cores=0,2,4,6
/proc/17820/task/17875/stat : 17875 (java) S 17817 17820 9814 0 -1 1077944384 13596 13304 0 0 2051 66 5 2 20 0 15 0 107116843 11345952768 1026228 33554432000 4194304 4196468 140730325388784 140574283475472 140574424524501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17876] ppid=17817 vsize=11080032 memory=4020804 CPUtime=21.22 cores=0,2,4,6
/proc/17820/task/17876/stat : 17876 (java) S 17817 17820 9814 0 -1 1077944384 12801 13304 0 0 2054 61 5 2 20 0 15 0 107116843 11345952768 1026228 33554432000 4194304 4196468 140730325388784 140574282422672 140574424524501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17877] ppid=17817 vsize=11080032 memory=30568 CPUtime=21.16 cores=0,2,4,6
/proc/17820/task/17877/stat : 17877 (java) S 17817 17820 9814 0 -1 1077944384 12025 13304 0 0 2050 59 5 2 20 0 15 0 107116843 11345952768 1026228 33554432000 4194304 4196468 140730325388784 140574281369872 140574424524501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17878] ppid=17817 vsize=11080032 memory=1296 CPUtime=2.01 cores=0,2,4,6
/proc/17820/task/17878/stat : 17878 (java) S 17817 17820 9814 0 -1 1077944384 45270 13304 0 0 190 4 5 2 20 0 15 0 107116845 11345952768 1026228 33554432000 4194304 4196468 140730325388784 140573850418032 140574424525442 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17879] ppid=17817 vsize=11080032 memory=164 CPUtime=0.07 cores=0,2,4,6
/proc/17820/task/17879/stat : 17879 (java) S 17817 17820 9814 0 -1 1077944384 31 13304 0 0 0 0 5 2 20 0 15 0 107116845 11345952768 1026228 33554432000 4194304 4196468 140730325388784 140573272958624 140574424524501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17880] ppid=17817 vsize=11080032 memory=5787236848371787072 CPUtime=0.07 cores=0,2,4,6
/proc/17820/task/17880/stat : 17880 (java) S 17817 17820 9814 0 -1 1077944384 26 13304 0 0 0 0 5 2 20 0 15 0 107116845 11345952768 1026228 33554432000 4194304 4196468 140730325388784 140573071631744 140574424524501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17881] ppid=17817 vsize=11080032 memory=5793670236366782565 CPUtime=0.07 cores=0,2,4,6
/proc/17820/task/17881/stat : 17881 (java) S 17817 17820 9814 0 -1 1077944384 3 13304 0 0 0 0 5 2 20 0 15 0 107116848 11345952768 1026228 33554432000 4194304 4196468 140730325388784 140572764232016 140574424532891 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17882] ppid=17817 vsize=11080032 memory=4104904 CPUtime=9.76 cores=0,2,4,6
/proc/17820/task/17882/stat : 17882 (java) S 17817 17820 9814 0 -1 1077944384 24907 13304 0 0 965 4 5 2 20 0 15 0 107116848 11345952768 1026228 33554432000 4194304 4196468 140730325388784 140573849364848 140574424525442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17883] ppid=17817 vsize=11080032 memory=1784 CPUtime=9.78 cores=0,2,4,6
/proc/17820/task/17883/stat : 17883 (java) S 17817 17820 9814 0 -1 1077944384 25584 13304 0 0 966 5 5 2 20 0 15 0 107116848 11345952768 1026228 33554432000 4194304 4196468 140730325388784 140573848312048 140574424525442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17884] ppid=17817 vsize=11080032 memory=4053620 CPUtime=3.06 cores=0,2,4,6
/proc/17820/task/17884/stat : 17884 (java) S 17817 17820 9814 0 -1 1077944384 17978 13304 0 0 295 4 5 2 20 0 15 0 107116848 11345952768 1026228 33554432000 4194304 4196468 140730325388784 140573847259248 140574424525442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17885] ppid=17817 vsize=11080032 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/17820/task/17885/stat : 17885 (java) S 17817 17820 9814 0 -1 1077944384 3 13304 0 0 0 0 5 2 20 0 15 0 107116848 11345952768 1026228 33554432000 4194304 4196468 140730325388784 140572333435104 140574424524501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
[pid=17820/tid=17886] ppid=17817 vsize=11080032 memory=4140 CPUtime=0.16 cores=0,2,4,6
/proc/17820/task/17886/stat : 17886 (java) S 17817 17820 9814 0 -1 1077944384 678 13304 0 0 4 5 5 2 20 0 15 0 107116849 11345952768 1026228 33554432000 4194304 4196468 140730325388784 140573846207664 140574424525442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20283392 140730325391986 140730325394785 140730325394785 140730325397455 0
Current children cumulated CPU time: 252.08 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 4104912 KiB

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

[startup+166.454 s]
# the end of solver process 17820 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=249.165 s, system=2.99308 s

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

Child status: 143
Real time (s): 166.454
CPU time (s): 252.158
CPU user time (s): 249.165
CPU system time (s): 2.99308
CPU usage (%): 151.488
Max. virtual memory (cumulated for all children) (KiB): 11080724
Max. memory (cumulated for all children) (KiB): 4104912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 249.165
system time used= 2.99308
maximum resident set size= 4107332
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 253586
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= 16295
involuntary context switches= 1769


# summary of solver processes directly reported to runsolver:
#   pid: 17820
#   total CPU time (s): 252.158
#   total CPU user time (s): 249.165
#   total CPU system time (s): 2.99308

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.03687 second user time and 1.604 second system time

The end

Launcher Data

Begin job on node137 at 2018-07-29 22:18:57
IDJOB=4302557
IDBENCH=141189
IDSOLVER=2776
FILE ID=node137/4302557-1532895537
RUNJOBID= node137-1532893235-14549
PBS_JOBID= 21022513
Free space on /tmp= 48508 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/Rlfap/Rlfap-opt/Rlfap-scen-08-opt_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302557-1532895537/watcher-4302557-1532895537 -o /tmp/evaluation-result-4302557-1532895537/solver-4302557-1532895537 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532893235-14549 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=656241399 HOME/instance-4302557-1532895537.xml

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

MD5SUM BENCH= 9be5bd0a86f9e024d7fdf548556c4b89
RANDOM SEED=656241399

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:        26472868 kB
MemAvailable:   30280024 kB
Buffers:          217576 kB
Cached:          3825660 kB
SwapCached:           32 kB
Active:          3453820 kB
Inactive:        2299176 kB
Active(anon):    1657856 kB
Inactive(anon):    79972 kB
Active(file):    1795964 kB
Inactive(file):  2219204 kB
Unevictable:        7424 kB
Mlocked:            7424 kB
SwapTotal:      67108860 kB
SwapFree:       67108436 kB
Dirty:             26364 kB
Writeback:             0 kB
AnonPages:       1692200 kB
Mapped:            55908 kB
Shmem:             25052 kB
Slab:             243848 kB
SReclaimable:     215644 kB
SUnreclaim:        28204 kB
KernelStack:        3840 kB
PageTables:         7996 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2866440 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1458176 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= 48484 MiB
End job on node137 at 2018-07-29 22:21:43