Trace number 4294145

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 2449.75

General information on the benchmark

NameBibd/
Bibd-sc-10-03-08_c18.xml
MD5SUM21283a47fd6fd3b1d87e6d18823d33f4
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark14.0438
Satisfiable
(Un)Satisfiability was proved
Number of variables13200
Number of constraints5576
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":6600}]
Minimum variable degree0
Maximum variable degree12
Distribution of variable degrees[{"degree":0,"count":6600},{"degree":2,"count":5400},{"degree":12,"count":1200}]
Minimum constraint arity3
Maximum constraint arity1200
Distribution of constraint arities[{"arity":3,"count":5400},{"arity":10,"count":120},{"arity":120,"count":55},{"arity":1200,"count":1}]
Number of extensional constraints0
Number of intensional constraints5400
Distribution of constraint types[{"type":"intension","count":5400},{"type":"lex","count":1},{"type":"sum","count":175}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294145-1532433680/watcher-4294145-1532433680 -o /tmp/evaluation-result-4294145-1532433680/solver-4294145-1532433680 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532413601-12741 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=274613961 -superng HOME/instance-4294145-1532433680.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=17076, runsolver pid=17073


[startup+0.100335 s]*
/proc/loadavg: 1.67 1.62 1.63 3/206 17129
/proc/meminfo: memFree=15025996/32770624 swapFree=67108860/67108860
[pid=17076] ppid=17073 vsize=9972712 memory=16284 CPUtime=0.09 cores=1,3,5,7
/proc/17076/stat : 17076 (java) S 17073 17076 12709 0 -1 1077944320 4235 13315 0 0 1 0 5 3 20 0 6 0 60931177 10212057088 4071 33554432000 4194304 4196468 140737432837712 140737432820256 140588067688183 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
/proc/17076/statm: 2493178 4071 1918 1 0 2481616 0
[pid=17076/tid=17129] ppid=17073 vsize=9972712 memory=4628411388058700198 CPUtime=0.08 cores=1,3,5,7
/proc/17076/task/17129/stat : 17129 (java) R 17073 17076 12709 0 -1 4202560 2054 13315 0 0 0 0 5 3 20 0 6 0 60931187 10212057088 4071 33554432000 4194304 4196468 140737432837712 140588039524944 140588046057024 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17130] ppid=17073 vsize=9972712 memory=5793854957308205497 CPUtime=0.08 cores=1,3,5,7
/proc/17076/task/17130/stat : 17130 (java) S 17073 17076 12709 0 -1 1077944384 1 13315 0 0 0 0 5 3 20 0 6 0 60931188 10212057088 4071 33554432000 4194304 4196468 140737432837712 140588071930512 140588067698389 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17131] ppid=17073 vsize=9972712 memory=139706298312320 CPUtime=0.08 cores=1,3,5,7
/proc/17076/task/17131/stat : 17131 (java) S 17073 17076 12709 0 -1 1077944384 1 13315 0 0 0 0 5 3 20 0 6 0 60931188 10212057088 4071 33554432000 4194304 4196468 140737432837712 140587640416784 140588067698389 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17132] ppid=17073 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17076/task/17132/stat : 17132 (java) S 17073 17076 12709 0 -1 1077944384 2 13315 0 0 0 0 5 3 20 0 6 0 60931188 10212057088 4071 33554432000 4194304 4196468 140737432837712 140587639363984 140588067698389 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17133] ppid=17073 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17076/task/17133/stat : 17133 (java) S 17073 17076 12709 0 -1 1077944384 2 13315 0 0 0 0 5 3 20 0 6 0 60931188 10212057088 4071 33554432000 4194304 4196468 140737432837712 140587638311184 140588067698389 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16284 KiB

[startup+0.210157 s]*
/proc/loadavg: 1.67 1.62 1.63 3/219 17142
/proc/meminfo: memFree=15001696/32770624 swapFree=67108860/67108860
[pid=17076] ppid=17073 vsize=10818904 memory=43500 CPUtime=0.26 cores=1,3,5,7
/proc/17076/stat : 17076 (java) S 17073 17076 12709 0 -1 1077944320 8095 13315 0 0 17 1 5 3 20 0 15 0 60931177 11078557696 10875 33554432000 4194304 4196468 140737432837712 140737432820256 140588067688183 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
/proc/17076/statm: 2704726 10875 2962 1 0 2667149 0
[pid=17076/tid=17129] ppid=17073 vsize=10818904 memory=-8540663193526752614 CPUtime=0.19 cores=1,3,5,7
/proc/17076/task/17129/stat : 17129 (java) R 17073 17076 12709 0 -1 4202560 4739 13315 0 0 10 1 5 3 20 0 15 0 60931187 11078557696 10875 33554432000 4194304 4196468 140737432837712 140588039484224 140588067700118 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17130] ppid=17073 vsize=10818904 memory=4211973432503102858 CPUtime=0.08 cores=1,3,5,7
/proc/17076/task/17130/stat : 17130 (java) S 17073 17076 12709 0 -1 1077944384 1 13315 0 0 0 0 5 3 20 0 15 0 60931188 11078557696 10875 33554432000 4194304 4196468 140737432837712 140588071930512 140588067698389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17131] ppid=17073 vsize=10818904 memory=139706298312320 CPUtime=0.08 cores=1,3,5,7
/proc/17076/task/17131/stat : 17131 (java) S 17073 17076 12709 0 -1 1077944384 1 13315 0 0 0 0 5 3 20 0 15 0 60931188 11078557696 10875 33554432000 4194304 4196468 140737432837712 140587640416784 140588067698389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17132] ppid=17073 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17076/task/17132/stat : 17132 (java) S 17073 17076 12709 0 -1 1077944384 2 13315 0 0 0 0 5 3 20 0 15 0 60931188 11078557696 10875 33554432000 4194304 4196468 140737432837712 140587639363984 140588067698389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17133] ppid=17073 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17076/task/17133/stat : 17133 (java) S 17073 17076 12709 0 -1 1077944384 2 13315 0 0 0 0 5 3 20 0 15 0 60931188 11078557696 10875 33554432000 4194304 4196468 140737432837712 140587638311184 140588067698389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17134] ppid=17073 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17076/task/17134/stat : 17134 (java) S 17073 17076 12709 0 -1 1077944384 2 13315 0 0 0 0 5 3 20 0 15 0 60931189 11078557696 10875 33554432000 4194304 4196468 140737432837712 140587527043952 140588067699330 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17135] ppid=17073 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/17076/task/17135/stat : 17135 (java) S 17073 17076 12709 0 -1 1077944384 13 13315 0 0 0 0 5 3 20 0 15 0 60931189 11078557696 10875 33554432000 4194304 4196468 140737432837712 140586963166752 140588067698389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17136] ppid=17073 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17076/task/17136/stat : 17136 (java) S 17073 17076 12709 0 -1 1077944384 1 13315 0 0 0 0 5 3 20 0 15 0 60931190 11078557696 10875 33554432000 4194304 4196468 140737432837712 140586828948848 140588067698389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17137] ppid=17073 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17076/task/17137/stat : 17137 (java) S 17073 17076 12709 0 -1 1077944384 3 13315 0 0 0 0 5 3 20 0 15 0 60931192 11078557696 10875 33554432000 4194304 4196468 140737432837712 140586588658000 140588067706779 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17138] ppid=17073 vsize=10818904 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/17076/task/17138/stat : 17138 (java) S 17073 17076 12709 0 -1 1077944384 503 13315 0 0 1 0 5 3 20 0 15 0 60931192 11078557696 10875 33554432000 4194304 4196468 140737432837712 140587525990768 140588067699330 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17139] ppid=17073 vsize=10818904 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/17076/task/17139/stat : 17139 (java) S 17073 17076 12709 0 -1 1077944384 88 13315 0 0 1 0 5 3 20 0 15 0 60931192 11078557696 10875 33554432000 4194304 4196468 140737432837712 140587524937968 140588067699330 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17140] ppid=17073 vsize=10818904 memory=139706298312320 CPUtime=0.11 cores=1,3,5,7
/proc/17076/task/17140/stat : 17140 (java) R 17073 17076 12709 0 -1 4202560 549 13315 0 0 3 0 5 3 20 0 15 0 60931192 11078557696 10875 33554432000 4194304 4196468 140737432837712 140587523885168 140588046233113 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17141] ppid=17073 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/17076/task/17141/stat : 17141 (java) S 17073 17076 12709 0 -1 1077944384 3 13315 0 0 0 0 5 3 20 0 15 0 60931193 11078557696 10875 33554432000 4194304 4196468 140737432837712 140586555099360 140588067698389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17142] ppid=17073 vsize=10818904 memory=139706298312320 CPUtime=0.08 cores=1,3,5,7
/proc/17076/task/17142/stat : 17142 (java) S 17073 17076 12709 0 -1 1077944384 1 13315 0 0 0 0 5 3 20 0 15 0 60931193 11078557696 10875 33554432000 4194304 4196468 140737432837712 140587522833584 140588067699330 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 43500 KiB

