Trace number 4295908

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NameQuasigroups/
QuasiGroup-7-14_c18.xml
MD5SUM4dff686a8a5225f7abc28d59168fc0d9
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 variables392
Number of constraints366
Number of domains1
Minimum domain size14
Maximum domain size14
Distribution of domain sizes[{"size":14,"count":378}]
Minimum variable degree0
Maximum variable degree29
Distribution of variable degrees[{"degree":0,"count":14},{"degree":2,"count":182},{"degree":28,"count":14},{"degree":29,"count":182}]
Minimum constraint arity14
Maximum constraint arity196
Distribution of constraint arities[{"arity":14,"count":1},{"arity":16,"count":364},{"arity":196,"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":364}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295908-1532597565/watcher-4295908-1532597565 -o /tmp/evaluation-result-4295908-1532597565/solver-4295908-1532597565 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532582651-32591 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1110380546 -superng HOME/instance-4295908-1532597565.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=2915, runsolver pid=2912

[startup+0.100091 s]*
/proc/loadavg: 1.72 1.47 1.43 3/206 2972
/proc/meminfo: memFree=16534940/32770624 swapFree=67108796/67108860
[pid=2915] ppid=2912 vsize=9972712 memory=16816 CPUtime=0.09 cores=0,2,4,6
/proc/2915/stat : 2915 (java) S 2912 2915 32560 0 -1 1077944320 4357 12987 0 0 1 0 5 3 20 0 6 0 77319718 10212057088 4204 33554432000 4194304 4196468 140731222109520 140731222092064 140025186512631 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
/proc/2915/statm: 2493178 4204 1934 1 0 2481616 0
[pid=2915/tid=2968] ppid=2912 vsize=9972712 memory=-8171376296011865461 CPUtime=0.09 cores=0,2,4,6
/proc/2915/task/2968/stat : 2968 (java) R 2912 2915 32560 0 -1 4202560 2218 12987 0 0 1 0 5 3 20 0 6 0 77319727 10212057088 4270 33554432000 4194304 4196468 140731222109520 140025158349392 140025170593118 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2969] ppid=2912 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2915/task/2969/stat : 2969 (java) S 2912 2915 32560 0 -1 1077944384 1 12987 0 0 0 0 5 3 20 0 6 0 77319728 10212057088 4270 33554432000 4194304 4196468 140731222109520 140025190755088 140025186522837 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2970] ppid=2912 vsize=9972712 memory=139853293147776 CPUtime=0.08 cores=0,2,4,6
/proc/2915/task/2970/stat : 2970 (java) S 2912 2915 32560 0 -1 1077944384 2 12987 0 0 0 0 5 3 20 0 6 0 77319728 10212057088 4270 33554432000 4194304 4196468 140731222109520 140025079028624 140025186522837 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2971] ppid=2912 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2915/task/2971/stat : 2971 (java) S 2912 2915 32560 0 -1 1077944384 2 12987 0 0 0 0 5 3 20 0 6 0 77319728 10212057088 4270 33554432000 4194304 4196468 140731222109520 140025077976080 140025186522837 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2972] ppid=2912 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2915/task/2972/stat : 2972 (java) S 2912 2915 32560 0 -1 1077944384 2 12987 0 0 0 0 5 3 20 0 6 0 77319728 10212057088 4270 33554432000 4194304 4196468 140731222109520 140025076923536 140025186522837 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16816 KiB

[startup+0.210177 s]*
/proc/loadavg: 1.72 1.47 1.43 3/215 2981
/proc/meminfo: memFree=16485564/32770624 swapFree=67108796/67108860
[pid=2915] ppid=2912 vsize=10821524 memory=43660 CPUtime=0.26 cores=0,2,4,6
/proc/2915/stat : 2915 (java) S 2912 2915 32560 0 -1 1077944320 8618 12987 0 0 17 1 5 3 20 0 15 0 77319718 11081240576 10915 33554432000 4194304 4196468 140731222109520 140731222092064 140025186512631 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
/proc/2915/statm: 2705381 10915 2973 1 0 2667804 0
[pid=2915/tid=2968] ppid=2912 vsize=10818936 memory=-8171376296011865461 CPUtime=0.19 cores=0,2,4,6
/proc/2915/task/2968/stat : 2968 (java) R 2912 2915 32560 0 -1 4202560 5991 12987 0 0 11 0 5 3 20 0 15 0 77319727 11078590464 10965 33554432000 4194304 4196468 140731222109520 140025158337440 140025179192349 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2969] ppid=2912 vsize=10818936 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2915/task/2969/stat : 2969 (java) S 2912 2915 32560 0 -1 1077944384 1 12987 0 0 0 0 5 3 20 0 15 0 77319728 11078590464 10965 33554432000 4194304 4196468 140731222109520 140025190755088 140025186522837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2970] ppid=2912 vsize=10818936 memory=139853293147776 CPUtime=0.08 cores=0,2,4,6
/proc/2915/task/2970/stat : 2970 (java) S 2912 2915 32560 0 -1 1077944384 2 12987 0 0 0 0 5 3 20 0 15 0 77319728 11078590464 11031 33554432000 4194304 4196468 140731222109520 140025079028624 140025186522837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2971] ppid=2912 vsize=10818936 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2915/task/2971/stat : 2971 (java) S 2912 2915 32560 0 -1 1077944384 2 12987 0 0 0 0 5 3 20 0 15 0 77319728 11078590464 11031 33554432000 4194304 4196468 140731222109520 140025077976080 140025186522837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2972] ppid=2912 vsize=10818936 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2915/task/2972/stat : 2972 (java) S 2912 2915 32560 0 -1 1077944384 2 12987 0 0 0 0 5 3 20 0 15 0 77319728 11078590464 11031 33554432000 4194304 4196468 140731222109520 140025076923536 140025186522837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2973] ppid=2912 vsize=10818936 memory=139853293147776 CPUtime=0.08 cores=0,2,4,6
/proc/2915/task/2973/stat : 2973 (java) S 2912 2915 32560 0 -1 1077944384 2 12987 0 0 0 0 5 3 20 0 15 0 77319729 11078590464 11097 33554432000 4194304 4196468 140731222109520 140024511145968 140025186523778 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2974] ppid=2912 vsize=10818936 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2915/task/2974/stat : 2974 (java) S 2912 2915 32560 0 -1 1077944384 33 12987 0 0 0 0 5 3 20 0 15 0 77319730 11078590464 11097 33554432000 4194304 4196468 140731222109520 140024510092192 140025186522837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2975] ppid=2912 vsize=10818936 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2915/task/2975/stat : 2975 (java) S 2912 2915 32560 0 -1 1077944384 1 12987 0 0 0 0 5 3 20 0 15 0 77319730 11078590464 11097 33554432000 4194304 4196468 140731222109520 140024054014960 140025186522837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2976] ppid=2912 vsize=10818936 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2915/task/2976/stat : 2976 (java) S 2912 2915 32560 0 -1 1077944384 3 12987 0 0 0 0 5 3 20 0 15 0 77319733 11078590464 11097 33554432000 4194304 4196468 140731222109520 140023746615504 140025186531227 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2977] ppid=2912 vsize=10818904 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/2915/task/2977/stat : 2977 (java) S 2912 2915 32560 0 -1 1077944384 492 12987 0 0 1 0 5 3 20 0 15 0 77319733 11078557696 11150 33554432000 4194304 4196468 140731222109520 140024476535280 140025186523778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2978] ppid=2912 vsize=10818904 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/2915/task/2978/stat : 2978 (java) S 2912 2915 32560 0 -1 1077944384 89 12987 0 0 1 0 5 3 20 0 15 0 77319733 11078557696 11150 33554432000 4194304 4196468 140731222109520 140024475482736 140025186523778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2979] ppid=2912 vsize=10818904 memory=139853293147776 CPUtime=0.11 cores=0,2,4,6
/proc/2915/task/2979/stat : 2979 (java) S 2912 2915 32560 0 -1 1077944384 550 12987 0 0 3 0 5 3 20 0 15 0 77319733 11078557696 11150 33554432000 4194304 4196468 140731222109520 140024474430192 140025186523778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2980] ppid=2912 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2915/task/2980/stat : 2980 (java) S 2912 2915 32560 0 -1 1077944384 3 12987 0 0 0 0 5 3 20 0 15 0 77319733 11078557696 11150 33554432000 4194304 4196468 140731222109520 140023713057888 140025186522837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2981] ppid=2912 vsize=10818904 memory=139853293147776 CPUtime=0.08 cores=0,2,4,6
/proc/2915/task/2981/stat : 2981 (java) S 2912 2915 32560 0 -1 1077944384 1 12987 0 0 0 0 5 3 20 0 15 0 77319733 11078557696 11150 33554432000 4194304 4196468 140731222109520 140024473377072 140025186523778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10821524 KiB
Current children cumulated memory: 43660 KiB

