Trace number 4293505

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.11 2478.05

General information on the benchmark

NameRlfap/Rlfap-dec-scens11/
Rlfap-scen-11-f04_c18.xml
MD5SUM3c3f91fe2d5d1aa7af585cdf812638b5
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark15.9885
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Number of domains5
Minimum domain size6
Maximum domain size40
Distribution of domain sizes[{"size":6,"count":2},{"size":22,"count":14},{"size":33,"count":336},{"size":40,"count":328}]
Minimum variable degree1
Maximum variable degree62
Distribution of variable degrees[{"degree":1,"count":1},{"degree":3,"count":26},{"degree":4,"count":13},{"degree":5,"count":86},{"degree":6,"count":20},{"degree":7,"count":89},{"degree":8,"count":12},{"degree":9,"count":87},{"degree":10,"count":28},{"degree":11,"count":42},{"degree":12,"count":25},{"degree":13,"count":40},{"degree":14,"count":14},{"degree":15,"count":40},{"degree":16,"count":8},{"degree":17,"count":29},{"degree":18,"count":6},{"degree":19,"count":18},{"degree":20,"count":13},{"degree":21,"count":11},{"degree":22,"count":7},{"degree":23,"count":7},{"degree":24,"count":8},{"degree":25,"count":8},{"degree":27,"count":9},{"degree":28,"count":8},{"degree":29,"count":2},{"degree":30,"count":6},{"degree":31,"count":1},{"degree":35,"count":3},{"degree":36,"count":3},{"degree":38,"count":2},{"degree":39,"count":2},{"degree":42,"count":1},{"degree":43,"count":1},{"degree":44,"count":1},{"degree":47,"count":1},{"degree":55,"count":1},{"degree":62,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":4103}]
Number of extensional constraints0
Number of intensional constraints4103
Distribution of constraint types[{"type":"intension","count":4103}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4293505-1532320005/watcher-4293505-1532320005 -o /tmp/evaluation-result-4293505-1532320005/solver-4293505-1532320005 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532295923-7918 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=525765517 HOME/instance-4293505-1532320005.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=12592, runsolver pid=12589

[startup+0.102984 s]*
/proc/loadavg: 1.07 1.25 1.38 2/206 12649
/proc/meminfo: memFree=19262204/32770624 swapFree=67108860/67108860
[pid=12592] ppid=12589 vsize=9972712 memory=18328 CPUtime=0.09 cores=0,2,4,6
/proc/12592/stat : 12592 (java) S 12589 12592 7887 0 -1 1077944320 4255 13186 0 0 1 0 5 3 20 0 6 0 49563717 10212057088 4582 33554432000 4194304 4196468 140726189835664 140726189818208 139655739498231 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
/proc/12592/statm: 2493178 4582 1930 1 0 2481616 0
[pid=12592/tid=12645] ppid=12589 vsize=9972712 memory=4279135704047190159 CPUtime=0.09 cores=0,2,4,6
/proc/12592/task/12645/stat : 12645 (java) R 12589 12592 7887 0 -1 4202560 2081 13186 0 0 1 0 5 3 20 0 6 0 49563727 10212057088 4648 33554432000 4194304 4196468 140726189835664 139655711334992 139655722843712 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12646] ppid=12589 vsize=9972712 memory=8257237230052613020 CPUtime=0.08 cores=0,2,4,6
/proc/12592/task/12646/stat : 12646 (java) S 12589 12592 7887 0 -1 1077944384 1 13186 0 0 0 0 5 3 20 0 6 0 49563727 10212057088 4648 33554432000 4194304 4196468 140726189835664 139655743741072 139655739508437 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12647] ppid=12589 vsize=9972712 memory=139723728504448 CPUtime=0.08 cores=0,2,4,6
/proc/12592/task/12647/stat : 12647 (java) S 12589 12592 7887 0 -1 1077944384 1 13186 0 0 0 0 5 3 20 0 6 0 49563727 10212057088 4648 33554432000 4194304 4196468 140726189835664 139655632014352 139655739508437 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12648] ppid=12589 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12592/task/12648/stat : 12648 (java) S 12589 12592 7887 0 -1 1077944384 1 13186 0 0 0 0 5 3 20 0 6 0 49563727 10212057088 4648 33554432000 4194304 4196468 140726189835664 139655630961552 139655739508437 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12649] ppid=12589 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/12592/task/12649/stat : 12649 (java) S 12589 12592 7887 0 -1 1077944384 2 13186 0 0 0 0 5 3 20 0 6 0 49563727 10212057088 4648 33554432000 4194304 4196468 140726189835664 139655629908752 139655739508437 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18328 KiB

