Trace number 4294226

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.08 2482.63

General information on the benchmark

NameLangford/
LangfordBin-10_c18.xml
MD5SUM2feb3ccfa512a42ac39c3fc722de9112
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark3.88722
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints30
Number of domains2
Minimum domain size10
Maximum domain size20
Distribution of domain sizes[{"size":10,"count":20},{"size":20,"count":20}]
Minimum variable degree2
Maximum variable degree20
Distribution of variable degrees[{"degree":2,"count":20},{"degree":20,"count":20}]
Minimum constraint arity2
Maximum constraint arity21
Distribution of constraint arities[{"arity":2,"count":10},{"arity":21,"count":20}]
Number of extensional constraints0
Number of intensional constraints10
Distribution of constraint types[{"type":"intension","count":10},{"type":"element","count":20}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294226-1532442992/watcher-4294226-1532442992 -o /tmp/evaluation-result-4294226-1532442992/solver-4294226-1532442992 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532413601-12740 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1900953757 -superng HOME/instance-4294226-1532442992.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=18594, runsolver pid=18591

[startup+0.100166 s]*
/proc/loadavg: 1.78 1.43 1.37 3/209 18651
/proc/meminfo: memFree=15967000/32770624 swapFree=67108860/67108860
[pid=18594] ppid=18591 vsize=9972712 memory=18592 CPUtime=0.1 cores=0,2,4,6
/proc/18594/stat : 18594 (java) S 18591 18594 12709 0 -1 1077944320 4291 13014 0 0 1 1 5 3 20 0 6 0 61862371 10212057088 4648 33554432000 4194304 4196468 140731674789616 140731674772160 140352943357687 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
/proc/18594/statm: 2493178 4648 1932 1 0 2481616 0
[pid=18594/tid=18647] ppid=18591 vsize=9972712 memory=4628411388058700198 CPUtime=0.08 cores=0,2,4,6
/proc/18594/task/18647/stat : 18647 (java) R 18591 18594 12709 0 -1 4202560 2104 13014 0 0 0 0 5 3 20 0 6 0 61862380 10212057088 4648 33554432000 4194304 4196468 140731674789616 140352915194448 140352943379613 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18648] ppid=18591 vsize=9972712 memory=5793855246271879609 CPUtime=0.08 cores=0,2,4,6
/proc/18594/task/18648/stat : 18648 (java) S 18591 18594 12709 0 -1 1077944384 1 13014 0 0 0 0 5 3 20 0 6 0 61862381 10212057088 4648 33554432000 4194304 4196468 140731674789616 140352947600272 140352943367893 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18649] ppid=18591 vsize=9972712 memory=139995261986432 CPUtime=0.08 cores=0,2,4,6
/proc/18594/task/18649/stat : 18649 (java) S 18591 18594 12709 0 -1 1077944384 1 13014 0 0 0 0 5 3 20 0 6 0 61862381 10212057088 4648 33554432000 4194304 4196468 140731674789616 140352835873552 140352943367893 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18650] ppid=18591 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18594/task/18650/stat : 18650 (java) S 18591 18594 12709 0 -1 1077944384 1 13014 0 0 0 0 5 3 20 0 6 0 61862381 10212057088 4648 33554432000 4194304 4196468 140731674789616 140352834821264 140352943367893 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18651] ppid=18591 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18594/task/18651/stat : 18651 (java) S 18591 18594 12709 0 -1 1077944384 2 13014 0 0 0 0 5 3 20 0 6 0 61862381 10212057088 4648 33554432000 4194304 4196468 140731674789616 140352833768464 140352943367893 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18592 KiB

[startup+0.210451 s]*
/proc/loadavg: 1.78 1.43 1.37 3/218 18660
/proc/meminfo: memFree=15947392/32770624 swapFree=67108860/67108860
[pid=18594] ppid=18591 vsize=10818904 memory=40356 CPUtime=0.25 cores=0,2,4,6
/proc/18594/stat : 18594 (java) S 18591 18594 12709 0 -1 1077944320 7915 13014 0 0 16 1 5 3 20 0 15 0 61862371 11078557696 10089 33554432000 4194304 4196468 140731674789616 140731674772160 140352943357687 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
/proc/18594/statm: 2704726 10089 2928 1 0 2667149 0
[pid=18594/tid=18647] ppid=18591 vsize=10818904 memory=-8540663193526752614 CPUtime=0.19 cores=0,2,4,6
/proc/18594/task/18647/stat : 18647 (java) R 18591 18594 12709 0 -1 4202560 4516 13014 0 0 10 1 5 3 20 0 15 0 61862380 11078557696 10089 33554432000 4194304 4196468 140731674789616 140352915174800 140352943379613 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18648] ppid=18591 vsize=10818904 memory=4211973721466776970 CPUtime=0.08 cores=0,2,4,6
/proc/18594/task/18648/stat : 18648 (java) S 18591 18594 12709 0 -1 1077944384 1 13014 0 0 0 0 5 3 20 0 15 0 61862381 11078557696 10089 33554432000 4194304 4196468 140731674789616 140352947600272 140352943367893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18649] ppid=18591 vsize=10818904 memory=139995261986432 CPUtime=0.08 cores=0,2,4,6
/proc/18594/task/18649/stat : 18649 (java) S 18591 18594 12709 0 -1 1077944384 1 13014 0 0 0 0 5 3 20 0 15 0 61862381 11078557696 10089 33554432000 4194304 4196468 140731674789616 140352835873552 140352943367893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18650] ppid=18591 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18594/task/18650/stat : 18650 (java) S 18591 18594 12709 0 -1 1077944384 1 13014 0 0 0 0 5 3 20 0 15 0 61862381 11078557696 10089 33554432000 4194304 4196468 140731674789616 140352834821264 140352943367893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18651] ppid=18591 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18594/task/18651/stat : 18651 (java) S 18591 18594 12709 0 -1 1077944384 2 13014 0 0 0 0 5 3 20 0 15 0 61862381 11078557696 10154 33554432000 4194304 4196468 140731674789616 140352833768464 140352943367893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18652] ppid=18591 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18594/task/18652/stat : 18652 (java) S 18591 18594 12709 0 -1 1077944384 2 13014 0 0 0 0 5 3 20 0 15 0 61862382 11078557696 10154 33554432000 4194304 4196468 140731674789616 140351945767024 140352943368834 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18653] ppid=18591 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/18594/task/18653/stat : 18653 (java) S 18591 18594 12709 0 -1 1077944384 33 13014 0 0 0 0 5 3 20 0 15 0 61862383 11078557696 10154 33554432000 4194304 4196468 140731674789616 140351944712992 140352943367893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18654] ppid=18591 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18594/task/18654/stat : 18654 (java) S 18591 18594 12709 0 -1 1077944384 1 13014 0 0 0 0 5 3 20 0 15 0 61862383 11078557696 10154 33554432000 4194304 4196468 140731674789616 140351813706864 140352943367893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18655] ppid=18591 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18594/task/18655/stat : 18655 (java) S 18591 18594 12709 0 -1 1077944384 3 13014 0 0 0 0 5 3 20 0 15 0 61862386 11078557696 10154 33554432000 4194304 4196468 140731674789616 140351506307152 140352943376283 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18656] ppid=18591 vsize=10818904 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/18594/task/18656/stat : 18656 (java) S 18591 18594 12709 0 -1 1077944384 520 13014 0 0 1 0 5 3 20 0 15 0 61862386 11078557696 10154 33554432000 4194304 4196468 140731674789616 140351911156336 140352943368834 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18657] ppid=18591 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/18594/task/18657/stat : 18657 (java) S 18591 18594 12709 0 -1 1077944384 53 13014 0 0 0 0 5 3 20 0 15 0 61862386 11078557696 10154 33554432000 4194304 4196468 140731674789616 140351910103536 140352943368834 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18658] ppid=18591 vsize=10818904 memory=139995261986432 CPUtime=0.11 cores=0,2,4,6
/proc/18594/task/18658/stat : 18658 (java) R 18591 18594 12709 0 -1 4202560 595 13014 0 0 3 0 5 3 20 0 15 0 61862386 11078557696 10154 33554432000 4194304 4196468 140731674789616 140351909051248 140352921918094 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18659] ppid=18591 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/18594/task/18659/stat : 18659 (java) S 18591 18594 12709 0 -1 1077944384 3 13014 0 0 0 0 5 3 20 0 15 0 61862386 11078557696 10154 33554432000 4194304 4196468 140731674789616 140351472749536 140352943367893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18660] ppid=18591 vsize=10818904 memory=139995261986432 CPUtime=0.08 cores=0,2,4,6
/proc/18594/task/18660/stat : 18660 (java) S 18591 18594 12709 0 -1 1077944384 1 13014 0 0 0 0 5 3 20 0 15 0 61862386 11078557696 10154 33554432000 4194304 4196468 140731674789616 140351907998128 140352943368834 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 40356 KiB

