Trace number 4293433

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.07 2474.43

General information on the benchmark

NameGracefulGraph/
GracefulGraph-K07-P02_c18.xml
MD5SUM9eecb1b3d8aa7dfc9df91bdaa7b8a2e7
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables119
Number of constraints51
Number of domains2
Minimum domain size49
Maximum domain size50
Distribution of domain sizes[{"size":49,"count":49},{"size":50,"count":14}]
Minimum variable degree0
Maximum variable degree8
Distribution of variable degrees[{"degree":0,"count":56},{"degree":2,"count":49},{"degree":8,"count":14}]
Minimum constraint arity3
Maximum constraint arity49
Distribution of constraint arities[{"arity":3,"count":49},{"arity":14,"count":1},{"arity":49,"count":1}]
Number of extensional constraints0
Number of intensional constraints49
Distribution of constraint types[{"type":"intension","count":49},{"type":"allDifferent","count":2}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4293433-1532318320/watcher-4293433-1532318320 -o /tmp/evaluation-result-4293433-1532318320/solver-4293433-1532318320 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532293810-5213 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=956471372 HOME/instance-4293433-1532318320.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=9623, runsolver pid=9620


[startup+0.101795 s]*
/proc/loadavg: 1.46 1.40 1.56 2/206 9680
/proc/meminfo: memFree=22672580/32770624 swapFree=67108860/67108860
[pid=9623] ppid=9620 vsize=9972712 memory=15488 CPUtime=0.09 cores=0,2,4,6
/proc/9623/stat : 9623 (java) S 9620 9623 5182 0 -1 1077944320 4006 12858 0 0 0 1 5 3 20 0 6 0 49395216 10212057088 3872 33554432000 4194304 4196468 140728903745072 140728903727616 139795720068855 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
/proc/9623/statm: 2493178 3872 1776 1 0 2481616 0
[pid=9623/tid=9676] ppid=9620 vsize=9972712 memory=4718545630382498451 CPUtime=0.08 cores=0,2,4,6
/proc/9623/task/9676/stat : 9676 (java) R 9620 9623 5182 0 -1 4202560 1961 12858 0 0 0 0 5 3 20 0 6 0 49395225 10212057088 4004 33554432000 4194304 4196468 140728903745072 139795691905616 139795720090781 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9677] ppid=9620 vsize=9972712 memory=5793855665491642809 CPUtime=0.08 cores=0,2,4,6
/proc/9623/task/9677/stat : 9677 (java) S 9620 9623 5182 0 -1 1077944384 1 12858 0 0 0 0 5 3 20 0 6 0 49395226 10212057088 4004 33554432000 4194304 4196468 140728903745072 139795724310800 139795720079061 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9678] ppid=9620 vsize=9972712 memory=140414481749632 CPUtime=0.08 cores=0,2,4,6
/proc/9623/task/9678/stat : 9678 (java) S 9620 9623 5182 0 -1 1077944384 1 12858 0 0 0 0 5 3 20 0 6 0 49395226 10212057088 4004 33554432000 4194304 4196468 140728903745072 139795623201168 139795720079061 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9679] ppid=9620 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9623/task/9679/stat : 9679 (java) S 9620 9623 5182 0 -1 1077944384 1 12858 0 0 0 0 5 3 20 0 6 0 49395226 10212057088 4004 33554432000 4194304 4196468 140728903745072 139795622148624 139795720079061 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9680] ppid=9620 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9623/task/9680/stat : 9680 (java) S 9620 9623 5182 0 -1 1077944384 2 12858 0 0 0 0 5 3 20 0 6 0 49395226 10212057088 4004 33554432000 4194304 4196468 140728903745072 139795621096080 139795720079061 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 15488 KiB

[startup+0.209864 s]*
/proc/loadavg: 1.46 1.40 1.56 4/215 9689
/proc/meminfo: memFree=22653300/32770624 swapFree=67108860/67108860
[pid=9623] ppid=9620 vsize=10818904 memory=40200 CPUtime=0.25 cores=0,2,4,6
/proc/9623/stat : 9623 (java) S 9620 9623 5182 0 -1 1077944320 7247 12858 0 0 16 1 5 3 20 0 15 0 49395216 11078557696 10050 33554432000 4194304 4196468 140728903745072 140728903727616 139795720068855 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
/proc/9623/statm: 2704726 10050 2948 1 0 2667149 0
[pid=9623/tid=9676] ppid=9620 vsize=10818904 memory=-2899909650764262549 CPUtime=0.18 cores=0,2,4,6
/proc/9623/task/9676/stat : 9676 (java) R 9620 9623 5182 0 -1 4202560 3802 12858 0 0 10 0 5 3 20 0 15 0 49395225 11078557696 10050 33554432000 4194304 4196468 140728903745072 139795691892488 139795703255681 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9677] ppid=9620 vsize=10818904 memory=4211974140686540170 CPUtime=0.08 cores=0,2,4,6
/proc/9623/task/9677/stat : 9677 (java) S 9620 9623 5182 0 -1 1077944384 1 12858 0 0 0 0 5 3 20 0 15 0 49395226 11078557696 10050 33554432000 4194304 4196468 140728903745072 139795724310800 139795720079061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9678] ppid=9620 vsize=10818904 memory=140414481749632 CPUtime=0.08 cores=0,2,4,6
/proc/9623/task/9678/stat : 9678 (java) S 9620 9623 5182 0 -1 1077944384 1 12858 0 0 0 0 5 3 20 0 15 0 49395226 11078557696 10050 33554432000 4194304 4196468 140728903745072 139795623201168 139795720079061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9679] ppid=9620 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9623/task/9679/stat : 9679 (java) S 9620 9623 5182 0 -1 1077944384 1 12858 0 0 0 0 5 3 20 0 15 0 49395226 11078557696 10050 33554432000 4194304 4196468 140728903745072 139795622148624 139795720079061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9680] ppid=9620 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9623/task/9680/stat : 9680 (java) S 9620 9623 5182 0 -1 1077944384 2 12858 0 0 0 0 5 3 20 0 15 0 49395226 11078557696 10050 33554432000 4194304 4196468 140728903745072 139795621096080 139795720079061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9681] ppid=9620 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9623/task/9681/stat : 9681 (java) S 9620 9623 5182 0 -1 1077944384 2 12858 0 0 0 0 5 3 20 0 15 0 49395228 11078557696 10050 33554432000 4194304 4196468 140728903745072 139795179002352 139795720080002 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9682] ppid=9620 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/9623/task/9682/stat : 9682 (java) S 9620 9623 5182 0 -1 1077944384 14 12858 0 0 0 0 5 3 20 0 15 0 49395228 11078557696 10050 33554432000 4194304 4196468 140728903745072 139794608809376 139795720079061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9683] ppid=9620 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9623/task/9683/stat : 9683 (java) S 9620 9623 5182 0 -1 1077944384 1 12858 0 0 0 0 5 3 20 0 15 0 49395229 11078557696 10050 33554432000 4194304 4196468 140728903745072 139794474591728 139795720079061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9684] ppid=9620 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9623/task/9684/stat : 9684 (java) S 9620 9623 5182 0 -1 1077944384 3 12858 0 0 0 0 5 3 20 0 15 0 49395231 11078557696 10050 33554432000 4194304 4196468 140728903745072 139794234301136 139795720087451 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9685] ppid=9620 vsize=10818904 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/9623/task/9685/stat : 9685 (java) S 9620 9623 5182 0 -1 1077944384 438 12858 0 0 1 0 5 3 20 0 15 0 49395231 11078557696 10050 33554432000 4194304 4196468 140728903745072 139795177949168 139795720080002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9686] ppid=9620 vsize=10818904 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/9623/task/9686/stat : 9686 (java) S 9620 9623 5182 0 -1 1077944384 192 12858 0 0 1 0 5 3 20 0 15 0 49395231 11078557696 10050 33554432000 4194304 4196468 140728903745072 139795176896624 139795720080002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9687] ppid=9620 vsize=10818904 memory=140414481749632 CPUtime=0.11 cores=0,2,4,6
/proc/9623/task/9687/stat : 9687 (java) S 9620 9623 5182 0 -1 1077944384 596 12858 0 0 3 0 5 3 20 0 15 0 49395231 11078557696 10050 33554432000 4194304 4196468 140728903745072 139795175844080 139795720080002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9688] ppid=9620 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/9623/task/9688/stat : 9688 (java) S 9620 9623 5182 0 -1 1077944384 3 12858 0 0 0 0 5 3 20 0 15 0 49395232 11078557696 10050 33554432000 4194304 4196468 140728903745072 139794200742496 139795720079061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9689] ppid=9620 vsize=10818904 memory=140414481749632 CPUtime=0.08 cores=0,2,4,6
/proc/9623/task/9689/stat : 9689 (java) S 9620 9623 5182 0 -1 1077944384 1 12858 0 0 0 0 5 3 20 0 15 0 49395232 11078557696 10050 33554432000 4194304 4196468 140728903745072 139795174791984 139795720080002 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 40200 KiB