[startup+0.210378 s]*
/proc/loadavg: 1.07 1.25 1.38 3/215 12658
/proc/meminfo: memFree=19243260/32770624 swapFree=67108860/67108860
[pid=12592] ppid=12589 vsize=10818904 memory=43084 CPUtime=0.26 cores=0,2,4,6
/proc/12592/stat : 12592 (java) S 12589 12592 7887 0 -1 1077944320 7002 13186 0 0 17 1 5 3 20 0 15 0 49563717 11078557696 10771 33554432000 4194304 4196468 140726189835664 140726189818208 139655739498231 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
/proc/12592/statm: 2704726 10771 2956 1 0 2667149 0
[pid=12592/tid=12645] ppid=12589 vsize=10818904 memory=-6517102902069810590 CPUtime=0.19 cores=0,2,4,6
/proc/12592/task/12645/stat : 12645 (java) R 12589 12592 7887 0 -1 4202560 3704 13186 0 0 11 0 5 3 20 0 15 0 49563727 11078557696 10969 33554432000 4194304 4196468 140726189835664 139655711311240 139655719773938 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12646] ppid=12589 vsize=10818904 memory=-7025452035940392864 CPUtime=0.08 cores=0,2,4,6
/proc/12592/task/12646/stat : 12646 (java) S 12589 12592 7887 0 -1 1077944384 1 13186 0 0 0 0 5 3 20 0 15 0 49563727 11078557696 10969 33554432000 4194304 4196468 140726189835664 139655743741072 139655739508437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12647] ppid=12589 vsize=10818904 memory=139723728504448 CPUtime=0.08 cores=0,2,4,6
/proc/12592/task/12647/stat : 12647 (java) S 12589 12592 7887 0 -1 1077944384 1 13186 0 0 0 0 5 3 20 0 15 0 49563727 11078557696 10969 33554432000 4194304 4196468 140726189835664 139655632014352 139655739508437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12648] ppid=12589 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12592/task/12648/stat : 12648 (java) S 12589 12592 7887 0 -1 1077944384 1 13186 0 0 0 0 5 3 20 0 15 0 49563727 11078557696 10969 33554432000 4194304 4196468 140726189835664 139655630961552 139655739508437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12649] ppid=12589 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/12592/task/12649/stat : 12649 (java) S 12589 12592 7887 0 -1 1077944384 2 13186 0 0 0 0 5 3 20 0 15 0 49563727 11078557696 10969 33554432000 4194304 4196468 140726189835664 139655629908752 139655739508437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12650] ppid=12589 vsize=10818904 memory=139723728504448 CPUtime=0.08 cores=0,2,4,6
/proc/12592/task/12650/stat : 12650 (java) S 12589 12592 7887 0 -1 1077944384 2 13186 0 0 0 0 5 3 20 0 15 0 49563729 11078557696 10969 33554432000 4194304 4196468 140726189835664 139655198636400 139655739509378 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12651] ppid=12589 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/12592/task/12651/stat : 12651 (java) S 12589 12592 7887 0 -1 1077944384 33 13186 0 0 0 0 5 3 20 0 15 0 49563729 11078557696 10969 33554432000 4194304 4196468 140726189835664 139655197582368 139655739508437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12652] ppid=12589 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12592/task/12652/stat : 12652 (java) S 12589 12592 7887 0 -1 1077944384 1 13186 0 0 0 0 5 3 20 0 15 0 49563730 11078557696 10969 33554432000 4194304 4196468 140726189835664 139654753936240 139655739508437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12653] ppid=12589 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12592/task/12653/stat : 12653 (java) S 12589 12592 7887 0 -1 1077944384 2 13186 0 0 0 0 5 3 20 0 15 0 49563732 11078557696 10969 33554432000 4194304 4196468 140726189835664 139654485501776 139655739516827 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12654] ppid=12589 vsize=10818904 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/12592/task/12654/stat : 12654 (java) S 12589 12592 7887 0 -1 1077944384 416 13186 0 0 1 0 5 3 20 0 15 0 49563732 11078557696 10969 33554432000 4194304 4196468 140726189835664 139655164025712 139655739509378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12655] ppid=12589 vsize=10818904 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/12592/task/12655/stat : 12655 (java) S 12589 12592 7887 0 -1 1077944384 189 13186 0 0 1 0 5 3 20 0 15 0 49563732 11078557696 11035 33554432000 4194304 4196468 140726189835664 139655162972912 139655739509378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12656] ppid=12589 vsize=10818904 memory=139723728504448 CPUtime=0.11 cores=0,2,4,6
/proc/12592/task/12656/stat : 12656 (java) S 12589 12592 7887 0 -1 1077944384 620 13186 0 0 3 0 5 3 20 0 15 0 49563732 11078557696 11035 33554432000 4194304 4196468 140726189835664 139655161920112 139655739509378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12657] ppid=12589 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/12592/task/12657/stat : 12657 (java) S 12589 12592 7887 0 -1 1077944384 3 13186 0 0 0 0 5 3 20 0 15 0 49563732 11078557696 11035 33554432000 4194304 4196468 140726189835664 139654015740640 139655739508437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12658] ppid=12589 vsize=10818904 memory=139723728504448 CPUtime=0.08 cores=0,2,4,6
/proc/12592/task/12658/stat : 12658 (java) S 12589 12592 7887 0 -1 1077944384 1 13186 0 0 0 0 5 3 20 0 15 0 49563733 11078557696 11035 33554432000 4194304 4196468 140726189835664 139655160867504 139655739509378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 43084 KiB

[startup+0.310145 s]*
/proc/loadavg: 1.07 1.25 1.38 3/215 12658
/proc/meminfo: memFree=19230260/32770624 swapFree=67108860/67108860
[pid=12592] ppid=12589 vsize=10819352 memory=56788 CPUtime=0.39 cores=0,2,4,6
/proc/12592/stat : 12592 (java) S 12589 12592 7887 0 -1 1077944320 10283 13186 0 0 29 2 5 3 20 0 15 0 49563717 11079016448 14197 33554432000 4194304 4196468 140726189835664 140726189818208 139655739498231 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
/proc/12592/statm: 2704838 14197 3075 1 0 2667149 0
[pid=12592/tid=12645] ppid=12589 vsize=10819352 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/12592/task/12645/stat : 12645 (java) R 12589 12592 7887 0 -1 4202560 6817 13186 0 0 20 1 5 3 20 0 15 0 49563727 11079016448 14239 33554432000 4194304 4196468 140726189835664 139655711310240 139655723578748 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12646] ppid=12589 vsize=10819352 memory=6225480347322175569 CPUtime=0.08 cores=0,2,4,6
/proc/12592/task/12646/stat : 12646 (java) S 12589 12592 7887 0 -1 1077944384 1 13186 0 0 0 0 5 3 20 0 15 0 49563727 11079016448 14239 33554432000 4194304 4196468 140726189835664 139655743741072 139655739508437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12647] ppid=12589 vsize=10819352 memory=2076 CPUtime=0.08 cores=0,2,4,6
/proc/12592/task/12647/stat : 12647 (java) S 12589 12592 7887 0 -1 1077944384 1 13186 0 0 0 0 5 3 20 0 15 0 49563727 11079016448 14239 33554432000 4194304 4196468 140726189835664 139655632014352 139655739508437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12648] ppid=12589 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12592/task/12648/stat : 12648 (java) S 12589 12592 7887 0 -1 1077944384 1 13186 0 0 0 0 5 3 20 0 15 0 49563727 11079016448 14239 33554432000 4194304 4196468 140726189835664 139655630961552 139655739508437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12649] ppid=12589 vsize=10819352 memory=4126316290023845779 CPUtime=0.08 cores=0,2,4,6
/proc/12592/task/12649/stat : 12649 (java) S 12589 12592 7887 0 -1 1077944384 2 13186 0 0 0 0 5 3 20 0 15 0 49563727 11079016448 14239 33554432000 4194304 4196468 140726189835664 139655629908752 139655739508437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12650] ppid=12589 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12592/task/12650/stat : 12650 (java) S 12589 12592 7887 0 -1 1077944384 2 13186 0 0 0 0 5 3 20 0 15 0 49563729 11079016448 14239 33554432000 4194304 4196468 140726189835664 139655198636400 139655739509378 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12651] ppid=12589 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12592/task/12651/stat : 12651 (java) S 12589 12592 7887 0 -1 1077944384 33 13186 0 0 0 0 5 3 20 0 15 0 49563729 11079016448 14239 33554432000 4194304 4196468 140726189835664 139655197582368 139655739508437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12652] ppid=12589 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12592/task/12652/stat : 12652 (java) S 12589 12592 7887 0 -1 1077944384 1 13186 0 0 0 0 5 3 20 0 15 0 49563730 11079016448 14239 33554432000 4194304 4196468 140726189835664 139654753936240 139655739508437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12653] ppid=12589 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12592/task/12653/stat : 12653 (java) S 12589 12592 7887 0 -1 1077944384 2 13186 0 0 0 0 5 3 20 0 15 0 49563732 11079016448 14239 33554432000 4194304 4196468 140726189835664 139654485501776 139655739516827 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12654] ppid=12589 vsize=10819352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/12592/task/12654/stat : 12654 (java) S 12589 12592 7887 0 -1 1077944384 416 13186 0 0 1 0 5 3 20 0 15 0 49563732 11079016448 14239 33554432000 4194304 4196468 140726189835664 139655164025712 139655739509378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12655] ppid=12589 vsize=10819352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/12592/task/12655/stat : 12655 (java) S 12589 12592 7887 0 -1 1077944384 190 13186 0 0 1 0 5 3 20 0 15 0 49563732 11079016448 14239 33554432000 4194304 4196468 140726189835664 139655162972912 139655739509378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12656] ppid=12589 vsize=10819352 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/12592/task/12656/stat : 12656 (java) S 12589 12592 7887 0 -1 1077944384 629 13186 0 0 4 0 5 3 20 0 15 0 49563732 11079016448 14239 33554432000 4194304 4196468 140726189835664 139655161920112 139655739509378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12657] ppid=12589 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12592/task/12657/stat : 12657 (java) S 12589 12592 7887 0 -1 1077944384 3 13186 0 0 0 0 5 3 20 0 15 0 49563732 11079016448 14239 33554432000 4194304 4196468 140726189835664 139654015740640 139655739508437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12658] ppid=12589 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12592/task/12658/stat : 12658 (java) S 12589 12592 7887 0 -1 1077944384 1 13186 0 0 0 0 5 3 20 0 15 0 49563733 11079016448 14239 33554432000 4194304 4196468 140726189835664 139655160867504 139655739509378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 56788 KiB

