Trace number 4293370

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.8 2018-06-13? (TO) 2520.13 2475.04

General information on the benchmark

NameGracefulGraph/
GracefulGraph-K05-P03_c18.xml
MD5SUMf4fa601a34b34009a5b9ea58e60241da
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 benchmark89.9324
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints42
Number of domains2
Minimum domain size40
Maximum domain size41
Distribution of domain sizes[{"size":40,"count":40},{"size":41,"count":15}]
Minimum variable degree0
Maximum variable degree7
Distribution of variable degrees[{"degree":0,"count":45},{"degree":2,"count":40},{"degree":6,"count":10},{"degree":7,"count":5}]
Minimum constraint arity3
Maximum constraint arity40
Distribution of constraint arities[{"arity":3,"count":40},{"arity":15,"count":1},{"arity":40,"count":1}]
Number of extensional constraints0
Number of intensional constraints40
Distribution of constraint types[{"type":"intension","count":40},{"type":"allDifferent","count":2}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4293370-1532317529/watcher-4293370-1532317529 -o /tmp/evaluation-result-4293370-1532317529/solver-4293370-1532317529 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532295923-7918 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=2113955260 HOME/instance-4293370-1532317529.xml 

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

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


[startup+0.100059 s]*
/proc/loadavg: 1.98 1.76 1.76 2/202 12293
/proc/meminfo: memFree=18362960/32770624 swapFree=67108860/67108860
[pid=12240] ppid=12237 vsize=9972712 memory=16280 CPUtime=0.09 cores=0,2,4,6
/proc/12240/stat : 12240 (java) S 12237 12240 7887 0 -1 1077944320 4239 13216 0 0 1 0 5 3 20 0 6 0 49316141 10212057088 4070 33554432000 4194304 4196468 140733089647968 140733089630512 140147209907959 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
/proc/12240/statm: 2493178 4070 1919 1 0 2481616 0
[pid=12240/tid=12293] ppid=12237 vsize=9972712 memory=4279135703913365389 CPUtime=0.08 cores=0,2,4,6
/proc/12240/task/12293/stat : 12293 (java) R 12237 12240 7887 0 -1 4202560 2082 13216 0 0 0 0 5 3 20 0 6 0 49316150 10212057088 4136 33554432000 4194304 4196468 140733089647968 140147181744720 140147193988446 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12294] ppid=12237 vsize=9972712 memory=8257237230052613020 CPUtime=0.08 cores=0,2,4,6
/proc/12240/task/12294/stat : 12294 (java) S 12237 12240 7887 0 -1 1077944384 1 13216 0 0 0 0 5 3 20 0 6 0 49316151 10212057088 4136 33554432000 4194304 4196468 140733089647968 140147214150800 140147209918165 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12295] ppid=12237 vsize=9972712 memory=139670475536000 CPUtime=0.08 cores=0,2,4,6
/proc/12240/task/12295/stat : 12295 (java) S 12237 12240 7887 0 -1 1077944384 1 13216 0 0 0 0 5 3 20 0 6 0 49316151 10212057088 4136 33554432000 4194304 4196468 140733089647968 140147132902416 140147209918165 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12296] ppid=12237 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12240/task/12296/stat : 12296 (java) S 12237 12240 7887 0 -1 1077944384 2 13216 0 0 0 0 5 3 20 0 6 0 49316151 10212057088 4136 33554432000 4194304 4196468 140733089647968 140146782428048 140147209918165 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12297] ppid=12237 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/12240/task/12297/stat : 12297 (java) S 12237 12240 7887 0 -1 1077944384 2 13216 0 0 0 0 5 3 20 0 6 0 49316151 10212057088 4136 33554432000 4194304 4196468 140733089647968 140146781375248 140147209918165 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16280 KiB

[startup+0.210887 s]*
/proc/loadavg: 1.98 1.76 1.76 3/215 12306
/proc/meminfo: memFree=18340532/32770624 swapFree=67108860/67108860
[pid=12240] ppid=12237 vsize=10818856 memory=42008 CPUtime=0.26 cores=0,2,4,6
/proc/12240/stat : 12240 (java) S 12237 12240 7887 0 -1 1077944320 8341 13216 0 0 16 2 5 3 20 0 15 0 49316141 11078508544 10502 33554432000 4194304 4196468 140733089647968 140733089630512 140147209907959 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
/proc/12240/statm: 2704714 10502 2960 1 0 2667149 0
[pid=12240/tid=12293] ppid=12237 vsize=10818856 memory=-6517102902069810590 CPUtime=0.19 cores=0,2,4,6
/proc/12240/task/12293/stat : 12293 (java) R 12237 12240 7887 0 -1 4202560 4874 13216 0 0 10 1 5 3 20 0 15 0 49316150 11078508544 10502 33554432000 4194304 4196468 140733089647968 140147181705616 140147193110838 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12294] ppid=12237 vsize=10818856 memory=-7025452035940392864 CPUtime=0.08 cores=0,2,4,6
/proc/12240/task/12294/stat : 12294 (java) S 12237 12240 7887 0 -1 1077944384 1 13216 0 0 0 0 5 3 20 0 15 0 49316151 11078508544 10502 33554432000 4194304 4196468 140733089647968 140147214150800 140147209918165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12295] ppid=12237 vsize=10818856 memory=139670475536000 CPUtime=0.08 cores=0,2,4,6
/proc/12240/task/12295/stat : 12295 (java) S 12237 12240 7887 0 -1 1077944384 1 13216 0 0 0 0 5 3 20 0 15 0 49316151 11078508544 10502 33554432000 4194304 4196468 140733089647968 140147132902416 140147209918165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12296] ppid=12237 vsize=10818856 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12240/task/12296/stat : 12296 (java) S 12237 12240 7887 0 -1 1077944384 2 13216 0 0 0 0 5 3 20 0 15 0 49316151 11078508544 10502 33554432000 4194304 4196468 140733089647968 140146782428048 140147209918165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12297] ppid=12237 vsize=10818856 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/12240/task/12297/stat : 12297 (java) S 12237 12240 7887 0 -1 1077944384 2 13216 0 0 0 0 5 3 20 0 15 0 49316151 11078508544 10502 33554432000 4194304 4196468 140733089647968 140146781375248 140147209918165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12298] ppid=12237 vsize=10818856 memory=139670475536000 CPUtime=0.08 cores=0,2,4,6
/proc/12240/task/12298/stat : 12298 (java) S 12237 12240 7887 0 -1 1077944384 2 13216 0 0 0 0 5 3 20 0 15 0 49316153 11078508544 10502 33554432000 4194304 4196468 140733089647968 140146736560496 140147209919106 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12299] ppid=12237 vsize=10818856 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/12240/task/12299/stat : 12299 (java) S 12237 12240 7887 0 -1 1077944384 13 13216 0 0 0 0 5 3 20 0 15 0 49316153 11078508544 10502 33554432000 4194304 4196468 140733089647968 140146661909536 140147209918165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12300] ppid=12237 vsize=10818856 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12240/task/12300/stat : 12300 (java) S 12237 12240 7887 0 -1 1077944384 1 13216 0 0 0 0 5 3 20 0 15 0 49316153 11078508544 10502 33554432000 4194304 4196468 140733089647968 140146057929584 140147209918165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12301] ppid=12237 vsize=10818856 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12240/task/12301/stat : 12301 (java) S 12237 12240 7887 0 -1 1077944384 3 13216 0 0 0 0 5 3 20 0 15 0 49316156 11078508544 10502 33554432000 4194304 4196468 140733089647968 140145750529872 140147209926555 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12302] ppid=12237 vsize=10818856 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/12240/task/12302/stat : 12302 (java) S 12237 12240 7887 0 -1 1077944384 476 13216 0 0 1 0 5 3 20 0 15 0 49316156 11078508544 10502 33554432000 4194304 4196468 140733089647968 140146735508336 140147209919106 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12303] ppid=12237 vsize=10818856 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/12240/task/12303/stat : 12303 (java) S 12237 12240 7887 0 -1 1077944384 138 13216 0 0 0 0 5 3 20 0 15 0 49316156 11078508544 10502 33554432000 4194304 4196468 140733089647968 140146734455536 140147209919106 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12304] ppid=12237 vsize=10818856 memory=139670475536000 CPUtime=0.11 cores=0,2,4,6
/proc/12240/task/12304/stat : 12304 (java) S 12237 12240 7887 0 -1 1077944384 638 13216 0 0 3 0 5 3 20 0 15 0 49316156 11078508544 10502 33554432000 4194304 4196468 140733089647968 140146733402736 140147209919106 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12305] ppid=12237 vsize=10818856 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/12240/task/12305/stat : 12305 (java) S 12237 12240 7887 0 -1 1077944384 3 13216 0 0 0 0 5 3 20 0 15 0 49316156 11078508544 10502 33554432000 4194304 4196468 140733089647968 140145716972256 140147209918165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12306] ppid=12237 vsize=10818856 memory=139670475536000 CPUtime=0.08 cores=0,2,4,6
/proc/12240/task/12306/stat : 12306 (java) S 12237 12240 7887 0 -1 1077944384 1 13216 0 0 0 0 5 3 20 0 15 0 49316156 11078508544 10502 33554432000 4194304 4196468 140733089647968 140146732350128 140147209919106 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818856 KiB
Current children cumulated memory: 42008 KiB

