Trace number 4295050

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.8 2018-06-13? (TO) 2520.12 2367.85

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295050-1532527800/watcher-4295050-1532527800 -o /tmp/evaluation-result-4295050-1532527800/solver-4295050-1532527800 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532523045-23735 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=371657421 HOME/instance-4295050-1532527800.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=24789, runsolver pid=24786
Current StackSize limit: 8192 KiB


[startup+0.100174 s]*
/proc/loadavg: 1.35 1.49 1.50 3/206 24846
/proc/meminfo: memFree=16142688/32770624 swapFree=67108796/67108860
[pid=24789] ppid=24786 vsize=9972712 memory=18592 CPUtime=0.08 cores=1,3,5,7
/proc/24789/stat : 24789 (java) S 24786 24789 23703 0 -1 1077944320 4278 12972 0 0 1 0 5 2 20 0 6 0 70343143 10212057088 4648 33554432000 4194304 4196468 140736032245856 140736032228400 140125758693111 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
/proc/24789/statm: 2493178 4648 1934 1 0 2481616 0
[pid=24789/tid=24842] ppid=24786 vsize=9972712 memory=4628411388058700198 CPUtime=0.08 cores=1,3,5,7
/proc/24789/task/24842/stat : 24842 (java) R 24786 24789 23703 0 -1 4202560 2096 12972 0 0 1 0 5 2 20 0 6 0 70343152 10212057088 4648 33554432000 4194304 4196468 140736032245856 140125730529872 140125744005113 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24843] ppid=24786 vsize=9972712 memory=5793854992560372153 CPUtime=0.07 cores=1,3,5,7
/proc/24789/task/24843/stat : 24843 (java) S 24786 24789 23703 0 -1 1077944384 2 12972 0 0 0 0 5 2 20 0 6 0 70343153 10212057088 4648 33554432000 4194304 4196468 140736032245856 140125762935312 140125758703317 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24844] ppid=24786 vsize=9972712 memory=139741550478976 CPUtime=0.07 cores=1,3,5,7
/proc/24789/task/24844/stat : 24844 (java) S 24786 24789 23703 0 -1 1077944384 2 12972 0 0 0 0 5 2 20 0 6 0 70343153 10212057088 4648 33554432000 4194304 4196468 140736032245856 140125661825680 140125758703317 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24845] ppid=24786 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24789/task/24845/stat : 24845 (java) S 24786 24789 23703 0 -1 1077944384 1 12972 0 0 0 0 5 2 20 0 6 0 70343153 10212057088 4648 33554432000 4194304 4196468 140736032245856 140125660772624 140125758703317 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24846] ppid=24786 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24789/task/24846/stat : 24846 (java) S 24786 24789 23703 0 -1 1077944384 2 12972 0 0 0 0 5 2 20 0 6 0 70343153 10212057088 4648 33554432000 4194304 4196468 140736032245856 140125659720080 140125758703317 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18592 KiB

[startup+0.209836 s]*
/proc/loadavg: 1.35 1.49 1.50 3/215 24855
/proc/meminfo: memFree=16125952/32770624 swapFree=67108796/67108860
[pid=24789] ppid=24786 vsize=10818936 memory=42420 CPUtime=0.25 cores=1,3,5,7
/proc/24789/stat : 24789 (java) S 24786 24789 23703 0 -1 1077944320 8482 12972 0 0 16 2 5 2 20 0 15 0 70343143 11078590464 10605 33554432000 4194304 4196468 140736032245856 140736032228400 140125758693111 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
/proc/24789/statm: 2704734 10605 2953 1 0 2667157 0
[pid=24789/tid=24842] ppid=24786 vsize=10818936 memory=-8540663193526752614 CPUtime=0.18 cores=1,3,5,7
/proc/24789/task/24842/stat : 24842 (java) R 24786 24789 23703 0 -1 4202560 5170 12972 0 0 10 1 5 2 20 0 15 0 70343152 11078590464 10736 33554432000 4194304 4196468 140736032245856 140125730517920 140125751372829 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24843] ppid=24786 vsize=10818936 memory=4211973467755269514 CPUtime=0.07 cores=1,3,5,7
/proc/24789/task/24843/stat : 24843 (java) S 24786 24789 23703 0 -1 1077944384 2 12972 0 0 0 0 5 2 20 0 15 0 70343153 11078590464 10736 33554432000 4194304 4196468 140736032245856 140125762935312 140125758703317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24844] ppid=24786 vsize=10818936 memory=139741550478976 CPUtime=0.07 cores=1,3,5,7
/proc/24789/task/24844/stat : 24844 (java) S 24786 24789 23703 0 -1 1077944384 2 12972 0 0 0 0 5 2 20 0 15 0 70343153 11078590464 10802 33554432000 4194304 4196468 140736032245856 140125661825680 140125758703317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24845] ppid=24786 vsize=10818936 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24789/task/24845/stat : 24845 (java) S 24786 24789 23703 0 -1 1077944384 1 12972 0 0 0 0 5 2 20 0 15 0 70343153 11078590464 10802 33554432000 4194304 4196468 140736032245856 140125660772624 140125758703317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24846] ppid=24786 vsize=10818936 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24789/task/24846/stat : 24846 (java) S 24786 24789 23703 0 -1 1077944384 2 12972 0 0 0 0 5 2 20 0 15 0 70343153 11078590464 10802 33554432000 4194304 4196468 140736032245856 140125659720080 140125758703317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24847] ppid=24786 vsize=10818936 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24789/task/24847/stat : 24847 (java) S 24786 24789 23703 0 -1 1077944384 2 12972 0 0 0 0 5 2 20 0 15 0 70343154 11078590464 10802 33554432000 4194304 4196468 140736032245856 140124828404464 140125758704258 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24848] ppid=24786 vsize=10818936 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/24789/task/24848/stat : 24848 (java) S 24786 24789 23703 0 -1 1077944384 33 12972 0 0 0 0 5 2 20 0 15 0 70343155 11078590464 10868 33554432000 4194304 4196468 140736032245856 140124827350688 140125758703317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24849] ppid=24786 vsize=10818936 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24789/task/24849/stat : 24849 (java) S 24786 24789 23703 0 -1 1077944384 1 12972 0 0 0 0 5 2 20 0 15 0 70343155 11078590464 10868 33554432000 4194304 4196468 140736032245856 140124583093488 140125758703317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24850] ppid=24786 vsize=10818936 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24789/task/24850/stat : 24850 (java) S 24786 24789 23703 0 -1 1077944384 3 12972 0 0 0 0 5 2 20 0 15 0 70343157 11078590464 10868 33554432000 4194304 4196468 140736032245856 140124342802896 140125758711707 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24851] ppid=24786 vsize=10818936 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24789/task/24851/stat : 24851 (java) S 24786 24789 23703 0 -1 1077944384 423 12972 0 0 1 0 5 2 20 0 15 0 70343157 11078590464 10868 33554432000 4194304 4196468 140736032245856 140124793792752 140125758704258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24852] ppid=24786 vsize=10818936 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/24789/task/24852/stat : 24852 (java) S 24786 24789 23703 0 -1 1077944384 193 12972 0 0 1 0 5 2 20 0 15 0 70343157 11078590464 10934 33554432000 4194304 4196468 140736032245856 140124792740208 140125758704258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24853] ppid=24786 vsize=10818936 memory=139741550478976 CPUtime=0.1 cores=1,3,5,7
/proc/24789/task/24853/stat : 24853 (java) S 24786 24789 23703 0 -1 1077944384 611 12972 0 0 3 0 5 2 20 0 15 0 70343157 11078590464 10934 33554432000 4194304 4196468 140736032245856 140124791687152 140125758704258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24854] ppid=24786 vsize=10818936 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/24789/task/24854/stat : 24854 (java) S 24786 24789 23703 0 -1 1077944384 3 12972 0 0 0 0 5 2 20 0 15 0 70343158 11078590464 10934 33554432000 4194304 4196468 140736032245856 140124309244256 140125758703317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24855] ppid=24786 vsize=10818936 memory=139741550478976 CPUtime=0.07 cores=1,3,5,7
/proc/24789/task/24855/stat : 24855 (java) S 24786 24789 23703 0 -1 1077944384 1 12972 0 0 0 0 5 2 20 0 15 0 70343158 11078590464 10934 33554432000 4194304 4196468 140736032245856 140124790635568 140125758704258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818936 KiB
Current children cumulated memory: 42420 KiB

