Trace number 4295827

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.8-SuperNG 2018-06-13? (TO) 2520.05 2482.04

General information on the benchmark

NameQuasigroups/
QuasiGroup-7-12_c18.xml
MD5SUM70b2a7c07aa80f8552a525257c8c3e20
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 variables288
Number of constraints266
Number of domains1
Minimum domain size12
Maximum domain size12
Distribution of domain sizes[{"size":12,"count":276}]
Minimum variable degree0
Maximum variable degree25
Distribution of variable degrees[{"degree":0,"count":12},{"degree":2,"count":132},{"degree":24,"count":12},{"degree":25,"count":132}]
Minimum constraint arity12
Maximum constraint arity144
Distribution of constraint arities[{"arity":12,"count":1},{"arity":14,"count":264},{"arity":144,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":1},{"type":"instantiation","count":1},{"type":"element","count":264}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295827-1532597067/watcher-4295827-1532597067 -o /tmp/evaluation-result-4295827-1532597067/solver-4295827-1532597067 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532594593-7269 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1132966468 -superng HOME/instance-4295827-1532597067.xml 

running on 4 cores: 1,3,5,7

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


[startup+0.100103 s]*
/proc/loadavg: 1.59 1.47 1.52 3/203 7771
/proc/meminfo: memFree=21505020/32770624 swapFree=67076912/67108860
[pid=7718] ppid=7715 vsize=9972712 memory=16548 CPUtime=0.09 cores=1,3,5,7
/proc/7718/stat : 7718 (java) S 7715 7718 5667 0 -1 1077944320 4267 12904 0 0 1 1 5 2 20 0 6 0 77269898 10212057088 4137 33554432000 4194304 4196468 140728790936256 140728790918800 140087820861175 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
/proc/7718/statm: 2493178 4137 1932 1 0 2481616 0
[pid=7718/tid=7771] ppid=7715 vsize=9972712 memory=-8745273339715829695 CPUtime=0.07 cores=1,3,5,7
/proc/7718/task/7771/stat : 7771 (java) R 7715 7718 5667 0 -1 4202560 2084 12904 0 0 0 0 5 2 20 0 6 0 77269907 10212057088 4649 33554432000 4194304 4196468 140728790936256 140087792697936 140087806543701 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7772] ppid=7715 vsize=9972712 memory=8257237230052613020 CPUtime=0.07 cores=1,3,5,7
/proc/7718/task/7772/stat : 7772 (java) S 7715 7718 5667 0 -1 1077944384 1 12904 0 0 0 0 5 2 20 0 6 0 77269908 10212057088 4649 33554432000 4194304 4196468 140728790936256 140087825103248 140087820871381 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7773] ppid=7715 vsize=9972712 memory=139764516009600 CPUtime=0.07 cores=1,3,5,7
/proc/7718/task/7773/stat : 7773 (java) S 7715 7718 5667 0 -1 1077944384 1 12904 0 0 0 0 5 2 20 0 6 0 77269908 10212057088 4649 33554432000 4194304 4196468 140728790936256 140087743854864 140087820871381 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7774] ppid=7715 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7718/task/7774/stat : 7774 (java) S 7715 7718 5667 0 -1 1077944384 2 12904 0 0 0 0 5 2 20 0 6 0 77269908 10212057088 4649 33554432000 4194304 4196468 140728790936256 140087742802576 140087820871381 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7775] ppid=7715 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/7718/task/7775/stat : 7775 (java) S 7715 7718 5667 0 -1 1077944384 1 12904 0 0 0 0 5 2 20 0 6 0 77269908 10212057088 4649 33554432000 4194304 4196468 140728790936256 140087741749776 140087820871381 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16548 KiB

[startup+0.210312 s]*
/proc/loadavg: 1.59 1.47 1.52 3/216 7784
/proc/meminfo: memFree=21478700/32770624 swapFree=67076912/67108860
[pid=7718] ppid=7715 vsize=10818856 memory=41888 CPUtime=0.25 cores=1,3,5,7
/proc/7718/stat : 7718 (java) S 7715 7718 5667 0 -1 1077944320 8352 12904 0 0 16 2 5 2 20 0 15 0 77269898 11078508544 10472 33554432000 4194304 4196468 140728790936256 140728790918800 140087820861175 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
/proc/7718/statm: 2704714 10472 2959 1 0 2667149 0
[pid=7718/tid=7771] ppid=7715 vsize=10818856 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/7718/task/7771/stat : 7771 (java) R 7715 7718 5667 0 -1 4202560 4979 12904 0 0 10 1 5 2 20 0 15 0 77269907 11078508544 10472 33554432000 4194304 4196468 140728790936256 140087792658832 140087802424735 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7772] ppid=7715 vsize=10818856 memory=342 CPUtime=0.07 cores=1,3,5,7
/proc/7718/task/7772/stat : 7772 (java) S 7715 7718 5667 0 -1 1077944384 1 12904 0 0 0 0 5 2 20 0 15 0 77269908 11078508544 10472 33554432000 4194304 4196468 140728790936256 140087825103248 140087820871381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7773] ppid=7715 vsize=10818856 memory=139764516017575 CPUtime=0.07 cores=1,3,5,7
/proc/7718/task/7773/stat : 7773 (java) S 7715 7718 5667 0 -1 1077944384 1 12904 0 0 0 0 5 2 20 0 15 0 77269908 11078508544 10472 33554432000 4194304 4196468 140728790936256 140087743854864 140087820871381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7774] ppid=7715 vsize=10818856 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7718/task/7774/stat : 7774 (java) S 7715 7718 5667 0 -1 1077944384 2 12904 0 0 0 0 5 2 20 0 15 0 77269908 11078508544 10472 33554432000 4194304 4196468 140728790936256 140087742802576 140087820871381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7775] ppid=7715 vsize=10818856 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/7718/task/7775/stat : 7775 (java) S 7715 7718 5667 0 -1 1077944384 1 12904 0 0 0 0 5 2 20 0 15 0 77269908 11078508544 10472 33554432000 4194304 4196468 140728790936256 140087741749776 140087820871381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7776] ppid=7715 vsize=10818856 memory=139764516009600 CPUtime=0.07 cores=1,3,5,7
/proc/7718/task/7776/stat : 7776 (java) S 7715 7718 5667 0 -1 1077944384 2 12904 0 0 0 0 5 2 20 0 15 0 77269909 11078508544 10472 33554432000 4194304 4196468 140728790936256 140087347509872 140087820872322 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7777] ppid=7715 vsize=10818856 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/7718/task/7777/stat : 7777 (java) S 7715 7718 5667 0 -1 1077944384 13 12904 0 0 0 0 5 2 20 0 15 0 77269910 11078508544 10472 33554432000 4194304 4196468 140728790936256 140087270565152 140087820871381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7778] ppid=7715 vsize=10818856 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7718/task/7778/stat : 7778 (java) S 7715 7718 5667 0 -1 1077944384 1 12904 0 0 0 0 5 2 20 0 15 0 77269910 11078508544 10472 33554432000 4194304 4196468 140728790936256 140086666585712 140087820871381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7779] ppid=7715 vsize=10818856 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7718/task/7779/stat : 7779 (java) S 7715 7718 5667 0 -1 1077944384 3 12904 0 0 0 0 5 2 20 0 15 0 77269913 11078508544 10472 33554432000 4194304 4196468 140728790936256 140086359186000 140087820879771 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7780] ppid=7715 vsize=10818856 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7718/task/7780/stat : 7780 (java) S 7715 7718 5667 0 -1 1077944384 493 12904 0 0 1 0 5 2 20 0 15 0 77269913 11078508544 10472 33554432000 4194304 4196468 140728790936256 140087346456688 140087820872322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7781] ppid=7715 vsize=10818856 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/7718/task/7781/stat : 7781 (java) S 7715 7718 5667 0 -1 1077944384 88 12904 0 0 1 0 5 2 20 0 15 0 77269913 11078508544 10472 33554432000 4194304 4196468 140728790936256 140087345403888 140087820872322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7782] ppid=7715 vsize=10818856 memory=139764516009600 CPUtime=0.1 cores=1,3,5,7
/proc/7718/task/7782/stat : 7782 (java) S 7715 7718 5667 0 -1 1077944384 572 12904 0 0 3 0 5 2 20 0 15 0 77269913 11078508544 10472 33554432000 4194304 4196468 140728790936256 140087344351600 140087820872322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7783] ppid=7715 vsize=10818856 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/7718/task/7783/stat : 7783 (java) S 7715 7718 5667 0 -1 1077944384 3 12904 0 0 0 0 5 2 20 0 15 0 77269913 11078508544 10472 33554432000 4194304 4196468 140728790936256 140086325627360 140087820871381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7784] ppid=7715 vsize=10818856 memory=139764516009600 CPUtime=0.07 cores=1,3,5,7
/proc/7718/task/7784/stat : 7784 (java) S 7715 7718 5667 0 -1 1077944384 1 12904 0 0 0 0 5 2 20 0 15 0 77269913 11078508544 10472 33554432000 4194304 4196468 140728790936256 140087343299504 140087820872322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818856 KiB
Current children cumulated memory: 41888 KiB

