Trace number 4305131

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 NameAnswerCPU timeWall clock time
Concrete 3.9.2? (TO) 2520.13 2269.08

General information on the benchmark

NameCarSequencing/
CarSequencing-80-01_c18.xml
MD5SUM1fae7142163c3dd6bc5a43a0b85b79be
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark48.3324
Satisfiable
(Un)Satisfiability was proved
Number of variables1200
Number of constraints1429
Number of domains2
Minimum domain size2
Maximum domain size26
Distribution of domain sizes[{"size":2,"count":1000},{"size":26,"count":200}]
Minimum variable degree2
Maximum variable degree78
Distribution of variable degrees[{"degree":2,"count":200},{"degree":3,"count":5},{"degree":4,"count":5},{"degree":5,"count":6},{"degree":6,"count":10},{"degree":7,"count":10},{"degree":8,"count":18},{"degree":9,"count":18},{"degree":10,"count":18},{"degree":11,"count":18},{"degree":12,"count":18},{"degree":13,"count":18},{"degree":14,"count":18},{"degree":15,"count":18},{"degree":16,"count":18},{"degree":17,"count":18},{"degree":18,"count":18},{"degree":19,"count":18},{"degree":20,"count":18},{"degree":21,"count":18},{"degree":22,"count":18},{"degree":23,"count":18},{"degree":24,"count":18},{"degree":25,"count":18},{"degree":26,"count":18},"...",{"degree":54,"count":9}, {"degree":55,"count":9}, {"degree":56,"count":51}, {"degree":57,"count":6}, {"degree":58,"count":41}, {"degree":59,"count":2}, {"degree":60,"count":2}, {"degree":61,"count":2}, {"degree":62,"count":2}, {"degree":63,"count":2}, {"degree":64,"count":2}, {"degree":65,"count":2}, {"degree":66,"count":2}, {"degree":67,"count":2}, {"degree":68,"count":2}, {"degree":69,"count":2}, {"degree":70,"count":2}, {"degree":71,"count":2}, {"degree":72,"count":2}, {"degree":73,"count":2}, {"degree":74,"count":2}, {"degree":75,"count":2}, {"degree":76,"count":2}, {"degree":77,"count":3}, {"degree":78,"count":51}]
Minimum constraint arity2
Maximum constraint arity200
Distribution of constraint arities[{"arity":2,"count":199},{"arity":3,"count":396},{"arity":5,"count":392},{"arity":6,"count":200},{"arity":40,"count":1},{"arity":41,"count":1},{"arity":44,"count":1},{"arity":45,"count":1},{"arity":47,"count":2},{"arity":50,"count":3},{"arity":52,"count":1},{"arity":53,"count":2},{"arity":54,"count":1},{"arity":55,"count":1},{"arity":56,"count":3},{"arity":58,"count":1},{"arity":59,"count":2},{"arity":60,"count":2},{"arity":62,"count":3},{"arity":64,"count":1},{"arity":65,"count":3},{"arity":66,"count":1},{"arity":68,"count":3},{"arity":70,"count":3},{"arity":71,"count":2},"...",{"arity":167,"count":2}, {"arity":168,"count":1}, {"arity":170,"count":5}, {"arity":172,"count":1}, {"arity":173,"count":2}, {"arity":174,"count":1}, {"arity":175,"count":2}, {"arity":176,"count":3}, {"arity":178,"count":1}, {"arity":179,"count":2}, {"arity":180,"count":3}, {"arity":182,"count":3}, {"arity":184,"count":1}, {"arity":185,"count":4}, {"arity":186,"count":1}, {"arity":188,"count":3}, {"arity":190,"count":3}, {"arity":191,"count":2}, {"arity":192,"count":1}, {"arity":194,"count":3}, {"arity":195,"count":2}, {"arity":196,"count":1}, {"arity":197,"count":2}, {"arity":198,"count":1}, {"arity":200,"count":6}]
Number of extensional constraints200
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":200},{"type":"sum","count":1228},{"type":"cardinality","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4305131-1534117261/watcher-4305131-1534117261 -o /tmp/evaluation-result-4305131-1534117261/solver-4305131-1534117261 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1534096964-13175 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1206288762 HOME/instance-4305131-1534117261.xml 

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

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


[startup+0.100059 s]*
/proc/loadavg: 1.64 1.58 1.59 3/206 16918
/proc/meminfo: memFree=15966552/32770624 swapFree=67108196/67108860
[pid=16861] ppid=16858 vsize=10005480 memory=18328 CPUtime=0.08 cores=1,3,5,7
/proc/16861/stat : 16861 (java) S 16858 16861 13143 0 -1 1077944320 4231 13253 0 0 1 0 4 3 20 0 6 0 229289295 10245611520 4582 33554432000 4194304 4196468 140727714421264 140727714403808 140164998352631 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
/proc/16861/statm: 2501370 4582 1930 1 0 2489808 0
[pid=16861/tid=16914] ppid=16858 vsize=10005480 memory=5852835220496416925 CPUtime=0.08 cores=1,3,5,7
/proc/16861/task/16914/stat : 16914 (java) R 16858 16861 13143 0 -1 4202560 2048 13253 0 0 1 0 4 3 20 0 6 0 229289304 10245611520 4582 33554432000 4194304 4196468 140727714421264 140164970189392 140164998374557 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16915] ppid=16858 vsize=10005480 memory=5793855720593881529 CPUtime=0.07 cores=1,3,5,7
/proc/16861/task/16915/stat : 16915 (java) S 16858 16861 13143 0 -1 1077944384 1 13253 0 0 0 0 4 3 20 0 6 0 229289305 10245611520 4582 33554432000 4194304 4196468 140727714421264 140165002594832 140164998362837 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16916] ppid=16858 vsize=10005480 memory=140469583988352 CPUtime=0.07 cores=1,3,5,7
/proc/16861/task/16916/stat : 16916 (java) S 16858 16861 13143 0 -1 1077944384 1 13253 0 0 0 0 4 3 20 0 6 0 229289305 10245611520 4582 33554432000 4194304 4196468 140727714421264 140164857313936 140164998362837 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16917] ppid=16858 vsize=10005480 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16861/task/16917/stat : 16917 (java) S 16858 16861 13143 0 -1 1077944384 1 13253 0 0 0 0 4 3 20 0 6 0 229289305 10245611520 4582 33554432000 4194304 4196468 140727714421264 140164856260880 140164998362837 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16918] ppid=16858 vsize=10005480 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16861/task/16918/stat : 16918 (java) S 16858 16861 13143 0 -1 1077944384 2 13253 0 0 0 0 4 3 20 0 6 0 229289305 10245611520 4582 33554432000 4194304 4196468 140727714421264 140164855208336 140164998362837 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 18328 KiB

