Trace number 4293769

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.8 2018-06-13? (TO) 2520.09 2472.33

General information on the benchmark

NamePseudoBoolean-dec/
Pb-chnl15-16_c18.xml
MD5SUM8b2f27ca9e664fd505b84cd8dff1749a
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark166.895
Satisfiable
(Un)Satisfiability was proved
Number of variables480
Number of constraints62
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":480}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":480}]
Minimum constraint arity15
Maximum constraint arity16
Distribution of constraint arities[{"arity":15,"count":32},{"arity":16,"count":30}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":62}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4293769-1532371808/watcher-4293769-1532371808 -o /tmp/evaluation-result-4293769-1532371808/solver-4293769-1532371808 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532371073-15153 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1518394608 HOME/instance-4293769-1532371808.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
Current StackSize limit: 8192 KiB

solver pid=15405, runsolver pid=15402

[startup+0.100082 s]*
/proc/loadavg: 4.27 4.10 3.17 3/207 15462
/proc/meminfo: memFree=23121420/32770624 swapFree=67108860/67108860
[pid=15405] ppid=15402 vsize=9972712 memory=17428 CPUtime=0.1 cores=1,3,5,7
/proc/15405/stat : 15405 (java) S 15402 15405 15121 0 -1 1077944320 4484 12839 0 0 1 1 5 3 20 0 6 0 54743955 10212057088 4357 33554432000 4194304 4196468 140726784814832 140726784797376 139929371324151 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
/proc/15405/statm: 2493178 4357 1957 1 0 2481616 0
[pid=15405/tid=15458] ppid=15402 vsize=9972712 memory=4279135704047190414 CPUtime=0.08 cores=1,3,5,7
/proc/15405/task/15458/stat : 15458 (java) R 15402 15405 15121 0 -1 4202560 2291 12839 0 0 0 0 5 3 20 0 6 0 54743964 10212057088 4357 33554432000 4194304 4196468 140726784814832 139929343160912 139929355404638 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15459] ppid=15402 vsize=9972712 memory=8257237230052613020 CPUtime=0.08 cores=1,3,5,7
/proc/15405/task/15459/stat : 15459 (java) S 15402 15405 15121 0 -1 1077944384 1 12839 0 0 0 0 5 3 20 0 6 0 54743965 10212057088 4357 33554432000 4194304 4196468 140726784814832 139929375566352 139929371334357 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15460] ppid=15402 vsize=9972712 memory=140455497963136 CPUtime=0.08 cores=1,3,5,7
/proc/15405/task/15460/stat : 15460 (java) S 15402 15405 15121 0 -1 1077944384 1 12839 0 0 0 0 5 3 20 0 6 0 54743965 10212057088 4357 33554432000 4194304 4196468 140726784814832 139928944847504 139929371334357 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15461] ppid=15402 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15405/task/15461/stat : 15461 (java) S 15402 15405 15121 0 -1 1077944384 1 12839 0 0 0 0 5 3 20 0 6 0 54743965 10212057088 4357 33554432000 4194304 4196468 140726784814832 139928943794448 139929371334357 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15462] ppid=15402 vsize=9973740 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/15405/task/15462/stat : 15462 (java) S 15402 15405 15121 0 -1 1077944384 2 12839 0 0 0 0 5 3 20 0 6 0 54743965 10213109760 4357 33554432000 4194304 4196468 140726784814832 139928942741904 139929371334357 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17428 KiB

[startup+0.209965 s]*
/proc/loadavg: 4.27 4.10 3.17 4/216 15471
/proc/meminfo: memFree=23107656/32770624 swapFree=67108860/67108860
[pid=15405] ppid=15402 vsize=10818856 memory=36516 CPUtime=0.23 cores=1,3,5,7
/proc/15405/stat : 15405 (java) S 15402 15405 15121 0 -1 1077944320 6808 12839 0 0 13 2 5 3 20 0 15 0 54743955 11078508544 9129 33554432000 4194304 4196468 140726784814832 140726784797376 139929371324151 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
/proc/15405/statm: 2704714 9129 2959 1 0 2667149 0
[pid=15405/tid=15458] ppid=15402 vsize=10818856 memory=-6517102902069810590 CPUtime=0.16 cores=1,3,5,7
/proc/15405/task/15458/stat : 15458 (java) R 15402 15405 15121 0 -1 4202560 3362 12839 0 0 8 0 5 3 20 0 15 0 54743964 11078508544 9129 33554432000 4194304 4196468 140726784814832 139929343110128 139929355404638 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15459] ppid=15402 vsize=10818856 memory=-7025452035940392864 CPUtime=0.08 cores=1,3,5,7
/proc/15405/task/15459/stat : 15459 (java) S 15402 15405 15121 0 -1 1077944384 1 12839 0 0 0 0 5 3 20 0 15 0 54743965 11078508544 9129 33554432000 4194304 4196468 140726784814832 139929375566352 139929371334357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15460] ppid=15402 vsize=10818856 memory=140455497963136 CPUtime=0.08 cores=1,3,5,7
/proc/15405/task/15460/stat : 15460 (java) S 15402 15405 15121 0 -1 1077944384 1 12839 0 0 0 0 5 3 20 0 15 0 54743965 11078508544 9129 33554432000 4194304 4196468 140726784814832 139928944847504 139929371334357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15461] ppid=15402 vsize=10818856 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15405/task/15461/stat : 15461 (java) S 15402 15405 15121 0 -1 1077944384 1 12839 0 0 0 0 5 3 20 0 15 0 54743965 11078508544 9129 33554432000 4194304 4196468 140726784814832 139928943794448 139929371334357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15462] ppid=15402 vsize=10818856 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/15405/task/15462/stat : 15462 (java) S 15402 15405 15121 0 -1 1077944384 2 12839 0 0 0 0 5 3 20 0 15 0 54743965 11078508544 9129 33554432000 4194304 4196468 140726784814832 139928942741904 139929371334357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15463] ppid=15402 vsize=10818856 memory=140455497963136 CPUtime=0.08 cores=1,3,5,7
/proc/15405/task/15463/stat : 15463 (java) S 15402 15405 15121 0 -1 1077944384 2 12839 0 0 0 0 5 3 20 0 15 0 54743966 11078508544 9129 33554432000 4194304 4196468 140726784814832 139928897927920 139929371335298 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15464] ppid=15402 vsize=10818856 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/15405/task/15464/stat : 15464 (java) S 15402 15405 15121 0 -1 1077944384 13 12839 0 0 0 0 5 3 20 0 15 0 54743967 11078508544 9129 33554432000 4194304 4196468 140726784814832 139928826537632 139929371334357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15465] ppid=15402 vsize=10818856 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15405/task/15465/stat : 15465 (java) S 15402 15405 15121 0 -1 1077944384 1 12839 0 0 0 0 5 3 20 0 15 0 54743967 11078508544 9167 33554432000 4194304 4196468 140726784814832 139928222557424 139929371334357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15466] ppid=15402 vsize=10818856 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15405/task/15466/stat : 15466 (java) S 15402 15405 15121 0 -1 1077944384 3 12839 0 0 0 0 5 3 20 0 15 0 54743970 11078508544 9167 33554432000 4194304 4196468 140726784814832 139927915157968 139929371342747 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15467] ppid=15402 vsize=10818856 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15405/task/15467/stat : 15467 (java) S 15402 15405 15121 0 -1 1077944384 352 12839 0 0 0 0 5 3 20 0 15 0 54743970 11078508544 9167 33554432000 4194304 4196468 140726784814832 139928896874736 139929371335298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15468] ppid=15402 vsize=10818856 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/15405/task/15468/stat : 15468 (java) S 15402 15405 15121 0 -1 1077944384 276 12839 0 0 1 0 5 3 20 0 15 0 54743970 11078508544 9167 33554432000 4194304 4196468 140726784814832 139928895822192 139929371335298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15469] ppid=15402 vsize=10818856 memory=140455497963136 CPUtime=0.1 cores=1,3,5,7
/proc/15405/task/15469/stat : 15469 (java) R 15402 15405 15121 0 -1 4202560 615 12839 0 0 2 0 5 3 20 0 15 0 54743970 11078508544 9167 33554432000 4194304 4196468 140726784814832 139928894769136 139929371327490 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15470] ppid=15402 vsize=10818856 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/15405/task/15470/stat : 15470 (java) S 15402 15405 15121 0 -1 1077944384 3 12839 0 0 0 0 5 3 20 0 15 0 54743970 11078508544 9167 33554432000 4194304 4196468 140726784814832 139927881599328 139929371334357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15471] ppid=15402 vsize=10818856 memory=140455497963136 CPUtime=0.08 cores=1,3,5,7
/proc/15405/task/15471/stat : 15471 (java) S 15402 15405 15121 0 -1 1077944384 1 12839 0 0 0 0 5 3 20 0 15 0 54743973 11078508544 9167 33554432000 4194304 4196468 140726784814832 139928792980528 139929371335298 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 10818856 KiB
Current children cumulated memory: 36516 KiB

