Trace number 4294445

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.15 2463.05

General information on the benchmark

NameSocialGolfers/
SocialGolfers-5-5-7-cp_c18.xml
MD5SUM3c85bec313e0e9ed0b53ce41ef97f039
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark4.553
Satisfiable
(Un)Satisfiability was proved
Number of variables175
Number of constraints6309
Number of domains1
Minimum domain size5
Maximum domain size5
Distribution of domain sizes[{"size":5,"count":175}]
Minimum variable degree146
Maximum variable degree147
Distribution of variable degrees[{"degree":146,"count":150},{"degree":147,"count":25}]
Minimum constraint arity4
Maximum constraint arity175
Distribution of constraint arities[{"arity":4,"count":6300},{"arity":25,"count":8},{"arity":175,"count":1}]
Number of extensional constraints0
Number of intensional constraints6300
Distribution of constraint types[{"type":"intension","count":6300},{"type":"lex","count":1},{"type":"cardinality","count":7},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294445-1532472630/watcher-4294445-1532472630 -o /tmp/evaluation-result-4294445-1532472630/solver-4294445-1532472630 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532466475-21335 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=110233758 HOME/instance-4294445-1532472630.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
Current StackSize limit: 8192 KiB

solver pid=22965, runsolver pid=22962

[startup+0.10016 s]*
/proc/loadavg: 1.47 1.36 1.37 3/210 23022
/proc/meminfo: memFree=14024656/32770624 swapFree=67108860/67108860
[pid=22965] ppid=22962 vsize=9972712 memory=17168 CPUtime=0.09 cores=1,3,5,7
/proc/22965/stat : 22965 (java) S 22962 22965 21303 0 -1 1077944320 4469 13165 0 0 1 1 5 2 20 0 6 0 64826166 10212057088 4292 33554432000 4194304 4196468 140735701114016 140735701096560 140126000402167 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
/proc/22965/statm: 2493178 4292 1934 1 0 2481616 0
[pid=22965/tid=23018] ppid=22962 vsize=9972712 memory=4628411388058700198 CPUtime=0.07 cores=1,3,5,7
/proc/22965/task/23018/stat : 23018 (java) R 22962 22965 21303 0 -1 4202560 2290 13165 0 0 0 0 5 2 20 0 6 0 64826175 10212057088 4358 33554432000 4194304 4196468 140735701114016 140125972238928 140125985714169 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23019] ppid=22962 vsize=9972712 memory=5793855601598966201 CPUtime=0.07 cores=1,3,5,7
/proc/22965/task/23019/stat : 23019 (java) S 22962 22965 21303 0 -1 1077944384 1 13165 0 0 0 0 5 2 20 0 6 0 64826175 10212057088 4358 33554432000 4194304 4196468 140735701114016 140126004644368 140126000412373 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23020] ppid=22962 vsize=9972712 memory=140350589073024 CPUtime=0.07 cores=1,3,5,7
/proc/22965/task/23020/stat : 23020 (java) S 22962 22965 21303 0 -1 1077944384 1 13165 0 0 0 0 5 2 20 0 6 0 64826175 10212057088 4358 33554432000 4194304 4196468 140735701114016 140125573819024 140126000412373 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23021] ppid=22962 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22965/task/23021/stat : 23021 (java) S 22962 22965 21303 0 -1 1077944384 1 13165 0 0 0 0 5 2 20 0 6 0 64826175 10212057088 4358 33554432000 4194304 4196468 140735701114016 140125572765968 140126000412373 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23022] ppid=22962 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22965/task/23022/stat : 23022 (java) S 22962 22965 21303 0 -1 1077944384 2 13165 0 0 0 0 5 2 20 0 6 0 64826175 10212057088 4358 33554432000 4194304 4196468 140735701114016 140125571713424 140126000412373 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17168 KiB

[startup+0.210045 s]*
/proc/loadavg: 1.47 1.36 1.37 3/219 23031
/proc/meminfo: memFree=14001092/32770624 swapFree=67108860/67108860
[pid=22965] ppid=22962 vsize=10818856 memory=45152 CPUtime=0.26 cores=1,3,5,7
/proc/22965/stat : 22965 (java) S 22962 22965 21303 0 -1 1077944320 8627 13165 0 0 17 2 5 2 20 0 15 0 64826166 11078508544 11288 33554432000 4194304 4196468 140735701114016 140735701096560 140126000402167 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
/proc/22965/statm: 2704714 11288 2961 1 0 2667149 0
[pid=22965/tid=23018] ppid=22962 vsize=10818856 memory=-8540663193526752614 CPUtime=0.18 cores=1,3,5,7
/proc/22965/task/23018/stat : 23018 (java) R 22962 22965 21303 0 -1 4202560 5148 13165 0 0 10 1 5 2 20 0 15 0 64826175 11078508544 11288 33554432000 4194304 4196468 140735701114016 140125972199824 140125981965723 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23019] ppid=22962 vsize=10818856 memory=4211974076793863562 CPUtime=0.07 cores=1,3,5,7
/proc/22965/task/23019/stat : 23019 (java) S 22962 22965 21303 0 -1 1077944384 1 13165 0 0 0 0 5 2 20 0 15 0 64826175 11078508544 11288 33554432000 4194304 4196468 140735701114016 140126004644368 140126000412373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23020] ppid=22962 vsize=10818856 memory=140350589073024 CPUtime=0.07 cores=1,3,5,7
/proc/22965/task/23020/stat : 23020 (java) S 22962 22965 21303 0 -1 1077944384 1 13165 0 0 0 0 5 2 20 0 15 0 64826175 11078508544 11288 33554432000 4194304 4196468 140735701114016 140125573819024 140126000412373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23021] ppid=22962 vsize=10818856 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22965/task/23021/stat : 23021 (java) S 22962 22965 21303 0 -1 1077944384 1 13165 0 0 0 0 5 2 20 0 15 0 64826175 11078508544 11288 33554432000 4194304 4196468 140735701114016 140125572765968 140126000412373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23022] ppid=22962 vsize=10818856 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22965/task/23022/stat : 23022 (java) S 22962 22965 21303 0 -1 1077944384 2 13165 0 0 0 0 5 2 20 0 15 0 64826175 11078508544 11288 33554432000 4194304 4196468 140735701114016 140125571713424 140126000412373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23023] ppid=22962 vsize=10818856 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22965/task/23023/stat : 23023 (java) S 22962 22965 21303 0 -1 1077944384 2 13165 0 0 0 0 5 2 20 0 15 0 64826177 11078508544 11288 33554432000 4194304 4196468 140735701114016 140125527087856 140126000413314 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23024] ppid=22962 vsize=10818856 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/22965/task/23024/stat : 23024 (java) S 22962 22965 21303 0 -1 1077944384 13 13165 0 0 0 0 5 2 20 0 15 0 64826177 11078508544 11288 33554432000 4194304 4196468 140735701114016 140124932269728 140126000412373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23025] ppid=22962 vsize=10818856 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22965/task/23025/stat : 23025 (java) S 22962 22965 21303 0 -1 1077944384 21 13165 0 0 0 0 5 2 20 0 15 0 64826177 11078508544 11288 33554432000 4194304 4196468 140735701114016 140124898710768 140126000412373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23026] ppid=22962 vsize=10818856 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22965/task/23026/stat : 23026 (java) S 22962 22965 21303 0 -1 1077944384 2 13165 0 0 0 0 5 2 20 0 15 0 64826180 11078508544 11288 33554432000 4194304 4196468 140735701114016 140124784421328 140126000420763 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23027] ppid=22962 vsize=10818856 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22965/task/23027/stat : 23027 (java) S 22962 22965 21303 0 -1 1077944384 493 13165 0 0 1 0 5 2 20 0 15 0 64826180 11078508544 11288 33554432000 4194304 4196468 140735701114016 140125526034672 140126000413314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23028] ppid=22962 vsize=10818856 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/22965/task/23028/stat : 23028 (java) S 22962 22965 21303 0 -1 1077944384 133 13165 0 0 0 0 5 2 20 0 15 0 64826180 11078508544 11288 33554432000 4194304 4196468 140735701114016 140125524982128 140126000413314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23029] ppid=22962 vsize=10818856 memory=140350589073024 CPUtime=0.1 cores=1,3,5,7
/proc/22965/task/23029/stat : 23029 (java) S 22962 22965 21303 0 -1 1077944384 617 13165 0 0 3 0 5 2 20 0 15 0 64826180 11078508544 11288 33554432000 4194304 4196468 140735701114016 140125523929072 140126000413314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23030] ppid=22962 vsize=10818856 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/22965/task/23030/stat : 23030 (java) S 22962 22965 21303 0 -1 1077944384 3 13165 0 0 0 0 5 2 20 0 15 0 64826180 11078508544 11288 33554432000 4194304 4196468 140735701114016 140124314659168 140126000412373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23031] ppid=22962 vsize=10818856 memory=140350589073024 CPUtime=0.07 cores=1,3,5,7
/proc/22965/task/23031/stat : 23031 (java) S 22962 22965 21303 0 -1 1077944384 1 13165 0 0 0 0 5 2 20 0 15 0 64826181 11078508544 11288 33554432000 4194304 4196468 140735701114016 140124865154096 140126000413314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818856 KiB
Current children cumulated memory: 45152 KiB

