Trace number 4293398

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-SuperNG 2018-06-13? (TO) 2520.1 2482.53

General information on the benchmark

NameGracefulGraph/
GracefulGraph-K06-P03_c18.xml
MD5SUM54d96134616ca7767c80e2eaaa70f234
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables138
Number of constraints59
Number of domains2
Minimum domain size57
Maximum domain size58
Distribution of domain sizes[{"size":57,"count":57},{"size":58,"count":18}]
Minimum variable degree0
Maximum variable degree8
Distribution of variable degrees[{"degree":0,"count":63},{"degree":2,"count":57},{"degree":7,"count":12},{"degree":8,"count":6}]
Minimum constraint arity3
Maximum constraint arity57
Distribution of constraint arities[{"arity":3,"count":57},{"arity":18,"count":1},{"arity":57,"count":1}]
Number of extensional constraints0
Number of intensional constraints57
Distribution of constraint types[{"type":"intension","count":57},{"type":"allDifferent","count":2}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4293398-1532314237/watcher-4293398-1532314237 -o /tmp/evaluation-result-4293398-1532314237/solver-4293398-1532314237 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532297041-4849 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=725546232 -superng HOME/instance-4293398-1532314237.xml 

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

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=8460, runsolver pid=8457
Current StackSize limit: 8192 KiB


[startup+0.102155 s]*
/proc/loadavg: 1.71 1.74 1.84 2/207 8517
/proc/meminfo: memFree=22155968/32770624 swapFree=67108860/67108860
[pid=8460] ppid=8457 vsize=9972712 memory=17080 CPUtime=0.09 cores=0,2,4,6
/proc/8460/stat : 8460 (java) S 8457 8460 4818 0 -1 1077944320 4401 13174 0 0 1 0 5 3 20 0 6 0 48987026 10212057088 4270 33554432000 4194304 4196468 140724471401712 140724471384256 139772222090999 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
/proc/8460/statm: 2493178 4270 1934 1 0 2481616 0
[pid=8460/tid=8513] ppid=8457 vsize=9972712 memory=-8458449238936043463 CPUtime=0.09 cores=0,2,4,6
/proc/8460/task/8513/stat : 8513 (java) R 8457 8460 4818 0 -1 4202560 2251 13174 0 0 1 0 5 3 20 0 6 0 48987035 10212057088 4270 33554432000 4194304 4196468 140724471401712 139772193927760 139772207213936 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8514] ppid=8457 vsize=9972712 memory=8257237230052613020 CPUtime=0.08 cores=0,2,4,6
/proc/8460/task/8514/stat : 8514 (java) S 8457 8460 4818 0 -1 1077944384 1 13174 0 0 0 0 5 3 20 0 6 0 48987036 10212057088 4270 33554432000 4194304 4196468 140724471401712 139772226333328 139772222101205 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8515] ppid=8457 vsize=9972712 memory=139856516396672 CPUtime=0.08 cores=0,2,4,6
/proc/8460/task/8515/stat : 8515 (java) S 8457 8460 4818 0 -1 1077944384 1 13174 0 0 0 0 5 3 20 0 6 0 48987036 10212057088 4270 33554432000 4194304 4196468 140724471401712 139772130535952 139772222101205 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8516] ppid=8457 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8460/task/8516/stat : 8516 (java) S 8457 8460 4818 0 -1 1077944384 1 13174 0 0 0 0 5 3 20 0 6 0 48987036 10212057088 4270 33554432000 4194304 4196468 140724471401712 139772129483152 139772222101205 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8517] ppid=8457 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/8460/task/8517/stat : 8517 (java) S 8457 8460 4818 0 -1 1077944384 2 13174 0 0 0 0 5 3 20 0 6 0 48987036 10212057088 4270 33554432000 4194304 4196468 140724471401712 139772128430352 139772222101205 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17080 KiB

[startup+0.209856 s]*
/proc/loadavg: 1.71 1.74 1.84 3/216 8526
/proc/meminfo: memFree=22135316/32770624 swapFree=67108860/67108860
[pid=8460] ppid=8457 vsize=10818856 memory=42692 CPUtime=0.26 cores=0,2,4,6
/proc/8460/stat : 8460 (java) S 8457 8460 4818 0 -1 1077944320 8537 13174 0 0 16 2 5 3 20 0 15 0 48987026 11078508544 10673 33554432000 4194304 4196468 140724471401712 140724471384256 139772222090999 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
/proc/8460/statm: 2704714 10673 2955 1 0 2667149 0
[pid=8460/tid=8513] ppid=8457 vsize=10818856 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/8460/task/8513/stat : 8513 (java) R 8457 8460 4818 0 -1 4202560 5176 13174 0 0 10 1 5 3 20 0 15 0 48987035 11078508544 10673 33554432000 4194304 4196468 140724471401712 139772193888656 139772202366321 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8514] ppid=8457 vsize=10818856 memory=342 CPUtime=0.08 cores=0,2,4,6
/proc/8460/task/8514/stat : 8514 (java) S 8457 8460 4818 0 -1 1077944384 1 13174 0 0 0 0 5 3 20 0 15 0 48987036 11078508544 10673 33554432000 4194304 4196468 140724471401712 139772226333328 139772222101205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8515] ppid=8457 vsize=10818856 memory=139856516405386 CPUtime=0.08 cores=0,2,4,6
/proc/8460/task/8515/stat : 8515 (java) S 8457 8460 4818 0 -1 1077944384 1 13174 0 0 0 0 5 3 20 0 15 0 48987036 11078508544 10673 33554432000 4194304 4196468 140724471401712 139772130535952 139772222101205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8516] ppid=8457 vsize=10818856 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8460/task/8516/stat : 8516 (java) S 8457 8460 4818 0 -1 1077944384 1 13174 0 0 0 0 5 3 20 0 15 0 48987036 11078508544 10673 33554432000 4194304 4196468 140724471401712 139772129483152 139772222101205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8517] ppid=8457 vsize=10818856 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/8460/task/8517/stat : 8517 (java) S 8457 8460 4818 0 -1 1077944384 2 13174 0 0 0 0 5 3 20 0 15 0 48987036 11078508544 10673 33554432000 4194304 4196468 140724471401712 139772128430352 139772222101205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8518] ppid=8457 vsize=10818856 memory=139856516396672 CPUtime=0.08 cores=0,2,4,6
/proc/8460/task/8518/stat : 8518 (java) S 8457 8460 4818 0 -1 1077944384 2 13174 0 0 0 0 5 3 20 0 15 0 48987037 11078508544 10673 33554432000 4194304 4196468 140724471401712 139771681622896 139772222102146 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8519] ppid=8457 vsize=10818856 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/8460/task/8519/stat : 8519 (java) S 8457 8460 4818 0 -1 1077944384 13 13174 0 0 0 0 5 3 20 0 15 0 48987037 11078508544 10673 33554432000 4194304 4196468 140724471401712 139771120707104 139772222101205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8520] ppid=8457 vsize=10818856 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8460/task/8520/stat : 8520 (java) S 8457 8460 4818 0 -1 1077944384 1 13174 0 0 0 0 5 3 20 0 15 0 48987038 11078508544 10673 33554432000 4194304 4196468 140724471401712 139770986489200 139772222101205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8521] ppid=8457 vsize=10818856 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8460/task/8521/stat : 8521 (java) S 8457 8460 4818 0 -1 1077944384 3 13174 0 0 0 0 5 3 20 0 15 0 48987041 11078508544 10673 33554432000 4194304 4196468 140724471401712 139770746198352 139772222109595 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8522] ppid=8457 vsize=10818856 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/8460/task/8522/stat : 8522 (java) S 8457 8460 4818 0 -1 1077944384 486 13174 0 0 1 0 5 3 20 0 15 0 48987041 11078508544 10673 33554432000 4194304 4196468 140724471401712 139771680569712 139772222102146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8523] ppid=8457 vsize=10818856 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/8460/task/8523/stat : 8523 (java) S 8457 8460 4818 0 -1 1077944384 89 13174 0 0 1 0 5 3 20 0 15 0 48987041 11078508544 10673 33554432000 4194304 4196468 140724471401712 139771679516912 139772222102146 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8524] ppid=8457 vsize=10818856 memory=139856516396672 CPUtime=0.11 cores=0,2,4,6
/proc/8460/task/8524/stat : 8524 (java) S 8457 8460 4818 0 -1 1077944384 567 13174 0 0 3 0 5 3 20 0 15 0 48987041 11078508544 10673 33554432000 4194304 4196468 140724471401712 139771678464112 139772222102146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8525] ppid=8457 vsize=10818856 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/8460/task/8525/stat : 8525 (java) S 8457 8460 4818 0 -1 1077944384 3 13174 0 0 0 0 5 3 20 0 15 0 48987041 11078508544 10673 33554432000 4194304 4196468 140724471401712 139770712639712 139772222101205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8526] ppid=8457 vsize=10818856 memory=139856516396672 CPUtime=0.08 cores=0,2,4,6
/proc/8460/task/8526/stat : 8526 (java) S 8457 8460 4818 0 -1 1077944384 1 13174 0 0 0 0 5 3 20 0 15 0 48987041 11078508544 10673 33554432000 4194304 4196468 140724471401712 139771677412528 139772222102146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818856 KiB
Current children cumulated memory: 42692 KiB

