Trace number 4294153

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.08 2462.43

General information on the benchmark

NameBibd/
Bibd-sc-12-06-05_c18.xml
MD5SUMc0ca155b7f34bafa6648dc876ad7391e
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.29173
Satisfiable
(Un)Satisfiability was proved
Number of variables3432
Number of constraints1553
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":1716}]
Minimum variable degree0
Maximum variable degree14
Distribution of variable degrees[{"degree":0,"count":1716},{"degree":2,"count":1452},{"degree":14,"count":264}]
Minimum constraint arity3
Maximum constraint arity264
Distribution of constraint arities[{"arity":3,"count":1452},{"arity":12,"count":22},{"arity":22,"count":78},{"arity":264,"count":1}]
Number of extensional constraints0
Number of intensional constraints1452
Distribution of constraint types[{"type":"intension","count":1452},{"type":"lex","count":1},{"type":"sum","count":100}]
Optimization problemNO
Type of objective

Solver Data

0.98/0.74	c Concrete v3.8.1528841891564 running
2520.02/2462.40	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.02/2462.40		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.02/2462.40		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.02/2462.40		at concrete.BooleanDomain$UNKNOWNBoolean$.filter(BooleanDomain.scala:86)
2520.02/2462.40		at concrete.BooleanDomain$UNKNOWNBoolean$.filter(BooleanDomain.scala:12)
2520.02/2462.40		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.02/2462.40		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.02/2462.40		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.02/2462.40		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.02/2462.40		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.02/2462.40		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.02/2462.41		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.02/2462.41		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.02/2462.41		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:108)
2520.02/2462.41		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.02/2462.41		at scala.Option.map(Option.scala:146)
2520.02/2462.41		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.02/2462.41		at concrete.MAC.mac(MAC.scala:203)
2520.02/2462.41		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.02/2462.41		at scala.util.Try$.apply(Try.scala:209)
2520.02/2462.41		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.02/2462.41		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.02/2462.41		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.02/2462.41		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.02/2462.41		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.02/2462.41		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.02/2462.41		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.02/2462.41		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.02/2462.41		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.02/2462.41		at concrete.MAC.oneRun(MAC.scala:253)
2520.02/2462.41		at concrete.MAC.nextSolution(MAC.scala:272)
2520.02/2462.41		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.02/2462.41		at concrete.ProblemState.map(ProblemState.scala:221)
2520.02/2462.41		at concrete.ProblemState.map(ProblemState.scala:204)
2520.02/2462.41		at concrete.MAC.nextSolution(MAC.scala:334)
2520.02/2462.41		at concrete.Solver.hasNext(Solver.scala:166)
2520.02/2462.41		at scala.collection.Iterator.toStream(Iterator.scala:1418)
2520.02/2462.41		at scala.collection.Iterator.toStream$(Iterator.scala:1417)
2520.02/2462.41		at concrete.Solver.toStream(Solver.scala:68)
2520.02/2462.41		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
2520.02/2462.41		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
2520.02/2462.41		at concrete.Solver.toIterable(Solver.scala:68)
2520.02/2462.41		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:78)
2520.02/2462.41		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.02/2462.41		at scala.util.Success.map(Try.scala:209)
2520.02/2462.41		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.02/2462.41		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.02/2462.41		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.02/2462.41		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.02/2462.41		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.02/2462.41		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.02/2462.41		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.02/2462.41		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.02/2462.41		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.02/2462.41		at scala.collection.immutable.List.foreach(List.scala:389)
2520.02/2462.41		at scala.App.main(App.scala:76)
2520.02/2462.41		at scala.App.main$(App.scala:74)
2520.02/2462.41		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.02/2462.41		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.02/2462.42	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (3536 MiB free)
  memory of node 1: 16384 MiB (10323 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294153-1532434026/watcher-4294153-1532434026 -o /tmp/evaluation-result-4294153-1532434026/solver-4294153-1532434026 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532414812-13981 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=206470709 HOME/instance-4294153-1532434026.xml 

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

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


[startup+0.10912 s]*
/proc/loadavg: 1.39 1.32 1.37 3/206 17691
/proc/meminfo: memFree=14183680/32770624 swapFree=67108852/67108860
[pid=17634] ppid=17631 vsize=10153664 memory=18132 CPUtime=0.1 cores=1,3,5,7
/proc/17634/stat : 17634 (java) S 17631 17634 13949 0 -1 1077944320 4735 13153 0 0 2 1 4 3 20 0 8 0 60965719 10397351936 4533 33554432000 4194304 4196468 140731442634000 140731442616544 140040068910839 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
/proc/17634/statm: 2538416 4533 2058 1 0 2526854 0
[pid=17634/tid=17687] ppid=17631 vsize=10153664 memory=4279135703946591887 CPUtime=0.08 cores=1,3,5,7
/proc/17634/task/17687/stat : 17687 (java) R 17631 17634 13949 0 -1 4202560 2516 13153 0 0 1 0 4 3 20 0 8 0 60965728 10397351936 4533 33554432000 4194304 4196468 140731442634000 140040040744616 140040054593365 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17688] ppid=17631 vsize=10153664 memory=8257237230052613020 CPUtime=0.07 cores=1,3,5,7
/proc/17634/task/17688/stat : 17688 (java) S 17631 17634 13949 0 -1 1077944384 1 13153 0 0 0 0 4 3 20 0 8 0 60965728 10397351936 4533 33554432000 4194304 4196468 140731442634000 140040073153424 140040068921045 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17689] ppid=17631 vsize=10153664 memory=140667855115904 CPUtime=0.07 cores=1,3,5,7
/proc/17634/task/17689/stat : 17689 (java) S 17631 17634 13949 0 -1 1077944384 1 13153 0 0 0 0 4 3 20 0 8 0 60965728 10397351936 4533 33554432000 4194304 4196468 140731442634000 140039961426704 140040068921045 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17690] ppid=17631 vsize=10153664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17634/task/17690/stat : 17690 (java) S 17631 17634 13949 0 -1 1077944384 2 13153 0 0 0 0 4 3 20 0 8 0 60965728 10397351936 4533 33554432000 4194304 4196468 140731442634000 140039960374416 140040068921045 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17691] ppid=17631 vsize=10153664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17634/task/17691/stat : 17691 (java) S 17631 17634 13949 0 -1 1077944384 2 13153 0 0 0 0 4 3 20 0 8 0 60965728 10397351936 4533 33554432000 4194304 4196468 140731442634000 140039640050704 140040068921045 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17692] ppid=17631 vsize=10153664 memory=140667855115904 CPUtime=0.07 cores=1,3,5,7
/proc/17634/task/17692/stat : 17692 (java) S 17631 17634 13949 0 -1 1077944384 2 13153 0 0 0 0 4 3 20 0 8 0 60965730 10397351936 4533 33554432000 4194304 4196468 140731442634000 140039528253552 140040068921986 0 0 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17693] ppid=17631 vsize=10153664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17634/task/17693/stat : 17693 (java) S 17631 17634 13949 0 -1 1077944384 32 13153 0 0 0 0 4 3 20 0 8 0 60965731 10397351936 4533 33554432000 4194304 4196468 140731442634000 140039527198416 140040068921045 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10153664 KiB
Current children cumulated memory: 18132 KiB