[startup+0.310377 s]*
/proc/loadavg: 1.59 1.47 1.52 3/216 7784
/proc/meminfo: memFree=21470016/32770624 swapFree=67076912/67108860
[pid=7718] ppid=7715 vsize=10819352 memory=53220 CPUtime=0.38 cores=1,3,5,7
/proc/7718/stat : 7718 (java) S 7715 7718 5667 0 -1 1077944320 10383 12904 0 0 28 3 5 2 20 0 15 0 77269898 11079016448 13305 33554432000 4194304 4196468 140728790936256 140728790918800 140087820861175 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
/proc/7718/statm: 2704838 13305 3090 1 0 2667149 0
[pid=7718/tid=7771] ppid=7715 vsize=10819352 memory=8112282956445269571 CPUtime=0.27 cores=1,3,5,7
/proc/7718/task/7771/stat : 7771 (java) R 7715 7718 5667 0 -1 4202560 7003 12904 0 0 18 2 5 2 20 0 15 0 77269907 11079016448 13305 33554432000 4194304 4196468 140728790936256 140087792673184 140087804941662 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7772] ppid=7715 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7718/task/7772/stat : 7772 (java) S 7715 7718 5667 0 -1 1077944384 1 12904 0 0 0 0 5 2 20 0 15 0 77269908 11079016448 13305 33554432000 4194304 4196468 140728790936256 140087825103248 140087820871381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7773] ppid=7715 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7718/task/7773/stat : 7773 (java) S 7715 7718 5667 0 -1 1077944384 1 12904 0 0 0 0 5 2 20 0 15 0 77269908 11079016448 13305 33554432000 4194304 4196468 140728790936256 140087743854864 140087820871381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7774] ppid=7715 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7718/task/7774/stat : 7774 (java) S 7715 7718 5667 0 -1 1077944384 2 12904 0 0 0 0 5 2 20 0 15 0 77269908 11079016448 13305 33554432000 4194304 4196468 140728790936256 140087742802576 140087820871381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7775] ppid=7715 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7718/task/7775/stat : 7775 (java) S 7715 7718 5667 0 -1 1077944384 1 12904 0 0 0 0 5 2 20 0 15 0 77269908 11079016448 13305 33554432000 4194304 4196468 140728790936256 140087741749776 140087820871381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7776] ppid=7715 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7718/task/7776/stat : 7776 (java) S 7715 7718 5667 0 -1 1077944384 2 12904 0 0 0 0 5 2 20 0 15 0 77269909 11079016448 13305 33554432000 4194304 4196468 140728790936256 140087347509872 140087820872322 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7777] ppid=7715 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/7718/task/7777/stat : 7777 (java) S 7715 7718 5667 0 -1 1077944384 13 12904 0 0 0 0 5 2 20 0 15 0 77269910 11079016448 13305 33554432000 4194304 4196468 140728790936256 140087270565152 140087820871381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7778] ppid=7715 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7718/task/7778/stat : 7778 (java) S 7715 7718 5667 0 -1 1077944384 1 12904 0 0 0 0 5 2 20 0 15 0 77269910 11079016448 13305 33554432000 4194304 4196468 140728790936256 140086666585712 140087820871381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7779] ppid=7715 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7718/task/7779/stat : 7779 (java) S 7715 7718 5667 0 -1 1077944384 3 12904 0 0 0 0 5 2 20 0 15 0 77269913 11079016448 13305 33554432000 4194304 4196468 140728790936256 140086359186000 140087820879771 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7780] ppid=7715 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7718/task/7780/stat : 7780 (java) S 7715 7718 5667 0 -1 1077944384 493 12904 0 0 1 0 5 2 20 0 15 0 77269913 11079016448 13305 33554432000 4194304 4196468 140728790936256 140087346456688 140087820872322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7781] ppid=7715 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/7718/task/7781/stat : 7781 (java) R 7715 7718 5667 0 -1 4202560 89 12904 0 0 1 0 5 2 20 0 15 0 77269913 11079016448 13305 33554432000 4194304 4196468 140728790936256 140087345403888 140087801496992 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7782] ppid=7715 vsize=10819352 memory=139764516009600 CPUtime=0.12 cores=1,3,5,7
/proc/7718/task/7782/stat : 7782 (java) R 7715 7718 5667 0 -1 4202560 587 12904 0 0 5 0 5 2 20 0 15 0 77269913 11079016448 13305 33554432000 4194304 4196468 140728790936256 140087344351600 140087804941662 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7783] ppid=7715 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/7718/task/7783/stat : 7783 (java) S 7715 7718 5667 0 -1 1077944384 3 12904 0 0 0 0 5 2 20 0 15 0 77269913 11079016448 13305 33554432000 4194304 4196468 140728790936256 140086325627360 140087820871381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7784] ppid=7715 vsize=10819352 memory=139764516009600 CPUtime=0.07 cores=1,3,5,7
/proc/7718/task/7784/stat : 7784 (java) S 7715 7718 5667 0 -1 1077944384 1 12904 0 0 0 0 5 2 20 0 15 0 77269913 11079016448 13305 33554432000 4194304 4196468 140728790936256 140087343299504 140087820872322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 53220 KiB