[startup+0.31056 s]*
/proc/loadavg: 1.98 1.76 1.76 3/215 12306
/proc/meminfo: memFree=18328732/32770624 swapFree=67108860/67108860
[pid=12240] ppid=12237 vsize=10819352 memory=52628 CPUtime=0.38 cores=0,2,4,6
/proc/12240/stat : 12240 (java) S 12237 12240 7887 0 -1 1077944320 10197 13216 0 0 27 3 5 3 20 0 15 0 49316141 11079016448 13157 33554432000 4194304 4196468 140733089647968 140733089630512 140147209907959 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
/proc/12240/statm: 2704838 13157 3091 1 0 2667149 0
[pid=12240/tid=12293] ppid=12237 vsize=10819352 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/12240/task/12293/stat : 12293 (java) R 12237 12240 7887 0 -1 4202560 6862 13216 0 0 18 2 5 3 20 0 15 0 49316150 11079016448 13289 33554432000 4194304 4196468 140733089647968 140147181719968 140147193988446 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12294] ppid=12237 vsize=10819352 memory=5864629427179114577 CPUtime=0.08 cores=0,2,4,6
/proc/12240/task/12294/stat : 12294 (java) S 12237 12240 7887 0 -1 1077944384 1 13216 0 0 0 0 5 3 20 0 15 0 49316151 11079016448 13289 33554432000 4194304 4196468 140733089647968 140147214150800 140147209918165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12295] ppid=12237 vsize=10819352 memory=2076 CPUtime=0.08 cores=0,2,4,6
/proc/12240/task/12295/stat : 12295 (java) S 12237 12240 7887 0 -1 1077944384 1 13216 0 0 0 0 5 3 20 0 15 0 49316151 11079016448 13289 33554432000 4194304 4196468 140733089647968 140147132902416 140147209918165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12296] ppid=12237 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12240/task/12296/stat : 12296 (java) S 12237 12240 7887 0 -1 1077944384 2 13216 0 0 0 0 5 3 20 0 15 0 49316151 11079016448 13289 33554432000 4194304 4196468 140733089647968 140146782428048 140147209918165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12297] ppid=12237 vsize=10819352 memory=4126316290023845779 CPUtime=0.08 cores=0,2,4,6
/proc/12240/task/12297/stat : 12297 (java) S 12237 12240 7887 0 -1 1077944384 2 13216 0 0 0 0 5 3 20 0 15 0 49316151 11079016448 13289 33554432000 4194304 4196468 140733089647968 140146781375248 140147209918165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12298] ppid=12237 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12240/task/12298/stat : 12298 (java) S 12237 12240 7887 0 -1 1077944384 2 13216 0 0 0 0 5 3 20 0 15 0 49316153 11079016448 13289 33554432000 4194304 4196468 140733089647968 140146736560496 140147209919106 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12299] ppid=12237 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12240/task/12299/stat : 12299 (java) S 12237 12240 7887 0 -1 1077944384 13 13216 0 0 0 0 5 3 20 0 15 0 49316153 11079016448 13289 33554432000 4194304 4196468 140733089647968 140146661909536 140147209918165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12300] ppid=12237 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12240/task/12300/stat : 12300 (java) S 12237 12240 7887 0 -1 1077944384 1 13216 0 0 0 0 5 3 20 0 15 0 49316153 11079016448 13289 33554432000 4194304 4196468 140733089647968 140146057929584 140147209918165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12301] ppid=12237 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12240/task/12301/stat : 12301 (java) S 12237 12240 7887 0 -1 1077944384 3 13216 0 0 0 0 5 3 20 0 15 0 49316156 11079016448 13289 33554432000 4194304 4196468 140733089647968 140145750529872 140147209926555 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12302] ppid=12237 vsize=10819352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/12240/task/12302/stat : 12302 (java) S 12237 12240 7887 0 -1 1077944384 476 13216 0 0 1 0 5 3 20 0 15 0 49316156 11079016448 13289 33554432000 4194304 4196468 140733089647968 140146735508336 140147209919106 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12303] ppid=12237 vsize=10819352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/12240/task/12303/stat : 12303 (java) S 12237 12240 7887 0 -1 1077944384 141 13216 0 0 1 0 5 3 20 0 15 0 49316156 11079016448 13289 33554432000 4194304 4196468 140733089647968 140146734455536 140147209919106 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12304] ppid=12237 vsize=10819352 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/12240/task/12304/stat : 12304 (java) S 12237 12240 7887 0 -1 1077944384 650 13216 0 0 4 0 5 3 20 0 15 0 49316156 11079016448 13289 33554432000 4194304 4196468 140733089647968 140146733402736 140147209919106 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12305] ppid=12237 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12240/task/12305/stat : 12305 (java) S 12237 12240 7887 0 -1 1077944384 3 13216 0 0 0 0 5 3 20 0 15 0 49316156 11079016448 13289 33554432000 4194304 4196468 140733089647968 140145716972256 140147209918165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12306] ppid=12237 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12240/task/12306/stat : 12306 (java) S 12237 12240 7887 0 -1 1077944384 1 13216 0 0 0 0 5 3 20 0 15 0 49316156 11079016448 13289 33554432000 4194304 4196468 140733089647968 140146732350128 140147209919106 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 52628 KiB