[startup+0.310359 s]*
/proc/loadavg: 1.46 1.40 1.56 4/215 9689
/proc/meminfo: memFree=22640400/32770624 swapFree=67108860/67108860
[pid=9623] ppid=9620 vsize=10819352 memory=52056 CPUtime=0.38 cores=0,2,4,6
/proc/9623/stat : 9623 (java) S 9620 9623 5182 0 -1 1077944320 10125 12858 0 0 28 2 5 3 20 0 15 0 49395216 11079016448 13014 33554432000 4194304 4196468 140728903745072 140728903727616 139795720068855 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
/proc/9623/statm: 2704838 13014 3067 1 0 2667149 0
[pid=9623/tid=9676] ppid=9620 vsize=10819352 memory=8112282956445269571 CPUtime=0.28 cores=0,2,4,6
/proc/9623/task/9676/stat : 9676 (java) R 9620 9623 5182 0 -1 4202560 6811 12858 0 0 19 1 5 3 20 0 15 0 49395225 11079016448 13146 33554432000 4194304 4196468 140728903745072 139795691880864 139795700344683 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9677] ppid=9620 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9623/task/9677/stat : 9677 (java) S 9620 9623 5182 0 -1 1077944384 1 12858 0 0 0 0 5 3 20 0 15 0 49395226 11079016448 13212 33554432000 4194304 4196468 140728903745072 139795724310800 139795720079061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9678] ppid=9620 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9623/task/9678/stat : 9678 (java) S 9620 9623 5182 0 -1 1077944384 1 12858 0 0 0 0 5 3 20 0 15 0 49395226 11079016448 13212 33554432000 4194304 4196468 140728903745072 139795623201168 139795720079061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9679] ppid=9620 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9623/task/9679/stat : 9679 (java) S 9620 9623 5182 0 -1 1077944384 1 12858 0 0 0 0 5 3 20 0 15 0 49395226 11079016448 13212 33554432000 4194304 4196468 140728903745072 139795622148624 139795720079061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9680] ppid=9620 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/9623/task/9680/stat : 9680 (java) S 9620 9623 5182 0 -1 1077944384 2 12858 0 0 0 0 5 3 20 0 15 0 49395226 11079016448 13212 33554432000 4194304 4196468 140728903745072 139795621096080 139795720079061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9681] ppid=9620 vsize=10819352 memory=140414481749631 CPUtime=0.08 cores=0,2,4,6
/proc/9623/task/9681/stat : 9681 (java) S 9620 9623 5182 0 -1 1077944384 2 12858 0 0 0 0 5 3 20 0 15 0 49395228 11079016448 13212 33554432000 4194304 4196468 140728903745072 139795179002352 139795720080002 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9682] ppid=9620 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/9623/task/9682/stat : 9682 (java) S 9620 9623 5182 0 -1 1077944384 14 12858 0 0 0 0 5 3 20 0 15 0 49395228 11079016448 13212 33554432000 4194304 4196468 140728903745072 139794608809376 139795720079061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9683] ppid=9620 vsize=10819352 memory=140414481749632 CPUtime=0.08 cores=0,2,4,6
/proc/9623/task/9683/stat : 9683 (java) S 9620 9623 5182 0 -1 1077944384 1 12858 0 0 0 0 5 3 20 0 15 0 49395229 11079016448 13212 33554432000 4194304 4196468 140728903745072 139794474591728 139795720079061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9684] ppid=9620 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/9623/task/9684/stat : 9684 (java) S 9620 9623 5182 0 -1 1077944384 3 12858 0 0 0 0 5 3 20 0 15 0 49395231 11079016448 13212 33554432000 4194304 4196468 140728903745072 139794234301136 139795720087451 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9685] ppid=9620 vsize=10819352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/9623/task/9685/stat : 9685 (java) S 9620 9623 5182 0 -1 1077944384 441 12858 0 0 1 0 5 3 20 0 15 0 49395231 11079016448 13212 33554432000 4194304 4196468 140728903745072 139795177949168 139795720080002 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9686] ppid=9620 vsize=10819352 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/9623/task/9686/stat : 9686 (java) S 9620 9623 5182 0 -1 1077944384 193 12858 0 0 1 0 5 3 20 0 15 0 49395231 11079016448 13212 33554432000 4194304 4196468 140728903745072 139795176896624 139795720080002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9687] ppid=9620 vsize=10819352 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/9623/task/9687/stat : 9687 (java) S 9620 9623 5182 0 -1 1077944384 603 12858 0 0 5 0 5 3 20 0 15 0 49395231 11079016448 13212 33554432000 4194304 4196468 140728903745072 139795175844080 139795720080002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9688] ppid=9620 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9623/task/9688/stat : 9688 (java) S 9620 9623 5182 0 -1 1077944384 3 12858 0 0 0 0 5 3 20 0 15 0 49395232 11079016448 13212 33554432000 4194304 4196468 140728903745072 139794200742496 139795720079061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9689] ppid=9620 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9623/task/9689/stat : 9689 (java) S 9620 9623 5182 0 -1 1077944384 1 12858 0 0 0 0 5 3 20 0 15 0 49395232 11079016448 13278 33554432000 4194304 4196468 140728903745072 139795174791984 139795720080002 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 52056 KiB