[startup+0.210041 s]*
/proc/loadavg: 1.39 1.32 1.37 3/215 17700
/proc/meminfo: memFree=14164876/32770624 swapFree=67108852/67108860
[pid=17634] ppid=17631 vsize=10818904 memory=42696 CPUtime=0.24 cores=1,3,5,7
/proc/17634/stat : 17634 (java) S 17631 17634 13949 0 -1 1077944320 7897 13153 0 0 16 1 4 3 20 0 15 0 60965719 11078557696 10674 33554432000 4194304 4196468 140731442634000 140731442616544 140040068910839 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
/proc/17634/statm: 2704726 10674 2959 1 0 2667149 0
[pid=17634/tid=17687] ppid=17631 vsize=10818904 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/17634/task/17687/stat : 17687 (java) R 17631 17634 13949 0 -1 4202560 4485 13153 0 0 10 1 4 3 20 0 15 0 60965728 11078557696 10674 33554432000 4194304 4196468 140731442634000 140040040734216 140040049186667 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17688] ppid=17631 vsize=10818904 memory=345 CPUtime=0.07 cores=1,3,5,7
/proc/17634/task/17688/stat : 17688 (java) S 17631 17634 13949 0 -1 1077944384 1 13153 0 0 0 0 4 3 20 0 15 0 60965728 11078557696 10740 33554432000 4194304 4196468 140731442634000 140040073153424 140040068921045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17689] ppid=17631 vsize=10818904 memory=140667855447037 CPUtime=0.07 cores=1,3,5,7
/proc/17634/task/17689/stat : 17689 (java) S 17631 17634 13949 0 -1 1077944384 1 13153 0 0 0 0 4 3 20 0 15 0 60965728 11078557696 10740 33554432000 4194304 4196468 140731442634000 140039961426704 140040068921045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17690] ppid=17631 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17634/task/17690/stat : 17690 (java) S 17631 17634 13949 0 -1 1077944384 2 13153 0 0 0 0 4 3 20 0 15 0 60965728 11078557696 10740 33554432000 4194304 4196468 140731442634000 140039960374416 140040068921045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17691] ppid=17631 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17634/task/17691/stat : 17691 (java) S 17631 17634 13949 0 -1 1077944384 2 13153 0 0 0 0 4 3 20 0 15 0 60965728 11078557696 10740 33554432000 4194304 4196468 140731442634000 140039640050704 140040068921045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17692] ppid=17631 vsize=10818904 memory=140667855115904 CPUtime=0.07 cores=1,3,5,7
/proc/17634/task/17692/stat : 17692 (java) S 17631 17634 13949 0 -1 1077944384 2 13153 0 0 0 0 4 3 20 0 15 0 60965730 11078557696 10740 33554432000 4194304 4196468 140731442634000 140039528253552 140040068921986 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17693] ppid=17631 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17634/task/17693/stat : 17693 (java) S 17631 17634 13949 0 -1 1077944384 33 13153 0 0 0 0 4 3 20 0 15 0 60965731 11078557696 10740 33554432000 4194304 4196468 140731442634000 140039527199520 140040068921045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17694] ppid=17631 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17634/task/17694/stat : 17694 (java) S 17631 17634 13949 0 -1 1077944384 1 13153 0 0 0 0 4 3 20 0 15 0 60965731 11078557696 10740 33554432000 4194304 4196468 140731442634000 140038952182896 140040068921045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17695] ppid=17631 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17634/task/17695/stat : 17695 (java) S 17631 17634 13949 0 -1 1077944384 3 13153 0 0 0 0 4 3 20 0 15 0 60965734 11078557696 10740 33554432000 4194304 4196468 140731442634000 140038644783184 140040068929435 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17696] ppid=17631 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17634/task/17696/stat : 17696 (java) S 17631 17634 13949 0 -1 1077944384 545 13153 0 0 1 0 4 3 20 0 15 0 60965734 11078557696 10740 33554432000 4194304 4196468 140731442634000 140039493642864 140040068921986 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17697] ppid=17631 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/17634/task/17697/stat : 17697 (java) S 17631 17634 13949 0 -1 1077944384 64 13153 0 0 1 0 4 3 20 0 15 0 60965734 11078557696 10740 33554432000 4194304 4196468 140731442634000 140039492590064 140040068921986 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17698] ppid=17631 vsize=10818904 memory=140667855115904 CPUtime=0.1 cores=1,3,5,7
/proc/17634/task/17698/stat : 17698 (java) S 17631 17634 13949 0 -1 1077944384 604 13153 0 0 3 0 4 3 20 0 15 0 60965734 11078557696 10740 33554432000 4194304 4196468 140731442634000 140039491537776 140040068921986 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17699] ppid=17631 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17634/task/17699/stat : 17699 (java) S 17631 17634 13949 0 -1 1077944384 3 13153 0 0 0 0 4 3 20 0 15 0 60965734 11078557696 10740 33554432000 4194304 4196468 140731442634000 140038611225568 140040068921045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17700] ppid=17631 vsize=10818904 memory=140667855115904 CPUtime=0.07 cores=1,3,5,7
/proc/17634/task/17700/stat : 17700 (java) S 17631 17634 13949 0 -1 1077944384 1 13153 0 0 0 0 4 3 20 0 15 0 60965734 11078557696 10806 33554432000 4194304 4196468 140731442634000 140039490484656 140040068921986 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 42696 KiB