[startup+0.31075 s]*
/proc/loadavg: 4.27 4.10 3.17 4/216 15471
/proc/meminfo: memFree=23093208/32770624 swapFree=67108860/67108860
[pid=15405] ppid=15402 vsize=10819384 memory=49500 CPUtime=0.36 cores=1,3,5,7
/proc/15405/stat : 15405 (java) S 15402 15405 15121 0 -1 1077944320 9855 12839 0 0 25 3 5 3 20 0 15 0 54743955 11079049216 12375 33554432000 4194304 4196468 140726784814832 140726784797376 139929371324151 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
/proc/15405/statm: 2704846 12375 3090 1 0 2667157 0
[pid=15405/tid=15458] ppid=15402 vsize=10819352 memory=6791534058613427641 CPUtime=0.26 cores=1,3,5,7
/proc/15405/task/15458/stat : 15458 (java) R 15402 15405 15121 0 -1 4202560 6388 12839 0 0 17 1 5 3 20 0 15 0 54743964 11079016448 12375 33554432000 4194304 4196468 140726784814832 139929343134704 139929357004276 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15459] ppid=15402 vsize=10819352 memory=7300986251812819024 CPUtime=0.08 cores=1,3,5,7
/proc/15405/task/15459/stat : 15459 (java) S 15402 15405 15121 0 -1 1077944384 1 12839 0 0 0 0 5 3 20 0 15 0 54743965 11079016448 12375 33554432000 4194304 4196468 140726784814832 139929375566352 139929371334357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15460] ppid=15402 vsize=10819352 memory=2076 CPUtime=0.08 cores=1,3,5,7
/proc/15405/task/15460/stat : 15460 (java) S 15402 15405 15121 0 -1 1077944384 1 12839 0 0 0 0 5 3 20 0 15 0 54743965 11079016448 12375 33554432000 4194304 4196468 140726784814832 139928944847504 139929371334357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15461] ppid=15402 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15405/task/15461/stat : 15461 (java) S 15402 15405 15121 0 -1 1077944384 1 12839 0 0 0 0 5 3 20 0 15 0 54743965 11079016448 12375 33554432000 4194304 4196468 140726784814832 139928943794448 139929371334357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15462] ppid=15402 vsize=10819352 memory=4126316290023845779 CPUtime=0.08 cores=1,3,5,7
/proc/15405/task/15462/stat : 15462 (java) S 15402 15405 15121 0 -1 1077944384 2 12839 0 0 0 0 5 3 20 0 15 0 54743965 11079016448 12375 33554432000 4194304 4196468 140726784814832 139928942741904 139929371334357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15463] ppid=15402 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15405/task/15463/stat : 15463 (java) S 15402 15405 15121 0 -1 1077944384 2 12839 0 0 0 0 5 3 20 0 15 0 54743966 11079016448 12375 33554432000 4194304 4196468 140726784814832 139928897927920 139929371335298 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15464] ppid=15402 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15405/task/15464/stat : 15464 (java) S 15402 15405 15121 0 -1 1077944384 13 12839 0 0 0 0 5 3 20 0 15 0 54743967 11079016448 12375 33554432000 4194304 4196468 140726784814832 139928826537632 139929371334357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15465] ppid=15402 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15405/task/15465/stat : 15465 (java) S 15402 15405 15121 0 -1 1077944384 1 12839 0 0 0 0 5 3 20 0 15 0 54743967 11079016448 12375 33554432000 4194304 4196468 140726784814832 139928222557424 139929371334357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15466] ppid=15402 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15405/task/15466/stat : 15466 (java) S 15402 15405 15121 0 -1 1077944384 3 12839 0 0 0 0 5 3 20 0 15 0 54743970 11079016448 12375 33554432000 4194304 4196468 140726784814832 139927915157968 139929371342747 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15467] ppid=15402 vsize=10819352 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/15405/task/15467/stat : 15467 (java) S 15402 15405 15121 0 -1 1077944384 352 12839 0 0 1 0 5 3 20 0 15 0 54743970 11079016448 12375 33554432000 4194304 4196468 140726784814832 139928896874736 139929371335298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15468] ppid=15402 vsize=10819352 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/15405/task/15468/stat : 15468 (java) S 15402 15405 15121 0 -1 1077944384 277 12839 0 0 1 0 5 3 20 0 15 0 54743970 11079016448 12375 33554432000 4194304 4196468 140726784814832 139928895822192 139929371335298 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15469] ppid=15402 vsize=10819352 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/15405/task/15469/stat : 15469 (java) S 15402 15405 15121 0 -1 1077944384 626 12839 0 0 5 0 5 3 20 0 15 0 54743970 11079016448 12375 33554432000 4194304 4196468 140726784814832 139928894769136 139929371335298 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15470] ppid=15402 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15405/task/15470/stat : 15470 (java) S 15402 15405 15121 0 -1 1077944384 3 12839 0 0 0 0 5 3 20 0 15 0 54743970 11079016448 12375 33554432000 4194304 4196468 140726784814832 139927881599328 139929371334357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15471] ppid=15402 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15405/task/15471/stat : 15471 (java) S 15402 15405 15121 0 -1 1077944384 1 12839 0 0 0 0 5 3 20 0 15 0 54743973 11079016448 12375 33554432000 4194304 4196468 140726784814832 139928792980528 139929371335298 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
Current children cumulated CPU time: 0.36 s
Current children cumulated vsize: 10819384 KiB
Current children cumulated memory: 49500 KiB