[startup+0.700844 s]
/proc/loadavg: 1.46 1.40 1.56 3/215 9689
/proc/meminfo: memFree=22628244/32770624 swapFree=67108860/67108860
[pid=9623] ppid=9620 vsize=10819352 memory=86296 CPUtime=0.99 cores=0,2,4,6
/proc/9623/stat : 9623 (java) S 9620 9623 5182 0 -1 1077944320 16750 12858 0 0 88 3 5 3 20 0 15 0 49395216 11079016448 21574 33554432000 4194304 4196468 140728903745072 140728903727616 139795720068855 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
/proc/9623/statm: 2704838 21574 3236 1 0 2667149 0
[pid=9623/tid=9676] ppid=9620 vsize=10819352 memory=16156 CPUtime=0.66 cores=0,2,4,6
/proc/9623/task/9676/stat : 9676 (java) R 9620 9623 5182 0 -1 4202560 12160 12858 0 0 56 2 5 3 20 0 15 0 49395225 11079016448 21574 33554432000 4194304 4196468 140728903745072 139795691891856 139795720090781 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9677] ppid=9620 vsize=10819352 memory=4580 CPUtime=0.08 cores=0,2,4,6
/proc/9623/task/9677/stat : 9677 (java) S 9620 9623 5182 0 -1 1077944384 1 12858 0 0 0 0 5 3 20 0 15 0 49395226 11079016448 21574 33554432000 4194304 4196468 140728903745072 139795724310800 139795720079061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9678] ppid=9620 vsize=10819352 memory=140414359478771 CPUtime=0.08 cores=0,2,4,6
/proc/9623/task/9678/stat : 9678 (java) S 9620 9623 5182 0 -1 1077944384 1 12858 0 0 0 0 5 3 20 0 15 0 49395226 11079016448 21574 33554432000 4194304 4196468 140728903745072 139795623201168 139795720079061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9679] ppid=9620 vsize=10819352 memory=140415365809021 CPUtime=0.08 cores=0,2,4,6
/proc/9623/task/9679/stat : 9679 (java) S 9620 9623 5182 0 -1 1077944384 1 12858 0 0 0 0 5 3 20 0 15 0 49395226 11079016448 21574 33554432000 4194304 4196468 140728903745072 139795622148624 139795720079061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9680] ppid=9620 vsize=10819352 memory=644 CPUtime=0.08 cores=0,2,4,6
/proc/9623/task/9680/stat : 9680 (java) S 9620 9623 5182 0 -1 1077944384 2 12858 0 0 0 0 5 3 20 0 15 0 49395226 11079016448 21574 33554432000 4194304 4196468 140728903745072 139795621096080 139795720079061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9681] ppid=9620 vsize=10819352 memory=7305218370954356569 CPUtime=0.08 cores=0,2,4,6
/proc/9623/task/9681/stat : 9681 (java) S 9620 9623 5182 0 -1 1077944384 5 12858 0 0 0 0 5 3 20 0 15 0 49395228 11079016448 21574 33554432000 4194304 4196468 140728903745072 139795179002352 139795720080002 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9682] ppid=9620 vsize=10819352 memory=7739276948478388840 CPUtime=0.08 cores=0,2,4,6
/proc/9623/task/9682/stat : 9682 (java) S 9620 9623 5182 0 -1 1077944384 14 12858 0 0 0 0 5 3 20 0 15 0 49395228 11079016448 21574 33554432000 4194304 4196468 140728903745072 139794608809376 139795720079061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9683] ppid=9620 vsize=10819352 memory=5787218246971642213 CPUtime=0.08 cores=0,2,4,6
/proc/9623/task/9683/stat : 9683 (java) S 9620 9623 5182 0 -1 1077944384 1 12858 0 0 0 0 5 3 20 0 15 0 49395229 11079016448 21574 33554432000 4194304 4196468 140728903745072 139794474591728 139795720079061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9684] ppid=9620 vsize=10819352 memory=8514726395715218844 CPUtime=0.08 cores=0,2,4,6
/proc/9623/task/9684/stat : 9684 (java) S 9620 9623 5182 0 -1 1077944384 3 12858 0 0 0 0 5 3 20 0 15 0 49395231 11079016448 21574 33554432000 4194304 4196468 140728903745072 139794234301136 139795720087451 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9685] ppid=9620 vsize=10819352 memory=8326441112149131695 CPUtime=0.18 cores=0,2,4,6
/proc/9623/task/9685/stat : 9685 (java) S 9620 9623 5182 0 -1 1077944384 1110 12858 0 0 10 0 5 3 20 0 15 0 49395231 11079016448 21574 33554432000 4194304 4196468 140728903745072 139795177949168 139795720080002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9686] ppid=9620 vsize=10819352 memory=-7025452035940392864 CPUtime=0.15 cores=0,2,4,6
/proc/9623/task/9686/stat : 9686 (java) S 9620 9623 5182 0 -1 1077944384 583 12858 0 0 7 0 5 3 20 0 15 0 49395231 11079016448 21574 33554432000 4194304 4196468 140728903745072 139795176896624 139795720080002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9687] ppid=9620 vsize=10819352 memory=6944656592452807326 CPUtime=0.21 cores=0,2,4,6
/proc/9623/task/9687/stat : 9687 (java) S 9620 9623 5182 0 -1 1077944384 675 12858 0 0 13 0 5 3 20 0 15 0 49395231 11079016448 21574 33554432000 4194304 4196468 140728903745072 139795175844080 139795720080002 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9688] ppid=9620 vsize=10819352 memory=-9178176116494409632 CPUtime=0.08 cores=0,2,4,6
/proc/9623/task/9688/stat : 9688 (java) S 9620 9623 5182 0 -1 1077944384 3 12858 0 0 0 0 5 3 20 0 15 0 49395232 11079016448 21574 33554432000 4194304 4196468 140728903745072 139794200742496 139795720079061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9689] ppid=9620 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9623/task/9689/stat : 9689 (java) S 9620 9623 5182 0 -1 1077944384 1 12858 0 0 0 0 5 3 20 0 15 0 49395232 11079016448 21574 33554432000 4194304 4196468 140728903745072 139795174791984 139795720080002 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86296 KiB