[startup+0.310445 s]*
/proc/loadavg: 1.71 1.74 1.84 3/216 8526
/proc/meminfo: memFree=22124936/32770624 swapFree=67108860/67108860
[pid=8460] ppid=8457 vsize=10819352 memory=54020 CPUtime=0.38 cores=0,2,4,6
/proc/8460/stat : 8460 (java) S 8457 8460 4818 0 -1 1077944320 10556 13174 0 0 28 2 5 3 20 0 15 0 48987026 11079016448 13505 33554432000 4194304 4196468 140724471401712 140724471384256 139772222090999 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
/proc/8460/statm: 2704838 13505 3086 1 0 2667149 0
[pid=8460/tid=8513] ppid=8457 vsize=10819352 memory=8112282956445269571 CPUtime=0.29 cores=0,2,4,6
/proc/8460/task/8513/stat : 8513 (java) R 8457 8460 4818 0 -1 4202560 7188 13174 0 0 19 2 5 3 20 0 15 0 48987035 11079016448 13505 33554432000 4194304 4196468 140724471401712 139772193902784 139772199315152 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8514] ppid=8457 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8460/task/8514/stat : 8514 (java) S 8457 8460 4818 0 -1 1077944384 1 13174 0 0 0 0 5 3 20 0 15 0 48987036 11079016448 13505 33554432000 4194304 4196468 140724471401712 139772226333328 139772222101205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8515] ppid=8457 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8460/task/8515/stat : 8515 (java) S 8457 8460 4818 0 -1 1077944384 1 13174 0 0 0 0 5 3 20 0 15 0 48987036 11079016448 13505 33554432000 4194304 4196468 140724471401712 139772130535952 139772222101205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8516] ppid=8457 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8460/task/8516/stat : 8516 (java) S 8457 8460 4818 0 -1 1077944384 1 13174 0 0 0 0 5 3 20 0 15 0 48987036 11079016448 13505 33554432000 4194304 4196468 140724471401712 139772129483152 139772222101205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8517] ppid=8457 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8460/task/8517/stat : 8517 (java) S 8457 8460 4818 0 -1 1077944384 2 13174 0 0 0 0 5 3 20 0 15 0 48987036 11079016448 13505 33554432000 4194304 4196468 140724471401712 139772128430352 139772222101205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8518] ppid=8457 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8460/task/8518/stat : 8518 (java) S 8457 8460 4818 0 -1 1077944384 2 13174 0 0 0 0 5 3 20 0 15 0 48987037 11079016448 13505 33554432000 4194304 4196468 140724471401712 139771681622896 139772222102146 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8519] ppid=8457 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/8460/task/8519/stat : 8519 (java) S 8457 8460 4818 0 -1 1077944384 13 13174 0 0 0 0 5 3 20 0 15 0 48987037 11079016448 13505 33554432000 4194304 4196468 140724471401712 139771120707104 139772222101205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8520] ppid=8457 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8460/task/8520/stat : 8520 (java) S 8457 8460 4818 0 -1 1077944384 1 13174 0 0 0 0 5 3 20 0 15 0 48987038 11079016448 13505 33554432000 4194304 4196468 140724471401712 139770986489200 139772222101205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8521] ppid=8457 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8460/task/8521/stat : 8521 (java) S 8457 8460 4818 0 -1 1077944384 3 13174 0 0 0 0 5 3 20 0 15 0 48987041 11079016448 13505 33554432000 4194304 4196468 140724471401712 139770746198352 139772222109595 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8522] ppid=8457 vsize=10819352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/8460/task/8522/stat : 8522 (java) S 8457 8460 4818 0 -1 1077944384 487 13174 0 0 1 0 5 3 20 0 15 0 48987041 11079016448 13505 33554432000 4194304 4196468 140724471401712 139771680569712 139772222102146 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8523] ppid=8457 vsize=10819352 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/8460/task/8523/stat : 8523 (java) S 8457 8460 4818 0 -1 1077944384 89 13174 0 0 1 0 5 3 20 0 15 0 48987041 11079016448 13505 33554432000 4194304 4196468 140724471401712 139771679516912 139772222102146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8524] ppid=8457 vsize=10819352 memory=139856516396672 CPUtime=0.12 cores=0,2,4,6
/proc/8460/task/8524/stat : 8524 (java) S 8457 8460 4818 0 -1 1077944384 573 13174 0 0 4 0 5 3 20 0 15 0 48987041 11079016448 13505 33554432000 4194304 4196468 140724471401712 139771678464112 139772222102146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8525] ppid=8457 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/8460/task/8525/stat : 8525 (java) S 8457 8460 4818 0 -1 1077944384 3 13174 0 0 0 0 5 3 20 0 15 0 48987041 11079016448 13505 33554432000 4194304 4196468 140724471401712 139770712639712 139772222101205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8526] ppid=8457 vsize=10819352 memory=139856516396672 CPUtime=0.08 cores=0,2,4,6
/proc/8460/task/8526/stat : 8526 (java) S 8457 8460 4818 0 -1 1077944384 1 13174 0 0 0 0 5 3 20 0 15 0 48987041 11079016448 13505 33554432000 4194304 4196468 140724471401712 139771677412528 139772222102146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 54020 KiB

