Trace number 4294662

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NameDubois/
Dubois-024_c18.xml
MD5SUM4f48250d2147fae0e085f28a4cc8c702
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 benchmark0.008066
Satisfiable
(Un)Satisfiability was proved
Number of variables72
Number of constraints48
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":72}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":72}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":48}]
Number of extensional constraints48
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":48}]
Optimization problemNO
Type of objective

Solver Data

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

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294662-1532475377/watcher-4294662-1532475377 -o /tmp/evaluation-result-4294662-1532475377/solver-4294662-1532475377 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532470571-27174 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1498426638 -superng HOME/instance-4294662-1532475377.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=28726, runsolver pid=28723

[startup+0.109598 s]*
/proc/loadavg: 1.33 1.31 1.32 3/207 28784
/proc/meminfo: memFree=23719080/32770624 swapFree=67108860/67108860
[pid=28726] ppid=28723 vsize=10355560 memory=22692 CPUtime=0.1 cores=1,3,5,7
/proc/28726/stat : 28726 (java) S 28723 28726 27142 0 -1 1077944320 4837 13194 0 0 2 1 4 3 20 0 9 0 65100915 10604093440 5673 33554432000 4194304 4196468 140726899323072 140726899305616 139846394257143 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
/proc/28726/statm: 2588890 5673 2102 1 0 2551431 0
[pid=28726/tid=28779] ppid=28723 vsize=10355560 memory=4351193297984914313 CPUtime=0.09 cores=1,3,5,7
/proc/28726/task/28779/stat : 28779 (java) R 28723 28726 27142 0 -1 4202560 2612 13194 0 0 2 0 4 3 20 0 9 0 65100924 10604093440 5673 33554432000 4194304 4196468 140726899323072 139846366093168 139846394279069 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28780] ppid=28723 vsize=10355560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28726/task/28780/stat : 28780 (java) S 28723 28726 27142 0 -1 1077944384 1 13194 0 0 0 0 4 3 20 0 9 0 65100925 10604093440 5673 33554432000 4194304 4196468 140726899323072 139846398499216 139846394267349 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28781] ppid=28723 vsize=10355560 memory=139703366809216 CPUtime=0.07 cores=1,3,5,7
/proc/28726/task/28781/stat : 28781 (java) S 28723 28726 27142 0 -1 1077944384 1 13194 0 0 0 0 4 3 20 0 9 0 65100925 10604093440 5673 33554432000 4194304 4196468 140726899323072 139846286772496 139846394267349 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28782] ppid=28723 vsize=10355560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28726/task/28782/stat : 28782 (java) S 28723 28726 27142 0 -1 1077944384 1 13194 0 0 0 0 4 3 20 0 9 0 65100925 10604093440 5673 33554432000 4194304 4196468 140726899323072 139846285720208 139846394267349 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28783] ppid=28723 vsize=10355560 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/28726/task/28783/stat : 28783 (java) S 28723 28726 27142 0 -1 1077944384 2 13194 0 0 0 0 4 3 20 0 9 0 65100925 10604093440 5673 33554432000 4194304 4196468 140726899323072 139846284667408 139846394267349 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28784] ppid=28723 vsize=10355560 memory=139703366809216 CPUtime=0.07 cores=1,3,5,7
/proc/28726/task/28784/stat : 28784 (java) S 28723 28726 27142 0 -1 1077944384 2 13194 0 0 0 0 4 3 20 0 9 0 65100926 10604093440 5673 33554432000 4194304 4196468 140726899323072 139845397453424 139846394268290 0 0 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28785] ppid=28723 vsize=10355560 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/28726/task/28785/stat : 28785 (java) S 28723 28726 27142 0 -1 1077944384 33 13194 0 0 0 0 4 3 20 0 9 0 65100927 10604093440 5673 33554432000 4194304 4196468 140726899323072 139845396399392 139846394267349 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28786] ppid=28723 vsize=10355560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28726/task/28786/stat : 28786 (java) S 28723 28726 27142 0 -1 1077944384 1 13194 0 0 0 0 4 3 20 0 9 0 65100927 10604093440 5673 33554432000 4194304 4196468 140726899323072 139845276001968 139846394267349 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10355560 KiB
Current children cumulated memory: 22692 KiB