[startup+0.70079 s]
/proc/loadavg: 4.27 4.10 3.17 3/216 15471
/proc/meminfo: memFree=23079624/32770624 swapFree=67108860/67108860
[pid=15405] ppid=15402 vsize=10819352 memory=86308 CPUtime=0.97 cores=1,3,5,7
/proc/15405/stat : 15405 (java) S 15402 15405 15121 0 -1 1077944320 16748 12839 0 0 84 5 5 3 20 0 15 0 54743955 11079016448 21577 33554432000 4194304 4196468 140726784814832 140726784797376 139929371324151 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
/proc/15405/statm: 2704838 21577 3237 1 0 2667149 0
[pid=15405/tid=15458] ppid=15402 vsize=10819352 memory=0 CPUtime=0.64 cores=1,3,5,7
/proc/15405/task/15458/stat : 15458 (java) R 15402 15405 15121 0 -1 4202560 12373 12839 0 0 53 3 5 3 20 0 15 0 54743964 11079016448 21577 33554432000 4194304 4196468 140726784814832 139929343145872 139929351599473 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15459] ppid=15402 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15405/task/15459/stat : 15459 (java) S 15402 15405 15121 0 -1 1077944384 1 12839 0 0 0 0 5 3 20 0 15 0 54743965 11079016448 21577 33554432000 4194304 4196468 140726784814832 139929375566352 139929371334357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15460] ppid=15402 vsize=10819352 memory=4136 CPUtime=0.08 cores=1,3,5,7
/proc/15405/task/15460/stat : 15460 (java) S 15402 15405 15121 0 -1 1077944384 1 12839 0 0 0 0 5 3 20 0 15 0 54743965 11079016448 21577 33554432000 4194304 4196468 140726784814832 139928944847504 139929371334357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15461] ppid=15402 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15405/task/15461/stat : 15461 (java) S 15402 15405 15121 0 -1 1077944384 1 12839 0 0 0 0 5 3 20 0 15 0 54743965 11079016448 21577 33554432000 4194304 4196468 140726784814832 139928943794448 139929371334357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15462] ppid=15402 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15405/task/15462/stat : 15462 (java) S 15402 15405 15121 0 -1 1077944384 2 12839 0 0 0 0 5 3 20 0 15 0 54743965 11079016448 21577 33554432000 4194304 4196468 140726784814832 139928942741904 139929371334357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15463] ppid=15402 vsize=10819352 memory=4420 CPUtime=0.08 cores=1,3,5,7
/proc/15405/task/15463/stat : 15463 (java) S 15402 15405 15121 0 -1 1077944384 5 12839 0 0 0 0 5 3 20 0 15 0 54743966 11079016448 21577 33554432000 4194304 4196468 140726784814832 139928897927920 139929371335298 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15464] ppid=15402 vsize=10819352 memory=6628 CPUtime=0.08 cores=1,3,5,7
/proc/15405/task/15464/stat : 15464 (java) S 15402 15405 15121 0 -1 1077944384 13 12839 0 0 0 0 5 3 20 0 15 0 54743967 11079016448 21577 33554432000 4194304 4196468 140726784814832 139928826537632 139929371334357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15465] ppid=15402 vsize=10819352 memory=8836 CPUtime=0.08 cores=1,3,5,7
/proc/15405/task/15465/stat : 15465 (java) S 15402 15405 15121 0 -1 1077944384 1 12839 0 0 0 0 5 3 20 0 15 0 54743967 11079016448 21577 33554432000 4194304 4196468 140726784814832 139928222557424 139929371334357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15466] ppid=15402 vsize=10819352 memory=11044 CPUtime=0.08 cores=1,3,5,7
/proc/15405/task/15466/stat : 15466 (java) S 15402 15405 15121 0 -1 1077944384 3 12839 0 0 0 0 5 3 20 0 15 0 54743970 11079016448 21577 33554432000 4194304 4196468 140726784814832 139927915157968 139929371342747 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15467] ppid=15402 vsize=10819352 memory=13252 CPUtime=0.15 cores=1,3,5,7
/proc/15405/task/15467/stat : 15467 (java) S 15402 15405 15121 0 -1 1077944384 577 12839 0 0 7 0 5 3 20 0 15 0 54743970 11079016448 21577 33554432000 4194304 4196468 140726784814832 139928896874736 139929371335298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15468] ppid=15402 vsize=10819352 memory=15460 CPUtime=0.17 cores=1,3,5,7
/proc/15405/task/15468/stat : 15468 (java) S 15402 15405 15121 0 -1 1077944384 913 12839 0 0 9 0 5 3 20 0 15 0 54743970 11079016448 21577 33554432000 4194304 4196468 140726784814832 139928895822192 139929371335298 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15469] ppid=15402 vsize=10819352 memory=17668 CPUtime=0.21 cores=1,3,5,7
/proc/15405/task/15469/stat : 15469 (java) S 15402 15405 15121 0 -1 1077944384 665 12839 0 0 13 0 5 3 20 0 15 0 54743970 11079016448 21577 33554432000 4194304 4196468 140726784814832 139928894769136 139929371335298 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15470] ppid=15402 vsize=10819352 memory=19876 CPUtime=0.08 cores=1,3,5,7
/proc/15405/task/15470/stat : 15470 (java) S 15402 15405 15121 0 -1 1077944384 3 12839 0 0 0 0 5 3 20 0 15 0 54743970 11079016448 21577 33554432000 4194304 4196468 140726784814832 139927881599328 139929371334357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15471] ppid=15402 vsize=10819352 memory=22084 CPUtime=0.08 cores=1,3,5,7
/proc/15405/task/15471/stat : 15471 (java) S 15402 15405 15121 0 -1 1077944384 1 12839 0 0 0 0 5 3 20 0 15 0 54743973 11079016448 21577 33554432000 4194304 4196468 140726784814832 139928792980528 139929371335298 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
Current children cumulated CPU time: 0.97 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86308 KiB