[startup+1.50246 s]
/proc/loadavg: 1.46 1.40 1.56 3/215 9689
/proc/meminfo: memFree=22584412/32770624 swapFree=67108860/67108860
[pid=9623] ppid=9620 vsize=10834252 memory=177700 CPUtime=2.27 cores=0,2,4,6
/proc/9623/stat : 9623 (java) S 9620 9623 5182 0 -1 1077944320 24154 12858 0 0 211 8 5 3 20 0 15 0 49395216 11094274048 44425 33554432000 4194304 4196468 140728903745072 140728903727616 139795720068855 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
/proc/9623/statm: 2708563 44425 3469 1 0 2670221 0
[pid=9623/tid=9676] ppid=9620 vsize=10834252 memory=0 CPUtime=1.43 cores=0,2,4,6
/proc/9623/task/9676/stat : 9676 (java) R 9620 9623 5182 0 -1 4202560 17975 12858 0 0 130 5 5 3 20 0 15 0 49395225 11094274048 44425 33554432000 4194304 4196468 140728903745072 139795691879472 139795705437054 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9677] ppid=9620 vsize=10834252 memory=100208 CPUtime=0.09 cores=0,2,4,6
/proc/9623/task/9677/stat : 9677 (java) S 9620 9623 5182 0 -1 1077944384 265 12858 0 0 1 0 5 3 20 0 15 0 49395226 11094274048 44425 33554432000 4194304 4196468 140728903745072 139795724310800 139795720079061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9678] ppid=9620 vsize=10834252 memory=5790086053191909267 CPUtime=0.09 cores=0,2,4,6
/proc/9623/task/9678/stat : 9678 (java) S 9620 9623 5182 0 -1 1077944384 21 12858 0 0 1 0 5 3 20 0 15 0 49395226 11094274048 44425 33554432000 4194304 4196468 140728903745072 139795623201168 139795720079061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9679] ppid=9620 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9623/task/9679/stat : 9679 (java) S 9620 9623 5182 0 -1 1077944384 33 12858 0 0 0 0 5 3 20 0 15 0 49395226 11094274048 44425 33554432000 4194304 4196468 140728903745072 139795622148624 139795720079061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9680] ppid=9620 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/9623/task/9680/stat : 9680 (java) S 9620 9623 5182 0 -1 1077944384 78 12858 0 0 1 0 5 3 20 0 15 0 49395226 11094274048 44425 33554432000 4194304 4196468 140728903745072 139795621096080 139795720079061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9681] ppid=9620 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/9623/task/9681/stat : 9681 (java) S 9620 9623 5182 0 -1 1077944384 53 12858 0 0 1 0 5 3 20 0 15 0 49395228 11094274048 44425 33554432000 4194304 4196468 140728903745072 139795179002352 139795720080002 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9682] ppid=9620 vsize=10834252 memory=-6221781267475802396 CPUtime=0.08 cores=0,2,4,6
/proc/9623/task/9682/stat : 9682 (java) S 9620 9623 5182 0 -1 1077944384 15 12858 0 0 0 0 5 3 20 0 15 0 49395228 11094274048 44425 33554432000 4194304 4196468 140728903745072 139794608809440 139795720079061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9683] ppid=9620 vsize=10834252 memory=4128 CPUtime=0.08 cores=0,2,4,6
/proc/9623/task/9683/stat : 9683 (java) S 9620 9623 5182 0 -1 1077944384 2 12858 0 0 0 0 5 3 20 0 15 0 49395229 11094274048 44425 33554432000 4194304 4196468 140728903745072 139794474591728 139795720079061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9684] ppid=9620 vsize=10834252 memory=2200 CPUtime=0.08 cores=0,2,4,6
/proc/9623/task/9684/stat : 9684 (java) S 9620 9623 5182 0 -1 1077944384 3 12858 0 0 0 0 5 3 20 0 15 0 49395231 11094274048 44425 33554432000 4194304 4196468 140728903745072 139794234301136 139795720087451 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9685] ppid=9620 vsize=10834252 memory=0 CPUtime=0.3 cores=0,2,4,6
/proc/9623/task/9685/stat : 9685 (java) S 9620 9623 5182 0 -1 1077944384 1541 12858 0 0 22 0 5 3 20 0 15 0 49395231 11094274048 44425 33554432000 4194304 4196468 140728903745072 139795177949168 139795720080002 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9686] ppid=9620 vsize=10834252 memory=181993937624048 CPUtime=0.27 cores=0,2,4,6
/proc/9623/task/9686/stat : 9686 (java) S 9620 9623 5182 0 -1 1077944384 841 12858 0 0 19 0 5 3 20 0 15 0 49395231 11094274048 44425 33554432000 4194304 4196468 140728903745072 139795176896624 139795720080002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9687] ppid=9620 vsize=10834252 memory=267442 CPUtime=0.39 cores=0,2,4,6
/proc/9623/task/9687/stat : 9687 (java) S 9620 9623 5182 0 -1 1077944384 1133 12858 0 0 31 0 5 3 20 0 15 0 49395231 11094274048 44425 33554432000 4194304 4196468 140728903745072 139795175844080 139795720080002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9688] ppid=9620 vsize=10834252 memory=4638778398332768848 CPUtime=0.08 cores=0,2,4,6
/proc/9623/task/9688/stat : 9688 (java) S 9620 9623 5182 0 -1 1077944384 3 12858 0 0 0 0 5 3 20 0 15 0 49395232 11094274048 44425 33554432000 4194304 4196468 140728903745072 139794200742496 139795720079061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9689] ppid=9620 vsize=10834252 memory=6935649255759568960 CPUtime=0.08 cores=0,2,4,6
/proc/9623/task/9689/stat : 9689 (java) S 9620 9623 5182 0 -1 1077944384 1 12858 0 0 0 0 5 3 20 0 15 0 49395232 11094274048 44425 33554432000 4194304 4196468 140728903745072 139795174791984 139795720080002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
Current children cumulated CPU time: 2.27 s
Current children cumulated vsize: 10834252 KiB

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