[startup+0.70085 s]
/proc/loadavg: 1.07 1.25 1.38 3/215 12658
/proc/meminfo: memFree=19219344/32770624 swapFree=67108860/67108860
[pid=12592] ppid=12589 vsize=10819352 memory=89220 CPUtime=1 cores=0,2,4,6
/proc/12592/stat : 12592 (java) S 12589 12592 7887 0 -1 1077944320 16411 13186 0 0 88 4 5 3 20 0 15 0 49563717 11079016448 22305 33554432000 4194304 4196468 140726189835664 140726189818208 139655739498231 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
/proc/12592/statm: 2704838 22305 3247 1 0 2667149 0
[pid=12592/tid=12645] ppid=12589 vsize=10819352 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/12592/task/12645/stat : 12645 (java) S 12589 12592 7887 0 -1 1077944384 11871 13186 0 0 57 2 5 3 20 0 15 0 49563727 11079016448 22305 33554432000 4194304 4196468 140726189835664 139655711319056 139655739508437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12646] ppid=12589 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12592/task/12646/stat : 12646 (java) S 12589 12592 7887 0 -1 1077944384 1 13186 0 0 0 0 5 3 20 0 15 0 49563727 11079016448 22305 33554432000 4194304 4196468 140726189835664 139655743741072 139655739508437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12647] ppid=12589 vsize=10819352 memory=4140 CPUtime=0.08 cores=0,2,4,6
/proc/12592/task/12647/stat : 12647 (java) S 12589 12592 7887 0 -1 1077944384 1 13186 0 0 0 0 5 3 20 0 15 0 49563727 11079016448 22305 33554432000 4194304 4196468 140726189835664 139655632014352 139655739508437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12648] ppid=12589 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12592/task/12648/stat : 12648 (java) S 12589 12592 7887 0 -1 1077944384 1 13186 0 0 0 0 5 3 20 0 15 0 49563727 11079016448 22305 33554432000 4194304 4196468 140726189835664 139655630961552 139655739508437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12649] ppid=12589 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12592/task/12649/stat : 12649 (java) S 12589 12592 7887 0 -1 1077944384 2 13186 0 0 0 0 5 3 20 0 15 0 49563727 11079016448 22305 33554432000 4194304 4196468 140726189835664 139655629908752 139655739508437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12650] ppid=12589 vsize=10819352 memory=4420 CPUtime=0.08 cores=0,2,4,6
/proc/12592/task/12650/stat : 12650 (java) S 12589 12592 7887 0 -1 1077944384 5 13186 0 0 0 0 5 3 20 0 15 0 49563729 11079016448 22305 33554432000 4194304 4196468 140726189835664 139655198636400 139655739509378 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12651] ppid=12589 vsize=10819352 memory=6628 CPUtime=0.08 cores=0,2,4,6
/proc/12592/task/12651/stat : 12651 (java) S 12589 12592 7887 0 -1 1077944384 33 13186 0 0 0 0 5 3 20 0 15 0 49563729 11079016448 22305 33554432000 4194304 4196468 140726189835664 139655197582368 139655739508437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12652] ppid=12589 vsize=10819352 memory=8836 CPUtime=0.08 cores=0,2,4,6
/proc/12592/task/12652/stat : 12652 (java) S 12589 12592 7887 0 -1 1077944384 1 13186 0 0 0 0 5 3 20 0 15 0 49563730 11079016448 22305 33554432000 4194304 4196468 140726189835664 139654753936240 139655739508437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12653] ppid=12589 vsize=10819352 memory=11044 CPUtime=0.08 cores=0,2,4,6
/proc/12592/task/12653/stat : 12653 (java) S 12589 12592 7887 0 -1 1077944384 2 13186 0 0 0 0 5 3 20 0 15 0 49563732 11079016448 22305 33554432000 4194304 4196468 140726189835664 139654485501776 139655739516827 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12654] ppid=12589 vsize=10819352 memory=13252 CPUtime=0.14 cores=0,2,4,6
/proc/12592/task/12654/stat : 12654 (java) S 12589 12592 7887 0 -1 1077944384 802 13186 0 0 6 0 5 3 20 0 15 0 49563732 11079016448 22305 33554432000 4194304 4196468 140726189835664 139655164025712 139655739509378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12655] ppid=12589 vsize=10819352 memory=15460 CPUtime=0.18 cores=0,2,4,6
/proc/12592/task/12655/stat : 12655 (java) S 12589 12592 7887 0 -1 1077944384 819 13186 0 0 10 0 5 3 20 0 15 0 49563732 11079016448 22305 33554432000 4194304 4196468 140726189835664 139655162972912 139655739509378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12656] ppid=12589 vsize=10819352 memory=17668 CPUtime=0.21 cores=0,2,4,6
/proc/12592/task/12656/stat : 12656 (java) S 12589 12592 7887 0 -1 1077944384 680 13186 0 0 13 0 5 3 20 0 15 0 49563732 11079016448 22305 33554432000 4194304 4196468 140726189835664 139655161920112 139655739509378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12657] ppid=12589 vsize=10819352 memory=19876 CPUtime=0.08 cores=0,2,4,6
/proc/12592/task/12657/stat : 12657 (java) S 12589 12592 7887 0 -1 1077944384 3 13186 0 0 0 0 5 3 20 0 15 0 49563732 11079016448 22305 33554432000 4194304 4196468 140726189835664 139654015740640 139655739508437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12658] ppid=12589 vsize=10819352 memory=22084 CPUtime=0.08 cores=0,2,4,6
/proc/12592/task/12658/stat : 12658 (java) S 12589 12592 7887 0 -1 1077944384 1 13186 0 0 0 0 5 3 20 0 15 0 49563733 11079016448 22305 33554432000 4194304 4196468 140726189835664 139655160867504 139655739509378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 89220 KiB