[startup+0.310237 s]*
/proc/loadavg: 1.72 1.47 1.43 3/215 2981
/proc/meminfo: memFree=16473532/32770624 swapFree=67108796/67108860
[pid=2915] ppid=2912 vsize=10819352 memory=52308 CPUtime=0.39 cores=0,2,4,6
/proc/2915/stat : 2915 (java) S 2912 2915 32560 0 -1 1077944320 10690 12987 0 0 29 2 5 3 20 0 15 0 77319718 11079016448 13077 33554432000 4194304 4196468 140731222109520 140731222092064 140025186512631 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
/proc/2915/statm: 2704838 13077 3092 1 0 2667149 0
[pid=2915/tid=2968] ppid=2912 vsize=10819352 memory=6935054825532540783 CPUtime=0.29 cores=0,2,4,6
/proc/2915/task/2968/stat : 2968 (java) R 2912 2915 32560 0 -1 4202560 7329 12987 0 0 20 1 5 3 20 0 15 0 77319727 11079016448 13143 33554432000 4194304 4196468 140731222109520 140025158324640 140025168086882 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2969] ppid=2912 vsize=10819352 memory=8514701219931451533 CPUtime=0.08 cores=0,2,4,6
/proc/2915/task/2969/stat : 2969 (java) S 2912 2915 32560 0 -1 1077944384 1 12987 0 0 0 0 5 3 20 0 15 0 77319728 11079016448 13143 33554432000 4194304 4196468 140731222109520 140025190755088 140025186522837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2970] ppid=2912 vsize=10819352 memory=1328725297981317182 CPUtime=0.08 cores=0,2,4,6
/proc/2915/task/2970/stat : 2970 (java) S 2912 2915 32560 0 -1 1077944384 2 12987 0 0 0 0 5 3 20 0 15 0 77319728 11079016448 13143 33554432000 4194304 4196468 140731222109520 140025079028624 140025186522837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2971] ppid=2912 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2915/task/2971/stat : 2971 (java) S 2912 2915 32560 0 -1 1077944384 2 12987 0 0 0 0 5 3 20 0 15 0 77319728 11079016448 13143 33554432000 4194304 4196468 140731222109520 140025077976080 140025186522837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2972] ppid=2912 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2915/task/2972/stat : 2972 (java) S 2912 2915 32560 0 -1 1077944384 2 12987 0 0 0 0 5 3 20 0 15 0 77319728 11079016448 13143 33554432000 4194304 4196468 140731222109520 140025076923536 140025186522837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2973] ppid=2912 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2915/task/2973/stat : 2973 (java) S 2912 2915 32560 0 -1 1077944384 2 12987 0 0 0 0 5 3 20 0 15 0 77319729 11079016448 13143 33554432000 4194304 4196468 140731222109520 140024511145968 140025186523778 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2974] ppid=2912 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2915/task/2974/stat : 2974 (java) S 2912 2915 32560 0 -1 1077944384 33 12987 0 0 0 0 5 3 20 0 15 0 77319730 11079016448 13143 33554432000 4194304 4196468 140731222109520 140024510092192 140025186522837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2975] ppid=2912 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2915/task/2975/stat : 2975 (java) S 2912 2915 32560 0 -1 1077944384 1 12987 0 0 0 0 5 3 20 0 15 0 77319730 11079016448 13143 33554432000 4194304 4196468 140731222109520 140024054014960 140025186522837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2976] ppid=2912 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2915/task/2976/stat : 2976 (java) S 2912 2915 32560 0 -1 1077944384 3 12987 0 0 0 0 5 3 20 0 15 0 77319733 11079016448 13143 33554432000 4194304 4196468 140731222109520 140023746615504 140025186531227 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2977] ppid=2912 vsize=10819352 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/2915/task/2977/stat : 2977 (java) R 2912 2915 32560 0 -1 4202560 493 12987 0 0 2 0 5 3 20 0 15 0 77319733 11079016448 13143 33554432000 4194304 4196468 140731222109520 140024476535280 140025167102452 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2978] ppid=2912 vsize=10819352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/2915/task/2978/stat : 2978 (java) S 2912 2915 32560 0 -1 1077944384 89 12987 0 0 1 0 5 3 20 0 15 0 77319733 11079016448 13143 33554432000 4194304 4196468 140731222109520 140024475482736 140025186523778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2979] ppid=2912 vsize=10819352 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/2915/task/2979/stat : 2979 (java) R 2912 2915 32560 0 -1 4202560 555 12987 0 0 5 0 5 3 20 0 15 0 77319733 11079016448 13143 33554432000 4194304 4196468 140731222109520 140024474430192 140025165003136 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2980] ppid=2912 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2915/task/2980/stat : 2980 (java) S 2912 2915 32560 0 -1 1077944384 3 12987 0 0 0 0 5 3 20 0 15 0 77319733 11079016448 13143 33554432000 4194304 4196468 140731222109520 140023713057888 140025186522837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2981] ppid=2912 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2915/task/2981/stat : 2981 (java) S 2912 2915 32560 0 -1 1077944384 1 12987 0 0 0 0 5 3 20 0 15 0 77319733 11079016448 13143 33554432000 4194304 4196468 140731222109520 140024473377072 140025186523778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 52308 KiB