[startup+0.21 s]*
/proc/loadavg: 1.33 1.31 1.32 3/215 28792
/proc/meminfo: memFree=23701508/32770624 swapFree=67108860/67108860
[pid=28726] ppid=28723 vsize=10818904 memory=44088 CPUtime=0.26 cores=1,3,5,7
/proc/28726/stat : 28726 (java) S 28723 28726 27142 0 -1 1077944320 9410 13194 0 0 17 2 4 3 20 0 15 0 65100915 11078557696 11022 33554432000 4194304 4196468 140726899323072 140726899305616 139846394257143 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
/proc/28726/statm: 2704726 11022 2969 1 0 2667149 0
[pid=28726/tid=28779] ppid=28723 vsize=10818904 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/28726/task/28779/stat : 28779 (java) R 28723 28726 27142 0 -1 4202560 6036 13194 0 0 10 1 4 3 20 0 15 0 65100924 11078557696 11022 33554432000 4194304 4196468 140726899323072 139846366081952 139846378337630 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28780] ppid=28723 vsize=10818904 memory=364 CPUtime=0.07 cores=1,3,5,7
/proc/28726/task/28780/stat : 28780 (java) S 28723 28726 27142 0 -1 1077944384 1 13194 0 0 0 0 4 3 20 0 15 0 65100925 11078557696 11022 33554432000 4194304 4196468 140726899323072 139846398499216 139846394267349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28781] ppid=28723 vsize=10818904 memory=139703366836220 CPUtime=0.07 cores=1,3,5,7
/proc/28726/task/28781/stat : 28781 (java) S 28723 28726 27142 0 -1 1077944384 1 13194 0 0 0 0 4 3 20 0 15 0 65100925 11078557696 11022 33554432000 4194304 4196468 140726899323072 139846286772496 139846394267349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28782] ppid=28723 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28726/task/28782/stat : 28782 (java) S 28723 28726 27142 0 -1 1077944384 1 13194 0 0 0 0 4 3 20 0 15 0 65100925 11078557696 11022 33554432000 4194304 4196468 140726899323072 139846285720208 139846394267349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28783] ppid=28723 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/28726/task/28783/stat : 28783 (java) S 28723 28726 27142 0 -1 1077944384 2 13194 0 0 0 0 4 3 20 0 15 0 65100925 11078557696 11022 33554432000 4194304 4196468 140726899323072 139846284667408 139846394267349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28784] ppid=28723 vsize=10818904 memory=139703366809216 CPUtime=0.07 cores=1,3,5,7
/proc/28726/task/28784/stat : 28784 (java) S 28723 28726 27142 0 -1 1077944384 2 13194 0 0 0 0 4 3 20 0 15 0 65100926 11078557696 11022 33554432000 4194304 4196468 140726899323072 139845397453424 139846394268290 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28785] ppid=28723 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/28726/task/28785/stat : 28785 (java) S 28723 28726 27142 0 -1 1077944384 33 13194 0 0 0 0 4 3 20 0 15 0 65100927 11078557696 11022 33554432000 4194304 4196468 140726899323072 139845396399392 139846394267349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28786] ppid=28723 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28726/task/28786/stat : 28786 (java) S 28723 28726 27142 0 -1 1077944384 1 13194 0 0 0 0 4 3 20 0 15 0 65100927 11078557696 11022 33554432000 4194304 4196468 140726899323072 139845276001904 139846394267349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28787] ppid=28723 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28726/task/28787/stat : 28787 (java) S 28723 28726 27142 0 -1 1077944384 3 13194 0 0 0 0 4 3 20 0 15 0 65100930 11078557696 11022 33554432000 4194304 4196468 140726899323072 139844968602192 139846394275739 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28788] ppid=28723 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28726/task/28788/stat : 28788 (java) S 28723 28726 27142 0 -1 1077944384 488 13194 0 0 1 0 4 3 20 0 15 0 65100930 11078557696 11022 33554432000 4194304 4196468 140726899323072 139845362841712 139846394268290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28789] ppid=28723 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/28726/task/28789/stat : 28789 (java) S 28723 28726 27142 0 -1 1077944384 88 13194 0 0 1 0 4 3 20 0 15 0 65100930 11078557696 11022 33554432000 4194304 4196468 140726899323072 139845361788912 139846394268290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28790] ppid=28723 vsize=10818904 memory=139703366809216 CPUtime=0.1 cores=1,3,5,7
/proc/28726/task/28790/stat : 28790 (java) R 28723 28726 27142 0 -1 4202560 564 13194 0 0 3 0 4 3 20 0 15 0 65100930 11078557696 11022 33554432000 4194304 4196468 140726899323072 139845360736624 139846379332782 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28791] ppid=28723 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/28726/task/28791/stat : 28791 (java) S 28723 28726 27142 0 -1 1077944384 3 13194 0 0 0 0 4 3 20 0 15 0 65100930 11078557696 11022 33554432000 4194304 4196468 140726899323072 139844935043552 139846394267349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28792] ppid=28723 vsize=10818904 memory=139703366809216 CPUtime=0.07 cores=1,3,5,7
/proc/28726/task/28792/stat : 28792 (java) S 28723 28726 27142 0 -1 1077944384 1 13194 0 0 0 0 4 3 20 0 15 0 65100930 11078557696 11022 33554432000 4194304 4196468 140726899323072 139845359684528 139846394268290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 44088 KiB

[startup+0.310446 s]*
/proc/loadavg: 1.33 1.31 1.32 3/215 28792
/proc/meminfo: memFree=23689352/32770624 swapFree=67108860/67108860
[pid=28726] ppid=28723 vsize=10819352 memory=51964 CPUtime=0.38 cores=1,3,5,7
/proc/28726/stat : 28726 (java) S 28723 28726 27142 0 -1 1077944320 10602 13194 0 0 29 2 4 3 20 0 15 0 65100915 11079016448 12991 33554432000 4194304 4196468 140726899323072 140726899305616 139846394257143 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
/proc/28726/statm: 2704838 12991 3088 1 0 2667149 0
[pid=28726/tid=28779] ppid=28723 vsize=10819352 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/28726/task/28779/stat : 28779 (java) R 28723 28726 27142 0 -1 4202560 7217 13194 0 0 20 1 4 3 20 0 15 0 65100924 11079016448 12991 33554432000 4194304 4196468 140726899323072 139846366069152 139846375820695 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28780] ppid=28723 vsize=10819352 memory=6935054825532540783 CPUtime=0.07 cores=1,3,5,7
/proc/28726/task/28780/stat : 28780 (java) S 28723 28726 27142 0 -1 1077944384 1 13194 0 0 0 0 4 3 20 0 15 0 65100925 11079016448 12991 33554432000 4194304 4196468 140726899323072 139846398499216 139846394267349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28781] ppid=28723 vsize=10819352 memory=139703366819809 CPUtime=0.07 cores=1,3,5,7
/proc/28726/task/28781/stat : 28781 (java) S 28723 28726 27142 0 -1 1077944384 1 13194 0 0 0 0 4 3 20 0 15 0 65100925 11079016448 12991 33554432000 4194304 4196468 140726899323072 139846286772496 139846394267349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28782] ppid=28723 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28726/task/28782/stat : 28782 (java) S 28723 28726 27142 0 -1 1077944384 1 13194 0 0 0 0 4 3 20 0 15 0 65100925 11079016448 12991 33554432000 4194304 4196468 140726899323072 139846285720208 139846394267349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28783] ppid=28723 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28726/task/28783/stat : 28783 (java) S 28723 28726 27142 0 -1 1077944384 2 13194 0 0 0 0 4 3 20 0 15 0 65100925 11079016448 12991 33554432000 4194304 4196468 140726899323072 139846284667408 139846394267349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28784] ppid=28723 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28726/task/28784/stat : 28784 (java) S 28723 28726 27142 0 -1 1077944384 2 13194 0 0 0 0 4 3 20 0 15 0 65100926 11079016448 12991 33554432000 4194304 4196468 140726899323072 139845397453424 139846394268290 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28785] ppid=28723 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28726/task/28785/stat : 28785 (java) S 28723 28726 27142 0 -1 1077944384 33 13194 0 0 0 0 4 3 20 0 15 0 65100927 11079016448 12991 33554432000 4194304 4196468 140726899323072 139845396399392 139846394267349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28786] ppid=28723 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28726/task/28786/stat : 28786 (java) S 28723 28726 27142 0 -1 1077944384 1 13194 0 0 0 0 4 3 20 0 15 0 65100927 11079016448 12991 33554432000 4194304 4196468 140726899323072 139845276001904 139846394267349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28787] ppid=28723 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28726/task/28787/stat : 28787 (java) S 28723 28726 27142 0 -1 1077944384 3 13194 0 0 0 0 4 3 20 0 15 0 65100930 11079016448 12991 33554432000 4194304 4196468 140726899323072 139844968602192 139846394275739 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28788] ppid=28723 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28726/task/28788/stat : 28788 (java) S 28723 28726 27142 0 -1 1077944384 488 13194 0 0 1 0 4 3 20 0 15 0 65100930 11079016448 12991 33554432000 4194304 4196468 140726899323072 139845362841712 139846394268290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28789] ppid=28723 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/28726/task/28789/stat : 28789 (java) S 28723 28726 27142 0 -1 1077944384 89 13194 0 0 1 0 4 3 20 0 15 0 65100930 11079016448 12991 33554432000 4194304 4196468 140726899323072 139845361788912 139846394268290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28790] ppid=28723 vsize=10819352 memory=139703366809216 CPUtime=0.12 cores=1,3,5,7
/proc/28726/task/28790/stat : 28790 (java) S 28723 28726 27142 0 -1 1077944384 572 13194 0 0 5 0 4 3 20 0 15 0 65100930 11079016448 12991 33554432000 4194304 4196468 140726899323072 139845360736624 139846394268290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28791] ppid=28723 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/28726/task/28791/stat : 28791 (java) S 28723 28726 27142 0 -1 1077944384 3 13194 0 0 0 0 4 3 20 0 15 0 65100930 11079016448 12991 33554432000 4194304 4196468 140726899323072 139844935043552 139846394267349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28792] ppid=28723 vsize=10819352 memory=139703366809216 CPUtime=0.07 cores=1,3,5,7
/proc/28726/task/28792/stat : 28792 (java) S 28723 28726 27142 0 -1 1077944384 1 13194 0 0 0 0 4 3 20 0 15 0 65100930 11079016448 12991 33554432000 4194304 4196468 140726899323072 139845359684528 139846394268290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 51964 KiB