[startup+0.700741 s]
/proc/loadavg: 1.71 1.74 1.84 3/216 8526
/proc/meminfo: memFree=22113508/32770624 swapFree=67108860/67108860
[pid=8460] ppid=8457 vsize=10819352 memory=86912 CPUtime=0.98 cores=0,2,4,6
/proc/8460/stat : 8460 (java) S 8457 8460 4818 0 -1 1077944320 16830 13174 0 0 86 4 5 3 20 0 15 0 48987026 11079016448 21728 33554432000 4194304 4196468 140724471401712 140724471384256 139772222090999 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
/proc/8460/statm: 2704838 21728 3240 1 0 2667149 0
[pid=8460/tid=8513] ppid=8457 vsize=10819352 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/8460/task/8513/stat : 8513 (java) R 8457 8460 4818 0 -1 4202560 12494 13174 0 0 55 3 5 3 20 0 15 0 48987035 11079016448 21728 33554432000 4194304 4196468 140724471401712 139772193911824 139772206171486 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8514] ppid=8457 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8460/task/8514/stat : 8514 (java) S 8457 8460 4818 0 -1 1077944384 1 13174 0 0 0 0 5 3 20 0 15 0 48987036 11079016448 21728 33554432000 4194304 4196468 140724471401712 139772226333328 139772222101205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8515] ppid=8457 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8460/task/8515/stat : 8515 (java) S 8457 8460 4818 0 -1 1077944384 1 13174 0 0 0 0 5 3 20 0 15 0 48987036 11079016448 21728 33554432000 4194304 4196468 140724471401712 139772130535952 139772222101205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8516] ppid=8457 vsize=10819352 memory=139856416224016 CPUtime=0.08 cores=0,2,4,6
/proc/8460/task/8516/stat : 8516 (java) S 8457 8460 4818 0 -1 1077944384 1 13174 0 0 0 0 5 3 20 0 15 0 48987036 11079016448 21728 33554432000 4194304 4196468 140724471401712 139772129483152 139772222101205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8517] ppid=8457 vsize=10819352 memory=139857020060256 CPUtime=0.08 cores=0,2,4,6
/proc/8460/task/8517/stat : 8517 (java) S 8457 8460 4818 0 -1 1077944384 2 13174 0 0 0 0 5 3 20 0 15 0 48987036 11079016448 21728 33554432000 4194304 4196468 140724471401712 139772128430352 139772222101205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8518] ppid=8457 vsize=10819352 memory=1228 CPUtime=0.08 cores=0,2,4,6
/proc/8460/task/8518/stat : 8518 (java) S 8457 8460 4818 0 -1 1077944384 5 13174 0 0 0 0 5 3 20 0 15 0 48987037 11079016448 21728 33554432000 4194304 4196468 140724471401712 139771681622896 139772222102146 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8519] ppid=8457 vsize=10819352 memory=4639098309541126758 CPUtime=0.08 cores=0,2,4,6
/proc/8460/task/8519/stat : 8519 (java) S 8457 8460 4818 0 -1 1077944384 13 13174 0 0 0 0 5 3 20 0 15 0 48987037 11079016448 21728 33554432000 4194304 4196468 140724471401712 139771120707104 139772222101205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8520] ppid=8457 vsize=10819352 memory=7885635084775281010 CPUtime=0.08 cores=0,2,4,6
/proc/8460/task/8520/stat : 8520 (java) S 8457 8460 4818 0 -1 1077944384 1 13174 0 0 0 0 5 3 20 0 15 0 48987038 11079016448 21728 33554432000 4194304 4196468 140724471401712 139770986489200 139772222101205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8521] ppid=8457 vsize=10819352 memory=18464 CPUtime=0.08 cores=0,2,4,6
/proc/8460/task/8521/stat : 8521 (java) S 8457 8460 4818 0 -1 1077944384 3 13174 0 0 0 0 5 3 20 0 15 0 48987041 11079016448 21728 33554432000 4194304 4196468 140724471401712 139770746198352 139772222109595 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8522] ppid=8457 vsize=10819352 memory=10580 CPUtime=0.16 cores=0,2,4,6
/proc/8460/task/8522/stat : 8522 (java) S 8457 8460 4818 0 -1 1077944384 758 13174 0 0 8 0 5 3 20 0 15 0 48987041 11079016448 21728 33554432000 4194304 4196468 140724471401712 139771680569712 139772222102146 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8523] ppid=8457 vsize=10819352 memory=4052 CPUtime=0.16 cores=0,2,4,6
/proc/8460/task/8523/stat : 8523 (java) S 8457 8460 4818 0 -1 1077944384 727 13174 0 0 8 0 5 3 20 0 15 0 48987041 11079016448 21728 33554432000 4194304 4196468 140724471401712 139771679516912 139772222102146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8524] ppid=8457 vsize=10819352 memory=644 CPUtime=0.2 cores=0,2,4,6
/proc/8460/task/8524/stat : 8524 (java) S 8457 8460 4818 0 -1 1077944384 629 13174 0 0 12 0 5 3 20 0 15 0 48987041 11079016448 21728 33554432000 4194304 4196468 140724471401712 139771678464112 139772222102146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8525] ppid=8457 vsize=10819352 memory=1792 CPUtime=0.08 cores=0,2,4,6
/proc/8460/task/8525/stat : 8525 (java) S 8457 8460 4818 0 -1 1077944384 3 13174 0 0 0 0 5 3 20 0 15 0 48987041 11079016448 21728 33554432000 4194304 4196468 140724471401712 139770712639712 139772222101205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8526] ppid=8457 vsize=10819352 memory=1232 CPUtime=0.08 cores=0,2,4,6
/proc/8460/task/8526/stat : 8526 (java) S 8457 8460 4818 0 -1 1077944384 1 13174 0 0 0 0 5 3 20 0 15 0 48987041 11079016448 21728 33554432000 4194304 4196468 140724471401712 139771677412528 139772222102146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86912 KiB