[startup+1.50074 s]
/proc/loadavg: 4.27 4.10 3.17 3/216 15471
/proc/meminfo: memFree=23036456/32770624 swapFree=67108860/67108860
[pid=15405] ppid=15402 vsize=10834252 memory=174616 CPUtime=2.26 cores=1,3,5,7
/proc/15405/stat : 15405 (java) S 15402 15405 15121 0 -1 1077944320 24185 12839 0 0 208 10 5 3 20 0 15 0 54743955 11094274048 43654 33554432000 4194304 4196468 140726784814832 140726784797376 139929371324151 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
/proc/15405/statm: 2708563 43654 3466 1 0 2670221 0
[pid=15405/tid=15458] ppid=15402 vsize=10834252 memory=0 CPUtime=1.4 cores=1,3,5,7
/proc/15405/task/15458/stat : 15458 (java) R 15402 15405 15121 0 -1 4202560 18043 12839 0 0 127 5 5 3 20 0 15 0 54743964 11094274048 43654 33554432000 4194304 4196468 140726784814832 139929343155408 139929371346077 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15459] ppid=15402 vsize=10834252 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/15405/task/15459/stat : 15459 (java) S 15402 15405 15121 0 -1 1077944384 53 12839 0 0 1 0 5 3 20 0 15 0 54743965 11094274048 43654 33554432000 4194304 4196468 140726784814832 139929375566352 139929371334357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15460] ppid=15402 vsize=10834252 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/15405/task/15460/stat : 15460 (java) S 15402 15405 15121 0 -1 1077944384 15 12839 0 0 1 0 5 3 20 0 15 0 54743965 11094274048 43654 33554432000 4194304 4196468 140726784814832 139928944847504 139929371334357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15461] ppid=15402 vsize=10834252 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/15405/task/15461/stat : 15461 (java) S 15402 15405 15121 0 -1 1077944384 227 12839 0 0 1 0 5 3 20 0 15 0 54743965 11094274048 43654 33554432000 4194304 4196468 140726784814832 139928943794448 139929371334357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15462] ppid=15402 vsize=10834252 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/15405/task/15462/stat : 15462 (java) S 15402 15405 15121 0 -1 1077944384 43 12839 0 0 1 0 5 3 20 0 15 0 54743965 11094274048 43654 33554432000 4194304 4196468 140726784814832 139928942741904 139929371334357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15463] ppid=15402 vsize=10834252 memory=1399103955520229747 CPUtime=0.09 cores=1,3,5,7
/proc/15405/task/15463/stat : 15463 (java) S 15402 15405 15121 0 -1 1077944384 317 12839 0 0 1 0 5 3 20 0 15 0 54743966 11094274048 43654 33554432000 4194304 4196468 140726784814832 139928897927920 139929371335298 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15464] ppid=15402 vsize=10834252 memory=280910725458176 CPUtime=0.08 cores=1,3,5,7
/proc/15405/task/15464/stat : 15464 (java) S 15402 15405 15121 0 -1 1077944384 14 12839 0 0 0 0 5 3 20 0 15 0 54743967 11094274048 43654 33554432000 4194304 4196468 140726784814832 139928826537696 139929371334357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15465] ppid=15402 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15405/task/15465/stat : 15465 (java) S 15402 15405 15121 0 -1 1077944384 1 12839 0 0 0 0 5 3 20 0 15 0 54743967 11094274048 43654 33554432000 4194304 4196468 140726784814832 139928222557440 139929371334357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15466] ppid=15402 vsize=10834252 memory=1228 CPUtime=0.08 cores=1,3,5,7
/proc/15405/task/15466/stat : 15466 (java) S 15402 15405 15121 0 -1 1077944384 3 12839 0 0 0 0 5 3 20 0 15 0 54743970 11094274048 43654 33554432000 4194304 4196468 140726784814832 139927915157968 139929371342747 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15467] ppid=15402 vsize=10834252 memory=1704 CPUtime=0.22 cores=1,3,5,7
/proc/15405/task/15467/stat : 15467 (java) S 15402 15405 15121 0 -1 1077944384 689 12839 0 0 14 0 5 3 20 0 15 0 54743970 11094274048 43654 33554432000 4194304 4196468 140726784814832 139928896874736 139929371335298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15468] ppid=15402 vsize=10834252 memory=9924 CPUtime=0.36 cores=1,3,5,7
/proc/15405/task/15468/stat : 15468 (java) S 15402 15405 15121 0 -1 1077944384 1367 12839 0 0 28 0 5 3 20 0 15 0 54743970 11094274048 43654 33554432000 4194304 4196468 140726784814832 139928895822192 139929371335298 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15469] ppid=15402 vsize=10834252 memory=5788 CPUtime=0.39 cores=1,3,5,7
/proc/15405/task/15469/stat : 15469 (java) S 15402 15405 15121 0 -1 1077944384 1220 12839 0 0 31 0 5 3 20 0 15 0 54743970 11094274048 43654 33554432000 4194304 4196468 140726784814832 139928894769136 139929371335298 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15470] ppid=15402 vsize=10834252 memory=1936 CPUtime=0.08 cores=1,3,5,7
/proc/15405/task/15470/stat : 15470 (java) S 15402 15405 15121 0 -1 1077944384 3 12839 0 0 0 0 5 3 20 0 15 0 54743970 11094274048 43654 33554432000 4194304 4196468 140726784814832 139927881599328 139929371334357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15471] ppid=15402 vsize=10834252 memory=1196 CPUtime=0.08 cores=1,3,5,7
/proc/15405/task/15471/stat : 15471 (java) S 15402 15405 15121 0 -1 1077944384 1 12839 0 0 0 0 5 3 20 0 15 0 54743973 11094274048 43654 33554432000 4194304 4196468 140726784814832 139928792980528 139929371335298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
Current children cumulated CPU time: 2.26 s
Current children cumulated vsize: 10834252 KiB

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