[startup+0.2103 s]*
/proc/loadavg: 1.64 1.58 1.59 3/215 16927
/proc/meminfo: memFree=15942532/32770624 swapFree=67108196/67108860
[pid=16861] ppid=16858 vsize=10982744 memory=47276 CPUtime=0.25 cores=1,3,5,7
/proc/16861/stat : 16861 (java) S 16858 16861 13143 0 -1 1077944320 7471 13253 0 0 17 1 4 3 20 0 15 0 229289295 11246329856 11819 33554432000 4194304 4196468 140727714421264 140727714403808 140164998352631 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
/proc/16861/statm: 2745686 11819 2948 1 0 2708109 0
[pid=16861/tid=16914] ppid=16858 vsize=10982744 memory=-8540663193526752614 CPUtime=0.19 cores=1,3,5,7
/proc/16861/task/16914/stat : 16914 (java) R 16858 16861 13143 0 -1 4202560 4241 13253 0 0 11 1 4 3 20 0 15 0 229289304 11246329856 12017 33554432000 4194304 4196468 140727714421264 140164970169744 140164978628352 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16915] ppid=16858 vsize=10982744 memory=4211974195788778890 CPUtime=0.07 cores=1,3,5,7
/proc/16861/task/16915/stat : 16915 (java) S 16858 16861 13143 0 -1 1077944384 1 13253 0 0 0 0 4 3 20 0 15 0 229289305 11246329856 12017 33554432000 4194304 4196468 140727714421264 140165002594832 140164998362837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16916] ppid=16858 vsize=10982744 memory=140469583988352 CPUtime=0.07 cores=1,3,5,7
/proc/16861/task/16916/stat : 16916 (java) S 16858 16861 13143 0 -1 1077944384 1 13253 0 0 0 0 4 3 20 0 15 0 229289305 11246329856 12017 33554432000 4194304 4196468 140727714421264 140164857313936 140164998362837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16917] ppid=16858 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16861/task/16917/stat : 16917 (java) S 16858 16861 13143 0 -1 1077944384 1 13253 0 0 0 0 4 3 20 0 15 0 229289305 11246329856 12017 33554432000 4194304 4196468 140727714421264 140164856260880 140164998362837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16918] ppid=16858 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/16861/task/16918/stat : 16918 (java) S 16858 16861 13143 0 -1 1077944384 2 13253 0 0 0 0 4 3 20 0 15 0 229289305 11246329856 12017 33554432000 4194304 4196468 140727714421264 140164855208336 140164998362837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16919] ppid=16858 vsize=10982744 memory=140469583988352 CPUtime=0.07 cores=1,3,5,7
/proc/16861/task/16919/stat : 16919 (java) S 16858 16861 13143 0 -1 1077944384 2 13253 0 0 0 0 4 3 20 0 15 0 229289307 11246329856 12017 33554432000 4194304 4196468 140727714421264 140164423686896 140164998363778 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16920] ppid=16858 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/16861/task/16920/stat : 16920 (java) S 16858 16861 13143 0 -1 1077944384 13 13253 0 0 0 0 4 3 20 0 15 0 229289307 11246329856 12017 33554432000 4194304 4196468 140727714421264 140163841779360 140164998362837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16921] ppid=16858 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16861/task/16921/stat : 16921 (java) S 16858 16861 13143 0 -1 1077944384 1 13253 0 0 0 0 4 3 20 0 15 0 229289307 11246329856 12017 33554432000 4194304 4196468 140727714421264 140163640452336 140164998362837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16922] ppid=16858 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16861/task/16922/stat : 16922 (java) S 16858 16861 13143 0 -1 1077944384 3 13253 0 0 0 0 4 3 20 0 15 0 229289310 11246329856 12017 33554432000 4194304 4196468 140727714421264 140163333052880 140164998371227 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16923] ppid=16858 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16861/task/16923/stat : 16923 (java) S 16858 16861 13143 0 -1 1077944384 355 13253 0 0 1 0 4 3 20 0 15 0 229289310 11246329856 12017 33554432000 4194304 4196468 140727714421264 140164422633712 140164998363778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16924] ppid=16858 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/16861/task/16924/stat : 16924 (java) S 16858 16861 13143 0 -1 1077944384 251 13253 0 0 0 0 4 3 20 0 15 0 229289310 11246329856 12017 33554432000 4194304 4196468 140727714421264 140164421581168 140164998363778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16925] ppid=16858 vsize=10982744 memory=140469583988352 CPUtime=0.1 cores=1,3,5,7
/proc/16861/task/16925/stat : 16925 (java) S 16858 16861 13143 0 -1 1077944384 612 13253 0 0 3 0 4 3 20 0 15 0 229289310 11246329856 12083 33554432000 4194304 4196468 140727714421264 140164420528112 140164998363778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16926] ppid=16858 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/16861/task/16926/stat : 16926 (java) S 16858 16861 13143 0 -1 1077944384 3 13253 0 0 0 0 4 3 20 0 15 0 229289310 11246329856 12083 33554432000 4194304 4196468 140727714421264 140162902255968 140164998362837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16927] ppid=16858 vsize=10982744 memory=140469583988352 CPUtime=0.07 cores=1,3,5,7
/proc/16861/task/16927/stat : 16927 (java) S 16858 16861 13143 0 -1 1077944384 1 13253 0 0 0 0 4 3 20 0 15 0 229289310 11246329856 12083 33554432000 4194304 4196468 140727714421264 140164419476528 140164998363778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 47276 KiB