[startup+0.700744 s]
/proc/loadavg: 1.33 1.31 1.32 3/215 28792
/proc/meminfo: memFree=23680056/32770624 swapFree=67108860/67108860
[pid=28726] ppid=28723 vsize=10819352 memory=84236 CPUtime=0.97 cores=1,3,5,7
/proc/28726/stat : 28726 (java) S 28723 28726 27142 0 -1 1077944320 16762 13194 0 0 87 3 4 3 20 0 15 0 65100915 11079016448 21059 33554432000 4194304 4196468 140726899323072 140726899305616 139846394257143 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
/proc/28726/statm: 2704838 21059 3238 1 0 2667149 0
[pid=28726/tid=28779] ppid=28723 vsize=10819352 memory=0 CPUtime=0.65 cores=1,3,5,7
/proc/28726/task/28779/stat : 28779 (java) R 28723 28726 27142 0 -1 4202560 12309 13194 0 0 56 2 4 3 20 0 15 0 65100924 11079016448 21059 33554432000 4194304 4196468 140726899323072 139846366077968 139846394271047 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28780] ppid=28723 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28726/task/28780/stat : 28780 (java) S 28723 28726 27142 0 -1 1077944384 1 13194 0 0 0 0 4 3 20 0 15 0 65100925 11079016448 21059 33554432000 4194304 4196468 140726899323072 139846398499216 139846394267349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28781] ppid=28723 vsize=10819352 memory=2466116535809 CPUtime=0.07 cores=1,3,5,7
/proc/28726/task/28781/stat : 28781 (java) S 28723 28726 27142 0 -1 1077944384 1 13194 0 0 0 0 4 3 20 0 15 0 65100925 11079016448 21059 33554432000 4194304 4196468 140726899323072 139846286772496 139846394267349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28782] ppid=28723 vsize=10819352 memory=217978766 CPUtime=0.07 cores=1,3,5,7
/proc/28726/task/28782/stat : 28782 (java) S 28723 28726 27142 0 -1 1077944384 1 13194 0 0 0 0 4 3 20 0 15 0 65100925 11079016448 21059 33554432000 4194304 4196468 140726899323072 139846285720208 139846394267349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28783] ppid=28723 vsize=10819352 memory=7295947221009195419 CPUtime=0.07 cores=1,3,5,7
/proc/28726/task/28783/stat : 28783 (java) S 28723 28726 27142 0 -1 1077944384 2 13194 0 0 0 0 4 3 20 0 15 0 65100925 11079016448 21059 33554432000 4194304 4196468 140726899323072 139846284667408 139846394267349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28784] ppid=28723 vsize=10819352 memory=12616 CPUtime=0.07 cores=1,3,5,7
/proc/28726/task/28784/stat : 28784 (java) S 28723 28726 27142 0 -1 1077944384 5 13194 0 0 0 0 4 3 20 0 15 0 65100926 11079016448 21059 33554432000 4194304 4196468 140726899323072 139845397453424 139846394268290 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28785] ppid=28723 vsize=10819352 memory=4052 CPUtime=0.07 cores=1,3,5,7
/proc/28726/task/28785/stat : 28785 (java) S 28723 28726 27142 0 -1 1077944384 33 13194 0 0 0 0 4 3 20 0 15 0 65100927 11079016448 21059 33554432000 4194304 4196468 140726899323072 139845396399392 139846394267349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28786] ppid=28723 vsize=10819352 memory=18444 CPUtime=0.07 cores=1,3,5,7
/proc/28726/task/28786/stat : 28786 (java) S 28723 28726 27142 0 -1 1077944384 1 13194 0 0 0 0 4 3 20 0 15 0 65100927 11079016448 21059 33554432000 4194304 4196468 140726899323072 139845276001904 139846394267349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28787] ppid=28723 vsize=10819352 memory=640 CPUtime=0.07 cores=1,3,5,7
/proc/28726/task/28787/stat : 28787 (java) S 28723 28726 27142 0 -1 1077944384 3 13194 0 0 0 0 4 3 20 0 15 0 65100930 11079016448 21059 33554432000 4194304 4196468 140726899323072 139844968602192 139846394275739 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28788] ppid=28723 vsize=10819352 memory=1784 CPUtime=0.16 cores=1,3,5,7
/proc/28726/task/28788/stat : 28788 (java) S 28723 28726 27142 0 -1 1077944384 1038 13194 0 0 9 0 4 3 20 0 15 0 65100930 11079016448 21059 33554432000 4194304 4196468 140726899323072 139845362841712 139846394268290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28789] ppid=28723 vsize=10819352 memory=1236 CPUtime=0.14 cores=1,3,5,7
/proc/28726/task/28789/stat : 28789 (java) S 28723 28726 27142 0 -1 1077944384 523 13194 0 0 7 0 4 3 20 0 15 0 65100930 11079016448 21059 33554432000 4194304 4196468 140726899323072 139845361788912 139846394268290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28790] ppid=28723 vsize=10819352 memory=960 CPUtime=0.2 cores=1,3,5,7
/proc/28726/task/28790/stat : 28790 (java) S 28723 28726 27142 0 -1 1077944384 653 13194 0 0 13 0 4 3 20 0 15 0 65100930 11079016448 21059 33554432000 4194304 4196468 140726899323072 139845360736624 139846394268290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28791] ppid=28723 vsize=10819352 memory=2340 CPUtime=0.07 cores=1,3,5,7
/proc/28726/task/28791/stat : 28791 (java) S 28723 28726 27142 0 -1 1077944384 3 13194 0 0 0 0 4 3 20 0 15 0 65100930 11079016448 21059 33554432000 4194304 4196468 140726899323072 139844935043552 139846394267349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28792] ppid=28723 vsize=10819352 memory=7379241883359864663 CPUtime=0.07 cores=1,3,5,7
/proc/28726/task/28792/stat : 28792 (java) S 28723 28726 27142 0 -1 1077944384 1 13194 0 0 0 0 4 3 20 0 15 0 65100930 11079016448 21059 33554432000 4194304 4196468 140726899323072 139845359684528 139846394268290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
Current children cumulated CPU time: 0.97 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 84236 KiB