[startup+0.310554 s]*
/proc/loadavg: 1.47 1.36 1.37 3/219 23031
/proc/meminfo: memFree=13991232/32770624 swapFree=67108860/67108860
[pid=22965] ppid=22962 vsize=10819352 memory=56492 CPUtime=0.38 cores=1,3,5,7
/proc/22965/stat : 22965 (java) S 22962 22965 21303 0 -1 1077944320 10647 13165 0 0 29 2 5 2 20 0 15 0 64826166 11079016448 14123 33554432000 4194304 4196468 140735701114016 140735701096560 140126000402167 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
/proc/22965/statm: 2704838 14123 3092 1 0 2667149 0
[pid=22965/tid=23018] ppid=22962 vsize=10819352 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/22965/task/23018/stat : 23018 (java) R 22962 22965 21303 0 -1 4202560 7163 13165 0 0 19 2 5 2 20 0 15 0 64826175 11079016448 14123 33554432000 4194304 4196468 140735701114016 140125972214176 140125984482654 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23019] ppid=22962 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22965/task/23019/stat : 23019 (java) S 22962 22965 21303 0 -1 1077944384 1 13165 0 0 0 0 5 2 20 0 15 0 64826175 11079016448 14123 33554432000 4194304 4196468 140735701114016 140126004644368 140126000412373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23020] ppid=22962 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22965/task/23020/stat : 23020 (java) S 22962 22965 21303 0 -1 1077944384 1 13165 0 0 0 0 5 2 20 0 15 0 64826175 11079016448 14123 33554432000 4194304 4196468 140735701114016 140125573819024 140126000412373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23021] ppid=22962 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22965/task/23021/stat : 23021 (java) S 22962 22965 21303 0 -1 1077944384 1 13165 0 0 0 0 5 2 20 0 15 0 64826175 11079016448 14123 33554432000 4194304 4196468 140735701114016 140125572765968 140126000412373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23022] ppid=22962 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/22965/task/23022/stat : 23022 (java) S 22962 22965 21303 0 -1 1077944384 2 13165 0 0 0 0 5 2 20 0 15 0 64826175 11079016448 14123 33554432000 4194304 4196468 140735701114016 140125571713424 140126000412373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23023] ppid=22962 vsize=10819352 memory=140350589073023 CPUtime=0.07 cores=1,3,5,7
/proc/22965/task/23023/stat : 23023 (java) S 22962 22965 21303 0 -1 1077944384 2 13165 0 0 0 0 5 2 20 0 15 0 64826177 11079016448 14123 33554432000 4194304 4196468 140735701114016 140125527087856 140126000413314 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23024] ppid=22962 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/22965/task/23024/stat : 23024 (java) S 22962 22965 21303 0 -1 1077944384 13 13165 0 0 0 0 5 2 20 0 15 0 64826177 11079016448 14123 33554432000 4194304 4196468 140735701114016 140124932269728 140126000412373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23025] ppid=22962 vsize=10819352 memory=140350589073024 CPUtime=0.07 cores=1,3,5,7
/proc/22965/task/23025/stat : 23025 (java) S 22962 22965 21303 0 -1 1077944384 21 13165 0 0 0 0 5 2 20 0 15 0 64826177 11079016448 14123 33554432000 4194304 4196468 140735701114016 140124898710768 140126000412373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23026] ppid=22962 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/22965/task/23026/stat : 23026 (java) S 22962 22965 21303 0 -1 1077944384 2 13165 0 0 0 0 5 2 20 0 15 0 64826180 11079016448 14123 33554432000 4194304 4196468 140735701114016 140124784421328 140126000420763 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23027] ppid=22962 vsize=10819352 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/22965/task/23027/stat : 23027 (java) S 22962 22965 21303 0 -1 1077944384 494 13165 0 0 2 0 5 2 20 0 15 0 64826180 11079016448 14123 33554432000 4194304 4196468 140735701114016 140125526034672 140126000413314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23028] ppid=22962 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/22965/task/23028/stat : 23028 (java) S 22962 22965 21303 0 -1 1077944384 133 13165 0 0 1 0 5 2 20 0 15 0 64826180 11079016448 14123 33554432000 4194304 4196468 140735701114016 140125524982128 140126000413314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23029] ppid=22962 vsize=10819352 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/22965/task/23029/stat : 23029 (java) S 22962 22965 21303 0 -1 1077944384 622 13165 0 0 5 0 5 2 20 0 15 0 64826180 11079016448 14123 33554432000 4194304 4196468 140735701114016 140125523929072 140126000413314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23030] ppid=22962 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22965/task/23030/stat : 23030 (java) S 22962 22965 21303 0 -1 1077944384 3 13165 0 0 0 0 5 2 20 0 15 0 64826180 11079016448 14123 33554432000 4194304 4196468 140735701114016 140124314659168 140126000412373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23031] ppid=22962 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22965/task/23031/stat : 23031 (java) S 22962 22965 21303 0 -1 1077944384 1 13165 0 0 0 0 5 2 20 0 15 0 64826181 11079016448 14123 33554432000 4194304 4196468 140735701114016 140124865154096 140126000413314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 56492 KiB