[startup+1.50139 s]
/proc/loadavg: 1.07 1.25 1.38 3/215 12658
/proc/meminfo: memFree=19174508/32770624 swapFree=67108860/67108860
[pid=12592] ppid=12589 vsize=10830156 memory=229756 CPUtime=3.13 cores=0,2,4,6
/proc/12592/stat : 12592 (java) S 12589 12592 7887 0 -1 1077944320 24238 13186 0 0 297 8 5 3 20 0 15 0 49563717 11090079744 57439 33554432000 4194304 4196468 140726189835664 140726189818208 139655739498231 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
/proc/12592/statm: 2707539 57439 3457 1 0 2669197 0
[pid=12592/tid=12645] ppid=12589 vsize=10830156 memory=0 CPUtime=1.44 cores=0,2,4,6
/proc/12592/task/12645/stat : 12645 (java) R 12589 12592 7887 0 -1 4202560 15215 13186 0 0 131 5 5 3 20 0 15 0 49563727 11090079744 57439 33554432000 4194304 4196468 140726189835664 139655711331680 139655739520157 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12646] ppid=12589 vsize=10830156 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12592/task/12646/stat : 12646 (java) S 12589 12592 7887 0 -1 1077944384 29 13186 0 0 0 0 5 3 20 0 15 0 49563727 11090079744 57439 33554432000 4194304 4196468 140726189835664 139655743741072 139655739508437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12647] ppid=12589 vsize=10830156 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12592/task/12647/stat : 12647 (java) S 12589 12592 7887 0 -1 1077944384 258 13186 0 0 0 0 5 3 20 0 15 0 49563727 11090079744 57439 33554432000 4194304 4196468 140726189835664 139655632014352 139655739508437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12648] ppid=12589 vsize=10830156 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12592/task/12648/stat : 12648 (java) S 12589 12592 7887 0 -1 1077944384 2 13186 0 0 0 0 5 3 20 0 15 0 49563727 11090079744 57439 33554432000 4194304 4196468 140726189835664 139655630961552 139655739508437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12649] ppid=12589 vsize=10830156 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12592/task/12649/stat : 12649 (java) S 12589 12592 7887 0 -1 1077944384 123 13186 0 0 0 0 5 3 20 0 15 0 49563727 11090079744 57439 33554432000 4194304 4196468 140726189835664 139655629908752 139655739508437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12650] ppid=12589 vsize=10830156 memory=-7965959130280075168 CPUtime=0.08 cores=0,2,4,6
/proc/12592/task/12650/stat : 12650 (java) S 12589 12592 7887 0 -1 1077944384 31 13186 0 0 0 0 5 3 20 0 15 0 49563729 11090079744 57439 33554432000 4194304 4196468 140726189835664 139655198636400 139655739509378 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12651] ppid=12589 vsize=10830156 memory=279447215352064 CPUtime=0.08 cores=0,2,4,6
/proc/12592/task/12651/stat : 12651 (java) S 12589 12592 7887 0 -1 1077944384 34 13186 0 0 0 0 5 3 20 0 15 0 49563729 11090079744 57439 33554432000 4194304 4196468 140726189835664 139655197582368 139655739508437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12652] ppid=12589 vsize=10830156 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12592/task/12652/stat : 12652 (java) S 12589 12592 7887 0 -1 1077944384 2 13186 0 0 0 0 5 3 20 0 15 0 49563730 11090079744 57439 33554432000 4194304 4196468 140726189835664 139654753936240 139655739508437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12653] ppid=12589 vsize=10830156 memory=1952 CPUtime=0.08 cores=0,2,4,6
/proc/12592/task/12653/stat : 12653 (java) S 12589 12592 7887 0 -1 1077944384 2 13186 0 0 0 0 5 3 20 0 15 0 49563732 11090079744 57439 33554432000 4194304 4196468 140726189835664 139654485501776 139655739516827 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12654] ppid=12589 vsize=10830156 memory=1232 CPUtime=0.6 cores=0,2,4,6
/proc/12592/task/12654/stat : 12654 (java) R 12589 12592 7887 0 -1 4202560 2068 13186 0 0 52 0 5 3 20 0 15 0 49563732 11090079744 57439 33554432000 4194304 4196468 140726189835664 139655164018832 139655723890218 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12655] ppid=12589 vsize=10830156 memory=8372 CPUtime=0.62 cores=0,2,4,6
/proc/12592/task/12655/stat : 12655 (java) R 12589 12592 7887 0 -1 4202560 1685 13186 0 0 54 0 5 3 20 0 15 0 49563732 11090079744 57439 33554432000 4194304 4196468 140726189835664 139655162964224 139655723029701 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12656] ppid=12589 vsize=10830156 memory=1708 CPUtime=0.64 cores=0,2,4,6
/proc/12592/task/12656/stat : 12656 (java) R 12589 12592 7887 0 -1 4202560 2594 13186 0 0 55 1 5 3 20 0 15 0 49563732 11090079744 57439 33554432000 4194304 4196468 140726189835664 139655161920112 139655739519578 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12657] ppid=12589 vsize=10830156 memory=5412 CPUtime=0.08 cores=0,2,4,6
/proc/12592/task/12657/stat : 12657 (java) S 12589 12592 7887 0 -1 1077944384 3 13186 0 0 0 0 5 3 20 0 15 0 49563732 11090079744 57439 33554432000 4194304 4196468 140726189835664 139654015740640 139655739508437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12658] ppid=12589 vsize=10830156 memory=4612 CPUtime=0.08 cores=0,2,4,6
/proc/12592/task/12658/stat : 12658 (java) S 12589 12592 7887 0 -1 1077944384 3 13186 0 0 0 0 5 3 20 0 15 0 49563733 11090079744 57439 33554432000 4194304 4196468 140726189835664 139655160867504 139655739509378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
Current children cumulated CPU time: 3.13 s
Current children cumulated vsize: 10830156 KiB

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