/proc/9623/task/9676/stat : 9676 (java) R 9620 9623 5182 0 -1 4202560 78118 12858 0 0 229606 46 5 3 20 0 15 0 49395225 11176083456 217087 33554432000 4194304 4196468 140728903745072 139795691902272 139795309137616 0 4 0 16800975 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9677] ppid=9620 vsize=10914144 memory=868348 CPUtime=12.71 cores=0,2,4,6
/proc/9623/task/9677/stat : 9677 (java) S 9620 9623 5182 0 -1 1077944384 11914 12858 0 0 1207 56 5 3 20 0 15 0 49395226 11176083456 217087 33554432000 4194304 4196468 140728903745072 139795724310800 139795720079061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9678] ppid=9620 vsize=10914144 memory=868348 CPUtime=12.71 cores=0,2,4,6
/proc/9623/task/9678/stat : 9678 (java) S 9620 9623 5182 0 -1 1077944384 10046 12858 0 0 1204 59 5 3 20 0 15 0 49395226 11176083456 217087 33554432000 4194304 4196468 140728903745072 139795623201168 139795720079061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9679] ppid=9620 vsize=10914144 memory=868348 CPUtime=12.72 cores=0,2,4,6
/proc/9623/task/9679/stat : 9679 (java) S 9620 9623 5182 0 -1 1077944384 14571 12858 0 0 1212 52 5 3 20 0 15 0 49395226 11176083456 217087 33554432000 4194304 4196468 140728903745072 139795622148624 139795720079061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9680] ppid=9620 vsize=10914144 memory=868348 CPUtime=12.69 cores=0,2,4,6
/proc/9623/task/9680/stat : 9680 (java) S 9620 9623 5182 0 -1 1077944384 18911 12858 0 0 1207 54 5 3 20 0 15 0 49395226 11176083456 217087 33554432000 4194304 4196468 140728903745072 139795621096080 139795720079061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9681] ppid=9620 vsize=10914144 memory=868348 CPUtime=9.76 cores=0,2,4,6
/proc/9623/task/9681/stat : 9681 (java) S 9620 9623 5182 0 -1 1077944384 12276 12858 0 0 921 47 5 3 20 0 15 0 49395228 11176083456 217087 33554432000 4194304 4196468 140728903745072 139795179002352 139795720080002 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9682] ppid=9620 vsize=10914144 memory=868348 CPUtime=0.08 cores=0,2,4,6
/proc/9623/task/9682/stat : 9682 (java) S 9620 9623 5182 0 -1 1077944384 20 12858 0 0 0 0 5 3 20 0 15 0 49395228 11176083456 217087 33554432000 4194304 4196468 140728903745072 139794608809440 139795720079061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9683] ppid=9620 vsize=10914144 memory=868348 CPUtime=0.08 cores=0,2,4,6
/proc/9623/task/9683/stat : 9683 (java) S 9620 9623 5182 0 -1 1077944384 6 12858 0 0 0 0 5 3 20 0 15 0 49395229 11176083456 217087 33554432000 4194304 4196468 140728903745072 139794474591744 139795720079061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9684] ppid=9620 vsize=10914144 memory=868348 CPUtime=0.08 cores=0,2,4,6
/proc/9623/task/9684/stat : 9684 (java) S 9620 9623 5182 0 -1 1077944384 3 12858 0 0 0 0 5 3 20 0 15 0 49395231 11176083456 217087 33554432000 4194304 4196468 140728903745072 139794234301136 139795720087451 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9685] ppid=9620 vsize=10914144 memory=8 CPUtime=2.83 cores=0,2,4,6
/proc/9623/task/9685/stat : 9685 (java) S 9620 9623 5182 0 -1 1077944384 17933 12858 0 0 272 3 5 3 20 0 15 0 49395231 11176083456 217087 33554432000 4194304 4196468 140728903745072 139795177949168 139795720080002 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9686] ppid=9620 vsize=10914144 memory=870404 CPUtime=2.71 cores=0,2,4,6
/proc/9623/task/9686/stat : 9686 (java) S 9620 9623 5182 0 -1 1077944384 22506 12858 0 0 260 3 5 3 20 0 15 0 49395231 11176083456 217087 33554432000 4194304 4196468 140728903745072 139795176896624 139795720080002 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9687] ppid=9620 vsize=10914144 memory=868348 CPUtime=1.61 cores=0,2,4,6
/proc/9623/task/9687/stat : 9687 (java) S 9620 9623 5182 0 -1 1077944384 14009 12858 0 0 149 4 5 3 20 0 15 0 49395231 11176083456 217087 33554432000 4194304 4196468 140728903745072 139795175844080 139795720080002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9688] ppid=9620 vsize=10914144 memory=868348 CPUtime=0.08 cores=0,2,4,6
/proc/9623/task/9688/stat : 9688 (java) S 9620 9623 5182 0 -1 1077944384 3 12858 0 0 0 0 5 3 20 0 15 0 49395232 11176083456 217087 33554432000 4194304 4196468 140728903745072 139794200742496 139795720079061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9689] ppid=9620 vsize=10914144 memory=868348 CPUtime=1.52 cores=0,2,4,6
/proc/9623/task/9689/stat : 9689 (java) S 9620 9623 5182 0 -1 1077944384 1250 12858 0 0 67 77 5 3 20 0 15 0 49395232 11176083456 217087 33554432000 4194304 4196468 140728903745072 139795174791984 139795720080002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
Current children cumulated CPU time: 2365.25 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 868348 KiB