[startup+0.700754 s]
/proc/loadavg: 1.59 1.47 1.52 3/216 7784
/proc/meminfo: memFree=21458232/32770624 swapFree=67076912/67108860
[pid=7718] ppid=7715 vsize=10819352 memory=86824 CPUtime=0.98 cores=1,3,5,7
/proc/7718/stat : 7718 (java) S 7715 7718 5667 0 -1 1077944320 16834 12904 0 0 87 4 5 2 20 0 15 0 77269898 11079016448 21706 33554432000 4194304 4196468 140728790936256 140728790918800 140087820861175 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
/proc/7718/statm: 2704838 21706 3237 1 0 2667149 0
[pid=7718/tid=7771] ppid=7715 vsize=10819352 memory=0 CPUtime=0.65 cores=1,3,5,7
/proc/7718/task/7771/stat : 7771 (java) R 7715 7718 5667 0 -1 4202560 12475 12904 0 0 55 3 5 2 20 0 15 0 77269907 11079016448 21706 33554432000 4194304 4196468 140728790936256 140087792682000 140087801126930 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7772] ppid=7715 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7718/task/7772/stat : 7772 (java) S 7715 7718 5667 0 -1 1077944384 1 12904 0 0 0 0 5 2 20 0 15 0 77269908 11079016448 21706 33554432000 4194304 4196468 140728790936256 140087825103248 140087820871381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7773] ppid=7715 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7718/task/7773/stat : 7773 (java) S 7715 7718 5667 0 -1 1077944384 1 12904 0 0 0 0 5 2 20 0 15 0 77269908 11079016448 21706 33554432000 4194304 4196468 140728790936256 140087743854864 140087820871381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7774] ppid=7715 vsize=10819352 memory=139764409971472 CPUtime=0.07 cores=1,3,5,7
/proc/7718/task/7774/stat : 7774 (java) S 7715 7718 5667 0 -1 1077944384 2 12904 0 0 0 0 5 2 20 0 15 0 77269908 11079016448 21706 33554432000 4194304 4196468 140728790936256 140087742802576 140087820871381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7775] ppid=7715 vsize=10819352 memory=139766825747017 CPUtime=0.07 cores=1,3,5,7
/proc/7718/task/7775/stat : 7775 (java) S 7715 7718 5667 0 -1 1077944384 1 12904 0 0 0 0 5 2 20 0 15 0 77269908 11079016448 21706 33554432000 4194304 4196468 140728790936256 140087741749776 140087820871381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7776] ppid=7715 vsize=10819352 memory=796 CPUtime=0.07 cores=1,3,5,7
/proc/7718/task/7776/stat : 7776 (java) S 7715 7718 5667 0 -1 1077944384 5 12904 0 0 0 0 5 2 20 0 15 0 77269909 11079016448 21706 33554432000 4194304 4196468 140728790936256 140087347509872 140087820872322 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7777] ppid=7715 vsize=10819352 memory=7014751519650764113 CPUtime=0.07 cores=1,3,5,7
/proc/7718/task/7777/stat : 7777 (java) S 7715 7718 5667 0 -1 1077944384 13 12904 0 0 0 0 5 2 20 0 15 0 77269910 11079016448 21706 33554432000 4194304 4196468 140728790936256 140087270565152 140087820871381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7778] ppid=7715 vsize=10819352 memory=7597123233646858610 CPUtime=0.07 cores=1,3,5,7
/proc/7718/task/7778/stat : 7778 (java) S 7715 7718 5667 0 -1 1077944384 1 12904 0 0 0 0 5 2 20 0 15 0 77269910 11079016448 21706 33554432000 4194304 4196468 140728790936256 140086666585712 140087820871381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7779] ppid=7715 vsize=10819352 memory=3604 CPUtime=0.07 cores=1,3,5,7
/proc/7718/task/7779/stat : 7779 (java) S 7715 7718 5667 0 -1 1077944384 3 12904 0 0 0 0 5 2 20 0 15 0 77269913 11079016448 21706 33554432000 4194304 4196468 140728790936256 140086359186000 140087820879771 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7780] ppid=7715 vsize=10819352 memory=10724 CPUtime=0.16 cores=1,3,5,7
/proc/7718/task/7780/stat : 7780 (java) S 7715 7718 5667 0 -1 1077944384 1077 12904 0 0 9 0 5 2 20 0 15 0 77269913 11079016448 21706 33554432000 4194304 4196468 140728790936256 140087346456688 140087820872322 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7781] ppid=7715 vsize=10819352 memory=15128 CPUtime=0.15 cores=1,3,5,7
/proc/7718/task/7781/stat : 7781 (java) S 7715 7718 5667 0 -1 1077944384 383 12904 0 0 8 0 5 2 20 0 15 0 77269913 11079016448 21706 33554432000 4194304 4196468 140728790936256 140087345403888 140087820872322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7782] ppid=7715 vsize=10819352 memory=640 CPUtime=0.2 cores=1,3,5,7
/proc/7718/task/7782/stat : 7782 (java) S 7715 7718 5667 0 -1 1077944384 676 12904 0 0 13 0 5 2 20 0 15 0 77269913 11079016448 21706 33554432000 4194304 4196468 140728790936256 140087344351600 140087820872322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7783] ppid=7715 vsize=10819352 memory=1760 CPUtime=0.07 cores=1,3,5,7
/proc/7718/task/7783/stat : 7783 (java) S 7715 7718 5667 0 -1 1077944384 3 12904 0 0 0 0 5 2 20 0 15 0 77269913 11079016448 21706 33554432000 4194304 4196468 140728790936256 140086325627360 140087820871381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7784] ppid=7715 vsize=10819352 memory=960 CPUtime=0.07 cores=1,3,5,7
/proc/7718/task/7784/stat : 7784 (java) S 7715 7718 5667 0 -1 1077944384 1 12904 0 0 0 0 5 2 20 0 15 0 77269913 11079016448 21706 33554432000 4194304 4196468 140728790936256 140087343299504 140087820872322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86824 KiB

