Trace number 4296186

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.09 2491.74

General information on the benchmark

NameEternity/
Eternity-12-12_c18.xml
MD5SUM72288e631366ae5e472c0848b2762e00
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 variables456
Number of constraints193
Number of domains2
Minimum domain size17
Maximum domain size144
Distribution of domain sizes[{"size":17,"count":312},{"size":144,"count":144}]
Minimum variable degree1
Maximum variable degree13
Distribution of variable degrees[{"degree":1,"count":11},{"degree":2,"count":444},{"degree":13,"count":1}]
Minimum constraint arity1
Maximum constraint arity144
Distribution of constraint arities[{"arity":1,"count":48},{"arity":5,"count":144},{"arity":144,"count":1}]
Number of extensional constraints144
Number of intensional constraints48
Distribution of constraint types[{"type":"extension","count":144},{"type":"intension","count":48},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4296186-1532613152/watcher-4296186-1532613152 -o /tmp/evaluation-result-4296186-1532613152/solver-4296186-1532613152 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532594593-7269 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1738030435 -superng HOME/instance-4296186-1532613152.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=10497, runsolver pid=10494

[startup+0.100232 s]*
/proc/loadavg: 1.20 1.37 1.61 3/207 10554
/proc/meminfo: memFree=23429816/32770624 swapFree=67077008/67108860
[pid=10497] ppid=10494 vsize=9972712 memory=17076 CPUtime=0.09 cores=1,3,5,7
/proc/10497/stat : 10497 (java) S 10494 10497 5667 0 -1 1077944320 4419 12937 0 0 1 0 5 3 20 0 6 0 78878411 10212057088 4269 33554432000 4194304 4196468 140723337788432 140723337770976 139958903480055 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
/proc/10497/statm: 2493178 4269 1934 1 0 2481616 0
[pid=10497/tid=10550] ppid=10494 vsize=9972712 memory=4279135704013962638 CPUtime=0.08 cores=1,3,5,7
/proc/10497/task/10550/stat : 10550 (java) R 10494 10497 5667 0 -1 4202560 2254 12937 0 0 0 0 5 3 20 0 6 0 78878420 10212057088 4269 33554432000 4194304 4196468 140723337788432 139958875316816 139958886826533 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10551] ppid=10494 vsize=9972712 memory=8257237230052613020 CPUtime=0.08 cores=1,3,5,7
/proc/10497/task/10551/stat : 10551 (java) S 10494 10497 5667 0 -1 1077944384 1 12937 0 0 0 0 5 3 20 0 6 0 78878421 10212057088 4269 33554432000 4194304 4196468 140723337788432 139958907722768 139958903490261 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10552] ppid=10494 vsize=9972712 memory=140391400998528 CPUtime=0.08 cores=1,3,5,7
/proc/10497/task/10552/stat : 10552 (java) S 10494 10497 5667 0 -1 1077944384 1 12937 0 0 0 0 5 3 20 0 6 0 78878421 10212057088 4269 33554432000 4194304 4196468 140723337788432 139958826474640 139958903490261 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10553] ppid=10494 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10497/task/10553/stat : 10553 (java) S 10494 10497 5667 0 -1 1077944384 1 12937 0 0 0 0 5 3 20 0 6 0 78878421 10212057088 4335 33554432000 4194304 4196468 140723337788432 139958825421584 139958903490261 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10554] ppid=10494 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/10497/task/10554/stat : 10554 (java) S 10494 10497 5667 0 -1 1077944384 2 12937 0 0 0 0 5 3 20 0 6 0 78878421 10212057088 4335 33554432000 4194304 4196468 140723337788432 139958474955664 139958903490261 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17076 KiB

[startup+0.210383 s]*
/proc/loadavg: 1.20 1.37 1.61 4/216 10563
/proc/meminfo: memFree=23402240/32770624 swapFree=67077008/67108860
[pid=10497] ppid=10494 vsize=10818856 memory=46600 CPUtime=0.26 cores=1,3,5,7
/proc/10497/stat : 10497 (java) S 10494 10497 5667 0 -1 1077944320 8556 12937 0 0 17 1 5 3 20 0 15 0 78878411 11078508544 11650 33554432000 4194304 4196468 140723337788432 140723337770976 139958903480055 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
/proc/10497/statm: 2704714 11650 2919 1 0 2667149 0
[pid=10497/tid=10550] ppid=10494 vsize=10818856 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/10497/task/10550/stat : 10550 (java) R 10494 10497 5667 0 -1 4202560 5302 12937 0 0 10 1 5 3 20 0 15 0 78878420 11078508544 11715 33554432000 4194304 4196468 140723337788432 139958875277712 139958883755815 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10551] ppid=10494 vsize=10818856 memory=342 CPUtime=0.08 cores=1,3,5,7
/proc/10497/task/10551/stat : 10551 (java) S 10494 10497 5667 0 -1 1077944384 1 12937 0 0 0 0 5 3 20 0 15 0 78878421 11078508544 11715 33554432000 4194304 4196468 140723337788432 139958907722768 139958903490261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10552] ppid=10494 vsize=10818856 memory=3473316411107575456 CPUtime=0.08 cores=1,3,5,7
/proc/10497/task/10552/stat : 10552 (java) S 10494 10497 5667 0 -1 1077944384 1 12937 0 0 0 0 5 3 20 0 15 0 78878421 11078508544 11715 33554432000 4194304 4196468 140723337788432 139958826474640 139958903490261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10553] ppid=10494 vsize=10818856 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10497/task/10553/stat : 10553 (java) S 10494 10497 5667 0 -1 1077944384 1 12937 0 0 0 0 5 3 20 0 15 0 78878421 11078508544 11781 33554432000 4194304 4196468 140723337788432 139958825421584 139958903490261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10554] ppid=10494 vsize=10818856 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/10497/task/10554/stat : 10554 (java) S 10494 10497 5667 0 -1 1077944384 2 12937 0 0 0 0 5 3 20 0 15 0 78878421 11078508544 11781 33554432000 4194304 4196468 140723337788432 139958474955664 139958903490261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10555] ppid=10494 vsize=10818856 memory=140391400998528 CPUtime=0.08 cores=1,3,5,7
/proc/10497/task/10555/stat : 10555 (java) S 10494 10497 5667 0 -1 1077944384 2 12937 0 0 0 0 5 3 20 0 15 0 78878422 11078508544 11781 33554432000 4194304 4196468 140723337788432 139958430140656 139958903491202 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10556] ppid=10494 vsize=10818856 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/10497/task/10556/stat : 10556 (java) S 10494 10497 5667 0 -1 1077944384 13 12937 0 0 0 0 5 3 20 0 15 0 78878422 11078508544 11781 33554432000 4194304 4196468 140723337788432 139958354437280 139958903490261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10557] ppid=10494 vsize=10818856 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10497/task/10557/stat : 10557 (java) S 10494 10497 5667 0 -1 1077944384 1 12937 0 0 0 0 5 3 20 0 15 0 78878423 11078508544 11781 33554432000 4194304 4196468 140723337788432 139958220219120 139958903490261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10558] ppid=10494 vsize=10818856 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10497/task/10558/stat : 10558 (java) S 10494 10497 5667 0 -1 1077944384 2 12937 0 0 0 0 5 3 20 0 15 0 78878425 11078508544 11781 33554432000 4194304 4196468 140723337788432 139957616240592 139958903498651 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10559] ppid=10494 vsize=10818856 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/10497/task/10559/stat : 10559 (java) S 10494 10497 5667 0 -1 1077944384 521 12937 0 0 1 0 5 3 20 0 15 0 78878425 11078508544 11781 33554432000 4194304 4196468 140723337788432 139958429088496 139958903491202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10560] ppid=10494 vsize=10818856 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/10497/task/10560/stat : 10560 (java) S 10494 10497 5667 0 -1 1077944384 54 12937 0 0 0 0 5 3 20 0 15 0 78878425 11078508544 11781 33554432000 4194304 4196468 140723337788432 139958428035952 139958903491202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10561] ppid=10494 vsize=10818856 memory=140391400998528 CPUtime=0.11 cores=1,3,5,7
/proc/10497/task/10561/stat : 10561 (java) S 10494 10497 5667 0 -1 1077944384 566 12937 0 0 3 0 5 3 20 0 15 0 78878425 11078508544 11781 33554432000 4194304 4196468 140723337788432 139958426982896 139958903491202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10562] ppid=10494 vsize=10818856 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/10497/task/10562/stat : 10562 (java) S 10494 10497 5667 0 -1 1077944384 3 12937 0 0 0 0 5 3 20 0 15 0 78878426 11078508544 11781 33554432000 4194304 4196468 140723337788432 139957146479456 139958903490261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10563] ppid=10494 vsize=10818856 memory=140391400998528 CPUtime=0.08 cores=1,3,5,7
/proc/10497/task/10563/stat : 10563 (java) S 10494 10497 5667 0 -1 1077944384 1 12937 0 0 0 0 5 3 20 0 15 0 78878426 11078508544 11781 33554432000 4194304 4196468 140723337788432 139958425930288 139958903491202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818856 KiB
Current children cumulated memory: 46600 KiB