[startup+0.310312 s]*
/proc/loadavg: 1.39 1.32 1.37 3/215 17700
/proc/meminfo: memFree=14153340/32770624 swapFree=67108852/67108860
[pid=17634] ppid=17631 vsize=10819352 memory=53944 CPUtime=0.37 cores=1,3,5,7
/proc/17634/stat : 17634 (java) S 17631 17634 13949 0 -1 1077944320 10564 13153 0 0 28 2 4 3 20 0 15 0 60965719 11079016448 13486 33554432000 4194304 4196468 140731442634000 140731442616544 140040068910839 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
/proc/17634/statm: 2704838 13486 3078 1 0 2667149 0
[pid=17634/tid=17687] ppid=17631 vsize=10819352 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/17634/task/17687/stat : 17687 (java) R 17631 17634 13949 0 -1 4202560 7105 13153 0 0 19 2 4 3 20 0 15 0 60965728 11079016448 13486 33554432000 4194304 4196468 140731442634000 140040040722848 140040052991326 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17688] ppid=17631 vsize=10819352 memory=4126316290023845779 CPUtime=0.07 cores=1,3,5,7
/proc/17634/task/17688/stat : 17688 (java) S 17631 17634 13949 0 -1 1077944384 1 13153 0 0 0 0 4 3 20 0 15 0 60965728 11079016448 13486 33554432000 4194304 4196468 140731442634000 140040073153424 140040068921045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17689] ppid=17631 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17634/task/17689/stat : 17689 (java) S 17631 17634 13949 0 -1 1077944384 1 13153 0 0 0 0 4 3 20 0 15 0 60965728 11079016448 13486 33554432000 4194304 4196468 140731442634000 140039961426704 140040068921045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17690] ppid=17631 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17634/task/17690/stat : 17690 (java) S 17631 17634 13949 0 -1 1077944384 2 13153 0 0 0 0 4 3 20 0 15 0 60965728 11079016448 13486 33554432000 4194304 4196468 140731442634000 140039960374416 140040068921045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17691] ppid=17631 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17634/task/17691/stat : 17691 (java) S 17631 17634 13949 0 -1 1077944384 2 13153 0 0 0 0 4 3 20 0 15 0 60965728 11079016448 13486 33554432000 4194304 4196468 140731442634000 140039640050704 140040068921045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17692] ppid=17631 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17634/task/17692/stat : 17692 (java) S 17631 17634 13949 0 -1 1077944384 2 13153 0 0 0 0 4 3 20 0 15 0 60965730 11079016448 13486 33554432000 4194304 4196468 140731442634000 140039528253552 140040068921986 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17693] ppid=17631 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17634/task/17693/stat : 17693 (java) S 17631 17634 13949 0 -1 1077944384 33 13153 0 0 0 0 4 3 20 0 15 0 60965731 11079016448 13486 33554432000 4194304 4196468 140731442634000 140039527199520 140040068921045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17694] ppid=17631 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17634/task/17694/stat : 17694 (java) S 17631 17634 13949 0 -1 1077944384 1 13153 0 0 0 0 4 3 20 0 15 0 60965731 11079016448 13486 33554432000 4194304 4196468 140731442634000 140038952182896 140040068921045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17695] ppid=17631 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17634/task/17695/stat : 17695 (java) S 17631 17634 13949 0 -1 1077944384 3 13153 0 0 0 0 4 3 20 0 15 0 60965734 11079016448 13486 33554432000 4194304 4196468 140731442634000 140038644783184 140040068929435 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17696] ppid=17631 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17634/task/17696/stat : 17696 (java) S 17631 17634 13949 0 -1 1077944384 547 13153 0 0 1 0 4 3 20 0 15 0 60965734 11079016448 13486 33554432000 4194304 4196468 140731442634000 140039493642864 140040068921986 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17697] ppid=17631 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/17634/task/17697/stat : 17697 (java) S 17631 17634 13949 0 -1 1077944384 64 13153 0 0 1 0 4 3 20 0 15 0 60965734 11079016448 13486 33554432000 4194304 4196468 140731442634000 140039492590064 140040068921986 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17698] ppid=17631 vsize=10819352 memory=140667855115904 CPUtime=0.12 cores=1,3,5,7
/proc/17634/task/17698/stat : 17698 (java) S 17631 17634 13949 0 -1 1077944384 615 13153 0 0 5 0 4 3 20 0 15 0 60965734 11079016448 13486 33554432000 4194304 4196468 140731442634000 140039491537776 140040068921986 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17699] ppid=17631 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17634/task/17699/stat : 17699 (java) S 17631 17634 13949 0 -1 1077944384 3 13153 0 0 0 0 4 3 20 0 15 0 60965734 11079016448 13486 33554432000 4194304 4196468 140731442634000 140038611225568 140040068921045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17700] ppid=17631 vsize=10819352 memory=140667855115904 CPUtime=0.07 cores=1,3,5,7
/proc/17634/task/17700/stat : 17700 (java) S 17631 17634 13949 0 -1 1077944384 1 13153 0 0 0 0 4 3 20 0 15 0 60965734 11079016448 13486 33554432000 4194304 4196468 140731442634000 140039490484656 140040068921986 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 53944 KiB

[startup+0.700779 s]
/proc/loadavg: 1.39 1.32 1.37 3/215 17700
/proc/meminfo: memFree=14141928/32770624 swapFree=67108852/67108860
[pid=17634] ppid=17631 vsize=10819352 memory=86652 CPUtime=0.98 cores=1,3,5,7
/proc/17634/stat : 17634 (java) S 17631 17634 13949 0 -1 1077944320 16792 13153 0 0 87 4 4 3 20 0 15 0 60965719 11079016448 21663 33554432000 4194304 4196468 140731442634000 140731442616544 140040068910839 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
/proc/17634/statm: 2704838 21663 3246 1 0 2667149 0
[pid=17634/tid=17687] ppid=17631 vsize=10819352 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/17634/task/17687/stat : 17687 (java) R 17631 17634 13949 0 -1 4202560 12203 13153 0 0 56 3 4 3 20 0 15 0 60965728 11079016448 21663 33554432000 4194304 4196468 140731442634000 140040040731664 140040050474395 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17688] ppid=17631 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17634/task/17688/stat : 17688 (java) S 17631 17634 13949 0 -1 1077944384 1 13153 0 0 0 0 4 3 20 0 15 0 60965728 11079016448 21663 33554432000 4194304 4196468 140731442634000 140040073153424 140040068921045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17689] ppid=17631 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17634/task/17689/stat : 17689 (java) S 17631 17634 13949 0 -1 1077944384 1 13153 0 0 0 0 4 3 20 0 15 0 60965728 11079016448 21663 33554432000 4194304 4196468 140731442634000 140039961426704 140040068921045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17690] ppid=17631 vsize=10819352 memory=140667695179152 CPUtime=0.07 cores=1,3,5,7
/proc/17634/task/17690/stat : 17690 (java) S 17631 17634 13949 0 -1 1077944384 2 13153 0 0 0 0 4 3 20 0 15 0 60965728 11079016448 21663 33554432000 4194304 4196468 140731442634000 140039960374416 140040068921045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17691] ppid=17631 vsize=10819352 memory=140668768879163 CPUtime=0.07 cores=1,3,5,7
/proc/17634/task/17691/stat : 17691 (java) S 17631 17634 13949 0 -1 1077944384 2 13153 0 0 0 0 4 3 20 0 15 0 60965728 11079016448 21663 33554432000 4194304 4196468 140731442634000 140039640050704 140040068921045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17692] ppid=17631 vsize=10819352 memory=1952 CPUtime=0.07 cores=1,3,5,7
/proc/17634/task/17692/stat : 17692 (java) S 17631 17634 13949 0 -1 1077944384 5 13153 0 0 0 0 4 3 20 0 15 0 60965730 11079016448 21663 33554432000 4194304 4196468 140731442634000 140039528253552 140040068921986 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17693] ppid=17631 vsize=10819352 memory=4044 CPUtime=0.07 cores=1,3,5,7
/proc/17634/task/17693/stat : 17693 (java) S 17631 17634 13949 0 -1 1077944384 33 13153 0 0 0 0 4 3 20 0 15 0 60965731 11079016448 21663 33554432000 4194304 4196468 140731442634000 140039527199520 140040068921045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17694] ppid=17631 vsize=10819352 memory=11384 CPUtime=0.07 cores=1,3,5,7
/proc/17634/task/17694/stat : 17694 (java) S 17631 17634 13949 0 -1 1077944384 1 13153 0 0 0 0 4 3 20 0 15 0 60965731 11079016448 21663 33554432000 4194304 4196468 140731442634000 140038952182896 140040068921045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17695] ppid=17631 vsize=10819352 memory=16432 CPUtime=0.07 cores=1,3,5,7
/proc/17634/task/17695/stat : 17695 (java) S 17631 17634 13949 0 -1 1077944384 3 13153 0 0 0 0 4 3 20 0 15 0 60965734 11079016448 21663 33554432000 4194304 4196468 140731442634000 140038644783184 140040068929435 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17696] ppid=17631 vsize=10819352 memory=1792 CPUtime=0.16 cores=1,3,5,7
/proc/17634/task/17696/stat : 17696 (java) S 17631 17634 13949 0 -1 1077944384 1187 13153 0 0 9 0 4 3 20 0 15 0 60965734 11079016448 21663 33554432000 4194304 4196468 140731442634000 140039493642864 140040068921986 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17697] ppid=17631 vsize=10819352 memory=644 CPUtime=0.15 cores=1,3,5,7
/proc/17634/task/17697/stat : 17697 (java) S 17631 17634 13949 0 -1 1077944384 464 13153 0 0 8 0 4 3 20 0 15 0 60965734 11079016448 21663 33554432000 4194304 4196468 140731442634000 140039492590064 140040068921986 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17698] ppid=17631 vsize=10819352 memory=956 CPUtime=0.2 cores=1,3,5,7
/proc/17634/task/17698/stat : 17698 (java) S 17631 17634 13949 0 -1 1077944384 697 13153 0 0 13 0 4 3 20 0 15 0 60965734 11079016448 21663 33554432000 4194304 4196468 140731442634000 140039491537776 140040068921986 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17699] ppid=17631 vsize=10819352 memory=1232 CPUtime=0.07 cores=1,3,5,7
/proc/17634/task/17699/stat : 17699 (java) S 17631 17634 13949 0 -1 1077944384 3 13153 0 0 0 0 4 3 20 0 15 0 60965734 11079016448 21663 33554432000 4194304 4196468 140731442634000 140038611225568 140040068921045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17700] ppid=17631 vsize=10819352 memory=2336 CPUtime=0.07 cores=1,3,5,7
/proc/17634/task/17700/stat : 17700 (java) S 17631 17634 13949 0 -1 1077944384 1 13153 0 0 0 0 4 3 20 0 15 0 60965734 11079016448 21663 33554432000 4194304 4196468 140731442634000 140039490484656 140040068921986 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86652 KiB