[startup+0.700795 s]
/proc/loadavg: 1.47 1.36 1.37 3/219 23031
/proc/meminfo: memFree=13979944/32770624 swapFree=67108860/67108860
[pid=22965] ppid=22962 vsize=10819352 memory=88660 CPUtime=0.99 cores=1,3,5,7
/proc/22965/stat : 22965 (java) S 22962 22965 21303 0 -1 1077944320 16812 13165 0 0 88 4 5 2 20 0 15 0 64826166 11079016448 22165 33554432000 4194304 4196468 140735701114016 140735701096560 140126000402167 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
/proc/22965/statm: 2704838 22165 3224 1 0 2667149 0
[pid=22965/tid=23018] ppid=22962 vsize=10819352 memory=19876 CPUtime=0.66 cores=1,3,5,7
/proc/22965/task/23018/stat : 23018 (java) R 22962 22965 21303 0 -1 4202560 12387 13165 0 0 56 3 5 2 20 0 15 0 64826175 11079016448 22165 33554432000 4194304 4196468 140735701114016 140125972222992 140125980678062 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23019] ppid=22962 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22965/task/23019/stat : 23019 (java) S 22962 22965 21303 0 -1 1077944384 1 13165 0 0 0 0 5 2 20 0 15 0 64826175 11079016448 22165 33554432000 4194304 4196468 140735701114016 140126004644368 140126000412373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23020] ppid=22962 vsize=10819352 memory=288230587427469581 CPUtime=0.07 cores=1,3,5,7
/proc/22965/task/23020/stat : 23020 (java) S 22962 22965 21303 0 -1 1077944384 1 13165 0 0 0 0 5 2 20 0 15 0 64826175 11079016448 22165 33554432000 4194304 4196468 140735701114016 140125573819024 140126000412373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23021] ppid=22962 vsize=10819352 memory=15816694631256675 CPUtime=0.07 cores=1,3,5,7
/proc/22965/task/23021/stat : 23021 (java) S 22962 22965 21303 0 -1 1077944384 1 13165 0 0 0 0 5 2 20 0 15 0 64826175 11079016448 22165 33554432000 4194304 4196468 140735701114016 140125572765968 140126000412373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23022] ppid=22962 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22965/task/23022/stat : 23022 (java) S 22962 22965 21303 0 -1 1077944384 2 13165 0 0 0 0 5 2 20 0 15 0 64826175 11079016448 22165 33554432000 4194304 4196468 140735701114016 140125571713424 140126000412373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23023] ppid=22962 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22965/task/23023/stat : 23023 (java) S 22962 22965 21303 0 -1 1077944384 5 13165 0 0 0 0 5 2 20 0 15 0 64826177 11079016448 22165 33554432000 4194304 4196468 140735701114016 140125527087856 140126000413314 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23024] ppid=22962 vsize=10819352 memory=140350471840352 CPUtime=0.07 cores=1,3,5,7
/proc/22965/task/23024/stat : 23024 (java) S 22962 22965 21303 0 -1 1077944384 13 13165 0 0 0 0 5 2 20 0 15 0 64826177 11079016448 22165 33554432000 4194304 4196468 140735701114016 140124932269728 140126000412373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23025] ppid=22962 vsize=10819352 memory=140350941299824 CPUtime=0.07 cores=1,3,5,7
/proc/22965/task/23025/stat : 23025 (java) S 22962 22965 21303 0 -1 1077944384 21 13165 0 0 0 0 5 2 20 0 15 0 64826177 11079016448 22165 33554432000 4194304 4196468 140735701114016 140124898710768 140126000412373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23026] ppid=22962 vsize=10819352 memory=2340 CPUtime=0.07 cores=1,3,5,7
/proc/22965/task/23026/stat : 23026 (java) S 22962 22965 21303 0 -1 1077944384 2 13165 0 0 0 0 5 2 20 0 15 0 64826180 11079016448 22165 33554432000 4194304 4196468 140735701114016 140124784421328 140126000420763 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23027] ppid=22962 vsize=10819352 memory=6153431502485414241 CPUtime=0.14 cores=1,3,5,7
/proc/22965/task/23027/stat : 23027 (java) S 22962 22965 21303 0 -1 1077944384 717 13165 0 0 7 0 5 2 20 0 15 0 64826180 11079016448 22165 33554432000 4194304 4196468 140735701114016 140125526034672 140126000413314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23028] ppid=22962 vsize=10819352 memory=7881696724453321575 CPUtime=0.16 cores=1,3,5,7
/proc/22965/task/23028/stat : 23028 (java) S 22962 22965 21303 0 -1 1077944384 809 13165 0 0 9 0 5 2 20 0 15 0 64826180 11079016448 22165 33554432000 4194304 4196468 140735701114016 140125524982128 140126000413314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23029] ppid=22962 vsize=10819352 memory=6154538792250073449 CPUtime=0.2 cores=1,3,5,7
/proc/22965/task/23029/stat : 23029 (java) S 22962 22965 21303 0 -1 1077944384 660 13165 0 0 13 0 5 2 20 0 15 0 64826180 11079016448 22165 33554432000 4194304 4196468 140735701114016 140125523929072 140126000413314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23030] ppid=22962 vsize=10819352 memory=8514726395715218844 CPUtime=0.07 cores=1,3,5,7
/proc/22965/task/23030/stat : 23030 (java) S 22962 22965 21303 0 -1 1077944384 3 13165 0 0 0 0 5 2 20 0 15 0 64826180 11079016448 22165 33554432000 4194304 4196468 140735701114016 140124314659168 140126000412373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23031] ppid=22962 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22965/task/23031/stat : 23031 (java) S 22962 22965 21303 0 -1 1077944384 1 13165 0 0 0 0 5 2 20 0 15 0 64826181 11079016448 22165 33554432000 4194304 4196468 140735701114016 140124865154096 140126000413314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 88660 KiB