[startup+1.50077 s]
/proc/loadavg: 1.63 1.48 1.53 6/216 7784
/proc/meminfo: memFree=21411164/32770624 swapFree=67076912/67108860
[pid=7718] ppid=7715 vsize=10834252 memory=179356 CPUtime=2.35 cores=1,3,5,7
/proc/7718/stat : 7718 (java) S 7715 7718 5667 0 -1 1077944320 24775 12904 0 0 219 9 5 2 20 0 15 0 77269898 11094274048 44839 33554432000 4194304 4196468 140728790936256 140728790918800 140087820861175 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
/proc/7718/statm: 2708563 44839 3468 1 0 2670221 0
[pid=7718/tid=7771] ppid=7715 vsize=10834252 memory=62936 CPUtime=1.42 cores=1,3,5,7
/proc/7718/task/7771/stat : 7771 (java) R 7715 7718 5667 0 -1 4202560 18110 12904 0 0 129 6 5 2 20 0 15 0 77269907 11094274048 44839 33554432000 4194304 4196468 140728790936256 140087792692448 140087804941662 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7772] ppid=7715 vsize=10834252 memory=8112282956445269571 CPUtime=0.07 cores=1,3,5,7
/proc/7718/task/7772/stat : 7772 (java) S 7715 7718 5667 0 -1 1077944384 174 12904 0 0 0 0 5 2 20 0 15 0 77269908 11094274048 44839 33554432000 4194304 4196468 140728790936256 140087825103248 140087820871381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7773] ppid=7715 vsize=10834252 memory=279528819974304 CPUtime=0.08 cores=1,3,5,7
/proc/7718/task/7773/stat : 7773 (java) S 7715 7718 5667 0 -1 1077944384 13 12904 0 0 1 0 5 2 20 0 15 0 77269908 11094274048 44839 33554432000 4194304 4196468 140728790936256 140087743854864 140087820871381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7774] ppid=7715 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7718/task/7774/stat : 7774 (java) S 7715 7718 5667 0 -1 1077944384 36 12904 0 0 1 0 5 2 20 0 15 0 77269908 11094274048 44839 33554432000 4194304 4196468 140728790936256 140087742802576 140087820871381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7775] ppid=7715 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7718/task/7775/stat : 7775 (java) S 7715 7718 5667 0 -1 1077944384 63 12904 0 0 1 0 5 2 20 0 15 0 77269908 11094274048 44839 33554432000 4194304 4196468 140728790936256 140087741749776 140087820871381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7776] ppid=7715 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7718/task/7776/stat : 7776 (java) S 7715 7718 5667 0 -1 1077944384 561 12904 0 0 1 0 5 2 20 0 15 0 77269909 11094274048 44839 33554432000 4194304 4196468 140728790936256 140087347509872 140087820872322 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7777] ppid=7715 vsize=10834252 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7718/task/7777/stat : 7777 (java) S 7715 7718 5667 0 -1 1077944384 14 12904 0 0 0 0 5 2 20 0 15 0 77269910 11094274048 44839 33554432000 4194304 4196468 140728790936256 140087270565216 140087820871381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7778] ppid=7715 vsize=10834252 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7718/task/7778/stat : 7778 (java) S 7715 7718 5667 0 -1 1077944384 1 12904 0 0 0 0 5 2 20 0 15 0 77269910 11094274048 44839 33554432000 4194304 4196468 140728790936256 140086666585728 140087820871381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7779] ppid=7715 vsize=10834252 memory=-2746958450906831424 CPUtime=0.07 cores=1,3,5,7
/proc/7718/task/7779/stat : 7779 (java) S 7715 7718 5667 0 -1 1077944384 3 12904 0 0 0 0 5 2 20 0 15 0 77269913 11094274048 44839 33554432000 4194304 4196468 140728790936256 140086359186000 140087820879771 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7780] ppid=7715 vsize=10834252 memory=0 CPUtime=0.29 cores=1,3,5,7
/proc/7718/task/7780/stat : 7780 (java) S 7715 7718 5667 0 -1 1077944384 1525 12904 0 0 22 0 5 2 20 0 15 0 77269913 11094274048 44839 33554432000 4194304 4196468 140728790936256 140087346456688 140087820872322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7781] ppid=7715 vsize=10834252 memory=0 CPUtime=0.29 cores=1,3,5,7
/proc/7718/task/7781/stat : 7781 (java) S 7715 7718 5667 0 -1 1077944384 553 12904 0 0 22 0 5 2 20 0 15 0 77269913 11094274048 44839 33554432000 4194304 4196468 140728790936256 140087345403888 140087820872322 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7782] ppid=7715 vsize=10834252 memory=8112282956445269571 CPUtime=0.45 cores=1,3,5,7
/proc/7718/task/7782/stat : 7782 (java) S 7715 7718 5667 0 -1 1077944384 1527 12904 0 0 38 0 5 2 20 0 15 0 77269913 11094274048 44839 33554432000 4194304 4196468 140728790936256 140087344351600 140087820872322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7783] ppid=7715 vsize=10834252 memory=4638778398332698720 CPUtime=0.07 cores=1,3,5,7
/proc/7718/task/7783/stat : 7783 (java) S 7715 7718 5667 0 -1 1077944384 3 12904 0 0 0 0 5 2 20 0 15 0 77269913 11094274048 44839 33554432000 4194304 4196468 140728790936256 140086325627360 140087820871381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7784] ppid=7715 vsize=10834252 memory=279528820218752 CPUtime=0.07 cores=1,3,5,7
/proc/7718/task/7784/stat : 7784 (java) S 7715 7718 5667 0 -1 1077944384 1 12904 0 0 0 0 5 2 20 0 15 0 77269913 11094274048 44839 33554432000 4194304 4196468 140728790936256 140087343299504 140087820872322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
Current children cumulated CPU time: 2.35 s
Current children cumulated vsize: 10834252 KiB

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