/proc/12592/task/12645/stat : 12645 (java) R 12589 12592 7887 0 -1 4202560 311320 13186 0 0 231006 89 5 3 20 0 15 0 49563727 11178180608 788240 33554432000 4194304 4196468 140726189835664 139655711331040 139655307928722 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12646] ppid=12589 vsize=10916192 memory=3152960 CPUtime=7.78 cores=0,2,4,6
/proc/12592/task/12646/stat : 12646 (java) S 12589 12592 7887 0 -1 1077944384 27499 13186 0 0 741 29 5 3 20 0 15 0 49563727 11178180608 788240 33554432000 4194304 4196468 140726189835664 139655743741072 139655739508437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12647] ppid=12589 vsize=10916192 memory=5793975905280349033 CPUtime=7.81 cores=0,2,4,6
/proc/12592/task/12647/stat : 12647 (java) S 12589 12592 7887 0 -1 1077944384 30616 13186 0 0 745 28 5 3 20 0 15 0 49563727 11178180608 788240 33554432000 4194304 4196468 140726189835664 139655632014352 139655739508437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12648] ppid=12589 vsize=10916192 memory=3152960 CPUtime=7.79 cores=0,2,4,6
/proc/12592/task/12648/stat : 12648 (java) S 12589 12592 7887 0 -1 1077944384 24455 13186 0 0 744 27 5 3 20 0 15 0 49563727 11178180608 788240 33554432000 4194304 4196468 140726189835664 139655630961552 139655739508437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12649] ppid=12589 vsize=10916192 memory=3472328296227679313 CPUtime=7.81 cores=0,2,4,6
/proc/12592/task/12649/stat : 12649 (java) S 12589 12592 7887 0 -1 1077944384 27302 13186 0 0 745 28 5 3 20 0 15 0 49563727 11178180608 788240 33554432000 4194304 4196468 140726189835664 139655629908752 139655739508437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12650] ppid=12589 vsize=10916192 memory=301793952431090032 CPUtime=2.29 cores=0,2,4,6
/proc/12592/task/12650/stat : 12650 (java) S 12589 12592 7887 0 -1 1077944384 33179 13186 0 0 194 27 5 3 20 0 15 0 49563729 11178180608 788240 33554432000 4194304 4196468 140726189835664 139655198636400 139655739509378 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12651] ppid=12589 vsize=10916192 memory=3152960 CPUtime=0.08 cores=0,2,4,6
/proc/12592/task/12651/stat : 12651 (java) S 12589 12592 7887 0 -1 1077944384 47 13186 0 0 0 0 5 3 20 0 15 0 49563729 11178180608 788240 33554432000 4194304 4196468 140726189835664 139655197582432 139655739508437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12652] ppid=12589 vsize=10916192 memory=3153660 CPUtime=0.08 cores=0,2,4,6
/proc/12592/task/12652/stat : 12652 (java) S 12589 12592 7887 0 -1 1077944384 8 13186 0 0 0 0 5 3 20 0 15 0 49563730 11178180608 788240 33554432000 4194304 4196468 140726189835664 139654753936256 139655739508437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12653] ppid=12589 vsize=10916192 memory=3152960 CPUtime=0.08 cores=0,2,4,6
/proc/12592/task/12653/stat : 12653 (java) S 12589 12592 7887 0 -1 1077944384 2 13186 0 0 0 0 5 3 20 0 15 0 49563732 11178180608 788240 33554432000 4194304 4196468 140726189835664 139654485501776 139655739516827 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12654] ppid=12589 vsize=10916192 memory=3152960 CPUtime=7.56 cores=0,2,4,6
/proc/12592/task/12654/stat : 12654 (java) S 12589 12592 7887 0 -1 1077944384 48743 13186 0 0 743 5 5 3 20 0 15 0 49563732 11178180608 788240 33554432000 4194304 4196468 140726189835664 139655164025712 139655739509378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12655] ppid=12589 vsize=10916192 memory=3152960 CPUtime=8.08 cores=0,2,4,6
/proc/12592/task/12655/stat : 12655 (java) S 12589 12592 7887 0 -1 1077944384 49658 13186 0 0 794 6 5 3 20 0 15 0 49563732 11178180608 788240 33554432000 4194304 4196468 140726189835664 139655162972912 139655739509378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12656] ppid=12589 vsize=10916192 memory=3152960 CPUtime=2.97 cores=0,2,4,6
/proc/12592/task/12656/stat : 12656 (java) S 12589 12592 7887 0 -1 1077944384 41781 13186 0 0 283 6 5 3 20 0 15 0 49563732 11178180608 788240 33554432000 4194304 4196468 140726189835664 139655161920112 139655739509378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 32 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12657] ppid=12589 vsize=10916192 memory=3152960 CPUtime=0.08 cores=0,2,4,6
/proc/12592/task/12657/stat : 12657 (java) S 12589 12592 7887 0 -1 1077944384 3 13186 0 0 0 0 5 3 20 0 15 0 49563732 11178180608 788240 33554432000 4194304 4196468 140726189835664 139654015740640 139655739508437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12658] ppid=12589 vsize=10916192 memory=2600 CPUtime=1.47 cores=0,2,4,6
/proc/12592/task/12658/stat : 12658 (java) S 12589 12592 7887 0 -1 1077944384 3327 13186 0 0 67 72 5 3 20 0 15 0 49563733 11178180608 788240 33554432000 4194304 4196468 140726189835664 139655160867504 139655739509378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
Current children cumulated CPU time: 2363.97 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 3152960 KiB