[startup+1.50073 s]
/proc/loadavg: 1.71 1.74 1.84 3/216 8526
/proc/meminfo: memFree=22068080/32770624 swapFree=67108860/67108860
[pid=8460] ppid=8457 vsize=10834252 memory=177672 CPUtime=2.27 cores=0,2,4,6
/proc/8460/stat : 8460 (java) S 8457 8460 4818 0 -1 1077944320 24002 13174 0 0 209 10 5 3 20 0 15 0 48987026 11094274048 44418 33554432000 4194304 4196468 140724471401712 140724471384256 139772222090999 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
/proc/8460/statm: 2708563 44418 3465 1 0 2670221 0
[pid=8460/tid=8513] ppid=8457 vsize=10834252 memory=63116 CPUtime=1.43 cores=0,2,4,6
/proc/8460/task/8513/stat : 8513 (java) R 8457 8460 4818 0 -1 4202560 18081 13174 0 0 129 6 5 3 20 0 15 0 48987035 11094274048 44418 33554432000 4194304 4196468 140724471401712 139772193923488 139772222112925 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8514] ppid=8457 vsize=10834252 memory=8112282956445269571 CPUtime=0.09 cores=0,2,4,6
/proc/8460/task/8514/stat : 8514 (java) S 8457 8460 4818 0 -1 1077944384 59 13174 0 0 1 0 5 3 20 0 15 0 48987036 11094274048 44418 33554432000 4194304 4196468 140724471401712 139772226333328 139772222101205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8515] ppid=8457 vsize=10834252 memory=279712832479392 CPUtime=0.09 cores=0,2,4,6
/proc/8460/task/8515/stat : 8515 (java) S 8457 8460 4818 0 -1 1077944384 200 13174 0 0 1 0 5 3 20 0 15 0 48987036 11094274048 44418 33554432000 4194304 4196468 140724471401712 139772130535952 139772222101205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8516] ppid=8457 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/8460/task/8516/stat : 8516 (java) S 8457 8460 4818 0 -1 1077944384 35 13174 0 0 1 0 5 3 20 0 15 0 48987036 11094274048 44418 33554432000 4194304 4196468 140724471401712 139772129483152 139772222101205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8517] ppid=8457 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/8460/task/8517/stat : 8517 (java) S 8457 8460 4818 0 -1 1077944384 22 13174 0 0 1 0 5 3 20 0 15 0 48987036 11094274048 44484 33554432000 4194304 4196468 140724471401712 139772128430352 139772222101205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8518] ppid=8457 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/8460/task/8518/stat : 8518 (java) S 8457 8460 4818 0 -1 1077944384 60 13174 0 0 1 0 5 3 20 0 15 0 48987037 11094274048 44484 33554432000 4194304 4196468 140724471401712 139771681622896 139772222102146 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8519] ppid=8457 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8460/task/8519/stat : 8519 (java) S 8457 8460 4818 0 -1 1077944384 14 13174 0 0 0 0 5 3 20 0 15 0 48987037 11094274048 44484 33554432000 4194304 4196468 140724471401712 139771120707168 139772222101205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8520] ppid=8457 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8460/task/8520/stat : 8520 (java) S 8457 8460 4818 0 -1 1077944384 1 13174 0 0 0 0 5 3 20 0 15 0 48987038 11094274048 44484 33554432000 4194304 4196468 140724471401712 139770986489200 139772222101205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8521] ppid=8457 vsize=10834252 memory=-2746958450906831424 CPUtime=0.08 cores=0,2,4,6
/proc/8460/task/8521/stat : 8521 (java) S 8457 8460 4818 0 -1 1077944384 3 13174 0 0 0 0 5 3 20 0 15 0 48987041 11094274048 44484 33554432000 4194304 4196468 140724471401712 139770746198352 139772222109595 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8522] ppid=8457 vsize=10834252 memory=0 CPUtime=0.29 cores=0,2,4,6
/proc/8460/task/8522/stat : 8522 (java) S 8457 8460 4818 0 -1 1077944384 1223 13174 0 0 21 0 5 3 20 0 15 0 48987041 11094274048 44484 33554432000 4194304 4196468 140724471401712 139771680569712 139772222102146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8523] ppid=8457 vsize=10834252 memory=0 CPUtime=0.28 cores=0,2,4,6
/proc/8460/task/8523/stat : 8523 (java) S 8457 8460 4818 0 -1 1077944384 900 13174 0 0 20 0 5 3 20 0 15 0 48987041 11094274048 44484 33554432000 4194304 4196468 140724471401712 139771679516912 139772222102146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8524] ppid=8457 vsize=10834252 memory=8112282956445269571 CPUtime=0.39 cores=0,2,4,6
/proc/8460/task/8524/stat : 8524 (java) S 8457 8460 4818 0 -1 1077944384 1209 13174 0 0 31 0 5 3 20 0 15 0 48987041 11094274048 44484 33554432000 4194304 4196468 140724471401712 139771678464112 139772222102146 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8525] ppid=8457 vsize=10834252 memory=4638778398332698720 CPUtime=0.08 cores=0,2,4,6
/proc/8460/task/8525/stat : 8525 (java) S 8457 8460 4818 0 -1 1077944384 3 13174 0 0 0 0 5 3 20 0 15 0 48987041 11094274048 44484 33554432000 4194304 4196468 140724471401712 139770712639712 139772222101205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8526] ppid=8457 vsize=10834252 memory=279712832723840 CPUtime=0.08 cores=0,2,4,6
/proc/8460/task/8526/stat : 8526 (java) S 8457 8460 4818 0 -1 1077944384 1 13174 0 0 0 0 5 3 20 0 15 0 48987041 11094274048 44484 33554432000 4194304 4196468 140724471401712 139771677412528 139772222102146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
Current children cumulated CPU time: 2.27 s
Current children cumulated vsize: 10834252 KiB

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