[startup+0.31014 s]*
/proc/loadavg: 1.35 1.49 1.50 4/215 24855
/proc/meminfo: memFree=16112620/32770624 swapFree=67108796/67108860
[pid=24789] ppid=24786 vsize=10819352 memory=52880 CPUtime=0.39 cores=1,3,5,7
/proc/24789/stat : 24789 (java) S 24786 24789 23703 0 -1 1077944320 10343 12972 0 0 29 3 5 2 20 0 15 0 70343143 11079016448 13220 33554432000 4194304 4196468 140736032245856 140736032228400 140125758693111 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
/proc/24789/statm: 2704838 13220 3072 1 0 2667149 0
[pid=24789/tid=24842] ppid=24786 vsize=10819352 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/24789/task/24842/stat : 24842 (java) R 24786 24789 23703 0 -1 4202560 6869 12972 0 0 20 2 5 2 20 0 15 0 70343152 11079016448 13220 33554432000 4194304 4196468 140736032245856 140125730505120 140125740256686 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24843] ppid=24786 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24789/task/24843/stat : 24843 (java) S 24786 24789 23703 0 -1 1077944384 2 12972 0 0 0 0 5 2 20 0 15 0 70343153 11079016448 13220 33554432000 4194304 4196468 140736032245856 140125762935312 140125758703317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24844] ppid=24786 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24789/task/24844/stat : 24844 (java) S 24786 24789 23703 0 -1 1077944384 2 12972 0 0 0 0 5 2 20 0 15 0 70343153 11079016448 13220 33554432000 4194304 4196468 140736032245856 140125661825680 140125758703317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24845] ppid=24786 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24789/task/24845/stat : 24845 (java) S 24786 24789 23703 0 -1 1077944384 1 12972 0 0 0 0 5 2 20 0 15 0 70343153 11079016448 13220 33554432000 4194304 4196468 140736032245856 140125660772624 140125758703317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24846] ppid=24786 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/24789/task/24846/stat : 24846 (java) S 24786 24789 23703 0 -1 1077944384 2 12972 0 0 0 0 5 2 20 0 15 0 70343153 11079016448 13220 33554432000 4194304 4196468 140736032245856 140125659720080 140125758703317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24847] ppid=24786 vsize=10819352 memory=139741550478975 CPUtime=0.07 cores=1,3,5,7
/proc/24789/task/24847/stat : 24847 (java) S 24786 24789 23703 0 -1 1077944384 2 12972 0 0 0 0 5 2 20 0 15 0 70343154 11079016448 13220 33554432000 4194304 4196468 140736032245856 140124828404464 140125758704258 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24848] ppid=24786 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/24789/task/24848/stat : 24848 (java) S 24786 24789 23703 0 -1 1077944384 33 12972 0 0 0 0 5 2 20 0 15 0 70343155 11079016448 13220 33554432000 4194304 4196468 140736032245856 140124827350688 140125758703317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24849] ppid=24786 vsize=10819352 memory=139741550478976 CPUtime=0.07 cores=1,3,5,7
/proc/24789/task/24849/stat : 24849 (java) S 24786 24789 23703 0 -1 1077944384 1 12972 0 0 0 0 5 2 20 0 15 0 70343155 11079016448 13220 33554432000 4194304 4196468 140736032245856 140124583093488 140125758703317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24850] ppid=24786 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/24789/task/24850/stat : 24850 (java) S 24786 24789 23703 0 -1 1077944384 3 12972 0 0 0 0 5 2 20 0 15 0 70343157 11079016448 13220 33554432000 4194304 4196468 140736032245856 140124342802896 140125758711707 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24851] ppid=24786 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24789/task/24851/stat : 24851 (java) S 24786 24789 23703 0 -1 1077944384 423 12972 0 0 1 0 5 2 20 0 15 0 70343157 11079016448 13220 33554432000 4194304 4196468 140736032245856 140124793792752 140125758704258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24852] ppid=24786 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/24789/task/24852/stat : 24852 (java) S 24786 24789 23703 0 -1 1077944384 194 12972 0 0 1 0 5 2 20 0 15 0 70343157 11079016448 13220 33554432000 4194304 4196468 140736032245856 140124792740208 140125758704258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24853] ppid=24786 vsize=10819352 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/24789/task/24853/stat : 24853 (java) S 24786 24789 23703 0 -1 1077944384 619 12972 0 0 5 0 5 2 20 0 15 0 70343157 11079016448 13220 33554432000 4194304 4196468 140736032245856 140124791687152 140125758704258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24854] ppid=24786 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24789/task/24854/stat : 24854 (java) S 24786 24789 23703 0 -1 1077944384 3 12972 0 0 0 0 5 2 20 0 15 0 70343158 11079016448 13220 33554432000 4194304 4196468 140736032245856 140124309244256 140125758703317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24855] ppid=24786 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24789/task/24855/stat : 24855 (java) S 24786 24789 23703 0 -1 1077944384 1 12972 0 0 0 0 5 2 20 0 15 0 70343158 11079016448 13220 33554432000 4194304 4196468 140736032245856 140124790635568 140125758704258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 52880 KiB