/proc/15405/task/15458/stat : 15458 (java) R 15402 15405 15121 0 -1 4202560 86570 12839 0 0 235352 60 5 3 20 0 15 0 54743964 11176083456 253481 33554432000 4194304 4196468 140726784814832 139929343157520 139928989347780 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15459] ppid=15402 vsize=10914144 memory=1013924 CPUtime=12.13 cores=1,3,5,7
/proc/15405/task/15459/stat : 15459 (java) S 15402 15405 15121 0 -1 1077944384 16142 12839 0 0 1142 63 5 3 20 0 15 0 54743965 11176083456 253481 33554432000 4194304 4196468 140726784814832 139929375566352 139929371334357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15460] ppid=15402 vsize=10914144 memory=1013924 CPUtime=12.11 cores=1,3,5,7
/proc/15405/task/15460/stat : 15460 (java) S 15402 15405 15121 0 -1 1077944384 11209 12839 0 0 1141 62 5 3 20 0 15 0 54743965 11176083456 253481 33554432000 4194304 4196468 140726784814832 139928944847504 139929371334357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15461] ppid=15402 vsize=10914144 memory=1013924 CPUtime=12.1 cores=1,3,5,7
/proc/15405/task/15461/stat : 15461 (java) S 15402 15405 15121 0 -1 1077944384 14561 12839 0 0 1137 65 5 3 20 0 15 0 54743965 11176083456 253481 33554432000 4194304 4196468 140726784814832 139928943794448 139929371334357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15462] ppid=15402 vsize=10914144 memory=1013924 CPUtime=12.1 cores=1,3,5,7
/proc/15405/task/15462/stat : 15462 (java) S 15402 15405 15121 0 -1 1077944384 14501 12839 0 0 1144 58 5 3 20 0 15 0 54743965 11176083456 253481 33554432000 4194304 4196468 140726784814832 139928942741904 139929371334357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15463] ppid=15402 vsize=10914144 memory=1013924 CPUtime=11.9 cores=1,3,5,7
/proc/15405/task/15463/stat : 15463 (java) S 15402 15405 15121 0 -1 1077944384 14352 12839 0 0 1119 63 5 3 20 0 15 0 54743966 11176083456 253481 33554432000 4194304 4196468 140726784814832 139928897927920 139929371335298 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15464] ppid=15402 vsize=10914144 memory=1013924 CPUtime=0.08 cores=1,3,5,7
/proc/15405/task/15464/stat : 15464 (java) S 15402 15405 15121 0 -1 1077944384 14 12839 0 0 0 0 5 3 20 0 15 0 54743967 11176083456 253481 33554432000 4194304 4196468 140726784814832 139928826537696 139929371334357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15465] ppid=15402 vsize=10914144 memory=1013924 CPUtime=0.08 cores=1,3,5,7
/proc/15405/task/15465/stat : 15465 (java) S 15402 15405 15121 0 -1 1077944384 1 12839 0 0 0 0 5 3 20 0 15 0 54743967 11176083456 253481 33554432000 4194304 4196468 140726784814832 139928222557440 139929371334357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15466] ppid=15402 vsize=10914144 memory=1013924 CPUtime=0.08 cores=1,3,5,7
/proc/15405/task/15466/stat : 15466 (java) S 15402 15405 15121 0 -1 1077944384 3 12839 0 0 0 0 5 3 20 0 15 0 54743970 11176083456 253481 33554432000 4194304 4196468 140726784814832 139927915157968 139929371342747 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15467] ppid=15402 vsize=10914144 memory=1013924 CPUtime=5.1 cores=1,3,5,7
/proc/15405/task/15467/stat : 15467 (java) S 15402 15405 15121 0 -1 1077944384 10494 12839 0 0 498 4 5 3 20 0 15 0 54743970 11176083456 253481 33554432000 4194304 4196468 140726784814832 139928896874736 139929371335298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15468] ppid=15402 vsize=10914144 memory=1013924 CPUtime=5.28 cores=1,3,5,7
/proc/15405/task/15468/stat : 15468 (java) S 15402 15405 15121 0 -1 1077944384 17357 12839 0 0 516 4 5 3 20 0 15 0 54743970 11176083456 253481 33554432000 4194304 4196468 140726784814832 139928895822192 139929371335298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15469] ppid=15402 vsize=10914144 memory=1013924 CPUtime=2.89 cores=1,3,5,7
/proc/15405/task/15469/stat : 15469 (java) S 15402 15405 15121 0 -1 1077944384 19633 12839 0 0 276 5 5 3 20 0 15 0 54743970 11176083456 253481 33554432000 4194304 4196468 140726784814832 139928894769136 139929371335298 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15470] ppid=15402 vsize=10914144 memory=1013924 CPUtime=0.08 cores=1,3,5,7
/proc/15405/task/15470/stat : 15470 (java) S 15402 15405 15121 0 -1 1077944384 3 12839 0 0 0 0 5 3 20 0 15 0 54743970 11176083456 253481 33554432000 4194304 4196468 140726784814832 139927881599328 139929371334357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15471] ppid=15402 vsize=10914144 memory=960 CPUtime=1.54 cores=1,3,5,7
/proc/15405/task/15471/stat : 15471 (java) S 15402 15405 15121 0 -1 1077944384 1252 12839 0 0 66 80 5 3 20 0 15 0 54743973 11176083456 253481 33554432000 4194304 4196468 140726784814832 139928792980528 139929371335298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
Current children cumulated CPU time: 2428.75 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1013924 KiB