[startup+0.700805 s]
/proc/loadavg: 1.98 1.76 1.76 3/215 12306
/proc/meminfo: memFree=18316824/32770624 swapFree=67108860/67108860
[pid=12240] ppid=12237 vsize=10819352 memory=86672 CPUtime=0.99 cores=0,2,4,6
/proc/12240/stat : 12240 (java) S 12237 12240 7887 0 -1 1077944320 16814 13216 0 0 86 5 5 3 20 0 15 0 49316141 11079016448 21668 33554432000 4194304 4196468 140733089647968 140733089630512 140147209907959 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
/proc/12240/statm: 2704838 21668 3237 1 0 2667149 0
[pid=12240/tid=12293] ppid=12237 vsize=10819352 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/12240/task/12293/stat : 12293 (java) R 12237 12240 7887 0 -1 4202560 12348 13216 0 0 55 4 5 3 20 0 15 0 49316150 11079016448 21668 33554432000 4194304 4196468 140733089647968 140147181730896 140147191846001 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12294] ppid=12237 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12240/task/12294/stat : 12294 (java) S 12237 12240 7887 0 -1 1077944384 1 13216 0 0 0 0 5 3 20 0 15 0 49316151 11079016448 21668 33554432000 4194304 4196468 140733089647968 140147214150800 140147209918165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12295] ppid=12237 vsize=10819352 memory=4140 CPUtime=0.08 cores=0,2,4,6
/proc/12240/task/12295/stat : 12295 (java) S 12237 12240 7887 0 -1 1077944384 1 13216 0 0 0 0 5 3 20 0 15 0 49316151 11079016448 21668 33554432000 4194304 4196468 140733089647968 140147132902416 140147209918165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12296] ppid=12237 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12240/task/12296/stat : 12296 (java) S 12237 12240 7887 0 -1 1077944384 2 13216 0 0 0 0 5 3 20 0 15 0 49316151 11079016448 21668 33554432000 4194304 4196468 140733089647968 140146782428048 140147209918165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12297] ppid=12237 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12240/task/12297/stat : 12297 (java) S 12237 12240 7887 0 -1 1077944384 2 13216 0 0 0 0 5 3 20 0 15 0 49316151 11079016448 21668 33554432000 4194304 4196468 140733089647968 140146781375248 140147209918165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12298] ppid=12237 vsize=10819352 memory=4420 CPUtime=0.08 cores=0,2,4,6
/proc/12240/task/12298/stat : 12298 (java) S 12237 12240 7887 0 -1 1077944384 5 13216 0 0 0 0 5 3 20 0 15 0 49316153 11079016448 21668 33554432000 4194304 4196468 140733089647968 140146736560496 140147209919106 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12299] ppid=12237 vsize=10819352 memory=6628 CPUtime=0.08 cores=0,2,4,6
/proc/12240/task/12299/stat : 12299 (java) S 12237 12240 7887 0 -1 1077944384 13 13216 0 0 0 0 5 3 20 0 15 0 49316153 11079016448 21668 33554432000 4194304 4196468 140733089647968 140146661909536 140147209918165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12300] ppid=12237 vsize=10819352 memory=8836 CPUtime=0.08 cores=0,2,4,6
/proc/12240/task/12300/stat : 12300 (java) S 12237 12240 7887 0 -1 1077944384 1 13216 0 0 0 0 5 3 20 0 15 0 49316153 11079016448 21668 33554432000 4194304 4196468 140733089647968 140146057929584 140147209918165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12301] ppid=12237 vsize=10819352 memory=11044 CPUtime=0.08 cores=0,2,4,6
/proc/12240/task/12301/stat : 12301 (java) S 12237 12240 7887 0 -1 1077944384 3 13216 0 0 0 0 5 3 20 0 15 0 49316156 11079016448 21668 33554432000 4194304 4196468 140733089647968 140145750529872 140147209926555 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12302] ppid=12237 vsize=10819352 memory=13252 CPUtime=0.16 cores=0,2,4,6
/proc/12240/task/12302/stat : 12302 (java) S 12237 12240 7887 0 -1 1077944384 763 13216 0 0 8 0 5 3 20 0 15 0 49316156 11079016448 21668 33554432000 4194304 4196468 140733089647968 140146735508336 140147209919106 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12303] ppid=12237 vsize=10819352 memory=15460 CPUtime=0.16 cores=0,2,4,6
/proc/12240/task/12303/stat : 12303 (java) S 12237 12240 7887 0 -1 1077944384 749 13216 0 0 8 0 5 3 20 0 15 0 49316156 11079016448 21668 33554432000 4194304 4196468 140733089647968 140146734455536 140147209919106 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12304] ppid=12237 vsize=10819352 memory=17668 CPUtime=0.21 cores=0,2,4,6
/proc/12240/task/12304/stat : 12304 (java) S 12237 12240 7887 0 -1 1077944384 734 13216 0 0 13 0 5 3 20 0 15 0 49316156 11079016448 21668 33554432000 4194304 4196468 140733089647968 140146733402736 140147209919106 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12305] ppid=12237 vsize=10819352 memory=19876 CPUtime=0.08 cores=0,2,4,6
/proc/12240/task/12305/stat : 12305 (java) S 12237 12240 7887 0 -1 1077944384 3 13216 0 0 0 0 5 3 20 0 15 0 49316156 11079016448 21668 33554432000 4194304 4196468 140733089647968 140145716972256 140147209918165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12306] ppid=12237 vsize=10819352 memory=22084 CPUtime=0.08 cores=0,2,4,6
/proc/12240/task/12306/stat : 12306 (java) S 12237 12240 7887 0 -1 1077944384 1 13216 0 0 0 0 5 3 20 0 15 0 49316156 11079016448 21668 33554432000 4194304 4196468 140733089647968 140146732350128 140147209919106 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86672 KiB