[startup+0.700709 s]
/proc/loadavg: 1.72 1.47 1.43 4/215 2981
/proc/meminfo: memFree=16463112/32770624 swapFree=67108796/67108860
[pid=2915] ppid=2912 vsize=10819352 memory=84700 CPUtime=0.99 cores=0,2,4,6
/proc/2915/stat : 2915 (java) S 2912 2915 32560 0 -1 1077944320 16795 12987 0 0 88 3 5 3 20 0 15 0 77319718 11079016448 21175 33554432000 4194304 4196468 140731222109520 140731222092064 140025186512631 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
/proc/2915/statm: 2704838 21175 3238 1 0 2667149 0
[pid=2915/tid=2968] ppid=2912 vsize=10819352 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/2915/task/2968/stat : 2968 (java) R 2912 2915 32560 0 -1 4202560 12356 12987 0 0 57 2 5 3 20 0 15 0 77319727 11079016448 21175 33554432000 4194304 4196468 140731222109520 140025158333456 140025166787783 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2969] ppid=2912 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2915/task/2969/stat : 2969 (java) S 2912 2915 32560 0 -1 1077944384 1 12987 0 0 0 0 5 3 20 0 15 0 77319728 11079016448 21175 33554432000 4194304 4196468 140731222109520 140025190755088 140025186522837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2970] ppid=2912 vsize=10819352 memory=7886766292050524213 CPUtime=0.08 cores=0,2,4,6
/proc/2915/task/2970/stat : 2970 (java) S 2912 2915 32560 0 -1 1077944384 2 12987 0 0 0 0 5 3 20 0 15 0 77319728 11079016448 21175 33554432000 4194304 4196468 140731222109520 140025079028624 140025186522837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2971] ppid=2912 vsize=10819352 memory=5860705218891763792 CPUtime=0.08 cores=0,2,4,6
/proc/2915/task/2971/stat : 2971 (java) S 2912 2915 32560 0 -1 1077944384 2 12987 0 0 0 0 5 3 20 0 15 0 77319728 11079016448 21175 33554432000 4194304 4196468 140731222109520 140025077976080 140025186522837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2972] ppid=2912 vsize=10819352 memory=6226596351323422817 CPUtime=0.08 cores=0,2,4,6
/proc/2915/task/2972/stat : 2972 (java) S 2912 2915 32560 0 -1 1077944384 2 12987 0 0 0 0 5 3 20 0 15 0 77319728 11079016448 21175 33554432000 4194304 4196468 140731222109520 140025076923536 140025186522837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2973] ppid=2912 vsize=10819352 memory=2319389199337275488 CPUtime=0.08 cores=0,2,4,6
/proc/2915/task/2973/stat : 2973 (java) S 2912 2915 32560 0 -1 1077944384 6 12987 0 0 0 0 5 3 20 0 15 0 77319729 11079016448 21175 33554432000 4194304 4196468 140731222109520 140024511145968 140025186523778 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2974] ppid=2912 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2915/task/2974/stat : 2974 (java) S 2912 2915 32560 0 -1 1077944384 33 12987 0 0 0 0 5 3 20 0 15 0 77319730 11079016448 21175 33554432000 4194304 4196468 140731222109520 140024510092192 140025186522837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2975] ppid=2912 vsize=10819352 memory=3708 CPUtime=0.08 cores=0,2,4,6
/proc/2915/task/2975/stat : 2975 (java) S 2912 2915 32560 0 -1 1077944384 1 12987 0 0 0 0 5 3 20 0 15 0 77319730 11079016448 21175 33554432000 4194304 4196468 140731222109520 140024054014960 140025186522837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2976] ppid=2912 vsize=10819352 memory=2241 CPUtime=0.08 cores=0,2,4,6
/proc/2915/task/2976/stat : 2976 (java) S 2912 2915 32560 0 -1 1077944384 3 12987 0 0 0 0 5 3 20 0 15 0 77319733 11079016448 21175 33554432000 4194304 4196468 140731222109520 140023746615504 140025186531227 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2977] ppid=2912 vsize=10819352 memory=2244 CPUtime=0.16 cores=0,2,4,6
/proc/2915/task/2977/stat : 2977 (java) S 2912 2915 32560 0 -1 1077944384 850 12987 0 0 8 0 5 3 20 0 15 0 77319733 11079016448 21175 33554432000 4194304 4196468 140731222109520 140024476535280 140025186523778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2978] ppid=2912 vsize=10819352 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/2915/task/2978/stat : 2978 (java) S 2912 2915 32560 0 -1 1077944384 734 12987 0 0 9 0 5 3 20 0 15 0 77319733 11079016448 21175 33554432000 4194304 4196468 140731222109520 140024475482736 140025186523778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2979] ppid=2912 vsize=10819352 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/2915/task/2979/stat : 2979 (java) S 2912 2915 32560 0 -1 1077944384 609 12987 0 0 13 0 5 3 20 0 15 0 77319733 11079016448 21175 33554432000 4194304 4196468 140731222109520 140024474430192 140025186523778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2980] ppid=2912 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2915/task/2980/stat : 2980 (java) S 2912 2915 32560 0 -1 1077944384 3 12987 0 0 0 0 5 3 20 0 15 0 77319733 11079016448 21175 33554432000 4194304 4196468 140731222109520 140023713057888 140025186522837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2981] ppid=2912 vsize=10819352 memory=30305 CPUtime=0.08 cores=0,2,4,6
/proc/2915/task/2981/stat : 2981 (java) S 2912 2915 32560 0 -1 1077944384 1 12987 0 0 0 0 5 3 20 0 15 0 77319733 11079016448 21175 33554432000 4194304 4196468 140731222109520 140024473377072 140025186523778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 84700 KiB