[startup+2442.3 s]
/proc/loadavg: 1.31 1.27 1.48 3/216 15698
/proc/meminfo: memFree=22152812/32770624 swapFree=67108860/67108860
[pid=15405] ppid=15402 vsize=10914144 memory=1013924 CPUtime=2489.63 cores=1,3,5,7
/proc/15405/stat : 15405 (java) S 15402 15405 15121 0 -1 1077944320 209588 12839 0 0 248556 399 5 3 20 0 15 0 54743955 11176083456 253481 33554432000 4194304 4196468 140726784814832 140726784797376 139929371324151 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
/proc/15405/statm: 2728536 253481 3519 1 0 2690189 0
[pid=15405/tid=15458] ppid=15402 vsize=10914144 memory=1013924 CPUtime=2413.45 cores=1,3,5,7
/proc/15405/task/15458/stat : 15458 (java) R 15402 15405 15121 0 -1 4202560 87281 12839 0 0 241276 61 5 3 20 0 15 0 54743964 11176083456 253481 33554432000 4194304 4196468 140726784814832 139929343158928 139929353731721 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15459] ppid=15402 vsize=10914144 memory=1013924 CPUtime=12.44 cores=1,3,5,7
/proc/15405/task/15459/stat : 15459 (java) S 15402 15405 15121 0 -1 1077944384 16168 12839 0 0 1172 64 5 3 20 0 15 0 54743965 11176083456 253481 33554432000 4194304 4196468 140726784814832 139929375566352 139929371334357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15460] ppid=15402 vsize=10914144 memory=1013924 CPUtime=12.43 cores=1,3,5,7
/proc/15405/task/15460/stat : 15460 (java) S 15402 15405 15121 0 -1 1077944384 11491 12839 0 0 1171 64 5 3 20 0 15 0 54743965 11176083456 253481 33554432000 4194304 4196468 140726784814832 139928944847504 139929371334357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15461] ppid=15402 vsize=10914144 memory=280910726956352 CPUtime=12.42 cores=1,3,5,7
/proc/15405/task/15461/stat : 15461 (java) S 15402 15405 15121 0 -1 1077944384 14610 12839 0 0 1167 67 5 3 20 0 15 0 54743965 11176083456 253481 33554432000 4194304 4196468 140726784814832 139928943794448 139929371334357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15462] ppid=15402 vsize=10914144 memory=1013924 CPUtime=12.42 cores=1,3,5,7
/proc/15405/task/15462/stat : 15462 (java) S 15402 15405 15121 0 -1 1077944384 14588 12839 0 0 1173 61 5 3 20 0 15 0 54743965 11176083456 253481 33554432000 4194304 4196468 140726784814832 139928942741904 139929371334357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15463] ppid=15402 vsize=10914144 memory=1013924 CPUtime=12.22 cores=1,3,5,7
/proc/15405/task/15463/stat : 15463 (java) S 15402 15405 15121 0 -1 1077944384 14481 12839 0 0 1149 65 5 3 20 0 15 0 54743966 11176083456 253481 33554432000 4194304 4196468 140726784814832 139928897927920 139929371335298 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15464] ppid=15402 vsize=10914144 memory=1013924 CPUtime=0.08 cores=1,3,5,7
/proc/15405/task/15464/stat : 15464 (java) S 15402 15405 15121 0 -1 1077944384 14 12839 0 0 0 0 5 3 20 0 15 0 54743967 11176083456 253481 33554432000 4194304 4196468 140726784814832 139928826537696 139929371334357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15465] ppid=15402 vsize=10914144 memory=2315 CPUtime=0.08 cores=1,3,5,7
/proc/15405/task/15465/stat : 15465 (java) S 15402 15405 15121 0 -1 1077944384 1 12839 0 0 0 0 5 3 20 0 15 0 54743967 11176083456 253481 33554432000 4194304 4196468 140726784814832 139928222557440 139929371334357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15466] ppid=15402 vsize=10914144 memory=1013924 CPUtime=0.08 cores=1,3,5,7
/proc/15405/task/15466/stat : 15466 (java) S 15402 15405 15121 0 -1 1077944384 3 12839 0 0 0 0 5 3 20 0 15 0 54743970 11176083456 253481 33554432000 4194304 4196468 140726784814832 139927915157968 139929371342747 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15467] ppid=15402 vsize=10914144 memory=1013924 CPUtime=5.1 cores=1,3,5,7
/proc/15405/task/15467/stat : 15467 (java) S 15402 15405 15121 0 -1 1077944384 10496 12839 0 0 498 4 5 3 20 0 15 0 54743970 11176083456 253481 33554432000 4194304 4196468 140726784814832 139928896874736 139929371335298 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15468] ppid=15402 vsize=10914144 memory=1013924 CPUtime=5.28 cores=1,3,5,7
/proc/15405/task/15468/stat : 15468 (java) S 15402 15405 15121 0 -1 1077944384 17359 12839 0 0 516 4 5 3 20 0 15 0 54743970 11176083456 253481 33554432000 4194304 4196468 140726784814832 139928895822192 139929371335298 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15469] ppid=15402 vsize=10914144 memory=1013924 CPUtime=2.89 cores=1,3,5,7
/proc/15405/task/15469/stat : 15469 (java) S 15402 15405 15121 0 -1 1077944384 19635 12839 0 0 276 5 5 3 20 0 15 0 54743970 11176083456 253481 33554432000 4194304 4196468 140726784814832 139928894769136 139929371335298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15470] ppid=15402 vsize=10914144 memory=1013924 CPUtime=0.08 cores=1,3,5,7
/proc/15405/task/15470/stat : 15470 (java) S 15402 15405 15121 0 -1 1077944384 3 12839 0 0 0 0 5 3 20 0 15 0 54743970 11176083456 253481 33554432000 4194304 4196468 140726784814832 139927881599328 139929371334357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15471] ppid=15402 vsize=10914144 memory=1013924 CPUtime=1.59 cores=1,3,5,7
/proc/15405/task/15471/stat : 15471 (java) S 15402 15405 15121 0 -1 1077944384 1269 12839 0 0 68 83 5 3 20 0 15 0 54743973 11176083456 253481 33554432000 4194304 4196468 140726784814832 139928792980528 139929371335298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
Current children cumulated CPU time: 2489.63 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1013924 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2472.3 s]
/proc/loadavg: 1.53 1.33 1.49 3/216 15698
/proc/meminfo: memFree=22156612/32770624 swapFree=67108860/67108860
[pid=15405] ppid=15402 vsize=10914144 memory=1013924 CPUtime=2520.06 cores=1,3,5,7
/proc/15405/stat : 15405 (java) S 15402 15405 15121 0 -1 1077944320 209936 12839 0 0 251595 403 5 3 20 0 15 0 54743955 11176083456 253481 33554432000 4194304 4196468 140726784814832 140726784797376 139929371324151 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
/proc/15405/statm: 2728536 253481 3519 1 0 2690189 0
[pid=15405/tid=15458] ppid=15402 vsize=10914144 memory=1013924 CPUtime=2443.05 cores=1,3,5,7
/proc/15405/task/15458/stat : 15458 (java) R 15402 15405 15121 0 -1 4202560 87587 12839 0 0 244236 61 5 3 20 0 15 0 54743964 11176083456 253481 33554432000 4194304 4196468 140726784814832 139929343159152 139928989081800 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15459] ppid=15402 vsize=10914144 memory=1013924 CPUtime=12.6 cores=1,3,5,7
/proc/15405/task/15459/stat : 15459 (java) S 15402 15405 15121 0 -1 1077944384 16173 12839 0 0 1187 65 5 3 20 0 15 0 54743965 11176083456 253481 33554432000 4194304 4196468 140726784814832 139929375566352 139929371334357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15460] ppid=15402 vsize=10914144 memory=280910726956352 CPUtime=12.59 cores=1,3,5,7
/proc/15405/task/15460/stat : 15460 (java) S 15402 15405 15121 0 -1 1077944384 11497 12839 0 0 1186 65 5 3 20 0 15 0 54743965 11176083456 253481 33554432000 4194304 4196468 140726784814832 139928944847504 139929371334357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15461] ppid=15402 vsize=10914144 memory=1013924 CPUtime=12.57 cores=1,3,5,7
/proc/15405/task/15461/stat : 15461 (java) S 15402 15405 15121 0 -1 1077944384 14617 12839 0 0 1182 67 5 3 20 0 15 0 54743965 11176083456 253481 33554432000 4194304 4196468 140726784814832 139928943794448 139929371334357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15462] ppid=15402 vsize=10914144 memory=1013924 CPUtime=12.57 cores=1,3,5,7
/proc/15405/task/15462/stat : 15462 (java) S 15402 15405 15121 0 -1 1077944384 14600 12839 0 0 1188 61 5 3 20 0 15 0 54743965 11176083456 253481 33554432000 4194304 4196468 140726784814832 139928942741904 139929371334357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15463] ppid=15402 vsize=10914144 memory=1013924 CPUtime=12.38 cores=1,3,5,7
/proc/15405/task/15463/stat : 15463 (java) S 15402 15405 15121 0 -1 1077944384 14491 12839 0 0 1165 65 5 3 20 0 15 0 54743966 11176083456 253481 33554432000 4194304 4196468 140726784814832 139928897927920 139929371335298 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15464] ppid=15402 vsize=10914144 memory=206605106822189 CPUtime=0.08 cores=1,3,5,7
/proc/15405/task/15464/stat : 15464 (java) S 15402 15405 15121 0 -1 1077944384 14 12839 0 0 0 0 5 3 20 0 15 0 54743967 11176083456 253481 33554432000 4194304 4196468 140726784814832 139928826537696 139929371334357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15465] ppid=15402 vsize=10914144 memory=1013924 CPUtime=0.08 cores=1,3,5,7
/proc/15405/task/15465/stat : 15465 (java) S 15402 15405 15121 0 -1 1077944384 1 12839 0 0 0 0 5 3 20 0 15 0 54743967 11176083456 253481 33554432000 4194304 4196468 140726784814832 139928222557440 139929371334357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15466] ppid=15402 vsize=10914144 memory=1013924 CPUtime=0.08 cores=1,3,5,7
/proc/15405/task/15466/stat : 15466 (java) S 15402 15405 15121 0 -1 1077944384 3 12839 0 0 0 0 5 3 20 0 15 0 54743970 11176083456 253481 33554432000 4194304 4196468 140726784814832 139927915157968 139929371342747 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15467] ppid=15402 vsize=10914144 memory=2344 CPUtime=5.1 cores=1,3,5,7
/proc/15405/task/15467/stat : 15467 (java) S 15402 15405 15121 0 -1 1077944384 10496 12839 0 0 498 4 5 3 20 0 15 0 54743970 11176083456 253481 33554432000 4194304 4196468 140726784814832 139928896874736 139929371335298 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15468] ppid=15402 vsize=10914144 memory=928 CPUtime=5.28 cores=1,3,5,7
/proc/15405/task/15468/stat : 15468 (java) S 15402 15405 15121 0 -1 1077944384 17359 12839 0 0 516 4 5 3 20 0 15 0 54743970 11176083456 253481 33554432000 4194304 4196468 140726784814832 139928895822192 139929371335298 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15469] ppid=15402 vsize=10914144 memory=1013924 CPUtime=2.89 cores=1,3,5,7
/proc/15405/task/15469/stat : 15469 (java) S 15402 15405 15121 0 -1 1077944384 19635 12839 0 0 276 5 5 3 20 0 15 0 54743970 11176083456 253481 33554432000 4194304 4196468 140726784814832 139928894769136 139929371335298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15470] ppid=15402 vsize=10914144 memory=4136 CPUtime=0.08 cores=1,3,5,7
/proc/15405/task/15470/stat : 15470 (java) S 15402 15405 15121 0 -1 1077944384 3 12839 0 0 0 0 5 3 20 0 15 0 54743970 11176083456 253481 33554432000 4194304 4196468 140726784814832 139927881599328 139929371334357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15471] ppid=15402 vsize=10914144 memory=8364 CPUtime=1.61 cores=1,3,5,7
/proc/15405/task/15471/stat : 15471 (java) S 15402 15405 15121 0 -1 1077944384 1271 12839 0 0 69 84 5 3 20 0 15 0 54743973 11176083456 253481 33554432000 4194304 4196468 140726784814832 139928792980528 139929371335298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1013924 KiB

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