[startup+0.310257 s]*
/proc/loadavg: 1.20 1.37 1.61 3/216 10563
/proc/meminfo: memFree=23392192/32770624 swapFree=67077008/67108860
[pid=10497] ppid=10494 vsize=10819352 memory=57940 CPUtime=0.39 cores=1,3,5,7
/proc/10497/stat : 10497 (java) S 10494 10497 5667 0 -1 1077944320 10601 12937 0 0 29 2 5 3 20 0 15 0 78878411 11079016448 14485 33554432000 4194304 4196468 140723337788432 140723337770976 139958903480055 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
/proc/10497/statm: 2704838 14485 3050 1 0 2667149 0
[pid=10497/tid=10550] ppid=10494 vsize=10819352 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/10497/task/10550/stat : 10550 (java) R 10494 10497 5667 0 -1 4202560 7233 12937 0 0 19 2 5 3 20 0 15 0 78878420 11079016448 14485 33554432000 4194304 4196468 140723337788432 139958875292064 139958887560542 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10551] ppid=10494 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10497/task/10551/stat : 10551 (java) S 10494 10497 5667 0 -1 1077944384 1 12937 0 0 0 0 5 3 20 0 15 0 78878421 11079016448 14485 33554432000 4194304 4196468 140723337788432 139958907722768 139958903490261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10552] ppid=10494 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10497/task/10552/stat : 10552 (java) S 10494 10497 5667 0 -1 1077944384 1 12937 0 0 0 0 5 3 20 0 15 0 78878421 11079016448 14485 33554432000 4194304 4196468 140723337788432 139958826474640 139958903490261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10553] ppid=10494 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10497/task/10553/stat : 10553 (java) S 10494 10497 5667 0 -1 1077944384 1 12937 0 0 0 0 5 3 20 0 15 0 78878421 11079016448 14485 33554432000 4194304 4196468 140723337788432 139958825421584 139958903490261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10554] ppid=10494 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10497/task/10554/stat : 10554 (java) S 10494 10497 5667 0 -1 1077944384 2 12937 0 0 0 0 5 3 20 0 15 0 78878421 11079016448 14485 33554432000 4194304 4196468 140723337788432 139958474955664 139958903490261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10555] ppid=10494 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10497/task/10555/stat : 10555 (java) S 10494 10497 5667 0 -1 1077944384 2 12937 0 0 0 0 5 3 20 0 15 0 78878422 11079016448 14485 33554432000 4194304 4196468 140723337788432 139958430140656 139958903491202 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10556] ppid=10494 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/10497/task/10556/stat : 10556 (java) S 10494 10497 5667 0 -1 1077944384 13 12937 0 0 0 0 5 3 20 0 15 0 78878422 11079016448 14485 33554432000 4194304 4196468 140723337788432 139958354437280 139958903490261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10557] ppid=10494 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10497/task/10557/stat : 10557 (java) S 10494 10497 5667 0 -1 1077944384 1 12937 0 0 0 0 5 3 20 0 15 0 78878423 11079016448 14485 33554432000 4194304 4196468 140723337788432 139958220219120 139958903490261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10558] ppid=10494 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10497/task/10558/stat : 10558 (java) S 10494 10497 5667 0 -1 1077944384 2 12937 0 0 0 0 5 3 20 0 15 0 78878425 11079016448 14485 33554432000 4194304 4196468 140723337788432 139957616240592 139958903498651 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10559] ppid=10494 vsize=10819352 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/10497/task/10559/stat : 10559 (java) S 10494 10497 5667 0 -1 1077944384 521 12937 0 0 2 0 5 3 20 0 15 0 78878425 11079016448 14485 33554432000 4194304 4196468 140723337788432 139958429088496 139958903491202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10560] ppid=10494 vsize=10819352 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/10497/task/10560/stat : 10560 (java) S 10494 10497 5667 0 -1 1077944384 55 12937 0 0 1 0 5 3 20 0 15 0 78878425 11079016448 14485 33554432000 4194304 4196468 140723337788432 139958428035952 139958903491202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10561] ppid=10494 vsize=10819352 memory=140391400998528 CPUtime=0.13 cores=1,3,5,7
/proc/10497/task/10561/stat : 10561 (java) R 10494 10497 5667 0 -1 4202560 574 12937 0 0 5 0 5 3 20 0 15 0 78878425 11079016448 14485 33554432000 4194304 4196468 140723337788432 139958426982896 139958882918340 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10562] ppid=10494 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/10497/task/10562/stat : 10562 (java) S 10494 10497 5667 0 -1 1077944384 3 12937 0 0 0 0 5 3 20 0 15 0 78878426 11079016448 14485 33554432000 4194304 4196468 140723337788432 139957146479456 139958903490261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10563] ppid=10494 vsize=10819352 memory=140391400998528 CPUtime=0.08 cores=1,3,5,7
/proc/10497/task/10563/stat : 10563 (java) S 10494 10497 5667 0 -1 1077944384 1 12937 0 0 0 0 5 3 20 0 15 0 78878426 11079016448 14485 33554432000 4194304 4196468 140723337788432 139958425930288 139958903491202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 57940 KiB