[startup+0.310285 s]*
/proc/loadavg: 1.78 1.43 1.37 3/218 18660
/proc/meminfo: memFree=15936676/32770624 swapFree=67108860/67108860
[pid=18594] ppid=18591 vsize=10819352 memory=51248 CPUtime=0.38 cores=0,2,4,6
/proc/18594/stat : 18594 (java) S 18591 18594 12709 0 -1 1077944320 10420 13014 0 0 28 2 5 3 20 0 15 0 61862371 11079016448 12812 33554432000 4194304 4196468 140731674789616 140731674772160 140352943357687 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
/proc/18594/statm: 2704838 12812 3065 1 0 2667149 0
[pid=18594/tid=18647] ppid=18591 vsize=10819352 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/18594/task/18647/stat : 18647 (java) R 18591 18594 12709 0 -1 4202560 7001 13014 0 0 19 1 5 3 20 0 15 0 61862380 11079016448 12812 33554432000 4194304 4196468 140731674789616 140352915169696 140352928523240 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18648] ppid=18591 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18594/task/18648/stat : 18648 (java) S 18591 18594 12709 0 -1 1077944384 1 13014 0 0 0 0 5 3 20 0 15 0 61862381 11079016448 12812 33554432000 4194304 4196468 140731674789616 140352947600272 140352943367893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18649] ppid=18591 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18594/task/18649/stat : 18649 (java) S 18591 18594 12709 0 -1 1077944384 1 13014 0 0 0 0 5 3 20 0 15 0 61862381 11079016448 12812 33554432000 4194304 4196468 140731674789616 140352835873552 140352943367893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18650] ppid=18591 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18594/task/18650/stat : 18650 (java) S 18591 18594 12709 0 -1 1077944384 1 13014 0 0 0 0 5 3 20 0 15 0 61862381 11079016448 12812 33554432000 4194304 4196468 140731674789616 140352834821264 140352943367893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18651] ppid=18591 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/18594/task/18651/stat : 18651 (java) S 18591 18594 12709 0 -1 1077944384 2 13014 0 0 0 0 5 3 20 0 15 0 61862381 11079016448 12812 33554432000 4194304 4196468 140731674789616 140352833768464 140352943367893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18652] ppid=18591 vsize=10819352 memory=139995261986431 CPUtime=0.08 cores=0,2,4,6
/proc/18594/task/18652/stat : 18652 (java) S 18591 18594 12709 0 -1 1077944384 2 13014 0 0 0 0 5 3 20 0 15 0 61862382 11079016448 12812 33554432000 4194304 4196468 140731674789616 140351945767024 140352943368834 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18653] ppid=18591 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/18594/task/18653/stat : 18653 (java) S 18591 18594 12709 0 -1 1077944384 33 13014 0 0 0 0 5 3 20 0 15 0 61862383 11079016448 12812 33554432000 4194304 4196468 140731674789616 140351944712992 140352943367893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18654] ppid=18591 vsize=10819352 memory=139995261986432 CPUtime=0.08 cores=0,2,4,6
/proc/18594/task/18654/stat : 18654 (java) S 18591 18594 12709 0 -1 1077944384 1 13014 0 0 0 0 5 3 20 0 15 0 61862383 11079016448 12812 33554432000 4194304 4196468 140731674789616 140351813706864 140352943367893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18655] ppid=18591 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/18594/task/18655/stat : 18655 (java) S 18591 18594 12709 0 -1 1077944384 3 13014 0 0 0 0 5 3 20 0 15 0 61862386 11079016448 12812 33554432000 4194304 4196468 140731674789616 140351506307152 140352943376283 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18656] ppid=18591 vsize=10819352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/18594/task/18656/stat : 18656 (java) S 18591 18594 12709 0 -1 1077944384 520 13014 0 0 1 0 5 3 20 0 15 0 61862386 11079016448 12812 33554432000 4194304 4196468 140731674789616 140351911156336 140352943368834 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18657] ppid=18591 vsize=10819352 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/18594/task/18657/stat : 18657 (java) S 18591 18594 12709 0 -1 1077944384 54 13014 0 0 1 0 5 3 20 0 15 0 61862386 11079016448 12812 33554432000 4194304 4196468 140731674789616 140351910103536 140352943368834 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18658] ppid=18591 vsize=10819352 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/18594/task/18658/stat : 18658 (java) S 18591 18594 12709 0 -1 1077944384 610 13014 0 0 5 0 5 3 20 0 15 0 61862386 11079016448 12812 33554432000 4194304 4196468 140731674789616 140351909051248 140352943368834 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18659] ppid=18591 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18594/task/18659/stat : 18659 (java) S 18591 18594 12709 0 -1 1077944384 3 13014 0 0 0 0 5 3 20 0 15 0 61862386 11079016448 12812 33554432000 4194304 4196468 140731674789616 140351472749536 140352943367893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18660] ppid=18591 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18594/task/18660/stat : 18660 (java) S 18591 18594 12709 0 -1 1077944384 1 13014 0 0 0 0 5 3 20 0 15 0 61862386 11079016448 12812 33554432000 4194304 4196468 140731674789616 140351907998128 140352943368834 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 51248 KiB