[startup+1.50451 s]
/proc/loadavg: 1.39 1.32 1.37 3/215 17700
/proc/meminfo: memFree=14095968/32770624 swapFree=67108852/67108860
[pid=17634] ppid=17631 vsize=10832204 memory=203484 CPUtime=2.83 cores=1,3,5,7
/proc/17634/stat : 17634 (java) S 17631 17634 13949 0 -1 1077944320 24960 13153 0 0 267 9 4 3 20 0 15 0 60965719 11092176896 50871 33554432000 4194304 4196468 140731442634000 140731442616544 140040068910839 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
/proc/17634/statm: 2708051 50871 3448 1 0 2669709 0
[pid=17634/tid=17687] ppid=17631 vsize=10832204 memory=6442494260429480290 CPUtime=1.42 cores=1,3,5,7
/proc/17634/task/17687/stat : 17687 (java) S 17631 17634 13949 0 -1 1077944384 16959 13153 0 0 130 5 4 3 20 0 15 0 60965728 11092176896 50871 33554432000 4194304 4196468 140731442634000 140040040712480 140040068921045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17688] ppid=17631 vsize=10832204 memory=7307184289356141155 CPUtime=0.08 cores=1,3,5,7
/proc/17634/task/17688/stat : 17688 (java) R 17631 17634 13949 0 -1 4202560 173 13153 0 0 1 0 4 3 20 0 15 0 60965728 11092176896 50871 33554432000 4194304 4196468 140731442634000 140040073153424 140040062007540 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17689] ppid=17631 vsize=10832204 memory=7518026630507422567 CPUtime=0.08 cores=1,3,5,7
/proc/17634/task/17689/stat : 17689 (java) S 17631 17634 13949 0 -1 1077944384 35 13153 0 0 1 0 4 3 20 0 15 0 60965728 11092176896 50871 33554432000 4194304 4196468 140731442634000 140039961426704 140040068921045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17690] ppid=17631 vsize=10832204 memory=7518026630507422567 CPUtime=0.08 cores=1,3,5,7
/proc/17634/task/17690/stat : 17690 (java) R 17631 17634 13949 0 -1 4202560 18 13153 0 0 1 0 4 3 20 0 15 0 60965728 11092176896 50871 33554432000 4194304 4196468 140731442634000 140039960374536 140040061539047 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17691] ppid=17631 vsize=10832204 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17634/task/17691/stat : 17691 (java) S 17631 17634 13949 0 -1 1077944384 57 13153 0 0 1 0 4 3 20 0 15 0 60965728 11092176896 50871 33554432000 4194304 4196468 140731442634000 140039640050704 140040068921045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17692] ppid=17631 vsize=10832204 memory=3689057659131044758 CPUtime=0.08 cores=1,3,5,7
/proc/17634/task/17692/stat : 17692 (java) S 17631 17634 13949 0 -1 1077944384 48 13153 0 0 1 0 4 3 20 0 15 0 60965730 11092176896 50871 33554432000 4194304 4196468 140731442634000 140039528252064 140040068921045 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17693] ppid=17631 vsize=10832204 memory=4048792322152492201 CPUtime=0.07 cores=1,3,5,7
/proc/17634/task/17693/stat : 17693 (java) S 17631 17634 13949 0 -1 1077944384 33 13153 0 0 0 0 4 3 20 0 15 0 60965731 11092176896 50871 33554432000 4194304 4196468 140731442634000 140039527199520 140040068921045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17694] ppid=17631 vsize=10832204 memory=4715149631486799264 CPUtime=0.07 cores=1,3,5,7
/proc/17634/task/17694/stat : 17694 (java) S 17631 17634 13949 0 -1 1077944384 1 13153 0 0 0 0 4 3 20 0 15 0 60965731 11092176896 50871 33554432000 4194304 4196468 140731442634000 140038952182896 140040068921045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17695] ppid=17631 vsize=10832204 memory=4121673501338122861 CPUtime=0.07 cores=1,3,5,7
/proc/17634/task/17695/stat : 17695 (java) S 17631 17634 13949 0 -1 1077944384 3 13153 0 0 0 0 4 3 20 0 15 0 60965734 11092176896 50871 33554432000 4194304 4196468 140731442634000 140038644783184 140040068929435 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17696] ppid=17631 vsize=10832204 memory=3617301253869053851 CPUtime=0.53 cores=1,3,5,7
/proc/17634/task/17696/stat : 17696 (java) S 17631 17634 13949 0 -1 1077944384 2551 13153 0 0 46 0 4 3 20 0 15 0 60965734 11092176896 50871 33554432000 4194304 4196468 140731442634000 140039493642864 140040068921986 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17697] ppid=17631 vsize=10832204 memory=0 CPUtime=0.46 cores=1,3,5,7
/proc/17634/task/17697/stat : 17697 (java) S 17631 17634 13949 0 -1 1077944384 1277 13153 0 0 39 0 4 3 20 0 15 0 60965734 11092176896 50871 33554432000 4194304 4196468 140731442634000 140039492590064 140040068921986 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17698] ppid=17631 vsize=10832204 memory=7163647371398701931 CPUtime=0.5 cores=1,3,5,7
/proc/17634/task/17698/stat : 17698 (java) S 17631 17634 13949 0 -1 1077944384 1613 13153 0 0 43 0 4 3 20 0 15 0 60965734 11092176896 50871 33554432000 4194304 4196468 140731442634000 140039491537776 140040068921986 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17699] ppid=17631 vsize=10832204 memory=7013886255321212761 CPUtime=0.07 cores=1,3,5,7
/proc/17634/task/17699/stat : 17699 (java) S 17631 17634 13949 0 -1 1077944384 3 13153 0 0 0 0 4 3 20 0 15 0 60965734 11092176896 50871 33554432000 4194304 4196468 140731442634000 140038611225568 140040068921045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0

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