[startup+0.310303 s]*
/proc/loadavg: 1.64 1.58 1.59 3/215 16927
/proc/meminfo: memFree=15931092/32770624 swapFree=67108196/67108860
[pid=16861] ppid=16858 vsize=10983192 memory=58844 CPUtime=0.37 cores=1,3,5,7
/proc/16861/stat : 16861 (java) S 16858 16861 13143 0 -1 1077944320 10261 13253 0 0 28 2 4 3 20 0 15 0 229289295 11246788608 14711 33554432000 4194304 4196468 140727714421264 140727714403808 140164998352631 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
/proc/16861/statm: 2745798 14711 3067 1 0 2708109 0
[pid=16861/tid=16914] ppid=16858 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/16861/task/16914/stat : 16914 (java) R 16858 16861 13143 0 -1 4202560 6828 13253 0 0 19 2 4 3 20 0 15 0 229289304 11246788608 14754 33554432000 4194304 4196468 140727714421264 140164970142160 140164982433118 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16915] ppid=16858 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16861/task/16915/stat : 16915 (java) S 16858 16861 13143 0 -1 1077944384 1 13253 0 0 0 0 4 3 20 0 15 0 229289305 11246788608 14754 33554432000 4194304 4196468 140727714421264 140165002594832 140164998362837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16916] ppid=16858 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16861/task/16916/stat : 16916 (java) S 16858 16861 13143 0 -1 1077944384 1 13253 0 0 0 0 4 3 20 0 15 0 229289305 11246788608 14754 33554432000 4194304 4196468 140727714421264 140164857313936 140164998362837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16917] ppid=16858 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16861/task/16917/stat : 16917 (java) S 16858 16861 13143 0 -1 1077944384 1 13253 0 0 0 0 4 3 20 0 15 0 229289305 11246788608 14754 33554432000 4194304 4196468 140727714421264 140164856260880 140164998362837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16918] ppid=16858 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/16861/task/16918/stat : 16918 (java) S 16858 16861 13143 0 -1 1077944384 2 13253 0 0 0 0 4 3 20 0 15 0 229289305 11246788608 14754 33554432000 4194304 4196468 140727714421264 140164855208336 140164998362837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16919] ppid=16858 vsize=10983192 memory=140469583988351 CPUtime=0.07 cores=1,3,5,7
/proc/16861/task/16919/stat : 16919 (java) S 16858 16861 13143 0 -1 1077944384 2 13253 0 0 0 0 4 3 20 0 15 0 229289307 11246788608 14754 33554432000 4194304 4196468 140727714421264 140164423686896 140164998363778 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16920] ppid=16858 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/16861/task/16920/stat : 16920 (java) S 16858 16861 13143 0 -1 1077944384 13 13253 0 0 0 0 4 3 20 0 15 0 229289307 11246788608 14754 33554432000 4194304 4196468 140727714421264 140163841779360 140164998362837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16921] ppid=16858 vsize=10983192 memory=140469583988352 CPUtime=0.07 cores=1,3,5,7
/proc/16861/task/16921/stat : 16921 (java) S 16858 16861 13143 0 -1 1077944384 1 13253 0 0 0 0 4 3 20 0 15 0 229289307 11246788608 14754 33554432000 4194304 4196468 140727714421264 140163640452336 140164998362837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16922] ppid=16858 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/16861/task/16922/stat : 16922 (java) S 16858 16861 13143 0 -1 1077944384 3 13253 0 0 0 0 4 3 20 0 15 0 229289310 11246788608 14754 33554432000 4194304 4196468 140727714421264 140163333052880 140164998371227 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16923] ppid=16858 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16861/task/16923/stat : 16923 (java) S 16858 16861 13143 0 -1 1077944384 356 13253 0 0 1 0 4 3 20 0 15 0 229289310 11246788608 14754 33554432000 4194304 4196468 140727714421264 140164422633712 140164998363778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16924] ppid=16858 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/16861/task/16924/stat : 16924 (java) S 16858 16861 13143 0 -1 1077944384 251 13253 0 0 1 0 4 3 20 0 15 0 229289310 11246788608 14754 33554432000 4194304 4196468 140727714421264 140164421581168 140164998363778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16925] ppid=16858 vsize=10983192 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/16861/task/16925/stat : 16925 (java) S 16858 16861 13143 0 -1 1077944384 622 13253 0 0 5 0 4 3 20 0 15 0 229289310 11246788608 14754 33554432000 4194304 4196468 140727714421264 140164420528112 140164998363778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16926] ppid=16858 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16861/task/16926/stat : 16926 (java) S 16858 16861 13143 0 -1 1077944384 3 13253 0 0 0 0 4 3 20 0 15 0 229289310 11246788608 14754 33554432000 4194304 4196468 140727714421264 140162902255968 140164998362837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16927] ppid=16858 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16861/task/16927/stat : 16927 (java) S 16858 16861 13143 0 -1 1077944384 1 13253 0 0 0 0 4 3 20 0 15 0 229289310 11246788608 14754 33554432000 4194304 4196468 140727714421264 140164419476528 140164998363778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 58844 KiB

[startup+0.700784 s]
/proc/loadavg: 1.64 1.58 1.59 4/215 16927
/proc/meminfo: memFree=15920548/32770624 swapFree=67108196/67108860
[pid=16861] ppid=16858 vsize=10983192 memory=91476 CPUtime=0.97 cores=1,3,5,7
/proc/16861/stat : 16861 (java) S 16858 16861 13143 0 -1 1077944320 16397 13253 0 0 87 3 4 3 20 0 15 0 229289295 11246788608 22869 33554432000 4194304 4196468 140727714421264 140727714403808 140164998352631 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
/proc/16861/statm: 2745798 22869 3241 1 0 2708109 0
[pid=16861/tid=16914] ppid=16858 vsize=10983192 memory=62244 CPUtime=0.66 cores=1,3,5,7
/proc/16861/task/16914/stat : 16914 (java) R 16858 16861 13143 0 -1 4202560 11875 13253 0 0 56 3 4 3 20 0 15 0 229289304 11246788608 22869 33554432000 4194304 4196468 140727714421264 140164970173456 140164982433118 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16915] ppid=16858 vsize=10983192 memory=4580 CPUtime=0.07 cores=1,3,5,7
/proc/16861/task/16915/stat : 16915 (java) S 16858 16861 13143 0 -1 1077944384 1 13253 0 0 0 0 4 3 20 0 15 0 229289305 11246788608 22869 33554432000 4194304 4196468 140727714421264 140165002594832 140164998362837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16916] ppid=16858 vsize=10983192 memory=140469455856131 CPUtime=0.07 cores=1,3,5,7
/proc/16861/task/16916/stat : 16916 (java) S 16858 16861 13143 0 -1 1077944384 1 13253 0 0 0 0 4 3 20 0 15 0 229289305 11246788608 22869 33554432000 4194304 4196468 140727714421264 140164857313936 140164998362837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16917] ppid=16858 vsize=10983192 memory=140471200383883 CPUtime=0.07 cores=1,3,5,7
/proc/16861/task/16917/stat : 16917 (java) S 16858 16861 13143 0 -1 1077944384 1 13253 0 0 0 0 4 3 20 0 15 0 229289305 11246788608 22869 33554432000 4194304 4196468 140727714421264 140164856260880 140164998362837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16918] ppid=16858 vsize=10983192 memory=640 CPUtime=0.07 cores=1,3,5,7
/proc/16861/task/16918/stat : 16918 (java) S 16858 16861 13143 0 -1 1077944384 2 13253 0 0 0 0 4 3 20 0 15 0 229289305 11246788608 22869 33554432000 4194304 4196468 140727714421264 140164855208336 140164998362837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16919] ppid=16858 vsize=10983192 memory=7305218370954421849 CPUtime=0.07 cores=1,3,5,7
/proc/16861/task/16919/stat : 16919 (java) S 16858 16861 13143 0 -1 1077944384 5 13253 0 0 0 0 4 3 20 0 15 0 229289307 11246788608 22869 33554432000 4194304 4196468 140727714421264 140164423686896 140164998363778 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16920] ppid=16858 vsize=10983192 memory=8025788839814059116 CPUtime=0.07 cores=1,3,5,7
/proc/16861/task/16920/stat : 16920 (java) S 16858 16861 13143 0 -1 1077944384 13 13253 0 0 0 0 4 3 20 0 15 0 229289307 11246788608 22869 33554432000 4194304 4196468 140727714421264 140163841779360 140164998362837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16921] ppid=16858 vsize=10983192 memory=6220993253238723945 CPUtime=0.07 cores=1,3,5,7
/proc/16861/task/16921/stat : 16921 (java) S 16858 16861 13143 0 -1 1077944384 1 13253 0 0 0 0 4 3 20 0 15 0 229289307 11246788608 22869 33554432000 4194304 4196468 140727714421264 140163640452336 140164998362837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16922] ppid=16858 vsize=10983192 memory=3054156605368933524 CPUtime=0.07 cores=1,3,5,7
/proc/16861/task/16922/stat : 16922 (java) S 16858 16861 13143 0 -1 1077944384 3 13253 0 0 0 0 4 3 20 0 15 0 229289310 11246788608 22869 33554432000 4194304 4196468 140727714421264 140163333052880 140164998371227 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16923] ppid=16858 vsize=10983192 memory=8326441112149131689 CPUtime=0.14 cores=1,3,5,7
/proc/16861/task/16923/stat : 16923 (java) S 16858 16861 13143 0 -1 1077944384 761 13253 0 0 7 0 4 3 20 0 15 0 229289310 11246788608 22869 33554432000 4194304 4196468 140727714421264 140164422633712 140164998363778 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16924] ppid=16858 vsize=10983192 memory=7679937539659563834 CPUtime=0.16 cores=1,3,5,7
/proc/16861/task/16924/stat : 16924 (java) S 16858 16861 13143 0 -1 1077944384 864 13253 0 0 9 0 4 3 20 0 15 0 229289310 11246788608 22869 33554432000 4194304 4196468 140727714421264 140164421581168 140164998363778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16925] ppid=16858 vsize=10983192 memory=6944656425123485561 CPUtime=0.2 cores=1,3,5,7
/proc/16861/task/16925/stat : 16925 (java) S 16858 16861 13143 0 -1 1077944384 678 13253 0 0 13 0 4 3 20 0 15 0 229289310 11246788608 22869 33554432000 4194304 4196468 140727714421264 140164420528112 140164998363778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16926] ppid=16858 vsize=10983192 memory=-9178176116494409632 CPUtime=0.07 cores=1,3,5,7
/proc/16861/task/16926/stat : 16926 (java) S 16858 16861 13143 0 -1 1077944384 3 13253 0 0 0 0 4 3 20 0 15 0 229289310 11246788608 22869 33554432000 4194304 4196468 140727714421264 140162902255968 140164998362837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16927] ppid=16858 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16861/task/16927/stat : 16927 (java) S 16858 16861 13143 0 -1 1077944384 1 13253 0 0 0 0 4 3 20 0 15 0 229289310 11246788608 22869 33554432000 4194304 4196468 140727714421264 140164419476528 140164998363778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
Current children cumulated CPU time: 0.97 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 91476 KiB