[startup+1.50076 s]
/proc/loadavg: 1.33 1.31 1.32 3/215 28792
/proc/meminfo: memFree=23633392/32770624 swapFree=67108860/67108860
[pid=28726] ppid=28723 vsize=10834252 memory=175368 CPUtime=2.23 cores=1,3,5,7
/proc/28726/stat : 28726 (java) S 28723 28726 27142 0 -1 1077944320 24483 13194 0 0 208 8 4 3 20 0 15 0 65100915 11094274048 43842 33554432000 4194304 4196468 140726899323072 140726899305616 139846394257143 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
/proc/28726/statm: 2708563 43842 3476 1 0 2670221 0
[pid=28726/tid=28779] ppid=28723 vsize=10834252 memory=7380385388137112419 CPUtime=1.42 cores=1,3,5,7
/proc/28726/task/28779/stat : 28779 (java) R 28723 28726 27142 0 -1 4202560 18129 13194 0 0 130 5 4 3 20 0 15 0 65100924 11094274048 43842 33554432000 4194304 4196468 140726899323072 139846366087520 139846378337630 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28780] ppid=28723 vsize=10834252 memory=7307184289356141160 CPUtime=0.07 cores=1,3,5,7
/proc/28726/task/28780/stat : 28780 (java) S 28723 28726 27142 0 -1 1077944384 30 13194 0 0 0 0 4 3 20 0 15 0 65100925 11094274048 43842 33554432000 4194304 4196468 140726899323072 139846398499216 139846394267349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28781] ppid=28723 vsize=10834252 memory=7591213371566680940 CPUtime=0.08 cores=1,3,5,7
/proc/28726/task/28781/stat : 28781 (java) S 28723 28726 27142 0 -1 1077944384 9 13194 0 0 1 0 4 3 20 0 15 0 65100925 11094274048 43842 33554432000 4194304 4196468 140726899323072 139846286772496 139846394267349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28782] ppid=28723 vsize=10834252 memory=-7595718147998060693 CPUtime=0.07 cores=1,3,5,7
/proc/28726/task/28782/stat : 28782 (java) S 28723 28726 27142 0 -1 1077944384 242 13194 0 0 0 0 4 3 20 0 15 0 65100925 11094274048 43842 33554432000 4194304 4196468 140726899323072 139846285720208 139846394267349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28783] ppid=28723 vsize=10834252 memory=-7175204567652784766 CPUtime=0.07 cores=1,3,5,7
/proc/28726/task/28783/stat : 28783 (java) S 28723 28726 27142 0 -1 1077944384 69 13194 0 0 0 0 4 3 20 0 15 0 65100925 11094274048 43842 33554432000 4194304 4196468 140726899323072 139846284667408 139846394267349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28784] ppid=28723 vsize=10834252 memory=3054156605268465310 CPUtime=0.08 cores=1,3,5,7
/proc/28726/task/28784/stat : 28784 (java) S 28723 28726 27142 0 -1 1077944384 194 13194 0 0 1 0 4 3 20 0 15 0 65100926 11094274048 43842 33554432000 4194304 4196468 140726899323072 139845397453424 139846394268290 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28785] ppid=28723 vsize=10834252 memory=-8707038579349950309 CPUtime=0.07 cores=1,3,5,7
/proc/28726/task/28785/stat : 28785 (java) S 28723 28726 27142 0 -1 1077944384 34 13194 0 0 0 0 4 3 20 0 15 0 65100927 11094274048 43842 33554432000 4194304 4196468 140726899323072 139845396399456 139846394267349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28786] ppid=28723 vsize=10834252 memory=-8412652177879177843 CPUtime=0.07 cores=1,3,5,7
/proc/28726/task/28786/stat : 28786 (java) S 28723 28726 27142 0 -1 1077944384 1 13194 0 0 0 0 4 3 20 0 15 0 65100927 11094274048 43842 33554432000 4194304 4196468 140726899323072 139845276001920 139846394267349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28787] ppid=28723 vsize=10834252 memory=-8341965534556230502 CPUtime=0.07 cores=1,3,5,7
/proc/28726/task/28787/stat : 28787 (java) S 28723 28726 27142 0 -1 1077944384 3 13194 0 0 0 0 4 3 20 0 15 0 65100930 11094274048 43842 33554432000 4194304 4196468 140726899323072 139844968602192 139846394275739 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28788] ppid=28723 vsize=10834252 memory=8514726395714825349 CPUtime=0.3 cores=1,3,5,7
/proc/28726/task/28788/stat : 28788 (java) S 28723 28726 27142 0 -1 1077944384 1497 13194 0 0 23 0 4 3 20 0 15 0 65100930 11094274048 43842 33554432000 4194304 4196468 140726899323072 139845362841712 139846394268290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28789] ppid=28723 vsize=10834252 memory=4715433313220523562 CPUtime=0.23 cores=1,3,5,7
/proc/28726/task/28789/stat : 28789 (java) S 28723 28726 27142 0 -1 1077944384 732 13194 0 0 16 0 4 3 20 0 15 0 65100930 11094274048 43842 33554432000 4194304 4196468 140726899323072 139845361788912 139846394268290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28790] ppid=28723 vsize=10834252 memory=-6520471753822164382 CPUtime=0.37 cores=1,3,5,7
/proc/28726/task/28790/stat : 28790 (java) S 28723 28726 27142 0 -1 1077944384 1355 13194 0 0 30 0 4 3 20 0 15 0 65100930 11094274048 43842 33554432000 4194304 4196468 140726899323072 139845360736624 139846394268290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0

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