[startup+0.700776 s]
/proc/loadavg: 1.20 1.37 1.61 4/216 10563
/proc/meminfo: memFree=23382516/32770624 swapFree=67077008/67108860
[pid=10497] ppid=10494 vsize=10819352 memory=90840 CPUtime=0.99 cores=1,3,5,7
/proc/10497/stat : 10497 (java) S 10494 10497 5667 0 -1 1077944320 16829 12937 0 0 87 4 5 3 20 0 15 0 78878411 11079016448 22710 33554432000 4194304 4196468 140723337788432 140723337770976 139958903480055 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
/proc/10497/statm: 2704838 22710 3239 1 0 2667149 0
[pid=10497/tid=10550] ppid=10494 vsize=10819352 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/10497/task/10550/stat : 10550 (java) R 10494 10497 5667 0 -1 4202560 12520 12937 0 0 55 3 5 3 20 0 15 0 78878420 11079016448 22710 33554432000 4194304 4196468 140723337788432 139958875300880 139958883755364 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10551] ppid=10494 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10497/task/10551/stat : 10551 (java) S 10494 10497 5667 0 -1 1077944384 1 12937 0 0 0 0 5 3 20 0 15 0 78878421 11079016448 22710 33554432000 4194304 4196468 140723337788432 139958907722768 139958903490261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10552] ppid=10494 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10497/task/10552/stat : 10552 (java) S 10494 10497 5667 0 -1 1077944384 1 12937 0 0 0 0 5 3 20 0 15 0 78878421 11079016448 22710 33554432000 4194304 4196468 140723337788432 139958826474640 139958903490261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10553] ppid=10494 vsize=10819352 memory=140391273870096 CPUtime=0.08 cores=1,3,5,7
/proc/10497/task/10553/stat : 10553 (java) S 10494 10497 5667 0 -1 1077944384 1 12937 0 0 0 0 5 3 20 0 15 0 78878421 11079016448 22710 33554432000 4194304 4196468 140723337788432 139958825421584 139958903490261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10554] ppid=10494 vsize=10819352 memory=140393890972233 CPUtime=0.08 cores=1,3,5,7
/proc/10497/task/10554/stat : 10554 (java) S 10494 10497 5667 0 -1 1077944384 2 12937 0 0 0 0 5 3 20 0 15 0 78878421 11079016448 22710 33554432000 4194304 4196468 140723337788432 139958474955664 139958903490261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10555] ppid=10494 vsize=10819352 memory=796 CPUtime=0.08 cores=1,3,5,7
/proc/10497/task/10555/stat : 10555 (java) S 10494 10497 5667 0 -1 1077944384 5 12937 0 0 0 0 5 3 20 0 15 0 78878422 11079016448 22710 33554432000 4194304 4196468 140723337788432 139958430140656 139958903491202 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10556] ppid=10494 vsize=10819352 memory=7014751519650764113 CPUtime=0.08 cores=1,3,5,7
/proc/10497/task/10556/stat : 10556 (java) S 10494 10497 5667 0 -1 1077944384 13 12937 0 0 0 0 5 3 20 0 15 0 78878422 11079016448 22710 33554432000 4194304 4196468 140723337788432 139958354437280 139958903490261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10557] ppid=10494 vsize=10819352 memory=7597123233646858610 CPUtime=0.08 cores=1,3,5,7
/proc/10497/task/10557/stat : 10557 (java) S 10494 10497 5667 0 -1 1077944384 1 12937 0 0 0 0 5 3 20 0 15 0 78878423 11079016448 22710 33554432000 4194304 4196468 140723337788432 139958220219120 139958903490261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10558] ppid=10494 vsize=10819352 memory=3604 CPUtime=0.08 cores=1,3,5,7
/proc/10497/task/10558/stat : 10558 (java) S 10494 10497 5667 0 -1 1077944384 2 12937 0 0 0 0 5 3 20 0 15 0 78878425 11079016448 22710 33554432000 4194304 4196468 140723337788432 139957616240592 139958903498651 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10559] ppid=10494 vsize=10819352 memory=10936 CPUtime=0.18 cores=1,3,5,7
/proc/10497/task/10559/stat : 10559 (java) S 10494 10497 5667 0 -1 1077944384 1131 12937 0 0 10 0 5 3 20 0 15 0 78878425 11079016448 22710 33554432000 4194304 4196468 140723337788432 139958429088496 139958903491202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10560] ppid=10494 vsize=10819352 memory=15128 CPUtime=0.15 cores=1,3,5,7
/proc/10497/task/10560/stat : 10560 (java) S 10494 10497 5667 0 -1 1077944384 324 12937 0 0 7 0 5 3 20 0 15 0 78878425 11079016448 22710 33554432000 4194304 4196468 140723337788432 139958428035952 139958903491202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10561] ppid=10494 vsize=10819352 memory=640 CPUtime=0.21 cores=1,3,5,7
/proc/10497/task/10561/stat : 10561 (java) S 10494 10497 5667 0 -1 1077944384 632 12937 0 0 13 0 5 3 20 0 15 0 78878425 11079016448 22710 33554432000 4194304 4196468 140723337788432 139958426982896 139958903491202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10562] ppid=10494 vsize=10819352 memory=1760 CPUtime=0.08 cores=1,3,5,7
/proc/10497/task/10562/stat : 10562 (java) S 10494 10497 5667 0 -1 1077944384 3 12937 0 0 0 0 5 3 20 0 15 0 78878426 11079016448 22710 33554432000 4194304 4196468 140723337788432 139957146479456 139958903490261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10563] ppid=10494 vsize=10819352 memory=960 CPUtime=0.08 cores=1,3,5,7
/proc/10497/task/10563/stat : 10563 (java) S 10494 10497 5667 0 -1 1077944384 1 12937 0 0 0 0 5 3 20 0 15 0 78878426 11079016448 22710 33554432000 4194304 4196468 140723337788432 139958425930288 139958903491202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 90840 KiB