[startup+1.50079 s]
/proc/loadavg: 1.98 1.76 1.76 3/215 12306
/proc/meminfo: memFree=18272664/32770624 swapFree=67108860/67108860
[pid=12240] ppid=12237 vsize=10834252 memory=177476 CPUtime=2.27 cores=0,2,4,6
/proc/12240/stat : 12240 (java) S 12237 12240 7887 0 -1 1077944320 24477 13216 0 0 208 11 5 3 20 0 15 0 49316141 11094274048 44369 33554432000 4194304 4196468 140733089647968 140733089630512 140147209907959 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
/proc/12240/statm: 2708563 44369 3466 1 0 2670221 0
[pid=12240/tid=12293] ppid=12237 vsize=10834252 memory=0 CPUtime=1.43 cores=0,2,4,6
/proc/12240/task/12293/stat : 12293 (java) R 12237 12240 7887 0 -1 4202560 18204 13216 0 0 128 7 5 3 20 0 15 0 49316150 11094274048 44369 33554432000 4194304 4196468 140733089647968 140147181739584 140147196147250 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12294] ppid=12237 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/12240/task/12294/stat : 12294 (java) S 12237 12240 7887 0 -1 1077944384 23 13216 0 0 1 0 5 3 20 0 15 0 49316151 11094274048 44369 33554432000 4194304 4196468 140733089647968 140147214150800 140147209918165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12295] ppid=12237 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/12240/task/12295/stat : 12295 (java) S 12237 12240 7887 0 -1 1077944384 53 13216 0 0 1 0 5 3 20 0 15 0 49316151 11094274048 44369 33554432000 4194304 4196468 140733089647968 140147132902416 140147209918165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12296] ppid=12237 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/12240/task/12296/stat : 12296 (java) S 12237 12240 7887 0 -1 1077944384 19 13216 0 0 1 0 5 3 20 0 15 0 49316151 11094274048 44369 33554432000 4194304 4196468 140733089647968 140146782428048 140147209918165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12297] ppid=12237 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12240/task/12297/stat : 12297 (java) S 12237 12240 7887 0 -1 1077944384 222 13216 0 0 0 0 5 3 20 0 15 0 49316151 11094274048 44369 33554432000 4194304 4196468 140733089647968 140146781375248 140147209918165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12298] ppid=12237 vsize=10834252 memory=-7965959130280075168 CPUtime=0.09 cores=0,2,4,6
/proc/12240/task/12298/stat : 12298 (java) S 12237 12240 7887 0 -1 1077944384 184 13216 0 0 1 0 5 3 20 0 15 0 49316153 11094274048 44369 33554432000 4194304 4196468 140733089647968 140146736560496 140147209919106 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12299] ppid=12237 vsize=10834252 memory=279340646476032 CPUtime=0.08 cores=0,2,4,6
/proc/12240/task/12299/stat : 12299 (java) S 12237 12240 7887 0 -1 1077944384 14 13216 0 0 0 0 5 3 20 0 15 0 49316153 11094274048 44369 33554432000 4194304 4196468 140733089647968 140146661909600 140147209918165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12300] ppid=12237 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12240/task/12300/stat : 12300 (java) S 12237 12240 7887 0 -1 1077944384 1 13216 0 0 0 0 5 3 20 0 15 0 49316153 11094274048 44369 33554432000 4194304 4196468 140733089647968 140146057929600 140147209918165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12301] ppid=12237 vsize=10834252 memory=1952 CPUtime=0.08 cores=0,2,4,6
/proc/12240/task/12301/stat : 12301 (java) S 12237 12240 7887 0 -1 1077944384 3 13216 0 0 0 0 5 3 20 0 15 0 49316156 11094274048 44369 33554432000 4194304 4196468 140733089647968 140145750529872 140147209926555 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12302] ppid=12237 vsize=10834252 memory=1232 CPUtime=0.26 cores=0,2,4,6
/proc/12240/task/12302/stat : 12302 (java) S 12237 12240 7887 0 -1 1077944384 893 13216 0 0 18 0 5 3 20 0 15 0 49316156 11094274048 44369 33554432000 4194304 4196468 140733089647968 140146735508336 140147209919106 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12303] ppid=12237 vsize=10834252 memory=8372 CPUtime=0.31 cores=0,2,4,6
/proc/12240/task/12303/stat : 12303 (java) S 12237 12240 7887 0 -1 1077944384 1230 13216 0 0 23 0 5 3 20 0 15 0 49316156 11094274048 44369 33554432000 4194304 4196468 140733089647968 140146734455536 140147209919106 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12304] ppid=12237 vsize=10834252 memory=1708 CPUtime=0.39 cores=0,2,4,6
/proc/12240/task/12304/stat : 12304 (java) S 12237 12240 7887 0 -1 1077944384 1439 13216 0 0 31 0 5 3 20 0 15 0 49316156 11094274048 44369 33554432000 4194304 4196468 140733089647968 140146733402736 140147209919106 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12305] ppid=12237 vsize=10834252 memory=5412 CPUtime=0.08 cores=0,2,4,6
/proc/12240/task/12305/stat : 12305 (java) S 12237 12240 7887 0 -1 1077944384 3 13216 0 0 0 0 5 3 20 0 15 0 49316156 11094274048 44369 33554432000 4194304 4196468 140733089647968 140145716972256 140147209918165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12306] ppid=12237 vsize=10834252 memory=4612 CPUtime=0.08 cores=0,2,4,6
/proc/12240/task/12306/stat : 12306 (java) S 12237 12240 7887 0 -1 1077944384 1 13216 0 0 0 0 5 3 20 0 15 0 49316156 11094274048 44369 33554432000 4194304 4196468 140733089647968 140146732350128 140147209919106 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
Current children cumulated CPU time: 2.27 s

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