/proc/28726/task/28779/stat : 28779 (java) R 28723 28726 27142 0 -1 4202560 74064 13194 0 0 229853 38 4 3 20 0 15 0 65100924 11176083456 194702 33554432000 4194304 4196468 140726899323072 139846366091248 139845976601316 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28780] ppid=28723 vsize=10914144 memory=778808 CPUtime=9.66 cores=1,3,5,7
/proc/28726/task/28780/stat : 28780 (java) S 28723 28726 27142 0 -1 1077944384 4953 13194 0 0 909 50 4 3 20 0 15 0 65100925 11176083456 194702 33554432000 4194304 4196468 140726899323072 139846398499216 139846394267349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28781] ppid=28723 vsize=10914144 memory=0 CPUtime=9.75 cores=1,3,5,7
/proc/28726/task/28781/stat : 28781 (java) S 28723 28726 27142 0 -1 1077944384 7505 13194 0 0 913 55 4 3 20 0 15 0 65100925 11176083456 194702 33554432000 4194304 4196468 140726899323072 139846286772496 139846394267349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28782] ppid=28723 vsize=10914144 memory=778808 CPUtime=9.75 cores=1,3,5,7
/proc/28726/task/28782/stat : 28782 (java) S 28723 28726 27142 0 -1 1077944384 6862 13194 0 0 917 51 4 3 20 0 15 0 65100925 11176083456 194702 33554432000 4194304 4196468 140726899323072 139846285720208 139846394267349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28783] ppid=28723 vsize=10914144 memory=778808 CPUtime=9.77 cores=1,3,5,7
/proc/28726/task/28783/stat : 28783 (java) S 28723 28726 27142 0 -1 1077944384 6287 13194 0 0 915 55 4 3 20 0 15 0 65100925 11176083456 194702 33554432000 4194304 4196468 140726899323072 139846284667408 139846394267349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28784] ppid=28723 vsize=10914144 memory=778808 CPUtime=10.15 cores=1,3,5,7
/proc/28726/task/28784/stat : 28784 (java) S 28723 28726 27142 0 -1 1077944384 8988 13194 0 0 959 49 4 3 20 0 15 0 65100926 11176083456 194702 33554432000 4194304 4196468 140726899323072 139845397453424 139846394268290 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28785] ppid=28723 vsize=10914144 memory=778808 CPUtime=0.07 cores=1,3,5,7
/proc/28726/task/28785/stat : 28785 (java) S 28723 28726 27142 0 -1 1077944384 38 13194 0 0 0 0 4 3 20 0 15 0 65100927 11176083456 194702 33554432000 4194304 4196468 140726899323072 139845396399520 139846394267349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28786] ppid=28723 vsize=10914144 memory=778808 CPUtime=0.07 cores=1,3,5,7
/proc/28726/task/28786/stat : 28786 (java) S 28723 28726 27142 0 -1 1077944384 1 13194 0 0 0 0 4 3 20 0 15 0 65100927 11176083456 194702 33554432000 4194304 4196468 140726899323072 139845276001920 139846394267349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28787] ppid=28723 vsize=10914144 memory=778808 CPUtime=0.07 cores=1,3,5,7
/proc/28726/task/28787/stat : 28787 (java) S 28723 28726 27142 0 -1 1077944384 3 13194 0 0 0 0 4 3 20 0 15 0 65100930 11176083456 194702 33554432000 4194304 4196468 140726899323072 139844968602192 139846394275739 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28788] ppid=28723 vsize=10914144 memory=778808 CPUtime=3.01 cores=1,3,5,7
/proc/28726/task/28788/stat : 28788 (java) S 28723 28726 27142 0 -1 1077944384 20583 13194 0 0 292 2 4 3 20 0 15 0 65100930 11176083456 194702 33554432000 4194304 4196468 140726899323072 139845362841712 139846394268290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28789] ppid=28723 vsize=10914144 memory=7165335203451858026 CPUtime=2.92 cores=1,3,5,7
/proc/28726/task/28789/stat : 28789 (java) S 28723 28726 27142 0 -1 1077944384 13493 13194 0 0 282 3 4 3 20 0 15 0 65100930 11176083456 194702 33554432000 4194304 4196468 140726899323072 139845361788912 139846394268290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28790] ppid=28723 vsize=10914144 memory=778808 CPUtime=1.45 cores=1,3,5,7
/proc/28726/task/28790/stat : 28790 (java) S 28723 28726 27142 0 -1 1077944384 14926 13194 0 0 135 3 4 3 20 0 15 0 65100930 11176083456 194702 33554432000 4194304 4196468 140726899323072 139845360736624 139846394268290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28791] ppid=28723 vsize=10914144 memory=778808 CPUtime=0.07 cores=1,3,5,7
/proc/28726/task/28791/stat : 28791 (java) S 28723 28726 27142 0 -1 1077944384 3 13194 0 0 0 0 4 3 20 0 15 0 65100930 11176083456 194702 33554432000 4194304 4196468 140726899323072 139844935043552 139846394267349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28792] ppid=28723 vsize=10914144 memory=778808 CPUtime=1.35 cores=1,3,5,7
/proc/28726/task/28792/stat : 28792 (java) S 28723 28726 27142 0 -1 1077944384 1627 13194 0 0 59 69 4 3 20 0 15 0 65100930 11176083456 194702 33554432000 4194304 4196468 140726899323072 139845359684528 139846394268290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
Current children cumulated CPU time: 2356.27 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 778808 KiB