[startup+0.310343 s]*
/proc/loadavg: 1.67 1.62 1.63 3/219 17142
/proc/meminfo: memFree=14989852/32770624 swapFree=67108860/67108860
[pid=17076] ppid=17073 vsize=10819352 memory=54172 CPUtime=0.38 cores=1,3,5,7
/proc/17076/stat : 17076 (java) S 17073 17076 12709 0 -1 1077944320 10592 13315 0 0 28 2 5 3 20 0 15 0 60931177 11079016448 13543 33554432000 4194304 4196468 140737432837712 140737432820256 140588067688183 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
/proc/17076/statm: 2704838 13543 3081 1 0 2667149 0
[pid=17076/tid=17129] ppid=17073 vsize=10819352 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/17076/task/17129/stat : 17129 (java) R 17073 17076 12709 0 -1 4202560 7225 13315 0 0 19 2 5 3 20 0 15 0 60931187 11079016448 13543 33554432000 4194304 4196468 140737432837712 140588039500192 140588067710109 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17130] ppid=17073 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17076/task/17130/stat : 17130 (java) S 17073 17076 12709 0 -1 1077944384 1 13315 0 0 0 0 5 3 20 0 15 0 60931188 11079016448 13543 33554432000 4194304 4196468 140737432837712 140588071930512 140588067698389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17131] ppid=17073 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17076/task/17131/stat : 17131 (java) S 17073 17076 12709 0 -1 1077944384 1 13315 0 0 0 0 5 3 20 0 15 0 60931188 11079016448 13543 33554432000 4194304 4196468 140737432837712 140587640416784 140588067698389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17132] ppid=17073 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17076/task/17132/stat : 17132 (java) S 17073 17076 12709 0 -1 1077944384 2 13315 0 0 0 0 5 3 20 0 15 0 60931188 11079016448 13543 33554432000 4194304 4196468 140737432837712 140587639363984 140588067698389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17133] ppid=17073 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/17076/task/17133/stat : 17133 (java) S 17073 17076 12709 0 -1 1077944384 2 13315 0 0 0 0 5 3 20 0 15 0 60931188 11079016448 13543 33554432000 4194304 4196468 140737432837712 140587638311184 140588067698389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17134] ppid=17073 vsize=10819352 memory=139706298312319 CPUtime=0.08 cores=1,3,5,7
/proc/17076/task/17134/stat : 17134 (java) S 17073 17076 12709 0 -1 1077944384 2 13315 0 0 0 0 5 3 20 0 15 0 60931189 11079016448 13543 33554432000 4194304 4196468 140737432837712 140587527043952 140588067699330 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17135] ppid=17073 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/17076/task/17135/stat : 17135 (java) S 17073 17076 12709 0 -1 1077944384 13 13315 0 0 0 0 5 3 20 0 15 0 60931189 11079016448 13543 33554432000 4194304 4196468 140737432837712 140586963166752 140588067698389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17136] ppid=17073 vsize=10819352 memory=139706298312320 CPUtime=0.08 cores=1,3,5,7
/proc/17076/task/17136/stat : 17136 (java) S 17073 17076 12709 0 -1 1077944384 1 13315 0 0 0 0 5 3 20 0 15 0 60931190 11079016448 13543 33554432000 4194304 4196468 140737432837712 140586828948848 140588067698389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17137] ppid=17073 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/17076/task/17137/stat : 17137 (java) S 17073 17076 12709 0 -1 1077944384 3 13315 0 0 0 0 5 3 20 0 15 0 60931192 11079016448 13543 33554432000 4194304 4196468 140737432837712 140586588658000 140588067706779 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17138] ppid=17073 vsize=10819352 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/17076/task/17138/stat : 17138 (java) S 17073 17076 12709 0 -1 1077944384 503 13315 0 0 1 0 5 3 20 0 15 0 60931192 11079016448 13543 33554432000 4194304 4196468 140737432837712 140587525990768 140588067699330 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17139] ppid=17073 vsize=10819352 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/17076/task/17139/stat : 17139 (java) S 17073 17076 12709 0 -1 1077944384 89 13315 0 0 1 0 5 3 20 0 15 0 60931192 11079016448 13543 33554432000 4194304 4196468 140737432837712 140587524937968 140588067699330 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17140] ppid=17073 vsize=10819352 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/17076/task/17140/stat : 17140 (java) S 17073 17076 12709 0 -1 1077944384 555 13315 0 0 5 0 5 3 20 0 15 0 60931192 11079016448 13543 33554432000 4194304 4196468 140737432837712 140587523885168 140588067699330 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17141] ppid=17073 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17076/task/17141/stat : 17141 (java) S 17073 17076 12709 0 -1 1077944384 3 13315 0 0 0 0 5 3 20 0 15 0 60931193 11079016448 13543 33554432000 4194304 4196468 140737432837712 140586555099360 140588067698389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17142] ppid=17073 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17076/task/17142/stat : 17142 (java) S 17073 17076 12709 0 -1 1077944384 1 13315 0 0 0 0 5 3 20 0 15 0 60931193 11079016448 13543 33554432000 4194304 4196468 140737432837712 140587522833584 140588067699330 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 54172 KiB