[startup+1.5013 s]
/proc/loadavg: 1.67 1.59 1.59 4/215 16927
/proc/meminfo: memFree=15885336/32770624 swapFree=67108196/67108860
[pid=16861] ppid=16858 vsize=10993996 memory=145828 CPUtime=2.38 cores=1,3,5,7
/proc/16861/stat : 16861 (java) S 16858 16861 13143 0 -1 1077944320 23784 13253 0 0 224 7 4 3 20 0 15 0 229289295 11257851904 36457 33554432000 4194304 4196468 140727714421264 140727714403808 140164998352631 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
/proc/16861/statm: 2748499 36457 3443 1 0 2710157 0
[pid=16861/tid=16914] ppid=16858 vsize=10993996 memory=0 CPUtime=1.22 cores=1,3,5,7
/proc/16861/task/16914/stat : 16914 (java) R 16858 16861 13143 0 -1 4202560 14821 13253 0 0 110 5 4 3 20 0 15 0 229289304 11257851904 36457 33554432000 4194304 4196468 140727714421264 140164970173024 140164983722255 0 4 0 16800975 0 0 0 -1 1 0 0 22 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16915] ppid=16858 vsize=10993996 memory=91476 CPUtime=0.07 cores=1,3,5,7
/proc/16861/task/16915/stat : 16915 (java) S 16858 16861 13143 0 -1 1077944384 1 13253 0 0 0 0 4 3 20 0 15 0 229289305 11257851904 36457 33554432000 4194304 4196468 140727714421264 140165002594832 140164998362837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16916] ppid=16858 vsize=10993996 memory=5790086053191909267 CPUtime=0.07 cores=1,3,5,7
/proc/16861/task/16916/stat : 16916 (java) S 16858 16861 13143 0 -1 1077944384 1 13253 0 0 0 0 4 3 20 0 15 0 229289305 11257851904 36457 33554432000 4194304 4196468 140727714421264 140164857313936 140164998362837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16917] ppid=16858 vsize=10993996 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16861/task/16917/stat : 16917 (java) S 16858 16861 13143 0 -1 1077944384 1 13253 0 0 0 0 4 3 20 0 15 0 229289305 11257851904 36457 33554432000 4194304 4196468 140727714421264 140164856260880 140164998362837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16918] ppid=16858 vsize=10993996 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16861/task/16918/stat : 16918 (java) S 16858 16861 13143 0 -1 1077944384 2 13253 0 0 0 0 4 3 20 0 15 0 229289305 11257851904 36457 33554432000 4194304 4196468 140727714421264 140164855208336 140164998362837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16919] ppid=16858 vsize=10993996 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16861/task/16919/stat : 16919 (java) S 16858 16861 13143 0 -1 1077944384 13 13253 0 0 0 0 4 3 20 0 15 0 229289307 11257851904 36457 33554432000 4194304 4196468 140727714421264 140164423686896 140164998363778 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16920] ppid=16858 vsize=10993996 memory=-6221781267475802396 CPUtime=0.07 cores=1,3,5,7
/proc/16861/task/16920/stat : 16920 (java) S 16858 16861 13143 0 -1 1077944384 13 13253 0 0 0 0 4 3 20 0 15 0 229289307 11257851904 36457 33554432000 4194304 4196468 140727714421264 140163841779360 140164998362837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16921] ppid=16858 vsize=10993996 memory=4124 CPUtime=0.07 cores=1,3,5,7
/proc/16861/task/16921/stat : 16921 (java) S 16858 16861 13143 0 -1 1077944384 1 13253 0 0 0 0 4 3 20 0 15 0 229289307 11257851904 36457 33554432000 4194304 4196468 140727714421264 140163640452336 140164998362837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16922] ppid=16858 vsize=10993996 memory=2092 CPUtime=0.07 cores=1,3,5,7
/proc/16861/task/16922/stat : 16922 (java) S 16858 16861 13143 0 -1 1077944384 3 13253 0 0 0 0 4 3 20 0 15 0 229289310 11257851904 36457 33554432000 4194304 4196468 140727714421264 140163333052880 140164998371227 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16923] ppid=16858 vsize=10993996 memory=0 CPUtime=0.42 cores=1,3,5,7
/proc/16861/task/16923/stat : 16923 (java) R 16858 16861 13143 0 -1 4202560 2780 13253 0 0 35 0 4 3 20 0 15 0 229289310 11257851904 36457 33554432000 4194304 4196468 140727714421264 140164422620128 140164981737420 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16924] ppid=16858 vsize=10993996 memory=213136007297078 CPUtime=0.42 cores=1,3,5,7
/proc/16861/task/16924/stat : 16924 (java) R 16858 16861 13143 0 -1 4202560 2150 13253 0 0 35 0 4 3 20 0 15 0 229289310 11257851904 36457 33554432000 4194304 4196468 140727714421264 140164421567048 140164978047392 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16925] ppid=16858 vsize=10993996 memory=3906926772679358430 CPUtime=0.49 cores=1,3,5,7
/proc/16861/task/16925/stat : 16925 (java) S 16858 16861 13143 0 -1 1077944384 1805 13253 0 0 42 0 4 3 20 0 15 0 229289310 11257851904 36457 33554432000 4194304 4196468 140727714421264 140164420528112 140164998363778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16926] ppid=16858 vsize=10993996 memory=4638778398332698720 CPUtime=0.07 cores=1,3,5,7
/proc/16861/task/16926/stat : 16926 (java) S 16858 16861 13143 0 -1 1077944384 3 13253 0 0 0 0 4 3 20 0 15 0 229289310 11257851904 36457 33554432000 4194304 4196468 140727714421264 140162902255968 140164998362837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16927] ppid=16858 vsize=10993996 memory=4640205495973466192 CPUtime=0.07 cores=1,3,5,7
/proc/16861/task/16927/stat : 16927 (java) S 16858 16861 13143 0 -1 1077944384 2 13253 0 0 0 0 4 3 20 0 15 0 229289310 11257851904 36457 33554432000 4194304 4196468 140727714421264 140164419476528 140164998363778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 19 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
Current children cumulated CPU time: 2.38 s
Current children cumulated vsize: 10993996 KiB

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