[startup+0.700733 s]
/proc/loadavg: 1.78 1.43 1.37 3/218 18660
/proc/meminfo: memFree=15924676/32770624 swapFree=67108860/67108860
[pid=18594] ppid=18591 vsize=10819352 memory=84392 CPUtime=0.99 cores=0,2,4,6
/proc/18594/stat : 18594 (java) S 18591 18594 12709 0 -1 1077944320 16755 13014 0 0 87 4 5 3 20 0 15 0 61862371 11079016448 21098 33554432000 4194304 4196468 140731674789616 140731674772160 140352943357687 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
/proc/18594/statm: 2704838 21098 3247 1 0 2667149 0
[pid=18594/tid=18647] ppid=18591 vsize=10819352 memory=19208 CPUtime=0.67 cores=0,2,4,6
/proc/18594/task/18647/stat : 18647 (java) R 18591 18594 12709 0 -1 4202560 12192 13014 0 0 56 3 5 3 20 0 15 0 61862380 11079016448 21098 33554432000 4194304 4196468 140731674789616 140352915158248 140352926549520 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18648] ppid=18591 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18594/task/18648/stat : 18648 (java) S 18591 18594 12709 0 -1 1077944384 1 13014 0 0 0 0 5 3 20 0 15 0 61862381 11079016448 21098 33554432000 4194304 4196468 140731674789616 140352947600272 140352943367893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18649] ppid=18591 vsize=10819352 memory=288230587427469581 CPUtime=0.08 cores=0,2,4,6
/proc/18594/task/18649/stat : 18649 (java) S 18591 18594 12709 0 -1 1077944384 1 13014 0 0 0 0 5 3 20 0 15 0 61862381 11079016448 21098 33554432000 4194304 4196468 140731674789616 140352835873552 140352943367893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18650] ppid=18591 vsize=10819352 memory=15816694631256675 CPUtime=0.08 cores=0,2,4,6
/proc/18594/task/18650/stat : 18650 (java) S 18591 18594 12709 0 -1 1077944384 1 13014 0 0 0 0 5 3 20 0 15 0 61862381 11079016448 21098 33554432000 4194304 4196468 140731674789616 140352834821264 140352943367893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18651] ppid=18591 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18594/task/18651/stat : 18651 (java) S 18591 18594 12709 0 -1 1077944384 2 13014 0 0 0 0 5 3 20 0 15 0 61862381 11079016448 21098 33554432000 4194304 4196468 140731674789616 140352833768464 140352943367893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18652] ppid=18591 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18594/task/18652/stat : 18652 (java) S 18591 18594 12709 0 -1 1077944384 5 13014 0 0 0 0 5 3 20 0 15 0 61862382 11079016448 21098 33554432000 4194304 4196468 140731674789616 140351945767024 140352943368834 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18653] ppid=18591 vsize=10819352 memory=139995130405472 CPUtime=0.08 cores=0,2,4,6
/proc/18594/task/18653/stat : 18653 (java) S 18591 18594 12709 0 -1 1077944384 33 13014 0 0 0 0 5 3 20 0 15 0 61862383 11079016448 21098 33554432000 4194304 4196468 140731674789616 140351944712992 140352943367893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18654] ppid=18591 vsize=10819352 memory=139998753981552 CPUtime=0.08 cores=0,2,4,6
/proc/18594/task/18654/stat : 18654 (java) S 18591 18594 12709 0 -1 1077944384 1 13014 0 0 0 0 5 3 20 0 15 0 61862383 11079016448 21098 33554432000 4194304 4196468 140731674789616 140351813706864 140352943367893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18655] ppid=18591 vsize=10819352 memory=2340 CPUtime=0.08 cores=0,2,4,6
/proc/18594/task/18655/stat : 18655 (java) S 18591 18594 12709 0 -1 1077944384 3 13014 0 0 0 0 5 3 20 0 15 0 61862386 11079016448 21098 33554432000 4194304 4196468 140731674789616 140351506307152 140352943376283 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18656] ppid=18591 vsize=10819352 memory=6153431502485414241 CPUtime=0.17 cores=0,2,4,6
/proc/18594/task/18656/stat : 18656 (java) S 18591 18594 12709 0 -1 1077944384 1212 13014 0 0 9 0 5 3 20 0 15 0 61862386 11079016448 21098 33554432000 4194304 4196468 140731674789616 140351911156336 140352943368834 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18657] ppid=18591 vsize=10819352 memory=7881696724453321575 CPUtime=0.15 cores=0,2,4,6
/proc/18594/task/18657/stat : 18657 (java) S 18591 18594 12709 0 -1 1077944384 410 13014 0 0 7 0 5 3 20 0 15 0 61862386 11079016448 21098 33554432000 4194304 4196468 140731674789616 140351910103536 140352943368834 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18658] ppid=18591 vsize=10819352 memory=6154538792250073449 CPUtime=0.21 cores=0,2,4,6
/proc/18594/task/18658/stat : 18658 (java) S 18591 18594 12709 0 -1 1077944384 703 13014 0 0 13 0 5 3 20 0 15 0 61862386 11079016448 21098 33554432000 4194304 4196468 140731674789616 140351909051248 140352943368834 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18659] ppid=18591 vsize=10819352 memory=8514726395715218844 CPUtime=0.08 cores=0,2,4,6
/proc/18594/task/18659/stat : 18659 (java) S 18591 18594 12709 0 -1 1077944384 3 13014 0 0 0 0 5 3 20 0 15 0 61862386 11079016448 21098 33554432000 4194304 4196468 140731674789616 140351472749536 140352943367893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18660] ppid=18591 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18594/task/18660/stat : 18660 (java) S 18591 18594 12709 0 -1 1077944384 1 13014 0 0 0 0 5 3 20 0 15 0 61862386 11079016448 21098 33554432000 4194304 4196468 140731674789616 140351907998128 140352943368834 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 84392 KiB