[startup+0.700755 s]
/proc/loadavg: 1.67 1.62 1.63 3/219 17142
/proc/meminfo: memFree=14979704/32770624 swapFree=67108860/67108860
[pid=17076] ppid=17073 vsize=10819352 memory=86448 CPUtime=1 cores=1,3,5,7
/proc/17076/stat : 17076 (java) S 17073 17076 12709 0 -1 1077944320 16767 13315 0 0 88 4 5 3 20 0 15 0 60931177 11079016448 21612 33554432000 4194304 4196468 140737432837712 140737432820256 140588067688183 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
/proc/17076/statm: 2704838 21612 3237 1 0 2667149 0
[pid=17076/tid=17129] ppid=17073 vsize=10819352 memory=19032 CPUtime=0.66 cores=1,3,5,7
/proc/17076/task/17129/stat : 17129 (java) R 17073 17076 12709 0 -1 4202560 12285 13315 0 0 55 3 5 3 20 0 15 0 60931187 11079016448 21612 33554432000 4194304 4196468 140737432837712 140588039509008 140588047964064 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17130] ppid=17073 vsize=10819352 memory=4580 CPUtime=0.08 cores=1,3,5,7
/proc/17076/task/17130/stat : 17130 (java) S 17073 17076 12709 0 -1 1077944384 1 13315 0 0 0 0 5 3 20 0 15 0 60931188 11079016448 21612 33554432000 4194304 4196468 140737432837712 140588071930512 140588067698389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17131] ppid=17073 vsize=10819352 memory=139706159636979 CPUtime=0.08 cores=1,3,5,7
/proc/17076/task/17131/stat : 17131 (java) S 17073 17076 12709 0 -1 1077944384 1 13315 0 0 0 0 5 3 20 0 15 0 60931188 11079016448 21612 33554432000 4194304 4196468 140737432837712 140587640416784 140588067698389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17132] ppid=17073 vsize=10819352 memory=139706696205195 CPUtime=0.08 cores=1,3,5,7
/proc/17076/task/17132/stat : 17132 (java) S 17073 17076 12709 0 -1 1077944384 2 13315 0 0 0 0 5 3 20 0 15 0 60931188 11079016448 21612 33554432000 4194304 4196468 140737432837712 140587639363984 140588067698389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17133] ppid=17073 vsize=10819352 memory=1792 CPUtime=0.08 cores=1,3,5,7
/proc/17076/task/17133/stat : 17133 (java) S 17073 17076 12709 0 -1 1077944384 2 13315 0 0 0 0 5 3 20 0 15 0 60931188 11079016448 21612 33554432000 4194304 4196468 140737432837712 140587638311184 140588067698389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17134] ppid=17073 vsize=10819352 memory=6296143700806424935 CPUtime=0.08 cores=1,3,5,7
/proc/17076/task/17134/stat : 17134 (java) S 17073 17076 12709 0 -1 1077944384 5 13315 0 0 0 0 5 3 20 0 15 0 60931189 11079016448 21612 33554432000 4194304 4196468 140737432837712 140587527043952 140588067699330 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17135] ppid=17073 vsize=10819352 memory=8099279071866868837 CPUtime=0.08 cores=1,3,5,7
/proc/17076/task/17135/stat : 17135 (java) S 17073 17076 12709 0 -1 1077944384 13 13315 0 0 0 0 5 3 20 0 15 0 60931189 11079016448 21612 33554432000 4194304 4196468 140737432837712 140586963166752 140588067698389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17136] ppid=17073 vsize=10819352 memory=6004820471124940137 CPUtime=0.08 cores=1,3,5,7
/proc/17076/task/17136/stat : 17136 (java) S 17073 17076 12709 0 -1 1077944384 1 13315 0 0 0 0 5 3 20 0 15 0 60931190 11079016448 21612 33554432000 4194304 4196468 140737432837712 140586828948848 140588067698389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17137] ppid=17073 vsize=10819352 memory=3054156605368933524 CPUtime=0.08 cores=1,3,5,7
/proc/17076/task/17137/stat : 17137 (java) S 17073 17076 12709 0 -1 1077944384 3 13315 0 0 0 0 5 3 20 0 15 0 60931192 11079016448 21612 33554432000 4194304 4196468 140737432837712 140586588658000 140588067706779 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17138] ppid=17073 vsize=10819352 memory=8326441112149131689 CPUtime=0.17 cores=1,3,5,7
/proc/17076/task/17138/stat : 17138 (java) S 17073 17076 12709 0 -1 1077944384 1118 13315 0 0 9 0 5 3 20 0 15 0 60931192 11079016448 21612 33554432000 4194304 4196468 140737432837712 140587525990768 140588067699330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17139] ppid=17073 vsize=10819352 memory=-7025452035940392864 CPUtime=0.16 cores=1,3,5,7
/proc/17076/task/17139/stat : 17139 (java) S 17073 17076 12709 0 -1 1077944384 512 13315 0 0 8 0 5 3 20 0 15 0 60931192 11079016448 21612 33554432000 4194304 4196468 140737432837712 140587524937968 140588067699330 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17140] ppid=17073 vsize=10819352 memory=6944656592452807326 CPUtime=0.21 cores=1,3,5,7
/proc/17076/task/17140/stat : 17140 (java) S 17073 17076 12709 0 -1 1077944384 628 13315 0 0 13 0 5 3 20 0 15 0 60931192 11079016448 21612 33554432000 4194304 4196468 140737432837712 140587523885168 140588067699330 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17141] ppid=17073 vsize=10819352 memory=-9178176116494409632 CPUtime=0.08 cores=1,3,5,7
/proc/17076/task/17141/stat : 17141 (java) S 17073 17076 12709 0 -1 1077944384 3 13315 0 0 0 0 5 3 20 0 15 0 60931193 11079016448 21612 33554432000 4194304 4196468 140737432837712 140586555099360 140588067698389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17142] ppid=17073 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17076/task/17142/stat : 17142 (java) S 17073 17076 12709 0 -1 1077944384 1 13315 0 0 0 0 5 3 20 0 15 0 60931193 11079016448 21612 33554432000 4194304 4196468 140737432837712 140587522833584 140588067699330 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86448 KiB