/proc/16861/task/16914/stat : 16914 (java) R 16858 16861 13143 0 -1 4202560 237556 13253 0 0 206711 60 4 3 20 0 15 0 229289304 11345952768 1451324 33554432000 4194304 4196468 140727714421264 140164970186096 140164551932103 0 4 0 16800975 0 0 0 -1 5 0 0 22 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16915] ppid=16858 vsize=11080032 memory=5805296 CPUtime=70.92 cores=1,3,5,7
/proc/16861/task/16915/stat : 16915 (java) S 16858 16861 13143 0 -1 1077944384 76987 13253 0 0 6960 125 4 3 20 0 15 0 229289305 11345952768 1451324 33554432000 4194304 4196468 140727714421264 140165002594832 140164998362837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16916] ppid=16858 vsize=11080032 memory=5805296 CPUtime=70.75 cores=1,3,5,7
/proc/16861/task/16916/stat : 16916 (java) S 16858 16861 13143 0 -1 1077944384 75698 13253 0 0 6940 128 4 3 20 0 15 0 229289305 11345952768 1451324 33554432000 4194304 4196468 140727714421264 140164857313936 140164998362837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16917] ppid=16858 vsize=11080032 memory=5798640 CPUtime=70.73 cores=1,3,5,7
/proc/16861/task/16917/stat : 16917 (java) S 16858 16861 13143 0 -1 1077944384 78016 13253 0 0 6940 126 4 3 20 0 15 0 229289305 11345952768 1451324 33554432000 4194304 4196468 140727714421264 140164856260880 140164998362837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16918] ppid=16858 vsize=11080032 memory=5798640 CPUtime=70.86 cores=1,3,5,7
/proc/16861/task/16918/stat : 16918 (java) S 16858 16861 13143 0 -1 1077944384 84236 13253 0 0 6954 125 4 3 20 0 15 0 229289305 11345952768 1451324 33554432000 4194304 4196468 140727714421264 140164855208336 140164998362837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16919] ppid=16858 vsize=11080032 memory=5800688 CPUtime=2.86 cores=1,3,5,7
/proc/16861/task/16919/stat : 16919 (java) S 16858 16861 13143 0 -1 1077944384 89661 13253 0 0 267 12 4 3 20 0 15 0 229289307 11345952768 1451324 33554432000 4194304 4196468 140727714421264 140164423686896 140164998363778 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16920] ppid=16858 vsize=11080032 memory=5805296 CPUtime=0.07 cores=1,3,5,7
/proc/16861/task/16920/stat : 16920 (java) S 16858 16861 13143 0 -1 1077944384 24 13253 0 0 0 0 4 3 20 0 15 0 229289307 11345952768 1451324 33554432000 4194304 4196468 140727714421264 140163841779424 140164998362837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16921] ppid=16858 vsize=11080032 memory=5805296 CPUtime=0.07 cores=1,3,5,7
/proc/16861/task/16921/stat : 16921 (java) S 16858 16861 13143 0 -1 1077944384 14 13253 0 0 0 0 4 3 20 0 15 0 229289307 11345952768 1451324 33554432000 4194304 4196468 140727714421264 140163640452352 140164998362837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16922] ppid=16858 vsize=11080032 memory=5803248 CPUtime=0.07 cores=1,3,5,7
/proc/16861/task/16922/stat : 16922 (java) S 16858 16861 13143 0 -1 1077944384 3 13253 0 0 0 0 4 3 20 0 15 0 229289310 11345952768 1451324 33554432000 4194304 4196468 140727714421264 140163333052880 140164998371227 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16923] ppid=16858 vsize=11080032 memory=4028 CPUtime=16 cores=1,3,5,7
/proc/16861/task/16923/stat : 16923 (java) S 16858 16861 13143 0 -1 1077944384 109415 13253 0 0 1581 12 4 3 20 0 15 0 229289310 11345952768 1451324 33554432000 4194304 4196468 140727714421264 140164422633712 140164998363778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16924] ppid=16858 vsize=11080032 memory=5803248 CPUtime=15.39 cores=1,3,5,7
/proc/16861/task/16924/stat : 16924 (java) S 16858 16861 13143 0 -1 1077944384 111758 13253 0 0 1521 11 4 3 20 0 15 0 229289310 11345952768 1451324 33554432000 4194304 4196468 140727714421264 140164421581168 140164998363778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 19 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16925] ppid=16858 vsize=11080032 memory=4028 CPUtime=4.14 cores=1,3,5,7
/proc/16861/task/16925/stat : 16925 (java) S 16858 16861 13143 0 -1 1077944384 92561 13253 0 0 396 11 4 3 20 0 15 0 229289310 11345952768 1451324 33554432000 4194304 4196468 140727714421264 140164420528112 140164998363778 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16926] ppid=16858 vsize=11080032 memory=5805296 CPUtime=0.07 cores=1,3,5,7
/proc/16861/task/16926/stat : 16926 (java) S 16858 16861 13143 0 -1 1077944384 3 13253 0 0 0 0 4 3 20 0 15 0 229289310 11345952768 1451324 33554432000 4194304 4196468 140727714421264 140162902255968 140164998362837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16927] ppid=16858 vsize=11080032 memory=4028 CPUtime=1.36 cores=1,3,5,7
/proc/16861/task/16927/stat : 16927 (java) S 16858 16861 13143 0 -1 1077944384 2896 13253 0 0 55 74 4 3 20 0 15 0 229289310 11345952768 1451324 33554432000 4194304 4196468 140727714421264 140164419476528 140164998363778 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 19 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
Current children cumulated CPU time: 2390.25 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 5805296 KiB