[startup+1.50083 s]
/proc/loadavg: 1.78 1.43 1.37 3/218 18660
/proc/meminfo: memFree=15880568/32770624 swapFree=67108860/67108860
[pid=18594] ppid=18591 vsize=10834252 memory=177528 CPUtime=2.25 cores=0,2,4,6
/proc/18594/stat : 18594 (java) S 18591 18594 12709 0 -1 1077944320 24019 13014 0 0 208 9 5 3 20 0 15 0 61862371 11094274048 44382 33554432000 4194304 4196468 140731674789616 140731674772160 140352943357687 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
/proc/18594/statm: 2708563 44382 3471 1 0 2670221 0
[pid=18594/tid=18647] ppid=18591 vsize=10834252 memory=7593446531018024025 CPUtime=1.42 cores=0,2,4,6
/proc/18594/task/18647/stat : 18647 (java) R 18591 18594 12709 0 -1 4202560 17888 13014 0 0 129 5 5 3 20 0 15 0 61862380 11094274048 44382 33554432000 4194304 4196468 140731674789616 140352915189696 140352929543634 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18648] ppid=18591 vsize=10834252 memory=7737578168955595094 CPUtime=0.08 cores=0,2,4,6
/proc/18594/task/18648/stat : 18648 (java) S 18591 18594 12709 0 -1 1077944384 32 13014 0 0 0 0 5 3 20 0 15 0 61862381 11094274048 44382 33554432000 4194304 4196468 140731674789616 140352947600272 140352943367893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18649] ppid=18591 vsize=10834252 memory=6010730359361596518 CPUtime=0.09 cores=0,2,4,6
/proc/18594/task/18649/stat : 18649 (java) S 18591 18594 12709 0 -1 1077944384 235 13014 0 0 1 0 5 3 20 0 15 0 61862381 11094274048 44382 33554432000 4194304 4196468 140731674789616 140352835873552 140352943367893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18650] ppid=18591 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/18594/task/18650/stat : 18650 (java) S 18591 18594 12709 0 -1 1077944384 27 13014 0 0 1 0 5 3 20 0 15 0 61862381 11094274048 44382 33554432000 4194304 4196468 140731674789616 140352834821264 140352943367893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18651] ppid=18591 vsize=10834252 memory=220104860172027 CPUtime=0.09 cores=0,2,4,6
/proc/18594/task/18651/stat : 18651 (java) S 18591 18594 12709 0 -1 1077944384 78 13014 0 0 1 0 5 3 20 0 15 0 61862381 11094274048 44382 33554432000 4194304 4196468 140731674789616 140352833768464 140352943367893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18652] ppid=18591 vsize=10834252 memory=3904963032027245965 CPUtime=0.09 cores=0,2,4,6
/proc/18594/task/18652/stat : 18652 (java) S 18591 18594 12709 0 -1 1077944384 58 13014 0 0 1 0 5 3 20 0 15 0 61862382 11094274048 44382 33554432000 4194304 4196468 140731674789616 140351945767024 140352943368834 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18653] ppid=18591 vsize=10834252 memory=4638778402628129104 CPUtime=0.08 cores=0,2,4,6
/proc/18594/task/18653/stat : 18653 (java) S 18591 18594 12709 0 -1 1077944384 34 13014 0 0 0 0 5 3 20 0 15 0 61862383 11094274048 44382 33554432000 4194304 4196468 140731674789616 140351944713056 140352943367893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18654] ppid=18591 vsize=10834252 memory=6935649255776346176 CPUtime=0.08 cores=0,2,4,6
/proc/18594/task/18654/stat : 18654 (java) S 18591 18594 12709 0 -1 1077944384 1 13014 0 0 0 0 5 3 20 0 15 0 61862383 11094274048 44382 33554432000 4194304 4196468 140731674789616 140351813706880 140352943367893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18655] ppid=18591 vsize=10834252 memory=279990260203760 CPUtime=0.08 cores=0,2,4,6
/proc/18594/task/18655/stat : 18655 (java) S 18591 18594 12709 0 -1 1077944384 3 13014 0 0 0 0 5 3 20 0 15 0 61862386 11094274048 44382 33554432000 4194304 4196468 140731674789616 140351506307152 140352943376283 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18656] ppid=18591 vsize=10834252 memory=6935649255759570240 CPUtime=0.29 cores=0,2,4,6
/proc/18594/task/18656/stat : 18656 (java) S 18591 18594 12709 0 -1 1077944384 1671 13014 0 0 21 0 5 3 20 0 15 0 61862386 11094274048 44382 33554432000 4194304 4196468 140731674789616 140351911156336 140352943368834 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18657] ppid=18591 vsize=10834252 memory=-6365938710135073122 CPUtime=0.28 cores=0,2,4,6
/proc/18594/task/18657/stat : 18657 (java) S 18591 18594 12709 0 -1 1077944384 620 13014 0 0 20 0 5 3 20 0 15 0 61862386 11094274048 44382 33554432000 4194304 4196468 140731674789616 140351910103536 140352943368834 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18658] ppid=18591 vsize=10834252 memory=6656426216303648864 CPUtime=0.38 cores=0,2,4,6
/proc/18594/task/18658/stat : 18658 (java) S 18591 18594 12709 0 -1 1077944384 1181 13014 0 0 30 0 5 3 20 0 15 0 61862386 11094274048 44382 33554432000 4194304 4196468 140731674789616 140351909051248 140352943368834 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18659] ppid=18591 vsize=10834252 memory=6944656592455360604 CPUtime=0.08 cores=0,2,4,6
/proc/18594/task/18659/stat : 18659 (java) S 18591 18594 12709 0 -1 1077944384 3 13014 0 0 0 0 5 3 20 0 15 0 61862386 11094274048 44382 33554432000 4194304 4196468 140731674789616 140351472749536 140352943367893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18660] ppid=18591 vsize=10834252 memory=6655300316396806240 CPUtime=0.08 cores=0,2,4,6
/proc/18594/task/18660/stat : 18660 (java) S 18591 18594 12709 0 -1 1077944384 1 13014 0 0 0 0 5 3 20 0 15 0 61862386 11094274048 44382 33554432000 4194304 4196468 140731674789616 140351907998128 140352943368834 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
Current children cumulated CPU time: 2.25 s
Current children cumulated vsize: 10834252 KiB

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