[startup+1.50073 s]
/proc/loadavg: 1.67 1.62 1.63 6/219 17142
/proc/meminfo: memFree=14933832/32770624 swapFree=67108860/67108860
[pid=17076] ppid=17073 vsize=10830156 memory=194344 CPUtime=3.03 cores=1,3,5,7
/proc/17076/stat : 17076 (java) S 17073 17076 12709 0 -1 1077944320 23290 13315 0 0 288 7 5 3 20 0 15 0 60931177 11090079744 48586 33554432000 4194304 4196468 140737432837712 140737432820256 140588067688183 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
/proc/17076/statm: 2707539 48586 3455 1 0 2669197 0
[pid=17076/tid=17129] ppid=17073 vsize=10830156 memory=0 CPUtime=1.46 cores=1,3,5,7
/proc/17076/task/17129/stat : 17129 (java) R 17073 17076 12709 0 -1 4202560 15561 13315 0 0 133 5 5 3 20 0 15 0 60931187 11090079744 48586 33554432000 4194304 4196468 140737432837712 140588039505840 140588052853776 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17130] ppid=17073 vsize=10830156 memory=100712 CPUtime=0.08 cores=1,3,5,7
/proc/17076/task/17130/stat : 17130 (java) S 17073 17076 12709 0 -1 1077944384 1 13315 0 0 0 0 5 3 20 0 15 0 60931188 11090079744 48586 33554432000 4194304 4196468 140737432837712 140588071930512 140588067698389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17131] ppid=17073 vsize=10830156 memory=5790086053191909267 CPUtime=0.08 cores=1,3,5,7
/proc/17076/task/17131/stat : 17131 (java) S 17073 17076 12709 0 -1 1077944384 1 13315 0 0 0 0 5 3 20 0 15 0 60931188 11090079744 48586 33554432000 4194304 4196468 140737432837712 140587640416784 140588067698389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17132] ppid=17073 vsize=10830156 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17076/task/17132/stat : 17132 (java) S 17073 17076 12709 0 -1 1077944384 2 13315 0 0 0 0 5 3 20 0 15 0 60931188 11090079744 48586 33554432000 4194304 4196468 140737432837712 140587639363984 140588067698389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17133] ppid=17073 vsize=10830156 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17076/task/17133/stat : 17133 (java) S 17073 17076 12709 0 -1 1077944384 2 13315 0 0 0 0 5 3 20 0 15 0 60931188 11090079744 48586 33554432000 4194304 4196468 140737432837712 140587638311184 140588067698389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17134] ppid=17073 vsize=10830156 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17076/task/17134/stat : 17134 (java) S 17073 17076 12709 0 -1 1077944384 6 13315 0 0 0 0 5 3 20 0 15 0 60931189 11090079744 48586 33554432000 4194304 4196468 140737432837712 140587527043952 140588067699330 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17135] ppid=17073 vsize=10830156 memory=-6221781267475802396 CPUtime=0.08 cores=1,3,5,7
/proc/17076/task/17135/stat : 17135 (java) S 17073 17076 12709 0 -1 1077944384 13 13315 0 0 0 0 5 3 20 0 15 0 60931189 11090079744 48586 33554432000 4194304 4196468 140737432837712 140586963166752 140588067698389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17136] ppid=17073 vsize=10830156 memory=4132 CPUtime=0.08 cores=1,3,5,7
/proc/17076/task/17136/stat : 17136 (java) S 17073 17076 12709 0 -1 1077944384 1 13315 0 0 0 0 5 3 20 0 15 0 60931190 11090079744 48586 33554432000 4194304 4196468 140737432837712 140586828948848 140588067698389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17137] ppid=17073 vsize=10830156 memory=2196 CPUtime=0.08 cores=1,3,5,7
/proc/17076/task/17137/stat : 17137 (java) S 17073 17076 12709 0 -1 1077944384 3 13315 0 0 0 0 5 3 20 0 15 0 60931192 11090079744 48586 33554432000 4194304 4196468 140737432837712 140586588658000 140588067706779 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17138] ppid=17073 vsize=10830156 memory=0 CPUtime=0.62 cores=1,3,5,7
/proc/17076/task/17138/stat : 17138 (java) S 17073 17076 12709 0 -1 1077944384 2624 13315 0 0 54 0 5 3 20 0 15 0 60931192 11090079744 48586 33554432000 4194304 4196468 140737432837712 140587525990768 140588067699330 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17139] ppid=17073 vsize=10830156 memory=213296129046797 CPUtime=0.63 cores=1,3,5,7
/proc/17076/task/17139/stat : 17139 (java) S 17073 17076 12709 0 -1 1077944384 1399 13315 0 0 55 0 5 3 20 0 15 0 60931192 11090079744 48586 33554432000 4194304 4196468 140737432837712 140587524937968 140588067699330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17140] ppid=17073 vsize=10830156 memory=3904963032027245965 CPUtime=0.51 cores=1,3,5,7
/proc/17076/task/17140/stat : 17140 (java) S 17073 17076 12709 0 -1 1077944384 1481 13315 0 0 43 0 5 3 20 0 15 0 60931192 11090079744 48586 33554432000 4194304 4196468 140737432837712 140587523885168 140588067699330 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17141] ppid=17073 vsize=10830156 memory=4638778419807998288 CPUtime=0.08 cores=1,3,5,7
/proc/17076/task/17141/stat : 17141 (java) S 17073 17076 12709 0 -1 1077944384 3 13315 0 0 0 0 5 3 20 0 15 0 60931193 11090079744 48586 33554432000 4194304 4196468 140737432837712 140586555099360 140588067698389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17142] ppid=17073 vsize=10830156 memory=6935649255776346176 CPUtime=0.08 cores=1,3,5,7
/proc/17076/task/17142/stat : 17142 (java) S 17073 17076 12709 0 -1 1077944384 1 13315 0 0 0 0 5 3 20 0 15 0 60931193 11090079744 48586 33554432000 4194304 4196468 140737432837712 140587522833584 140588067699330 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
Current children cumulated CPU time: 3.03 s
Current children cumulated vsize: 10830156 KiB

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