/proc/12240/task/12293/stat : 12293 (java) R 12237 12240 7887 0 -1 4202560 78436 13216 0 0 229734 42 5 3 20 0 15 0 49316150 11176083456 212102 33554432000 4194304 4196468 140733089647968 140147181741856 140146826293960 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12294] ppid=12237 vsize=10914144 memory=846360 CPUtime=12.17 cores=0,2,4,6
/proc/12240/task/12294/stat : 12294 (java) S 12237 12240 7887 0 -1 1077944384 8504 13216 0 0 1154 55 5 3 20 0 15 0 49316151 11176083456 212102 33554432000 4194304 4196468 140733089647968 140147214150800 140147209918165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12295] ppid=12237 vsize=10914144 memory=846360 CPUtime=12.16 cores=0,2,4,6
/proc/12240/task/12295/stat : 12295 (java) S 12237 12240 7887 0 -1 1077944384 10384 13216 0 0 1159 49 5 3 20 0 15 0 49316151 11176083456 212102 33554432000 4194304 4196468 140733089647968 140147132902416 140147209918165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12296] ppid=12237 vsize=10914144 memory=848408 CPUtime=12.15 cores=0,2,4,6
/proc/12240/task/12296/stat : 12296 (java) S 12237 12240 7887 0 -1 1077944384 8505 13216 0 0 1158 49 5 3 20 0 15 0 49316151 11176083456 212102 33554432000 4194304 4196468 140733089647968 140146782428048 140147209918165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12297] ppid=12237 vsize=10914144 memory=848408 CPUtime=12.14 cores=0,2,4,6
/proc/12240/task/12297/stat : 12297 (java) S 12237 12240 7887 0 -1 1077944384 8854 13216 0 0 1155 51 5 3 20 0 15 0 49316151 11176083456 212102 33554432000 4194304 4196468 140733089647968 140146781375248 140147209918165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12298] ppid=12237 vsize=10914144 memory=8 CPUtime=10.01 cores=0,2,4,6
/proc/12240/task/12298/stat : 12298 (java) S 12237 12240 7887 0 -1 1077944384 10200 13216 0 0 945 48 5 3 20 0 15 0 49316153 11176083456 212102 33554432000 4194304 4196468 140733089647968 140146736560496 140147209919106 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12299] ppid=12237 vsize=10914144 memory=846360 CPUtime=0.08 cores=0,2,4,6
/proc/12240/task/12299/stat : 12299 (java) S 12237 12240 7887 0 -1 1077944384 14 13216 0 0 0 0 5 3 20 0 15 0 49316153 11176083456 212102 33554432000 4194304 4196468 140733089647968 140146661909600 140147209918165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12300] ppid=12237 vsize=10914144 memory=2340 CPUtime=0.08 cores=0,2,4,6
/proc/12240/task/12300/stat : 12300 (java) S 12237 12240 7887 0 -1 1077944384 1 13216 0 0 0 0 5 3 20 0 15 0 49316153 11176083456 212102 33554432000 4194304 4196468 140733089647968 140146057929600 140147209918165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12301] ppid=12237 vsize=10914144 memory=1296 CPUtime=0.08 cores=0,2,4,6
/proc/12240/task/12301/stat : 12301 (java) S 12237 12240 7887 0 -1 1077944384 3 13216 0 0 0 0 5 3 20 0 15 0 49316156 11176083456 212102 33554432000 4194304 4196468 140733089647968 140145750529872 140147209926555 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12302] ppid=12237 vsize=10914144 memory=2400 CPUtime=2.77 cores=0,2,4,6
/proc/12240/task/12302/stat : 12302 (java) S 12237 12240 7887 0 -1 1077944384 17847 13216 0 0 265 4 5 3 20 0 15 0 49316156 11176083456 212102 33554432000 4194304 4196468 140733089647968 140146735508336 140147209919106 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12303] ppid=12237 vsize=10914144 memory=6791534058613427641 CPUtime=2.99 cores=0,2,4,6
/proc/12240/task/12303/stat : 12303 (java) S 12237 12240 7887 0 -1 1077944384 27405 13216 0 0 287 4 5 3 20 0 15 0 49316156 11176083456 212102 33554432000 4194304 4196468 140733089647968 140146734455536 140147209919106 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 13 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12304] ppid=12237 vsize=10914144 memory=4612 CPUtime=1.65 cores=0,2,4,6
/proc/12240/task/12304/stat : 12304 (java) S 12237 12240 7887 0 -1 1077944384 15308 13216 0 0 154 3 5 3 20 0 15 0 49316156 11176083456 212102 33554432000 4194304 4196468 140733089647968 140146733402736 140147209919106 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12305] ppid=12237 vsize=10914144 memory=1012 CPUtime=0.08 cores=0,2,4,6
/proc/12240/task/12305/stat : 12305 (java) S 12237 12240 7887 0 -1 1077944384 3 13216 0 0 0 0 5 3 20 0 15 0 49316156 11176083456 212102 33554432000 4194304 4196468 140733089647968 140145716972256 140147209918165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12306] ppid=12237 vsize=10914144 memory=1436 CPUtime=1.42 cores=0,2,4,6
/proc/12240/task/12306/stat : 12306 (java) S 12237 12240 7887 0 -1 1077944384 1320 13216 0 0 65 69 5 3 20 0 15 0 49316156 11176083456 212102 33554432000 4194304 4196468 140733089647968 140146732350128 140147209919106 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
Current children cumulated CPU time: 2364.69 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 848408 KiB