[startup+2472.33 s]
# the end of solver process 15405 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.02 s, system=4.07262 s

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

[startup+2472.3 s]
/proc/loadavg: 1.53 1.33 1.49 3/216 15698
/proc/meminfo: memFree=22156612/32770624 swapFree=67108860/67108860
[pid=15405] ppid=15402 vsize=10914144 memory=1013924 CPUtime=2520.06 cores=1,3,5,7
/proc/15405/stat : 15405 (java) S 15402 15405 15121 0 -1 1077944320 209936 12839 0 0 251595 403 5 3 20 0 15 0 54743955 11176083456 253481 33554432000 4194304 4196468 140726784814832 140726784797376 139929371324151 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
/proc/15405/statm: 2728536 253481 3519 1 0 2690189 0
[pid=15405/tid=15458] ppid=15402 vsize=10914144 memory=1013924 CPUtime=2443.05 cores=1,3,5,7
/proc/15405/task/15458/stat : 15458 (java) R 15402 15405 15121 0 -1 4202560 87587 12839 0 0 244236 61 5 3 20 0 15 0 54743964 11176083456 253481 33554432000 4194304 4196468 140726784814832 139929343159152 139928989081800 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15459] ppid=15402 vsize=10914144 memory=1013924 CPUtime=12.6 cores=1,3,5,7
/proc/15405/task/15459/stat : 15459 (java) S 15402 15405 15121 0 -1 1077944384 16173 12839 0 0 1187 65 5 3 20 0 15 0 54743965 11176083456 253481 33554432000 4194304 4196468 140726784814832 139929375566352 139929371334357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15460] ppid=15402 vsize=10914144 memory=280910726956352 CPUtime=12.59 cores=1,3,5,7
/proc/15405/task/15460/stat : 15460 (java) S 15402 15405 15121 0 -1 1077944384 11497 12839 0 0 1186 65 5 3 20 0 15 0 54743965 11176083456 253481 33554432000 4194304 4196468 140726784814832 139928944847504 139929371334357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15461] ppid=15402 vsize=10914144 memory=1013924 CPUtime=12.57 cores=1,3,5,7
/proc/15405/task/15461/stat : 15461 (java) S 15402 15405 15121 0 -1 1077944384 14617 12839 0 0 1182 67 5 3 20 0 15 0 54743965 11176083456 253481 33554432000 4194304 4196468 140726784814832 139928943794448 139929371334357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15462] ppid=15402 vsize=10914144 memory=1013924 CPUtime=12.57 cores=1,3,5,7
/proc/15405/task/15462/stat : 15462 (java) S 15402 15405 15121 0 -1 1077944384 14600 12839 0 0 1188 61 5 3 20 0 15 0 54743965 11176083456 253481 33554432000 4194304 4196468 140726784814832 139928942741904 139929371334357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15463] ppid=15402 vsize=10914144 memory=1013924 CPUtime=12.38 cores=1,3,5,7
/proc/15405/task/15463/stat : 15463 (java) S 15402 15405 15121 0 -1 1077944384 14491 12839 0 0 1165 65 5 3 20 0 15 0 54743966 11176083456 253481 33554432000 4194304 4196468 140726784814832 139928897927920 139929371335298 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15464] ppid=15402 vsize=10914144 memory=206605106822189 CPUtime=0.08 cores=1,3,5,7
/proc/15405/task/15464/stat : 15464 (java) S 15402 15405 15121 0 -1 1077944384 14 12839 0 0 0 0 5 3 20 0 15 0 54743967 11176083456 253481 33554432000 4194304 4196468 140726784814832 139928826537696 139929371334357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15465] ppid=15402 vsize=10914144 memory=1013924 CPUtime=0.08 cores=1,3,5,7
/proc/15405/task/15465/stat : 15465 (java) S 15402 15405 15121 0 -1 1077944384 1 12839 0 0 0 0 5 3 20 0 15 0 54743967 11176083456 253481 33554432000 4194304 4196468 140726784814832 139928222557440 139929371334357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15466] ppid=15402 vsize=10914144 memory=1013924 CPUtime=0.08 cores=1,3,5,7
/proc/15405/task/15466/stat : 15466 (java) S 15402 15405 15121 0 -1 1077944384 3 12839 0 0 0 0 5 3 20 0 15 0 54743970 11176083456 253481 33554432000 4194304 4196468 140726784814832 139927915157968 139929371342747 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15467] ppid=15402 vsize=10914144 memory=2344 CPUtime=5.1 cores=1,3,5,7
/proc/15405/task/15467/stat : 15467 (java) S 15402 15405 15121 0 -1 1077944384 10496 12839 0 0 498 4 5 3 20 0 15 0 54743970 11176083456 253481 33554432000 4194304 4196468 140726784814832 139928896874736 139929371335298 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15468] ppid=15402 vsize=10914144 memory=928 CPUtime=5.28 cores=1,3,5,7
/proc/15405/task/15468/stat : 15468 (java) S 15402 15405 15121 0 -1 1077944384 17359 12839 0 0 516 4 5 3 20 0 15 0 54743970 11176083456 253481 33554432000 4194304 4196468 140726784814832 139928895822192 139929371335298 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15469] ppid=15402 vsize=10914144 memory=1013924 CPUtime=2.89 cores=1,3,5,7
/proc/15405/task/15469/stat : 15469 (java) S 15402 15405 15121 0 -1 1077944384 19635 12839 0 0 276 5 5 3 20 0 15 0 54743970 11176083456 253481 33554432000 4194304 4196468 140726784814832 139928894769136 139929371335298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15470] ppid=15402 vsize=10914144 memory=4136 CPUtime=0.08 cores=1,3,5,7
/proc/15405/task/15470/stat : 15470 (java) S 15402 15405 15121 0 -1 1077944384 3 12839 0 0 0 0 5 3 20 0 15 0 54743970 11176083456 253481 33554432000 4194304 4196468 140726784814832 139927881599328 139929371334357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
[pid=15405/tid=15471] ppid=15402 vsize=10914144 memory=8364 CPUtime=1.61 cores=1,3,5,7
/proc/15405/task/15471/stat : 15471 (java) S 15402 15405 15121 0 -1 1077944384 1271 12839 0 0 69 84 5 3 20 0 15 0 54743973 11176083456 253481 33554432000 4194304 4196468 140726784814832 139928792980528 139929371335298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38490112 140726784817774 140726784820572 140726784820572 140726784823247 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1013924 KiB