[startup+1.5038 s]
/proc/loadavg: 1.72 1.47 1.43 2/215 2981
/proc/meminfo: memFree=16422700/32770624 swapFree=67108796/67108860
[pid=2915] ppid=2912 vsize=10828108 memory=119144 CPUtime=1.93 cores=0,2,4,6
/proc/2915/stat : 2915 (java) S 2912 2915 32560 0 -1 1077944320 21007 12987 0 0 178 7 5 3 20 0 15 0 77319718 11087982592 29786 33554432000 4194304 4196468 140731222109520 140731222092064 140025186512631 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
/proc/2915/statm: 2707027 29786 3441 1 0 2668685 0
[pid=2915/tid=2968] ppid=2912 vsize=10828108 memory=119 CPUtime=1.12 cores=0,2,4,6
/proc/2915/task/2968/stat : 2968 (java) R 2912 2915 32560 0 -1 4202560 14962 12987 0 0 99 5 5 3 20 0 15 0 77319727 11087982592 29786 33554432000 4194304 4196468 140731222109520 140025158346864 140024741965078 0 4 0 16800975 0 0 0 -1 0 0 0 34 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2969] ppid=2912 vsize=10828108 memory=76 CPUtime=0.08 cores=0,2,4,6
/proc/2915/task/2969/stat : 2969 (java) S 2912 2915 32560 0 -1 1077944384 1 12987 0 0 0 0 5 3 20 0 15 0 77319728 11087982592 29786 33554432000 4194304 4196468 140731222109520 140025190755088 140025186522837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2970] ppid=2912 vsize=10828108 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2915/task/2970/stat : 2970 (java) S 2912 2915 32560 0 -1 1077944384 2 12987 0 0 0 0 5 3 20 0 15 0 77319728 11087982592 29786 33554432000 4194304 4196468 140731222109520 140025079028624 140025186522837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2971] ppid=2912 vsize=10828108 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2915/task/2971/stat : 2971 (java) S 2912 2915 32560 0 -1 1077944384 2 12987 0 0 0 0 5 3 20 0 15 0 77319728 11087982592 29786 33554432000 4194304 4196468 140731222109520 140025077976080 140025186522837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2972] ppid=2912 vsize=10828108 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2915/task/2972/stat : 2972 (java) S 2912 2915 32560 0 -1 1077944384 2 12987 0 0 0 0 5 3 20 0 15 0 77319728 11087982592 29786 33554432000 4194304 4196468 140731222109520 140025076923536 140025186522837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2973] ppid=2912 vsize=10828108 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2915/task/2973/stat : 2973 (java) S 2912 2915 32560 0 -1 1077944384 6 12987 0 0 0 0 5 3 20 0 15 0 77319729 11087982592 29786 33554432000 4194304 4196468 140731222109520 140024511145968 140025186523778 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2974] ppid=2912 vsize=10828108 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2915/task/2974/stat : 2974 (java) S 2912 2915 32560 0 -1 1077944384 33 12987 0 0 0 0 5 3 20 0 15 0 77319730 11087982592 29786 33554432000 4194304 4196468 140731222109520 140024510092192 140025186522837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2975] ppid=2912 vsize=10828108 memory=-7591201286991560646 CPUtime=0.08 cores=0,2,4,6
/proc/2915/task/2975/stat : 2975 (java) S 2912 2915 32560 0 -1 1077944384 1 12987 0 0 0 0 5 3 20 0 15 0 77319730 11087982592 29786 33554432000 4194304 4196468 140731222109520 140024054014960 140025186522837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2976] ppid=2912 vsize=10828108 memory=-2127768693081923575 CPUtime=0.08 cores=0,2,4,6
/proc/2915/task/2976/stat : 2976 (java) S 2912 2915 32560 0 -1 1077944384 3 12987 0 0 0 0 5 3 20 0 15 0 77319733 11087982592 29786 33554432000 4194304 4196468 140731222109520 140023746615504 140025186531227 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2977] ppid=2912 vsize=10828108 memory=-2897801490638248331 CPUtime=0.27 cores=0,2,4,6
/proc/2915/task/2977/stat : 2977 (java) R 2912 2915 32560 0 -1 4202560 1144 12987 0 0 19 0 5 3 20 0 15 0 77319733 11087982592 29786 33554432000 4194304 4196468 140731222109520 140024476535280 140025165803966 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2978] ppid=2912 vsize=10828108 memory=-6724536730952819352 CPUtime=0.32 cores=0,2,4,6
/proc/2915/task/2978/stat : 2978 (java) S 2912 2915 32560 0 -1 1077944384 1468 12987 0 0 24 0 5 3 20 0 15 0 77319733 11087982592 29786 33554432000 4194304 4196468 140731222109520 140024475482736 140025186523778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2979] ppid=2912 vsize=10828108 memory=-2746958450906831519 CPUtime=0.41 cores=0,2,4,6
/proc/2915/task/2979/stat : 2979 (java) R 2912 2915 32560 0 -1 4202560 1186 12987 0 0 33 0 5 3 20 0 15 0 77319733 11087982592 29786 33554432000 4194304 4196468 140731222109520 140024474427128 140025165458336 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2980] ppid=2912 vsize=10828108 memory=64 CPUtime=0.08 cores=0,2,4,6
/proc/2915/task/2980/stat : 2980 (java) S 2912 2915 32560 0 -1 1077944384 3 12987 0 0 0 0 5 3 20 0 15 0 77319733 11087982592 29786 33554432000 4194304 4196468 140731222109520 140023713057888 140025186522837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2981] ppid=2912 vsize=10828108 memory=33 CPUtime=0.08 cores=0,2,4,6
/proc/2915/task/2981/stat : 2981 (java) S 2912 2915 32560 0 -1 1077944384 3 12987 0 0 0 0 5 3 20 0 15 0 77319733 11087982592 29786 33554432000 4194304 4196468 140731222109520 140024473377072 140025186523778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
Current children cumulated CPU time: 1.93 s
Current children cumulated vsize: 10828108 KiB

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