/proc/8460/task/8513/stat : 8513 (java) R 8457 8460 4818 0 -1 4202560 82295 13174 0 0 236123 38 5 3 20 0 15 0 48987035 11176083456 194500 33554432000 4194304 4196468 140724471401712 139772193924960 139771820285420 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8514] ppid=8457 vsize=10914144 memory=775952 CPUtime=9.87 cores=0,2,4,6
/proc/8460/task/8514/stat : 8514 (java) S 8457 8460 4818 0 -1 1077944384 11371 13174 0 0 938 41 5 3 20 0 15 0 48987036 11176083456 194500 33554432000 4194304 4196468 140724471401712 139772226333328 139772222101205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8515] ppid=8457 vsize=10914144 memory=775952 CPUtime=9.82 cores=0,2,4,6
/proc/8460/task/8515/stat : 8515 (java) S 8457 8460 4818 0 -1 1077944384 13134 13174 0 0 933 41 5 3 20 0 15 0 48987036 11176083456 194500 33554432000 4194304 4196468 140724471401712 139772130535952 139772222101205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8516] ppid=8457 vsize=10914144 memory=778000 CPUtime=9.85 cores=0,2,4,6
/proc/8460/task/8516/stat : 8516 (java) S 8457 8460 4818 0 -1 1077944384 14930 13174 0 0 933 44 5 3 20 0 15 0 48987036 11176083456 194500 33554432000 4194304 4196468 140724471401712 139772129483152 139772222101205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8517] ppid=8457 vsize=10914144 memory=778000 CPUtime=9.83 cores=0,2,4,6
/proc/8460/task/8517/stat : 8517 (java) S 8457 8460 4818 0 -1 1077944384 13766 13174 0 0 936 39 5 3 20 0 15 0 48987036 11176083456 194500 33554432000 4194304 4196468 140724471401712 139772128430352 139772222101205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8518] ppid=8457 vsize=10914144 memory=778000 CPUtime=7.56 cores=0,2,4,6
/proc/8460/task/8518/stat : 8518 (java) S 8457 8460 4818 0 -1 1077944384 12807 13174 0 0 710 38 5 3 20 0 15 0 48987037 11176083456 194500 33554432000 4194304 4196468 140724471401712 139771681622896 139772222102146 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8519] ppid=8457 vsize=10914144 memory=778000 CPUtime=0.08 cores=0,2,4,6
/proc/8460/task/8519/stat : 8519 (java) S 8457 8460 4818 0 -1 1077944384 16 13174 0 0 0 0 5 3 20 0 15 0 48987037 11176083456 194500 33554432000 4194304 4196468 140724471401712 139771120707232 139772222101205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8520] ppid=8457 vsize=10914144 memory=4136 CPUtime=0.08 cores=0,2,4,6
/proc/8460/task/8520/stat : 8520 (java) S 8457 8460 4818 0 -1 1077944384 6 13174 0 0 0 0 5 3 20 0 15 0 48987038 11176083456 194500 33554432000 4194304 4196468 140724471401712 139770986489216 139772222101205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8521] ppid=8457 vsize=10914144 memory=16268 CPUtime=0.08 cores=0,2,4,6
/proc/8460/task/8521/stat : 8521 (java) S 8457 8460 4818 0 -1 1077944384 3 13174 0 0 0 0 5 3 20 0 15 0 48987041 11176083456 194500 33554432000 4194304 4196468 140724471401712 139770746198352 139772222109595 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8522] ppid=8457 vsize=10914144 memory=778000 CPUtime=3.87 cores=0,2,4,6
/proc/8460/task/8522/stat : 8522 (java) S 8457 8460 4818 0 -1 1077944384 33634 13174 0 0 375 4 5 3 20 0 15 0 48987041 11176083456 194500 33554432000 4194304 4196468 140724471401712 139771680569712 139772222102146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8523] ppid=8457 vsize=10914144 memory=4136 CPUtime=3.69 cores=0,2,4,6
/proc/8460/task/8523/stat : 8523 (java) S 8457 8460 4818 0 -1 1077944384 25258 13174 0 0 357 4 5 3 20 0 15 0 48987041 11176083456 194500 33554432000 4194304 4196468 140724471401712 139771679516912 139772222102146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8524] ppid=8457 vsize=10914144 memory=778000 CPUtime=1.79 cores=0,2,4,6
/proc/8460/task/8524/stat : 8524 (java) S 8457 8460 4818 0 -1 1077944384 26782 13174 0 0 168 3 5 3 20 0 15 0 48987041 11176083456 194500 33554432000 4194304 4196468 140724471401712 139771678464112 139772222102146 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8525] ppid=8457 vsize=10914144 memory=778000 CPUtime=0.08 cores=0,2,4,6
/proc/8460/task/8525/stat : 8525 (java) S 8457 8460 4818 0 -1 1077944384 3 13174 0 0 0 0 5 3 20 0 15 0 48987041 11176083456 194500 33554432000 4194304 4196468 140724471401712 139770712639712 139772222101205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8526] ppid=8457 vsize=10914144 memory=9920 CPUtime=1.33 cores=0,2,4,6
/proc/8460/task/8526/stat : 8526 (java) S 8457 8460 4818 0 -1 1077944384 1360 13174 0 0 60 65 5 3 20 0 15 0 48987041 11176083456 194500 33554432000 4194304 4196468 140724471401712 139771677412528 139772222102146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
Current children cumulated CPU time: 2418.69 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 778000 KiB