[startup+2382.3 s]
/proc/loadavg: 1.65 1.54 1.51 3/215 13009
/proc/meminfo: memFree=13663044/32770624 swapFree=67108860/67108860
[pid=12592] ppid=12589 vsize=10916192 memory=3163196 CPUtime=2424.13 cores=0,2,4,6
/proc/12592/stat : 12592 (java) S 12589 12592 7887 0 -1 1077944320 605300 13186 0 0 242105 300 5 3 20 0 15 0 49563717 11178180608 790799 33554432000 4194304 4196468 140726189835664 140726189818208 139655739498231 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
/proc/12592/statm: 2729048 790799 3534 1 0 2690701 0
[pid=12592/tid=12645] ppid=12589 vsize=10916192 memory=3163196 CPUtime=2370.96 cores=0,2,4,6
/proc/12592/task/12645/stat : 12645 (java) R 12589 12592 7887 0 -1 4202560 314634 13186 0 0 236999 89 5 3 20 0 15 0 49563727 11178180608 790799 33554432000 4194304 4196468 140726189835664 139655711330896 139655329269366 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12646] ppid=12589 vsize=10916192 memory=3152972 CPUtime=7.82 cores=0,2,4,6
/proc/12592/task/12646/stat : 12646 (java) S 12589 12592 7887 0 -1 1077944384 27734 13186 0 0 745 29 5 3 20 0 15 0 49563727 11178180608 790799 33554432000 4194304 4196468 140726189835664 139655743741072 139655739508437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12647] ppid=12589 vsize=10916192 memory=3163196 CPUtime=7.85 cores=0,2,4,6
/proc/12592/task/12647/stat : 12647 (java) S 12589 12592 7887 0 -1 1077944384 31136 13186 0 0 749 28 5 3 20 0 15 0 49563727 11178180608 790799 33554432000 4194304 4196468 140726189835664 139655632014352 139655739508437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12648] ppid=12589 vsize=10916192 memory=3163196 CPUtime=7.84 cores=0,2,4,6
/proc/12592/task/12648/stat : 12648 (java) S 12589 12592 7887 0 -1 1077944384 24607 13186 0 0 748 28 5 3 20 0 15 0 49563727 11178180608 790799 33554432000 4194304 4196468 140726189835664 139655630961552 139655739508437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12649] ppid=12589 vsize=10916192 memory=3163196 CPUtime=7.85 cores=0,2,4,6
/proc/12592/task/12649/stat : 12649 (java) S 12589 12592 7887 0 -1 1077944384 27891 13186 0 0 749 28 5 3 20 0 15 0 49563727 11178180608 790799 33554432000 4194304 4196468 140726189835664 139655629908752 139655739508437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12650] ppid=12589 vsize=10916192 memory=3163196 CPUtime=2.31 cores=0,2,4,6
/proc/12592/task/12650/stat : 12650 (java) S 12589 12592 7887 0 -1 1077944384 33493 13186 0 0 196 27 5 3 20 0 15 0 49563729 11178180608 790799 33554432000 4194304 4196468 140726189835664 139655198636400 139655739509378 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12651] ppid=12589 vsize=10916192 memory=3163196 CPUtime=0.08 cores=0,2,4,6
/proc/12592/task/12651/stat : 12651 (java) S 12589 12592 7887 0 -1 1077944384 47 13186 0 0 0 0 5 3 20 0 15 0 49563729 11178180608 790799 33554432000 4194304 4196468 140726189835664 139655197582432 139655739508437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12652] ppid=12589 vsize=10916192 memory=2244 CPUtime=0.08 cores=0,2,4,6
/proc/12592/task/12652/stat : 12652 (java) S 12589 12592 7887 0 -1 1077944384 8 13186 0 0 0 0 5 3 20 0 15 0 49563730 11178180608 790799 33554432000 4194304 4196468 140726189835664 139654753936256 139655739508437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12653] ppid=12589 vsize=10916192 memory=279447216364064 CPUtime=0.08 cores=0,2,4,6
/proc/12592/task/12653/stat : 12653 (java) S 12589 12592 7887 0 -1 1077944384 2 13186 0 0 0 0 5 3 20 0 15 0 49563732 11178180608 790799 33554432000 4194304 4196468 140726189835664 139654485501776 139655739516827 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12654] ppid=12589 vsize=10916192 memory=3163196 CPUtime=7.56 cores=0,2,4,6
/proc/12592/task/12654/stat : 12654 (java) S 12589 12592 7887 0 -1 1077944384 48746 13186 0 0 743 5 5 3 20 0 15 0 49563732 11178180608 790799 33554432000 4194304 4196468 140726189835664 139655164025712 139655739509378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12655] ppid=12589 vsize=10916192 memory=3163196 CPUtime=8.08 cores=0,2,4,6
/proc/12592/task/12655/stat : 12655 (java) S 12589 12592 7887 0 -1 1077944384 49660 13186 0 0 794 6 5 3 20 0 15 0 49563732 11178180608 790799 33554432000 4194304 4196468 140726189835664 139655162972912 139655739509378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12656] ppid=12589 vsize=10916192 memory=3163196 CPUtime=2.97 cores=0,2,4,6
/proc/12592/task/12656/stat : 12656 (java) S 12589 12592 7887 0 -1 1077944384 41784 13186 0 0 283 6 5 3 20 0 15 0 49563732 11178180608 790799 33554432000 4194304 4196468 140726189835664 139655161920112 139655739509378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 32 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12657] ppid=12589 vsize=10916192 memory=8 CPUtime=0.08 cores=0,2,4,6
/proc/12592/task/12657/stat : 12657 (java) S 12589 12592 7887 0 -1 1077944384 3 13186 0 0 0 0 5 3 20 0 15 0 49563732 11178180608 790799 33554432000 4194304 4196468 140726189835664 139654015740640 139655739508437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12658] ppid=12589 vsize=10916192 memory=8372 CPUtime=1.5 cores=0,2,4,6
/proc/12592/task/12658/stat : 12658 (java) S 12589 12592 7887 0 -1 1077944384 3366 13186 0 0 69 73 5 3 20 0 15 0 49563733 11178180608 790799 33554432000 4194304 4196468 140726189835664 139655160867504 139655739509378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
Current children cumulated CPU time: 2424.13 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 3163196 KiB