[startup+1.50076 s]
/proc/loadavg: 1.47 1.36 1.37 4/219 23031
/proc/meminfo: memFree=13933488/32770624 swapFree=67108860/67108860
[pid=22965] ppid=22962 vsize=10830156 memory=206524 CPUtime=3 cores=1,3,5,7
/proc/22965/stat : 22965 (java) S 22962 22965 21303 0 -1 1077944320 23684 13165 0 0 285 8 5 2 20 0 15 0 64826166 11090079744 51631 33554432000 4194304 4196468 140735701114016 140735701096560 140126000402167 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
/proc/22965/statm: 2707539 51631 3453 1 0 2669197 0
[pid=22965/tid=23018] ppid=22962 vsize=10830156 memory=7306056177471743318 CPUtime=1.45 cores=1,3,5,7
/proc/22965/task/23018/stat : 23018 (java) R 22962 22965 21303 0 -1 4202560 16360 13165 0 0 132 6 5 2 20 0 15 0 64826175 11090079744 51631 33554432000 4194304 4196468 140735701114016 140125972234784 140125984482654 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23019] ppid=22962 vsize=10830156 memory=7596283305278990950 CPUtime=0.07 cores=1,3,5,7
/proc/22965/task/23019/stat : 23019 (java) S 22962 22965 21303 0 -1 1077944384 1 13165 0 0 0 0 5 2 20 0 15 0 64826175 11090079744 51631 33554432000 4194304 4196468 140735701114016 140126004644368 140126000412373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23020] ppid=22962 vsize=10830156 memory=7810463763984968289 CPUtime=0.07 cores=1,3,5,7
/proc/22965/task/23020/stat : 23020 (java) S 22962 22965 21303 0 -1 1077944384 1 13165 0 0 0 0 5 2 20 0 15 0 64826175 11090079744 51631 33554432000 4194304 4196468 140735701114016 140125573819024 140126000412373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23021] ppid=22962 vsize=10830156 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22965/task/23021/stat : 23021 (java) S 22962 22965 21303 0 -1 1077944384 1 13165 0 0 0 0 5 2 20 0 15 0 64826175 11090079744 51631 33554432000 4194304 4196468 140735701114016 140125572765968 140126000412373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23022] ppid=22962 vsize=10830156 memory=239233503662094 CPUtime=0.07 cores=1,3,5,7
/proc/22965/task/23022/stat : 23022 (java) S 22962 22965 21303 0 -1 1077944384 2 13165 0 0 0 0 5 2 20 0 15 0 64826175 11090079744 51631 33554432000 4194304 4196468 140735701114016 140125571713424 140126000412373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23023] ppid=22962 vsize=10830156 memory=3843371840305377312 CPUtime=0.07 cores=1,3,5,7
/proc/22965/task/23023/stat : 23023 (java) S 22962 22965 21303 0 -1 1077944384 13 13165 0 0 0 0 5 2 20 0 15 0 64826177 11090079744 51631 33554432000 4194304 4196468 140735701114016 140125527087856 140126000413314 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23024] ppid=22962 vsize=10830156 memory=4638778424102965584 CPUtime=0.07 cores=1,3,5,7
/proc/22965/task/23024/stat : 23024 (java) S 22962 22965 21303 0 -1 1077944384 13 13165 0 0 0 0 5 2 20 0 15 0 64826177 11090079744 51631 33554432000 4194304 4196468 140735701114016 140124932269728 140126000412373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23025] ppid=22962 vsize=10830156 memory=6935650355271196736 CPUtime=0.07 cores=1,3,5,7
/proc/22965/task/23025/stat : 23025 (java) S 22962 22965 21303 0 -1 1077944384 21 13165 0 0 0 0 5 2 20 0 15 0 64826177 11090079744 51631 33554432000 4194304 4196468 140735701114016 140124898710768 140126000412373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23026] ppid=22962 vsize=10830156 memory=280700943073520 CPUtime=0.07 cores=1,3,5,7
/proc/22965/task/23026/stat : 23026 (java) S 22962 22965 21303 0 -1 1077944384 2 13165 0 0 0 0 5 2 20 0 15 0 64826180 11090079744 51631 33554432000 4194304 4196468 140735701114016 140124784421328 140126000420763 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23027] ppid=22962 vsize=10830156 memory=6935649255759570240 CPUtime=0.61 cores=1,3,5,7
/proc/22965/task/23027/stat : 23027 (java) S 22962 22965 21303 0 -1 1077944384 1429 13165 0 0 54 0 5 2 20 0 15 0 64826180 11090079744 51631 33554432000 4194304 4196468 140735701114016 140125526034672 140126000413314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23028] ppid=22962 vsize=10830156 memory=-6365094285204940134 CPUtime=0.62 cores=1,3,5,7
/proc/22965/task/23028/stat : 23028 (java) S 22962 22965 21303 0 -1 1077944384 2115 13165 0 0 55 0 5 2 20 0 15 0 64826180 11090079744 51631 33554432000 4194304 4196468 140735701114016 140125524982128 140126000413314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23029] ppid=22962 vsize=10830156 memory=6656426216303648864 CPUtime=0.49 cores=1,3,5,7
/proc/22965/task/23029/stat : 23029 (java) S 22962 22965 21303 0 -1 1077944384 1531 13165 0 0 42 0 5 2 20 0 15 0 64826180 11090079744 51631 33554432000 4194304 4196468 140735701114016 140125523929072 140126000413314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23030] ppid=22962 vsize=10830156 memory=6944656592455360604 CPUtime=0.07 cores=1,3,5,7
/proc/22965/task/23030/stat : 23030 (java) S 22962 22965 21303 0 -1 1077944384 3 13165 0 0 0 0 5 2 20 0 15 0 64826180 11090079744 51631 33554432000 4194304 4196468 140735701114016 140124314659168 140126000412373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23031] ppid=22962 vsize=10830156 memory=6655300316396806240 CPUtime=0.07 cores=1,3,5,7
/proc/22965/task/23031/stat : 23031 (java) S 22962 22965 21303 0 -1 1077944384 3 13165 0 0 0 0 5 2 20 0 15 0 64826181 11090079744 51631 33554432000 4194304 4196468 140735701114016 140124865154096 140126000413314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
Current children cumulated CPU time: 3 s
Current children cumulated vsize: 10830156 KiB

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