/proc/17076/task/17129/stat : 17129 (java) R 17073 17076 12709 0 -1 4202560 122323 13315 0 0 235877 57 5 3 20 0 15 0 60931187 11178180608 412497 33554432000 4194304 4196468 140737432837712 140588039522048 140587654881291 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17130] ppid=17073 vsize=10916192 memory=1650500 CPUtime=14.93 cores=1,3,5,7
/proc/17076/task/17130/stat : 17130 (java) S 17073 17076 12709 0 -1 1077944384 30082 13315 0 0 1434 51 5 3 20 0 15 0 60931188 11178180608 412497 33554432000 4194304 4196468 140737432837712 140588071930512 140588067698389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17131] ppid=17073 vsize=10916192 memory=1658196 CPUtime=14.92 cores=1,3,5,7
/proc/17076/task/17131/stat : 17131 (java) S 17073 17076 12709 0 -1 1077944384 41953 13315 0 0 1437 47 5 3 20 0 15 0 60931188 11178180608 412497 33554432000 4194304 4196468 140737432837712 140587640416784 140588067698389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17132] ppid=17073 vsize=10916192 memory=1666400 CPUtime=14.89 cores=1,3,5,7
/proc/17076/task/17132/stat : 17132 (java) S 17073 17076 12709 0 -1 1077944384 40608 13315 0 0 1435 46 5 3 20 0 15 0 60931188 11178180608 412497 33554432000 4194304 4196468 140737432837712 140587639363984 140588067698389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17133] ppid=17073 vsize=10916192 memory=1650500 CPUtime=14.87 cores=1,3,5,7
/proc/17076/task/17133/stat : 17133 (java) S 17073 17076 12709 0 -1 1077944384 32860 13315 0 0 1433 46 5 3 20 0 15 0 60931188 11178180608 412497 33554432000 4194304 4196468 140737432837712 140587638311184 140588067698389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17134] ppid=17073 vsize=10916192 memory=139706160328097 CPUtime=6.08 cores=1,3,5,7
/proc/17076/task/17134/stat : 17134 (java) S 17073 17076 12709 0 -1 1077944384 29764 13315 0 0 558 42 5 3 20 0 15 0 60931189 11178180608 412497 33554432000 4194304 4196468 140737432837712 140587527043952 140588067699330 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17135] ppid=17073 vsize=10916192 memory=1650500 CPUtime=0.08 cores=1,3,5,7
/proc/17076/task/17135/stat : 17135 (java) S 17073 17076 12709 0 -1 1077944384 34 13315 0 0 0 0 5 3 20 0 15 0 60931189 11178180608 412497 33554432000 4194304 4196468 140737432837712 140586963166816 140588067698389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17136] ppid=17073 vsize=10916192 memory=1658708 CPUtime=0.08 cores=1,3,5,7
/proc/17076/task/17136/stat : 17136 (java) S 17073 17076 12709 0 -1 1077944384 36 13315 0 0 0 0 5 3 20 0 15 0 60931190 11178180608 412497 33554432000 4194304 4196468 140737432837712 140586828948864 140588067698389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17137] ppid=17073 vsize=10916192 memory=1649988 CPUtime=0.08 cores=1,3,5,7
/proc/17076/task/17137/stat : 17137 (java) S 17073 17076 12709 0 -1 1077944384 3 13315 0 0 0 0 5 3 20 0 15 0 60931192 11178180608 412497 33554432000 4194304 4196468 140737432837712 140586588658000 140588067706779 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17138] ppid=17073 vsize=10916192 memory=1652552 CPUtime=10.62 cores=1,3,5,7
/proc/17076/task/17138/stat : 17138 (java) S 17073 17076 12709 0 -1 1077944384 27092 13315 0 0 1050 4 5 3 20 0 15 0 60931192 11178180608 412497 33554432000 4194304 4196468 140737432837712 140587525990768 140588067699330 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17139] ppid=17073 vsize=10916192 memory=644 CPUtime=10.83 cores=1,3,5,7
/proc/17076/task/17139/stat : 17139 (java) S 17073 17076 12709 0 -1 1077944384 27818 13315 0 0 1072 3 5 3 20 0 15 0 60931192 11178180608 412497 33554432000 4194304 4196468 140737432837712 140587524937968 140588067699330 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17140] ppid=17073 vsize=10916192 memory=1650500 CPUtime=3.81 cores=1,3,5,7
/proc/17076/task/17140/stat : 17140 (java) S 17073 17076 12709 0 -1 1077944384 41362 13315 0 0 367 6 5 3 20 0 15 0 60931192 11178180608 412497 33554432000 4194304 4196468 140737432837712 140587523885168 140588067699330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17141] ppid=17073 vsize=10916192 memory=1650500 CPUtime=0.08 cores=1,3,5,7
/proc/17076/task/17141/stat : 17141 (java) S 17073 17076 12709 0 -1 1077944384 3 13315 0 0 0 0 5 3 20 0 15 0 60931193 11178180608 412497 33554432000 4194304 4196468 140737432837712 140586555099360 140588067698389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17142] ppid=17073 vsize=10916192 memory=1650500 CPUtime=1.49 cores=1,3,5,7
/proc/17076/task/17142/stat : 17142 (java) S 17073 17076 12709 0 -1 1077944384 3233 13315 0 0 59 82 5 3 20 0 15 0 60931193 11178180608 412497 33554432000 4194304 4196468 140737432837712 140587522833584 140588067699330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
Current children cumulated CPU time: 2451.26 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1649988 KiB