[startup+1.50108 s]
/proc/loadavg: 1.20 1.37 1.61 3/216 10563
/proc/meminfo: memFree=23336084/32770624 swapFree=67077008/67108860
[pid=10497] ppid=10494 vsize=10832204 memory=238880 CPUtime=2.98 cores=1,3,5,7
/proc/10497/stat : 10497 (java) S 10494 10497 5667 0 -1 1077944320 24265 12937 0 0 280 10 5 3 20 0 15 0 78878411 11092176896 59720 33554432000 4194304 4196468 140723337788432 140723337770976 139958903480055 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
/proc/10497/statm: 2708051 59720 3455 1 0 2669709 0
[pid=10497/tid=10550] ppid=10494 vsize=10832204 memory=67236 CPUtime=1.45 cores=1,3,5,7
/proc/10497/task/10550/stat : 10550 (java) R 10494 10497 5667 0 -1 4202560 16778 12937 0 0 130 7 5 3 20 0 15 0 78878420 11092176896 59720 33554432000 4194304 4196468 140723337788432 139958875309280 139958885044702 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10551] ppid=10494 vsize=10832204 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/10497/task/10551/stat : 10551 (java) S 10494 10497 5667 0 -1 1077944384 314 12937 0 0 0 0 5 3 20 0 15 0 78878421 11092176896 59720 33554432000 4194304 4196468 140723337788432 139958907722768 139958903490261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10552] ppid=10494 vsize=10832204 memory=280782547771552 CPUtime=0.08 cores=1,3,5,7
/proc/10497/task/10552/stat : 10552 (java) S 10494 10497 5667 0 -1 1077944384 34 12937 0 0 0 0 5 3 20 0 15 0 78878421 11092176896 59720 33554432000 4194304 4196468 140723337788432 139958826474640 139958903490261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10553] ppid=10494 vsize=10832204 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10497/task/10553/stat : 10553 (java) S 10494 10497 5667 0 -1 1077944384 51 12937 0 0 0 0 5 3 20 0 15 0 78878421 11092176896 59720 33554432000 4194304 4196468 140723337788432 139958825421584 139958903490261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10554] ppid=10494 vsize=10832204 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10497/task/10554/stat : 10554 (java) S 10494 10497 5667 0 -1 1077944384 10 12937 0 0 0 0 5 3 20 0 15 0 78878421 11092176896 59720 33554432000 4194304 4196468 140723337788432 139958474955664 139958903490261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10555] ppid=10494 vsize=10832204 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10497/task/10555/stat : 10555 (java) S 10494 10497 5667 0 -1 1077944384 31 12937 0 0 0 0 5 3 20 0 15 0 78878422 11092176896 59720 33554432000 4194304 4196468 140723337788432 139958430140656 139958903491202 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10556] ppid=10494 vsize=10832204 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10497/task/10556/stat : 10556 (java) S 10494 10497 5667 0 -1 1077944384 13 12937 0 0 0 0 5 3 20 0 15 0 78878422 11092176896 59720 33554432000 4194304 4196468 140723337788432 139958354437280 139958903490261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10557] ppid=10494 vsize=10832204 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10497/task/10557/stat : 10557 (java) S 10494 10497 5667 0 -1 1077944384 2 12937 0 0 0 0 5 3 20 0 15 0 78878423 11092176896 59720 33554432000 4194304 4196468 140723337788432 139958220219120 139958903490261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10558] ppid=10494 vsize=10832204 memory=-2746958450906831424 CPUtime=0.08 cores=1,3,5,7
/proc/10497/task/10558/stat : 10558 (java) S 10494 10497 5667 0 -1 1077944384 2 12937 0 0 0 0 5 3 20 0 15 0 78878425 11092176896 59720 33554432000 4194304 4196468 140723337788432 139957616240592 139958903498651 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10559] ppid=10494 vsize=10832204 memory=0 CPUtime=0.63 cores=1,3,5,7
/proc/10497/task/10559/stat : 10559 (java) R 10494 10497 5667 0 -1 4202560 1901 12937 0 0 55 0 5 3 20 0 15 0 78878425 11092176896 59720 33554432000 4194304 4196468 140723337788432 139958429070064 139958888588008 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10560] ppid=10494 vsize=10832204 memory=0 CPUtime=0.55 cores=1,3,5,7
/proc/10497/task/10560/stat : 10560 (java) S 10494 10497 5667 0 -1 1077944384 1085 12937 0 0 47 0 5 3 20 0 15 0 78878425 11092176896 59720 33554432000 4194304 4196468 140723337788432 139958428035952 139958903491202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10561] ppid=10494 vsize=10832204 memory=6791534058613427641 CPUtime=0.5 cores=1,3,5,7
/proc/10497/task/10561/stat : 10561 (java) S 10494 10497 5667 0 -1 1077944384 1848 12937 0 0 42 0 5 3 20 0 15 0 78878425 11092176896 59720 33554432000 4194304 4196468 140723337788432 139958426982896 139958903491202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10562] ppid=10494 vsize=10832204 memory=4638778398332698720 CPUtime=0.08 cores=1,3,5,7
/proc/10497/task/10562/stat : 10562 (java) S 10494 10497 5667 0 -1 1077944384 3 12937 0 0 0 0 5 3 20 0 15 0 78878426 11092176896 59720 33554432000 4194304 4196468 140723337788432 139957146479456 139958903490261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10563] ppid=10494 vsize=10832204 memory=280782548016000 CPUtime=0.08 cores=1,3,5,7
/proc/10497/task/10563/stat : 10563 (java) S 10494 10497 5667 0 -1 1077944384 1 12937 0 0 0 0 5 3 20 0 15 0 78878426 11092176896 59720 33554432000 4194304 4196468 140723337788432 139958425930288 139958903491202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
Current children cumulated CPU time: 2.98 s
Current children cumulated vsize: 10832204 KiB

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