[startup+2382.3 s]
/proc/loadavg: 1.07 1.30 1.31 3/215 29017
/proc/meminfo: memFree=23209356/32770624 swapFree=67108860/67108860
[pid=28726] ppid=28723 vsize=10914144 memory=778808 CPUtime=2417.05 cores=1,3,5,7
/proc/28726/stat : 28726 (java) S 28723 28726 27142 0 -1 1077944320 162388 13194 0 0 241378 320 4 3 20 0 15 0 65100915 11176083456 194702 33554432000 4194304 4196468 140726899323072 140726899305616 139846394257143 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
/proc/28726/statm: 2728536 194702 3516 1 0 2690189 0
[pid=28726/tid=28779] ppid=28723 vsize=10914144 memory=778808 CPUtime=2358.34 cores=1,3,5,7
/proc/28726/task/28779/stat : 28779 (java) R 28723 28726 27142 0 -1 4202560 74657 13194 0 0 235788 39 4 3 20 0 15 0 65100924 11176083456 194702 33554432000 4194304 4196468 140726899323072 139846366090528 139845974670195 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28780] ppid=28723 vsize=10914144 memory=778808 CPUtime=9.94 cores=1,3,5,7
/proc/28726/task/28780/stat : 28780 (java) S 28723 28726 27142 0 -1 1077944384 4959 13194 0 0 935 52 4 3 20 0 15 0 65100925 11176083456 194702 33554432000 4194304 4196468 140726899323072 139846398499216 139846394267349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28781] ppid=28723 vsize=10914144 memory=778808 CPUtime=10.01 cores=1,3,5,7
/proc/28726/task/28781/stat : 28781 (java) S 28723 28726 27142 0 -1 1077944384 7540 13194 0 0 939 55 4 3 20 0 15 0 65100925 11176083456 194702 33554432000 4194304 4196468 140726899323072 139846286772496 139846394267349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28782] ppid=28723 vsize=10914144 memory=778808 CPUtime=10.04 cores=1,3,5,7
/proc/28726/task/28782/stat : 28782 (java) S 28723 28726 27142 0 -1 1077944384 6869 13194 0 0 944 53 4 3 20 0 15 0 65100925 11176083456 194702 33554432000 4194304 4196468 140726899323072 139846285720208 139846394267349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28783] ppid=28723 vsize=10914144 memory=778808 CPUtime=10.04 cores=1,3,5,7
/proc/28726/task/28783/stat : 28783 (java) S 28723 28726 27142 0 -1 1077944384 6329 13194 0 0 941 56 4 3 20 0 15 0 65100925 11176083456 194702 33554432000 4194304 4196468 140726899323072 139846284667408 139846394267349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28784] ppid=28723 vsize=10914144 memory=778808 CPUtime=10.43 cores=1,3,5,7
/proc/28726/task/28784/stat : 28784 (java) S 28723 28726 27142 0 -1 1077944384 9156 13194 0 0 986 50 4 3 20 0 15 0 65100926 11176083456 194702 33554432000 4194304 4196468 140726899323072 139845397453424 139846394268290 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28785] ppid=28723 vsize=10914144 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28726/task/28785/stat : 28785 (java) S 28723 28726 27142 0 -1 1077944384 38 13194 0 0 0 0 4 3 20 0 15 0 65100927 11176083456 194702 33554432000 4194304 4196468 140726899323072 139845396399520 139846394267349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28786] ppid=28723 vsize=10914144 memory=778808 CPUtime=0.07 cores=1,3,5,7
/proc/28726/task/28786/stat : 28786 (java) S 28723 28726 27142 0 -1 1077944384 1 13194 0 0 0 0 4 3 20 0 15 0 65100927 11176083456 194702 33554432000 4194304 4196468 140726899323072 139845276001920 139846394267349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28787] ppid=28723 vsize=10914144 memory=778808 CPUtime=0.07 cores=1,3,5,7
/proc/28726/task/28787/stat : 28787 (java) S 28723 28726 27142 0 -1 1077944384 3 13194 0 0 0 0 4 3 20 0 15 0 65100930 11176083456 194702 33554432000 4194304 4196468 140726899323072 139844968602192 139846394275739 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28788] ppid=28723 vsize=10914144 memory=778808 CPUtime=3.01 cores=1,3,5,7
/proc/28726/task/28788/stat : 28788 (java) S 28723 28726 27142 0 -1 1077944384 20583 13194 0 0 292 2 4 3 20 0 15 0 65100930 11176083456 194702 33554432000 4194304 4196468 140726899323072 139845362841712 139846394268290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28789] ppid=28723 vsize=10914144 memory=778808 CPUtime=2.92 cores=1,3,5,7
/proc/28726/task/28789/stat : 28789 (java) S 28723 28726 27142 0 -1 1077944384 13493 13194 0 0 282 3 4 3 20 0 15 0 65100930 11176083456 194702 33554432000 4194304 4196468 140726899323072 139845361788912 139846394268290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28790] ppid=28723 vsize=10914144 memory=778808 CPUtime=1.45 cores=1,3,5,7
/proc/28726/task/28790/stat : 28790 (java) S 28723 28726 27142 0 -1 1077944384 14926 13194 0 0 135 3 4 3 20 0 15 0 65100930 11176083456 194702 33554432000 4194304 4196468 140726899323072 139845360736624 139846394268290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28791] ppid=28723 vsize=10914144 memory=4028 CPUtime=0.07 cores=1,3,5,7
/proc/28726/task/28791/stat : 28791 (java) S 28723 28726 27142 0 -1 1077944384 3 13194 0 0 0 0 4 3 20 0 15 0 65100930 11176083456 194702 33554432000 4194304 4196468 140726899323072 139844935043552 139846394267349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28792] ppid=28723 vsize=10914144 memory=19864 CPUtime=1.39 cores=1,3,5,7
/proc/28726/task/28792/stat : 28792 (java) S 28723 28726 27142 0 -1 1077944384 1643 13194 0 0 61 71 4 3 20 0 15 0 65100930 11176083456 194702 33554432000 4194304 4196468 140726899323072 139845359684528 139846394268290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
Current children cumulated CPU time: 2417.05 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 778808 KiB