/proc/17634/task/17687/stat : 17687 (java) R 17631 17634 13949 0 -1 4202560 92252 13153 0 0 229775 55 4 3 20 0 15 0 60965728 11178180608 346500 33554432000 4194304 4196468 140731442634000 140040040745136 140039661868482 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17688] ppid=17631 vsize=10916192 memory=1385976 CPUtime=11.88 cores=1,3,5,7
/proc/17634/task/17688/stat : 17688 (java) S 17631 17634 13949 0 -1 1077944384 23901 13153 0 0 1125 56 4 3 20 0 15 0 60965728 11178180608 346500 33554432000 4194304 4196468 140731442634000 140040073153424 140040068921045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17689] ppid=17631 vsize=10916192 memory=809 CPUtime=11.93 cores=1,3,5,7
/proc/17634/task/17689/stat : 17689 (java) S 17631 17634 13949 0 -1 1077944384 19945 13153 0 0 1132 54 4 3 20 0 15 0 60965728 11178180608 346500 33554432000 4194304 4196468 140731442634000 140039961426704 140040068921045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17690] ppid=17631 vsize=10916192 memory=1385976 CPUtime=11.89 cores=1,3,5,7
/proc/17634/task/17690/stat : 17690 (java) S 17631 17634 13949 0 -1 1077944384 19263 13153 0 0 1132 50 4 3 20 0 15 0 60965728 11178180608 346500 33554432000 4194304 4196468 140731442634000 140039960374416 140040068921045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17691] ppid=17631 vsize=10916192 memory=1385976 CPUtime=11.91 cores=1,3,5,7
/proc/17634/task/17691/stat : 17691 (java) S 17631 17634 13949 0 -1 1077944384 22651 13153 0 0 1134 50 4 3 20 0 15 0 60965728 11178180608 346500 33554432000 4194304 4196468 140731442634000 140039640050704 140040068921045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17692] ppid=17631 vsize=10916192 memory=1385976 CPUtime=9.93 cores=1,3,5,7
/proc/17634/task/17692/stat : 17692 (java) S 17631 17634 13949 0 -1 1077944384 22351 13153 0 0 935 51 4 3 20 0 15 0 60965730 11178180608 346500 33554432000 4194304 4196468 140731442634000 140039528253552 140040068921986 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 18 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17693] ppid=17631 vsize=10916192 memory=1385976 CPUtime=0.07 cores=1,3,5,7
/proc/17634/task/17693/stat : 17693 (java) S 17631 17634 13949 0 -1 1077944384 46 13153 0 0 0 0 4 3 20 0 15 0 60965731 11178180608 346500 33554432000 4194304 4196468 140731442634000 140039527199584 140040068921045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17694] ppid=17631 vsize=10916192 memory=1386000 CPUtime=0.07 cores=1,3,5,7
/proc/17634/task/17694/stat : 17694 (java) S 17631 17634 13949 0 -1 1077944384 9 13153 0 0 0 0 4 3 20 0 15 0 60965731 11178180608 346500 33554432000 4194304 4196468 140731442634000 140038952182912 140040068921045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17695] ppid=17631 vsize=10916192 memory=1386000 CPUtime=0.07 cores=1,3,5,7
/proc/17634/task/17695/stat : 17695 (java) S 17631 17634 13949 0 -1 1077944384 3 13153 0 0 0 0 4 3 20 0 15 0 60965734 11178180608 346500 33554432000 4194304 4196468 140731442634000 140038644783184 140040068929435 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17696] ppid=17631 vsize=10916192 memory=1386000 CPUtime=8.92 cores=1,3,5,7
/proc/17634/task/17696/stat : 17696 (java) S 17631 17634 13949 0 -1 1077944384 16187 13153 0 0 880 5 4 3 20 0 15 0 60965734 11178180608 346500 33554432000 4194304 4196468 140731442634000 140039493642864 140040068921986 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17697] ppid=17631 vsize=10916192 memory=1386000 CPUtime=8.16 cores=1,3,5,7
/proc/17634/task/17697/stat : 17697 (java) S 17631 17634 13949 0 -1 1077944384 11713 13153 0 0 805 4 4 3 20 0 15 0 60965734 11178180608 346500 33554432000 4194304 4196468 140731442634000 140039492590064 140040068921986 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17698] ppid=17631 vsize=10916192 memory=281335390375152 CPUtime=3.78 cores=1,3,5,7
/proc/17634/task/17698/stat : 17698 (java) S 17631 17634 13949 0 -1 1077944384 28405 13153 0 0 366 5 4 3 20 0 15 0 60965734 11178180608 346500 33554432000 4194304 4196468 140731442634000 140039491537776 140040068921986 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17699] ppid=17631 vsize=10916192 memory=1386000 CPUtime=0.07 cores=1,3,5,7
/proc/17634/task/17699/stat : 17699 (java) S 17631 17634 13949 0 -1 1077944384 3 13153 0 0 0 0 4 3 20 0 15 0 60965734 11178180608 346500 33554432000 4194304 4196468 140731442634000 140038611225568 140040068921045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17700] ppid=17631 vsize=10916192 memory=4012 CPUtime=1.32 cores=1,3,5,7
/proc/17634/task/17700/stat : 17700 (java) S 17631 17634 13949 0 -1 1077944384 2137 13153 0 0 53 72 4 3 20 0 15 0 60965734 11178180608 346500 33554432000 4194304 4196468 140731442634000 140039490484656 140040068921986 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 14 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
Current children cumulated CPU time: 2377.58 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1386000 KiB