/proc/10497/task/10550/stat : 10550 (java) R 10494 10497 5667 0 -1 4202560 87091 12937 0 0 237369 39 5 3 20 0 15 0 78878420 11178180608 209742 33554432000 4194304 4196468 140723337788432 139958875313968 139958522542162 0 4 0 16800975 0 0 0 -1 5 0 0 42 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10551] ppid=10494 vsize=10916192 memory=838968 CPUtime=4.41 cores=1,3,5,7
/proc/10497/task/10551/stat : 10551 (java) S 10494 10497 5667 0 -1 1077944384 14758 12937 0 0 407 26 5 3 20 0 15 0 78878421 11178180608 209742 33554432000 4194304 4196468 140723337788432 139958907722768 139958903490261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10552] ppid=10494 vsize=10916192 memory=838968 CPUtime=4.43 cores=1,3,5,7
/proc/10497/task/10552/stat : 10552 (java) S 10494 10497 5667 0 -1 1077944384 13058 12937 0 0 410 25 5 3 20 0 15 0 78878421 11178180608 209742 33554432000 4194304 4196468 140723337788432 139958826474640 139958903490261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10553] ppid=10494 vsize=10916192 memory=838968 CPUtime=4.44 cores=1,3,5,7
/proc/10497/task/10553/stat : 10553 (java) S 10494 10497 5667 0 -1 1077944384 9514 12937 0 0 410 26 5 3 20 0 15 0 78878421 11178180608 209742 33554432000 4194304 4196468 140723337788432 139958825421584 139958903490261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10554] ppid=10494 vsize=10916192 memory=838968 CPUtime=4.41 cores=1,3,5,7
/proc/10497/task/10554/stat : 10554 (java) S 10494 10497 5667 0 -1 1077944384 13100 12937 0 0 409 24 5 3 20 0 15 0 78878421 11178180608 209742 33554432000 4194304 4196468 140723337788432 139958474955664 139958903490261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10555] ppid=10494 vsize=10916192 memory=838968 CPUtime=2.69 cores=1,3,5,7
/proc/10497/task/10555/stat : 10555 (java) S 10494 10497 5667 0 -1 1077944384 10320 12937 0 0 240 21 5 3 20 0 15 0 78878422 11178180608 209742 33554432000 4194304 4196468 140723337788432 139958430140656 139958903491202 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10556] ppid=10494 vsize=10916192 memory=838968 CPUtime=0.08 cores=1,3,5,7
/proc/10497/task/10556/stat : 10556 (java) S 10494 10497 5667 0 -1 1077944384 20 12937 0 0 0 0 5 3 20 0 15 0 78878422 11178180608 209742 33554432000 4194304 4196468 140723337788432 139958354437344 139958903490261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10557] ppid=10494 vsize=10916192 memory=838968 CPUtime=0.08 cores=1,3,5,7
/proc/10497/task/10557/stat : 10557 (java) S 10494 10497 5667 0 -1 1077944384 10 12937 0 0 0 0 5 3 20 0 15 0 78878423 11178180608 209742 33554432000 4194304 4196468 140723337788432 139958220219136 139958903490261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10558] ppid=10494 vsize=10916192 memory=838968 CPUtime=0.08 cores=1,3,5,7
/proc/10497/task/10558/stat : 10558 (java) S 10494 10497 5667 0 -1 1077944384 2 12937 0 0 0 0 5 3 20 0 15 0 78878425 11178180608 209742 33554432000 4194304 4196468 140723337788432 139957616240592 139958903498651 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10559] ppid=10494 vsize=10916192 memory=838968 CPUtime=6.24 cores=1,3,5,7
/proc/10497/task/10559/stat : 10559 (java) S 10494 10497 5667 0 -1 1077944384 31258 12937 0 0 612 4 5 3 20 0 15 0 78878425 11178180608 209742 33554432000 4194304 4196468 140723337788432 139958429088496 139958903491202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10560] ppid=10494 vsize=10916192 memory=140393890972090 CPUtime=6.2 cores=1,3,5,7
/proc/10497/task/10560/stat : 10560 (java) S 10494 10497 5667 0 -1 1077944384 35886 12937 0 0 608 4 5 3 20 0 15 0 78878425 11178180608 209742 33554432000 4194304 4196468 140723337788432 139958428035952 139958903491202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10561] ppid=10494 vsize=10916192 memory=257 CPUtime=2.24 cores=1,3,5,7
/proc/10497/task/10561/stat : 10561 (java) S 10494 10497 5667 0 -1 1077944384 22734 12937 0 0 211 5 5 3 20 0 15 0 78878425 11178180608 209742 33554432000 4194304 4196468 140723337788432 139958426982896 139958903491202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 42 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10562] ppid=10494 vsize=10916192 memory=15128 CPUtime=0.08 cores=1,3,5,7
/proc/10497/task/10562/stat : 10562 (java) S 10494 10497 5667 0 -1 1077944384 3 12937 0 0 0 0 5 3 20 0 15 0 78878426 11178180608 209742 33554432000 4194304 4196468 140723337788432 139957146479456 139958903490261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10563] ppid=10494 vsize=10916192 memory=640 CPUtime=1.38 cores=1,3,5,7
/proc/10497/task/10563/stat : 10563 (java) S 10494 10497 5667 0 -1 1077944384 2731 12937 0 0 58 72 5 3 20 0 15 0 78878426 11178180608 209742 33554432000 4194304 4196468 140723337788432 139958425930288 139958903491202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 41 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
Current children cumulated CPU time: 2409.99 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 838968 KiB