/proc/18594/task/18647/stat : 18647 (java) R 18591 18594 12709 0 -1 4202560 85024 13014 0 0 229993 38 5 3 20 0 15 0 61862380 11176083456 209382 33554432000 4194304 4196468 140731674789616 140352915191152 140352508328510 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18648] ppid=18591 vsize=10914144 memory=837528 CPUtime=9.73 cores=0,2,4,6
/proc/18594/task/18648/stat : 18648 (java) S 18591 18594 12709 0 -1 1077944384 9827 13014 0 0 920 45 5 3 20 0 15 0 61862381 11176083456 209382 33554432000 4194304 4196468 140731674789616 140352947600272 140352943367893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18649] ppid=18591 vsize=10914144 memory=837528 CPUtime=9.76 cores=0,2,4,6
/proc/18594/task/18649/stat : 18649 (java) S 18591 18594 12709 0 -1 1077944384 15310 13014 0 0 919 49 5 3 20 0 15 0 61862381 11176083456 209382 33554432000 4194304 4196468 140731674789616 140352835873552 140352943367893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18650] ppid=18591 vsize=10914144 memory=4108 CPUtime=9.78 cores=0,2,4,6
/proc/18594/task/18650/stat : 18650 (java) S 18591 18594 12709 0 -1 1077944384 12601 13014 0 0 922 48 5 3 20 0 15 0 61862381 11176083456 209382 33554432000 4194304 4196468 140731674789616 140352834821264 140352943367893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18651] ppid=18591 vsize=10914144 memory=837528 CPUtime=9.77 cores=0,2,4,6
/proc/18594/task/18651/stat : 18651 (java) S 18591 18594 12709 0 -1 1077944384 14535 13014 0 0 920 49 5 3 20 0 15 0 61862381 11176083456 209382 33554432000 4194304 4196468 140731674789616 140352833768464 140352943367893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18652] ppid=18591 vsize=10914144 memory=837528 CPUtime=8.74 cores=0,2,4,6
/proc/18594/task/18652/stat : 18652 (java) S 18591 18594 12709 0 -1 1077944384 13837 13014 0 0 818 48 5 3 20 0 15 0 61862382 11176083456 209382 33554432000 4194304 4196468 140731674789616 140351945767024 140352943368834 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18653] ppid=18591 vsize=10914144 memory=1296 CPUtime=0.08 cores=0,2,4,6
/proc/18594/task/18653/stat : 18653 (java) S 18591 18594 12709 0 -1 1077944384 38 13014 0 0 0 0 5 3 20 0 15 0 61862383 11176083456 209382 33554432000 4194304 4196468 140731674789616 140351944713120 140352943367893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18654] ppid=18591 vsize=10914144 memory=837528 CPUtime=0.08 cores=0,2,4,6
/proc/18594/task/18654/stat : 18654 (java) S 18591 18594 12709 0 -1 1077944384 1 13014 0 0 0 0 5 3 20 0 15 0 61862383 11176083456 209382 33554432000 4194304 4196468 140731674789616 140351813706880 140352943367893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18655] ppid=18591 vsize=10914144 memory=837528 CPUtime=0.08 cores=0,2,4,6
/proc/18594/task/18655/stat : 18655 (java) S 18591 18594 12709 0 -1 1077944384 3 13014 0 0 0 0 5 3 20 0 15 0 61862386 11176083456 209382 33554432000 4194304 4196468 140731674789616 140351506307152 140352943376283 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18656] ppid=18591 vsize=10914144 memory=3828 CPUtime=3.69 cores=0,2,4,6
/proc/18594/task/18656/stat : 18656 (java) S 18591 18594 12709 0 -1 1077944384 33246 13014 0 0 358 3 5 3 20 0 15 0 61862386 11176083456 209382 33554432000 4194304 4196468 140731674789616 140351911156336 140352943368834 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18657] ppid=18591 vsize=10914144 memory=837528 CPUtime=3.56 cores=0,2,4,6
/proc/18594/task/18657/stat : 18657 (java) S 18591 18594 12709 0 -1 1077944384 24871 13014 0 0 344 4 5 3 20 0 15 0 61862386 11176083456 209382 33554432000 4194304 4196468 140731674789616 140351910103536 140352943368834 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18658] ppid=18591 vsize=10914144 memory=837528 CPUtime=1.61 cores=0,2,4,6
/proc/18594/task/18658/stat : 18658 (java) S 18591 18594 12709 0 -1 1077944384 18735 13014 0 0 151 2 5 3 20 0 15 0 61862386 11176083456 209382 33554432000 4194304 4196468 140731674789616 140351909051248 140352943368834 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18659] ppid=18591 vsize=10914144 memory=837528 CPUtime=0.08 cores=0,2,4,6
/proc/18594/task/18659/stat : 18659 (java) S 18591 18594 12709 0 -1 1077944384 3 13014 0 0 0 0 5 3 20 0 15 0 61862386 11176083456 209382 33554432000 4194304 4196468 140731674789616 140351472749536 140352943367893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18660] ppid=18591 vsize=10914144 memory=837528 CPUtime=1.47 cores=0,2,4,6
/proc/18594/task/18660/stat : 18660 (java) S 18591 18594 12709 0 -1 1077944384 2425 13014 0 0 75 64 5 3 20 0 15 0 61862386 11176083456 209382 33554432000 4194304 4196468 140731674789616 140351907998128 140352943368834 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
Current children cumulated CPU time: 2357.9 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 837528 KiB