[startup+2382.3 s]
/proc/loadavg: 1.27 1.31 1.40 4/215 17899
/proc/meminfo: memFree=12594780/32770624 swapFree=67108852/67108860
[pid=17634] ppid=17631 vsize=10916192 memory=1386104 CPUtime=2438.61 cores=1,3,5,7
/proc/17634/stat : 17634 (java) S 17631 17634 13949 0 -1 1077944320 262913 13153 0 0 243493 361 4 3 20 0 15 0 60965719 11178180608 346526 33554432000 4194304 4196468 140731442634000 140731442616544 140040068910839 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
/proc/17634/statm: 2729048 346526 3526 1 0 2690701 0
[pid=17634/tid=17687] ppid=17631 vsize=10916192 memory=1386104 CPUtime=2357.68 cores=1,3,5,7
/proc/17634/task/17687/stat : 17687 (java) R 17631 17634 13949 0 -1 4202560 93204 13153 0 0 235705 56 4 3 20 0 15 0 60965728 11178180608 346526 33554432000 4194304 4196468 140731442634000 140040040745312 140039649861790 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17688] ppid=17631 vsize=10916192 memory=1386072 CPUtime=12.23 cores=1,3,5,7
/proc/17634/task/17688/stat : 17688 (java) S 17631 17634 13949 0 -1 1077944384 23990 13153 0 0 1158 58 4 3 20 0 15 0 60965728 11178180608 346526 33554432000 4194304 4196468 140731442634000 140040073153424 140040068921045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17689] ppid=17631 vsize=10916192 memory=1386072 CPUtime=12.28 cores=1,3,5,7
/proc/17634/task/17689/stat : 17689 (java) S 17631 17634 13949 0 -1 1077944384 20288 13153 0 0 1166 55 4 3 20 0 15 0 60965728 11178180608 346526 33554432000 4194304 4196468 140731442634000 140039961426704 140040068921045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17690] ppid=17631 vsize=10916192 memory=1386072 CPUtime=12.24 cores=1,3,5,7
/proc/17634/task/17690/stat : 17690 (java) S 17631 17634 13949 0 -1 1077944384 19323 13153 0 0 1165 52 4 3 20 0 15 0 60965728 11178180608 346526 33554432000 4194304 4196468 140731442634000 140039960374416 140040068921045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17691] ppid=17631 vsize=10916192 memory=1386104 CPUtime=12.27 cores=1,3,5,7
/proc/17634/task/17691/stat : 17691 (java) S 17631 17634 13949 0 -1 1077944384 22771 13153 0 0 1168 52 4 3 20 0 15 0 60965728 11178180608 346526 33554432000 4194304 4196468 140731442634000 140039640050704 140040068921045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17692] ppid=17631 vsize=10916192 memory=1386096 CPUtime=10.22 cores=1,3,5,7
/proc/17634/task/17692/stat : 17692 (java) S 17631 17634 13949 0 -1 1077944384 22613 13153 0 0 963 52 4 3 20 0 15 0 60965730 11178180608 346526 33554432000 4194304 4196468 140731442634000 140039528253552 140040068921986 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 18 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17693] ppid=17631 vsize=10916192 memory=1386104 CPUtime=0.07 cores=1,3,5,7
/proc/17634/task/17693/stat : 17693 (java) S 17631 17634 13949 0 -1 1077944384 46 13153 0 0 0 0 4 3 20 0 15 0 60965731 11178180608 346526 33554432000 4194304 4196468 140731442634000 140039527199584 140040068921045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17694] ppid=17631 vsize=10916192 memory=1386104 CPUtime=0.07 cores=1,3,5,7
/proc/17634/task/17694/stat : 17694 (java) S 17631 17634 13949 0 -1 1077944384 9 13153 0 0 0 0 4 3 20 0 15 0 60965731 11178180608 346526 33554432000 4194304 4196468 140731442634000 140038952182912 140040068921045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17695] ppid=17631 vsize=10916192 memory=1386104 CPUtime=0.07 cores=1,3,5,7
/proc/17634/task/17695/stat : 17695 (java) S 17631 17634 13949 0 -1 1077944384 3 13153 0 0 0 0 4 3 20 0 15 0 60965734 11178180608 346526 33554432000 4194304 4196468 140731442634000 140038644783184 140040068929435 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17696] ppid=17631 vsize=10916192 memory=140667695389513 CPUtime=8.92 cores=1,3,5,7
/proc/17634/task/17696/stat : 17696 (java) S 17631 17634 13949 0 -1 1077944384 16189 13153 0 0 880 5 4 3 20 0 15 0 60965734 11178180608 346526 33554432000 4194304 4196468 140731442634000 140039493642864 140040068921986 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17697] ppid=17631 vsize=10916192 memory=1386104 CPUtime=8.16 cores=1,3,5,7
/proc/17634/task/17697/stat : 17697 (java) S 17631 17634 13949 0 -1 1077944384 11715 13153 0 0 805 4 4 3 20 0 15 0 60965734 11178180608 346526 33554432000 4194304 4196468 140731442634000 140039492590064 140040068921986 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17698] ppid=17631 vsize=10916192 memory=1386104 CPUtime=3.78 cores=1,3,5,7
/proc/17634/task/17698/stat : 17698 (java) S 17631 17634 13949 0 -1 1077944384 28407 13153 0 0 366 5 4 3 20 0 15 0 60965734 11178180608 346526 33554432000 4194304 4196468 140731442634000 140039491537776 140040068921986 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17699] ppid=17631 vsize=10916192 memory=1386104 CPUtime=0.07 cores=1,3,5,7
/proc/17634/task/17699/stat : 17699 (java) S 17631 17634 13949 0 -1 1077944384 3 13153 0 0 0 0 4 3 20 0 15 0 60965734 11178180608 346526 33554432000 4194304 4196468 140731442634000 140038611225568 140040068921045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17700] ppid=17631 vsize=10916192 memory=4012 CPUtime=1.36 cores=1,3,5,7
/proc/17634/task/17700/stat : 17700 (java) S 17631 17634 13949 0 -1 1077944384 2163 13153 0 0 55 74 4 3 20 0 15 0 60965734 11178180608 346526 33554432000 4194304 4196468 140731442634000 140039490484656 140040068921986 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 14 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
Current children cumulated CPU time: 2438.61 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1386104 KiB