[startup+0.700769 s]
/proc/loadavg: 1.35 1.49 1.50 3/215 24855
/proc/meminfo: memFree=16104204/32770624 swapFree=67108796/67108860
[pid=24789] ppid=24786 vsize=10819352 memory=85264 CPUtime=0.98 cores=1,3,5,7
/proc/24789/stat : 24789 (java) S 24786 24789 23703 0 -1 1077944320 16424 12972 0 0 87 4 5 2 20 0 15 0 70343143 11079016448 21316 33554432000 4194304 4196468 140736032245856 140736032228400 140125758693111 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
/proc/24789/statm: 2704838 21316 3246 1 0 2667149 0
[pid=24789/tid=24842] ppid=24786 vsize=10819352 memory=21112 CPUtime=0.66 cores=1,3,5,7
/proc/24789/task/24842/stat : 24842 (java) R 24786 24789 23703 0 -1 4202560 11855 12972 0 0 56 3 5 2 20 0 15 0 70343152 11079016448 21316 33554432000 4194304 4196468 140736032245856 140125730513936 140125743858697 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24843] ppid=24786 vsize=10819352 memory=4580 CPUtime=0.07 cores=1,3,5,7
/proc/24789/task/24843/stat : 24843 (java) S 24786 24789 23703 0 -1 1077944384 2 12972 0 0 0 0 5 2 20 0 15 0 70343153 11079016448 21316 33554432000 4194304 4196468 140736032245856 140125762935312 140125758703317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24844] ppid=24786 vsize=10819352 memory=139741391790575 CPUtime=0.07 cores=1,3,5,7
/proc/24789/task/24844/stat : 24844 (java) S 24786 24789 23703 0 -1 1077944384 2 12972 0 0 0 0 5 2 20 0 15 0 70343153 11079016448 21316 33554432000 4194304 4196468 140736032245856 140125661825680 140125758703317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24845] ppid=24786 vsize=10819352 memory=139745350910856 CPUtime=0.07 cores=1,3,5,7
/proc/24789/task/24845/stat : 24845 (java) S 24786 24789 23703 0 -1 1077944384 1 12972 0 0 0 0 5 2 20 0 15 0 70343153 11079016448 21316 33554432000 4194304 4196468 140736032245856 140125660772624 140125758703317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24846] ppid=24786 vsize=10819352 memory=644 CPUtime=0.07 cores=1,3,5,7
/proc/24789/task/24846/stat : 24846 (java) S 24786 24789 23703 0 -1 1077944384 2 12972 0 0 0 0 5 2 20 0 15 0 70343153 11079016448 21316 33554432000 4194304 4196468 140736032245856 140125659720080 140125758703317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24847] ppid=24786 vsize=10819352 memory=7305218370954291033 CPUtime=0.07 cores=1,3,5,7
/proc/24789/task/24847/stat : 24847 (java) S 24786 24789 23703 0 -1 1077944384 5 12972 0 0 0 0 5 2 20 0 15 0 70343154 11079016448 21316 33554432000 4194304 4196468 140736032245856 140124828404464 140125758704258 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24848] ppid=24786 vsize=10819352 memory=7739276948477864808 CPUtime=0.07 cores=1,3,5,7
/proc/24789/task/24848/stat : 24848 (java) S 24786 24789 23703 0 -1 1077944384 33 12972 0 0 0 0 5 2 20 0 15 0 70343155 11079016448 21316 33554432000 4194304 4196468 140736032245856 140124827350688 140125758703317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24849] ppid=24786 vsize=10819352 memory=5787221545506525541 CPUtime=0.07 cores=1,3,5,7
/proc/24789/task/24849/stat : 24849 (java) S 24786 24789 23703 0 -1 1077944384 1 12972 0 0 0 0 5 2 20 0 15 0 70343155 11079016448 21316 33554432000 4194304 4196468 140736032245856 140124583093488 140125758703317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24850] ppid=24786 vsize=10819352 memory=8514726395715218844 CPUtime=0.07 cores=1,3,5,7
/proc/24789/task/24850/stat : 24850 (java) S 24786 24789 23703 0 -1 1077944384 3 12972 0 0 0 0 5 2 20 0 15 0 70343157 11079016448 21316 33554432000 4194304 4196468 140736032245856 140124342802896 140125758711707 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24851] ppid=24786 vsize=10819352 memory=8326441112149131689 CPUtime=0.14 cores=1,3,5,7
/proc/24789/task/24851/stat : 24851 (java) S 24786 24789 23703 0 -1 1077944384 801 12972 0 0 7 0 5 2 20 0 15 0 70343157 11079016448 21316 33554432000 4194304 4196468 140736032245856 140124793792752 140125758704258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24852] ppid=24786 vsize=10819352 memory=-8990767739041718176 CPUtime=0.16 cores=1,3,5,7
/proc/24789/task/24852/stat : 24852 (java) S 24786 24789 23703 0 -1 1077944384 858 12972 0 0 9 0 5 2 20 0 15 0 70343157 11079016448 21316 33554432000 4194304 4196468 140736032245856 140124792740208 140125758704258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24853] ppid=24786 vsize=10819352 memory=-7384994778349281184 CPUtime=0.2 cores=1,3,5,7
/proc/24789/task/24853/stat : 24853 (java) S 24786 24789 23703 0 -1 1077944384 669 12972 0 0 13 0 5 2 20 0 15 0 70343157 11079016448 21316 33554432000 4194304 4196468 140736032245856 140124791687152 140125758704258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24854] ppid=24786 vsize=10819352 memory=-7966001967256141664 CPUtime=0.07 cores=1,3,5,7
/proc/24789/task/24854/stat : 24854 (java) S 24786 24789 23703 0 -1 1077944384 3 12972 0 0 0 0 5 2 20 0 15 0 70343158 11079016448 21316 33554432000 4194304 4196468 140736032245856 140124309244256 140125758703317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24855] ppid=24786 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24789/task/24855/stat : 24855 (java) S 24786 24789 23703 0 -1 1077944384 1 12972 0 0 0 0 5 2 20 0 15 0 70343158 11079016448 21316 33554432000 4194304 4196468 140736032245856 140124790635568 140125758704258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 85264 KiB