[startup+2442.3 s]
/proc/loadavg: 1.07 1.38 1.43 3/215 10790
/proc/meminfo: memFree=22467872/32770624 swapFree=67077020/67108860
[pid=10497] ppid=10494 vsize=10916192 memory=838980 CPUtime=2470.3 cores=1,3,5,7
/proc/10497/stat : 10497 (java) S 10494 10497 5667 0 -1 1077944320 244038 12937 0 0 246797 225 5 3 20 0 15 0 78878411 11178180608 209745 33554432000 4194304 4196468 140723337788432 140723337770976 139958903480055 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
/proc/10497/statm: 2729048 209745 3529 1 0 2690701 0
[pid=10497/tid=10550] ppid=10494 vsize=10916192 memory=6791534058613427641 CPUtime=2433.96 cores=1,3,5,7
/proc/10497/task/10550/stat : 10550 (java) R 10494 10497 5667 0 -1 4202560 87555 12937 0 0 243349 39 5 3 20 0 15 0 78878420 11178180608 209745 33554432000 4194304 4196468 140723337788432 139958875314176 139958523742223 0 4 0 16800975 0 0 0 -1 1 0 0 42 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10551] ppid=10494 vsize=10916192 memory=838980 CPUtime=4.51 cores=1,3,5,7
/proc/10497/task/10551/stat : 10551 (java) S 10494 10497 5667 0 -1 1077944384 15178 12937 0 0 417 26 5 3 20 0 15 0 78878421 11178180608 209745 33554432000 4194304 4196468 140723337788432 139958907722768 139958903490261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10552] ppid=10494 vsize=10916192 memory=838980 CPUtime=4.53 cores=1,3,5,7
/proc/10497/task/10552/stat : 10552 (java) S 10494 10497 5667 0 -1 1077944384 13108 12937 0 0 420 25 5 3 20 0 15 0 78878421 11178180608 209745 33554432000 4194304 4196468 140723337788432 139958826474640 139958903490261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10553] ppid=10494 vsize=10916192 memory=838980 CPUtime=4.54 cores=1,3,5,7
/proc/10497/task/10553/stat : 10553 (java) S 10494 10497 5667 0 -1 1077944384 9567 12937 0 0 420 26 5 3 20 0 15 0 78878421 11178180608 209745 33554432000 4194304 4196468 140723337788432 139958825421584 139958903490261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10554] ppid=10494 vsize=10916192 memory=838968 CPUtime=4.51 cores=1,3,5,7
/proc/10497/task/10554/stat : 10554 (java) S 10494 10497 5667 0 -1 1077944384 13110 12937 0 0 419 24 5 3 20 0 15 0 78878421 11178180608 209745 33554432000 4194304 4196468 140723337788432 139958474955664 139958903490261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10555] ppid=10494 vsize=10916192 memory=838980 CPUtime=2.75 cores=1,3,5,7
/proc/10497/task/10555/stat : 10555 (java) S 10494 10497 5667 0 -1 1077944384 10415 12937 0 0 246 21 5 3 20 0 15 0 78878422 11178180608 209745 33554432000 4194304 4196468 140723337788432 139958430140656 139958903491202 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10556] ppid=10494 vsize=10916192 memory=838980 CPUtime=0.08 cores=1,3,5,7
/proc/10497/task/10556/stat : 10556 (java) S 10494 10497 5667 0 -1 1077944384 20 12937 0 0 0 0 5 3 20 0 15 0 78878422 11178180608 209745 33554432000 4194304 4196468 140723337788432 139958354437344 139958903490261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10557] ppid=10494 vsize=10916192 memory=838980 CPUtime=0.08 cores=1,3,5,7
/proc/10497/task/10557/stat : 10557 (java) S 10494 10497 5667 0 -1 1077944384 10 12937 0 0 0 0 5 3 20 0 15 0 78878423 11178180608 209745 33554432000 4194304 4196468 140723337788432 139958220219136 139958903490261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10558] ppid=10494 vsize=10916192 memory=838980 CPUtime=0.08 cores=1,3,5,7
/proc/10497/task/10558/stat : 10558 (java) S 10494 10497 5667 0 -1 1077944384 2 12937 0 0 0 0 5 3 20 0 15 0 78878425 11178180608 209745 33554432000 4194304 4196468 140723337788432 139957616240592 139958903498651 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10559] ppid=10494 vsize=10916192 memory=838980 CPUtime=6.24 cores=1,3,5,7
/proc/10497/task/10559/stat : 10559 (java) S 10494 10497 5667 0 -1 1077944384 31260 12937 0 0 612 4 5 3 20 0 15 0 78878425 11178180608 209745 33554432000 4194304 4196468 140723337788432 139958429088496 139958903491202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10560] ppid=10494 vsize=10916192 memory=838980 CPUtime=6.21 cores=1,3,5,7
/proc/10497/task/10560/stat : 10560 (java) S 10494 10497 5667 0 -1 1077944384 35889 12937 0 0 608 5 5 3 20 0 15 0 78878425 11178180608 209745 33554432000 4194304 4196468 140723337788432 139958428035952 139958903491202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10561] ppid=10494 vsize=10916192 memory=0 CPUtime=2.25 cores=1,3,5,7
/proc/10497/task/10561/stat : 10561 (java) S 10494 10497 5667 0 -1 1077944384 22967 12937 0 0 212 5 5 3 20 0 15 0 78878425 11178180608 209745 33554432000 4194304 4196468 140723337788432 139958426982896 139958903491202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 42 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10562] ppid=10494 vsize=10916192 memory=838980 CPUtime=0.08 cores=1,3,5,7
/proc/10497/task/10562/stat : 10562 (java) S 10494 10497 5667 0 -1 1077944384 3 12937 0 0 0 0 5 3 20 0 15 0 78878426 11178180608 209745 33554432000 4194304 4196468 140723337788432 139957146479456 139958903490261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10563] ppid=10494 vsize=10916192 memory=838980 CPUtime=1.42 cores=1,3,5,7
/proc/10497/task/10563/stat : 10563 (java) S 10494 10497 5667 0 -1 1077944384 2762 12937 0 0 60 74 5 3 20 0 15 0 78878426 11178180608 209745 33554432000 4194304 4196468 140723337788432 139958425930288 139958903491202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 41 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
Current children cumulated CPU time: 2470.3 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 838980 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2491.7 s]
/proc/loadavg: 1.27 1.38 1.43 3/215 10790
/proc/meminfo: memFree=22483448/32770624 swapFree=67077020/67108860
[pid=10497] ppid=10494 vsize=10916192 memory=822596 CPUtime=2520.05 cores=1,3,5,7
/proc/10497/stat : 10497 (java) S 10494 10497 5667 0 -1 1077944320 246227 12937 0 0 251768 229 5 3 20 0 15 0 78878411 11178180608 205649 33554432000 4194304 4196468 140723337788432 140723337770976 139958903480055 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
/proc/10497/statm: 2729048 205649 3529 1 0 2690701 0
[pid=10497/tid=10550] ppid=10494 vsize=10916192 memory=823112 CPUtime=2483.19 cores=1,3,5,7
/proc/10497/task/10550/stat : 10550 (java) R 10494 10497 5667 0 -1 4202560 88295 12937 0 0 248271 40 5 3 20 0 15 0 78878420 11178180608 205649 33554432000 4194304 4196468 140723337788432 139958875313952 139958506887421 0 4 0 16800975 0 0 0 -1 3 0 0 42 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10551] ppid=10494 vsize=10916192 memory=823624 CPUtime=4.62 cores=1,3,5,7
/proc/10497/task/10551/stat : 10551 (java) S 10494 10497 5667 0 -1 1077944384 15365 12937 0 0 427 27 5 3 20 0 15 0 78878421 11178180608 205649 33554432000 4194304 4196468 140723337788432 139958907722768 139958903490261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10552] ppid=10494 vsize=10916192 memory=841064 CPUtime=4.63 cores=1,3,5,7
/proc/10497/task/10552/stat : 10552 (java) S 10494 10497 5667 0 -1 1077944384 13127 12937 0 0 430 25 5 3 20 0 15 0 78878421 11178180608 205649 33554432000 4194304 4196468 140723337788432 139958826474640 139958903490261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10553] ppid=10494 vsize=10916192 memory=827728 CPUtime=4.64 cores=1,3,5,7
/proc/10497/task/10553/stat : 10553 (java) S 10494 10497 5667 0 -1 1077944384 9631 12937 0 0 429 27 5 3 20 0 15 0 78878421 11178180608 205649 33554432000 4194304 4196468 140723337788432 139958825421584 139958903490261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10554] ppid=10494 vsize=10916192 memory=824648 CPUtime=4.62 cores=1,3,5,7
/proc/10497/task/10554/stat : 10554 (java) S 10494 10497 5667 0 -1 1077944384 13426 12937 0 0 430 24 5 3 20 0 15 0 78878421 11178180608 205649 33554432000 4194304 4196468 140723337788432 139958474955664 139958903490261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10555] ppid=10494 vsize=10916192 memory=823112 CPUtime=2.81 cores=1,3,5,7
/proc/10497/task/10555/stat : 10555 (java) S 10494 10497 5667 0 -1 1077944384 10509 12937 0 0 251 22 5 3 20 0 15 0 78878422 11178180608 205649 33554432000 4194304 4196468 140723337788432 139958430140656 139958903491202 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10556] ppid=10494 vsize=10916192 memory=822596 CPUtime=0.08 cores=1,3,5,7
/proc/10497/task/10556/stat : 10556 (java) S 10494 10497 5667 0 -1 1077944384 20 12937 0 0 0 0 5 3 20 0 15 0 78878422 11178180608 205649 33554432000 4194304 4196468 140723337788432 139958354437344 139958903490261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10557] ppid=10494 vsize=10916192 memory=823112 CPUtime=0.08 cores=1,3,5,7
/proc/10497/task/10557/stat : 10557 (java) S 10494 10497 5667 0 -1 1077944384 10 12937 0 0 0 0 5 3 20 0 15 0 78878423 11178180608 205649 33554432000 4194304 4196468 140723337788432 139958220219136 139958903490261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10558] ppid=10494 vsize=10916192 memory=828752 CPUtime=0.08 cores=1,3,5,7
/proc/10497/task/10558/stat : 10558 (java) S 10494 10497 5667 0 -1 1077944384 2 12937 0 0 0 0 5 3 20 0 15 0 78878425 11178180608 205649 33554432000 4194304 4196468 140723337788432 139957616240592 139958903498651 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10559] ppid=10494 vsize=10916192 memory=3544 CPUtime=6.26 cores=1,3,5,7
/proc/10497/task/10559/stat : 10559 (java) S 10494 10497 5667 0 -1 1077944384 31464 12937 0 0 614 4 5 3 20 0 15 0 78878425 11178180608 205649 33554432000 4194304 4196468 140723337788432 139958429088496 139958903491202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10560] ppid=10494 vsize=10916192 memory=823624 CPUtime=6.22 cores=1,3,5,7
/proc/10497/task/10560/stat : 10560 (java) S 10494 10497 5667 0 -1 1077944384 36055 12937 0 0 609 5 5 3 20 0 15 0 78878425 11178180608 205649 33554432000 4194304 4196468 140723337788432 139958428035952 139958903491202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10561] ppid=10494 vsize=10916192 memory=824648 CPUtime=2.25 cores=1,3,5,7
/proc/10497/task/10561/stat : 10561 (java) S 10494 10497 5667 0 -1 1077944384 23336 12937 0 0 212 5 5 3 20 0 15 0 78878425 11178180608 205649 33554432000 4194304 4196468 140723337788432 139958426982896 139958903491202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 42 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10562] ppid=10494 vsize=10916192 memory=823624 CPUtime=0.08 cores=1,3,5,7
/proc/10497/task/10562/stat : 10562 (java) S 10494 10497 5667 0 -1 1077944384 3 12937 0 0 0 0 5 3 20 0 15 0 78878426 11178180608 205649 33554432000 4194304 4196468 140723337788432 139957146479456 139958903490261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10563] ppid=10494 vsize=10916192 memory=824648 CPUtime=1.44 cores=1,3,5,7
/proc/10497/task/10563/stat : 10563 (java) S 10494 10497 5667 0 -1 1077944384 2792 12937 0 0 61 75 5 3 20 0 15 0 78878426 11178180608 205649 33554432000 4194304 4196468 140723337788432 139958425930288 139958903491202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 41 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 822596 KiB

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