/proc/2915/task/2968/stat : 2968 (java) R 2912 2915 32560 0 -1 4202560 89409 12987 0 0 236723 36 5 3 20 0 15 0 77319727 11176083456 235463 33554432000 4194304 4196468 140731222109520 140025158347136 140024759363328 0 4 0 16800975 0 0 0 -1 2 0 0 34 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2969] ppid=2912 vsize=10914144 memory=941852 CPUtime=7.54 cores=0,2,4,6
/proc/2915/task/2969/stat : 2969 (java) S 2912 2915 32560 0 -1 1077944384 17424 12987 0 0 713 33 5 3 20 0 15 0 77319728 11176083456 235463 33554432000 4194304 4196468 140731222109520 140025190755088 140025186522837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2970] ppid=2912 vsize=10914144 memory=941852 CPUtime=7.54 cores=0,2,4,6
/proc/2915/task/2970/stat : 2970 (java) S 2912 2915 32560 0 -1 1077944384 14377 12987 0 0 713 33 5 3 20 0 15 0 77319728 11176083456 235463 33554432000 4194304 4196468 140731222109520 140025079028624 140025186522837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2971] ppid=2912 vsize=10914144 memory=941852 CPUtime=7.55 cores=0,2,4,6
/proc/2915/task/2971/stat : 2971 (java) S 2912 2915 32560 0 -1 1077944384 12928 12987 0 0 715 32 5 3 20 0 15 0 77319728 11176083456 235463 33554432000 4194304 4196468 140731222109520 140025077976080 140025186522837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2972] ppid=2912 vsize=10914144 memory=941852 CPUtime=7.54 cores=0,2,4,6
/proc/2915/task/2972/stat : 2972 (java) S 2912 2915 32560 0 -1 1077944384 16320 12987 0 0 711 35 5 3 20 0 15 0 77319728 11176083456 235463 33554432000 4194304 4196468 140731222109520 140025076923536 140025186522837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2973] ppid=2912 vsize=10914144 memory=1800 CPUtime=5.3 cores=0,2,4,6
/proc/2915/task/2973/stat : 2973 (java) S 2912 2915 32560 0 -1 1077944384 15710 12987 0 0 495 27 5 3 20 0 15 0 77319729 11176083456 235463 33554432000 4194304 4196468 140731222109520 140024511145968 140025186523778 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2974] ppid=2912 vsize=10914144 memory=941852 CPUtime=0.08 cores=0,2,4,6
/proc/2915/task/2974/stat : 2974 (java) S 2912 2915 32560 0 -1 1077944384 47 12987 0 0 0 0 5 3 20 0 15 0 77319730 11176083456 235463 33554432000 4194304 4196468 140731222109520 140024510092320 140025186522837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2975] ppid=2912 vsize=10914144 memory=941852 CPUtime=0.08 cores=0,2,4,6
/proc/2915/task/2975/stat : 2975 (java) S 2912 2915 32560 0 -1 1077944384 19 12987 0 0 0 0 5 3 20 0 15 0 77319730 11176083456 235463 33554432000 4194304 4196468 140731222109520 140024054014976 140025186522837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2976] ppid=2912 vsize=10914144 memory=941852 CPUtime=0.08 cores=0,2,4,6
/proc/2915/task/2976/stat : 2976 (java) S 2912 2915 32560 0 -1 1077944384 3 12987 0 0 0 0 5 3 20 0 15 0 77319733 11176083456 235463 33554432000 4194304 4196468 140731222109520 140023746615504 140025186531227 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2977] ppid=2912 vsize=10914144 memory=941852 CPUtime=4.79 cores=0,2,4,6
/proc/2915/task/2977/stat : 2977 (java) S 2912 2915 32560 0 -1 1077944384 20855 12987 0 0 468 3 5 3 20 0 15 0 77319733 11176083456 235463 33554432000 4194304 4196468 140731222109520 140024476535280 140025186523778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2978] ppid=2912 vsize=10914144 memory=941852 CPUtime=5.01 cores=0,2,4,6
/proc/2915/task/2978/stat : 2978 (java) S 2912 2915 32560 0 -1 1077944384 32550 12987 0 0 490 3 5 3 20 0 15 0 77319733 11176083456 235463 33554432000 4194304 4196468 140731222109520 140024475482736 140025186523778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2979] ppid=2912 vsize=10914144 memory=941852 CPUtime=2.24 cores=0,2,4,6
/proc/2915/task/2979/stat : 2979 (java) S 2912 2915 32560 0 -1 1077944384 32648 12987 0 0 211 5 5 3 20 0 15 0 77319733 11176083456 235463 33554432000 4194304 4196468 140731222109520 140024474430192 140025186523778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2980] ppid=2912 vsize=10914144 memory=941852 CPUtime=0.08 cores=0,2,4,6
/proc/2915/task/2980/stat : 2980 (java) S 2912 2915 32560 0 -1 1077944384 3 12987 0 0 0 0 5 3 20 0 15 0 77319733 11176083456 235463 33554432000 4194304 4196468 140731222109520 140023713057888 140025186522837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2981] ppid=2912 vsize=10914144 memory=3708 CPUtime=1.45 cores=0,2,4,6
/proc/2915/task/2981/stat : 2981 (java) S 2912 2915 32560 0 -1 1077944384 1296 12987 0 0 66 71 5 3 20 0 15 0 77319733 11176083456 235463 33554432000 4194304 4196468 140731222109520 140024473377072 140025186523778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
Current children cumulated CPU time: 2416.04 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 941852 KiB