[startup+2382.3 s]
/proc/loadavg: 1.32 1.35 1.42 3/215 12529
/proc/meminfo: memFree=18435952/32770624 swapFree=67108860/67108860
[pid=12240] ppid=12237 vsize=10914144 memory=850456 CPUtime=2425.72 cores=0,2,4,6
/proc/12240/stat : 12240 (java) S 12237 12240 7887 0 -1 1077944320 189856 13216 0 0 242236 328 5 3 20 0 15 0 49316141 11176083456 212614 33554432000 4194304 4196468 140733089647968 140733089630512 140147209907959 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
/proc/12240/statm: 2728536 212614 3519 1 0 2690189 0
[pid=12240/tid=12293] ppid=12237 vsize=10914144 memory=850456 CPUtime=2357.16 cores=0,2,4,6
/proc/12240/task/12293/stat : 12293 (java) R 12237 12240 7887 0 -1 4202560 78970 13216 0 0 235665 43 5 3 20 0 15 0 49316150 11176083456 212614 33554432000 4194304 4196468 140733089647968 140147181741648 140146824974784 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12294] ppid=12237 vsize=10914144 memory=288230574492221466 CPUtime=12.52 cores=0,2,4,6
/proc/12240/task/12294/stat : 12294 (java) S 12237 12240 7887 0 -1 1077944384 8516 13216 0 0 1188 56 5 3 20 0 15 0 49316151 11176083456 212614 33554432000 4194304 4196468 140733089647968 140147214150800 140147209918165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12295] ppid=12237 vsize=10914144 memory=850456 CPUtime=12.51 cores=0,2,4,6
/proc/12240/task/12295/stat : 12295 (java) S 12237 12240 7887 0 -1 1077944384 10438 13216 0 0 1192 51 5 3 20 0 15 0 49316151 11176083456 212614 33554432000 4194304 4196468 140733089647968 140147132902416 140147209918165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12296] ppid=12237 vsize=10914144 memory=848408 CPUtime=12.51 cores=0,2,4,6
/proc/12240/task/12296/stat : 12296 (java) S 12237 12240 7887 0 -1 1077944384 8730 13216 0 0 1192 51 5 3 20 0 15 0 49316151 11176083456 212614 33554432000 4194304 4196468 140733089647968 140146782428048 140147209918165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12297] ppid=12237 vsize=10914144 memory=848408 CPUtime=12.49 cores=0,2,4,6
/proc/12240/task/12297/stat : 12297 (java) S 12237 12240 7887 0 -1 1077944384 8861 13216 0 0 1189 52 5 3 20 0 15 0 49316151 11176083456 212614 33554432000 4194304 4196468 140733089647968 140146781375248 140147209918165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12298] ppid=12237 vsize=10914144 memory=850456 CPUtime=10.28 cores=0,2,4,6
/proc/12240/task/12298/stat : 12298 (java) S 12237 12240 7887 0 -1 1077944384 10236 13216 0 0 970 50 5 3 20 0 15 0 49316153 11176083456 212614 33554432000 4194304 4196468 140733089647968 140146736560496 140147209919106 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12299] ppid=12237 vsize=10914144 memory=850456 CPUtime=0.08 cores=0,2,4,6
/proc/12240/task/12299/stat : 12299 (java) S 12237 12240 7887 0 -1 1077944384 14 13216 0 0 0 0 5 3 20 0 15 0 49316153 11176083456 212614 33554432000 4194304 4196468 140733089647968 140146661909600 140147209918165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12300] ppid=12237 vsize=10914144 memory=850456 CPUtime=0.08 cores=0,2,4,6
/proc/12240/task/12300/stat : 12300 (java) S 12237 12240 7887 0 -1 1077944384 1 13216 0 0 0 0 5 3 20 0 15 0 49316153 11176083456 212614 33554432000 4194304 4196468 140733089647968 140146057929600 140147209918165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12301] ppid=12237 vsize=10914144 memory=850456 CPUtime=0.08 cores=0,2,4,6
/proc/12240/task/12301/stat : 12301 (java) S 12237 12240 7887 0 -1 1077944384 3 13216 0 0 0 0 5 3 20 0 15 0 49316156 11176083456 212614 33554432000 4194304 4196468 140733089647968 140145750529872 140147209926555 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12302] ppid=12237 vsize=10914144 memory=850456 CPUtime=2.77 cores=0,2,4,6
/proc/12240/task/12302/stat : 12302 (java) S 12237 12240 7887 0 -1 1077944384 17847 13216 0 0 265 4 5 3 20 0 15 0 49316156 11176083456 212614 33554432000 4194304 4196468 140733089647968 140146735508336 140147209919106 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12303] ppid=12237 vsize=10914144 memory=850456 CPUtime=2.99 cores=0,2,4,6
/proc/12240/task/12303/stat : 12303 (java) S 12237 12240 7887 0 -1 1077944384 27405 13216 0 0 287 4 5 3 20 0 15 0 49316156 11176083456 212614 33554432000 4194304 4196468 140733089647968 140146734455536 140147209919106 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 13 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12304] ppid=12237 vsize=10914144 memory=4140 CPUtime=1.65 cores=0,2,4,6
/proc/12240/task/12304/stat : 12304 (java) S 12237 12240 7887 0 -1 1077944384 15308 13216 0 0 154 3 5 3 20 0 15 0 49316156 11176083456 212614 33554432000 4194304 4196468 140733089647968 140146733402736 140147209919106 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12305] ppid=12237 vsize=10914144 memory=848408 CPUtime=0.08 cores=0,2,4,6
/proc/12240/task/12305/stat : 12305 (java) S 12237 12240 7887 0 -1 1077944384 3 13216 0 0 0 0 5 3 20 0 15 0 49316156 11176083456 212614 33554432000 4194304 4196468 140733089647968 140145716972256 140147209918165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12306] ppid=12237 vsize=10914144 memory=850456 CPUtime=1.45 cores=0,2,4,6
/proc/12240/task/12306/stat : 12306 (java) S 12237 12240 7887 0 -1 1077944384 1336 13216 0 0 67 70 5 3 20 0 15 0 49316156 11176083456 212614 33554432000 4194304 4196468 140733089647968 140146732350128 140147209919106 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
Current children cumulated CPU time: 2425.72 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 850456 KiB