[startup+2442.3 s]
/proc/loadavg: 1.66 1.50 1.44 3/216 8753
/proc/meminfo: memFree=17721424/32770624 swapFree=67108860/67108860
[pid=8460] ppid=8457 vsize=10914144 memory=780048 CPUtime=2479.39 cores=0,2,4,6
/proc/8460/stat : 8460 (java) S 8457 8460 4818 0 -1 1077944320 239028 13174 0 0 247648 283 5 3 20 0 15 0 48987026 11176083456 195012 33554432000 4194304 4196468 140724471401712 140724471384256 139772222090999 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
/proc/8460/statm: 2728536 195012 3518 1 0 2690189 0
[pid=8460/tid=8513] ppid=8457 vsize=10914144 memory=780048 CPUtime=2421.22 cores=0,2,4,6
/proc/8460/task/8513/stat : 8513 (java) R 8457 8460 4818 0 -1 4202560 82866 13174 0 0 242075 39 5 3 20 0 15 0 48987035 11176083456 195012 33554432000 4194304 4196468 140724471401712 139772193924624 139771821519788 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8514] ppid=8457 vsize=10914144 memory=780048 CPUtime=10.12 cores=0,2,4,6
/proc/8460/task/8514/stat : 8514 (java) S 8457 8460 4818 0 -1 1077944384 11417 13174 0 0 962 42 5 3 20 0 15 0 48987036 11176083456 195012 33554432000 4194304 4196468 140724471401712 139772226333328 139772222101205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8515] ppid=8457 vsize=10914144 memory=778000 CPUtime=10.07 cores=0,2,4,6
/proc/8460/task/8515/stat : 8515 (java) S 8457 8460 4818 0 -1 1077944384 13650 13174 0 0 957 42 5 3 20 0 15 0 48987036 11176083456 195012 33554432000 4194304 4196468 140724471401712 139772130535952 139772222101205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8516] ppid=8457 vsize=10914144 memory=780048 CPUtime=10.09 cores=0,2,4,6
/proc/8460/task/8516/stat : 8516 (java) S 8457 8460 4818 0 -1 1077944384 15022 13174 0 0 956 45 5 3 20 0 15 0 48987036 11176083456 195012 33554432000 4194304 4196468 140724471401712 139772129483152 139772222101205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8517] ppid=8457 vsize=10914144 memory=780048 CPUtime=10.07 cores=0,2,4,6
/proc/8460/task/8517/stat : 8517 (java) S 8457 8460 4818 0 -1 1077944384 13791 13174 0 0 960 39 5 3 20 0 15 0 48987036 11176083456 195012 33554432000 4194304 4196468 140724471401712 139772128430352 139772222101205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8518] ppid=8457 vsize=10914144 memory=780048 CPUtime=7.72 cores=0,2,4,6
/proc/8460/task/8518/stat : 8518 (java) S 8457 8460 4818 0 -1 1077944384 13006 13174 0 0 725 39 5 3 20 0 15 0 48987037 11176083456 195012 33554432000 4194304 4196468 140724471401712 139771681622896 139772222102146 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8519] ppid=8457 vsize=10914144 memory=780048 CPUtime=0.08 cores=0,2,4,6
/proc/8460/task/8519/stat : 8519 (java) S 8457 8460 4818 0 -1 1077944384 16 13174 0 0 0 0 5 3 20 0 15 0 48987037 11176083456 195012 33554432000 4194304 4196468 140724471401712 139771120707232 139772222101205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8520] ppid=8457 vsize=10914144 memory=8112282956445269571 CPUtime=0.08 cores=0,2,4,6
/proc/8460/task/8520/stat : 8520 (java) S 8457 8460 4818 0 -1 1077944384 6 13174 0 0 0 0 5 3 20 0 15 0 48987038 11176083456 195012 33554432000 4194304 4196468 140724471401712 139770986489216 139772222101205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8521] ppid=8457 vsize=10914144 memory=16268 CPUtime=0.08 cores=0,2,4,6
/proc/8460/task/8521/stat : 8521 (java) S 8457 8460 4818 0 -1 1077944384 3 13174 0 0 0 0 5 3 20 0 15 0 48987041 11176083456 195012 33554432000 4194304 4196468 140724471401712 139770746198352 139772222109595 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8522] ppid=8457 vsize=10914144 memory=780048 CPUtime=3.87 cores=0,2,4,6
/proc/8460/task/8522/stat : 8522 (java) S 8457 8460 4818 0 -1 1077944384 33636 13174 0 0 375 4 5 3 20 0 15 0 48987041 11176083456 195012 33554432000 4194304 4196468 140724471401712 139771680569712 139772222102146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8523] ppid=8457 vsize=10914144 memory=780048 CPUtime=3.69 cores=0,2,4,6
/proc/8460/task/8523/stat : 8523 (java) S 8457 8460 4818 0 -1 1077944384 25260 13174 0 0 357 4 5 3 20 0 15 0 48987041 11176083456 195012 33554432000 4194304 4196468 140724471401712 139771679516912 139772222102146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8524] ppid=8457 vsize=10914144 memory=780048 CPUtime=1.79 cores=0,2,4,6
/proc/8460/task/8524/stat : 8524 (java) S 8457 8460 4818 0 -1 1077944384 26784 13174 0 0 168 3 5 3 20 0 15 0 48987041 11176083456 195012 33554432000 4194304 4196468 140724471401712 139771678464112 139772222102146 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8525] ppid=8457 vsize=10914144 memory=780048 CPUtime=0.08 cores=0,2,4,6
/proc/8460/task/8525/stat : 8525 (java) S 8457 8460 4818 0 -1 1077944384 3 13174 0 0 0 0 5 3 20 0 15 0 48987041 11176083456 195012 33554432000 4194304 4196468 140724471401712 139770712639712 139772222101205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8526] ppid=8457 vsize=10914144 memory=780048 CPUtime=1.36 cores=0,2,4,6
/proc/8460/task/8526/stat : 8526 (java) S 8457 8460 4818 0 -1 1077944384 1377 13174 0 0 62 66 5 3 20 0 15 0 48987041 11176083456 195012 33554432000 4194304 4196468 140724471401712 139771677412528 139772222102146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
Current children cumulated CPU time: 2479.39 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 780048 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2482.5 s]
/proc/loadavg: 1.47 1.48 1.44 3/216 8754
/proc/meminfo: memFree=16864568/32770624 swapFree=67108860/67108860
[pid=8460] ppid=8457 vsize=10914144 memory=782096 CPUtime=2520.06 cores=0,2,4,6
/proc/8460/stat : 8460 (java) S 8457 8460 4818 0 -1 1077944320 239794 13174 0 0 251711 287 5 3 20 0 15 0 48987026 11176083456 195524 33554432000 4194304 4196468 140724471401712 140724471384256 139772222090999 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
/proc/8460/statm: 2728536 195524 3518 1 0 2690189 0
[pid=8460/tid=8513] ppid=8457 vsize=10914144 memory=782096 CPUtime=2461.11 cores=0,2,4,6
/proc/8460/task/8513/stat : 8513 (java) R 8457 8460 4818 0 -1 4202560 83241 13174 0 0 246064 39 5 3 20 0 15 0 48987035 11176083456 195524 33554432000 4194304 4196468 140724471401712 139772193924752 139771808916588 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8514] ppid=8457 vsize=10914144 memory=782096 CPUtime=10.28 cores=0,2,4,6
/proc/8460/task/8514/stat : 8514 (java) S 8457 8460 4818 0 -1 1077944384 11447 13174 0 0 977 43 5 3 20 0 15 0 48987036 11176083456 195524 33554432000 4194304 4196468 140724471401712 139772226333328 139772222101205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8515] ppid=8457 vsize=10914144 memory=782096 CPUtime=10.23 cores=0,2,4,6
/proc/8460/task/8515/stat : 8515 (java) S 8457 8460 4818 0 -1 1077944384 13936 13174 0 0 972 43 5 3 20 0 15 0 48987036 11176083456 195524 33554432000 4194304 4196468 140724471401712 139772130535952 139772222101205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8516] ppid=8457 vsize=10914144 memory=782096 CPUtime=10.25 cores=0,2,4,6
/proc/8460/task/8516/stat : 8516 (java) S 8457 8460 4818 0 -1 1077944384 15039 13174 0 0 971 46 5 3 20 0 15 0 48987036 11176083456 195524 33554432000 4194304 4196468 140724471401712 139772129483152 139772222101205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8517] ppid=8457 vsize=10914144 memory=782096 CPUtime=10.23 cores=0,2,4,6
/proc/8460/task/8517/stat : 8517 (java) S 8457 8460 4818 0 -1 1077944384 13826 13174 0 0 976 39 5 3 20 0 15 0 48987036 11176083456 195524 33554432000 4194304 4196468 140724471401712 139772128430352 139772222101205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8518] ppid=8457 vsize=10914144 memory=782096 CPUtime=7.83 cores=0,2,4,6
/proc/8460/task/8518/stat : 8518 (java) S 8457 8460 4818 0 -1 1077944384 13027 13174 0 0 735 40 5 3 20 0 15 0 48987037 11176083456 195524 33554432000 4194304 4196468 140724471401712 139771681622896 139772222102146 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8519] ppid=8457 vsize=10914144 memory=1428 CPUtime=0.08 cores=0,2,4,6
/proc/8460/task/8519/stat : 8519 (java) S 8457 8460 4818 0 -1 1077944384 16 13174 0 0 0 0 5 3 20 0 15 0 48987037 11176083456 195524 33554432000 4194304 4196468 140724471401712 139771120707232 139772222101205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8520] ppid=8457 vsize=10914144 memory=8368 CPUtime=0.08 cores=0,2,4,6
/proc/8460/task/8520/stat : 8520 (java) S 8457 8460 4818 0 -1 1077944384 6 13174 0 0 0 0 5 3 20 0 15 0 48987038 11176083456 195524 33554432000 4194304 4196468 140724471401712 139770986489216 139772222101205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8521] ppid=8457 vsize=10914144 memory=782096 CPUtime=0.08 cores=0,2,4,6
/proc/8460/task/8521/stat : 8521 (java) S 8457 8460 4818 0 -1 1077944384 3 13174 0 0 0 0 5 3 20 0 15 0 48987041 11176083456 195524 33554432000 4194304 4196468 140724471401712 139770746198352 139772222109595 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8522] ppid=8457 vsize=10914144 memory=782096 CPUtime=3.87 cores=0,2,4,6
/proc/8460/task/8522/stat : 8522 (java) S 8457 8460 4818 0 -1 1077944384 33636 13174 0 0 375 4 5 3 20 0 15 0 48987041 11176083456 195524 33554432000 4194304 4196468 140724471401712 139771680569712 139772222102146 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8523] ppid=8457 vsize=10914144 memory=782096 CPUtime=3.69 cores=0,2,4,6
/proc/8460/task/8523/stat : 8523 (java) S 8457 8460 4818 0 -1 1077944384 25260 13174 0 0 357 4 5 3 20 0 15 0 48987041 11176083456 195524 33554432000 4194304 4196468 140724471401712 139771679516912 139772222102146 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8524] ppid=8457 vsize=10914144 memory=288230621803970871 CPUtime=1.79 cores=0,2,4,6
/proc/8460/task/8524/stat : 8524 (java) S 8457 8460 4818 0 -1 1077944384 26784 13174 0 0 168 3 5 3 20 0 15 0 48987041 11176083456 195524 33554432000 4194304 4196468 140724471401712 139771678464112 139772222102146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8525] ppid=8457 vsize=10914144 memory=782096 CPUtime=0.08 cores=0,2,4,6
/proc/8460/task/8525/stat : 8525 (java) S 8457 8460 4818 0 -1 1077944384 3 13174 0 0 0 0 5 3 20 0 15 0 48987041 11176083456 195524 33554432000 4194304 4196468 140724471401712 139770712639712 139772222101205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8526] ppid=8457 vsize=10914144 memory=782096 CPUtime=1.38 cores=0,2,4,6
/proc/8460/task/8526/stat : 8526 (java) S 8457 8460 4818 0 -1 1077944384 1379 13174 0 0 63 67 5 3 20 0 15 0 48987041 11176083456 195524 33554432000 4194304 4196468 140724471401712 139771677412528 139772222102146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 782096 KiB

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