[startup+2442.3 s]
/proc/loadavg: 1.60 1.38 1.42 4/215 17900
/proc/meminfo: memFree=12592920/32770624 swapFree=67108852/67108860
[pid=17634] ppid=17631 vsize=10916192 memory=1388224 CPUtime=2499.59 cores=1,3,5,7
/proc/17634/stat : 17634 (java) S 17631 17634 13949 0 -1 1077944320 265042 13153 0 0 249582 370 4 3 20 0 15 0 60965719 11178180608 347056 33554432000 4194304 4196468 140731442634000 140731442616544 140040068910839 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
/proc/17634/statm: 2729048 347056 3526 1 0 2690701 0
[pid=17634/tid=17687] ppid=17631 vsize=10916192 memory=1386176 CPUtime=2417.06 cores=1,3,5,7
/proc/17634/task/17687/stat : 17687 (java) R 17631 17634 13949 0 -1 4202560 94079 13153 0 0 241642 57 4 3 20 0 15 0 60965728 11178180608 347056 33554432000 4194304 4196468 140731442634000 140040040745744 140039641695424 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17688] ppid=17631 vsize=10916192 memory=1388224 CPUtime=12.55 cores=1,3,5,7
/proc/17634/task/17688/stat : 17688 (java) S 17631 17634 13949 0 -1 1077944384 24046 13153 0 0 1189 59 4 3 20 0 15 0 60965728 11178180608 347056 33554432000 4194304 4196468 140731442634000 140040073153424 140040068921045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17689] ppid=17631 vsize=10916192 memory=281335391789632 CPUtime=12.61 cores=1,3,5,7
/proc/17634/task/17689/stat : 17689 (java) S 17631 17634 13949 0 -1 1077944384 20420 13153 0 0 1197 57 4 3 20 0 15 0 60965728 11178180608 347056 33554432000 4194304 4196468 140731442634000 140039961426704 140040068921045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17690] ppid=17631 vsize=10916192 memory=1386164 CPUtime=12.56 cores=1,3,5,7
/proc/17634/task/17690/stat : 17690 (java) S 17631 17634 13949 0 -1 1077944384 19705 13153 0 0 1196 53 4 3 20 0 15 0 60965728 11178180608 347056 33554432000 4194304 4196468 140731442634000 140039960374416 140040068921045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17691] ppid=17631 vsize=10916192 memory=1386128 CPUtime=12.58 cores=1,3,5,7
/proc/17634/task/17691/stat : 17691 (java) S 17631 17634 13949 0 -1 1077944384 23083 13153 0 0 1198 53 4 3 20 0 15 0 60965728 11178180608 347056 33554432000 4194304 4196468 140731442634000 140039640050704 140040068921045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17692] ppid=17631 vsize=10916192 memory=1386072 CPUtime=10.49 cores=1,3,5,7
/proc/17634/task/17692/stat : 17692 (java) S 17631 17634 13949 0 -1 1077944384 22964 13153 0 0 988 54 4 3 20 0 15 0 60965730 11178180608 347056 33554432000 4194304 4196468 140731442634000 140039528253552 140040068921986 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 18 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17693] ppid=17631 vsize=10916192 memory=1386072 CPUtime=0.07 cores=1,3,5,7
/proc/17634/task/17693/stat : 17693 (java) S 17631 17634 13949 0 -1 1077944384 46 13153 0 0 0 0 4 3 20 0 15 0 60965731 11178180608 347056 33554432000 4194304 4196468 140731442634000 140039527199584 140040068921045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17694] ppid=17631 vsize=10916192 memory=1386164 CPUtime=0.07 cores=1,3,5,7
/proc/17634/task/17694/stat : 17694 (java) S 17631 17634 13949 0 -1 1077944384 9 13153 0 0 0 0 4 3 20 0 15 0 60965731 11178180608 347056 33554432000 4194304 4196468 140731442634000 140038952182912 140040068921045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17695] ppid=17631 vsize=10916192 memory=1386164 CPUtime=0.07 cores=1,3,5,7
/proc/17634/task/17695/stat : 17695 (java) S 17631 17634 13949 0 -1 1077944384 3 13153 0 0 0 0 4 3 20 0 15 0 60965734 11178180608 347056 33554432000 4194304 4196468 140731442634000 140038644783184 140040068929435 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17696] ppid=17631 vsize=10916192 memory=1386164 CPUtime=8.92 cores=1,3,5,7
/proc/17634/task/17696/stat : 17696 (java) S 17631 17634 13949 0 -1 1077944384 16193 13153 0 0 880 5 4 3 20 0 15 0 60965734 11178180608 347056 33554432000 4194304 4196468 140731442634000 140039493642864 140040068921986 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17697] ppid=17631 vsize=10916192 memory=1388224 CPUtime=8.16 cores=1,3,5,7
/proc/17634/task/17697/stat : 17697 (java) S 17631 17634 13949 0 -1 1077944384 11719 13153 0 0 805 4 4 3 20 0 15 0 60965734 11178180608 347056 33554432000 4194304 4196468 140731442634000 140039492590064 140040068921986 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17698] ppid=17631 vsize=10916192 memory=1388224 CPUtime=3.78 cores=1,3,5,7
/proc/17634/task/17698/stat : 17698 (java) S 17631 17634 13949 0 -1 1077944384 28411 13153 0 0 366 5 4 3 20 0 15 0 60965734 11178180608 347056 33554432000 4194304 4196468 140731442634000 140039491537776 140040068921986 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17699] ppid=17631 vsize=10916192 memory=1388224 CPUtime=0.07 cores=1,3,5,7
/proc/17634/task/17699/stat : 17699 (java) S 17631 17634 13949 0 -1 1077944384 3 13153 0 0 0 0 4 3 20 0 15 0 60965734 11178180608 347056 33554432000 4194304 4196468 140731442634000 140038611225568 140040068921045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17700] ppid=17631 vsize=10916192 memory=1386164 CPUtime=1.39 cores=1,3,5,7
/proc/17634/task/17700/stat : 17700 (java) S 17631 17634 13949 0 -1 1077944384 2172 13153 0 0 57 75 4 3 20 0 15 0 60965734 11178180608 347056 33554432000 4194304 4196468 140731442634000 140039490484656 140040068921986 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 14 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
Current children cumulated CPU time: 2499.59 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1388224 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2462.4 s]
/proc/loadavg: 1.64 1.40 1.43 4/215 17900
/proc/meminfo: memFree=12593372/32770624 swapFree=67108852/67108860
[pid=17634] ppid=17631 vsize=10916192 memory=1388228 CPUtime=2520.02 cores=1,3,5,7
/proc/17634/stat : 17634 (java) S 17631 17634 13949 0 -1 1077944320 265423 13153 0 0 251622 373 4 3 20 0 15 0 60965719 11178180608 347057 33554432000 4194304 4196468 140731442634000 140731442616544 140040068910839 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
/proc/17634/statm: 2729048 347057 3526 1 0 2690701 0
[pid=17634/tid=17687] ppid=17631 vsize=10916192 memory=1732 CPUtime=2436.95 cores=1,3,5,7
/proc/17634/task/17687/stat : 17687 (java) R 17631 17634 13949 0 -1 4202560 94306 13153 0 0 243631 57 4 3 20 0 15 0 60965728 11178180608 347057 33554432000 4194304 4196468 140731442634000 140040040745632 140039649861790 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17688] ppid=17631 vsize=10916192 memory=1704 CPUtime=12.66 cores=1,3,5,7
/proc/17634/task/17688/stat : 17688 (java) S 17631 17634 13949 0 -1 1077944384 24056 13153 0 0 1200 59 4 3 20 0 15 0 60965728 11178180608 347057 33554432000 4194304 4196468 140731442634000 140040073153424 140040068921045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17689] ppid=17631 vsize=10916192 memory=796 CPUtime=12.71 cores=1,3,5,7
/proc/17634/task/17689/stat : 17689 (java) S 17631 17634 13949 0 -1 1077944384 20481 13153 0 0 1207 57 4 3 20 0 15 0 60965728 11178180608 347057 33554432000 4194304 4196468 140731442634000 140039961426704 140040068921045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17690] ppid=17631 vsize=10916192 memory=10936 CPUtime=12.67 cores=1,3,5,7
/proc/17634/task/17690/stat : 17690 (java) S 17631 17634 13949 0 -1 1077944384 19711 13153 0 0 1206 54 4 3 20 0 15 0 60965728 11178180608 347057 33554432000 4194304 4196468 140731442634000 140039960374416 140040068921045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17691] ppid=17631 vsize=10916192 memory=8388 CPUtime=12.69 cores=1,3,5,7
/proc/17634/task/17691/stat : 17691 (java) S 17631 17634 13949 0 -1 1077944384 23093 13153 0 0 1209 53 4 3 20 0 15 0 60965728 11178180608 347057 33554432000 4194304 4196468 140731442634000 140039640050704 140040068921045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17692] ppid=17631 vsize=10916192 memory=1228 CPUtime=10.58 cores=1,3,5,7
/proc/17634/task/17692/stat : 17692 (java) S 17631 17634 13949 0 -1 1077944384 23020 13153 0 0 997 54 4 3 20 0 15 0 60965730 11178180608 347057 33554432000 4194304 4196468 140731442634000 140039528253552 140040068921986 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 18 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17693] ppid=17631 vsize=10916192 memory=5372 CPUtime=0.07 cores=1,3,5,7
/proc/17634/task/17693/stat : 17693 (java) S 17631 17634 13949 0 -1 1077944384 46 13153 0 0 0 0 4 3 20 0 15 0 60965731 11178180608 347057 33554432000 4194304 4196468 140731442634000 140039527199584 140040068921045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17694] ppid=17631 vsize=10916192 memory=1388228 CPUtime=0.07 cores=1,3,5,7
/proc/17634/task/17694/stat : 17694 (java) S 17631 17634 13949 0 -1 1077944384 9 13153 0 0 0 0 4 3 20 0 15 0 60965731 11178180608 347057 33554432000 4194304 4196468 140731442634000 140038952182912 140040068921045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17695] ppid=17631 vsize=10916192 memory=7284 CPUtime=0.07 cores=1,3,5,7
/proc/17634/task/17695/stat : 17695 (java) S 17631 17634 13949 0 -1 1077944384 3 13153 0 0 0 0 4 3 20 0 15 0 60965734 11178180608 347057 33554432000 4194304 4196468 140731442634000 140038644783184 140040068929435 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17696] ppid=17631 vsize=10916192 memory=844 CPUtime=8.92 cores=1,3,5,7
/proc/17634/task/17696/stat : 17696 (java) S 17631 17634 13949 0 -1 1077944384 16194 13153 0 0 880 5 4 3 20 0 15 0 60965734 11178180608 347057 33554432000 4194304 4196468 140731442634000 140039493642864 140040068921986 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17697] ppid=17631 vsize=10916192 memory=6791534058613427641 CPUtime=8.16 cores=1,3,5,7
/proc/17634/task/17697/stat : 17697 (java) S 17631 17634 13949 0 -1 1077944384 11719 13153 0 0 805 4 4 3 20 0 15 0 60965734 11178180608 347057 33554432000 4194304 4196468 140731442634000 140039492590064 140040068921986 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17698] ppid=17631 vsize=10916192 memory=15876 CPUtime=3.78 cores=1,3,5,7
/proc/17634/task/17698/stat : 17698 (java) S 17631 17634 13949 0 -1 1077944384 28411 13153 0 0 366 5 4 3 20 0 15 0 60965734 11178180608 347057 33554432000 4194304 4196468 140731442634000 140039491537776 140040068921986 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17699] ppid=17631 vsize=10916192 memory=4044 CPUtime=0.07 cores=1,3,5,7
/proc/17634/task/17699/stat : 17699 (java) S 17631 17634 13949 0 -1 1077944384 3 13153 0 0 0 0 4 3 20 0 15 0 60965734 11178180608 347057 33554432000 4194304 4196468 140731442634000 140038611225568 140040068921045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
[pid=17634/tid=17700] ppid=17631 vsize=10916192 memory=11408 CPUtime=1.4 cores=1,3,5,7
/proc/17634/task/17700/stat : 17700 (java) S 17631 17634 13949 0 -1 1077944384 2182 13153 0 0 57 76 4 3 20 0 15 0 60965734 11178180608 347057 33554432000 4194304 4196468 140731442634000 140039490484656 140040068921986 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 14 0 0 6293624 6294260 15998976 140731442637423 140731442640220 140731442640220 140731442642895 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1388228 KiB

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