[startup+2442.3 s]
/proc/loadavg: 1.36 1.29 1.31 3/216 3205
/proc/meminfo: memFree=15860804/32770624 swapFree=67108796/67108860
[pid=2915] ppid=2912 vsize=10914144 memory=943900 CPUtime=2476.62 cores=0,2,4,6
/proc/2915/stat : 2915 (java) S 2912 2915 32560 0 -1 1077944320 256974 12987 0 0 247408 246 5 3 20 0 15 0 77319718 11176083456 235975 33554432000 4194304 4196468 140731222109520 140731222092064 140025186512631 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
/proc/2915/statm: 2728536 235975 3526 1 0 2690189 0
[pid=2915/tid=2968] ppid=2912 vsize=10914144 memory=943900 CPUtime=2427.34 cores=0,2,4,6
/proc/2915/task/2968/stat : 2968 (java) R 2912 2915 32560 0 -1 4202560 89943 12987 0 0 242690 36 5 3 20 0 15 0 77319727 11176083456 235975 33554432000 4194304 4196468 140731222109520 140025158346368 140024756342513 0 4 0 16800975 0 0 0 -1 0 0 0 34 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2969] ppid=2912 vsize=10914144 memory=943900 CPUtime=7.73 cores=0,2,4,6
/proc/2915/task/2969/stat : 2969 (java) S 2912 2915 32560 0 -1 1077944384 17695 12987 0 0 732 33 5 3 20 0 15 0 77319728 11176083456 235975 33554432000 4194304 4196468 140731222109520 140025190755088 140025186522837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2970] ppid=2912 vsize=10914144 memory=943900 CPUtime=7.73 cores=0,2,4,6
/proc/2915/task/2970/stat : 2970 (java) S 2912 2915 32560 0 -1 1077944384 14528 12987 0 0 731 34 5 3 20 0 15 0 77319728 11176083456 235975 33554432000 4194304 4196468 140731222109520 140025079028624 140025186522837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2971] ppid=2912 vsize=10914144 memory=943900 CPUtime=7.75 cores=0,2,4,6
/proc/2915/task/2971/stat : 2971 (java) S 2912 2915 32560 0 -1 1077944384 12970 12987 0 0 734 33 5 3 20 0 15 0 77319728 11176083456 235975 33554432000 4194304 4196468 140731222109520 140025077976080 140025186522837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2972] ppid=2912 vsize=10914144 memory=943900 CPUtime=7.72 cores=0,2,4,6
/proc/2915/task/2972/stat : 2972 (java) S 2912 2915 32560 0 -1 1077944384 16334 12987 0 0 729 35 5 3 20 0 15 0 77319728 11176083456 235975 33554432000 4194304 4196468 140731222109520 140025076923536 140025186522837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2973] ppid=2912 vsize=10914144 memory=943900 CPUtime=5.43 cores=0,2,4,6
/proc/2915/task/2973/stat : 2973 (java) S 2912 2915 32560 0 -1 1077944384 15867 12987 0 0 507 28 5 3 20 0 15 0 77319729 11176083456 235975 33554432000 4194304 4196468 140731222109520 140024511145968 140025186523778 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2974] ppid=2912 vsize=10914144 memory=943900 CPUtime=0.08 cores=0,2,4,6
/proc/2915/task/2974/stat : 2974 (java) S 2912 2915 32560 0 -1 1077944384 47 12987 0 0 0 0 5 3 20 0 15 0 77319730 11176083456 235975 33554432000 4194304 4196468 140731222109520 140024510092320 140025186522837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2975] ppid=2912 vsize=10914144 memory=943900 CPUtime=0.08 cores=0,2,4,6
/proc/2915/task/2975/stat : 2975 (java) S 2912 2915 32560 0 -1 1077944384 19 12987 0 0 0 0 5 3 20 0 15 0 77319730 11176083456 235975 33554432000 4194304 4196468 140731222109520 140024054014976 140025186522837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2976] ppid=2912 vsize=10914144 memory=943900 CPUtime=0.08 cores=0,2,4,6
/proc/2915/task/2976/stat : 2976 (java) S 2912 2915 32560 0 -1 1077944384 3 12987 0 0 0 0 5 3 20 0 15 0 77319733 11176083456 235975 33554432000 4194304 4196468 140731222109520 140023746615504 140025186531227 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2977] ppid=2912 vsize=10914144 memory=7668057242765574244 CPUtime=4.79 cores=0,2,4,6
/proc/2915/task/2977/stat : 2977 (java) S 2912 2915 32560 0 -1 1077944384 20857 12987 0 0 468 3 5 3 20 0 15 0 77319733 11176083456 235975 33554432000 4194304 4196468 140731222109520 140024476535280 140025186523778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2978] ppid=2912 vsize=10914144 memory=943900 CPUtime=5.01 cores=0,2,4,6
/proc/2915/task/2978/stat : 2978 (java) S 2912 2915 32560 0 -1 1077944384 32552 12987 0 0 490 3 5 3 20 0 15 0 77319733 11176083456 235975 33554432000 4194304 4196468 140731222109520 140024475482736 140025186523778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2979] ppid=2912 vsize=10914144 memory=943900 CPUtime=2.24 cores=0,2,4,6
/proc/2915/task/2979/stat : 2979 (java) S 2912 2915 32560 0 -1 1077944384 32650 12987 0 0 211 5 5 3 20 0 15 0 77319733 11176083456 235975 33554432000 4194304 4196468 140731222109520 140024474430192 140025186523778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2980] ppid=2912 vsize=10914144 memory=943900 CPUtime=0.08 cores=0,2,4,6
/proc/2915/task/2980/stat : 2980 (java) S 2912 2915 32560 0 -1 1077944384 3 12987 0 0 0 0 5 3 20 0 15 0 77319733 11176083456 235975 33554432000 4194304 4196468 140731222109520 140023713057888 140025186522837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2981] ppid=2912 vsize=10914144 memory=943900 CPUtime=1.49 cores=0,2,4,6
/proc/2915/task/2981/stat : 2981 (java) S 2912 2915 32560 0 -1 1077944384 1314 12987 0 0 68 73 5 3 20 0 15 0 77319733 11176083456 235975 33554432000 4194304 4196468 140731222109520 140024473377072 140025186523778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
Current children cumulated CPU time: 2476.62 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 943900 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2485.3 s]
/proc/loadavg: 1.29 1.28 1.31 3/216 3206
/proc/meminfo: memFree=15858744/32770624 swapFree=67108796/67108860
[pid=2915] ppid=2912 vsize=10914144 memory=945948 CPUtime=2520.04 cores=0,2,4,6
/proc/2915/stat : 2915 (java) S 2912 2915 32560 0 -1 1077944320 258105 12987 0 0 251746 250 5 3 20 0 15 0 77319718 11176083456 236487 33554432000 4194304 4196468 140731222109520 140731222092064 140025186512631 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
/proc/2915/statm: 2728536 236487 3526 1 0 2690189 0
[pid=2915/tid=2968] ppid=2912 vsize=10914144 memory=945948 CPUtime=2470.09 cores=0,2,4,6
/proc/2915/task/2968/stat : 2968 (java) R 2912 2915 32560 0 -1 4202560 90423 12987 0 0 246964 37 5 3 20 0 15 0 77319727 11176083456 236487 33554432000 4194304 4196468 140731222109520 140025158347216 140024761253966 0 4 0 16800975 0 0 0 -1 0 0 0 34 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2969] ppid=2912 vsize=10914144 memory=943900 CPUtime=7.86 cores=0,2,4,6
/proc/2915/task/2969/stat : 2969 (java) S 2912 2915 32560 0 -1 1077944384 17770 12987 0 0 745 33 5 3 20 0 15 0 77319728 11176083456 236487 33554432000 4194304 4196468 140731222109520 140025190755088 140025186522837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2970] ppid=2912 vsize=10914144 memory=943900 CPUtime=7.87 cores=0,2,4,6
/proc/2915/task/2970/stat : 2970 (java) S 2912 2915 32560 0 -1 1077944384 14870 12987 0 0 745 34 5 3 20 0 15 0 77319728 11176083456 236487 33554432000 4194304 4196468 140731222109520 140025079028624 140025186522837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2971] ppid=2912 vsize=10914144 memory=945948 CPUtime=7.87 cores=0,2,4,6
/proc/2915/task/2971/stat : 2971 (java) S 2912 2915 32560 0 -1 1077944384 12979 12987 0 0 746 33 5 3 20 0 15 0 77319728 11176083456 236487 33554432000 4194304 4196468 140731222109520 140025077976080 140025186522837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2972] ppid=2912 vsize=10914144 memory=0 CPUtime=7.86 cores=0,2,4,6
/proc/2915/task/2972/stat : 2972 (java) S 2912 2915 32560 0 -1 1077944384 16378 12987 0 0 742 36 5 3 20 0 15 0 77319728 11176083456 236487 33554432000 4194304 4196468 140731222109520 140025076923536 140025186522837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2973] ppid=2912 vsize=10914144 memory=943900 CPUtime=5.52 cores=0,2,4,6
/proc/2915/task/2973/stat : 2973 (java) S 2912 2915 32560 0 -1 1077944384 16025 12987 0 0 516 28 5 3 20 0 15 0 77319729 11176083456 236487 33554432000 4194304 4196468 140731222109520 140024511145968 140025186523778 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2974] ppid=2912 vsize=10914144 memory=279706391589392 CPUtime=0.08 cores=0,2,4,6
/proc/2915/task/2974/stat : 2974 (java) S 2912 2915 32560 0 -1 1077944384 47 12987 0 0 0 0 5 3 20 0 15 0 77319730 11176083456 236487 33554432000 4194304 4196468 140731222109520 140024510092320 140025186522837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2975] ppid=2912 vsize=10914144 memory=945948 CPUtime=0.08 cores=0,2,4,6
/proc/2915/task/2975/stat : 2975 (java) S 2912 2915 32560 0 -1 1077944384 19 12987 0 0 0 0 5 3 20 0 15 0 77319730 11176083456 236487 33554432000 4194304 4196468 140731222109520 140024054014976 140025186522837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2976] ppid=2912 vsize=10914144 memory=945948 CPUtime=0.08 cores=0,2,4,6
/proc/2915/task/2976/stat : 2976 (java) S 2912 2915 32560 0 -1 1077944384 3 12987 0 0 0 0 5 3 20 0 15 0 77319733 11176083456 236487 33554432000 4194304 4196468 140731222109520 140023746615504 140025186531227 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2977] ppid=2912 vsize=10914144 memory=945948 CPUtime=4.79 cores=0,2,4,6
/proc/2915/task/2977/stat : 2977 (java) S 2912 2915 32560 0 -1 1077944384 20859 12987 0 0 468 3 5 3 20 0 15 0 77319733 11176083456 236487 33554432000 4194304 4196468 140731222109520 140024476535280 140025186523778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2978] ppid=2912 vsize=10914144 memory=945948 CPUtime=5.01 cores=0,2,4,6
/proc/2915/task/2978/stat : 2978 (java) S 2912 2915 32560 0 -1 1077944384 32554 12987 0 0 490 3 5 3 20 0 15 0 77319733 11176083456 236487 33554432000 4194304 4196468 140731222109520 140024475482736 140025186523778 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2979] ppid=2912 vsize=10914144 memory=945948 CPUtime=2.24 cores=0,2,4,6
/proc/2915/task/2979/stat : 2979 (java) S 2912 2915 32560 0 -1 1077944384 32652 12987 0 0 211 5 5 3 20 0 15 0 77319733 11176083456 236487 33554432000 4194304 4196468 140731222109520 140024474430192 140025186523778 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2980] ppid=2912 vsize=10914144 memory=945948 CPUtime=0.08 cores=0,2,4,6
/proc/2915/task/2980/stat : 2980 (java) S 2912 2915 32560 0 -1 1077944384 3 12987 0 0 0 0 5 3 20 0 15 0 77319733 11176083456 236487 33554432000 4194304 4196468 140731222109520 140023713057888 140025186522837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2981] ppid=2912 vsize=10914144 memory=943900 CPUtime=1.51 cores=0,2,4,6
/proc/2915/task/2981/stat : 2981 (java) S 2912 2915 32560 0 -1 1077944384 1331 12987 0 0 69 74 5 3 20 0 15 0 77319733 11176083456 236487 33554432000 4194304 4196468 140731222109520 140024473377072 140025186523778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 945948 KiB

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