[startup+2442.3 s]
/proc/loadavg: 1.45 1.35 1.33 3/215 29018
/proc/meminfo: memFree=23207432/32770624 swapFree=67108860/67108860
[pid=28726] ppid=28723 vsize=10914144 memory=778812 CPUtime=2477.83 cores=1,3,5,7
/proc/28726/stat : 28726 (java) S 28723 28726 27142 0 -1 1077944320 164702 13194 0 0 247448 328 4 3 20 0 15 0 65100915 11176083456 194703 33554432000 4194304 4196468 140726899323072 140726899305616 139846394257143 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
/proc/28726/statm: 2728536 194703 3516 1 0 2690189 0
[pid=28726/tid=28779] ppid=28723 vsize=10914144 memory=6791534058613427641 CPUtime=2417.68 cores=1,3,5,7
/proc/28726/task/28779/stat : 28779 (java) R 28723 28726 27142 0 -1 4202560 75791 13194 0 0 241722 39 4 3 20 0 15 0 65100924 11176083456 194703 33554432000 4194304 4196468 140726899323072 139846366091328 139845964211264 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28780] ppid=28723 vsize=10914144 memory=778812 CPUtime=10.22 cores=1,3,5,7
/proc/28726/task/28780/stat : 28780 (java) S 28723 28726 27142 0 -1 1077944384 5023 13194 0 0 962 53 4 3 20 0 15 0 65100925 11176083456 194703 33554432000 4194304 4196468 140726899323072 139846398499216 139846394267349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28781] ppid=28723 vsize=10914144 memory=778808 CPUtime=10.29 cores=1,3,5,7
/proc/28726/task/28781/stat : 28781 (java) S 28723 28726 27142 0 -1 1077944384 7590 13194 0 0 965 57 4 3 20 0 15 0 65100925 11176083456 194703 33554432000 4194304 4196468 140726899323072 139846286772496 139846394267349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28782] ppid=28723 vsize=10914144 memory=0 CPUtime=10.3 cores=1,3,5,7
/proc/28726/task/28782/stat : 28782 (java) S 28723 28726 27142 0 -1 1077944384 6888 13194 0 0 969 54 4 3 20 0 15 0 65100925 11176083456 194703 33554432000 4194304 4196468 140726899323072 139846285720208 139846394267349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28783] ppid=28723 vsize=10914144 memory=778808 CPUtime=10.31 cores=1,3,5,7
/proc/28726/task/28783/stat : 28783 (java) S 28723 28726 27142 0 -1 1077944384 6616 13194 0 0 966 58 4 3 20 0 15 0 65100925 11176083456 194703 33554432000 4194304 4196468 140726899323072 139846284667408 139846394267349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28784] ppid=28723 vsize=10914144 memory=778812 CPUtime=10.72 cores=1,3,5,7
/proc/28726/task/28784/stat : 28784 (java) S 28723 28726 27142 0 -1 1077944384 9350 13194 0 0 1013 52 4 3 20 0 15 0 65100926 11176083456 194703 33554432000 4194304 4196468 140726899323072 139845397453424 139846394268290 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28785] ppid=28723 vsize=10914144 memory=778812 CPUtime=0.07 cores=1,3,5,7
/proc/28726/task/28785/stat : 28785 (java) S 28723 28726 27142 0 -1 1077944384 38 13194 0 0 0 0 4 3 20 0 15 0 65100927 11176083456 194703 33554432000 4194304 4196468 140726899323072 139845396399520 139846394267349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28786] ppid=28723 vsize=10914144 memory=778812 CPUtime=0.07 cores=1,3,5,7
/proc/28726/task/28786/stat : 28786 (java) S 28723 28726 27142 0 -1 1077944384 1 13194 0 0 0 0 4 3 20 0 15 0 65100927 11176083456 194703 33554432000 4194304 4196468 140726899323072 139845276001920 139846394267349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28787] ppid=28723 vsize=10914144 memory=778812 CPUtime=0.07 cores=1,3,5,7
/proc/28726/task/28787/stat : 28787 (java) S 28723 28726 27142 0 -1 1077944384 3 13194 0 0 0 0 4 3 20 0 15 0 65100930 11176083456 194703 33554432000 4194304 4196468 140726899323072 139844968602192 139846394275739 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28788] ppid=28723 vsize=10914144 memory=778812 CPUtime=3.01 cores=1,3,5,7
/proc/28726/task/28788/stat : 28788 (java) S 28723 28726 27142 0 -1 1077944384 20585 13194 0 0 292 2 4 3 20 0 15 0 65100930 11176083456 194703 33554432000 4194304 4196468 140726899323072 139845362841712 139846394268290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28789] ppid=28723 vsize=10914144 memory=778812 CPUtime=2.95 cores=1,3,5,7
/proc/28726/task/28789/stat : 28789 (java) S 28723 28726 27142 0 -1 1077944384 13720 13194 0 0 285 3 4 3 20 0 15 0 65100930 11176083456 194703 33554432000 4194304 4196468 140726899323072 139845361788912 139846394268290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28790] ppid=28723 vsize=10914144 memory=778812 CPUtime=1.46 cores=1,3,5,7
/proc/28726/task/28790/stat : 28790 (java) S 28723 28726 27142 0 -1 1077944384 15246 13194 0 0 135 4 4 3 20 0 15 0 65100930 11176083456 194703 33554432000 4194304 4196468 140726899323072 139845360736624 139846394268290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28791] ppid=28723 vsize=10914144 memory=778812 CPUtime=0.07 cores=1,3,5,7
/proc/28726/task/28791/stat : 28791 (java) S 28723 28726 27142 0 -1 1077944384 3 13194 0 0 0 0 4 3 20 0 15 0 65100930 11176083456 194703 33554432000 4194304 4196468 140726899323072 139844935043552 139846394267349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28792] ppid=28723 vsize=10914144 memory=4124 CPUtime=1.42 cores=1,3,5,7
/proc/28726/task/28792/stat : 28792 (java) S 28723 28726 27142 0 -1 1077944384 1660 13194 0 0 62 73 4 3 20 0 15 0 65100930 11176083456 194703 33554432000 4194304 4196468 140726899323072 139845359684528 139846394268290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
Current children cumulated CPU time: 2477.83 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 778812 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2484 s]*
/proc/loadavg: 1.46 1.37 1.33 3/215 29019
/proc/meminfo: memFree=23207468/32770624 swapFree=67108860/67108860
[pid=28726] ppid=28723 vsize=10914144 memory=778812 CPUtime=2520.06 cores=1,3,5,7
/proc/28726/stat : 28726 (java) S 28723 28726 27142 0 -1 1077944320 165476 13194 0 0 251665 334 4 3 20 0 15 0 65100915 11176083456 194703 33554432000 4194304 4196468 140726899323072 140726899305616 139846394257143 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
/proc/28726/statm: 2728536 194703 3516 1 0 2690189 0
[pid=28726/tid=28779] ppid=28723 vsize=10914144 memory=916 CPUtime=2458.92 cores=1,3,5,7
/proc/28726/task/28779/stat : 28779 (java) R 28723 28726 27142 0 -1 4202560 76214 13194 0 0 245845 40 4 3 20 0 15 0 65100924 11176083456 194703 33554432000 4194304 4196468 140726899323072 139846366091328 139845965020703 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28780] ppid=28723 vsize=10914144 memory=4126316290023845779 CPUtime=10.41 cores=1,3,5,7
/proc/28726/task/28780/stat : 28780 (java) S 28723 28726 27142 0 -1 1077944384 5027 13194 0 0 980 54 4 3 20 0 15 0 65100925 11176083456 194703 33554432000 4194304 4196468 140726899323072 139846398499216 139846394267349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28781] ppid=28723 vsize=10914144 memory=2600 CPUtime=10.49 cores=1,3,5,7
/proc/28726/task/28781/stat : 28781 (java) S 28723 28726 27142 0 -1 1077944384 7848 13194 0 0 984 58 4 3 20 0 15 0 65100925 11176083456 194703 33554432000 4194304 4196468 140726899323072 139846286772496 139846394267349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28782] ppid=28723 vsize=10914144 memory=2908 CPUtime=10.5 cores=1,3,5,7
/proc/28726/task/28782/stat : 28782 (java) S 28723 28726 27142 0 -1 1077944384 6896 13194 0 0 988 55 4 3 20 0 15 0 65100925 11176083456 194703 33554432000 4194304 4196468 140726899323072 139846285720208 139846394267349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28783] ppid=28723 vsize=10914144 memory=4100 CPUtime=10.5 cores=1,3,5,7
/proc/28726/task/28783/stat : 28783 (java) S 28723 28726 27142 0 -1 1077944384 6661 13194 0 0 984 59 4 3 20 0 15 0 65100925 11176083456 194703 33554432000 4194304 4196468 140726899323072 139846284667408 139846394267349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28784] ppid=28723 vsize=10914144 memory=1408 CPUtime=10.92 cores=1,3,5,7
/proc/28726/task/28784/stat : 28784 (java) S 28723 28726 27142 0 -1 1077944384 9377 13194 0 0 1032 53 4 3 20 0 15 0 65100926 11176083456 194703 33554432000 4194304 4196468 140726899323072 139845397453424 139846394268290 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28785] ppid=28723 vsize=10914144 memory=3208 CPUtime=0.07 cores=1,3,5,7
/proc/28726/task/28785/stat : 28785 (java) S 28723 28726 27142 0 -1 1077944384 38 13194 0 0 0 0 4 3 20 0 15 0 65100927 11176083456 194703 33554432000 4194304 4196468 140726899323072 139845396399520 139846394267349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28786] ppid=28723 vsize=10914144 memory=778812 CPUtime=0.07 cores=1,3,5,7
/proc/28726/task/28786/stat : 28786 (java) S 28723 28726 27142 0 -1 1077944384 1 13194 0 0 0 0 4 3 20 0 15 0 65100927 11176083456 194703 33554432000 4194304 4196468 140726899323072 139845276001920 139846394267349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28787] ppid=28723 vsize=10914144 memory=1296 CPUtime=0.07 cores=1,3,5,7
/proc/28726/task/28787/stat : 28787 (java) S 28723 28726 27142 0 -1 1077944384 3 13194 0 0 0 0 4 3 20 0 15 0 65100930 11176083456 194703 33554432000 4194304 4196468 140726899323072 139844968602192 139846394275739 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28788] ppid=28723 vsize=10914144 memory=2428 CPUtime=3.01 cores=1,3,5,7
/proc/28726/task/28788/stat : 28788 (java) S 28723 28726 27142 0 -1 1077944384 20587 13194 0 0 292 2 4 3 20 0 15 0 65100930 11176083456 194703 33554432000 4194304 4196468 140726899323072 139845362841712 139846394268290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28789] ppid=28723 vsize=10914144 memory=1728 CPUtime=2.95 cores=1,3,5,7
/proc/28726/task/28789/stat : 28789 (java) S 28723 28726 27142 0 -1 1077944384 13722 13194 0 0 285 3 4 3 20 0 15 0 65100930 11176083456 194703 33554432000 4194304 4196468 140726899323072 139845361788912 139846394268290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28790] ppid=28723 vsize=10914144 memory=640 CPUtime=1.46 cores=1,3,5,7
/proc/28726/task/28790/stat : 28790 (java) S 28723 28726 27142 0 -1 1077944384 15248 13194 0 0 135 4 4 3 20 0 15 0 65100930 11176083456 194703 33554432000 4194304 4196468 140726899323072 139845360736624 139846394268290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28791] ppid=28723 vsize=10914144 memory=1784 CPUtime=0.07 cores=1,3,5,7
/proc/28726/task/28791/stat : 28791 (java) S 28723 28726 27142 0 -1 1077944384 3 13194 0 0 0 0 4 3 20 0 15 0 65100930 11176083456 194703 33554432000 4194304 4196468 140726899323072 139844935043552 139846394267349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
[pid=28726/tid=28792] ppid=28723 vsize=10914144 memory=1236 CPUtime=1.44 cores=1,3,5,7
/proc/28726/task/28792/stat : 28792 (java) S 28723 28726 27142 0 -1 1077944384 1663 13194 0 0 63 74 4 3 20 0 15 0 65100930 11176083456 194703 33554432000 4194304 4196468 140726899323072 139845359684528 139846394268290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34156544 140726899329195 140726899332444 140726899332444 140726899335119 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 778812 KiB

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