[startup+1.50074 s]
/proc/loadavg: 1.35 1.49 1.50 3/216 24863
/proc/meminfo: memFree=16057792/32770624 swapFree=67108796/67108860
[pid=24789] ppid=24786 vsize=10834252 memory=193556 CPUtime=2.87 cores=1,3,5,7
/proc/24789/stat : 24789 (java) S 24786 24789 23703 0 -1 1077944320 26188 12972 0 0 270 10 5 2 20 0 15 0 70343143 11094274048 48389 33554432000 4194304 4196468 140736032245856 140736032228400 140125758693111 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
/proc/24789/statm: 2708563 48389 3489 1 0 2670221 0
[pid=24789/tid=24842] ppid=24786 vsize=10834252 memory=0 CPUtime=1.41 cores=1,3,5,7
/proc/24789/task/24842/stat : 24842 (java) R 24786 24789 23703 0 -1 4202560 17055 12972 0 0 128 6 5 2 20 0 15 0 70343152 11094274048 48389 33554432000 4194304 4196468 140736032245856 140125730500864 140125758715037 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24843] ppid=24786 vsize=10834252 memory=99140 CPUtime=0.08 cores=1,3,5,7
/proc/24789/task/24843/stat : 24843 (java) S 24786 24789 23703 0 -1 1077944384 172 12972 0 0 1 0 5 2 20 0 15 0 70343153 11094274048 48389 33554432000 4194304 4196468 140736032245856 140125762935312 140125758703317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24844] ppid=24786 vsize=10834252 memory=5790086053191909267 CPUtime=0.09 cores=1,3,5,7
/proc/24789/task/24844/stat : 24844 (java) S 24786 24789 23703 0 -1 1077944384 16 12972 0 0 2 0 5 2 20 0 15 0 70343153 11094274048 48453 33554432000 4194304 4196468 140736032245856 140125661825680 140125758703317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24845] ppid=24786 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24789/task/24845/stat : 24845 (java) S 24786 24789 23703 0 -1 1077944384 17 12972 0 0 1 0 5 2 20 0 15 0 70343153 11094274048 48453 33554432000 4194304 4196468 140736032245856 140125660772624 140125758703317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24846] ppid=24786 vsize=10834252 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/24789/task/24846/stat : 24846 (java) S 24786 24789 23703 0 -1 1077944384 67 12972 0 0 2 0 5 2 20 0 15 0 70343153 11094274048 48453 33554432000 4194304 4196468 140736032245856 140125659720080 140125758703317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24847] ppid=24786 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24789/task/24847/stat : 24847 (java) S 24786 24789 23703 0 -1 1077944384 852 12972 0 0 1 0 5 2 20 0 15 0 70343154 11094274048 48453 33554432000 4194304 4196468 140736032245856 140124828404464 140125758704258 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24848] ppid=24786 vsize=10834252 memory=-6221781267475802396 CPUtime=0.07 cores=1,3,5,7
/proc/24789/task/24848/stat : 24848 (java) S 24786 24789 23703 0 -1 1077944384 33 12972 0 0 0 0 5 2 20 0 15 0 70343155 11094274048 48453 33554432000 4194304 4196468 140736032245856 140124827350752 140125758703317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24849] ppid=24786 vsize=10834252 memory=1572 CPUtime=0.07 cores=1,3,5,7
/proc/24789/task/24849/stat : 24849 (java) S 24786 24789 23703 0 -1 1077944384 2 12972 0 0 0 0 5 2 20 0 15 0 70343155 11094274048 48453 33554432000 4194304 4196468 140736032245856 140124583093504 140125758703317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24850] ppid=24786 vsize=10834252 memory=2092 CPUtime=0.07 cores=1,3,5,7
/proc/24789/task/24850/stat : 24850 (java) S 24786 24789 23703 0 -1 1077944384 3 12972 0 0 0 0 5 2 20 0 15 0 70343157 11094274048 48453 33554432000 4194304 4196468 140736032245856 140124342802896 140125758711707 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24851] ppid=24786 vsize=10834252 memory=0 CPUtime=0.47 cores=1,3,5,7
/proc/24789/task/24851/stat : 24851 (java) S 24786 24789 23703 0 -1 1077944384 2021 12972 0 0 40 0 5 2 20 0 15 0 70343157 11094274048 48453 33554432000 4194304 4196468 140736032245856 140124793792752 140125758704258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24852] ppid=24786 vsize=10834252 memory=246458443962158 CPUtime=0.53 cores=1,3,5,7
/proc/24789/task/24852/stat : 24852 (java) S 24786 24789 23703 0 -1 1077944384 2099 12972 0 0 46 0 5 2 20 0 15 0 70343157 11094274048 48453 33554432000 4194304 4196468 140736032245856 140124792740208 140125758704258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24853] ppid=24786 vsize=10834252 memory=297290490211296509 CPUtime=0.5 cores=1,3,5,7
/proc/24789/task/24853/stat : 24853 (java) S 24786 24789 23703 0 -1 1077944384 1657 12972 0 0 43 0 5 2 20 0 15 0 70343157 11094274048 48453 33554432000 4194304 4196468 140736032245856 140124791687152 140125758704258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24854] ppid=24786 vsize=10834252 memory=4638778424102965584 CPUtime=0.07 cores=1,3,5,7
/proc/24789/task/24854/stat : 24854 (java) S 24786 24789 23703 0 -1 1077944384 3 12972 0 0 0 0 5 2 20 0 15 0 70343158 11094274048 48453 33554432000 4194304 4196468 140736032245856 140124309244256 140125758703317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24855] ppid=24786 vsize=10834252 memory=6935649255759568960 CPUtime=0.07 cores=1,3,5,7
/proc/24789/task/24855/stat : 24855 (java) S 24786 24789 23703 0 -1 1077944384 3 12972 0 0 0 0 5 2 20 0 15 0 70343158 11094274048 48453 33554432000 4194304 4196468 140736032245856 140124790635568 140125758704258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
Current children cumulated CPU time: 2.87 s
Current children cumulated vsize: 10834252 KiB

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