/proc/7718/task/7771/stat : 7771 (java) R 7715 7718 5667 0 -1 4202560 83101 12904 0 0 230488 40 5 2 20 0 15 0 77269907 11176083456 235168 33554432000 4194304 4196468 140728790936256 140087792695808 140087439146429 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7772] ppid=7715 vsize=10914144 memory=0 CPUtime=8.51 cores=1,3,5,7
/proc/7718/task/7772/stat : 7772 (java) S 7715 7718 5667 0 -1 1077944384 12214 12904 0 0 808 36 5 2 20 0 15 0 77269908 11176083456 235168 33554432000 4194304 4196468 140728790936256 140087825103248 140087820871381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7773] ppid=7715 vsize=10914144 memory=940672 CPUtime=8.57 cores=1,3,5,7
/proc/7718/task/7773/stat : 7773 (java) S 7715 7718 5667 0 -1 1077944384 11569 12904 0 0 812 38 5 2 20 0 15 0 77269908 11176083456 235168 33554432000 4194304 4196468 140728790936256 140087743854864 140087820871381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7774] ppid=7715 vsize=10914144 memory=940672 CPUtime=8.58 cores=1,3,5,7
/proc/7718/task/7774/stat : 7774 (java) S 7715 7718 5667 0 -1 1077944384 10674 12904 0 0 811 40 5 2 20 0 15 0 77269908 11176083456 235168 33554432000 4194304 4196468 140728790936256 140087742802576 140087820871381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7775] ppid=7715 vsize=10914144 memory=940672 CPUtime=8.57 cores=1,3,5,7
/proc/7718/task/7775/stat : 7775 (java) S 7715 7718 5667 0 -1 1077944384 7536 12904 0 0 812 38 5 2 20 0 15 0 77269908 11176083456 235168 33554432000 4194304 4196468 140728790936256 140087741749776 140087820871381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7776] ppid=7715 vsize=10914144 memory=940672 CPUtime=7.19 cores=1,3,5,7
/proc/7718/task/7776/stat : 7776 (java) S 7715 7718 5667 0 -1 1077944384 12783 12904 0 0 675 37 5 2 20 0 15 0 77269909 11176083456 235168 33554432000 4194304 4196468 140728790936256 140087347509872 140087820872322 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7777] ppid=7715 vsize=10914144 memory=940672 CPUtime=0.07 cores=1,3,5,7
/proc/7718/task/7777/stat : 7777 (java) S 7715 7718 5667 0 -1 1077944384 15 12904 0 0 0 0 5 2 20 0 15 0 77269910 11176083456 235168 33554432000 4194304 4196468 140728790936256 140087270565216 140087820871381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7778] ppid=7715 vsize=10914144 memory=940672 CPUtime=0.07 cores=1,3,5,7
/proc/7718/task/7778/stat : 7778 (java) S 7715 7718 5667 0 -1 1077944384 3 12904 0 0 0 0 5 2 20 0 15 0 77269910 11176083456 235168 33554432000 4194304 4196468 140728790936256 140086666585728 140087820871381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7779] ppid=7715 vsize=10914144 memory=940672 CPUtime=0.07 cores=1,3,5,7
/proc/7718/task/7779/stat : 7779 (java) S 7715 7718 5667 0 -1 1077944384 3 12904 0 0 0 0 5 2 20 0 15 0 77269913 11176083456 235168 33554432000 4194304 4196468 140728790936256 140086359186000 140087820879771 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7780] ppid=7715 vsize=10914144 memory=940672 CPUtime=4.45 cores=1,3,5,7
/proc/7718/task/7780/stat : 7780 (java) S 7715 7718 5667 0 -1 1077944384 25229 12904 0 0 435 3 5 2 20 0 15 0 77269913 11176083456 235168 33554432000 4194304 4196468 140728790936256 140087346456688 140087820872322 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7781] ppid=7715 vsize=10914144 memory=940672 CPUtime=4.46 cores=1,3,5,7
/proc/7718/task/7781/stat : 7781 (java) S 7715 7718 5667 0 -1 1077944384 17961 12904 0 0 437 2 5 2 20 0 15 0 77269913 11176083456 235168 33554432000 4194304 4196468 140728790936256 140087345403888 140087820872322 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7782] ppid=7715 vsize=10914144 memory=940672 CPUtime=2.13 cores=1,3,5,7
/proc/7718/task/7782/stat : 7782 (java) S 7715 7718 5667 0 -1 1077944384 27866 12904 0 0 203 3 5 2 20 0 15 0 77269913 11176083456 235168 33554432000 4194304 4196468 140728790936256 140087344351600 140087820872322 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7783] ppid=7715 vsize=10914144 memory=940672 CPUtime=0.07 cores=1,3,5,7
/proc/7718/task/7783/stat : 7783 (java) S 7715 7718 5667 0 -1 1077944384 3 12904 0 0 0 0 5 2 20 0 15 0 77269913 11176083456 235168 33554432000 4194304 4196468 140728790936256 140086325627360 140087820871381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7784] ppid=7715 vsize=10914144 memory=940672 CPUtime=1.28 cores=1,3,5,7
/proc/7718/task/7784/stat : 7784 (java) S 7715 7718 5667 0 -1 1077944384 1159 12904 0 0 56 65 5 2 20 0 15 0 77269913 11176083456 235168 33554432000 4194304 4196468 140728790936256 140087343299504 140087820872322 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
Current children cumulated CPU time: 2358.55 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 940672 KiB