[startup+2382.3 s]
/proc/loadavg: 1.21 1.46 1.44 3/215 10290
/proc/meminfo: memFree=20054208/32770624 swapFree=67108860/67108860
[pid=9623] ppid=9620 vsize=10914144 memory=872444 CPUtime=2426.34 cores=0,2,4,6
/proc/9623/stat : 9623 (java) S 9620 9623 5182 0 -1 1077944320 205529 12858 0 0 242276 350 5 3 20 0 15 0 49395216 11176083456 218111 33554432000 4194304 4196468 140728903745072 140728903727616 139795720068855 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
/proc/9623/statm: 2728536 218111 3518 1 0 2690189 0
[pid=9623/tid=9676] ppid=9620 vsize=10914144 memory=872444 CPUtime=2355.92 cores=0,2,4,6
/proc/9623/task/9676/stat : 9676 (java) R 9620 9623 5182 0 -1 4202560 78746 12858 0 0 235537 47 5 3 20 0 15 0 49395225 11176083456 218111 33554432000 4194304 4196468 140728903745072 139795691902208 139795309084912 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9677] ppid=9620 vsize=10914144 memory=872444 CPUtime=13.07 cores=0,2,4,6
/proc/9623/task/9677/stat : 9677 (java) S 9620 9623 5182 0 -1 1077944384 12354 12858 0 0 1242 57 5 3 20 0 15 0 49395226 11176083456 218111 33554432000 4194304 4196468 140728903745072 139795724310800 139795720079061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9678] ppid=9620 vsize=10914144 memory=872444 CPUtime=13.09 cores=0,2,4,6
/proc/9623/task/9678/stat : 9678 (java) S 9620 9623 5182 0 -1 1077944384 10108 12858 0 0 1241 60 5 3 20 0 15 0 49395226 11176083456 218111 33554432000 4194304 4196468 140728903745072 139795623201168 139795720079061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9679] ppid=9620 vsize=10914144 memory=872444 CPUtime=13.08 cores=0,2,4,6
/proc/9623/task/9679/stat : 9679 (java) S 9620 9623 5182 0 -1 1077944384 14793 12858 0 0 1247 53 5 3 20 0 15 0 49395226 11176083456 218111 33554432000 4194304 4196468 140728903745072 139795622148624 139795720079061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9680] ppid=9620 vsize=10914144 memory=872444 CPUtime=13.07 cores=0,2,4,6
/proc/9623/task/9680/stat : 9680 (java) S 9620 9623 5182 0 -1 1077944384 19114 12858 0 0 1243 56 5 3 20 0 15 0 49395226 11176083456 218111 33554432000 4194304 4196468 140728903745072 139795621096080 139795720079061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9681] ppid=9620 vsize=10914144 memory=872444 CPUtime=10.01 cores=0,2,4,6
/proc/9623/task/9681/stat : 9681 (java) S 9620 9623 5182 0 -1 1077944384 12470 12858 0 0 944 49 5 3 20 0 15 0 49395228 11176083456 218111 33554432000 4194304 4196468 140728903745072 139795179002352 139795720080002 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9682] ppid=9620 vsize=10914144 memory=872444 CPUtime=0.08 cores=0,2,4,6
/proc/9623/task/9682/stat : 9682 (java) S 9620 9623 5182 0 -1 1077944384 20 12858 0 0 0 0 5 3 20 0 15 0 49395228 11176083456 218111 33554432000 4194304 4196468 140728903745072 139794608809440 139795720079061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9683] ppid=9620 vsize=10914144 memory=16212 CPUtime=0.08 cores=0,2,4,6
/proc/9623/task/9683/stat : 9683 (java) S 9620 9623 5182 0 -1 1077944384 6 12858 0 0 0 0 5 3 20 0 15 0 49395229 11176083456 218111 33554432000 4194304 4196468 140728903745072 139794474591744 139795720079061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9684] ppid=9620 vsize=10914144 memory=872444 CPUtime=0.08 cores=0,2,4,6
/proc/9623/task/9684/stat : 9684 (java) S 9620 9623 5182 0 -1 1077944384 3 12858 0 0 0 0 5 3 20 0 15 0 49395231 11176083456 218111 33554432000 4194304 4196468 140728903745072 139794234301136 139795720087451 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9685] ppid=9620 vsize=10914144 memory=872444 CPUtime=2.83 cores=0,2,4,6
/proc/9623/task/9685/stat : 9685 (java) S 9620 9623 5182 0 -1 1077944384 17935 12858 0 0 272 3 5 3 20 0 15 0 49395231 11176083456 218111 33554432000 4194304 4196468 140728903745072 139795177949168 139795720080002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9686] ppid=9620 vsize=10914144 memory=0 CPUtime=2.71 cores=0,2,4,6
/proc/9623/task/9686/stat : 9686 (java) S 9620 9623 5182 0 -1 1077944384 22508 12858 0 0 260 3 5 3 20 0 15 0 49395231 11176083456 218111 33554432000 4194304 4196468 140728903745072 139795176896624 139795720080002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9687] ppid=9620 vsize=10914144 memory=6153985686025819747 CPUtime=1.61 cores=0,2,4,6
/proc/9623/task/9687/stat : 9687 (java) S 9620 9623 5182 0 -1 1077944384 14011 12858 0 0 149 4 5 3 20 0 15 0 49395231 11176083456 218111 33554432000 4194304 4196468 140728903745072 139795175844080 139795720080002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9688] ppid=9620 vsize=10914144 memory=2340 CPUtime=0.08 cores=0,2,4,6
/proc/9623/task/9688/stat : 9688 (java) S 9620 9623 5182 0 -1 1077944384 3 12858 0 0 0 0 5 3 20 0 15 0 49395232 11176083456 218111 33554432000 4194304 4196468 140728903745072 139794200742496 139795720079061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9689] ppid=9620 vsize=10914144 memory=1568 CPUtime=1.56 cores=0,2,4,6
/proc/9623/task/9689/stat : 9689 (java) S 9620 9623 5182 0 -1 1077944384 1268 12858 0 0 69 79 5 3 20 0 15 0 49395232 11176083456 218111 33554432000 4194304 4196468 140728903745072 139795174791984 139795720080002 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
Current children cumulated CPU time: 2426.34 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 872444 KiB