[startup+2382.3 s]
/proc/loadavg: 1.48 1.35 1.33 3/218 18886
/proc/meminfo: memFree=15132228/32770624 swapFree=67108860/67108860
[pid=18594] ppid=18591 vsize=10914144 memory=839652 CPUtime=2418.6 cores=0,2,4,6
/proc/18594/stat : 18594 (java) S 18591 18594 12709 0 -1 1077944320 233889 13014 0 0 241553 299 5 3 20 0 15 0 61862371 11176083456 209913 33554432000 4194304 4196468 140731674789616 140731674772160 140352943357687 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
/proc/18594/statm: 2728536 209913 3519 1 0 2690189 0
[pid=18594/tid=18647] ppid=18591 vsize=10914144 memory=3828 CPUtime=2359.88 cores=0,2,4,6
/proc/18594/task/18647/stat : 18647 (java) R 18591 18594 12709 0 -1 4202560 85574 13014 0 0 235941 39 5 3 20 0 15 0 61862380 11176083456 209913 33554432000 4194304 4196468 140731674789616 140352915192400 140352513488907 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18648] ppid=18591 vsize=10914144 memory=4132 CPUtime=9.97 cores=0,2,4,6
/proc/18594/task/18648/stat : 18648 (java) S 18591 18594 12709 0 -1 1077944384 9842 13014 0 0 943 46 5 3 20 0 15 0 61862381 11176083456 209913 33554432000 4194304 4196468 140731674789616 140352947600272 140352943367893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18649] ppid=18591 vsize=10914144 memory=839644 CPUtime=10 cores=0,2,4,6
/proc/18594/task/18649/stat : 18649 (java) S 18591 18594 12709 0 -1 1077944384 15641 13014 0 0 942 50 5 3 20 0 15 0 61862381 11176083456 209913 33554432000 4194304 4196468 140731674789616 140352835873552 140352943367893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18650] ppid=18591 vsize=10914144 memory=839644 CPUtime=10.02 cores=0,2,4,6
/proc/18594/task/18650/stat : 18650 (java) S 18591 18594 12709 0 -1 1077944384 12707 13014 0 0 944 50 5 3 20 0 15 0 61862381 11176083456 209913 33554432000 4194304 4196468 140731674789616 140352834821264 140352943367893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18651] ppid=18591 vsize=10914144 memory=839652 CPUtime=10.02 cores=0,2,4,6
/proc/18594/task/18651/stat : 18651 (java) S 18591 18594 12709 0 -1 1077944384 14558 13014 0 0 943 51 5 3 20 0 15 0 61862381 11176083456 209913 33554432000 4194304 4196468 140731674789616 140352833768464 140352943367893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18652] ppid=18591 vsize=10914144 memory=839652 CPUtime=8.95 cores=0,2,4,6
/proc/18594/task/18652/stat : 18652 (java) S 18591 18594 12709 0 -1 1077944384 14034 13014 0 0 838 49 5 3 20 0 15 0 61862382 11176083456 209913 33554432000 4194304 4196468 140731674789616 140351945767024 140352943368834 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18653] ppid=18591 vsize=10914144 memory=839652 CPUtime=0.08 cores=0,2,4,6
/proc/18594/task/18653/stat : 18653 (java) S 18591 18594 12709 0 -1 1077944384 38 13014 0 0 0 0 5 3 20 0 15 0 61862383 11176083456 209913 33554432000 4194304 4196468 140731674789616 140351944713120 140352943367893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18654] ppid=18591 vsize=10914144 memory=839644 CPUtime=0.08 cores=0,2,4,6
/proc/18594/task/18654/stat : 18654 (java) S 18591 18594 12709 0 -1 1077944384 1 13014 0 0 0 0 5 3 20 0 15 0 61862383 11176083456 209913 33554432000 4194304 4196468 140731674789616 140351813706880 140352943367893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18655] ppid=18591 vsize=10914144 memory=28708 CPUtime=0.08 cores=0,2,4,6
/proc/18594/task/18655/stat : 18655 (java) S 18591 18594 12709 0 -1 1077944384 3 13014 0 0 0 0 5 3 20 0 15 0 61862386 11176083456 209913 33554432000 4194304 4196468 140731674789616 140351506307152 140352943376283 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18656] ppid=18591 vsize=10914144 memory=839644 CPUtime=3.69 cores=0,2,4,6
/proc/18594/task/18656/stat : 18656 (java) S 18591 18594 12709 0 -1 1077944384 33248 13014 0 0 358 3 5 3 20 0 15 0 61862386 11176083456 209913 33554432000 4194304 4196468 140731674789616 140351911156336 140352943368834 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18657] ppid=18591 vsize=10914144 memory=3828 CPUtime=3.56 cores=0,2,4,6
/proc/18594/task/18657/stat : 18657 (java) S 18591 18594 12709 0 -1 1077944384 24873 13014 0 0 344 4 5 3 20 0 15 0 61862386 11176083456 209913 33554432000 4194304 4196468 140731674789616 140351910103536 140352943368834 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18658] ppid=18591 vsize=10914144 memory=839652 CPUtime=1.61 cores=0,2,4,6
/proc/18594/task/18658/stat : 18658 (java) S 18591 18594 12709 0 -1 1077944384 18737 13014 0 0 151 2 5 3 20 0 15 0 61862386 11176083456 209913 33554432000 4194304 4196468 140731674789616 140351909051248 140352943368834 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18659] ppid=18591 vsize=10914144 memory=792 CPUtime=0.08 cores=0,2,4,6
/proc/18594/task/18659/stat : 18659 (java) S 18591 18594 12709 0 -1 1077944384 3 13014 0 0 0 0 5 3 20 0 15 0 61862386 11176083456 209913 33554432000 4194304 4196468 140731674789616 140351472749536 140352943367893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18660] ppid=18591 vsize=10914144 memory=839652 CPUtime=1.49 cores=0,2,4,6
/proc/18594/task/18660/stat : 18660 (java) S 18591 18594 12709 0 -1 1077944384 2443 13014 0 0 77 64 5 3 20 0 15 0 61862386 11176083456 209913 33554432000 4194304 4196468 140731674789616 140351907998128 140352943368834 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
Current children cumulated CPU time: 2418.6 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 839652 KiB