/proc/22965/task/23018/stat : 23018 (java) R 22962 22965 21303 0 -1 4202560 122331 13165 0 0 229737 59 5 2 20 0 15 0 64826175 11178180608 537783 33554432000 4194304 4196468 140735701114016 140125972236144 140125623565779 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23019] ppid=22962 vsize=10916192 memory=2151132 CPUtime=12.56 cores=1,3,5,7
/proc/22965/task/23019/stat : 23019 (java) S 22962 22965 21303 0 -1 1077944384 36371 13165 0 0 1192 57 5 2 20 0 15 0 64826175 11178180608 537783 33554432000 4194304 4196468 140735701114016 140126004644368 140126000412373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23020] ppid=22962 vsize=10916192 memory=2151132 CPUtime=12.61 cores=1,3,5,7
/proc/22965/task/23020/stat : 23020 (java) S 22962 22965 21303 0 -1 1077944384 46741 13165 0 0 1200 54 5 2 20 0 15 0 64826175 11178180608 537783 33554432000 4194304 4196468 140735701114016 140125573819024 140126000412373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23021] ppid=22962 vsize=10916192 memory=2151132 CPUtime=12.61 cores=1,3,5,7
/proc/22965/task/23021/stat : 23021 (java) S 22962 22965 21303 0 -1 1077944384 34642 13165 0 0 1194 60 5 2 20 0 15 0 64826175 11178180608 537783 33554432000 4194304 4196468 140735701114016 140125572765968 140126000412373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23022] ppid=22962 vsize=10916192 memory=2151084 CPUtime=12.6 cores=1,3,5,7
/proc/22965/task/23022/stat : 23022 (java) S 22962 22965 21303 0 -1 1077944384 40552 13165 0 0 1194 59 5 2 20 0 15 0 64826175 11178180608 537783 33554432000 4194304 4196468 140735701114016 140125571713424 140126000412373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23023] ppid=22962 vsize=10916192 memory=0 CPUtime=9.07 cores=1,3,5,7
/proc/22965/task/23023/stat : 23023 (java) S 22962 22965 21303 0 -1 1077944384 34753 13165 0 0 850 50 5 2 20 0 15 0 64826177 11178180608 537783 33554432000 4194304 4196468 140735701114016 140125527087856 140126000413314 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23024] ppid=22962 vsize=10916192 memory=2151132 CPUtime=0.07 cores=1,3,5,7
/proc/22965/task/23024/stat : 23024 (java) S 22962 22965 21303 0 -1 1077944384 26 13165 0 0 0 0 5 2 20 0 15 0 64826177 11178180608 537783 33554432000 4194304 4196468 140735701114016 140124932269792 140126000412373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23025] ppid=22962 vsize=10916192 memory=2151132 CPUtime=0.07 cores=1,3,5,7
/proc/22965/task/23025/stat : 23025 (java) S 22962 22965 21303 0 -1 1077944384 64 13165 0 0 0 0 5 2 20 0 15 0 64826177 11178180608 537783 33554432000 4194304 4196468 140735701114016 140124898710784 140126000412373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23026] ppid=22962 vsize=10916192 memory=2151132 CPUtime=0.07 cores=1,3,5,7
/proc/22965/task/23026/stat : 23026 (java) S 22962 22965 21303 0 -1 1077944384 2 13165 0 0 0 0 5 2 20 0 15 0 64826180 11178180608 537783 33554432000 4194304 4196468 140735701114016 140124784421328 140126000420763 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23027] ppid=22962 vsize=10916192 memory=3828 CPUtime=7.78 cores=1,3,5,7
/proc/22965/task/23027/stat : 23027 (java) S 22962 22965 21303 0 -1 1077944384 24391 13165 0 0 767 4 5 2 20 0 15 0 64826180 11178180608 537783 33554432000 4194304 4196468 140735701114016 140125526034672 140126000413314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23028] ppid=22962 vsize=10916192 memory=2151132 CPUtime=8.11 cores=1,3,5,7
/proc/22965/task/23028/stat : 23028 (java) S 22962 22965 21303 0 -1 1077944384 19803 13165 0 0 800 4 5 2 20 0 15 0 64826180 11178180608 537783 33554432000 4194304 4196468 140735701114016 140125524982128 140126000413314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23029] ppid=22962 vsize=10916192 memory=2151132 CPUtime=2.7 cores=1,3,5,7
/proc/22965/task/23029/stat : 23029 (java) S 22962 22965 21303 0 -1 1077944384 19793 13165 0 0 258 5 5 2 20 0 15 0 64826180 11178180608 537783 33554432000 4194304 4196468 140735701114016 140125523929072 140126000413314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23030] ppid=22962 vsize=10916192 memory=19928 CPUtime=0.07 cores=1,3,5,7
/proc/22965/task/23030/stat : 23030 (java) S 22962 22965 21303 0 -1 1077944384 3 13165 0 0 0 0 5 2 20 0 15 0 64826180 11178180608 537783 33554432000 4194304 4196468 140735701114016 140124314659168 140126000412373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23031] ppid=22962 vsize=10916192 memory=1296 CPUtime=1.41 cores=1,3,5,7
/proc/22965/task/23031/stat : 23031 (java) S 22962 22965 21303 0 -1 1077944384 1999 13165 0 0 60 74 5 2 20 0 15 0 64826181 11178180608 537783 33554432000 4194304 4196468 140735701114016 140124865154096 140126000413314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
Current children cumulated CPU time: 2376.96 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 2151132 KiB