/proc/24789/task/24842/stat : 24842 (java) R 24786 24789 23703 0 -1 4202560 270102 12972 0 0 215930 51 5 2 20 0 15 0 70343152 11111071744 1414378 33554432000 4194304 4196468 140736032245856 140125730526944 140125352862522 0 4 0 16800975 0 0 0 -1 5 0 0 30 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24843] ppid=24786 vsize=10850656 memory=5657512 CPUtime=40.48 cores=1,3,5,7
/proc/24789/task/24843/stat : 24843 (java) S 24786 24789 23703 0 -1 1077944384 80422 12972 0 0 3885 156 5 2 20 0 15 0 70343153 11111071744 1414378 33554432000 4194304 4196468 140736032245856 140125762935312 140125758703317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24844] ppid=24786 vsize=10850656 memory=5657512 CPUtime=40.2 cores=1,3,5,7
/proc/24789/task/24844/stat : 24844 (java) S 24786 24789 23703 0 -1 1077944384 78607 12972 0 0 3850 163 5 2 20 0 15 0 70343153 11111071744 1414378 33554432000 4194304 4196468 140736032245856 140125661825680 140125758703317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24845] ppid=24786 vsize=10850656 memory=5657512 CPUtime=40.16 cores=1,3,5,7
/proc/24789/task/24845/stat : 24845 (java) S 24786 24789 23703 0 -1 1077944384 74134 12972 0 0 3853 156 5 2 20 0 15 0 70343153 11111071744 1414378 33554432000 4194304 4196468 140736032245856 140125660772624 140125758703317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24846] ppid=24786 vsize=10850656 memory=5657512 CPUtime=40.41 cores=1,3,5,7
/proc/24789/task/24846/stat : 24846 (java) S 24786 24789 23703 0 -1 1077944384 83004 12972 0 0 3874 160 5 2 20 0 15 0 70343153 11111071744 1414378 33554432000 4194304 4196468 140736032245856 140125659720080 140125758703317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24847] ppid=24786 vsize=10850656 memory=5657512 CPUtime=0.99 cores=1,3,5,7
/proc/24789/task/24847/stat : 24847 (java) S 24786 24789 23703 0 -1 1077944384 46061 12972 0 0 81 11 5 2 20 0 15 0 70343154 11111071744 1414378 33554432000 4194304 4196468 140736032245856 140124828404464 140125758704258 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24848] ppid=24786 vsize=10850656 memory=279482783359360 CPUtime=0.07 cores=1,3,5,7
/proc/24789/task/24848/stat : 24848 (java) S 24786 24789 23703 0 -1 1077944384 54 12972 0 0 0 0 5 2 20 0 15 0 70343155 11111071744 1414378 33554432000 4194304 4196468 140736032245856 140124827350752 140125758703317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24849] ppid=24786 vsize=10850656 memory=5657512 CPUtime=0.07 cores=1,3,5,7
/proc/24789/task/24849/stat : 24849 (java) S 24786 24789 23703 0 -1 1077944384 6 12972 0 0 0 0 5 2 20 0 15 0 70343155 11111071744 1414378 33554432000 4194304 4196468 140736032245856 140124583093504 140125758703317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24850] ppid=24786 vsize=10850656 memory=5657512 CPUtime=0.07 cores=1,3,5,7
/proc/24789/task/24850/stat : 24850 (java) S 24786 24789 23703 0 -1 1077944384 3 12972 0 0 0 0 5 2 20 0 15 0 70343157 11111071744 1414378 33554432000 4194304 4196468 140736032245856 140124342802896 140125758711707 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24851] ppid=24786 vsize=10850656 memory=5657512 CPUtime=13.15 cores=1,3,5,7
/proc/24789/task/24851/stat : 24851 (java) S 24786 24789 23703 0 -1 1077944384 44554 12972 0 0 1303 5 5 2 20 0 15 0 70343157 11111071744 1414378 33554432000 4194304 4196468 140736032245856 140124793792752 140125758704258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24852] ppid=24786 vsize=10850656 memory=5657512 CPUtime=11.74 cores=1,3,5,7
/proc/24789/task/24852/stat : 24852 (java) S 24786 24789 23703 0 -1 1077944384 41659 12972 0 0 1160 7 5 2 20 0 15 0 70343157 11111071744 1414378 33554432000 4194304 4196468 140736032245856 140124792740208 140125758704258 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24853] ppid=24786 vsize=10850656 memory=3472328296227679313 CPUtime=4.32 cores=1,3,5,7
/proc/24789/task/24853/stat : 24853 (java) S 24786 24789 23703 0 -1 1077944384 29815 12972 0 0 419 6 5 2 20 0 15 0 70343157 11111071744 1414378 33554432000 4194304 4196468 140736032245856 140124791687152 140125758704258 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24854] ppid=24786 vsize=10850656 memory=7300704777173560402 CPUtime=0.07 cores=1,3,5,7
/proc/24789/task/24854/stat : 24854 (java) S 24786 24789 23703 0 -1 1077944384 3 12972 0 0 0 0 5 2 20 0 15 0 70343158 11111071744 1414378 33554432000 4194304 4196468 140736032245856 140124309244256 140125758703317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24855] ppid=24786 vsize=10850656 memory=6791534058613427641 CPUtime=1.3 cores=1,3,5,7
/proc/24789/task/24855/stat : 24855 (java) S 24786 24789 23703 0 -1 1077944384 2359 12972 0 0 53 70 5 2 20 0 15 0 70343158 11111071744 1414378 33554432000 4194304 4196468 140736032245856 140124790635568 140125758704258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 33 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
Current children cumulated CPU time: 2352.12 s
Current children cumulated vsize: 10850656 KiB
Current children cumulated memory: 5657512 KiB