[startup+2442.3 s]
/proc/loadavg: 1.45 1.36 1.33 3/218 18887
/proc/meminfo: memFree=15132052/32770624 swapFree=67108860/67108860
[pid=18594] ppid=18591 vsize=10914144 memory=839652 CPUtime=2479.29 cores=0,2,4,6
/proc/18594/stat : 18594 (java) S 18591 18594 12709 0 -1 1077944320 235146 13014 0 0 247615 306 5 3 20 0 15 0 61862371 11176083456 209913 33554432000 4194304 4196468 140731674789616 140731674772160 140352943357687 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
/proc/18594/statm: 2728536 209913 3519 1 0 2690189 0
[pid=18594/tid=18647] ppid=18591 vsize=10914144 memory=839652 CPUtime=2419.34 cores=0,2,4,6
/proc/18594/task/18647/stat : 18647 (java) R 18591 18594 12709 0 -1 4202560 86128 13014 0 0 241887 39 5 3 20 0 15 0 61862380 11176083456 209913 33554432000 4194304 4196468 140731674789616 140352915191264 140352508328494 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18648] ppid=18591 vsize=10914144 memory=839652 CPUtime=10.22 cores=0,2,4,6
/proc/18594/task/18648/stat : 18648 (java) S 18591 18594 12709 0 -1 1077944384 9861 13014 0 0 966 48 5 3 20 0 15 0 61862381 11176083456 209913 33554432000 4194304 4196468 140731674789616 140352947600272 140352943367893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18649] ppid=18591 vsize=10914144 memory=839652 CPUtime=10.24 cores=0,2,4,6
/proc/18594/task/18649/stat : 18649 (java) S 18591 18594 12709 0 -1 1077944384 15736 13014 0 0 965 51 5 3 20 0 15 0 61862381 11176083456 209913 33554432000 4194304 4196468 140731674789616 140352835873552 140352943367893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18650] ppid=18591 vsize=10914144 memory=839652 CPUtime=10.27 cores=0,2,4,6
/proc/18594/task/18650/stat : 18650 (java) S 18591 18594 12709 0 -1 1077944384 13056 13014 0 0 968 51 5 3 20 0 15 0 61862381 11176083456 209913 33554432000 4194304 4196468 140731674789616 140352834821264 140352943367893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18651] ppid=18591 vsize=10914144 memory=839652 CPUtime=10.26 cores=0,2,4,6
/proc/18594/task/18651/stat : 18651 (java) S 18591 18594 12709 0 -1 1077944384 14576 13014 0 0 966 52 5 3 20 0 15 0 61862381 11176083456 209913 33554432000 4194304 4196468 140731674789616 140352833768464 140352943367893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18652] ppid=18591 vsize=10914144 memory=839652 CPUtime=9.16 cores=0,2,4,6
/proc/18594/task/18652/stat : 18652 (java) S 18591 18594 12709 0 -1 1077944384 14233 13014 0 0 858 50 5 3 20 0 15 0 61862382 11176083456 209913 33554432000 4194304 4196468 140731674789616 140351945767024 140352943368834 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18653] ppid=18591 vsize=10914144 memory=839652 CPUtime=0.08 cores=0,2,4,6
/proc/18594/task/18653/stat : 18653 (java) S 18591 18594 12709 0 -1 1077944384 38 13014 0 0 0 0 5 3 20 0 15 0 61862383 11176083456 209913 33554432000 4194304 4196468 140731674789616 140351944713120 140352943367893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18654] ppid=18591 vsize=10914144 memory=839652 CPUtime=0.08 cores=0,2,4,6
/proc/18594/task/18654/stat : 18654 (java) S 18591 18594 12709 0 -1 1077944384 1 13014 0 0 0 0 5 3 20 0 15 0 61862383 11176083456 209913 33554432000 4194304 4196468 140731674789616 140351813706880 140352943367893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18655] ppid=18591 vsize=10914144 memory=839652 CPUtime=0.08 cores=0,2,4,6
/proc/18594/task/18655/stat : 18655 (java) S 18591 18594 12709 0 -1 1077944384 3 13014 0 0 0 0 5 3 20 0 15 0 61862386 11176083456 209913 33554432000 4194304 4196468 140731674789616 140351506307152 140352943376283 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18656] ppid=18591 vsize=10914144 memory=839652 CPUtime=3.69 cores=0,2,4,6
/proc/18594/task/18656/stat : 18656 (java) S 18591 18594 12709 0 -1 1077944384 33250 13014 0 0 358 3 5 3 20 0 15 0 61862386 11176083456 209913 33554432000 4194304 4196468 140731674789616 140351911156336 140352943368834 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18657] ppid=18591 vsize=10914144 memory=839652 CPUtime=3.56 cores=0,2,4,6
/proc/18594/task/18657/stat : 18657 (java) S 18591 18594 12709 0 -1 1077944384 24875 13014 0 0 344 4 5 3 20 0 15 0 61862386 11176083456 209913 33554432000 4194304 4196468 140731674789616 140351910103536 140352943368834 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18658] ppid=18591 vsize=10914144 memory=839652 CPUtime=1.61 cores=0,2,4,6
/proc/18594/task/18658/stat : 18658 (java) S 18591 18594 12709 0 -1 1077944384 18739 13014 0 0 151 2 5 3 20 0 15 0 61862386 11176083456 209913 33554432000 4194304 4196468 140731674789616 140351909051248 140352943368834 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18659] ppid=18591 vsize=10914144 memory=839652 CPUtime=0.08 cores=0,2,4,6
/proc/18594/task/18659/stat : 18659 (java) S 18591 18594 12709 0 -1 1077944384 3 13014 0 0 0 0 5 3 20 0 15 0 61862386 11176083456 209913 33554432000 4194304 4196468 140731674789616 140351472749536 140352943367893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18660] ppid=18591 vsize=10914144 memory=3828 CPUtime=1.54 cores=0,2,4,6
/proc/18594/task/18660/stat : 18660 (java) S 18591 18594 12709 0 -1 1077944384 2460 13014 0 0 79 67 5 3 20 0 15 0 61862386 11176083456 209913 33554432000 4194304 4196468 140731674789616 140351907998128 140352943368834 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
Current children cumulated CPU time: 2479.29 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 839652 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2482.6 s]
/proc/loadavg: 1.45 1.38 1.34 3/218 18887
/proc/meminfo: memFree=15128332/32770624 swapFree=67108860/67108860
[pid=18594] ppid=18591 vsize=10914144 memory=839656 CPUtime=2520.04 cores=0,2,4,6
/proc/18594/stat : 18594 (java) S 18591 18594 12709 0 -1 1077944320 235772 13014 0 0 251687 309 5 3 20 0 15 0 61862371 11176083456 209914 33554432000 4194304 4196468 140731674789616 140731674772160 140352943357687 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
/proc/18594/statm: 2728536 209914 3519 1 0 2690189 0
[pid=18594/tid=18647] ppid=18591 vsize=10914144 memory=5524 CPUtime=2459.28 cores=0,2,4,6
/proc/18594/task/18647/stat : 18647 (java) R 18591 18594 12709 0 -1 4202560 86434 13014 0 0 245880 40 5 3 20 0 15 0 61862380 11176083456 209914 33554432000 4194304 4196468 140731674789616 140352915191168 140352513871471 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18648] ppid=18591 vsize=10914144 memory=1444 CPUtime=10.38 cores=0,2,4,6
/proc/18594/task/18648/stat : 18648 (java) S 18591 18594 12709 0 -1 1077944384 9871 13014 0 0 982 48 5 3 20 0 15 0 61862381 11176083456 209914 33554432000 4194304 4196468 140731674789616 140352947600272 140352943367893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18649] ppid=18591 vsize=10914144 memory=6791534058613427641 CPUtime=10.41 cores=0,2,4,6
/proc/18594/task/18649/stat : 18649 (java) S 18591 18594 12709 0 -1 1077944384 15772 13014 0 0 981 52 5 3 20 0 15 0 61862381 11176083456 209914 33554432000 4194304 4196468 140731674789616 140352835873552 140352943367893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18650] ppid=18591 vsize=10914144 memory=288230596050944315 CPUtime=10.43 cores=0,2,4,6
/proc/18594/task/18650/stat : 18650 (java) S 18591 18594 12709 0 -1 1077944384 13091 13014 0 0 984 51 5 3 20 0 15 0 61862381 11176083456 209914 33554432000 4194304 4196468 140731674789616 140352834821264 140352943367893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18651] ppid=18591 vsize=10914144 memory=14134441857518180 CPUtime=10.42 cores=0,2,4,6
/proc/18594/task/18651/stat : 18651 (java) S 18591 18594 12709 0 -1 1077944384 14622 13014 0 0 981 53 5 3 20 0 15 0 61862381 11176083456 209914 33554432000 4194304 4196468 140731674789616 140352833768464 140352943367893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18652] ppid=18591 vsize=10914144 memory=836 CPUtime=9.31 cores=0,2,4,6
/proc/18594/task/18652/stat : 18652 (java) S 18591 18594 12709 0 -1 1077944384 14412 13014 0 0 872 51 5 3 20 0 15 0 61862382 11176083456 209914 33554432000 4194304 4196468 140731674789616 140351945767024 140352943368834 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18653] ppid=18591 vsize=10914144 memory=1796 CPUtime=0.08 cores=0,2,4,6
/proc/18594/task/18653/stat : 18653 (java) S 18591 18594 12709 0 -1 1077944384 38 13014 0 0 0 0 5 3 20 0 15 0 61862383 11176083456 209914 33554432000 4194304 4196468 140731674789616 140351944713120 140352943367893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18654] ppid=18591 vsize=10914144 memory=912 CPUtime=0.08 cores=0,2,4,6
/proc/18594/task/18654/stat : 18654 (java) S 18591 18594 12709 0 -1 1077944384 1 13014 0 0 0 0 5 3 20 0 15 0 61862383 11176083456 209914 33554432000 4194304 4196468 140731674789616 140351813706880 140352943367893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18655] ppid=18591 vsize=10914144 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/18594/task/18655/stat : 18655 (java) S 18591 18594 12709 0 -1 1077944384 3 13014 0 0 0 0 5 3 20 0 15 0 61862386 11176083456 209914 33554432000 4194304 4196468 140731674789616 140351506307152 140352943376283 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18656] ppid=18591 vsize=10914144 memory=1696 CPUtime=3.69 cores=0,2,4,6
/proc/18594/task/18656/stat : 18656 (java) S 18591 18594 12709 0 -1 1077944384 33250 13014 0 0 358 3 5 3 20 0 15 0 61862386 11176083456 209914 33554432000 4194304 4196468 140731674789616 140351911156336 140352943368834 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18657] ppid=18591 vsize=10914144 memory=8384 CPUtime=3.56 cores=0,2,4,6
/proc/18594/task/18657/stat : 18657 (java) S 18591 18594 12709 0 -1 1077944384 24875 13014 0 0 344 4 5 3 20 0 15 0 61862386 11176083456 209914 33554432000 4194304 4196468 140731674789616 140351910103536 140352943368834 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18658] ppid=18591 vsize=10914144 memory=4616 CPUtime=1.61 cores=0,2,4,6
/proc/18594/task/18658/stat : 18658 (java) S 18591 18594 12709 0 -1 1077944384 18739 13014 0 0 151 2 5 3 20 0 15 0 61862386 11176083456 209914 33554432000 4194304 4196468 140731674789616 140351909051248 140352943368834 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18659] ppid=18591 vsize=10914144 memory=15868 CPUtime=0.08 cores=0,2,4,6
/proc/18594/task/18659/stat : 18659 (java) S 18591 18594 12709 0 -1 1077944384 3 13014 0 0 0 0 5 3 20 0 15 0 61862386 11176083456 209914 33554432000 4194304 4196468 140731674789616 140351472749536 140352943367893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
[pid=18594/tid=18660] ppid=18591 vsize=10914144 memory=4012 CPUtime=1.56 cores=0,2,4,6
/proc/18594/task/18660/stat : 18660 (java) S 18591 18594 12709 0 -1 1077944384 2474 13014 0 0 80 68 5 3 20 0 15 0 61862386 11176083456 209914 33554432000 4194304 4196468 140731674789616 140351907998128 140352943368834 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29863936 140731674798251 140731674801500 140731674801500 140731674804175 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 839656 KiB

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