[startup+2382.3 s]
/proc/loadavg: 1.86 1.51 1.41 4/215 8136
/proc/meminfo: memFree=22258628/32770624 swapFree=67076928/67108860
[pid=7718] ppid=7715 vsize=10914144 memory=942720 CPUtime=2419.21 cores=1,3,5,7
/proc/7718/stat : 7718 (java) S 7715 7718 5667 0 -1 1077944320 213634 12904 0 0 241644 270 5 2 20 0 15 0 77269898 11176083456 235680 33554432000 4194304 4196468 140728790936256 140728790918800 140087820861175 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
/proc/7718/statm: 2728536 235680 3524 1 0 2690189 0
[pid=7718/tid=7771] ppid=7715 vsize=10914144 memory=940672 CPUtime=2364.91 cores=1,3,5,7
/proc/7718/task/7771/stat : 7771 (java) R 7715 7718 5667 0 -1 4202560 83687 12904 0 0 236443 41 5 2 20 0 15 0 77269907 11176083456 235680 33554432000 4194304 4196468 140728790936256 140087792694464 140087438647705 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7772] ppid=7715 vsize=10914144 memory=942720 CPUtime=8.73 cores=1,3,5,7
/proc/7718/task/7772/stat : 7772 (java) S 7715 7718 5667 0 -1 1077944384 12246 12904 0 0 829 37 5 2 20 0 15 0 77269908 11176083456 235680 33554432000 4194304 4196468 140728790936256 140087825103248 140087820871381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7773] ppid=7715 vsize=10914144 memory=942720 CPUtime=8.79 cores=1,3,5,7
/proc/7718/task/7773/stat : 7773 (java) S 7715 7718 5667 0 -1 1077944384 11714 12904 0 0 834 38 5 2 20 0 15 0 77269908 11176083456 235680 33554432000 4194304 4196468 140728790936256 140087743854864 140087820871381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7774] ppid=7715 vsize=10914144 memory=942720 CPUtime=8.8 cores=1,3,5,7
/proc/7718/task/7774/stat : 7774 (java) S 7715 7718 5667 0 -1 1077944384 10994 12904 0 0 832 41 5 2 20 0 15 0 77269908 11176083456 235680 33554432000 4194304 4196468 140728790936256 140087742802576 140087820871381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7775] ppid=7715 vsize=10914144 memory=33432025439880 CPUtime=8.79 cores=1,3,5,7
/proc/7718/task/7775/stat : 7775 (java) S 7715 7718 5667 0 -1 1077944384 7558 12904 0 0 833 39 5 2 20 0 15 0 77269908 11176083456 235680 33554432000 4194304 4196468 140728790936256 140087741749776 140087820871381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7776] ppid=7715 vsize=10914144 memory=55 CPUtime=7.37 cores=1,3,5,7
/proc/7718/task/7776/stat : 7776 (java) S 7715 7718 5667 0 -1 1077944384 12980 12904 0 0 692 38 5 2 20 0 15 0 77269909 11176083456 235680 33554432000 4194304 4196468 140728790936256 140087347509872 140087820872322 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7777] ppid=7715 vsize=10914144 memory=942720 CPUtime=0.07 cores=1,3,5,7
/proc/7718/task/7777/stat : 7777 (java) S 7715 7718 5667 0 -1 1077944384 15 12904 0 0 0 0 5 2 20 0 15 0 77269910 11176083456 235680 33554432000 4194304 4196468 140728790936256 140087270565216 140087820871381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7778] ppid=7715 vsize=10914144 memory=942720 CPUtime=0.07 cores=1,3,5,7
/proc/7718/task/7778/stat : 7778 (java) S 7715 7718 5667 0 -1 1077944384 3 12904 0 0 0 0 5 2 20 0 15 0 77269910 11176083456 235680 33554432000 4194304 4196468 140728790936256 140086666585728 140087820871381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7779] ppid=7715 vsize=10914144 memory=3544 CPUtime=0.07 cores=1,3,5,7
/proc/7718/task/7779/stat : 7779 (java) S 7715 7718 5667 0 -1 1077944384 3 12904 0 0 0 0 5 2 20 0 15 0 77269913 11176083456 235680 33554432000 4194304 4196468 140728790936256 140086359186000 140087820879771 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7780] ppid=7715 vsize=10914144 memory=942720 CPUtime=4.45 cores=1,3,5,7
/proc/7718/task/7780/stat : 7780 (java) S 7715 7718 5667 0 -1 1077944384 25231 12904 0 0 435 3 5 2 20 0 15 0 77269913 11176083456 235680 33554432000 4194304 4196468 140728790936256 140087346456688 140087820872322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7781] ppid=7715 vsize=10914144 memory=942720 CPUtime=4.46 cores=1,3,5,7
/proc/7718/task/7781/stat : 7781 (java) S 7715 7718 5667 0 -1 1077944384 17963 12904 0 0 437 2 5 2 20 0 15 0 77269913 11176083456 235680 33554432000 4194304 4196468 140728790936256 140087345403888 140087820872322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7782] ppid=7715 vsize=10914144 memory=942720 CPUtime=2.13 cores=1,3,5,7
/proc/7718/task/7782/stat : 7782 (java) S 7715 7718 5667 0 -1 1077944384 27868 12904 0 0 203 3 5 2 20 0 15 0 77269913 11176083456 235680 33554432000 4194304 4196468 140728790936256 140087344351600 140087820872322 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7783] ppid=7715 vsize=10914144 memory=942720 CPUtime=0.07 cores=1,3,5,7
/proc/7718/task/7783/stat : 7783 (java) S 7715 7718 5667 0 -1 1077944384 3 12904 0 0 0 0 5 2 20 0 15 0 77269913 11176083456 235680 33554432000 4194304 4196468 140728790936256 140086325627360 140087820871381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7784] ppid=7715 vsize=10914144 memory=942720 CPUtime=1.3 cores=1,3,5,7
/proc/7718/task/7784/stat : 7784 (java) S 7715 7718 5667 0 -1 1077944384 1177 12904 0 0 57 66 5 2 20 0 15 0 77269913 11176083456 235680 33554432000 4194304 4196468 140728790936256 140087343299504 140087820872322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
Current children cumulated CPU time: 2419.21 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 942720 KiB