[startup+2262.3 s]
/proc/loadavg: 1.44 1.42 1.58 4/215 25697
/proc/meminfo: memFree=10990956/32770624 swapFree=67108796/67108860
[pid=24789] ppid=24786 vsize=10850656 memory=5658016 CPUtime=2412.97 cores=1,3,5,7
/proc/24789/stat : 24789 (java) S 24786 24789 23703 0 -1 1077944320 767634 12972 0 0 240518 772 5 2 20 0 15 0 70343143 11111071744 1414504 33554432000 4194304 4196468 140736032245856 140736032228400 140125758693111 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
/proc/24789/statm: 2712664 1414504 3531 1 0 2674317 0
[pid=24789/tid=24842] ppid=24786 vsize=10850656 memory=5658016 CPUtime=2219.58 cores=1,3,5,7
/proc/24789/task/24842/stat : 24842 (java) R 24786 24789 23703 0 -1 4202560 275837 12972 0 0 221899 52 5 2 20 0 15 0 70343152 11111071744 1414504 33554432000 4194304 4196468 140736032245856 140125730527456 140125339190848 0 4 0 16800975 0 0 0 -1 3 0 0 30 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24843] ppid=24786 vsize=10850656 memory=5658016 CPUtime=40.76 cores=1,3,5,7
/proc/24789/task/24843/stat : 24843 (java) S 24786 24789 23703 0 -1 1077944384 81429 12972 0 0 3913 156 5 2 20 0 15 0 70343153 11111071744 1414504 33554432000 4194304 4196468 140736032245856 140125762935312 140125758703317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24844] ppid=24786 vsize=10850656 memory=5658016 CPUtime=40.48 cores=1,3,5,7
/proc/24789/task/24844/stat : 24844 (java) S 24786 24789 23703 0 -1 1077944384 81092 12972 0 0 3878 163 5 2 20 0 15 0 70343153 11111071744 1414504 33554432000 4194304 4196468 140736032245856 140125661825680 140125758703317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24845] ppid=24786 vsize=10850656 memory=5658016 CPUtime=40.43 cores=1,3,5,7
/proc/24789/task/24845/stat : 24845 (java) S 24786 24789 23703 0 -1 1077944384 76386 12972 0 0 3880 156 5 2 20 0 15 0 70343153 11111071744 1414504 33554432000 4194304 4196468 140736032245856 140125660772624 140125758703317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24846] ppid=24786 vsize=10850656 memory=5658016 CPUtime=40.7 cores=1,3,5,7
/proc/24789/task/24846/stat : 24846 (java) S 24786 24789 23703 0 -1 1077944384 85814 12972 0 0 3902 161 5 2 20 0 15 0 70343153 11111071744 1414504 33554432000 4194304 4196468 140736032245856 140125659720080 140125758703317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24847] ppid=24786 vsize=10850656 memory=5658016 CPUtime=1.01 cores=1,3,5,7
/proc/24789/task/24847/stat : 24847 (java) S 24786 24789 23703 0 -1 1077944384 46393 12972 0 0 83 11 5 2 20 0 15 0 70343154 11111071744 1414504 33554432000 4194304 4196468 140736032245856 140124828404464 140125758704258 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24848] ppid=24786 vsize=10850656 memory=5658016 CPUtime=0.07 cores=1,3,5,7
/proc/24789/task/24848/stat : 24848 (java) S 24786 24789 23703 0 -1 1077944384 54 12972 0 0 0 0 5 2 20 0 15 0 70343155 11111071744 1414504 33554432000 4194304 4196468 140736032245856 140124827350752 140125758703317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24849] ppid=24786 vsize=10850656 memory=17320 CPUtime=0.07 cores=1,3,5,7
/proc/24789/task/24849/stat : 24849 (java) S 24786 24789 23703 0 -1 1077944384 6 12972 0 0 0 0 5 2 20 0 15 0 70343155 11111071744 1414504 33554432000 4194304 4196468 140736032245856 140124583093504 140125758703317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24850] ppid=24786 vsize=10850656 memory=2289 CPUtime=0.07 cores=1,3,5,7
/proc/24789/task/24850/stat : 24850 (java) S 24786 24789 23703 0 -1 1077944384 3 12972 0 0 0 0 5 2 20 0 15 0 70343157 11111071744 1414504 33554432000 4194304 4196468 140736032245856 140124342802896 140125758711707 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24851] ppid=24786 vsize=10850656 memory=5658016 CPUtime=13.15 cores=1,3,5,7
/proc/24789/task/24851/stat : 24851 (java) S 24786 24789 23703 0 -1 1077944384 44564 12972 0 0 1303 5 5 2 20 0 15 0 70343157 11111071744 1414504 33554432000 4194304 4196468 140736032245856 140124793792752 140125758704258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24852] ppid=24786 vsize=10850656 memory=2904 CPUtime=11.74 cores=1,3,5,7
/proc/24789/task/24852/stat : 24852 (java) S 24786 24789 23703 0 -1 1077944384 41662 12972 0 0 1160 7 5 2 20 0 15 0 70343157 11111071744 1414504 33554432000 4194304 4196468 140736032245856 140124792740208 140125758704258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24853] ppid=24786 vsize=10850656 memory=5658016 CPUtime=4.32 cores=1,3,5,7
/proc/24789/task/24853/stat : 24853 (java) S 24786 24789 23703 0 -1 1077944384 29819 12972 0 0 419 6 5 2 20 0 15 0 70343157 11111071744 1414504 33554432000 4194304 4196468 140736032245856 140124791687152 140125758704258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24854] ppid=24786 vsize=10850656 memory=3708 CPUtime=0.07 cores=1,3,5,7
/proc/24789/task/24854/stat : 24854 (java) S 24786 24789 23703 0 -1 1077944384 3 12972 0 0 0 0 5 2 20 0 15 0 70343158 11111071744 1414504 33554432000 4194304 4196468 140736032245856 140124309244256 140125758703317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24855] ppid=24786 vsize=10850656 memory=2088 CPUtime=1.34 cores=1,3,5,7
/proc/24789/task/24855/stat : 24855 (java) S 24786 24789 23703 0 -1 1077944384 2384 12972 0 0 55 72 5 2 20 0 15 0 70343158 11111071744 1414504 33554432000 4194304 4196468 140736032245856 140124790635568 140125758704258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 33 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
Current children cumulated CPU time: 2412.97 s
Current children cumulated vsize: 10850656 KiB
Current children cumulated memory: 5658016 KiB