[startup+2382.3 s]
/proc/loadavg: 2.13 1.56 1.42 3/218 24044
/proc/meminfo: memFree=13279828/32770624 swapFree=67108860/67108860
[pid=22965] ppid=22962 vsize=10916192 memory=2151188 CPUtime=2437.97 cores=1,3,5,7
/proc/22965/stat : 22965 (java) S 22962 22965 21303 0 -1 1077944320 391352 13165 0 0 243408 382 5 2 20 0 15 0 64826166 11178180608 537797 33554432000 4194304 4196468 140735701114016 140735701096560 140126000402167 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
/proc/22965/statm: 2729048 537797 3534 1 0 2690701 0
[pid=22965/tid=23018] ppid=22962 vsize=10916192 memory=2151188 CPUtime=2357.33 cores=1,3,5,7
/proc/22965/task/23018/stat : 23018 (java) R 22962 22965 21303 0 -1 4202560 124195 13165 0 0 235666 60 5 2 20 0 15 0 64826175 11178180608 537797 33554432000 4194304 4196468 140735701114016 140125972235968 140125620940265 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23019] ppid=22962 vsize=10916192 memory=2151188 CPUtime=12.91 cores=1,3,5,7
/proc/22965/task/23019/stat : 23019 (java) S 22962 22965 21303 0 -1 1077944384 38080 13165 0 0 1226 58 5 2 20 0 15 0 64826175 11178180608 537797 33554432000 4194304 4196468 140735701114016 140126004644368 140126000412373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23020] ppid=22962 vsize=10916192 memory=0 CPUtime=12.97 cores=1,3,5,7
/proc/22965/task/23020/stat : 23020 (java) S 22962 22965 21303 0 -1 1077944384 46919 13165 0 0 1234 56 5 2 20 0 15 0 64826175 11178180608 537797 33554432000 4194304 4196468 140735701114016 140125573819024 140126000412373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23021] ppid=22962 vsize=10916192 memory=2151188 CPUtime=12.96 cores=1,3,5,7
/proc/22965/task/23021/stat : 23021 (java) S 22962 22965 21303 0 -1 1077944384 36083 13165 0 0 1228 61 5 2 20 0 15 0 64826175 11178180608 537797 33554432000 4194304 4196468 140735701114016 140125572765968 140126000412373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23022] ppid=22962 vsize=10916192 memory=2151188 CPUtime=12.95 cores=1,3,5,7
/proc/22965/task/23022/stat : 23022 (java) S 22962 22965 21303 0 -1 1077944384 42173 13165 0 0 1228 60 5 2 20 0 15 0 64826175 11178180608 537797 33554432000 4194304 4196468 140735701114016 140125571713424 140126000412373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23023] ppid=22962 vsize=10916192 memory=4108 CPUtime=9.34 cores=1,3,5,7
/proc/22965/task/23023/stat : 23023 (java) S 22962 22965 21303 0 -1 1077944384 35574 13165 0 0 875 52 5 2 20 0 15 0 64826177 11178180608 537797 33554432000 4194304 4196468 140735701114016 140125527087856 140126000413314 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23024] ppid=22962 vsize=10916192 memory=2151084 CPUtime=0.07 cores=1,3,5,7
/proc/22965/task/23024/stat : 23024 (java) S 22962 22965 21303 0 -1 1077944384 26 13165 0 0 0 0 5 2 20 0 15 0 64826177 11178180608 537797 33554432000 4194304 4196468 140735701114016 140124932269792 140126000412373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23025] ppid=22962 vsize=10916192 memory=2151184 CPUtime=0.07 cores=1,3,5,7
/proc/22965/task/23025/stat : 23025 (java) S 22962 22965 21303 0 -1 1077944384 64 13165 0 0 0 0 5 2 20 0 15 0 64826177 11178180608 537797 33554432000 4194304 4196468 140735701114016 140124898710784 140126000412373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23026] ppid=22962 vsize=10916192 memory=2151144 CPUtime=0.07 cores=1,3,5,7
/proc/22965/task/23026/stat : 23026 (java) S 22962 22965 21303 0 -1 1077944384 2 13165 0 0 0 0 5 2 20 0 15 0 64826180 11178180608 537797 33554432000 4194304 4196468 140735701114016 140124784421328 140126000420763 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23027] ppid=22962 vsize=10916192 memory=2151184 CPUtime=7.78 cores=1,3,5,7
/proc/22965/task/23027/stat : 23027 (java) S 22962 22965 21303 0 -1 1077944384 24396 13165 0 0 767 4 5 2 20 0 15 0 64826180 11178180608 537797 33554432000 4194304 4196468 140735701114016 140125526034672 140126000413314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23028] ppid=22962 vsize=10916192 memory=0 CPUtime=8.11 cores=1,3,5,7
/proc/22965/task/23028/stat : 23028 (java) S 22962 22965 21303 0 -1 1077944384 19808 13165 0 0 800 4 5 2 20 0 15 0 64826180 11178180608 537797 33554432000 4194304 4196468 140735701114016 140125524982128 140126000413314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23029] ppid=22962 vsize=10916192 memory=2151184 CPUtime=2.7 cores=1,3,5,7
/proc/22965/task/23029/stat : 23029 (java) S 22962 22965 21303 0 -1 1077944384 19799 13165 0 0 258 5 5 2 20 0 15 0 64826180 11178180608 537797 33554432000 4194304 4196468 140735701114016 140125523929072 140126000413314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23030] ppid=22962 vsize=10916192 memory=644 CPUtime=0.07 cores=1,3,5,7
/proc/22965/task/23030/stat : 23030 (java) S 22962 22965 21303 0 -1 1077944384 3 13165 0 0 0 0 5 2 20 0 15 0 64826180 11178180608 537797 33554432000 4194304 4196468 140735701114016 140124314659168 140126000412373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23031] ppid=22962 vsize=10916192 memory=2151184 CPUtime=1.44 cores=1,3,5,7
/proc/22965/task/23031/stat : 23031 (java) S 22962 22965 21303 0 -1 1077944384 2041 13165 0 0 61 76 5 2 20 0 15 0 64826181 11178180608 537797 33554432000 4194304 4196468 140735701114016 140124865154096 140126000413314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
Current children cumulated CPU time: 2437.97 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 2151188 KiB