[startup+2442.3 s]
/proc/loadavg: 1.45 1.48 1.45 3/215 10291
/proc/meminfo: memFree=19717108/32770624 swapFree=67108860/67108860
[pid=9623] ppid=9620 vsize=10914144 memory=876540 CPUtime=2487.38 cores=0,2,4,6
/proc/9623/stat : 9623 (java) S 9620 9623 5182 0 -1 1077944320 207272 12858 0 0 248372 358 5 3 20 0 15 0 49395216 11176083456 219135 33554432000 4194304 4196468 140728903745072 140728903727616 139795720068855 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
/proc/9623/statm: 2728536 219135 3518 1 0 2690189 0
[pid=9623/tid=9676] ppid=9620 vsize=10914144 memory=874492 CPUtime=2415.25 cores=0,2,4,6
/proc/9623/task/9676/stat : 9676 (java) R 9620 9623 5182 0 -1 4202560 79408 12858 0 0 241469 48 5 3 20 0 15 0 49395225 11176083456 219135 33554432000 4194304 4196468 140728903745072 139795691902464 139795309084485 0 4 0 16800975 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9677] ppid=9620 vsize=10914144 memory=874492 CPUtime=13.43 cores=0,2,4,6
/proc/9623/task/9677/stat : 9677 (java) S 9620 9623 5182 0 -1 1077944384 12769 12858 0 0 1276 59 5 3 20 0 15 0 49395226 11176083456 219135 33554432000 4194304 4196468 140728903745072 139795724310800 139795720079061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9678] ppid=9620 vsize=10914144 memory=876540 CPUtime=13.45 cores=0,2,4,6
/proc/9623/task/9678/stat : 9678 (java) S 9620 9623 5182 0 -1 1077944384 10239 12858 0 0 1276 61 5 3 20 0 15 0 49395226 11176083456 219135 33554432000 4194304 4196468 140728903745072 139795623201168 139795720079061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9679] ppid=9620 vsize=10914144 memory=876540 CPUtime=13.44 cores=0,2,4,6
/proc/9623/task/9679/stat : 9679 (java) S 9620 9623 5182 0 -1 1077944384 14857 12858 0 0 1282 54 5 3 20 0 15 0 49395226 11176083456 219135 33554432000 4194304 4196468 140728903745072 139795622148624 139795720079061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9680] ppid=9620 vsize=10914144 memory=876540 CPUtime=13.42 cores=0,2,4,6
/proc/9623/task/9680/stat : 9680 (java) S 9620 9623 5182 0 -1 1077944384 19372 12858 0 0 1277 57 5 3 20 0 15 0 49395226 11176083456 219135 33554432000 4194304 4196468 140728903745072 139795621096080 139795720079061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9681] ppid=9620 vsize=10914144 memory=876540 CPUtime=10.24 cores=0,2,4,6
/proc/9623/task/9681/stat : 9681 (java) S 9620 9623 5182 0 -1 1077944384 12657 12858 0 0 966 50 5 3 20 0 15 0 49395228 11176083456 219135 33554432000 4194304 4196468 140728903745072 139795179002352 139795720080002 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9682] ppid=9620 vsize=10914144 memory=876540 CPUtime=0.08 cores=0,2,4,6
/proc/9623/task/9682/stat : 9682 (java) S 9620 9623 5182 0 -1 1077944384 20 12858 0 0 0 0 5 3 20 0 15 0 49395228 11176083456 219135 33554432000 4194304 4196468 140728903745072 139794608809440 139795720079061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9683] ppid=9620 vsize=10914144 memory=876540 CPUtime=0.08 cores=0,2,4,6
/proc/9623/task/9683/stat : 9683 (java) S 9620 9623 5182 0 -1 1077944384 6 12858 0 0 0 0 5 3 20 0 15 0 49395229 11176083456 219135 33554432000 4194304 4196468 140728903745072 139794474591744 139795720079061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9684] ppid=9620 vsize=10914144 memory=876540 CPUtime=0.08 cores=0,2,4,6
/proc/9623/task/9684/stat : 9684 (java) S 9620 9623 5182 0 -1 1077944384 3 12858 0 0 0 0 5 3 20 0 15 0 49395231 11176083456 219135 33554432000 4194304 4196468 140728903745072 139794234301136 139795720087451 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9685] ppid=9620 vsize=10914144 memory=263 CPUtime=2.83 cores=0,2,4,6
/proc/9623/task/9685/stat : 9685 (java) S 9620 9623 5182 0 -1 1077944384 17938 12858 0 0 272 3 5 3 20 0 15 0 49395231 11176083456 219135 33554432000 4194304 4196468 140728903745072 139795177949168 139795720080002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9686] ppid=9620 vsize=10914144 memory=16212 CPUtime=2.71 cores=0,2,4,6
/proc/9623/task/9686/stat : 9686 (java) S 9620 9623 5182 0 -1 1077944384 22510 12858 0 0 260 3 5 3 20 0 15 0 49395231 11176083456 219135 33554432000 4194304 4196468 140728903745072 139795176896624 139795720080002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9687] ppid=9620 vsize=10914144 memory=1296 CPUtime=1.61 cores=0,2,4,6
/proc/9623/task/9687/stat : 9687 (java) S 9620 9623 5182 0 -1 1077944384 14014 12858 0 0 149 4 5 3 20 0 15 0 49395231 11176083456 219135 33554432000 4194304 4196468 140728903745072 139795175844080 139795720080002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9688] ppid=9620 vsize=10914144 memory=876540 CPUtime=0.08 cores=0,2,4,6
/proc/9623/task/9688/stat : 9688 (java) S 9620 9623 5182 0 -1 1077944384 3 12858 0 0 0 0 5 3 20 0 15 0 49395232 11176083456 219135 33554432000 4194304 4196468 140728903745072 139794200742496 139795720079061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9689] ppid=9620 vsize=10914144 memory=4616 CPUtime=1.6 cores=0,2,4,6
/proc/9623/task/9689/stat : 9689 (java) S 9620 9623 5182 0 -1 1077944384 1286 12858 0 0 71 81 5 3 20 0 15 0 49395232 11176083456 219135 33554432000 4194304 4196468 140728903745072 139795174791984 139795720080002 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
Current children cumulated CPU time: 2487.38 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 876540 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2474.4 s]
/proc/loadavg: 1.57 1.51 1.46 3/215 10292
/proc/meminfo: memFree=19572876/32770624 swapFree=67108860/67108860
[pid=9623] ppid=9620 vsize=10914144 memory=876540 CPUtime=2520.03 cores=0,2,4,6
/proc/9623/stat : 9623 (java) S 9620 9623 5182 0 -1 1077944320 207663 12858 0 0 251633 362 5 3 20 0 15 0 49395216 11176083456 219135 33554432000 4194304 4196468 140728903745072 140728903727616 139795720068855 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
/proc/9623/statm: 2728536 219135 3518 1 0 2690189 0
[pid=9623/tid=9676] ppid=9620 vsize=10914144 memory=876540 CPUtime=2446.99 cores=0,2,4,6
/proc/9623/task/9676/stat : 9676 (java) R 9620 9623 5182 0 -1 4202560 79622 12858 0 0 244643 48 5 3 20 0 15 0 49395225 11176083456 219135 33554432000 4194304 4196468 140728903745072 139795691902160 139795303785542 0 4 0 16800975 0 0 0 -1 6 0 0 2 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9677] ppid=9620 vsize=10914144 memory=1008 CPUtime=13.62 cores=0,2,4,6
/proc/9623/task/9677/stat : 9677 (java) S 9620 9623 5182 0 -1 1077944384 12841 12858 0 0 1294 60 5 3 20 0 15 0 49395226 11176083456 219135 33554432000 4194304 4196468 140728903745072 139795724310800 139795720079061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9678] ppid=9620 vsize=10914144 memory=8112282956445269571 CPUtime=13.65 cores=0,2,4,6
/proc/9623/task/9678/stat : 9678 (java) S 9620 9623 5182 0 -1 1077944384 10241 12858 0 0 1295 62 5 3 20 0 15 0 49395226 11176083456 219135 33554432000 4194304 4196468 140728903745072 139795623201168 139795720079061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9679] ppid=9620 vsize=10914144 memory=4012 CPUtime=13.63 cores=0,2,4,6
/proc/9623/task/9679/stat : 9679 (java) S 9620 9623 5182 0 -1 1077944384 14901 12858 0 0 1300 55 5 3 20 0 15 0 49395226 11176083456 219135 33554432000 4194304 4196468 140728903745072 139795622148624 139795720079061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9680] ppid=9620 vsize=10914144 memory=9876 CPUtime=13.62 cores=0,2,4,6
/proc/9623/task/9680/stat : 9680 (java) S 9620 9623 5182 0 -1 1077944384 19424 12858 0 0 1296 58 5 3 20 0 15 0 49395226 11176083456 219135 33554432000 4194304 4196468 140728903745072 139795621096080 139795720079061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9681] ppid=9620 vsize=10914144 memory=18484 CPUtime=10.36 cores=0,2,4,6
/proc/9623/task/9681/stat : 9681 (java) S 9620 9623 5182 0 -1 1077944384 12662 12858 0 0 977 51 5 3 20 0 15 0 49395228 11176083456 219135 33554432000 4194304 4196468 140728903745072 139795179002352 139795720080002 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9682] ppid=9620 vsize=10914144 memory=644 CPUtime=0.08 cores=0,2,4,6
/proc/9623/task/9682/stat : 9682 (java) S 9620 9623 5182 0 -1 1077944384 20 12858 0 0 0 0 5 3 20 0 15 0 49395228 11176083456 219135 33554432000 4194304 4196468 140728903745072 139794608809440 139795720079061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9683] ppid=9620 vsize=10914144 memory=18484 CPUtime=0.08 cores=0,2,4,6
/proc/9623/task/9683/stat : 9683 (java) S 9620 9623 5182 0 -1 1077944384 6 12858 0 0 0 0 5 3 20 0 15 0 49395229 11176083456 219135 33554432000 4194304 4196468 140728903745072 139794474591744 139795720079061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9684] ppid=9620 vsize=10914144 memory=644 CPUtime=0.08 cores=0,2,4,6
/proc/9623/task/9684/stat : 9684 (java) S 9620 9623 5182 0 -1 1077944384 3 12858 0 0 0 0 5 3 20 0 15 0 49395231 11176083456 219135 33554432000 4194304 4196468 140728903745072 139794234301136 139795720087451 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9685] ppid=9620 vsize=10914144 memory=1788 CPUtime=2.83 cores=0,2,4,6
/proc/9623/task/9685/stat : 9685 (java) S 9620 9623 5182 0 -1 1077944384 17938 12858 0 0 272 3 5 3 20 0 15 0 49395231 11176083456 219135 33554432000 4194304 4196468 140728903745072 139795177949168 139795720080002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9686] ppid=9620 vsize=10914144 memory=952 CPUtime=2.71 cores=0,2,4,6
/proc/9623/task/9686/stat : 9686 (java) S 9620 9623 5182 0 -1 1077944384 22510 12858 0 0 260 3 5 3 20 0 15 0 49395231 11176083456 219135 33554432000 4194304 4196468 140728903745072 139795176896624 139795720080002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9687] ppid=9620 vsize=10914144 memory=1240 CPUtime=1.61 cores=0,2,4,6
/proc/9623/task/9687/stat : 9687 (java) S 9620 9623 5182 0 -1 1077944384 14014 12858 0 0 149 4 5 3 20 0 15 0 49395231 11176083456 219135 33554432000 4194304 4196468 140728903745072 139795175844080 139795720080002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9688] ppid=9620 vsize=10914144 memory=876540 CPUtime=0.08 cores=0,2,4,6
/proc/9623/task/9688/stat : 9688 (java) S 9620 9623 5182 0 -1 1077944384 3 12858 0 0 0 0 5 3 20 0 15 0 49395232 11176083456 219135 33554432000 4194304 4196468 140728903745072 139794200742496 139795720079061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
[pid=9623/tid=9689] ppid=9620 vsize=10914144 memory=876540 CPUtime=1.62 cores=0,2,4,6
/proc/9623/task/9689/stat : 9689 (java) S 9620 9623 5182 0 -1 1077944384 1288 12858 0 0 72 82 5 3 20 0 15 0 49395232 11176083456 219135 33554432000 4194304 4196468 140728903745072 139795174791984 139795720080002 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 29757440 140728903748207 140728903751004 140728903751004 140728903753679 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 876540 KiB

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