[startup+2462.43 s]
# the end of solver process 17634 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.3 s, system=3.77693 s

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

Child status: 143
Real time (s): 2462.43
CPU time (s): 2520.08
CPU user time (s): 2516.3
CPU system time (s): 3.77693
CPU usage (%): 102.341
Max. virtual memory (cumulated for all children) (KiB): 10916192
Max. memory (cumulated for all children) (KiB): 1400676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.3
system time used= 3.77693
maximum resident set size= 1402724
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 280200
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2880
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 277048
involuntary context switches= 4856


# summary of solver processes directly reported to runsolver:
#   pid: 17634
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2516.3
#   total CPU system time (s): 3.77693

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.3919 second user time and 22.6218 second system time

The end

Launcher Data

Begin job on node148 at 2018-07-24 14:07:06
IDJOB=4294153
IDBENCH=141336
IDSOLVER=2750
FILE ID=node148/4294153-1532434026
RUNJOBID= node148-1532414812-13981
PBS_JOBID= 21021576
Free space on /tmp= 43728 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/Bibd/Bibd-sc-12-06-05_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4294153-1532434026/watcher-4294153-1532434026 -o /tmp/evaluation-result-4294153-1532434026/solver-4294153-1532434026 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532414812-13981 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=206470709 HOME/instance-4294153-1532434026.xml

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

MD5SUM BENCH= c0ca155b7f34bafa6648dc876ad7391e
RANDOM SEED=206470709

node148.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.50
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.50
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.50
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.50
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:        14193104 kB
MemAvailable:   30814820 kB
Buffers:          200104 kB
Cached:         16368208 kB
SwapCached:            8 kB
Active:          3164352 kB
Inactive:       14578704 kB
Active(anon):    1128376 kB
Inactive(anon):    66092 kB
Active(file):    2035976 kB
Inactive(file): 14512612 kB
Unevictable:        7080 kB
Mlocked:            7080 kB
SwapTotal:      67108860 kB
SwapFree:       67108852 kB
Dirty:             26488 kB
Writeback:             0 kB
AnonPages:       1181300 kB
Mapped:            51412 kB
Shmem:             17024 kB
Slab:             529080 kB
SReclaimable:     501588 kB
SUnreclaim:        27492 kB
KernelStack:        3520 kB
PageTables:         8700 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2019592 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    954368 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 43700 MiB
End job on node148 at 2018-07-24 14:48:08