[startup+2202.3 s]
/proc/loadavg: 1.21 1.49 1.60 3/215 17652
/proc/meminfo: memFree=11792504/32770624 swapFree=67108196/67108860
[pid=16861] ppid=16858 vsize=11080032 memory=5805296 CPUtime=2451.79 cores=1,3,5,7
/proc/16861/stat : 16861 (java) S 16858 16861 13143 0 -1 1077944320 982618 13253 0 0 244503 669 4 3 20 0 15 0 229289295 11345952768 1451324 33554432000 4194304 4196468 140727714421264 140727714403808 140164998352631 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
/proc/16861/statm: 2770008 1451324 3540 1 0 2731661 0
[pid=16861/tid=16914] ppid=16858 vsize=11080032 memory=5805296 CPUtime=2127.32 cores=1,3,5,7
/proc/16861/task/16914/stat : 16914 (java) R 16858 16861 13143 0 -1 4202560 244952 13253 0 0 212664 61 4 3 20 0 15 0 229289304 11345952768 1451324 33554432000 4194304 4196468 140727714421264 140164970186208 140164551323058 0 4 0 16800975 0 0 0 -1 3 0 0 22 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16915] ppid=16858 vsize=11080032 memory=5805296 CPUtime=71.35 cores=1,3,5,7
/proc/16861/task/16915/stat : 16915 (java) S 16858 16861 13143 0 -1 1077944384 78987 13253 0 0 7003 125 4 3 20 0 15 0 229289305 11345952768 1451324 33554432000 4194304 4196468 140727714421264 140165002594832 140164998362837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16916] ppid=16858 vsize=11080032 memory=5805296 CPUtime=71.18 cores=1,3,5,7
/proc/16861/task/16916/stat : 16916 (java) S 16858 16861 13143 0 -1 1077944384 76881 13253 0 0 6983 128 4 3 20 0 15 0 229289305 11345952768 1451324 33554432000 4194304 4196468 140727714421264 140164857313936 140164998362837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16917] ppid=16858 vsize=11080032 memory=5805296 CPUtime=71.17 cores=1,3,5,7
/proc/16861/task/16917/stat : 16917 (java) S 16858 16861 13143 0 -1 1077944384 79593 13253 0 0 6983 127 4 3 20 0 15 0 229289305 11345952768 1451324 33554432000 4194304 4196468 140727714421264 140164856260880 140164998362837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16918] ppid=16858 vsize=11080032 memory=5805296 CPUtime=71.29 cores=1,3,5,7
/proc/16861/task/16918/stat : 16918 (java) S 16858 16861 13143 0 -1 1077944384 87152 13253 0 0 6997 125 4 3 20 0 15 0 229289305 11345952768 1451324 33554432000 4194304 4196468 140727714421264 140164855208336 140164998362837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16919] ppid=16858 vsize=11080032 memory=0 CPUtime=2.87 cores=1,3,5,7
/proc/16861/task/16919/stat : 16919 (java) S 16858 16861 13143 0 -1 1077944384 89956 13253 0 0 268 12 4 3 20 0 15 0 229289307 11345952768 1451324 33554432000 4194304 4196468 140727714421264 140164423686896 140164998363778 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16920] ppid=16858 vsize=11080032 memory=5805296 CPUtime=0.07 cores=1,3,5,7
/proc/16861/task/16920/stat : 16920 (java) S 16858 16861 13143 0 -1 1077944384 24 13253 0 0 0 0 4 3 20 0 15 0 229289307 11345952768 1451324 33554432000 4194304 4196468 140727714421264 140163841779424 140164998362837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16921] ppid=16858 vsize=11080032 memory=5805296 CPUtime=0.07 cores=1,3,5,7
/proc/16861/task/16921/stat : 16921 (java) S 16858 16861 13143 0 -1 1077944384 14 13253 0 0 0 0 4 3 20 0 15 0 229289307 11345952768 1451324 33554432000 4194304 4196468 140727714421264 140163640452352 140164998362837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16922] ppid=16858 vsize=11080032 memory=5805296 CPUtime=0.07 cores=1,3,5,7
/proc/16861/task/16922/stat : 16922 (java) S 16858 16861 13143 0 -1 1077944384 3 13253 0 0 0 0 4 3 20 0 15 0 229289310 11345952768 1451324 33554432000 4194304 4196468 140727714421264 140163333052880 140164998371227 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16923] ppid=16858 vsize=11080032 memory=5805296 CPUtime=16.09 cores=1,3,5,7
/proc/16861/task/16923/stat : 16923 (java) S 16858 16861 13143 0 -1 1077944384 111750 13253 0 0 1590 12 4 3 20 0 15 0 229289310 11345952768 1451324 33554432000 4194304 4196468 140727714421264 140164422633712 140164998363778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16924] ppid=16858 vsize=11080032 memory=5805296 CPUtime=15.47 cores=1,3,5,7
/proc/16861/task/16924/stat : 16924 (java) S 16858 16861 13143 0 -1 1077944384 113721 13253 0 0 1529 11 4 3 20 0 15 0 229289310 11345952768 1451324 33554432000 4194304 4196468 140727714421264 140164421581168 140164998363778 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 19 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16925] ppid=16858 vsize=11080032 memory=928 CPUtime=4.18 cores=1,3,5,7
/proc/16861/task/16925/stat : 16925 (java) S 16858 16861 13143 0 -1 1077944384 94471 13253 0 0 400 11 4 3 20 0 15 0 229289310 11345952768 1451324 33554432000 4194304 4196468 140727714421264 140164420528112 140164998363778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16926] ppid=16858 vsize=11080032 memory=5805296 CPUtime=0.07 cores=1,3,5,7
/proc/16861/task/16926/stat : 16926 (java) S 16858 16861 13143 0 -1 1077944384 3 13253 0 0 0 0 4 3 20 0 15 0 229289310 11345952768 1451324 33554432000 4194304 4196468 140727714421264 140162902255968 140164998362837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16927] ppid=16858 vsize=11080032 memory=15244 CPUtime=1.39 cores=1,3,5,7
/proc/16861/task/16927/stat : 16927 (java) S 16858 16861 13143 0 -1 1077944384 2923 13253 0 0 56 76 4 3 20 0 15 0 229289310 11345952768 1451324 33554432000 4194304 4196468 140727714421264 140164419476528 140164998363778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 19 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
Current children cumulated CPU time: 2451.79 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 5805296 KiB