[startup+2485.33 s]
# the end of solver process 2915 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.54 s, system=2.54055 s

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

[startup+2485.3 s]
/proc/loadavg: 1.29 1.28 1.31 3/216 3206
/proc/meminfo: memFree=15858744/32770624 swapFree=67108796/67108860
[pid=2915] ppid=2912 vsize=10914144 memory=945948 CPUtime=2520.04 cores=0,2,4,6
/proc/2915/stat : 2915 (java) S 2912 2915 32560 0 -1 1077944320 258105 12987 0 0 251746 250 5 3 20 0 15 0 77319718 11176083456 236487 33554432000 4194304 4196468 140731222109520 140731222092064 140025186512631 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
/proc/2915/statm: 2728536 236487 3526 1 0 2690189 0
[pid=2915/tid=2968] ppid=2912 vsize=10914144 memory=945948 CPUtime=2470.09 cores=0,2,4,6
/proc/2915/task/2968/stat : 2968 (java) R 2912 2915 32560 0 -1 4202560 90423 12987 0 0 246964 37 5 3 20 0 15 0 77319727 11176083456 236487 33554432000 4194304 4196468 140731222109520 140025158347216 140024761253966 0 4 0 16800975 0 0 0 -1 0 0 0 34 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2969] ppid=2912 vsize=10914144 memory=943900 CPUtime=7.86 cores=0,2,4,6
/proc/2915/task/2969/stat : 2969 (java) S 2912 2915 32560 0 -1 1077944384 17770 12987 0 0 745 33 5 3 20 0 15 0 77319728 11176083456 236487 33554432000 4194304 4196468 140731222109520 140025190755088 140025186522837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2970] ppid=2912 vsize=10914144 memory=943900 CPUtime=7.87 cores=0,2,4,6
/proc/2915/task/2970/stat : 2970 (java) S 2912 2915 32560 0 -1 1077944384 14870 12987 0 0 745 34 5 3 20 0 15 0 77319728 11176083456 236487 33554432000 4194304 4196468 140731222109520 140025079028624 140025186522837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2971] ppid=2912 vsize=10914144 memory=945948 CPUtime=7.87 cores=0,2,4,6
/proc/2915/task/2971/stat : 2971 (java) S 2912 2915 32560 0 -1 1077944384 12979 12987 0 0 746 33 5 3 20 0 15 0 77319728 11176083456 236487 33554432000 4194304 4196468 140731222109520 140025077976080 140025186522837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2972] ppid=2912 vsize=10914144 memory=0 CPUtime=7.86 cores=0,2,4,6
/proc/2915/task/2972/stat : 2972 (java) S 2912 2915 32560 0 -1 1077944384 16378 12987 0 0 742 36 5 3 20 0 15 0 77319728 11176083456 236487 33554432000 4194304 4196468 140731222109520 140025076923536 140025186522837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2973] ppid=2912 vsize=10914144 memory=943900 CPUtime=5.52 cores=0,2,4,6
/proc/2915/task/2973/stat : 2973 (java) S 2912 2915 32560 0 -1 1077944384 16025 12987 0 0 516 28 5 3 20 0 15 0 77319729 11176083456 236487 33554432000 4194304 4196468 140731222109520 140024511145968 140025186523778 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2974] ppid=2912 vsize=10914144 memory=279706391589392 CPUtime=0.08 cores=0,2,4,6
/proc/2915/task/2974/stat : 2974 (java) S 2912 2915 32560 0 -1 1077944384 47 12987 0 0 0 0 5 3 20 0 15 0 77319730 11176083456 236487 33554432000 4194304 4196468 140731222109520 140024510092320 140025186522837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2975] ppid=2912 vsize=10914144 memory=945948 CPUtime=0.08 cores=0,2,4,6
/proc/2915/task/2975/stat : 2975 (java) S 2912 2915 32560 0 -1 1077944384 19 12987 0 0 0 0 5 3 20 0 15 0 77319730 11176083456 236487 33554432000 4194304 4196468 140731222109520 140024054014976 140025186522837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2976] ppid=2912 vsize=10914144 memory=945948 CPUtime=0.08 cores=0,2,4,6
/proc/2915/task/2976/stat : 2976 (java) S 2912 2915 32560 0 -1 1077944384 3 12987 0 0 0 0 5 3 20 0 15 0 77319733 11176083456 236487 33554432000 4194304 4196468 140731222109520 140023746615504 140025186531227 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2977] ppid=2912 vsize=10914144 memory=945948 CPUtime=4.79 cores=0,2,4,6
/proc/2915/task/2977/stat : 2977 (java) S 2912 2915 32560 0 -1 1077944384 20859 12987 0 0 468 3 5 3 20 0 15 0 77319733 11176083456 236487 33554432000 4194304 4196468 140731222109520 140024476535280 140025186523778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2978] ppid=2912 vsize=10914144 memory=945948 CPUtime=5.01 cores=0,2,4,6
/proc/2915/task/2978/stat : 2978 (java) S 2912 2915 32560 0 -1 1077944384 32554 12987 0 0 490 3 5 3 20 0 15 0 77319733 11176083456 236487 33554432000 4194304 4196468 140731222109520 140024475482736 140025186523778 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2979] ppid=2912 vsize=10914144 memory=945948 CPUtime=2.24 cores=0,2,4,6
/proc/2915/task/2979/stat : 2979 (java) S 2912 2915 32560 0 -1 1077944384 32652 12987 0 0 211 5 5 3 20 0 15 0 77319733 11176083456 236487 33554432000 4194304 4196468 140731222109520 140024474430192 140025186523778 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2980] ppid=2912 vsize=10914144 memory=945948 CPUtime=0.08 cores=0,2,4,6
/proc/2915/task/2980/stat : 2980 (java) S 2912 2915 32560 0 -1 1077944384 3 12987 0 0 0 0 5 3 20 0 15 0 77319733 11176083456 236487 33554432000 4194304 4196468 140731222109520 140023713057888 140025186522837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
[pid=2915/tid=2981] ppid=2912 vsize=10914144 memory=943900 CPUtime=1.51 cores=0,2,4,6
/proc/2915/task/2981/stat : 2981 (java) S 2912 2915 32560 0 -1 1077944384 1331 12987 0 0 69 74 5 3 20 0 15 0 77319733 11176083456 236487 33554432000 4194304 4196468 140731222109520 140024473377072 140025186523778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16658432 140731222116523 140731222119772 140731222119772 140731222122447 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 945948 KiB