[startup+2442.3 s]
/proc/loadavg: 1.91 1.63 1.46 4/215 8137
/proc/meminfo: memFree=22263500/32770624 swapFree=67076928/67108860
[pid=7718] ppid=7715 vsize=10914144 memory=937076 CPUtime=2479.88 cores=1,3,5,7
/proc/7718/stat : 7718 (java) S 7715 7718 5667 0 -1 1077944320 215446 12904 0 0 247705 276 5 2 20 0 15 0 77269898 11176083456 234269 33554432000 4194304 4196468 140728790936256 140728790918800 140087820861175 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
/proc/7718/statm: 2728536 234269 3524 1 0 2690189 0
[pid=7718/tid=7771] ppid=7715 vsize=10914144 memory=939128 CPUtime=2424.46 cores=1,3,5,7
/proc/7718/task/7771/stat : 7771 (java) R 7715 7718 5667 0 -1 4202560 84660 12904 0 0 242398 41 5 2 20 0 15 0 77269907 11176083456 234269 33554432000 4194304 4196468 140728790936256 140087792696112 140087438647852 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7772] ppid=7715 vsize=10914144 memory=942720 CPUtime=8.95 cores=1,3,5,7
/proc/7718/task/7772/stat : 7772 (java) S 7715 7718 5667 0 -1 1077944384 12602 12904 0 0 850 38 5 2 20 0 15 0 77269908 11176083456 234269 33554432000 4194304 4196468 140728790936256 140087825103248 140087820871381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7773] ppid=7715 vsize=10914144 memory=941692 CPUtime=9.02 cores=1,3,5,7
/proc/7718/task/7773/stat : 7773 (java) S 7715 7718 5667 0 -1 1077944384 11760 12904 0 0 856 39 5 2 20 0 15 0 77269908 11176083456 234269 33554432000 4194304 4196468 140728790936256 140087743854864 140087820871381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7774] ppid=7715 vsize=10914144 memory=942204 CPUtime=9.02 cores=1,3,5,7
/proc/7718/task/7774/stat : 7774 (java) S 7715 7718 5667 0 -1 1077944384 11167 12904 0 0 853 42 5 2 20 0 15 0 77269908 11176083456 234269 33554432000 4194304 4196468 140728790936256 140087742802576 140087820871381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7775] ppid=7715 vsize=10914144 memory=937076 CPUtime=9.02 cores=1,3,5,7
/proc/7718/task/7775/stat : 7775 (java) S 7715 7718 5667 0 -1 1077944384 7600 12904 0 0 855 40 5 2 20 0 15 0 77269908 11176083456 234269 33554432000 4194304 4196468 140728790936256 140087741749776 140087820871381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7776] ppid=7715 vsize=10914144 memory=937076 CPUtime=7.54 cores=1,3,5,7
/proc/7718/task/7776/stat : 7776 (java) S 7715 7718 5667 0 -1 1077944384 13178 12904 0 0 709 38 5 2 20 0 15 0 77269909 11176083456 234269 33554432000 4194304 4196468 140728790936256 140087347509872 140087820872322 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7777] ppid=7715 vsize=10914144 memory=937076 CPUtime=0.07 cores=1,3,5,7
/proc/7718/task/7777/stat : 7777 (java) S 7715 7718 5667 0 -1 1077944384 15 12904 0 0 0 0 5 2 20 0 15 0 77269910 11176083456 234269 33554432000 4194304 4196468 140728790936256 140087270565216 140087820871381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7778] ppid=7715 vsize=10914144 memory=937076 CPUtime=0.07 cores=1,3,5,7
/proc/7718/task/7778/stat : 7778 (java) S 7715 7718 5667 0 -1 1077944384 3 12904 0 0 0 0 5 2 20 0 15 0 77269910 11176083456 234269 33554432000 4194304 4196468 140728790936256 140086666585728 140087820871381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7779] ppid=7715 vsize=10914144 memory=937076 CPUtime=0.07 cores=1,3,5,7
/proc/7718/task/7779/stat : 7779 (java) S 7715 7718 5667 0 -1 1077944384 3 12904 0 0 0 0 5 2 20 0 15 0 77269913 11176083456 234269 33554432000 4194304 4196468 140728790936256 140086359186000 140087820879771 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7780] ppid=7715 vsize=10914144 memory=937076 CPUtime=4.45 cores=1,3,5,7
/proc/7718/task/7780/stat : 7780 (java) S 7715 7718 5667 0 -1 1077944384 25233 12904 0 0 435 3 5 2 20 0 15 0 77269913 11176083456 234269 33554432000 4194304 4196468 140728790936256 140087346456688 140087820872322 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7781] ppid=7715 vsize=10914144 memory=3032 CPUtime=4.47 cores=1,3,5,7
/proc/7718/task/7781/stat : 7781 (java) S 7715 7718 5667 0 -1 1077944384 17965 12904 0 0 438 2 5 2 20 0 15 0 77269913 11176083456 234269 33554432000 4194304 4196468 140728790936256 140087345403888 140087820872322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7782] ppid=7715 vsize=10914144 memory=3544 CPUtime=2.13 cores=1,3,5,7
/proc/7718/task/7782/stat : 7782 (java) S 7715 7718 5667 0 -1 1077944384 27870 12904 0 0 203 3 5 2 20 0 15 0 77269913 11176083456 234269 33554432000 4194304 4196468 140728790936256 140087344351600 140087820872322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7783] ppid=7715 vsize=10914144 memory=937076 CPUtime=0.07 cores=1,3,5,7
/proc/7718/task/7783/stat : 7783 (java) S 7715 7718 5667 0 -1 1077944384 3 12904 0 0 0 0 5 2 20 0 15 0 77269913 11176083456 234269 33554432000 4194304 4196468 140728790936256 140086325627360 140087820871381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7784] ppid=7715 vsize=10914144 memory=3544 CPUtime=1.34 cores=1,3,5,7
/proc/7718/task/7784/stat : 7784 (java) S 7715 7718 5667 0 -1 1077944384 1195 12904 0 0 59 68 5 2 20 0 15 0 77269913 11176083456 234269 33554432000 4194304 4196468 140728790936256 140087343299504 140087820872322 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
Current children cumulated CPU time: 2479.88 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 937076 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2482 s]*
/proc/loadavg: 1.62 1.58 1.45 4/215 8138
/proc/meminfo: memFree=22260016/32770624 swapFree=67076928/67108860
[pid=7718] ppid=7715 vsize=10914144 memory=939124 CPUtime=2520 cores=1,3,5,7
/proc/7718/stat : 7718 (java) S 7715 7718 5667 0 -1 1077944320 216684 12904 0 0 251715 278 5 2 20 0 15 0 77269898 11176083456 234781 33554432000 4194304 4196468 140728790936256 140728790918800 140087820861175 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
/proc/7718/statm: 2728536 234781 3524 1 0 2690189 0
[pid=7718/tid=7771] ppid=7715 vsize=10914144 memory=-6733704525061579059 CPUtime=2463.9 cores=1,3,5,7
/proc/7718/task/7771/stat : 7771 (java) R 7715 7718 5667 0 -1 4202560 85126 12904 0 0 246342 41 5 2 20 0 15 0 77269907 11176083456 234781 33554432000 4194304 4196468 140728790936256 140087792696032 140087438942778 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7772] ppid=7715 vsize=10914144 memory=4126316290023845779 CPUtime=9.09 cores=1,3,5,7
/proc/7718/task/7772/stat : 7772 (java) S 7715 7718 5667 0 -1 1077944384 12921 12904 0 0 863 39 5 2 20 0 15 0 77269908 11176083456 234781 33554432000 4194304 4196468 140728790936256 140087825103248 140087820871381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7773] ppid=7715 vsize=10914144 memory=2241 CPUtime=9.16 cores=1,3,5,7
/proc/7718/task/7773/stat : 7773 (java) S 7715 7718 5667 0 -1 1077944384 11853 12904 0 0 869 40 5 2 20 0 15 0 77269908 11176083456 234781 33554432000 4194304 4196468 140728790936256 140087743854864 140087820871381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7774] ppid=7715 vsize=10914144 memory=2244 CPUtime=9.17 cores=1,3,5,7
/proc/7718/task/7774/stat : 7774 (java) S 7715 7718 5667 0 -1 1077944384 11233 12904 0 0 867 43 5 2 20 0 15 0 77269908 11176083456 234781 33554432000 4194304 4196468 140728790936256 140087742802576 140087820871381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7775] ppid=7715 vsize=10914144 memory=8387223549236478041 CPUtime=9.16 cores=1,3,5,7
/proc/7718/task/7775/stat : 7775 (java) S 7715 7718 5667 0 -1 1077944384 7676 12904 0 0 869 40 5 2 20 0 15 0 77269908 11176083456 234781 33554432000 4194304 4196468 140728790936256 140087741749776 140087820871381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7776] ppid=7715 vsize=10914144 memory=288289991187235691 CPUtime=7.65 cores=1,3,5,7
/proc/7718/task/7776/stat : 7776 (java) S 7715 7718 5667 0 -1 1077944384 13384 12904 0 0 719 39 5 2 20 0 15 0 77269909 11176083456 234781 33554432000 4194304 4196468 140728790936256 140087347509872 140087820872322 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7777] ppid=7715 vsize=10914144 memory=6656426215495852112 CPUtime=0.07 cores=1,3,5,7
/proc/7718/task/7777/stat : 7777 (java) S 7715 7718 5667 0 -1 1077944384 15 12904 0 0 0 0 5 2 20 0 15 0 77269910 11176083456 234781 33554432000 4194304 4196468 140728790936256 140087270565216 140087820871381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7778] ppid=7715 vsize=10914144 memory=7523376918531162212 CPUtime=0.07 cores=1,3,5,7
/proc/7718/task/7778/stat : 7778 (java) S 7715 7718 5667 0 -1 1077944384 3 12904 0 0 0 0 5 2 20 0 15 0 77269910 11176083456 234781 33554432000 4194304 4196468 140728790936256 140086666585728 140087820871381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7779] ppid=7715 vsize=10914144 memory=6443926919936437601 CPUtime=0.07 cores=1,3,5,7
/proc/7718/task/7779/stat : 7779 (java) S 7715 7718 5667 0 -1 1077944384 3 12904 0 0 0 0 5 2 20 0 15 0 77269913 11176083456 234781 33554432000 4194304 4196468 140728790936256 140086359186000 140087820879771 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7780] ppid=7715 vsize=10914144 memory=139764410887873 CPUtime=4.45 cores=1,3,5,7
/proc/7718/task/7780/stat : 7780 (java) S 7715 7718 5667 0 -1 1077944384 25235 12904 0 0 435 3 5 2 20 0 15 0 77269913 11176083456 234781 33554432000 4194304 4196468 140728790936256 140087346456688 140087820872322 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7781] ppid=7715 vsize=10914144 memory=7238798801035015221 CPUtime=4.47 cores=1,3,5,7
/proc/7718/task/7781/stat : 7781 (java) S 7715 7718 5667 0 -1 1077944384 17967 12904 0 0 438 2 5 2 20 0 15 0 77269913 11176083456 234781 33554432000 4194304 4196468 140728790936256 140087345403888 140087820872322 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7782] ppid=7715 vsize=10914144 memory=0 CPUtime=2.13 cores=1,3,5,7
/proc/7718/task/7782/stat : 7782 (java) S 7715 7718 5667 0 -1 1077944384 27872 12904 0 0 203 3 5 2 20 0 15 0 77269913 11176083456 234781 33554432000 4194304 4196468 140728790936256 140087344351600 140087820872322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7783] ppid=7715 vsize=10914144 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7718/task/7783/stat : 7783 (java) S 7715 7718 5667 0 -1 1077944384 3 12904 0 0 0 0 5 2 20 0 15 0 77269913 11176083456 234781 33554432000 4194304 4196468 140728790936256 140086325627360 140087820871381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
[pid=7718/tid=7784] ppid=7715 vsize=10914144 memory=0 CPUtime=1.36 cores=1,3,5,7
/proc/7718/task/7784/stat : 7784 (java) S 7715 7718 5667 0 -1 1077944384 1201 12904 0 0 60 69 5 2 20 0 15 0 77269913 11176083456 234781 33554432000 4194304 4196468 140728790936256 140087343299504 140087820872322 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28631040 140728790939819 140728790943068 140728790943068 140728790945743 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 939124 KiB

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