[startup+2491.74 s]
# the end of solver process 10497 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.76 s, system=2.33295 s

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

[startup+2491.7 s]
/proc/loadavg: 1.27 1.38 1.43 3/215 10790
/proc/meminfo: memFree=22483448/32770624 swapFree=67077020/67108860
[pid=10497] ppid=10494 vsize=10916192 memory=822596 CPUtime=2520.05 cores=1,3,5,7
/proc/10497/stat : 10497 (java) S 10494 10497 5667 0 -1 1077944320 246227 12937 0 0 251768 229 5 3 20 0 15 0 78878411 11178180608 205649 33554432000 4194304 4196468 140723337788432 140723337770976 139958903480055 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
/proc/10497/statm: 2729048 205649 3529 1 0 2690701 0
[pid=10497/tid=10550] ppid=10494 vsize=10916192 memory=823112 CPUtime=2483.19 cores=1,3,5,7
/proc/10497/task/10550/stat : 10550 (java) R 10494 10497 5667 0 -1 4202560 88295 12937 0 0 248271 40 5 3 20 0 15 0 78878420 11178180608 205649 33554432000 4194304 4196468 140723337788432 139958875313952 139958506887421 0 4 0 16800975 0 0 0 -1 3 0 0 42 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10551] ppid=10494 vsize=10916192 memory=823624 CPUtime=4.62 cores=1,3,5,7
/proc/10497/task/10551/stat : 10551 (java) S 10494 10497 5667 0 -1 1077944384 15365 12937 0 0 427 27 5 3 20 0 15 0 78878421 11178180608 205649 33554432000 4194304 4196468 140723337788432 139958907722768 139958903490261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10552] ppid=10494 vsize=10916192 memory=841064 CPUtime=4.63 cores=1,3,5,7
/proc/10497/task/10552/stat : 10552 (java) S 10494 10497 5667 0 -1 1077944384 13127 12937 0 0 430 25 5 3 20 0 15 0 78878421 11178180608 205649 33554432000 4194304 4196468 140723337788432 139958826474640 139958903490261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10553] ppid=10494 vsize=10916192 memory=827728 CPUtime=4.64 cores=1,3,5,7
/proc/10497/task/10553/stat : 10553 (java) S 10494 10497 5667 0 -1 1077944384 9631 12937 0 0 429 27 5 3 20 0 15 0 78878421 11178180608 205649 33554432000 4194304 4196468 140723337788432 139958825421584 139958903490261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10554] ppid=10494 vsize=10916192 memory=824648 CPUtime=4.62 cores=1,3,5,7
/proc/10497/task/10554/stat : 10554 (java) S 10494 10497 5667 0 -1 1077944384 13426 12937 0 0 430 24 5 3 20 0 15 0 78878421 11178180608 205649 33554432000 4194304 4196468 140723337788432 139958474955664 139958903490261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10555] ppid=10494 vsize=10916192 memory=823112 CPUtime=2.81 cores=1,3,5,7
/proc/10497/task/10555/stat : 10555 (java) S 10494 10497 5667 0 -1 1077944384 10509 12937 0 0 251 22 5 3 20 0 15 0 78878422 11178180608 205649 33554432000 4194304 4196468 140723337788432 139958430140656 139958903491202 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10556] ppid=10494 vsize=10916192 memory=822596 CPUtime=0.08 cores=1,3,5,7
/proc/10497/task/10556/stat : 10556 (java) S 10494 10497 5667 0 -1 1077944384 20 12937 0 0 0 0 5 3 20 0 15 0 78878422 11178180608 205649 33554432000 4194304 4196468 140723337788432 139958354437344 139958903490261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10557] ppid=10494 vsize=10916192 memory=823112 CPUtime=0.08 cores=1,3,5,7
/proc/10497/task/10557/stat : 10557 (java) S 10494 10497 5667 0 -1 1077944384 10 12937 0 0 0 0 5 3 20 0 15 0 78878423 11178180608 205649 33554432000 4194304 4196468 140723337788432 139958220219136 139958903490261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10558] ppid=10494 vsize=10916192 memory=828752 CPUtime=0.08 cores=1,3,5,7
/proc/10497/task/10558/stat : 10558 (java) S 10494 10497 5667 0 -1 1077944384 2 12937 0 0 0 0 5 3 20 0 15 0 78878425 11178180608 205649 33554432000 4194304 4196468 140723337788432 139957616240592 139958903498651 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10559] ppid=10494 vsize=10916192 memory=3544 CPUtime=6.26 cores=1,3,5,7
/proc/10497/task/10559/stat : 10559 (java) S 10494 10497 5667 0 -1 1077944384 31464 12937 0 0 614 4 5 3 20 0 15 0 78878425 11178180608 205649 33554432000 4194304 4196468 140723337788432 139958429088496 139958903491202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10560] ppid=10494 vsize=10916192 memory=823624 CPUtime=6.22 cores=1,3,5,7
/proc/10497/task/10560/stat : 10560 (java) S 10494 10497 5667 0 -1 1077944384 36055 12937 0 0 609 5 5 3 20 0 15 0 78878425 11178180608 205649 33554432000 4194304 4196468 140723337788432 139958428035952 139958903491202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10561] ppid=10494 vsize=10916192 memory=824648 CPUtime=2.25 cores=1,3,5,7
/proc/10497/task/10561/stat : 10561 (java) S 10494 10497 5667 0 -1 1077944384 23336 12937 0 0 212 5 5 3 20 0 15 0 78878425 11178180608 205649 33554432000 4194304 4196468 140723337788432 139958426982896 139958903491202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 42 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10562] ppid=10494 vsize=10916192 memory=823624 CPUtime=0.08 cores=1,3,5,7
/proc/10497/task/10562/stat : 10562 (java) S 10494 10497 5667 0 -1 1077944384 3 12937 0 0 0 0 5 3 20 0 15 0 78878426 11178180608 205649 33554432000 4194304 4196468 140723337788432 139957146479456 139958903490261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
[pid=10497/tid=10563] ppid=10494 vsize=10916192 memory=824648 CPUtime=1.44 cores=1,3,5,7
/proc/10497/task/10563/stat : 10563 (java) S 10494 10497 5667 0 -1 1077944384 2792 12937 0 0 61 75 5 3 20 0 15 0 78878426 11178180608 205649 33554432000 4194304 4196468 140723337788432 139958425930288 139958903491202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 41 0 0 6293624 6294260 27488256 140723337795755 140723337799004 140723337799004 140723337801679 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 822596 KiB