[startup+2442.3 s]
/proc/loadavg: 1.63 1.55 1.52 3/215 13010
/proc/meminfo: memFree=13601980/32770624 swapFree=67108860/67108860
[pid=12592] ppid=12589 vsize=10916192 memory=3164876 CPUtime=2484.26 cores=0,2,4,6
/proc/12592/stat : 12592 (java) S 12589 12592 7887 0 -1 1077944320 609312 13186 0 0 248116 302 5 3 20 0 15 0 49563717 11178180608 791219 33554432000 4194304 4196468 140726189835664 140726189818208 139655739498231 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
/proc/12592/statm: 2729048 791219 3534 1 0 2690701 0
[pid=12592/tid=12645] ppid=12589 vsize=10916192 memory=3164876 CPUtime=2430.91 cores=0,2,4,6
/proc/12592/task/12645/stat : 12645 (java) R 12589 12592 7887 0 -1 4202560 317755 13186 0 0 242993 90 5 3 20 0 15 0 49563727 11178180608 791219 33554432000 4194304 4196468 140726189835664 139655711330784 139655318287751 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12646] ppid=12589 vsize=10916192 memory=3164876 CPUtime=7.85 cores=0,2,4,6
/proc/12592/task/12646/stat : 12646 (java) S 12589 12592 7887 0 -1 1077944384 27822 13186 0 0 748 29 5 3 20 0 15 0 49563727 11178180608 791219 33554432000 4194304 4196468 140726189835664 139655743741072 139655739508437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12647] ppid=12589 vsize=10916192 memory=3163196 CPUtime=7.88 cores=0,2,4,6
/proc/12592/task/12647/stat : 12647 (java) S 12589 12592 7887 0 -1 1077944384 31460 13186 0 0 752 28 5 3 20 0 15 0 49563727 11178180608 791219 33554432000 4194304 4196468 140726189835664 139655632014352 139655739508437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12648] ppid=12589 vsize=10916192 memory=279447216684944 CPUtime=7.88 cores=0,2,4,6
/proc/12592/task/12648/stat : 12648 (java) S 12589 12592 7887 0 -1 1077944384 24696 13186 0 0 752 28 5 3 20 0 15 0 49563727 11178180608 791219 33554432000 4194304 4196468 140726189835664 139655630961552 139655739508437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12649] ppid=12589 vsize=10916192 memory=3163468 CPUtime=7.89 cores=0,2,4,6
/proc/12592/task/12649/stat : 12649 (java) S 12589 12592 7887 0 -1 1077944384 28058 13186 0 0 753 28 5 3 20 0 15 0 49563727 11178180608 791219 33554432000 4194304 4196468 140726189835664 139655629908752 139655739508437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12650] ppid=12589 vsize=10916192 memory=3163468 CPUtime=2.32 cores=0,2,4,6
/proc/12592/task/12650/stat : 12650 (java) S 12589 12592 7887 0 -1 1077944384 33683 13186 0 0 197 27 5 3 20 0 15 0 49563729 11178180608 791219 33554432000 4194304 4196468 140726189835664 139655198636400 139655739509378 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12651] ppid=12589 vsize=10916192 memory=3164348 CPUtime=0.08 cores=0,2,4,6
/proc/12592/task/12651/stat : 12651 (java) S 12589 12592 7887 0 -1 1077944384 47 13186 0 0 0 0 5 3 20 0 15 0 49563729 11178180608 791219 33554432000 4194304 4196468 140726189835664 139655197582432 139655739508437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12652] ppid=12589 vsize=10916192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12592/task/12652/stat : 12652 (java) S 12589 12592 7887 0 -1 1077944384 8 13186 0 0 0 0 5 3 20 0 15 0 49563730 11178180608 791219 33554432000 4194304 4196468 140726189835664 139654753936256 139655739508437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12653] ppid=12589 vsize=10916192 memory=3164348 CPUtime=0.08 cores=0,2,4,6
/proc/12592/task/12653/stat : 12653 (java) S 12589 12592 7887 0 -1 1077944384 2 13186 0 0 0 0 5 3 20 0 15 0 49563732 11178180608 791219 33554432000 4194304 4196468 140726189835664 139654485501776 139655739516827 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12654] ppid=12589 vsize=10916192 memory=3164876 CPUtime=7.56 cores=0,2,4,6
/proc/12592/task/12654/stat : 12654 (java) S 12589 12592 7887 0 -1 1077944384 48748 13186 0 0 743 5 5 3 20 0 15 0 49563732 11178180608 791219 33554432000 4194304 4196468 140726189835664 139655164025712 139655739509378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12655] ppid=12589 vsize=10916192 memory=8 CPUtime=8.08 cores=0,2,4,6
/proc/12592/task/12655/stat : 12655 (java) S 12589 12592 7887 0 -1 1077944384 49662 13186 0 0 794 6 5 3 20 0 15 0 49563732 11178180608 791219 33554432000 4194304 4196468 140726189835664 139655162972912 139655739509378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12656] ppid=12589 vsize=10916192 memory=3164876 CPUtime=2.97 cores=0,2,4,6
/proc/12592/task/12656/stat : 12656 (java) S 12589 12592 7887 0 -1 1077944384 41786 13186 0 0 283 6 5 3 20 0 15 0 49563732 11178180608 791219 33554432000 4194304 4196468 140726189835664 139655161920112 139655739509378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 32 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12657] ppid=12589 vsize=10916192 memory=3164876 CPUtime=0.08 cores=0,2,4,6
/proc/12592/task/12657/stat : 12657 (java) S 12589 12592 7887 0 -1 1077944384 3 13186 0 0 0 0 5 3 20 0 15 0 49563732 11178180608 791219 33554432000 4194304 4196468 140726189835664 139654015740640 139655739508437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12658] ppid=12589 vsize=10916192 memory=0 CPUtime=1.53 cores=0,2,4,6
/proc/12592/task/12658/stat : 12658 (java) S 12589 12592 7887 0 -1 1077944384 3393 13186 0 0 71 74 5 3 20 0 15 0 49563733 11178180608 791219 33554432000 4194304 4196468 140726189835664 139655160867504 139655739509378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
Current children cumulated CPU time: 2484.26 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 3164876 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2478 s]*
/proc/loadavg: 1.71 1.58 1.52 3/215 13011
/proc/meminfo: memFree=13601436/32770624 swapFree=67108860/67108860
[pid=12592] ppid=12589 vsize=10916192 memory=3165236 CPUtime=2520.05 cores=0,2,4,6
/proc/12592/stat : 12592 (java) S 12589 12592 7887 0 -1 1077944320 611017 13186 0 0 251695 302 5 3 20 0 15 0 49563717 11178180608 791309 33554432000 4194304 4196468 140726189835664 140726189818208 139655739498231 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
/proc/12592/statm: 2729048 791309 3534 1 0 2690701 0
[pid=12592/tid=12645] ppid=12589 vsize=10916192 memory=6791534058613427641 CPUtime=2466.59 cores=0,2,4,6
/proc/12592/task/12645/stat : 12645 (java) R 12589 12592 7887 0 -1 4202560 318894 13186 0 0 246561 90 5 3 20 0 15 0 49563727 11178180608 791309 33554432000 4194304 4196468 140726189835664 139655711330784 139655312651744 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12646] ppid=12589 vsize=10916192 memory=4126316290023845779 CPUtime=7.87 cores=0,2,4,6
/proc/12592/task/12646/stat : 12646 (java) S 12589 12592 7887 0 -1 1077944384 27860 13186 0 0 750 29 5 3 20 0 15 0 49563727 11178180608 791309 33554432000 4194304 4196468 140726189835664 139655743741072 139655739508437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12647] ppid=12589 vsize=10916192 memory=1232 CPUtime=7.9 cores=0,2,4,6
/proc/12592/task/12647/stat : 12647 (java) S 12589 12592 7887 0 -1 1077944384 31544 13186 0 0 754 28 5 3 20 0 15 0 49563727 11178180608 791309 33554432000 4194304 4196468 140726189835664 139655632014352 139655739508437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12648] ppid=12589 vsize=10916192 memory=6791534058613427641 CPUtime=7.9 cores=0,2,4,6
/proc/12592/task/12648/stat : 12648 (java) S 12589 12592 7887 0 -1 1077944384 24788 13186 0 0 754 28 5 3 20 0 15 0 49563727 11178180608 791309 33554432000 4194304 4196468 140726189835664 139655630961552 139655739508437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12649] ppid=12589 vsize=10916192 memory=932 CPUtime=7.91 cores=0,2,4,6
/proc/12592/task/12649/stat : 12649 (java) S 12589 12592 7887 0 -1 1077944384 28144 13186 0 0 755 28 5 3 20 0 15 0 49563727 11178180608 791309 33554432000 4194304 4196468 140726189835664 139655629908752 139655739508437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12650] ppid=12589 vsize=10916192 memory=1584 CPUtime=2.32 cores=0,2,4,6
/proc/12592/task/12650/stat : 12650 (java) S 12589 12592 7887 0 -1 1077944384 33687 13186 0 0 197 27 5 3 20 0 15 0 49563729 11178180608 791309 33554432000 4194304 4196468 140726189835664 139655198636400 139655739509378 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12651] ppid=12589 vsize=10916192 memory=4124 CPUtime=0.08 cores=0,2,4,6
/proc/12592/task/12651/stat : 12651 (java) S 12589 12592 7887 0 -1 1077944384 47 13186 0 0 0 0 5 3 20 0 15 0 49563729 11178180608 791309 33554432000 4194304 4196468 140726189835664 139655197582432 139655739508437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12652] ppid=12589 vsize=10916192 memory=2600 CPUtime=0.08 cores=0,2,4,6
/proc/12592/task/12652/stat : 12652 (java) S 12589 12592 7887 0 -1 1077944384 8 13186 0 0 0 0 5 3 20 0 15 0 49563730 11178180608 791309 33554432000 4194304 4196468 140726189835664 139654753936256 139655739508437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12653] ppid=12589 vsize=10916192 memory=2600 CPUtime=0.08 cores=0,2,4,6
/proc/12592/task/12653/stat : 12653 (java) S 12589 12592 7887 0 -1 1077944384 2 13186 0 0 0 0 5 3 20 0 15 0 49563732 11178180608 791309 33554432000 4194304 4196468 140726189835664 139654485501776 139655739516827 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12654] ppid=12589 vsize=10916192 memory=4104 CPUtime=7.56 cores=0,2,4,6
/proc/12592/task/12654/stat : 12654 (java) S 12589 12592 7887 0 -1 1077944384 48748 13186 0 0 743 5 5 3 20 0 15 0 49563732 11178180608 791309 33554432000 4194304 4196468 140726189835664 139655164025712 139655739509378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12655] ppid=12589 vsize=10916192 memory=1408 CPUtime=8.08 cores=0,2,4,6
/proc/12592/task/12655/stat : 12655 (java) S 12589 12592 7887 0 -1 1077944384 49662 13186 0 0 794 6 5 3 20 0 15 0 49563732 11178180608 791309 33554432000 4194304 4196468 140726189835664 139655162972912 139655739509378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12656] ppid=12589 vsize=10916192 memory=3220 CPUtime=2.97 cores=0,2,4,6
/proc/12592/task/12656/stat : 12656 (java) S 12589 12592 7887 0 -1 1077944384 42046 13186 0 0 283 6 5 3 20 0 15 0 49563732 11178180608 791309 33554432000 4194304 4196468 140726189835664 139655161920112 139655739509378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 32 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12657] ppid=12589 vsize=10916192 memory=3165236 CPUtime=0.08 cores=0,2,4,6
/proc/12592/task/12657/stat : 12657 (java) S 12589 12592 7887 0 -1 1077944384 3 13186 0 0 0 0 5 3 20 0 15 0 49563732 11178180608 791309 33554432000 4194304 4196468 140726189835664 139654015740640 139655739508437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
[pid=12592/tid=12658] ppid=12589 vsize=10916192 memory=1408 CPUtime=1.56 cores=0,2,4,6
/proc/12592/task/12658/stat : 12658 (java) S 12589 12592 7887 0 -1 1077944384 3395 13186 0 0 73 75 5 3 20 0 15 0 49563733 11178180608 791309 33554432000 4194304 4196468 140726189835664 139655160867504 139655739509378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28246016 140726189841007 140726189843804 140726189843804 140726189846479 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 3165236 KiB

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