[startup+2474.43 s]
# the end of solver process 9623 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.41 s, system=3.66253 s

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

Child status: 143
Real time (s): 2474.43
CPU time (s): 2520.07
CPU user time (s): 2516.41
CPU system time (s): 3.66253
CPU usage (%): 101.844
Max. virtual memory (cumulated for all children) (KiB): 10914144
Max. memory (cumulated for all children) (KiB): 876540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.41
system time used= 3.66253
maximum resident set size= 880748
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 221485
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 282178
involuntary context switches= 8967


# summary of solver processes directly reported to runsolver:
#   pid: 9623
#   total CPU time (s): 2520.07
#   total CPU user time (s): 2516.41
#   total CPU system time (s): 3.66253

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.4132 second user time and 23.4953 second system time

The end

Launcher Data

Begin job on node103 at 2018-07-23 05:58:40
IDJOB=4293433
IDBENCH=141175
IDSOLVER=2750
FILE ID=node103/4293433-1532318320
RUNJOBID= node103-1532293810-5213
PBS_JOBID= 21018979
Free space on /tmp= 56828 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/GracefulGraph/GracefulGraph-K07-P02_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4293433-1532318320/watcher-4293433-1532318320 -o /tmp/evaluation-result-4293433-1532318320/solver-4293433-1532318320 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532293810-5213 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=956471372 HOME/instance-4293433-1532318320.xml

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

MD5SUM BENCH= 9eecb1b3d8aa7dfc9df91bdaa7b8a2e7
RANDOM SEED=956471372

node103.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.48
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.48
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.48
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.48
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:        22680584 kB
MemAvailable:   31242424 kB
Buffers:          250512 kB
Cached:          8511972 kB
SwapCached:            0 kB
Active:          2226484 kB
Inactive:        7283560 kB
Active(anon):     750560 kB
Inactive(anon):    16976 kB
Active(file):    1475924 kB
Inactive(file):  7266584 kB
Unevictable:        7144 kB
Mlocked:            7144 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26536 kB
Writeback:             0 kB
AnonPages:        802068 kB
Mapped:            49780 kB
Shmem:             17036 kB
Slab:             275844 kB
SReclaimable:     247792 kB
SUnreclaim:        28052 kB
KernelStack:        3792 kB
PageTables:         8936 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1711800 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    569344 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 56800 MiB
End job on node103 at 2018-07-23 06:39:55