[startup+2482.04 s]
# the end of solver process 7718 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.22 s, system=2.82653 s

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

Child status: 143
Real time (s): 2482.04
CPU time (s): 2520.05
CPU user time (s): 2517.22
CPU system time (s): 2.82653
CPU usage (%): 101.532
Max. virtual memory (cumulated for all children) (KiB): 10916856
Max. memory (cumulated for all children) (KiB): 1057556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.22
system time used= 2.82653
maximum resident set size= 1059616
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 230507
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 202647
involuntary context switches= 3841


# summary of solver processes directly reported to runsolver:
#   pid: 7718
#   total CPU time (s): 2520.05
#   total CPU user time (s): 2517.22
#   total CPU system time (s): 2.82653

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.5179 second user time and 24.433 second system time

The end

Launcher Data

Begin job on node102 at 2018-07-26 11:24:27
IDJOB=4295827
IDBENCH=141606
IDSOLVER=2751
FILE ID=node102/4295827-1532597067
RUNJOBID= node102-1532594593-7269
PBS_JOBID= 21021970
Free space on /tmp= 52720 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/Quasigroups/QuasiGroup-7-12_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295827-1532597067/watcher-4295827-1532597067 -o /tmp/evaluation-result-4295827-1532597067/solver-4295827-1532597067 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532594593-7269 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1132966468 -superng HOME/instance-4295827-1532597067.xml

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

MD5SUM BENCH= 70b2a7c07aa80f8552a525257c8c3e20
RANDOM SEED=1132966468

node102.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.51
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.51
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.51
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.51
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:        21508868 kB
MemAvailable:   29244756 kB
Buffers:          185748 kB
Cached:          7786032 kB
SwapCached:         5384 kB
Active:          4062872 kB
Inactive:        6653700 kB
Active(anon):    2715792 kB
Inactive(anon):    53676 kB
Active(file):    1347080 kB
Inactive(file):  6600024 kB
Unevictable:        6616 kB
Mlocked:            6616 kB
SwapTotal:      67108860 kB
SwapFree:       67076912 kB
Dirty:             26448 kB
Writeback:            16 kB
AnonPages:       2746404 kB
Mapped:            46652 kB
Shmem:             21844 kB
Slab:             237052 kB
SReclaimable:     209240 kB
SUnreclaim:        27812 kB
KernelStack:        3536 kB
PageTables:        10840 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3691380 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2666496 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 52696 MiB
End job on node102 at 2018-07-26 12:05:49