[startup+2442.3 s]
/proc/loadavg: 2.39 1.69 1.47 4/218 24434
/proc/meminfo: memFree=13390064/32770624 swapFree=67108860/67108860
[pid=22965] ppid=22962 vsize=10916192 memory=2153308 CPUtime=2499.01 cores=1,3,5,7
/proc/22965/stat : 22965 (java) S 22962 22965 21303 0 -1 1077944320 399112 13165 0 0 249502 392 5 2 20 0 15 0 64826166 11178180608 538327 33554432000 4194304 4196468 140735701114016 140735701096560 140126000402167 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
/proc/22965/statm: 2729048 538327 3534 1 0 2690701 0
[pid=22965/tid=23018] ppid=22962 vsize=10916192 memory=2153308 CPUtime=2416.62 cores=1,3,5,7
/proc/22965/task/23018/stat : 23018 (java) R 22962 22965 21303 0 -1 4202560 126315 13165 0 0 241594 61 5 2 20 0 15 0 64826175 11178180608 538327 33554432000 4194304 4196468 140735701114016 140125972236320 140125624367531 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23019] ppid=22962 vsize=10916192 memory=2151224 CPUtime=13.27 cores=1,3,5,7
/proc/22965/task/23019/stat : 23019 (java) S 22962 22965 21303 0 -1 1077944384 40538 13165 0 0 1260 60 5 2 20 0 15 0 64826175 11178180608 538327 33554432000 4194304 4196468 140735701114016 140126004644368 140126000412373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23020] ppid=22962 vsize=10916192 memory=2151232 CPUtime=13.33 cores=1,3,5,7
/proc/22965/task/23020/stat : 23020 (java) S 22962 22965 21303 0 -1 1077944384 47679 13165 0 0 1269 57 5 2 20 0 15 0 64826175 11178180608 538327 33554432000 4194304 4196468 140735701114016 140125573819024 140126000412373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23021] ppid=22962 vsize=10916192 memory=8544 CPUtime=13.32 cores=1,3,5,7
/proc/22965/task/23021/stat : 23021 (java) S 22962 22965 21303 0 -1 1077944384 36232 13165 0 0 1262 63 5 2 20 0 15 0 64826175 11178180608 538327 33554432000 4194304 4196468 140735701114016 140125572765968 140126000412373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23022] ppid=22962 vsize=10916192 memory=2153280 CPUtime=13.31 cores=1,3,5,7
/proc/22965/task/23022/stat : 23022 (java) S 22962 22965 21303 0 -1 1077944384 43291 13165 0 0 1263 61 5 2 20 0 15 0 64826175 11178180608 538327 33554432000 4194304 4196468 140735701114016 140125571713424 140126000412373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23023] ppid=22962 vsize=10916192 memory=2153296 CPUtime=9.6 cores=1,3,5,7
/proc/22965/task/23023/stat : 23023 (java) S 22962 22965 21303 0 -1 1077944384 36657 13165 0 0 899 54 5 2 20 0 15 0 64826177 11178180608 538327 33554432000 4194304 4196468 140735701114016 140125527087856 140126000413314 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23024] ppid=22962 vsize=10916192 memory=2153308 CPUtime=0.07 cores=1,3,5,7
/proc/22965/task/23024/stat : 23024 (java) S 22962 22965 21303 0 -1 1077944384 26 13165 0 0 0 0 5 2 20 0 15 0 64826177 11178180608 538327 33554432000 4194304 4196468 140735701114016 140124932269792 140126000412373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23025] ppid=22962 vsize=10916192 memory=2153280 CPUtime=0.07 cores=1,3,5,7
/proc/22965/task/23025/stat : 23025 (java) S 22962 22965 21303 0 -1 1077944384 64 13165 0 0 0 0 5 2 20 0 15 0 64826177 11178180608 538327 33554432000 4194304 4196468 140735701114016 140124898710784 140126000412373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23026] ppid=22962 vsize=10916192 memory=2153308 CPUtime=0.07 cores=1,3,5,7
/proc/22965/task/23026/stat : 23026 (java) S 22962 22965 21303 0 -1 1077944384 2 13165 0 0 0 0 5 2 20 0 15 0 64826180 11178180608 538327 33554432000 4194304 4196468 140735701114016 140124784421328 140126000420763 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23027] ppid=22962 vsize=10916192 memory=2153296 CPUtime=7.78 cores=1,3,5,7
/proc/22965/task/23027/stat : 23027 (java) S 22962 22965 21303 0 -1 1077944384 24400 13165 0 0 767 4 5 2 20 0 15 0 64826180 11178180608 538327 33554432000 4194304 4196468 140735701114016 140125526034672 140126000413314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23028] ppid=22962 vsize=10916192 memory=2153296 CPUtime=8.11 cores=1,3,5,7
/proc/22965/task/23028/stat : 23028 (java) S 22962 22965 21303 0 -1 1077944384 19814 13165 0 0 800 4 5 2 20 0 15 0 64826180 11178180608 538327 33554432000 4194304 4196468 140735701114016 140125524982128 140126000413314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23029] ppid=22962 vsize=10916192 memory=2153280 CPUtime=2.7 cores=1,3,5,7
/proc/22965/task/23029/stat : 23029 (java) S 22962 22965 21303 0 -1 1077944384 19805 13165 0 0 258 5 5 2 20 0 15 0 64826180 11178180608 538327 33554432000 4194304 4196468 140735701114016 140125523929072 140126000413314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23030] ppid=22962 vsize=10916192 memory=2153280 CPUtime=0.07 cores=1,3,5,7
/proc/22965/task/23030/stat : 23030 (java) S 22962 22965 21303 0 -1 1077944384 3 13165 0 0 0 0 5 2 20 0 15 0 64826180 11178180608 538327 33554432000 4194304 4196468 140735701114016 140124314659168 140126000412373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23031] ppid=22962 vsize=10916192 memory=2153308 CPUtime=1.48 cores=1,3,5,7
/proc/22965/task/23031/stat : 23031 (java) S 22962 22965 21303 0 -1 1077944384 2097 13165 0 0 63 78 5 2 20 0 15 0 64826181 11178180608 538327 33554432000 4194304 4196468 140735701114016 140124865154096 140126000413314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
Current children cumulated CPU time: 2499.01 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 2153308 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2463 s]*
/proc/loadavg: 2.15 1.68 1.47 3/218 24434
/proc/meminfo: memFree=13179804/32770624 swapFree=67108860/67108860
[pid=22965] ppid=22962 vsize=10916192 memory=2153316 CPUtime=2520.08 cores=1,3,5,7
/proc/22965/stat : 22965 (java) S 22962 22965 21303 0 -1 1077944320 400755 13165 0 0 251607 394 5 2 20 0 15 0 64826166 11178180608 538329 33554432000 4194304 4196468 140735701114016 140735701096560 140126000402167 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
/proc/22965/statm: 2729048 538329 3534 1 0 2690701 0
[pid=22965/tid=23018] ppid=22962 vsize=10916192 memory=6791534058613427641 CPUtime=2437.1 cores=1,3,5,7
/proc/22965/task/23018/stat : 23018 (java) R 22962 22965 21303 0 -1 4202560 126682 13165 0 0 243642 61 5 2 20 0 15 0 64826175 11178180608 538329 33554432000 4194304 4196468 140735701114016 140125972235968 140125623223104 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23019] ppid=22962 vsize=10916192 memory=-7003737579269690708 CPUtime=13.4 cores=1,3,5,7
/proc/22965/task/23019/stat : 23019 (java) S 22962 22965 21303 0 -1 1077944384 40547 13165 0 0 1273 60 5 2 20 0 15 0 64826175 11178180608 538329 33554432000 4194304 4196468 140735701114016 140126004644368 140126000412373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23020] ppid=22962 vsize=10916192 memory=6944656592455360604 CPUtime=13.46 cores=1,3,5,7
/proc/22965/task/23020/stat : 23020 (java) S 22962 22965 21303 0 -1 1077944384 47708 13165 0 0 1281 58 5 2 20 0 15 0 64826175 11178180608 538329 33554432000 4194304 4196468 140735701114016 140125573819024 140126000412373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23021] ppid=22962 vsize=10916192 memory=6943526294502006880 CPUtime=13.43 cores=1,3,5,7
/proc/22965/task/23021/stat : 23021 (java) S 22962 22965 21303 0 -1 1077944384 37274 13165 0 0 1273 63 5 2 20 0 15 0 64826175 11178180608 538329 33554432000 4194304 4196468 140735701114016 140125572765968 140126000412373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23022] ppid=22962 vsize=10916192 memory=6944656592455359580 CPUtime=13.44 cores=1,3,5,7
/proc/22965/task/23022/stat : 23022 (java) S 22962 22965 21303 0 -1 1077944384 43404 13165 0 0 1275 62 5 2 20 0 15 0 64826175 11178180608 538329 33554432000 4194304 4196468 140735701114016 140125571713424 140126000412373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23023] ppid=22962 vsize=10916192 memory=7234576917979478634 CPUtime=9.69 cores=1,3,5,7
/proc/22965/task/23023/stat : 23023 (java) S 22962 22965 21303 0 -1 1077944384 36728 13165 0 0 908 54 5 2 20 0 15 0 64826177 11178180608 538329 33554432000 4194304 4196468 140735701114016 140125527087856 140126000413314 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23024] ppid=22962 vsize=10916192 memory=-9001733975035308135 CPUtime=0.07 cores=1,3,5,7
/proc/22965/task/23024/stat : 23024 (java) S 22962 22965 21303 0 -1 1077944384 26 13165 0 0 0 0 5 2 20 0 15 0 64826177 11178180608 538329 33554432000 4194304 4196468 140735701114016 140124932269792 140126000412373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23025] ppid=22962 vsize=10916192 memory=912 CPUtime=0.07 cores=1,3,5,7
/proc/22965/task/23025/stat : 23025 (java) S 22962 22965 21303 0 -1 1077944384 64 13165 0 0 0 0 5 2 20 0 15 0 64826177 11178180608 538329 33554432000 4194304 4196468 140735701114016 140124898710784 140126000412373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23026] ppid=22962 vsize=10916192 memory=3848 CPUtime=0.07 cores=1,3,5,7
/proc/22965/task/23026/stat : 23026 (java) S 22962 22965 21303 0 -1 1077944384 2 13165 0 0 0 0 5 2 20 0 15 0 64826180 11178180608 538329 33554432000 4194304 4196468 140735701114016 140124784421328 140126000420763 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23027] ppid=22962 vsize=10916192 memory=2752 CPUtime=7.78 cores=1,3,5,7
/proc/22965/task/23027/stat : 23027 (java) S 22962 22965 21303 0 -1 1077944384 24402 13165 0 0 767 4 5 2 20 0 15 0 64826180 11178180608 538329 33554432000 4194304 4196468 140735701114016 140125526034672 140126000413314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23028] ppid=22962 vsize=10916192 memory=2680 CPUtime=8.11 cores=1,3,5,7
/proc/22965/task/23028/stat : 23028 (java) S 22962 22965 21303 0 -1 1077944384 19817 13165 0 0 800 4 5 2 20 0 15 0 64826180 11178180608 538329 33554432000 4194304 4196468 140735701114016 140125524982128 140126000413314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23029] ppid=22962 vsize=10916192 memory=1404 CPUtime=2.7 cores=1,3,5,7
/proc/22965/task/23029/stat : 23029 (java) S 22962 22965 21303 0 -1 1077944384 19808 13165 0 0 258 5 5 2 20 0 15 0 64826180 11178180608 538329 33554432000 4194304 4196468 140735701114016 140125523929072 140126000413314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23030] ppid=22962 vsize=10916192 memory=3260 CPUtime=0.07 cores=1,3,5,7
/proc/22965/task/23030/stat : 23030 (java) S 22962 22965 21303 0 -1 1077944384 3 13165 0 0 0 0 5 2 20 0 15 0 64826180 11178180608 538329 33554432000 4194304 4196468 140735701114016 140124314659168 140126000412373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
[pid=22965/tid=23031] ppid=22962 vsize=10916192 memory=2153308 CPUtime=1.49 cores=1,3,5,7
/proc/22965/task/23031/stat : 23031 (java) S 22962 22965 21303 0 -1 1077944384 2101 13165 0 0 64 78 5 2 20 0 15 0 64826181 11178180608 538329 33554432000 4194304 4196468 140735701114016 140124865154096 140126000413314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9195520 140735701117551 140735701120348 140735701120348 140735701123023 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 2153316 KiB

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