[startup+2262.3 s]
/proc/loadavg: 1.57 1.53 1.61 3/215 17653
/proc/meminfo: memFree=11790112/32770624 swapFree=67108196/67108860
[pid=16861] ppid=16858 vsize=11080032 memory=5805296 CPUtime=2513.23 cores=1,3,5,7
/proc/16861/stat : 16861 (java) S 16858 16861 13143 0 -1 1077944320 1006565 13253 0 0 250645 671 4 3 20 0 15 0 229289295 11345952768 1451324 33554432000 4194304 4196468 140727714421264 140727714403808 140164998352631 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
/proc/16861/statm: 2770008 1451324 3540 1 0 2731661 0
[pid=16861/tid=16914] ppid=16858 vsize=11080032 memory=5805296 CPUtime=2186.89 cores=1,3,5,7
/proc/16861/task/16914/stat : 16914 (java) R 16858 16861 13143 0 -1 4202560 252703 13253 0 0 218621 61 4 3 20 0 15 0 229289304 11345952768 1451324 33554432000 4194304 4196468 140727714421264 140164970186848 140164549424450 0 4 0 16800975 0 0 0 -1 5 0 0 22 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16915] ppid=16858 vsize=11080032 memory=5805296 CPUtime=71.75 cores=1,3,5,7
/proc/16861/task/16915/stat : 16915 (java) S 16858 16861 13143 0 -1 1077944384 79936 13253 0 0 7043 125 4 3 20 0 15 0 229289305 11345952768 1451324 33554432000 4194304 4196468 140727714421264 140165002594832 140164998362837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16916] ppid=16858 vsize=11080032 memory=5805296 CPUtime=71.58 cores=1,3,5,7
/proc/16861/task/16916/stat : 16916 (java) S 16858 16861 13143 0 -1 1077944384 79986 13253 0 0 7023 128 4 3 20 0 15 0 229289305 11345952768 1451324 33554432000 4194304 4196468 140727714421264 140164857313936 140164998362837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16917] ppid=16858 vsize=11080032 memory=5805296 CPUtime=71.57 cores=1,3,5,7
/proc/16861/task/16917/stat : 16917 (java) S 16858 16861 13143 0 -1 1077944384 80952 13253 0 0 7023 127 4 3 20 0 15 0 229289305 11345952768 1451324 33554432000 4194304 4196468 140727714421264 140164856260880 140164998362837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16918] ppid=16858 vsize=11080032 memory=62304 CPUtime=71.69 cores=1,3,5,7
/proc/16861/task/16918/stat : 16918 (java) S 16858 16861 13143 0 -1 1077944384 88390 13253 0 0 7037 125 4 3 20 0 15 0 229289305 11345952768 1451324 33554432000 4194304 4196468 140727714421264 140164855208336 140164998362837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16919] ppid=16858 vsize=11080032 memory=1240 CPUtime=2.88 cores=1,3,5,7
/proc/16861/task/16919/stat : 16919 (java) S 16858 16861 13143 0 -1 1077944384 90233 13253 0 0 269 12 4 3 20 0 15 0 229289307 11345952768 1451324 33554432000 4194304 4196468 140727714421264 140164423686896 140164998363778 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16920] ppid=16858 vsize=11080032 memory=1384 CPUtime=0.07 cores=1,3,5,7
/proc/16861/task/16920/stat : 16920 (java) S 16858 16861 13143 0 -1 1077944384 24 13253 0 0 0 0 4 3 20 0 15 0 229289307 11345952768 1451324 33554432000 4194304 4196468 140727714421264 140163841779424 140164998362837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16921] ppid=16858 vsize=11080032 memory=4168 CPUtime=0.07 cores=1,3,5,7
/proc/16861/task/16921/stat : 16921 (java) S 16858 16861 13143 0 -1 1077944384 14 13253 0 0 0 0 4 3 20 0 15 0 229289307 11345952768 1451324 33554432000 4194304 4196468 140727714421264 140163640452352 140164998362837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16922] ppid=16858 vsize=11080032 memory=5805296 CPUtime=0.07 cores=1,3,5,7
/proc/16861/task/16922/stat : 16922 (java) S 16858 16861 13143 0 -1 1077944384 3 13253 0 0 0 0 4 3 20 0 15 0 229289310 11345952768 1451324 33554432000 4194304 4196468 140727714421264 140163333052880 140164998371227 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16923] ppid=16858 vsize=11080032 memory=5805296 CPUtime=16.17 cores=1,3,5,7
/proc/16861/task/16923/stat : 16923 (java) S 16858 16861 13143 0 -1 1077944384 114321 13253 0 0 1598 12 4 3 20 0 15 0 229289310 11345952768 1451324 33554432000 4194304 4196468 140727714421264 140164422633712 140164998363778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16924] ppid=16858 vsize=11080032 memory=0 CPUtime=15.57 cores=1,3,5,7
/proc/16861/task/16924/stat : 16924 (java) S 16858 16861 13143 0 -1 1077944384 116768 13253 0 0 1538 12 4 3 20 0 15 0 229289310 11345952768 1451324 33554432000 4194304 4196468 140727714421264 140164421581168 140164998363778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 19 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16925] ppid=16858 vsize=11080032 memory=6944656592455360604 CPUtime=4.23 cores=1,3,5,7
/proc/16861/task/16925/stat : 16925 (java) S 16858 16861 13143 0 -1 1077944384 98068 13253 0 0 405 11 4 3 20 0 15 0 229289310 11345952768 1451324 33554432000 4194304 4196468 140727714421264 140164420528112 140164998363778 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16926] ppid=16858 vsize=11080032 memory=5805296 CPUtime=0.07 cores=1,3,5,7
/proc/16861/task/16926/stat : 16926 (java) S 16858 16861 13143 0 -1 1077944384 3 13253 0 0 0 0 4 3 20 0 15 0 229289310 11345952768 1451324 33554432000 4194304 4196468 140727714421264 140162902255968 140164998362837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16927] ppid=16858 vsize=11080032 memory=15244 CPUtime=1.43 cores=1,3,5,7
/proc/16861/task/16927/stat : 16927 (java) S 16858 16861 13143 0 -1 1077944384 2976 13253 0 0 58 78 4 3 20 0 15 0 229289310 11345952768 1451324 33554432000 4194304 4196468 140727714421264 140164419476528 140164998363778 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 19 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
Current children cumulated CPU time: 2513.23 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 5805296 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2269 s]*
/proc/loadavg: 1.52 1.53 1.60 3/215 17653
/proc/meminfo: memFree=11790112/32770624 swapFree=67108196/67108860
[pid=16861] ppid=16858 vsize=11080032 memory=5805296 CPUtime=2520.04 cores=1,3,5,7
/proc/16861/stat : 16861 (java) S 16858 16861 13143 0 -1 1077944320 1006845 13253 0 0 251325 672 4 3 20 0 15 0 229289295 11345952768 1451324 33554432000 4194304 4196468 140727714421264 140727714403808 140164998352631 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
/proc/16861/statm: 2770008 1451324 3540 1 0 2731661 0
[pid=16861/tid=16914] ppid=16858 vsize=11080032 memory=6791534058613427641 CPUtime=2193.57 cores=1,3,5,7
/proc/16861/task/16914/stat : 16914 (java) R 16858 16861 13143 0 -1 4202560 252931 13253 0 0 219289 61 4 3 20 0 15 0 229289304 11345952768 1451324 33554432000 4194304 4196468 140727714421264 140164970186064 140164549423636 0 4 0 16800975 0 0 0 -1 1 0 0 22 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16915] ppid=16858 vsize=11080032 memory=-7003737579269690708 CPUtime=71.78 cores=1,3,5,7
/proc/16861/task/16915/stat : 16915 (java) S 16858 16861 13143 0 -1 1077944384 79936 13253 0 0 7046 125 4 3 20 0 15 0 229289305 11345952768 1451324 33554432000 4194304 4196468 140727714421264 140165002594832 140164998362837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16916] ppid=16858 vsize=11080032 memory=1240 CPUtime=71.61 cores=1,3,5,7
/proc/16861/task/16916/stat : 16916 (java) S 16858 16861 13143 0 -1 1077944384 79986 13253 0 0 7026 128 4 3 20 0 15 0 229289305 11345952768 1451324 33554432000 4194304 4196468 140727714421264 140164857313936 140164998362837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16917] ppid=16858 vsize=11080032 memory=2196 CPUtime=71.6 cores=1,3,5,7
/proc/16861/task/16917/stat : 16917 (java) S 16858 16861 13143 0 -1 1077944384 80952 13253 0 0 7026 127 4 3 20 0 15 0 229289305 11345952768 1451324 33554432000 4194304 4196468 140727714421264 140164856260880 140164998362837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16918] ppid=16858 vsize=11080032 memory=1760 CPUtime=71.71 cores=1,3,5,7
/proc/16861/task/16918/stat : 16918 (java) S 16858 16861 13143 0 -1 1077944384 88390 13253 0 0 7039 125 4 3 20 0 15 0 229289305 11345952768 1451324 33554432000 4194304 4196468 140727714421264 140164855208336 140164998362837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16919] ppid=16858 vsize=11080032 memory=4168 CPUtime=2.88 cores=1,3,5,7
/proc/16861/task/16919/stat : 16919 (java) S 16858 16861 13143 0 -1 1077944384 90233 13253 0 0 269 12 4 3 20 0 15 0 229289307 11345952768 1451324 33554432000 4194304 4196468 140727714421264 140164423686896 140164998363778 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16920] ppid=16858 vsize=11080032 memory=7852 CPUtime=0.07 cores=1,3,5,7
/proc/16861/task/16920/stat : 16920 (java) S 16858 16861 13143 0 -1 1077944384 24 13253 0 0 0 0 4 3 20 0 15 0 229289307 11345952768 1451324 33554432000 4194304 4196468 140727714421264 140163841779424 140164998362837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16921] ppid=16858 vsize=11080032 memory=1628 CPUtime=0.07 cores=1,3,5,7
/proc/16861/task/16921/stat : 16921 (java) S 16858 16861 13143 0 -1 1077944384 14 13253 0 0 0 0 4 3 20 0 15 0 229289307 11345952768 1451324 33554432000 4194304 4196468 140727714421264 140163640452352 140164998362837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16922] ppid=16858 vsize=11080032 memory=1140 CPUtime=0.07 cores=1,3,5,7
/proc/16861/task/16922/stat : 16922 (java) S 16858 16861 13143 0 -1 1077944384 3 13253 0 0 0 0 4 3 20 0 15 0 229289310 11345952768 1451324 33554432000 4194304 4196468 140727714421264 140163333052880 140164998371227 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16923] ppid=16858 vsize=11080032 memory=15244 CPUtime=16.18 cores=1,3,5,7
/proc/16861/task/16923/stat : 16923 (java) S 16858 16861 13143 0 -1 1077944384 114364 13253 0 0 1599 12 4 3 20 0 15 0 229289310 11345952768 1451324 33554432000 4194304 4196468 140727714421264 140164422633712 140164998363778 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16924] ppid=16858 vsize=11080032 memory=35504 CPUtime=15.58 cores=1,3,5,7
/proc/16861/task/16924/stat : 16924 (java) S 16858 16861 13143 0 -1 1077944384 116772 13253 0 0 1539 12 4 3 20 0 15 0 229289310 11345952768 1451324 33554432000 4194304 4196468 140727714421264 140164421581168 140164998363778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 19 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16925] ppid=16858 vsize=11080032 memory=5805296 CPUtime=4.23 cores=1,3,5,7
/proc/16861/task/16925/stat : 16925 (java) S 16858 16861 13143 0 -1 1077944384 98073 13253 0 0 405 11 4 3 20 0 15 0 229289310 11345952768 1451324 33554432000 4194304 4196468 140727714421264 140164420528112 140164998363778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16926] ppid=16858 vsize=11080032 memory=916 CPUtime=0.07 cores=1,3,5,7
/proc/16861/task/16926/stat : 16926 (java) S 16858 16861 13143 0 -1 1077944384 3 13253 0 0 0 0 4 3 20 0 15 0 229289310 11345952768 1451324 33554432000 4194304 4196468 140727714421264 140162902255968 140164998362837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
[pid=16861/tid=16927] ppid=16858 vsize=11080032 memory=3852 CPUtime=1.44 cores=1,3,5,7
/proc/16861/task/16927/stat : 16927 (java) S 16858 16861 13143 0 -1 1077944384 2976 13253 0 0 58 79 4 3 20 0 15 0 229289310 11345952768 1451324 33554432000 4194304 4196468 140727714421264 140164419476528 140164998363778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 19 0 0 6293624 6294260 37232640 140727714429548 140727714432348 140727714432348 140727714435023 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 5805296 KiB

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