Child status: 143
Real time (s): 2485.33
CPU time (s): 2520.08
CPU user time (s): 2517.54
CPU system time (s): 2.54055
CPU usage (%): 101.398
Max. virtual memory (cumulated for all children) (KiB): 10916856
Max. memory (cumulated for all children) (KiB): 1171032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.54
system time used= 2.54055
maximum resident set size= 1174128
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 272251
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2984
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 170617
involuntary context switches= 5801


# summary of solver processes directly reported to runsolver:
#   pid: 2915
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2517.54
#   total CPU system time (s): 2.54055

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.1354 second user time and 23.5812 second system time

The end

Launcher Data

Begin job on node138 at 2018-07-26 11:32:45
IDJOB=4295908
IDBENCH=141615
IDSOLVER=2751
FILE ID=node138/4295908-1532597565
RUNJOBID= node138-1532582651-32591
PBS_JOBID= 21021963
Free space on /tmp= 53776 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/Quasigroups/QuasiGroup-7-14_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-4295908-1532597565/watcher-4295908-1532597565 -o /tmp/evaluation-result-4295908-1532597565/solver-4295908-1532597565 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532582651-32591 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1110380546 -superng HOME/instance-4295908-1532597565.xml

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

MD5SUM BENCH= 4dff686a8a5225f7abc28d59168fc0d9
RANDOM SEED=1110380546

node138.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.71
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.71
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.71
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.71
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:        16548652 kB
MemAvailable:   30891420 kB
Buffers:          188452 kB
Cached:         14299144 kB
SwapCached:           44 kB
Active:          3437016 kB
Inactive:       12144144 kB
Active(anon):    1044168 kB
Inactive(anon):    77320 kB
Active(file):    2392848 kB
Inactive(file): 12066824 kB
Unevictable:        7280 kB
Mlocked:            7280 kB
SwapTotal:      67108860 kB
SwapFree:       67108796 kB
Dirty:             26748 kB
Writeback:             0 kB
AnonPages:       1100336 kB
Mapped:            48632 kB
Shmem:             25164 kB
Slab:             339848 kB
SReclaimable:     311556 kB
SUnreclaim:        28292 kB
KernelStack:        3536 kB
PageTables:         7108 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2078760 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    878592 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 53748 MiB
End job on node138 at 2018-07-26 12:14:11