Child status: 143
Real time (s): 2491.74
CPU time (s): 2520.09
CPU user time (s): 2517.76
CPU system time (s): 2.33295
CPU usage (%): 101.138
Max. virtual memory (cumulated for all children) (KiB): 10916780
Max. memory (cumulated for all children) (KiB): 1552452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.76
system time used= 2.33295
maximum resident set size= 1558788
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 259498
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3008
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 115067
involuntary context switches= 2662


# summary of solver processes directly reported to runsolver:
#   pid: 10497
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2517.76
#   total CPU system time (s): 2.33295

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.7746 second user time and 23.9648 second system time

The end

Launcher Data

Begin job on node102 at 2018-07-26 15:52:32
IDJOB=4296186
IDBENCH=141662
IDSOLVER=2751
FILE ID=node102/4296186-1532613152
RUNJOBID= node102-1532594593-7269
PBS_JOBID= 21021970
Free space on /tmp= 52720 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/Eternity/Eternity-12-12_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-4296186-1532613152/watcher-4296186-1532613152 -o /tmp/evaluation-result-4296186-1532613152/solver-4296186-1532613152 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532594593-7269 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1738030435 -superng HOME/instance-4296186-1532613152.xml

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

MD5SUM BENCH= 72288e631366ae5e472c0848b2762e00
RANDOM SEED=1738030435

node102.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.51
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.51
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.51
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.51
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:        23437672 kB
MemAvailable:   31189936 kB
Buffers:          193420 kB
Cached:          7794632 kB
SwapCached:         5288 kB
Active:          2127644 kB
Inactive:        6663428 kB
Active(anon):     774008 kB
Inactive(anon):    53648 kB
Active(file):    1353636 kB
Inactive(file):  6609780 kB
Unevictable:        6616 kB
Mlocked:            6616 kB
SwapTotal:      67108860 kB
SwapFree:       67077008 kB
Dirty:             27668 kB
Writeback:             0 kB
AnonPages:        814964 kB
Mapped:            47064 kB
Shmem:             21940 kB
Slab:             237372 kB
SReclaimable:     209368 kB
SUnreclaim:        28004 kB
KernelStack:        3808 kB
PageTables:         7184 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1697988 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    645120 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 52692 MiB
End job on node102 at 2018-07-26 16:34:04