[startup+2322.3 s]
/proc/loadavg: 1.53 1.44 1.57 3/215 25698
/proc/meminfo: memFree=10985284/32770624 swapFree=67108796/67108860
[pid=24789] ppid=24786 vsize=10850656 memory=5663620 CPUtime=2473.86 cores=1,3,5,7
/proc/24789/stat : 24789 (java) S 24786 24789 23703 0 -1 1077944320 782892 12972 0 0 246603 776 5 2 20 0 15 0 70343143 11111071744 1415905 33554432000 4194304 4196468 140736032245856 140736032228400 140125758693111 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
/proc/24789/statm: 2712664 1415905 3531 1 0 2674317 0
[pid=24789/tid=24842] ppid=24786 vsize=10850656 memory=5663620 CPUtime=2279.26 cores=1,3,5,7
/proc/24789/task/24842/stat : 24842 (java) R 24786 24789 23703 0 -1 4202560 281817 12972 0 0 227867 52 5 2 20 0 15 0 70343152 11111071744 1415905 33554432000 4194304 4196468 140736032245856 140125730526960 140125352863325 0 4 0 16800975 0 0 0 -1 3 0 0 30 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24843] ppid=24786 vsize=10850656 memory=5663620 CPUtime=41.04 cores=1,3,5,7
/proc/24789/task/24843/stat : 24843 (java) S 24786 24789 23703 0 -1 1077944384 83952 12972 0 0 3941 156 5 2 20 0 15 0 70343153 11111071744 1415905 33554432000 4194304 4196468 140736032245856 140125762935312 140125758703317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24844] ppid=24786 vsize=10850656 memory=5664604 CPUtime=40.76 cores=1,3,5,7
/proc/24789/task/24844/stat : 24844 (java) S 24786 24789 23703 0 -1 1077944384 82962 12972 0 0 3906 163 5 2 20 0 15 0 70343153 11111071744 1415905 33554432000 4194304 4196468 140736032245856 140125661825680 140125758703317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24845] ppid=24786 vsize=10850656 memory=5664644 CPUtime=40.72 cores=1,3,5,7
/proc/24789/task/24845/stat : 24845 (java) S 24786 24789 23703 0 -1 1077944384 78882 12972 0 0 3909 156 5 2 20 0 15 0 70343153 11111071744 1415905 33554432000 4194304 4196468 140736032245856 140125660772624 140125758703317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24846] ppid=24786 vsize=10850656 memory=5663620 CPUtime=40.98 cores=1,3,5,7
/proc/24789/task/24846/stat : 24846 (java) S 24786 24789 23703 0 -1 1077944384 87818 12972 0 0 3930 161 5 2 20 0 15 0 70343153 11111071744 1415905 33554432000 4194304 4196468 140736032245856 140125659720080 140125758703317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24847] ppid=24786 vsize=10850656 memory=5664604 CPUtime=1.02 cores=1,3,5,7
/proc/24789/task/24847/stat : 24847 (java) S 24786 24789 23703 0 -1 1077944384 46744 12972 0 0 84 11 5 2 20 0 15 0 70343154 11111071744 1415905 33554432000 4194304 4196468 140736032245856 140124828404464 140125758704258 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24848] ppid=24786 vsize=10850656 memory=5664604 CPUtime=0.07 cores=1,3,5,7
/proc/24789/task/24848/stat : 24848 (java) S 24786 24789 23703 0 -1 1077944384 54 12972 0 0 0 0 5 2 20 0 15 0 70343155 11111071744 1415905 33554432000 4194304 4196468 140736032245856 140124827350752 140125758703317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24849] ppid=24786 vsize=10850656 memory=5663620 CPUtime=0.07 cores=1,3,5,7
/proc/24789/task/24849/stat : 24849 (java) S 24786 24789 23703 0 -1 1077944384 6 12972 0 0 0 0 5 2 20 0 15 0 70343155 11111071744 1415905 33554432000 4194304 4196468 140736032245856 140124583093504 140125758703317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24850] ppid=24786 vsize=10850656 memory=5663620 CPUtime=0.07 cores=1,3,5,7
/proc/24789/task/24850/stat : 24850 (java) S 24786 24789 23703 0 -1 1077944384 3 12972 0 0 0 0 5 2 20 0 15 0 70343157 11111071744 1415905 33554432000 4194304 4196468 140736032245856 140124342802896 140125758711707 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24851] ppid=24786 vsize=10850656 memory=5663620 CPUtime=13.15 cores=1,3,5,7
/proc/24789/task/24851/stat : 24851 (java) S 24786 24789 23703 0 -1 1077944384 44569 12972 0 0 1303 5 5 2 20 0 15 0 70343157 11111071744 1415905 33554432000 4194304 4196468 140736032245856 140124793792752 140125758704258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24852] ppid=24786 vsize=10850656 memory=5663620 CPUtime=11.74 cores=1,3,5,7
/proc/24789/task/24852/stat : 24852 (java) S 24786 24789 23703 0 -1 1077944384 41664 12972 0 0 1160 7 5 2 20 0 15 0 70343157 11111071744 1415905 33554432000 4194304 4196468 140736032245856 140124792740208 140125758704258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24853] ppid=24786 vsize=10850656 memory=0 CPUtime=4.32 cores=1,3,5,7
/proc/24789/task/24853/stat : 24853 (java) S 24786 24789 23703 0 -1 1077944384 29822 12972 0 0 419 6 5 2 20 0 15 0 70343157 11111071744 1415905 33554432000 4194304 4196468 140736032245856 140124791687152 140125758704258 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24854] ppid=24786 vsize=10850656 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24789/task/24854/stat : 24854 (java) S 24786 24789 23703 0 -1 1077944384 3 12972 0 0 0 0 5 2 20 0 15 0 70343158 11111071744 1415905 33554432000 4194304 4196468 140736032245856 140124309244256 140125758703317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24855] ppid=24786 vsize=10850656 memory=5663620 CPUtime=1.38 cores=1,3,5,7
/proc/24789/task/24855/stat : 24855 (java) S 24786 24789 23703 0 -1 1077944384 2408 12972 0 0 57 74 5 2 20 0 15 0 70343158 11111071744 1415905 33554432000 4194304 4196468 140736032245856 140124790635568 140125758704258 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 33 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
Current children cumulated CPU time: 2473.86 s
Current children cumulated vsize: 10850656 KiB
Current children cumulated memory: 5663620 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2367.8 s]
/proc/loadavg: 1.49 1.44 1.57 3/215 25698
/proc/meminfo: memFree=10981208/32770624 swapFree=67108796/67108860
[pid=24789] ppid=24786 vsize=10850656 memory=5665668 CPUtime=2520.05 cores=1,3,5,7
/proc/24789/stat : 24789 (java) S 24786 24789 23703 0 -1 1077944320 795727 12972 0 0 251219 779 5 2 20 0 15 0 70343143 11111071744 1416417 33554432000 4194304 4196468 140736032245856 140736032228400 140125758693111 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
/proc/24789/statm: 2712664 1416417 3531 1 0 2674317 0
[pid=24789/tid=24842] ppid=24786 vsize=10850656 memory=15044 CPUtime=2324.52 cores=1,3,5,7
/proc/24789/task/24842/stat : 24842 (java) R 24786 24789 23703 0 -1 4202560 286005 12972 0 0 232393 52 5 2 20 0 15 0 70343152 11111071744 1416417 33554432000 4194304 4196468 140736032245856 140125730527376 140125353030072 0 4 0 16800975 0 0 0 -1 5 0 0 30 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24843] ppid=24786 vsize=10850656 memory=6791534058613427641 CPUtime=41.26 cores=1,3,5,7
/proc/24789/task/24843/stat : 24843 (java) S 24786 24789 23703 0 -1 1077944384 86770 12972 0 0 3963 156 5 2 20 0 15 0 70343153 11111071744 1416417 33554432000 4194304 4196468 140736032245856 140125762935312 140125758703317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24844] ppid=24786 vsize=10850656 memory=288230574492221466 CPUtime=40.98 cores=1,3,5,7
/proc/24789/task/24844/stat : 24844 (java) S 24786 24789 23703 0 -1 1077944384 84254 12972 0 0 3928 163 5 2 20 0 15 0 70343153 11111071744 1416417 33554432000 4194304 4196468 140736032245856 140125661825680 140125758703317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24845] ppid=24786 vsize=10850656 memory=288230621803970871 CPUtime=40.95 cores=1,3,5,7
/proc/24789/task/24845/stat : 24845 (java) S 24786 24789 23703 0 -1 1077944384 81028 12972 0 0 3931 157 5 2 20 0 15 0 70343153 11111071744 1416417 33554432000 4194304 4196468 140736032245856 140125660772624 140125758703317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24846] ppid=24786 vsize=10850656 memory=13852958290872887 CPUtime=41.2 cores=1,3,5,7
/proc/24789/task/24846/stat : 24846 (java) S 24786 24789 23703 0 -1 1077944384 89835 12972 0 0 3952 161 5 2 20 0 15 0 70343153 11111071744 1416417 33554432000 4194304 4196468 140736032245856 140125659720080 140125758703317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24847] ppid=24786 vsize=10850656 memory=924 CPUtime=1.03 cores=1,3,5,7
/proc/24789/task/24847/stat : 24847 (java) S 24786 24789 23703 0 -1 1077944384 47082 12972 0 0 85 11 5 2 20 0 15 0 70343154 11111071744 1416417 33554432000 4194304 4196468 140736032245856 140124828404464 140125758704258 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24848] ppid=24786 vsize=10850656 memory=1572 CPUtime=0.07 cores=1,3,5,7
/proc/24789/task/24848/stat : 24848 (java) S 24786 24789 23703 0 -1 1077944384 54 12972 0 0 0 0 5 2 20 0 15 0 70343155 11111071744 1416417 33554432000 4194304 4196468 140736032245856 140124827350752 140125758703317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24849] ppid=24786 vsize=10850656 memory=2092 CPUtime=0.07 cores=1,3,5,7
/proc/24789/task/24849/stat : 24849 (java) S 24786 24789 23703 0 -1 1077944384 6 12972 0 0 0 0 5 2 20 0 15 0 70343155 11111071744 1416417 33554432000 4194304 4196468 140736032245856 140124583093504 140125758703317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24850] ppid=24786 vsize=10850656 memory=2092 CPUtime=0.07 cores=1,3,5,7
/proc/24789/task/24850/stat : 24850 (java) S 24786 24789 23703 0 -1 1077944384 3 12972 0 0 0 0 5 2 20 0 15 0 70343157 11111071744 1416417 33554432000 4194304 4196468 140736032245856 140124342802896 140125758711707 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24851] ppid=24786 vsize=10850656 memory=7524 CPUtime=13.15 cores=1,3,5,7
/proc/24789/task/24851/stat : 24851 (java) S 24786 24789 23703 0 -1 1077944384 44573 12972 0 0 1303 5 5 2 20 0 15 0 70343157 11111071744 1416417 33554432000 4194304 4196468 140736032245856 140124793792752 140125758704258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24852] ppid=24786 vsize=10850656 memory=840 CPUtime=11.74 cores=1,3,5,7
/proc/24789/task/24852/stat : 24852 (java) S 24786 24789 23703 0 -1 1077944384 41667 12972 0 0 1160 7 5 2 20 0 15 0 70343157 11111071744 1416417 33554432000 4194304 4196468 140736032245856 140124792740208 140125758704258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24853] ppid=24786 vsize=10850656 memory=4072 CPUtime=4.32 cores=1,3,5,7
/proc/24789/task/24853/stat : 24853 (java) S 24786 24789 23703 0 -1 1077944384 29829 12972 0 0 419 6 5 2 20 0 15 0 70343157 11111071744 1416417 33554432000 4194304 4196468 140736032245856 140124791687152 140125758704258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24854] ppid=24786 vsize=10850656 memory=2244 CPUtime=0.07 cores=1,3,5,7
/proc/24789/task/24854/stat : 24854 (java) S 24786 24789 23703 0 -1 1077944384 3 12972 0 0 0 0 5 2 20 0 15 0 70343158 11111071744 1416417 33554432000 4194304 4196468 140736032245856 140124309244256 140125758703317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
[pid=24789/tid=24855] ppid=24786 vsize=10850656 memory=4124 CPUtime=1.41 cores=1,3,5,7
/proc/24789/task/24855/stat : 24855 (java) S 24786 24789 23703 0 -1 1077944384 2430 12972 0 0 58 76 5 2 20 0 15 0 70343158 11111071744 1416417 33554432000 4194304 4196468 140736032245856 140124790635568 140125758704258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 33 0 0 6293624 6294260 9412608 140736032254575 140736032257372 140736032257372 140736032260047 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10850656 KiB
Current children cumulated memory: 5665668 KiB

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