[startup+2442.3 s]
/proc/loadavg: 1.24 1.30 1.38 3/220 17372
/proc/meminfo: memFree=14188640/32770624 swapFree=67108860/67108860
[pid=17076] ppid=17073 vsize=10916192 memory=1644460 CPUtime=2512.46 cores=1,3,5,7
/proc/17076/stat : 17076 (java) S 17073 17076 12709 0 -1 1077944320 402619 13315 0 0 250881 357 5 3 20 0 15 0 60931177 11178180608 411115 33554432000 4194304 4196468 140737432837712 140737432820256 140588067688183 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
/proc/17076/statm: 2729048 411115 3532 1 0 2690701 0
[pid=17076/tid=17129] ppid=17073 vsize=10916192 memory=1645448 CPUtime=2418.75 cores=1,3,5,7
/proc/17076/task/17129/stat : 17129 (java) R 17073 17076 12709 0 -1 4202560 123465 13315 0 0 241809 58 5 3 20 0 15 0 60931187 11178180608 411115 33554432000 4194304 4196468 140737432837712 140588039522176 140587654881623 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17130] ppid=17073 vsize=10916192 memory=1644460 CPUtime=15.35 cores=1,3,5,7
/proc/17076/task/17130/stat : 17130 (java) S 17073 17076 12709 0 -1 1077944384 30634 13315 0 0 1475 52 5 3 20 0 15 0 60931188 11178180608 411115 33554432000 4194304 4196468 140737432837712 140588071930512 140588067698389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17131] ppid=17073 vsize=10916192 memory=1644460 CPUtime=15.33 cores=1,3,5,7
/proc/17076/task/17131/stat : 17131 (java) S 17073 17076 12709 0 -1 1077944384 42114 13315 0 0 1477 48 5 3 20 0 15 0 60931188 11178180608 411115 33554432000 4194304 4196468 140737432837712 140587640416784 140588067698389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17132] ppid=17073 vsize=10916192 memory=1644460 CPUtime=15.31 cores=1,3,5,7
/proc/17076/task/17132/stat : 17132 (java) S 17073 17076 12709 0 -1 1077944384 41540 13315 0 0 1477 46 5 3 20 0 15 0 60931188 11178180608 411115 33554432000 4194304 4196468 140737432837712 140587639363984 140588067698389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17133] ppid=17073 vsize=10916192 memory=1644460 CPUtime=15.3 cores=1,3,5,7
/proc/17076/task/17133/stat : 17133 (java) S 17073 17076 12709 0 -1 1077944384 32962 13315 0 0 1475 47 5 3 20 0 15 0 60931188 11178180608 411115 33554432000 4194304 4196468 140737432837712 140587638311184 140588067698389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17134] ppid=17073 vsize=10916192 memory=1644460 CPUtime=6.24 cores=1,3,5,7
/proc/17076/task/17134/stat : 17134 (java) S 17073 17076 12709 0 -1 1077944384 30104 13315 0 0 573 43 5 3 20 0 15 0 60931189 11178180608 411115 33554432000 4194304 4196468 140737432837712 140587527043952 140588067699330 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17135] ppid=17073 vsize=10916192 memory=1644460 CPUtime=0.08 cores=1,3,5,7
/proc/17076/task/17135/stat : 17135 (java) S 17073 17076 12709 0 -1 1077944384 34 13315 0 0 0 0 5 3 20 0 15 0 60931189 11178180608 411115 33554432000 4194304 4196468 140737432837712 140586963166816 140588067698389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17136] ppid=17073 vsize=10916192 memory=1646988 CPUtime=0.08 cores=1,3,5,7
/proc/17076/task/17136/stat : 17136 (java) S 17073 17076 12709 0 -1 1077944384 36 13315 0 0 0 0 5 3 20 0 15 0 60931190 11178180608 411115 33554432000 4194304 4196468 140737432837712 140586828948864 140588067698389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17137] ppid=17073 vsize=10916192 memory=1646988 CPUtime=0.08 cores=1,3,5,7
/proc/17076/task/17137/stat : 17137 (java) S 17073 17076 12709 0 -1 1077944384 3 13315 0 0 0 0 5 3 20 0 15 0 60931192 11178180608 411115 33554432000 4194304 4196468 140737432837712 140586588658000 140588067706779 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17138] ppid=17073 vsize=10916192 memory=1644460 CPUtime=10.62 cores=1,3,5,7
/proc/17076/task/17138/stat : 17138 (java) S 17073 17076 12709 0 -1 1077944384 27094 13315 0 0 1050 4 5 3 20 0 15 0 60931192 11178180608 411115 33554432000 4194304 4196468 140737432837712 140587525990768 140588067699330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17139] ppid=17073 vsize=10916192 memory=1644460 CPUtime=10.83 cores=1,3,5,7
/proc/17076/task/17139/stat : 17139 (java) S 17073 17076 12709 0 -1 1077944384 27820 13315 0 0 1072 3 5 3 20 0 15 0 60931192 11178180608 411115 33554432000 4194304 4196468 140737432837712 140587524937968 140588067699330 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17140] ppid=17073 vsize=10916192 memory=1645960 CPUtime=3.81 cores=1,3,5,7
/proc/17076/task/17140/stat : 17140 (java) S 17073 17076 12709 0 -1 1077944384 41364 13315 0 0 367 6 5 3 20 0 15 0 60931192 11178180608 411115 33554432000 4194304 4196468 140737432837712 140587523885168 140588067699330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17141] ppid=17073 vsize=10916192 memory=1646472 CPUtime=0.08 cores=1,3,5,7
/proc/17076/task/17141/stat : 17141 (java) S 17073 17076 12709 0 -1 1077944384 3 13315 0 0 0 0 5 3 20 0 15 0 60931193 11178180608 411115 33554432000 4194304 4196468 140737432837712 140586555099360 140588067698389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17142] ppid=17073 vsize=10916192 memory=1644460 CPUtime=1.53 cores=1,3,5,7
/proc/17076/task/17142/stat : 17142 (java) S 17073 17076 12709 0 -1 1077944384 3254 13315 0 0 61 84 5 3 20 0 15 0 60931193 11178180608 411115 33554432000 4194304 4196468 140737432837712 140587522833584 140588067699330 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
Current children cumulated CPU time: 2512.46 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1644460 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2449.7 s]
/proc/loadavg: 1.22 1.30 1.38 3/220 17372
/proc/meminfo: memFree=14189136/32770624 swapFree=67108860/67108860
[pid=17076] ppid=17073 vsize=10916192 memory=1644476 CPUtime=2520.02 cores=1,3,5,7
/proc/17076/stat : 17076 (java) S 17073 17076 12709 0 -1 1077944320 404313 13315 0 0 251636 358 5 3 20 0 15 0 60931177 11178180608 411119 33554432000 4194304 4196468 140737432837712 140737432820256 140588067688183 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
/proc/17076/statm: 2729048 411119 3532 1 0 2690701 0
[pid=17076/tid=17129] ppid=17073 vsize=10916192 memory=1644476 CPUtime=2426.08 cores=1,3,5,7
/proc/17076/task/17129/stat : 17129 (java) R 17073 17076 12709 0 -1 4202560 123983 13315 0 0 242542 58 5 3 20 0 15 0 60931187 11178180608 411119 33554432000 4194304 4196468 140737432837712 140588039521792 140587662068072 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17130] ppid=17073 vsize=10916192 memory=1644476 CPUtime=15.4 cores=1,3,5,7
/proc/17076/task/17130/stat : 17130 (java) S 17073 17076 12709 0 -1 1077944384 30750 13315 0 0 1480 52 5 3 20 0 15 0 60931188 11178180608 411119 33554432000 4194304 4196468 140737432837712 140588071930512 140588067698389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17131] ppid=17073 vsize=10916192 memory=1644476 CPUtime=15.39 cores=1,3,5,7
/proc/17076/task/17131/stat : 17131 (java) S 17073 17076 12709 0 -1 1077944384 42119 13315 0 0 1483 48 5 3 20 0 15 0 60931188 11178180608 411119 33554432000 4194304 4196468 140737432837712 140587640416784 140588067698389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17132] ppid=17073 vsize=10916192 memory=1644460 CPUtime=15.36 cores=1,3,5,7
/proc/17076/task/17132/stat : 17132 (java) S 17073 17076 12709 0 -1 1077944384 42227 13315 0 0 1482 46 5 3 20 0 15 0 60931188 11178180608 411119 33554432000 4194304 4196468 140737432837712 140587639363984 140588067698389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17133] ppid=17073 vsize=10916192 memory=1644476 CPUtime=15.35 cores=1,3,5,7
/proc/17076/task/17133/stat : 17133 (java) S 17073 17076 12709 0 -1 1077944384 32983 13315 0 0 1480 47 5 3 20 0 15 0 60931188 11178180608 411119 33554432000 4194304 4196468 140737432837712 140587638311184 140588067698389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17134] ppid=17073 vsize=10916192 memory=1644476 CPUtime=6.26 cores=1,3,5,7
/proc/17076/task/17134/stat : 17134 (java) S 17073 17076 12709 0 -1 1077944384 30427 13315 0 0 575 43 5 3 20 0 15 0 60931189 11178180608 411119 33554432000 4194304 4196468 140737432837712 140587527043952 140588067699330 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17135] ppid=17073 vsize=10916192 memory=1644476 CPUtime=0.08 cores=1,3,5,7
/proc/17076/task/17135/stat : 17135 (java) S 17073 17076 12709 0 -1 1077944384 34 13315 0 0 0 0 5 3 20 0 15 0 60931189 11178180608 411119 33554432000 4194304 4196468 140737432837712 140586963166816 140588067698389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17136] ppid=17073 vsize=10916192 memory=1644476 CPUtime=0.08 cores=1,3,5,7
/proc/17076/task/17136/stat : 17136 (java) S 17073 17076 12709 0 -1 1077944384 36 13315 0 0 0 0 5 3 20 0 15 0 60931190 11178180608 411119 33554432000 4194304 4196468 140737432837712 140586828948864 140588067698389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17137] ppid=17073 vsize=10916192 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/17076/task/17137/stat : 17137 (java) S 17073 17076 12709 0 -1 1077944384 3 13315 0 0 0 0 5 3 20 0 15 0 60931192 11178180608 411119 33554432000 4194304 4196468 140737432837712 140586588658000 140588067706779 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17138] ppid=17073 vsize=10916192 memory=4616 CPUtime=10.62 cores=1,3,5,7
/proc/17076/task/17138/stat : 17138 (java) S 17073 17076 12709 0 -1 1077944384 27096 13315 0 0 1050 4 5 3 20 0 15 0 60931192 11178180608 411119 33554432000 4194304 4196468 140737432837712 140587525990768 140588067699330 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17139] ppid=17073 vsize=10916192 memory=1644476 CPUtime=10.83 cores=1,3,5,7
/proc/17076/task/17139/stat : 17139 (java) S 17073 17076 12709 0 -1 1077944384 27822 13315 0 0 1072 3 5 3 20 0 15 0 60931192 11178180608 411119 33554432000 4194304 4196468 140737432837712 140587524937968 140588067699330 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17140] ppid=17073 vsize=10916192 memory=1644476 CPUtime=3.81 cores=1,3,5,7
/proc/17076/task/17140/stat : 17140 (java) S 17073 17076 12709 0 -1 1077944384 41366 13315 0 0 367 6 5 3 20 0 15 0 60931192 11178180608 411119 33554432000 4194304 4196468 140737432837712 140587523885168 140588067699330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17141] ppid=17073 vsize=10916192 memory=1644460 CPUtime=0.08 cores=1,3,5,7
/proc/17076/task/17141/stat : 17141 (java) S 17073 17076 12709 0 -1 1077944384 3 13315 0 0 0 0 5 3 20 0 15 0 60931193 11178180608 411119 33554432000 4194304 4196468 140737432837712 140586555099360 140588067698389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17142] ppid=17073 vsize=10916192 memory=1644460 CPUtime=1.53 cores=1,3,5,7
/proc/17076/task/17142/stat : 17142 (java) S 17073 17076 12709 0 -1 1077944384 3272 13315 0 0 61 84 5 3 20 0 15 0 60931193 11178180608 411119 33554432000 4194304 4196468 140737432837712 140587522833584 140588067699330 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1644476 KiB

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