Child status: 143
Real time (s): 2472.33
CPU time (s): 2520.09
CPU user time (s): 2516.02
CPU system time (s): 4.07262
CPU usage (%): 101.932
Max. virtual memory (cumulated for all children) (KiB): 10916780
Max. memory (cumulated for all children) (KiB): 1013924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.02
system time used= 4.07262
maximum resident set size= 1018132
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 223593
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 325906
involuntary context switches= 8016


# summary of solver processes directly reported to runsolver:
#   pid: 15405
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2516.02
#   total CPU system time (s): 4.07262

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.826 second user time and 23.9704 second system time

The end

Launcher Data

Begin job on node105 at 2018-07-23 20:50:08
IDJOB=4293769
IDBENCH=141234
IDSOLVER=2750
FILE ID=node105/4293769-1532371808
RUNJOBID= node105-1532371073-15153
PBS_JOBID= 21021573
Free space on /tmp= 44828 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/PseudoBoolean-dec/Pb-chnl15-16_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4293769-1532371808/watcher-4293769-1532371808 -o /tmp/evaluation-result-4293769-1532371808/solver-4293769-1532371808 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532371073-15153 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1518394608 HOME/instance-4293769-1532371808.xml

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

MD5SUM BENCH= 8b2f27ca9e664fd505b84cd8dff1749a
RANDOM SEED=1518394608

node105.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.32
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.32
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.32
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.32
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:        23129984 kB
MemAvailable:   31062296 kB
Buffers:          197772 kB
Cached:          7879940 kB
SwapCached:            0 kB
Active:          2336236 kB
Inactive:        6669604 kB
Active(anon):     882480 kB
Inactive(anon):    65656 kB
Active(file):    1453756 kB
Inactive(file):  6603948 kB
Unevictable:        7336 kB
Mlocked:            7336 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26512 kB
Writeback:             0 kB
AnonPages:        935268 kB
Mapped:            50304 kB
Shmem:             17036 kB
Slab:             330216 kB
SReclaimable:     303068 kB
SUnreclaim:        27148 kB
KernelStack:        3520 kB
PageTables:         7920 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1865772 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    716800 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 44800 MiB
End job on node105 at 2018-07-23 21:31:20