[startup+2442.3 s]
/proc/loadavg: 1.13 1.29 1.39 3/215 12530
/proc/meminfo: memFree=18431532/32770624 swapFree=67108860/67108860
[pid=12240] ppid=12237 vsize=10914144 memory=852504 CPUtime=2486.78 cores=0,2,4,6
/proc/12240/stat : 12240 (java) S 12237 12240 7887 0 -1 1077944320 190987 13216 0 0 248335 335 5 3 20 0 15 0 49316141 11176083456 213126 33554432000 4194304 4196468 140733089647968 140733089630512 140147209907959 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
/proc/12240/statm: 2728536 213126 3519 1 0 2690189 0
[pid=12240/tid=12293] ppid=12237 vsize=10914144 memory=852504 CPUtime=2416.47 cores=0,2,4,6
/proc/12240/task/12293/stat : 12293 (java) R 12237 12240 7887 0 -1 4202560 79547 13216 0 0 241596 43 5 3 20 0 15 0 49316150 11176083456 213126 33554432000 4194304 4196468 140733089647968 140147181741952 140146813248670 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12294] ppid=12237 vsize=10914144 memory=852504 CPUtime=12.88 cores=0,2,4,6
/proc/12240/task/12294/stat : 12294 (java) S 12237 12240 7887 0 -1 1077944384 8638 13216 0 0 1223 57 5 3 20 0 15 0 49316151 11176083456 213126 33554432000 4194304 4196468 140733089647968 140147214150800 140147209918165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12295] ppid=12237 vsize=10914144 memory=850456 CPUtime=12.87 cores=0,2,4,6
/proc/12240/task/12295/stat : 12295 (java) S 12237 12240 7887 0 -1 1077944384 10502 13216 0 0 1227 52 5 3 20 0 15 0 49316151 11176083456 213126 33554432000 4194304 4196468 140733089647968 140147132902416 140147209918165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12296] ppid=12237 vsize=10914144 memory=850456 CPUtime=12.88 cores=0,2,4,6
/proc/12240/task/12296/stat : 12296 (java) S 12237 12240 7887 0 -1 1077944384 8836 13216 0 0 1228 52 5 3 20 0 15 0 49316151 11176083456 213126 33554432000 4194304 4196468 140733089647968 140146782428048 140147209918165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12297] ppid=12237 vsize=10914144 memory=852504 CPUtime=12.85 cores=0,2,4,6
/proc/12240/task/12297/stat : 12297 (java) S 12237 12240 7887 0 -1 1077944384 8905 13216 0 0 1224 53 5 3 20 0 15 0 49316151 11176083456 213126 33554432000 4194304 4196468 140733089647968 140146781375248 140147209918165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12298] ppid=12237 vsize=10914144 memory=852504 CPUtime=10.54 cores=0,2,4,6
/proc/12240/task/12298/stat : 12298 (java) S 12237 12240 7887 0 -1 1077944384 10430 13216 0 0 995 51 5 3 20 0 15 0 49316153 11176083456 213126 33554432000 4194304 4196468 140733089647968 140146736560496 140147209919106 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12299] ppid=12237 vsize=10914144 memory=852504 CPUtime=0.08 cores=0,2,4,6
/proc/12240/task/12299/stat : 12299 (java) S 12237 12240 7887 0 -1 1077944384 14 13216 0 0 0 0 5 3 20 0 15 0 49316153 11176083456 213126 33554432000 4194304 4196468 140733089647968 140146661909600 140147209918165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12300] ppid=12237 vsize=10914144 memory=279340648476336 CPUtime=0.08 cores=0,2,4,6
/proc/12240/task/12300/stat : 12300 (java) S 12237 12240 7887 0 -1 1077944384 1 13216 0 0 0 0 5 3 20 0 15 0 49316153 11176083456 213126 33554432000 4194304 4196468 140733089647968 140146057929600 140147209918165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12301] ppid=12237 vsize=10914144 memory=852504 CPUtime=0.08 cores=0,2,4,6
/proc/12240/task/12301/stat : 12301 (java) S 12237 12240 7887 0 -1 1077944384 3 13216 0 0 0 0 5 3 20 0 15 0 49316156 11176083456 213126 33554432000 4194304 4196468 140733089647968 140145750529872 140147209926555 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12302] ppid=12237 vsize=10914144 memory=852504 CPUtime=2.77 cores=0,2,4,6
/proc/12240/task/12302/stat : 12302 (java) S 12237 12240 7887 0 -1 1077944384 17849 13216 0 0 265 4 5 3 20 0 15 0 49316156 11176083456 213126 33554432000 4194304 4196468 140733089647968 140146735508336 140147209919106 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12303] ppid=12237 vsize=10914144 memory=4140 CPUtime=2.99 cores=0,2,4,6
/proc/12240/task/12303/stat : 12303 (java) S 12237 12240 7887 0 -1 1077944384 27407 13216 0 0 287 4 5 3 20 0 15 0 49316156 11176083456 213126 33554432000 4194304 4196468 140733089647968 140146734455536 140147209919106 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 13 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12304] ppid=12237 vsize=10914144 memory=1012 CPUtime=1.65 cores=0,2,4,6
/proc/12240/task/12304/stat : 12304 (java) S 12237 12240 7887 0 -1 1077944384 15310 13216 0 0 154 3 5 3 20 0 15 0 49316156 11176083456 213126 33554432000 4194304 4196468 140733089647968 140146733402736 140147209919106 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12305] ppid=12237 vsize=10914144 memory=1436 CPUtime=0.08 cores=0,2,4,6
/proc/12240/task/12305/stat : 12305 (java) S 12237 12240 7887 0 -1 1077944384 3 13216 0 0 0 0 5 3 20 0 15 0 49316156 11176083456 213126 33554432000 4194304 4196468 140733089647968 140145716972256 140147209918165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12306] ppid=12237 vsize=10914144 memory=852504 CPUtime=1.48 cores=0,2,4,6
/proc/12240/task/12306/stat : 12306 (java) S 12237 12240 7887 0 -1 1077944384 1354 13216 0 0 68 72 5 3 20 0 15 0 49316156 11176083456 213126 33554432000 4194304 4196468 140733089647968 140146732350128 140147209919106 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
Current children cumulated CPU time: 2486.78 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 852504 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2475 s]*
/proc/loadavg: 1.07 1.25 1.38 3/215 12530
/proc/meminfo: memFree=18427560/32770624 swapFree=67108860/67108860
[pid=12240] ppid=12237 vsize=10914144 memory=854552 CPUtime=2520.08 cores=0,2,4,6
/proc/12240/stat : 12240 (java) S 12237 12240 7887 0 -1 1077944320 192821 13216 0 0 251662 338 5 3 20 0 15 0 49316141 11176083456 213638 33554432000 4194304 4196468 140733089647968 140733089630512 140147209907959 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
/proc/12240/statm: 2728536 213638 3519 1 0 2690189 0
[pid=12240/tid=12293] ppid=12237 vsize=10914144 memory=6791534058613427641 CPUtime=2448.81 cores=0,2,4,6
/proc/12240/task/12293/stat : 12293 (java) R 12237 12240 7887 0 -1 4202560 80130 13216 0 0 244830 43 5 3 20 0 15 0 49316150 11176083456 213638 33554432000 4194304 4196468 140733089647968 140147181741328 140146825362589 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12294] ppid=12237 vsize=10914144 memory=4126316290023845779 CPUtime=13.08 cores=0,2,4,6
/proc/12240/task/12294/stat : 12294 (java) S 12237 12240 7887 0 -1 1077944384 8804 13216 0 0 1242 58 5 3 20 0 15 0 49316151 11176083456 213638 33554432000 4194304 4196468 140733089647968 140147214150800 140147209918165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12295] ppid=12237 vsize=10914144 memory=170926442 CPUtime=13.07 cores=0,2,4,6
/proc/12240/task/12295/stat : 12295 (java) S 12237 12240 7887 0 -1 1077944384 10569 13216 0 0 1246 53 5 3 20 0 15 0 49316151 11176083456 213638 33554432000 4194304 4196468 140733089647968 140147132902416 140147209918165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12296] ppid=12237 vsize=10914144 memory=7307770273303061611 CPUtime=13.07 cores=0,2,4,6
/proc/12240/task/12296/stat : 12296 (java) S 12237 12240 7887 0 -1 1077944384 9120 13216 0 0 1247 52 5 3 20 0 15 0 49316151 11176083456 213638 33554432000 4194304 4196468 140733089647968 140146782428048 140147209918165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12297] ppid=12237 vsize=10914144 memory=7668038520919059301 CPUtime=13.05 cores=0,2,4,6
/proc/12240/task/12297/stat : 12297 (java) S 12237 12240 7887 0 -1 1077944384 8946 13216 0 0 1243 54 5 3 20 0 15 0 49316151 11176083456 213638 33554432000 4194304 4196468 140733089647968 140146781375248 140147209918165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12298] ppid=12237 vsize=10914144 memory=7307770273303061611 CPUtime=10.69 cores=0,2,4,6
/proc/12240/task/12298/stat : 12298 (java) S 12237 12240 7887 0 -1 1077944384 10587 13216 0 0 1009 52 5 3 20 0 15 0 49316153 11176083456 213638 33554432000 4194304 4196468 140733089647968 140146736560496 140147209919106 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12299] ppid=12237 vsize=10914144 memory=7307770273303061611 CPUtime=0.08 cores=0,2,4,6
/proc/12240/task/12299/stat : 12299 (java) S 12237 12240 7887 0 -1 1077944384 14 13216 0 0 0 0 5 3 20 0 15 0 49316153 11176083456 213638 33554432000 4194304 4196468 140733089647968 140146661909600 140147209918165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12300] ppid=12237 vsize=10914144 memory=7668038520919059301 CPUtime=0.08 cores=0,2,4,6
/proc/12240/task/12300/stat : 12300 (java) S 12237 12240 7887 0 -1 1077944384 1 13216 0 0 0 0 5 3 20 0 15 0 49316153 11176083456 213638 33554432000 4194304 4196468 140733089647968 140146057929600 140147209918165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12301] ppid=12237 vsize=10914144 memory=7590926484931175786 CPUtime=0.08 cores=0,2,4,6
/proc/12240/task/12301/stat : 12301 (java) S 12237 12240 7887 0 -1 1077944384 3 13216 0 0 0 0 5 3 20 0 15 0 49316156 11176083456 213638 33554432000 4194304 4196468 140733089647968 140145750529872 140147209926555 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12302] ppid=12237 vsize=10914144 memory=4641338075009150309 CPUtime=2.77 cores=0,2,4,6
/proc/12240/task/12302/stat : 12302 (java) S 12237 12240 7887 0 -1 1077944384 17851 13216 0 0 265 4 5 3 20 0 15 0 49316156 11176083456 213638 33554432000 4194304 4196468 140733089647968 140146735508336 140147209919106 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12303] ppid=12237 vsize=10914144 memory=4641338075009150309 CPUtime=3.01 cores=0,2,4,6
/proc/12240/task/12303/stat : 12303 (java) S 12237 12240 7887 0 -1 1077944384 27712 13216 0 0 289 4 5 3 20 0 15 0 49316156 11176083456 213638 33554432000 4194304 4196468 140733089647968 140146734455536 140147209919106 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 13 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12304] ppid=12237 vsize=10914144 memory=7882823727764235108 CPUtime=1.65 cores=0,2,4,6
/proc/12240/task/12304/stat : 12304 (java) S 12237 12240 7887 0 -1 1077944384 15535 13216 0 0 154 3 5 3 20 0 15 0 49316156 11176083456 213638 33554432000 4194304 4196468 140733089647968 140146733402736 140147209919106 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12305] ppid=12237 vsize=10914144 memory=7307770273303061611 CPUtime=0.08 cores=0,2,4,6
/proc/12240/task/12305/stat : 12305 (java) S 12237 12240 7887 0 -1 1077944384 3 13216 0 0 0 0 5 3 20 0 15 0 49316156 11176083456 213638 33554432000 4194304 4196468 140733089647968 140145716972256 140147209918165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
[pid=12240/tid=12306] ppid=12237 vsize=10914144 memory=7882823727764235108 CPUtime=1.5 cores=0,2,4,6
/proc/12240/task/12306/stat : 12306 (java) S 12237 12240 7887 0 -1 1077944384 1358 13216 0 0 69 73 5 3 20 0 15 0 49316156 11176083456 213638 33554432000 4194304 4196468 140733089647968 140146732350128 140147209919106 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37584896 140733089651310 140733089654108 140733089654108 140733089656783 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 854552 KiB

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