[startup+2449.75 s]
# the end of solver process 17076 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.45 s, system=3.63887 s

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

[startup+2449.7 s]
/proc/loadavg: 1.22 1.30 1.38 3/220 17372
/proc/meminfo: memFree=14189136/32770624 swapFree=67108860/67108860
[pid=17076] ppid=17073 vsize=10916192 memory=1644476 CPUtime=2520.02 cores=1,3,5,7
/proc/17076/stat : 17076 (java) S 17073 17076 12709 0 -1 1077944320 404313 13315 0 0 251636 358 5 3 20 0 15 0 60931177 11178180608 411119 33554432000 4194304 4196468 140737432837712 140737432820256 140588067688183 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
/proc/17076/statm: 2729048 411119 3532 1 0 2690701 0
[pid=17076/tid=17129] ppid=17073 vsize=10916192 memory=1644476 CPUtime=2426.08 cores=1,3,5,7
/proc/17076/task/17129/stat : 17129 (java) R 17073 17076 12709 0 -1 4202560 123983 13315 0 0 242542 58 5 3 20 0 15 0 60931187 11178180608 411119 33554432000 4194304 4196468 140737432837712 140588039521792 140587662068072 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17130] ppid=17073 vsize=10916192 memory=1644476 CPUtime=15.4 cores=1,3,5,7
/proc/17076/task/17130/stat : 17130 (java) S 17073 17076 12709 0 -1 1077944384 30750 13315 0 0 1480 52 5 3 20 0 15 0 60931188 11178180608 411119 33554432000 4194304 4196468 140737432837712 140588071930512 140588067698389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17131] ppid=17073 vsize=10916192 memory=1644476 CPUtime=15.39 cores=1,3,5,7
/proc/17076/task/17131/stat : 17131 (java) S 17073 17076 12709 0 -1 1077944384 42119 13315 0 0 1483 48 5 3 20 0 15 0 60931188 11178180608 411119 33554432000 4194304 4196468 140737432837712 140587640416784 140588067698389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17132] ppid=17073 vsize=10916192 memory=1644460 CPUtime=15.36 cores=1,3,5,7
/proc/17076/task/17132/stat : 17132 (java) S 17073 17076 12709 0 -1 1077944384 42227 13315 0 0 1482 46 5 3 20 0 15 0 60931188 11178180608 411119 33554432000 4194304 4196468 140737432837712 140587639363984 140588067698389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17133] ppid=17073 vsize=10916192 memory=1644476 CPUtime=15.35 cores=1,3,5,7
/proc/17076/task/17133/stat : 17133 (java) S 17073 17076 12709 0 -1 1077944384 32983 13315 0 0 1480 47 5 3 20 0 15 0 60931188 11178180608 411119 33554432000 4194304 4196468 140737432837712 140587638311184 140588067698389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17134] ppid=17073 vsize=10916192 memory=1644476 CPUtime=6.26 cores=1,3,5,7
/proc/17076/task/17134/stat : 17134 (java) S 17073 17076 12709 0 -1 1077944384 30427 13315 0 0 575 43 5 3 20 0 15 0 60931189 11178180608 411119 33554432000 4194304 4196468 140737432837712 140587527043952 140588067699330 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17135] ppid=17073 vsize=10916192 memory=1644476 CPUtime=0.08 cores=1,3,5,7
/proc/17076/task/17135/stat : 17135 (java) S 17073 17076 12709 0 -1 1077944384 34 13315 0 0 0 0 5 3 20 0 15 0 60931189 11178180608 411119 33554432000 4194304 4196468 140737432837712 140586963166816 140588067698389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17136] ppid=17073 vsize=10916192 memory=1644476 CPUtime=0.08 cores=1,3,5,7
/proc/17076/task/17136/stat : 17136 (java) S 17073 17076 12709 0 -1 1077944384 36 13315 0 0 0 0 5 3 20 0 15 0 60931190 11178180608 411119 33554432000 4194304 4196468 140737432837712 140586828948864 140588067698389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17137] ppid=17073 vsize=10916192 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/17076/task/17137/stat : 17137 (java) S 17073 17076 12709 0 -1 1077944384 3 13315 0 0 0 0 5 3 20 0 15 0 60931192 11178180608 411119 33554432000 4194304 4196468 140737432837712 140586588658000 140588067706779 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17138] ppid=17073 vsize=10916192 memory=4616 CPUtime=10.62 cores=1,3,5,7
/proc/17076/task/17138/stat : 17138 (java) S 17073 17076 12709 0 -1 1077944384 27096 13315 0 0 1050 4 5 3 20 0 15 0 60931192 11178180608 411119 33554432000 4194304 4196468 140737432837712 140587525990768 140588067699330 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17139] ppid=17073 vsize=10916192 memory=1644476 CPUtime=10.83 cores=1,3,5,7
/proc/17076/task/17139/stat : 17139 (java) S 17073 17076 12709 0 -1 1077944384 27822 13315 0 0 1072 3 5 3 20 0 15 0 60931192 11178180608 411119 33554432000 4194304 4196468 140737432837712 140587524937968 140588067699330 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17140] ppid=17073 vsize=10916192 memory=1644476 CPUtime=3.81 cores=1,3,5,7
/proc/17076/task/17140/stat : 17140 (java) S 17073 17076 12709 0 -1 1077944384 41366 13315 0 0 367 6 5 3 20 0 15 0 60931192 11178180608 411119 33554432000 4194304 4196468 140737432837712 140587523885168 140588067699330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17141] ppid=17073 vsize=10916192 memory=1644460 CPUtime=0.08 cores=1,3,5,7
/proc/17076/task/17141/stat : 17141 (java) S 17073 17076 12709 0 -1 1077944384 3 13315 0 0 0 0 5 3 20 0 15 0 60931193 11178180608 411119 33554432000 4194304 4196468 140737432837712 140586555099360 140588067698389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
[pid=17076/tid=17142] ppid=17073 vsize=10916192 memory=1644460 CPUtime=1.53 cores=1,3,5,7
/proc/17076/task/17142/stat : 17142 (java) S 17073 17076 12709 0 -1 1077944384 3272 13315 0 0 61 84 5 3 20 0 15 0 60931193 11178180608 411119 33554432000 4194304 4196468 140737432837712 140587522833584 140588067699330 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13561856 140737432844460 140737432847708 140737432847708 140737432850383 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1644476 KiB