[startup+2484.03 s]
# the end of solver process 28726 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.71 s, system=3.38826 s

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

Child status: 143
Real time (s): 2484.03
CPU time (s): 2520.1
CPU user time (s): 2516.71
CPU system time (s): 3.38826
CPU usage (%): 101.452
Max. virtual memory (cumulated for all children) (KiB): 10916856
Max. memory (cumulated for all children) (KiB): 778812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.71
system time used= 3.38826
maximum resident set size= 783032
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 179807
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2904
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 273588
involuntary context switches= 6442


# summary of solver processes directly reported to runsolver:
#   pid: 28726
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2516.71
#   total CPU system time (s): 3.38826

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.8648 second user time and 23.5058 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-25 01:36:17
IDJOB=4294662
IDBENCH=141408
IDSOLVER=2751
FILE ID=node151/4294662-1532475377
RUNJOBID= node151-1532470571-27174
PBS_JOBID= 21021586
Free space on /tmp= 54912 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/Dubois/Dubois-024_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4294662-1532475377/watcher-4294662-1532475377 -o /tmp/evaluation-result-4294662-1532475377/solver-4294662-1532475377 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532470571-27174 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1498426638 -superng HOME/instance-4294662-1532475377.xml

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

MD5SUM BENCH= 4f48250d2147fae0e085f28a4cc8c702
RANDOM SEED=1498426638

node151.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.87
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.87
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.87
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.87
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:        23728344 kB
MemAvailable:   30932164 kB
Buffers:          170528 kB
Cached:          7271360 kB
SwapCached:            0 kB
Active:          2366332 kB
Inactive:        6149408 kB
Active(anon):    1023940 kB
Inactive(anon):    69472 kB
Active(file):    1342392 kB
Inactive(file):  6079936 kB
Unevictable:        7784 kB
Mlocked:            7784 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26488 kB
Writeback:             8 kB
AnonPages:       1081176 kB
Mapped:            51868 kB
Shmem:             17032 kB
Slab:             222192 kB
SReclaimable:     194656 kB
SUnreclaim:        27536 kB
KernelStack:        3536 kB
PageTables:         7464 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2059744 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    980992 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 54884 MiB
End job on node151 at 2018-07-25 02:17:41