[startup+2475.04 s]
# the end of solver process 12240 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.7 s, system=3.42847 s

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

Child status: 143
Real time (s): 2475.04
CPU time (s): 2520.13
CPU user time (s): 2516.7
CPU system time (s): 3.42847
CPU usage (%): 101.822
Max. virtual memory (cumulated for all children) (KiB): 10914804
Max. memory (cumulated for all children) (KiB): 854552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.7
system time used= 3.42847
maximum resident set size= 858776
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 207014
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 285021
involuntary context switches= 8514


# summary of solver processes directly reported to runsolver:
#   pid: 12240
#   total CPU time (s): 2520.13
#   total CPU user time (s): 2516.7
#   total CPU system time (s): 3.42847

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.0303 second user time and 23.0934 second system time

The end

Launcher Data

Begin job on node107 at 2018-07-23 05:45:29
IDJOB=4293370
IDBENCH=141168
IDSOLVER=2750
FILE ID=node107/4293370-1532317529
RUNJOBID= node107-1532295923-7918
PBS_JOBID= 21018984
Free space on /tmp= 55100 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/GracefulGraph/GracefulGraph-K05-P03_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4293370-1532317529/watcher-4293370-1532317529 -o /tmp/evaluation-result-4293370-1532317529/solver-4293370-1532317529 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532295923-7918 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=2113955260 HOME/instance-4293370-1532317529.xml

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

MD5SUM BENCH= f4fa601a34b34009a5b9ea58e60241da
RANDOM SEED=2113955260

node107.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.40
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.40
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.40
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.40
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:        18368312 kB
MemAvailable:   30255300 kB
Buffers:          259188 kB
Cached:         11775076 kB
SwapCached:            0 kB
Active:          3341596 kB
Inactive:       10427632 kB
Active(anon):    1738156 kB
Inactive(anon):    16860 kB
Active(file):    1603440 kB
Inactive(file): 10410772 kB
Unevictable:        7152 kB
Mlocked:            7152 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26528 kB
Writeback:             0 kB
AnonPages:       1742072 kB
Mapped:            49704 kB
Shmem:             17036 kB
Slab:             328636 kB
SReclaimable:     301236 kB
SUnreclaim:        27400 kB
KernelStack:        3520 kB
PageTables:         8560 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2719704 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1501184 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 55072 MiB
End job on node107 at 2018-07-23 06:26:45