[startup+2482.53 s]
# the end of solver process 8460 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.18 s, system=2.91766 s

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

[startup+2482.5 s]
/proc/loadavg: 1.47 1.48 1.44 3/216 8754
/proc/meminfo: memFree=16864568/32770624 swapFree=67108860/67108860
[pid=8460] ppid=8457 vsize=10914144 memory=782096 CPUtime=2520.06 cores=0,2,4,6
/proc/8460/stat : 8460 (java) S 8457 8460 4818 0 -1 1077944320 239794 13174 0 0 251711 287 5 3 20 0 15 0 48987026 11176083456 195524 33554432000 4194304 4196468 140724471401712 140724471384256 139772222090999 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
/proc/8460/statm: 2728536 195524 3518 1 0 2690189 0
[pid=8460/tid=8513] ppid=8457 vsize=10914144 memory=782096 CPUtime=2461.11 cores=0,2,4,6
/proc/8460/task/8513/stat : 8513 (java) R 8457 8460 4818 0 -1 4202560 83241 13174 0 0 246064 39 5 3 20 0 15 0 48987035 11176083456 195524 33554432000 4194304 4196468 140724471401712 139772193924752 139771808916588 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8514] ppid=8457 vsize=10914144 memory=782096 CPUtime=10.28 cores=0,2,4,6
/proc/8460/task/8514/stat : 8514 (java) S 8457 8460 4818 0 -1 1077944384 11447 13174 0 0 977 43 5 3 20 0 15 0 48987036 11176083456 195524 33554432000 4194304 4196468 140724471401712 139772226333328 139772222101205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8515] ppid=8457 vsize=10914144 memory=782096 CPUtime=10.23 cores=0,2,4,6
/proc/8460/task/8515/stat : 8515 (java) S 8457 8460 4818 0 -1 1077944384 13936 13174 0 0 972 43 5 3 20 0 15 0 48987036 11176083456 195524 33554432000 4194304 4196468 140724471401712 139772130535952 139772222101205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8516] ppid=8457 vsize=10914144 memory=782096 CPUtime=10.25 cores=0,2,4,6
/proc/8460/task/8516/stat : 8516 (java) S 8457 8460 4818 0 -1 1077944384 15039 13174 0 0 971 46 5 3 20 0 15 0 48987036 11176083456 195524 33554432000 4194304 4196468 140724471401712 139772129483152 139772222101205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8517] ppid=8457 vsize=10914144 memory=782096 CPUtime=10.23 cores=0,2,4,6
/proc/8460/task/8517/stat : 8517 (java) S 8457 8460 4818 0 -1 1077944384 13826 13174 0 0 976 39 5 3 20 0 15 0 48987036 11176083456 195524 33554432000 4194304 4196468 140724471401712 139772128430352 139772222101205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8518] ppid=8457 vsize=10914144 memory=782096 CPUtime=7.83 cores=0,2,4,6
/proc/8460/task/8518/stat : 8518 (java) S 8457 8460 4818 0 -1 1077944384 13027 13174 0 0 735 40 5 3 20 0 15 0 48987037 11176083456 195524 33554432000 4194304 4196468 140724471401712 139771681622896 139772222102146 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8519] ppid=8457 vsize=10914144 memory=1428 CPUtime=0.08 cores=0,2,4,6
/proc/8460/task/8519/stat : 8519 (java) S 8457 8460 4818 0 -1 1077944384 16 13174 0 0 0 0 5 3 20 0 15 0 48987037 11176083456 195524 33554432000 4194304 4196468 140724471401712 139771120707232 139772222101205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8520] ppid=8457 vsize=10914144 memory=8368 CPUtime=0.08 cores=0,2,4,6
/proc/8460/task/8520/stat : 8520 (java) S 8457 8460 4818 0 -1 1077944384 6 13174 0 0 0 0 5 3 20 0 15 0 48987038 11176083456 195524 33554432000 4194304 4196468 140724471401712 139770986489216 139772222101205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8521] ppid=8457 vsize=10914144 memory=782096 CPUtime=0.08 cores=0,2,4,6
/proc/8460/task/8521/stat : 8521 (java) S 8457 8460 4818 0 -1 1077944384 3 13174 0 0 0 0 5 3 20 0 15 0 48987041 11176083456 195524 33554432000 4194304 4196468 140724471401712 139770746198352 139772222109595 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8522] ppid=8457 vsize=10914144 memory=782096 CPUtime=3.87 cores=0,2,4,6
/proc/8460/task/8522/stat : 8522 (java) S 8457 8460 4818 0 -1 1077944384 33636 13174 0 0 375 4 5 3 20 0 15 0 48987041 11176083456 195524 33554432000 4194304 4196468 140724471401712 139771680569712 139772222102146 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8523] ppid=8457 vsize=10914144 memory=782096 CPUtime=3.69 cores=0,2,4,6
/proc/8460/task/8523/stat : 8523 (java) S 8457 8460 4818 0 -1 1077944384 25260 13174 0 0 357 4 5 3 20 0 15 0 48987041 11176083456 195524 33554432000 4194304 4196468 140724471401712 139771679516912 139772222102146 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8524] ppid=8457 vsize=10914144 memory=288230621803970871 CPUtime=1.79 cores=0,2,4,6
/proc/8460/task/8524/stat : 8524 (java) S 8457 8460 4818 0 -1 1077944384 26784 13174 0 0 168 3 5 3 20 0 15 0 48987041 11176083456 195524 33554432000 4194304 4196468 140724471401712 139771678464112 139772222102146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8525] ppid=8457 vsize=10914144 memory=782096 CPUtime=0.08 cores=0,2,4,6
/proc/8460/task/8525/stat : 8525 (java) S 8457 8460 4818 0 -1 1077944384 3 13174 0 0 0 0 5 3 20 0 15 0 48987041 11176083456 195524 33554432000 4194304 4196468 140724471401712 139770712639712 139772222101205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
[pid=8460/tid=8526] ppid=8457 vsize=10914144 memory=782096 CPUtime=1.38 cores=0,2,4,6
/proc/8460/task/8526/stat : 8526 (java) S 8457 8460 4818 0 -1 1077944384 1379 13174 0 0 63 67 5 3 20 0 15 0 48987041 11176083456 195524 33554432000 4194304 4196468 140724471401712 139771677412528 139772222102146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6782976 140724471408812 140724471412060 140724471412060 140724471414735 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 782096 KiB