[startup+2478.05 s]
# the end of solver process 12592 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.03 s, system=3.07379 s

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

Child status: 143
Real time (s): 2478.05
CPU time (s): 2520.11
CPU user time (s): 2517.03
CPU system time (s): 3.07379
CPU usage (%): 101.697
Max. virtual memory (cumulated for all children) (KiB): 10918828
Max. memory (cumulated for all children) (KiB): 3165560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.03
system time used= 3.07379
maximum resident set size= 3169356
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 624907
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3040
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 101774
involuntary context switches= 5529


# summary of solver processes directly reported to runsolver:
#   pid: 12592
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2517.03
#   total CPU system time (s): 3.07379

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.0321 second user time and 18.9979 second system time

The end

Launcher Data

Begin job on node107 at 2018-07-23 06:26:45
IDJOB=4293505
IDBENCH=141183
IDSOLVER=2750
FILE ID=node107/4293505-1532320005
RUNJOBID= node107-1532295923-7918
PBS_JOBID= 21018984
Free space on /tmp= 55100 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/Rlfap/Rlfap-dec-scens11/Rlfap-scen-11-f04_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4293505-1532320005/watcher-4293505-1532320005 -o /tmp/evaluation-result-4293505-1532320005/solver-4293505-1532320005 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532295923-7918 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=525765517 HOME/instance-4293505-1532320005.xml

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

MD5SUM BENCH= 3c3f91fe2d5d1aa7af585cdf812638b5
RANDOM SEED=525765517

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:        19273196 kB
MemAvailable:   31163044 kB
Buffers:          260336 kB
Cached:         11776648 kB
SwapCached:            0 kB
Active:          2437652 kB
Inactive:       10429256 kB
Active(anon):     833048 kB
Inactive(anon):    16860 kB
Active(file):    1604604 kB
Inactive(file): 10412396 kB
Unevictable:        7152 kB
Mlocked:            7152 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26392 kB
Writeback:             0 kB
AnonPages:        845084 kB
Mapped:            49820 kB
Shmem:             17036 kB
Slab:             328476 kB
SReclaimable:     301308 kB
SUnreclaim:        27168 kB
KernelStack:        3792 kB
PageTables:         7320 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1678424 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    751616 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 07:08:03