Child status: 143
Real time (s): 2449.75
CPU time (s): 2520.09
CPU user time (s): 2516.45
CPU system time (s): 3.63887
CPU usage (%): 102.872
Max. virtual memory (cumulated for all children) (KiB): 10916192
Max. memory (cumulated for all children) (KiB): 2331564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.45
system time used= 3.63887
maximum resident set size= 2337208
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 421706
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 183300
involuntary context switches= 6705


# summary of solver processes directly reported to runsolver:
#   pid: 17076
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2516.45
#   total CPU system time (s): 3.63887

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.9853 second user time and 23.0813 second system time

The end

Launcher Data

Begin job on node135 at 2018-07-24 14:01:20
IDJOB=4294145
IDBENCH=141335
IDSOLVER=2751
FILE ID=node135/4294145-1532433680
RUNJOBID= node135-1532413601-12741
PBS_JOBID= 21021575
Free space on /tmp= 48396 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/Bibd/Bibd-sc-10-03-08_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-4294145-1532433680/watcher-4294145-1532433680 -o /tmp/evaluation-result-4294145-1532433680/solver-4294145-1532433680 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532413601-12741 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=274613961 -superng HOME/instance-4294145-1532433680.xml

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

MD5SUM BENCH= 21283a47fd6fd3b1d87e6d18823d33f4
RANDOM SEED=274613961

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        15029568 kB
MemAvailable:   30072564 kB
Buffers:          205840 kB
Cached:         14891188 kB
SwapCached:            0 kB
Active:          4261980 kB
Inactive:       12748360 kB
Active(anon):    1863208 kB
Inactive(anon):    69860 kB
Active(file):    2398772 kB
Inactive(file): 12678500 kB
Unevictable:        7240 kB
Mlocked:            7240 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26864 kB
Writeback:             0 kB
AnonPages:       1920568 kB
Mapped:            51544 kB
Shmem:             17056 kB
Slab:             422776 kB
SReclaimable:     394184 kB
SUnreclaim:        28592 kB
KernelStack:        3568 kB
PageTables:         9424 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2613816 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1677312 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       93568 kB
DirectMap2M:    33452032 kB

Free space on /tmp at the end= 48368 MiB
End job on node135 at 2018-07-24 14:42:10