[startup+2367.85 s]
# the end of solver process 24789 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2512.27 s, system=7.85302 s

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

Child status: 143
Real time (s): 2367.85
CPU time (s): 2520.12
CPU user time (s): 2512.27
CPU system time (s): 7.85302
CPU usage (%): 106.431
Max. virtual memory (cumulated for all children) (KiB): 10850656
Max. memory (cumulated for all children) (KiB): 5665668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2512.27
system time used= 7.85302
maximum resident set size= 5669892
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 813326
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2832
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 80823
involuntary context switches= 5456


# summary of solver processes directly reported to runsolver:
#   pid: 24789
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2512.27
#   total CPU system time (s): 7.85302

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.7988 second user time and 23.0129 second system time

The end

Launcher Data

Begin job on node138 at 2018-07-25 16:10:00
IDJOB=4295050
IDBENCH=141459
IDSOLVER=2750
FILE ID=node138/4295050-1532527800
RUNJOBID= node138-1532523045-23735
PBS_JOBID= 21021594
Free space on /tmp= 53776 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/CarSequencing/CarSequencing-80-01_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295050-1532527800/watcher-4295050-1532527800 -o /tmp/evaluation-result-4295050-1532527800/solver-4295050-1532527800 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532523045-23735 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=371657421 HOME/instance-4295050-1532527800.xml

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

MD5SUM BENCH= 1fae7142163c3dd6bc5a43a0b85b79be
RANDOM SEED=371657421

node138.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.71
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.71
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.71
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.71
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:        16154012 kB
MemAvailable:   30431036 kB
Buffers:          159624 kB
Cached:         14263968 kB
SwapCached:           44 kB
Active:          3872992 kB
Inactive:       12098004 kB
Active(anon):    1498000 kB
Inactive(anon):    77272 kB
Active(file):    2374992 kB
Inactive(file): 12020732 kB
Unevictable:        7328 kB
Mlocked:            7328 kB
SwapTotal:      67108860 kB
SwapFree:       67108796 kB
Dirty:             26432 kB
Writeback:             0 kB
AnonPages:       1623996 kB
Mapped:            47840 kB
Shmem:             25164 kB
Slab:             338144 kB
SReclaimable:     309760 kB
SUnreclaim:        28384 kB
KernelStack:        3840 kB
PageTables:        10672 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2272692 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1366016 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 53748 MiB
End job on node138 at 2018-07-25 16:49:28