Child status: 143
Real time (s): 2482.53
CPU time (s): 2520.1
CPU user time (s): 2517.18
CPU system time (s): 2.91766
CPU usage (%): 101.514
Max. virtual memory (cumulated for all children) (KiB): 10914144
Max. memory (cumulated for all children) (KiB): 782096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.18
system time used= 2.91766
maximum resident set size= 786300
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 253938
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3032
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 222465
involuntary context switches= 8204


# summary of solver processes directly reported to runsolver:
#   pid: 8460
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2517.18
#   total CPU system time (s): 2.91766

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.0296 second user time and 23.5503 second system time

The end

Launcher Data

Begin job on node150 at 2018-07-23 04:50:37
IDJOB=4293398
IDBENCH=141171
IDSOLVER=2751
FILE ID=node150/4293398-1532314237
RUNJOBID= node150-1532297041-4849
PBS_JOBID= 21018991
Free space on /tmp= 57228 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/GracefulGraph/GracefulGraph-K06-P03_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4293398-1532314237/watcher-4293398-1532314237 -o /tmp/evaluation-result-4293398-1532314237/solver-4293398-1532314237 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532297041-4849 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=725546232 -superng HOME/instance-4293398-1532314237.xml

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

MD5SUM BENCH= 54d96134616ca7767c80e2eaaa70f234
RANDOM SEED=725546232

node150.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.76
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.76
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.76
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.76
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:        22164444 kB
MemAvailable:   31234028 kB
Buffers:          203872 kB
Cached:          9073424 kB
SwapCached:            0 kB
Active:          1868564 kB
Inactive:        8167156 kB
Active(anon):     716752 kB
Inactive(anon):    61460 kB
Active(file):    1151812 kB
Inactive(file):  8105696 kB
Unevictable:        7752 kB
Mlocked:            7752 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26500 kB
Writeback:             0 kB
AnonPages:        800844 kB
Mapped:            49764 kB
Shmem:             17032 kB
Slab:             267808 kB
SReclaimable:     240536 kB
SUnreclaim:        27272 kB
KernelStack:        3808 kB
PageTables:         7092 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1766172 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    583680 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 57200 MiB
End job on node150 at 2018-07-23 05:32:00