[startup+2269.08 s]
# the end of solver process 16861 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2513.33 s, system=6.79507 s

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

Child status: 143
Real time (s): 2269.08
CPU time (s): 2520.13
CPU user time (s): 2513.33
CPU system time (s): 6.79507
CPU usage (%): 111.064
Max. virtual memory (cumulated for all children) (KiB): 11080032
Max. memory (cumulated for all children) (KiB): 5868620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2513.33
system time used= 6.79507
maximum resident set size= 5872716
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1020929
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3160
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 74929
involuntary context switches= 4710


# summary of solver processes directly reported to runsolver:
#   pid: 16861
#   total CPU time (s): 2520.13
#   total CPU user time (s): 2513.33
#   total CPU system time (s): 6.79507

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.4258 second user time and 20.601 second system time

The end

Launcher Data

Begin job on node151 at 2018-08-13 01:41:01
IDJOB=4305131
IDBENCH=141459
IDSOLVER=2780
FILE ID=node151/4305131-1534117261
RUNJOBID= node151-1534096964-13175
PBS_JOBID= 21036999
Free space on /tmp= 41228 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/CarSequencing/CarSequencing-80-01_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4305131-1534117261/watcher-4305131-1534117261 -o /tmp/evaluation-result-4305131-1534117261/solver-4305131-1534117261 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1534096964-13175 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1206288762 HOME/instance-4305131-1534117261.xml

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

MD5SUM BENCH= 1fae7142163c3dd6bc5a43a0b85b79be
RANDOM SEED=1206288762

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        15972588 kB
MemAvailable:   29199848 kB
Buffers:          199332 kB
Cached:         13141640 kB
SwapCached:           16 kB
Active:          8503088 kB
Inactive:        7591324 kB
Active(anon):    2702916 kB
Inactive(anon):   102576 kB
Active(file):    5800172 kB
Inactive(file):  7488748 kB
Unevictable:        7836 kB
Mlocked:            7836 kB
SwapTotal:      67108860 kB
SwapFree:       67108196 kB
Dirty:             26424 kB
Writeback:             0 kB
AnonPages:       2705712 kB
Mapped:            73144 kB
Shmem:             49524 kB
Slab:             394904 kB
SReclaimable:     366800 kB
SUnreclaim:        28104 kB
KernelStack:        3808 kB
PageTables:        11156 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3623900 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2459648 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 41200 MiB
End job on node151 at 2018-08-13 02:18:50