[startup+2463.05 s]
# the end of solver process 22965 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.16 s, system=3.99667 s

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

Child status: 143
Real time (s): 2463.05
CPU time (s): 2520.15
CPU user time (s): 2516.16
CPU system time (s): 3.99667
CPU usage (%): 102.318
Max. virtual memory (cumulated for all children) (KiB): 10918832
Max. memory (cumulated for all children) (KiB): 2263876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.16
system time used= 3.99667
maximum resident set size= 2265924
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 418891
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2864
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 257544
involuntary context switches= 6433


# summary of solver processes directly reported to runsolver:
#   pid: 22965
#   total CPU time (s): 2520.15
#   total CPU user time (s): 2516.16
#   total CPU system time (s): 3.99667

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.9563 second user time and 23.2409 second system time

The end

Launcher Data

Begin job on node135 at 2018-07-25 00:50:30
IDJOB=4294445
IDBENCH=141384
IDSOLVER=2750
FILE ID=node135/4294445-1532472630
RUNJOBID= node135-1532466475-21335
PBS_JOBID= 21021583
Free space on /tmp= 48340 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/SocialGolfers/SocialGolfers-5-5-7-cp_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4294445-1532472630/watcher-4294445-1532472630 -o /tmp/evaluation-result-4294445-1532472630/solver-4294445-1532472630 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532466475-21335 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=110233758 HOME/instance-4294445-1532472630.xml

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

MD5SUM BENCH= 3c85bec313e0e9ed0b53ce41ef97f039
RANDOM SEED=110233758

node135.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        14033180 kB
MemAvailable:   30060024 kB
Buffers:          216432 kB
Cached:         15860048 kB
SwapCached:            0 kB
Active:          4344372 kB
Inactive:       13659936 kB
Active(anon):    1877680 kB
Inactive(anon):    69900 kB
Active(file):    2466692 kB
Inactive(file): 13590036 kB
Unevictable:        7200 kB
Mlocked:            7200 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             27284 kB
Writeback:             0 kB
AnonPages:       1809800 kB
Mapped:            52176 kB
Shmem:             17056 kB
Slab:             427556 kB
SReclaimable:     398576 kB
SUnreclaim:        28980 kB
KernelStack:        3856 kB
PageTables:         9176 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2793948 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1583104 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       93568 kB
DirectMap2M:    33452032 kB

Free space on /tmp at the end= 48316 MiB
End job on node135 at 2018-07-25 01:31:33