[startup+2482.63 s]
# the end of solver process 18594 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.94 s, system=3.13906 s

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

Child status: 143
Real time (s): 2482.63
CPU time (s): 2520.08
CPU user time (s): 2516.94
CPU system time (s): 3.13906
CPU usage (%): 101.509
Max. virtual memory (cumulated for all children) (KiB): 10916976
Max. memory (cumulated for all children) (KiB): 839656

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.94
system time used= 3.13906
maximum resident set size= 843856
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 249808
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 259013
involuntary context switches= 10172


# summary of solver processes directly reported to runsolver:
#   pid: 18594
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2516.94
#   total CPU system time (s): 3.13906

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.5854 second user time and 24.036 second system time

The end

Launcher Data

Begin job on node135 at 2018-07-24 16:36:32
IDJOB=4294226
IDBENCH=141344
IDSOLVER=2751
FILE ID=node135/4294226-1532442992
RUNJOBID= node135-1532413601-12740
PBS_JOBID= 21021575
Free space on /tmp= 48396 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/Langford/LangfordBin-10_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-4294226-1532442992/watcher-4294226-1532442992 -o /tmp/evaluation-result-4294226-1532442992/solver-4294226-1532442992 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532413601-12740 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1900953757 -superng HOME/instance-4294226-1532442992.xml

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

MD5SUM BENCH= 2feb3ccfa512a42ac39c3fc722de9112
RANDOM SEED=1900953757

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:        15974164 kB
MemAvailable:   31024660 kB
Buffers:          209560 kB
Cached:         14894684 kB
SwapCached:            0 kB
Active:          3320372 kB
Inactive:       12751532 kB
Active(anon):     917552 kB
Inactive(anon):    69860 kB
Active(file):    2402820 kB
Inactive(file): 12681672 kB
Unevictable:        7240 kB
Mlocked:            7240 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26896 kB
Writeback:             0 kB
AnonPages:        963052 kB
Mapped:            51372 kB
Shmem:             17056 kB
Slab:             422876 kB
SReclaimable:     394464 kB
SUnreclaim:        28412 kB
KernelStack:        3808 kB
PageTables:         7020 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1923660 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    864256 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 17:17:55