Trace number 4295728

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NameSportsScheduling/
SportsScheduling-14_c18.xml
MD5SUM1e3f519c957d5cb55b89b746c42a86fa
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 benchmark49.9118
Satisfiable
(Un)Satisfiability was proved
Number of variables287
Number of constraints147
Number of domains2
Minimum domain size14
Maximum domain size91
Distribution of domain sizes[{"size":14,"count":196},{"size":91,"count":91}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":98},{"degree":4,"count":189}]
Minimum constraint arity1
Maximum constraint arity91
Distribution of constraint arities[{"arity":1,"count":7},{"arity":2,"count":7},{"arity":3,"count":91},{"arity":7,"count":13},{"arity":14,"count":14},{"arity":26,"count":7},{"arity":28,"count":7},{"arity":91,"count":1}]
Number of extensional constraints91
Number of intensional constraints14
Distribution of constraint types[{"type":"extension","count":91},{"type":"intension","count":14},{"type":"allDifferent","count":15},{"type":"count","count":13},{"type":"cardinality","count":14}]
Optimization problemNO
Type of objective

Solver Data

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

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

[startup+0.101042 s]*
/proc/loadavg: 1.24 1.38 1.42 2/206 1885
/proc/meminfo: memFree=14786272/32770624 swapFree=67108796/67108860
[pid=1828] ppid=1825 vsize=9972712 memory=18596 CPUtime=0.08 cores=1,3,5,7
/proc/1828/stat : 1828 (java) S 1825 1828 32560 0 -1 1077944320 4301 12861 0 0 1 0 4 3 20 0 6 0 76822124 10212057088 4649 33554432000 4194304 4196468 140728685600800 140728685583344 140340686806775 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
/proc/1828/statm: 2493178 4649 1932 1 0 2481616 0
[pid=1828/tid=1881] ppid=1825 vsize=9972712 memory=-8171376296011865461 CPUtime=0.07 cores=1,3,5,7
/proc/1828/task/1881/stat : 1881 (java) R 1825 1828 32560 0 -1 4202560 2146 12861 0 0 0 0 4 3 20 0 6 0 76822133 10212057088 4714 33554432000 4194304 4196468 140728685600800 140340658643536 140340671929712 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1882] ppid=1825 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/1828/task/1882/stat : 1882 (java) S 1825 1828 32560 0 -1 1077944384 1 12861 0 0 0 0 4 3 20 0 6 0 76822134 10212057088 4714 33554432000 4194304 4196468 140728685600800 140340691049104 140340686816981 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1883] ppid=1825 vsize=9972712 memory=139972203398784 CPUtime=0.07 cores=1,3,5,7
/proc/1828/task/1883/stat : 1883 (java) S 1825 1828 32560 0 -1 1077944384 2 12861 0 0 0 0 4 3 20 0 6 0 76822134 10212057088 4714 33554432000 4194304 4196468 140728685600800 140340609800720 140340686816981 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1884] ppid=1825 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1828/task/1884/stat : 1884 (java) S 1825 1828 32560 0 -1 1077944384 1 12861 0 0 0 0 4 3 20 0 6 0 76822134 10212057088 4714 33554432000 4194304 4196468 140728685600800 140340608747920 140340686816981 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1885] ppid=1825 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/1828/task/1885/stat : 1885 (java) S 1825 1828 32560 0 -1 1077944384 2 12861 0 0 0 0 4 3 20 0 6 0 76822134 10212057088 4714 33554432000 4194304 4196468 140728685600800 140340607695120 140340686816981 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18596 KiB

[startup+0.209699 s]*
/proc/loadavg: 1.24 1.38 1.42 4/215 1894
/proc/meminfo: memFree=14764424/32770624 swapFree=67108796/67108860
[pid=1828] ppid=1825 vsize=10818856 memory=41888 CPUtime=0.25 cores=1,3,5,7
/proc/1828/stat : 1828 (java) S 1825 1828 32560 0 -1 1077944320 8345 12861 0 0 16 2 4 3 20 0 15 0 76822124 11078508544 10472 33554432000 4194304 4196468 140728685600800 140728685583344 140340686806775 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
/proc/1828/statm: 2704714 10472 2958 1 0 2667149 0
[pid=1828/tid=1881] ppid=1825 vsize=10818856 memory=-8171376296011865461 CPUtime=0.18 cores=1,3,5,7
/proc/1828/task/1881/stat : 1881 (java) R 1825 1828 32560 0 -1 4202560 5161 12861 0 0 10 1 4 3 20 0 15 0 76822133 11078508544 10603 33554432000 4194304 4196468 140728685600800 140340658604432 140340667082482 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1882] ppid=1825 vsize=10818856 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/1828/task/1882/stat : 1882 (java) S 1825 1828 32560 0 -1 1077944384 1 12861 0 0 0 0 4 3 20 0 15 0 76822134 11078508544 10669 33554432000 4194304 4196468 140728685600800 140340691049104 140340686816981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1883] ppid=1825 vsize=10818856 memory=139972203398784 CPUtime=0.07 cores=1,3,5,7
/proc/1828/task/1883/stat : 1883 (java) S 1825 1828 32560 0 -1 1077944384 2 12861 0 0 0 0 4 3 20 0 15 0 76822134 11078508544 10669 33554432000 4194304 4196468 140728685600800 140340609800720 140340686816981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1884] ppid=1825 vsize=10818856 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1828/task/1884/stat : 1884 (java) S 1825 1828 32560 0 -1 1077944384 1 12861 0 0 0 0 4 3 20 0 15 0 76822134 11078508544 10669 33554432000 4194304 4196468 140728685600800 140340608747920 140340686816981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1885] ppid=1825 vsize=10818856 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/1828/task/1885/stat : 1885 (java) S 1825 1828 32560 0 -1 1077944384 2 12861 0 0 0 0 4 3 20 0 15 0 76822134 11078508544 10669 33554432000 4194304 4196468 140728685600800 140340607695120 140340686816981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1886] ppid=1825 vsize=10818856 memory=139972203398784 CPUtime=0.07 cores=1,3,5,7
/proc/1828/task/1886/stat : 1886 (java) S 1825 1828 32560 0 -1 1077944384 2 12861 0 0 0 0 4 3 20 0 15 0 76822135 11078508544 10669 33554432000 4194304 4196468 140728685600800 140340213386096 140340686817922 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1887] ppid=1825 vsize=10818856 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/1828/task/1887/stat : 1887 (java) S 1825 1828 32560 0 -1 1077944384 13 12861 0 0 0 0 4 3 20 0 15 0 76822136 11078508544 10669 33554432000 4194304 4196468 140728685600800 140340136764960 140340686816981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1888] ppid=1825 vsize=10818856 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1828/task/1888/stat : 1888 (java) S 1825 1828 32560 0 -1 1077944384 1 12861 0 0 0 0 4 3 20 0 15 0 76822136 11078508544 10669 33554432000 4194304 4196468 140728685600800 140339532785008 140340686816981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1889] ppid=1825 vsize=10818856 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1828/task/1889/stat : 1889 (java) S 1825 1828 32560 0 -1 1077944384 3 12861 0 0 0 0 4 3 20 0 15 0 76822138 11078508544 10669 33554432000 4194304 4196468 140728685600800 140339225385296 140340686825371 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1890] ppid=1825 vsize=10818856 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1828/task/1890/stat : 1890 (java) S 1825 1828 32560 0 -1 1077944384 495 12861 0 0 1 0 4 3 20 0 15 0 76822138 11078508544 10669 33554432000 4194304 4196468 140728685600800 140340212332912 140340686817922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1891] ppid=1825 vsize=10818856 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/1828/task/1891/stat : 1891 (java) S 1825 1828 32560 0 -1 1077944384 88 12861 0 0 1 0 4 3 20 0 15 0 76822138 11078508544 10669 33554432000 4194304 4196468 140728685600800 140340211280112 140340686817922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1892] ppid=1825 vsize=10818856 memory=139972203398784 CPUtime=0.1 cores=1,3,5,7
/proc/1828/task/1892/stat : 1892 (java) S 1825 1828 32560 0 -1 1077944384 567 12861 0 0 3 0 4 3 20 0 15 0 76822139 11078508544 10669 33554432000 4194304 4196468 140728685600800 140340210227312 140340686817922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1893] ppid=1825 vsize=10818856 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/1828/task/1893/stat : 1893 (java) S 1825 1828 32560 0 -1 1077944384 3 12861 0 0 0 0 4 3 20 0 15 0 76822139 11078508544 10669 33554432000 4194304 4196468 140728685600800 140339191826656 140340686816981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1894] ppid=1825 vsize=10818856 memory=139972203398784 CPUtime=0.07 cores=1,3,5,7
/proc/1828/task/1894/stat : 1894 (java) S 1825 1828 32560 0 -1 1077944384 1 12861 0 0 0 0 4 3 20 0 15 0 76822139 11078508544 10735 33554432000 4194304 4196468 140728685600800 140340209175728 140340686817922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818856 KiB
Current children cumulated memory: 41888 KiB

[startup+0.31005 s]*
/proc/loadavg: 1.24 1.38 1.42 3/215 1894
/proc/meminfo: memFree=14753260/32770624 swapFree=67108796/67108860
[pid=1828] ppid=1825 vsize=10819352 memory=53212 CPUtime=0.38 cores=1,3,5,7
/proc/1828/stat : 1828 (java) S 1825 1828 32560 0 -1 1077944320 10396 12861 0 0 28 3 4 3 20 0 15 0 76822124 11079016448 13303 33554432000 4194304 4196468 140728685600800 140728685583344 140340686806775 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
/proc/1828/statm: 2704838 13303 3089 1 0 2667149 0
[pid=1828/tid=1881] ppid=1825 vsize=10819352 memory=279944089305328 CPUtime=0.28 cores=1,3,5,7
/proc/1828/task/1881/stat : 1881 (java) R 1825 1828 32560 0 -1 4202560 7016 12861 0 0 19 2 4 3 20 0 15 0 76822133 11079016448 13303 33554432000 4194304 4196468 140728685600800 140340658611368 140340679043902 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1882] ppid=1825 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1828/task/1882/stat : 1882 (java) S 1825 1828 32560 0 -1 1077944384 1 12861 0 0 0 0 4 3 20 0 15 0 76822134 11079016448 13303 33554432000 4194304 4196468 140728685600800 140340691049104 140340686816981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1883] ppid=1825 vsize=10819352 memory=279944089546240 CPUtime=0.07 cores=1,3,5,7
/proc/1828/task/1883/stat : 1883 (java) S 1825 1828 32560 0 -1 1077944384 2 12861 0 0 0 0 4 3 20 0 15 0 76822134 11079016448 13303 33554432000 4194304 4196468 140728685600800 140340609800720 140340686816981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1884] ppid=1825 vsize=10819352 memory=279944089448456 CPUtime=0.07 cores=1,3,5,7
/proc/1828/task/1884/stat : 1884 (java) S 1825 1828 32560 0 -1 1077944384 1 12861 0 0 0 0 4 3 20 0 15 0 76822134 11079016448 13303 33554432000 4194304 4196468 140728685600800 140340608747920 140340686816981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1885] ppid=1825 vsize=10819352 memory=139972044786975 CPUtime=0.07 cores=1,3,5,7
/proc/1828/task/1885/stat : 1885 (java) S 1825 1828 32560 0 -1 1077944384 2 12861 0 0 0 0 4 3 20 0 15 0 76822134 11079016448 13303 33554432000 4194304 4196468 140728685600800 140340607695120 140340686816981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1886] ppid=1825 vsize=10819352 memory=139972203398783 CPUtime=0.07 cores=1,3,5,7
/proc/1828/task/1886/stat : 1886 (java) S 1825 1828 32560 0 -1 1077944384 2 12861 0 0 0 0 4 3 20 0 15 0 76822135 11079016448 13303 33554432000 4194304 4196468 140728685600800 140340213386096 140340686817922 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1887] ppid=1825 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/1828/task/1887/stat : 1887 (java) S 1825 1828 32560 0 -1 1077944384 13 12861 0 0 0 0 4 3 20 0 15 0 76822136 11079016448 13303 33554432000 4194304 4196468 140728685600800 140340136764960 140340686816981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1888] ppid=1825 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/1828/task/1888/stat : 1888 (java) S 1825 1828 32560 0 -1 1077944384 1 12861 0 0 0 0 4 3 20 0 15 0 76822136 11079016448 13303 33554432000 4194304 4196468 140728685600800 140339532785008 140340686816981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1889] ppid=1825 vsize=10819352 memory=139972203398784 CPUtime=0.07 cores=1,3,5,7
/proc/1828/task/1889/stat : 1889 (java) S 1825 1828 32560 0 -1 1077944384 3 12861 0 0 0 0 4 3 20 0 15 0 76822138 11079016448 13303 33554432000 4194304 4196468 140728685600800 140339225385296 140340686825371 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1890] ppid=1825 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1828/task/1890/stat : 1890 (java) S 1825 1828 32560 0 -1 1077944384 495 12861 0 0 1 0 4 3 20 0 15 0 76822138 11079016448 13303 33554432000 4194304 4196468 140728685600800 140340212332912 140340686817922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1891] ppid=1825 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1828/task/1891/stat : 1891 (java) S 1825 1828 32560 0 -1 1077944384 89 12861 0 0 1 0 4 3 20 0 15 0 76822138 11079016448 13303 33554432000 4194304 4196468 140728685600800 140340211280112 140340686817922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1892] ppid=1825 vsize=10819352 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/1828/task/1892/stat : 1892 (java) S 1825 1828 32560 0 -1 1077944384 585 12861 0 0 5 0 4 3 20 0 15 0 76822139 11079016448 13303 33554432000 4194304 4196468 140728685600800 140340210227312 140340686817922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1893] ppid=1825 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1828/task/1893/stat : 1893 (java) S 1825 1828 32560 0 -1 1077944384 3 12861 0 0 0 0 4 3 20 0 15 0 76822139 11079016448 13303 33554432000 4194304 4196468 140728685600800 140339191826656 140340686816981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1894] ppid=1825 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1828/task/1894/stat : 1894 (java) S 1825 1828 32560 0 -1 1077944384 1 12861 0 0 0 0 4 3 20 0 15 0 76822139 11079016448 13303 33554432000 4194304 4196468 140728685600800 140340209175728 140340686817922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 53212 KiB

[startup+0.700788 s]
/proc/loadavg: 1.24 1.38 1.42 3/215 1894
/proc/meminfo: memFree=14743584/32770624 swapFree=67108796/67108860
[pid=1828] ppid=1825 vsize=10819352 memory=86984 CPUtime=0.99 cores=1,3,5,7
/proc/1828/stat : 1828 (java) S 1825 1828 32560 0 -1 1077944320 16839 12861 0 0 87 5 4 3 20 0 15 0 76822124 11079016448 21746 33554432000 4194304 4196468 140728685600800 140728685583344 140340686806775 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
/proc/1828/statm: 2704838 21746 3243 1 0 2667149 0
[pid=1828/tid=1881] ppid=1825 vsize=10819352 memory=3708 CPUtime=0.65 cores=1,3,5,7
/proc/1828/task/1881/stat : 1881 (java) R 1825 1828 32560 0 -1 4202560 12450 12861 0 0 55 3 4 3 20 0 15 0 76822133 11079016448 21746 33554432000 4194304 4196468 140728685600800 140340658627600 140340668370350 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1882] ppid=1825 vsize=10819352 memory=2241 CPUtime=0.07 cores=1,3,5,7
/proc/1828/task/1882/stat : 1882 (java) S 1825 1828 32560 0 -1 1077944384 1 12861 0 0 0 0 4 3 20 0 15 0 76822134 11079016448 21746 33554432000 4194304 4196468 140728685600800 140340691049104 140340686816981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1883] ppid=1825 vsize=10819352 memory=2244 CPUtime=0.07 cores=1,3,5,7
/proc/1828/task/1883/stat : 1883 (java) S 1825 1828 32560 0 -1 1077944384 2 12861 0 0 0 0 4 3 20 0 15 0 76822134 11079016448 21746 33554432000 4194304 4196468 140728685600800 140340609800720 140340686816981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1884] ppid=1825 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1828/task/1884/stat : 1884 (java) S 1825 1828 32560 0 -1 1077944384 1 12861 0 0 0 0 4 3 20 0 15 0 76822134 11079016448 21746 33554432000 4194304 4196468 140728685600800 140340608747920 140340686816981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1885] ppid=1825 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1828/task/1885/stat : 1885 (java) S 1825 1828 32560 0 -1 1077944384 2 12861 0 0 0 0 4 3 20 0 15 0 76822134 11079016448 21746 33554432000 4194304 4196468 140728685600800 140340607695120 140340686816981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1886] ppid=1825 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1828/task/1886/stat : 1886 (java) S 1825 1828 32560 0 -1 1077944384 5 12861 0 0 0 0 4 3 20 0 15 0 76822135 11079016448 21746 33554432000 4194304 4196468 140728685600800 140340213386096 140340686817922 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1887] ppid=1825 vsize=10819352 memory=6655300316396806240 CPUtime=0.07 cores=1,3,5,7
/proc/1828/task/1887/stat : 1887 (java) S 1825 1828 32560 0 -1 1077944384 13 12861 0 0 0 0 4 3 20 0 15 0 76822136 11079016448 21746 33554432000 4194304 4196468 140728685600800 140340136764960 140340686816981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1888] ppid=1825 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1828/task/1888/stat : 1888 (java) S 1825 1828 32560 0 -1 1077944384 1 12861 0 0 0 0 4 3 20 0 15 0 76822136 11079016448 21746 33554432000 4194304 4196468 140728685600800 140339532785008 140340686816981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1889] ppid=1825 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1828/task/1889/stat : 1889 (java) S 1825 1828 32560 0 -1 1077944384 3 12861 0 0 0 0 4 3 20 0 15 0 76822138 11079016448 21746 33554432000 4194304 4196468 140728685600800 140339225385296 140340686825371 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1890] ppid=1825 vsize=10819352 memory=279944089305328 CPUtime=0.14 cores=1,3,5,7
/proc/1828/task/1890/stat : 1890 (java) S 1825 1828 32560 0 -1 1077944384 739 12861 0 0 7 0 4 3 20 0 15 0 76822138 11079016448 21746 33554432000 4194304 4196468 140728685600800 140340212332912 140340686817922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1891] ppid=1825 vsize=10819352 memory=0 CPUtime=0.17 cores=1,3,5,7
/proc/1828/task/1891/stat : 1891 (java) S 1825 1828 32560 0 -1 1077944384 757 12861 0 0 10 0 4 3 20 0 15 0 76822138 11079016448 21746 33554432000 4194304 4196468 140728685600800 140340211280112 140340686817922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1892] ppid=1825 vsize=10819352 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/1828/task/1892/stat : 1892 (java) S 1825 1828 32560 0 -1 1077944384 673 12861 0 0 13 0 4 3 20 0 15 0 76822139 11079016448 21746 33554432000 4194304 4196468 140728685600800 140340210227312 140340686817922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1893] ppid=1825 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1828/task/1893/stat : 1893 (java) S 1825 1828 32560 0 -1 1077944384 3 12861 0 0 0 0 4 3 20 0 15 0 76822139 11079016448 21746 33554432000 4194304 4196468 140728685600800 140339191826656 140340686816981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1894] ppid=1825 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1828/task/1894/stat : 1894 (java) S 1825 1828 32560 0 -1 1077944384 1 12861 0 0 0 0 4 3 20 0 15 0 76822139 11079016448 21746 33554432000 4194304 4196468 140728685600800 140340209175728 140340686817922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86984 KiB

[startup+1.50075 s]
/proc/loadavg: 1.24 1.38 1.42 5/215 1894
/proc/meminfo: memFree=14696332/32770624 swapFree=67108796/67108860
[pid=1828] ppid=1825 vsize=10834252 memory=178064 CPUtime=2.32 cores=1,3,5,7
/proc/1828/stat : 1828 (java) S 1825 1828 32560 0 -1 1077944320 24809 12861 0 0 214 11 4 3 20 0 15 0 76822124 11094274048 44516 33554432000 4194304 4196468 140728685600800 140728685583344 140340686806775 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
/proc/1828/statm: 2708563 44516 3469 1 0 2670221 0
[pid=1828/tid=1881] ppid=1825 vsize=10834252 memory=7 CPUtime=1.42 cores=1,3,5,7
/proc/1828/task/1881/stat : 1881 (java) R 1825 1828 32560 0 -1 4202560 18173 12861 0 0 129 6 4 3 20 0 15 0 76822133 11094274048 44516 33554432000 4194304 4196468 140728685600800 140340658638160 140340686818710 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1882] ppid=1825 vsize=10834252 memory=2673 CPUtime=0.07 cores=1,3,5,7
/proc/1828/task/1882/stat : 1882 (java) S 1825 1828 32560 0 -1 1077944384 20 12861 0 0 0 0 4 3 20 0 15 0 76822134 11094274048 44516 33554432000 4194304 4196468 140728685600800 140340691049104 140340686816981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1883] ppid=1825 vsize=10834252 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1828/task/1883/stat : 1883 (java) S 1825 1828 32560 0 -1 1077944384 25 12861 0 0 0 0 4 3 20 0 15 0 76822134 11094274048 44516 33554432000 4194304 4196468 140728685600800 140340609800720 140340686816981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1884] ppid=1825 vsize=10834252 memory=7092440906683537001 CPUtime=0.07 cores=1,3,5,7
/proc/1828/task/1884/stat : 1884 (java) S 1825 1828 32560 0 -1 1077944384 229 12861 0 0 0 0 4 3 20 0 15 0 76822134 11094274048 44516 33554432000 4194304 4196468 140728685600800 140340608747920 140340686816981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1885] ppid=1825 vsize=10834252 memory=7380671248541445222 CPUtime=0.08 cores=1,3,5,7
/proc/1828/task/1885/stat : 1885 (java) S 1825 1828 32560 0 -1 1077944384 72 12861 0 0 1 0 4 3 20 0 15 0 76822134 11094274048 44516 33554432000 4194304 4196468 140728685600800 140340607695120 140340686816981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1886] ppid=1825 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1828/task/1886/stat : 1886 (java) S 1825 1828 32560 0 -1 1077944384 551 12861 0 0 1 0 4 3 20 0 15 0 76822135 11094274048 44516 33554432000 4194304 4196468 140728685600800 140340213386096 140340686817922 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1887] ppid=1825 vsize=10834252 memory=279944089876544 CPUtime=0.07 cores=1,3,5,7
/proc/1828/task/1887/stat : 1887 (java) S 1825 1828 32560 0 -1 1077944384 14 12861 0 0 0 0 4 3 20 0 15 0 76822136 11094274048 44516 33554432000 4194304 4196468 140728685600800 140340136765024 140340686816981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1888] ppid=1825 vsize=10834252 memory=3540022193963951136 CPUtime=0.07 cores=1,3,5,7
/proc/1828/task/1888/stat : 1888 (java) S 1825 1828 32560 0 -1 1077944384 1 12861 0 0 0 0 4 3 20 0 15 0 76822136 11094274048 44516 33554432000 4194304 4196468 140728685600800 140339532785024 140340686816981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1889] ppid=1825 vsize=10834252 memory=6945747320724078694 CPUtime=0.07 cores=1,3,5,7
/proc/1828/task/1889/stat : 1889 (java) S 1825 1828 32560 0 -1 1077944384 3 12861 0 0 0 0 4 3 20 0 15 0 76822138 11094274048 44516 33554432000 4194304 4196468 140728685600800 140339225385296 140340686825371 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1890] ppid=1825 vsize=10834252 memory=6075726850433241682 CPUtime=0.27 cores=1,3,5,7
/proc/1828/task/1890/stat : 1890 (java) S 1825 1828 32560 0 -1 1077944384 1194 12861 0 0 20 0 4 3 20 0 15 0 76822138 11094274048 44516 33554432000 4194304 4196468 140728685600800 140340212332912 140340686817922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1891] ppid=1825 vsize=10834252 memory=5936397798102552912 CPUtime=0.29 cores=1,3,5,7
/proc/1828/task/1891/stat : 1891 (java) S 1825 1828 32560 0 -1 1077944384 893 12861 0 0 22 0 4 3 20 0 15 0 76822138 11094274048 44516 33554432000 4194304 4196468 140728685600800 140340211280112 140340686817922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1892] ppid=1825 vsize=10834252 memory=7012755875661107288 CPUtime=0.42 cores=1,3,5,7
/proc/1828/task/1892/stat : 1892 (java) S 1825 1828 32560 0 -1 1077944384 1442 12861 0 0 35 0 4 3 20 0 15 0 76822139 11094274048 44516 33554432000 4194304 4196468 140728685600800 140340210227312 140340686817922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1893] ppid=1825 vsize=10834252 memory=7518866584057697872 CPUtime=0.07 cores=1,3,5,7
/proc/1828/task/1893/stat : 1893 (java) S 1825 1828 32560 0 -1 1077944384 3 12861 0 0 0 0 4 3 20 0 15 0 76822139 11094274048 44516 33554432000 4194304 4196468 140728685600800 140339191826656 140340686816981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1894] ppid=1825 vsize=10834252 memory=5787495302158181184 CPUtime=0.07 cores=1,3,5,7
/proc/1828/task/1894/stat : 1894 (java) S 1825 1828 32560 0 -1 1077944384 1 12861 0 0 0 0 4 3 20 0 15 0 76822139 11094274048 44516 33554432000 4194304 4196468 140728685600800 140340209175728 140340686817922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
Current children cumulated CPU time: 2.32 s
Current children cumulated vsize: 10834252 KiB

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

/proc/1828/task/1881/stat : 1881 (java) R 1825 1828 32560 0 -1 4202560 102610 12861 0 0 230210 50 4 3 20 0 15 0 76822133 11178180608 288622 33554432000 4194304 4196468 140728685600800 140340658640720 140340305407751 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1882] ppid=1825 vsize=10916192 memory=0 CPUtime=12.45 cores=1,3,5,7
/proc/1828/task/1882/stat : 1882 (java) S 1825 1828 32560 0 -1 1077944384 16922 12861 0 0 1185 53 4 3 20 0 15 0 76822134 11178180608 288622 33554432000 4194304 4196468 140728685600800 140340691049104 140340686816981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1883] ppid=1825 vsize=10916192 memory=1154488 CPUtime=12.44 cores=1,3,5,7
/proc/1828/task/1883/stat : 1883 (java) S 1825 1828 32560 0 -1 1077944384 15850 12861 0 0 1182 55 4 3 20 0 15 0 76822134 11178180608 288622 33554432000 4194304 4196468 140728685600800 140340609800720 140340686816981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1884] ppid=1825 vsize=10916192 memory=1154488 CPUtime=12.42 cores=1,3,5,7
/proc/1828/task/1884/stat : 1884 (java) S 1825 1828 32560 0 -1 1077944384 15670 12861 0 0 1182 53 4 3 20 0 15 0 76822134 11178180608 288622 33554432000 4194304 4196468 140728685600800 140340608747920 140340686816981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1885] ppid=1825 vsize=10916192 memory=1154488 CPUtime=12.47 cores=1,3,5,7
/proc/1828/task/1885/stat : 1885 (java) S 1825 1828 32560 0 -1 1077944384 16113 12861 0 0 1187 53 4 3 20 0 15 0 76822134 11178180608 288622 33554432000 4194304 4196468 140728685600800 140340607695120 140340686816981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1886] ppid=1825 vsize=10916192 memory=1154488 CPUtime=5.79 cores=1,3,5,7
/proc/1828/task/1886/stat : 1886 (java) S 1825 1828 32560 0 -1 1077944384 16521 12861 0 0 533 39 4 3 20 0 15 0 76822135 11178180608 288622 33554432000 4194304 4196468 140728685600800 140340213386096 140340686817922 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1887] ppid=1825 vsize=10916192 memory=1154488 CPUtime=0.07 cores=1,3,5,7
/proc/1828/task/1887/stat : 1887 (java) S 1825 1828 32560 0 -1 1077944384 18 12861 0 0 0 0 4 3 20 0 15 0 76822136 11178180608 288622 33554432000 4194304 4196468 140728685600800 140340136765024 140340686816981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1888] ppid=1825 vsize=10916192 memory=1154488 CPUtime=0.07 cores=1,3,5,7
/proc/1828/task/1888/stat : 1888 (java) S 1825 1828 32560 0 -1 1077944384 1 12861 0 0 0 0 4 3 20 0 15 0 76822136 11178180608 288622 33554432000 4194304 4196468 140728685600800 140339532785024 140340686816981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1889] ppid=1825 vsize=10916192 memory=1154488 CPUtime=0.07 cores=1,3,5,7
/proc/1828/task/1889/stat : 1889 (java) S 1825 1828 32560 0 -1 1077944384 3 12861 0 0 0 0 4 3 20 0 15 0 76822138 11178180608 288622 33554432000 4194304 4196468 140728685600800 140339225385296 140340686825371 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1890] ppid=1825 vsize=10916192 memory=1628 CPUtime=4.95 cores=1,3,5,7
/proc/1828/task/1890/stat : 1890 (java) S 1825 1828 32560 0 -1 1077944384 28226 12861 0 0 484 4 4 3 20 0 15 0 76822138 11178180608 288622 33554432000 4194304 4196468 140728685600800 140340212332912 140340686817922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1891] ppid=1825 vsize=10916192 memory=8876 CPUtime=5.56 cores=1,3,5,7
/proc/1828/task/1891/stat : 1891 (java) S 1825 1828 32560 0 -1 1077944384 30487 12861 0 0 545 4 4 3 20 0 15 0 76822138 11178180608 288622 33554432000 4194304 4196468 140728685600800 140340211280112 140340686817922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1892] ppid=1825 vsize=10916192 memory=1154488 CPUtime=2.34 cores=1,3,5,7
/proc/1828/task/1892/stat : 1892 (java) S 1825 1828 32560 0 -1 1077944384 31059 12861 0 0 221 6 4 3 20 0 15 0 76822139 11178180608 288622 33554432000 4194304 4196468 140728685600800 140340210227312 140340686817922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1893] ppid=1825 vsize=10916192 memory=1154488 CPUtime=0.07 cores=1,3,5,7
/proc/1828/task/1893/stat : 1893 (java) S 1825 1828 32560 0 -1 1077944384 3 12861 0 0 0 0 4 3 20 0 15 0 76822139 11178180608 288622 33554432000 4194304 4196468 140728685600800 140339191826656 140340686816981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1894] ppid=1825 vsize=10916192 memory=1154488 CPUtime=1.35 cores=1,3,5,7
/proc/1828/task/1894/stat : 1894 (java) S 1825 1828 32560 0 -1 1077944384 2310 12861 0 0 58 70 4 3 20 0 15 0 76822139 11178180608 288622 33554432000 4194304 4196468 140728685600800 140340209175728 140340686817922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
Current children cumulated CPU time: 2371.9 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1154488 KiB

[startup+2382.3 s]
/proc/loadavg: 1.53 1.63 1.58 3/215 2101
/proc/meminfo: memFree=12086392/32770624 swapFree=67108796/67108860
[pid=1828] ppid=1825 vsize=10916192 memory=1154488 CPUtime=2433.05 cores=1,3,5,7
/proc/1828/stat : 1828 (java) S 1825 1828 32560 0 -1 1077944320 280367 12861 0 0 242937 361 4 3 20 0 15 0 76822124 11178180608 288622 33554432000 4194304 4196468 140728685600800 140728685583344 140340686806775 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
/proc/1828/statm: 2729048 288622 3529 1 0 2690701 0
[pid=1828/tid=1881] ppid=1825 vsize=10916192 memory=1154488 CPUtime=2362.11 cores=1,3,5,7
/proc/1828/task/1881/stat : 1881 (java) R 1825 1828 32560 0 -1 4202560 103582 12861 0 0 236153 51 4 3 20 0 15 0 76822133 11178180608 288622 33554432000 4194304 4196468 140728685600800 140340658641536 140340305406615 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1882] ppid=1825 vsize=10916192 memory=1154488 CPUtime=12.84 cores=1,3,5,7
/proc/1828/task/1882/stat : 1882 (java) S 1825 1828 32560 0 -1 1077944384 17054 12861 0 0 1223 54 4 3 20 0 15 0 76822134 11178180608 288622 33554432000 4194304 4196468 140728685600800 140340691049104 140340686816981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1883] ppid=1825 vsize=10916192 memory=1154488 CPUtime=12.82 cores=1,3,5,7
/proc/1828/task/1883/stat : 1883 (java) S 1825 1828 32560 0 -1 1077944384 16037 12861 0 0 1218 57 4 3 20 0 15 0 76822134 11178180608 288622 33554432000 4194304 4196468 140728685600800 140340609800720 140340686816981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1884] ppid=1825 vsize=10916192 memory=227 CPUtime=12.81 cores=1,3,5,7
/proc/1828/task/1884/stat : 1884 (java) S 1825 1828 32560 0 -1 1077944384 15699 12861 0 0 1220 54 4 3 20 0 15 0 76822134 11178180608 288622 33554432000 4194304 4196468 140728685600800 140340608747920 140340686816981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1885] ppid=1825 vsize=10916192 memory=1154488 CPUtime=12.83 cores=1,3,5,7
/proc/1828/task/1885/stat : 1885 (java) S 1825 1828 32560 0 -1 1077944384 16755 12861 0 0 1223 53 4 3 20 0 15 0 76822134 11178180608 288622 33554432000 4194304 4196468 140728685600800 140340607695120 140340686816981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1886] ppid=1825 vsize=10916192 memory=22800 CPUtime=5.95 cores=1,3,5,7
/proc/1828/task/1886/stat : 1886 (java) S 1825 1828 32560 0 -1 1077944384 16907 12861 0 0 548 40 4 3 20 0 15 0 76822135 11178180608 288622 33554432000 4194304 4196468 140728685600800 140340213386096 140340686817922 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1887] ppid=1825 vsize=10916192 memory=2088 CPUtime=0.07 cores=1,3,5,7
/proc/1828/task/1887/stat : 1887 (java) S 1825 1828 32560 0 -1 1077944384 18 12861 0 0 0 0 4 3 20 0 15 0 76822136 11178180608 288622 33554432000 4194304 4196468 140728685600800 140340136765024 140340686816981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1888] ppid=1825 vsize=10916192 memory=22800 CPUtime=0.07 cores=1,3,5,7
/proc/1828/task/1888/stat : 1888 (java) S 1825 1828 32560 0 -1 1077944384 1 12861 0 0 0 0 4 3 20 0 15 0 76822136 11178180608 288622 33554432000 4194304 4196468 140728685600800 140339532785024 140340686816981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1889] ppid=1825 vsize=10916192 memory=2088 CPUtime=0.07 cores=1,3,5,7
/proc/1828/task/1889/stat : 1889 (java) S 1825 1828 32560 0 -1 1077944384 3 12861 0 0 0 0 4 3 20 0 15 0 76822138 11178180608 288622 33554432000 4194304 4196468 140728685600800 140339225385296 140340686825371 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1890] ppid=1825 vsize=10916192 memory=1154488 CPUtime=4.95 cores=1,3,5,7
/proc/1828/task/1890/stat : 1890 (java) S 1825 1828 32560 0 -1 1077944384 28228 12861 0 0 484 4 4 3 20 0 15 0 76822138 11178180608 288622 33554432000 4194304 4196468 140728685600800 140340212332912 140340686817922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1891] ppid=1825 vsize=10916192 memory=1284 CPUtime=5.56 cores=1,3,5,7
/proc/1828/task/1891/stat : 1891 (java) S 1825 1828 32560 0 -1 1077944384 30489 12861 0 0 545 4 4 3 20 0 15 0 76822138 11178180608 288622 33554432000 4194304 4196468 140728685600800 140340211280112 140340686817922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1892] ppid=1825 vsize=10916192 memory=3708 CPUtime=2.34 cores=1,3,5,7
/proc/1828/task/1892/stat : 1892 (java) S 1825 1828 32560 0 -1 1077944384 31061 12861 0 0 221 6 4 3 20 0 15 0 76822139 11178180608 288622 33554432000 4194304 4196468 140728685600800 140340210227312 140340686817922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1893] ppid=1825 vsize=10916192 memory=22800 CPUtime=0.07 cores=1,3,5,7
/proc/1828/task/1893/stat : 1893 (java) S 1825 1828 32560 0 -1 1077944384 3 12861 0 0 0 0 4 3 20 0 15 0 76822139 11178180608 288622 33554432000 4194304 4196468 140728685600800 140339191826656 140340686816981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1894] ppid=1825 vsize=10916192 memory=1154488 CPUtime=1.38 cores=1,3,5,7
/proc/1828/task/1894/stat : 1894 (java) S 1825 1828 32560 0 -1 1077944384 2342 12861 0 0 59 72 4 3 20 0 15 0 76822139 11178180608 288622 33554432000 4194304 4196468 140728685600800 140340209175728 140340686817922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
Current children cumulated CPU time: 2433.05 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1154488 KiB

[startup+2442.3 s]
/proc/loadavg: 1.74 1.67 1.60 3/216 2110
/proc/meminfo: memFree=12111656/32770624 swapFree=67108796/67108860
[pid=1828] ppid=1825 vsize=10916192 memory=1127800 CPUtime=2494.1 cores=1,3,5,7
/proc/1828/stat : 1828 (java) S 1825 1828 32560 0 -1 1077944320 282889 12861 0 0 249036 367 4 3 20 0 15 0 76822124 11178180608 281950 33554432000 4194304 4196468 140728685600800 140728685583344 140340686806775 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
/proc/1828/statm: 2729048 281950 3529 1 0 2690701 0
[pid=1828/tid=1881] ppid=1825 vsize=10916192 memory=1128316 CPUtime=2421.58 cores=1,3,5,7
/proc/1828/task/1881/stat : 1881 (java) R 1825 1828 32560 0 -1 4202560 104803 12861 0 0 242099 52 4 3 20 0 15 0 76822133 11178180608 281950 33554432000 4194304 4196468 140728685600800 140340658640976 140340305404960 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1882] ppid=1825 vsize=10916192 memory=1158584 CPUtime=13.18 cores=1,3,5,7
/proc/1828/task/1882/stat : 1882 (java) S 1825 1828 32560 0 -1 1077944384 17112 12861 0 0 1257 54 4 3 20 0 15 0 76822134 11178180608 281950 33554432000 4194304 4196468 140728685600800 140340691049104 140340686816981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1883] ppid=1825 vsize=10916192 memory=1143704 CPUtime=13.18 cores=1,3,5,7
/proc/1828/task/1883/stat : 1883 (java) S 1825 1828 32560 0 -1 1077944384 16431 12861 0 0 1253 58 4 3 20 0 15 0 76822134 11178180608 281950 33554432000 4194304 4196468 140728685600800 140340609800720 140340686816981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1884] ppid=1825 vsize=10916192 memory=1139600 CPUtime=13.15 cores=1,3,5,7
/proc/1828/task/1884/stat : 1884 (java) S 1825 1828 32560 0 -1 1077944384 15884 12861 0 0 1254 54 4 3 20 0 15 0 76822134 11178180608 281950 33554432000 4194304 4196468 140728685600800 140340608747920 140340686816981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1885] ppid=1825 vsize=10916192 memory=1133444 CPUtime=13.19 cores=1,3,5,7
/proc/1828/task/1885/stat : 1885 (java) S 1825 1828 32560 0 -1 1077944384 16867 12861 0 0 1258 54 4 3 20 0 15 0 76822134 11178180608 281950 33554432000 4194304 4196468 140728685600800 140340607695120 140340686816981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1886] ppid=1825 vsize=10916192 memory=1130368 CPUtime=6.1 cores=1,3,5,7
/proc/1828/task/1886/stat : 1886 (java) S 1825 1828 32560 0 -1 1077944384 17131 12861 0 0 562 41 4 3 20 0 15 0 76822135 11178180608 281950 33554432000 4194304 4196468 140728685600800 140340213386096 140340686817922 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1887] ppid=1825 vsize=10916192 memory=1127800 CPUtime=0.07 cores=1,3,5,7
/proc/1828/task/1887/stat : 1887 (java) S 1825 1828 32560 0 -1 1077944384 18 12861 0 0 0 0 4 3 20 0 15 0 76822136 11178180608 281950 33554432000 4194304 4196468 140728685600800 140340136765024 140340686816981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1888] ppid=1825 vsize=10916192 memory=1132420 CPUtime=0.07 cores=1,3,5,7
/proc/1828/task/1888/stat : 1888 (java) S 1825 1828 32560 0 -1 1077944384 1 12861 0 0 0 0 4 3 20 0 15 0 76822136 11178180608 281950 33554432000 4194304 4196468 140728685600800 140339532785024 140340686816981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1889] ppid=1825 vsize=10916192 memory=1132420 CPUtime=0.07 cores=1,3,5,7
/proc/1828/task/1889/stat : 1889 (java) S 1825 1828 32560 0 -1 1077944384 3 12861 0 0 0 0 4 3 20 0 15 0 76822138 11178180608 281950 33554432000 4194304 4196468 140728685600800 140339225385296 140340686825371 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1890] ppid=1825 vsize=10916192 memory=1127800 CPUtime=4.95 cores=1,3,5,7
/proc/1828/task/1890/stat : 1890 (java) S 1825 1828 32560 0 -1 1077944384 28519 12861 0 0 484 4 4 3 20 0 15 0 76822138 11178180608 281950 33554432000 4194304 4196468 140728685600800 140340212332912 140340686817922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1891] ppid=1825 vsize=10916192 memory=1127800 CPUtime=5.56 cores=1,3,5,7
/proc/1828/task/1891/stat : 1891 (java) S 1825 1828 32560 0 -1 1077944384 30493 12861 0 0 545 4 4 3 20 0 15 0 76822138 11178180608 281950 33554432000 4194304 4196468 140728685600800 140340211280112 140340686817922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1892] ppid=1825 vsize=10916192 memory=1128316 CPUtime=2.34 cores=1,3,5,7
/proc/1828/task/1892/stat : 1892 (java) S 1825 1828 32560 0 -1 1077944384 31065 12861 0 0 221 6 4 3 20 0 15 0 76822139 11178180608 281950 33554432000 4194304 4196468 140728685600800 140340210227312 140340686817922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1893] ppid=1825 vsize=10916192 memory=1128828 CPUtime=0.07 cores=1,3,5,7
/proc/1828/task/1893/stat : 1893 (java) S 1825 1828 32560 0 -1 1077944384 3 12861 0 0 0 0 4 3 20 0 15 0 76822139 11178180608 281950 33554432000 4194304 4196468 140728685600800 140339191826656 140340686816981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1894] ppid=1825 vsize=10916192 memory=1129340 CPUtime=1.41 cores=1,3,5,7
/proc/1828/task/1894/stat : 1894 (java) S 1825 1828 32560 0 -1 1077944384 2371 12861 0 0 60 74 4 3 20 0 15 0 76822139 11178180608 281950 33554432000 4194304 4196468 140728685600800 140340209175728 140340686817922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
Current children cumulated CPU time: 2494.1 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1127800 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2467.8 s]
/proc/loadavg: 1.90 1.71 1.61 4/216 2240
/proc/meminfo: memFree=15541000/32770624 swapFree=67108796/67108860
[pid=1828] ppid=1825 vsize=10916192 memory=1126264 CPUtime=2520 cores=1,3,5,7
/proc/1828/stat : 1828 (java) S 1825 1828 32560 0 -1 1077944320 283606 12861 0 0 251624 369 4 3 20 0 15 0 76822124 11178180608 281566 33554432000 4194304 4196468 140728685600800 140728685583344 140340686806775 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
/proc/1828/statm: 2729048 281566 3529 1 0 2690701 0
[pid=1828/tid=1881] ppid=1825 vsize=10916192 memory=1284 CPUtime=2446.87 cores=1,3,5,7
/proc/1828/task/1881/stat : 1881 (java) R 1825 1828 32560 0 -1 4202560 105043 12861 0 0 244628 52 4 3 20 0 15 0 76822133 11178180608 281566 33554432000 4194304 4196468 140728685600800 140340658641056 140340296271066 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1882] ppid=1825 vsize=10916192 memory=1088 CPUtime=13.32 cores=1,3,5,7
/proc/1828/task/1882/stat : 1882 (java) S 1825 1828 32560 0 -1 1077944384 17508 12861 0 0 1270 55 4 3 20 0 15 0 76822134 11178180608 281566 33554432000 4194304 4196468 140728685600800 140340691049104 140340686816981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1883] ppid=1825 vsize=10916192 memory=1800 CPUtime=13.31 cores=1,3,5,7
/proc/1828/task/1883/stat : 1883 (java) S 1825 1828 32560 0 -1 1077944384 16462 12861 0 0 1266 58 4 3 20 0 15 0 76822134 11178180608 281566 33554432000 4194304 4196468 140728685600800 140340609800720 140340686816981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1884] ppid=1825 vsize=10916192 memory=7020 CPUtime=13.29 cores=1,3,5,7
/proc/1828/task/1884/stat : 1884 (java) S 1825 1828 32560 0 -1 1077944384 15901 12861 0 0 1268 54 4 3 20 0 15 0 76822134 11178180608 281566 33554432000 4194304 4196468 140728685600800 140340608747920 140340686816981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1885] ppid=1825 vsize=10916192 memory=15044 CPUtime=13.31 cores=1,3,5,7
/proc/1828/task/1885/stat : 1885 (java) S 1825 1828 32560 0 -1 1077944384 16876 12861 0 0 1270 54 4 3 20 0 15 0 76822134 11178180608 281566 33554432000 4194304 4196468 140728685600800 140340607695120 140340686816981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1886] ppid=1825 vsize=10916192 memory=18152 CPUtime=6.16 cores=1,3,5,7
/proc/1828/task/1886/stat : 1886 (java) S 1825 1828 32560 0 -1 1077944384 17154 12861 0 0 568 41 4 3 20 0 15 0 76822135 11178180608 281566 33554432000 4194304 4196468 140728685600800 140340213386096 140340686817922 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1887] ppid=1825 vsize=10916192 memory=1126264 CPUtime=0.07 cores=1,3,5,7
/proc/1828/task/1887/stat : 1887 (java) S 1825 1828 32560 0 -1 1077944384 18 12861 0 0 0 0 4 3 20 0 15 0 76822136 11178180608 281566 33554432000 4194304 4196468 140728685600800 140340136765024 140340686816981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1888] ppid=1825 vsize=10916192 memory=1126264 CPUtime=0.07 cores=1,3,5,7
/proc/1828/task/1888/stat : 1888 (java) S 1825 1828 32560 0 -1 1077944384 1 12861 0 0 0 0 4 3 20 0 15 0 76822136 11178180608 281566 33554432000 4194304 4196468 140728685600800 140339532785024 140340686816981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1889] ppid=1825 vsize=10916192 memory=15044 CPUtime=0.07 cores=1,3,5,7
/proc/1828/task/1889/stat : 1889 (java) S 1825 1828 32560 0 -1 1077944384 3 12861 0 0 0 0 4 3 20 0 15 0 76822138 11178180608 281566 33554432000 4194304 4196468 140728685600800 140339225385296 140340686825371 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1890] ppid=1825 vsize=10916192 memory=18152 CPUtime=4.95 cores=1,3,5,7
/proc/1828/task/1890/stat : 1890 (java) S 1825 1828 32560 0 -1 1077944384 28519 12861 0 0 484 4 4 3 20 0 15 0 76822138 11178180608 281566 33554432000 4194304 4196468 140728685600800 140340212332912 140340686817922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1891] ppid=1825 vsize=10916192 memory=17804 CPUtime=5.56 cores=1,3,5,7
/proc/1828/task/1891/stat : 1891 (java) S 1825 1828 32560 0 -1 1077944384 30493 12861 0 0 545 4 4 3 20 0 15 0 76822138 11178180608 281566 33554432000 4194304 4196468 140728685600800 140340211280112 140340686817922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1892] ppid=1825 vsize=10916192 memory=4016 CPUtime=2.34 cores=1,3,5,7
/proc/1828/task/1892/stat : 1892 (java) S 1825 1828 32560 0 -1 1077944384 31066 12861 0 0 221 6 4 3 20 0 15 0 76822139 11178180608 281566 33554432000 4194304 4196468 140728685600800 140340210227312 140340686817922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1893] ppid=1825 vsize=10916192 memory=644 CPUtime=0.07 cores=1,3,5,7
/proc/1828/task/1893/stat : 1893 (java) S 1825 1828 32560 0 -1 1077944384 3 12861 0 0 0 0 4 3 20 0 15 0 76822139 11178180608 281566 33554432000 4194304 4196468 140728685600800 140339191826656 140340686816981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
[pid=1828/tid=1894] ppid=1825 vsize=10916192 memory=2088 CPUtime=1.43 cores=1,3,5,7
/proc/1828/task/1894/stat : 1894 (java) S 1825 1828 32560 0 -1 1077944384 2371 12861 0 0 61 75 4 3 20 0 15 0 76822139 11178180608 281566 33554432000 4194304 4196468 140728685600800 140340209175728 140340686817922 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20996096 140728685607083 140728685610332 140728685610332 140728685613007 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 1126264 KiB

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

[startup+2467.83 s]
# the end of solver process 1828 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.31 s, system=3.74561 s

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

Child status: 143
Real time (s): 2467.83
CPU time (s): 2520.05
CPU user time (s): 2516.31
CPU system time (s): 3.74561
CPU usage (%): 102.116
Max. virtual memory (cumulated for all children) (KiB): 10918900
Max. memory (cumulated for all children) (KiB): 2221500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.31
system time used= 3.74561
maximum resident set size= 2235920
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 297526
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 183020
involuntary context switches= 4775


# summary of solver processes directly reported to runsolver:
#   pid: 1828
#   total CPU time (s): 2520.05
#   total CPU user time (s): 2516.31
#   total CPU system time (s): 3.74561

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.2977 second user time and 24.9555 second system time

The end

Launcher Data

Begin job on node138 at 2018-07-26 10:09:49
IDJOB=4295728
IDBENCH=141595
IDSOLVER=2751
FILE ID=node138/4295728-1532592589
RUNJOBID= node138-1532582651-32592
PBS_JOBID= 21021963
Free space on /tmp= 53776 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/SportsScheduling/SportsScheduling-14_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295728-1532592589/watcher-4295728-1532592589 -o /tmp/evaluation-result-4295728-1532592589/solver-4295728-1532592589 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532582651-32592 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1256850846 -superng HOME/instance-4295728-1532592589.xml

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

MD5SUM BENCH= 1e3f519c957d5cb55b89b746c42a86fa
RANDOM SEED=1256850846

node138.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.71
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.71
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.71
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.71
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        14794328 kB
MemAvailable:   29133020 kB
Buffers:          186288 kB
Cached:         14297324 kB
SwapCached:           44 kB
Active:          5184712 kB
Inactive:       12142488 kB
Active(anon):    2794268 kB
Inactive(anon):    77320 kB
Active(file):    2390444 kB
Inactive(file): 12065168 kB
Unevictable:        7280 kB
Mlocked:            7280 kB
SwapTotal:      67108860 kB
SwapFree:       67108796 kB
Dirty:             26432 kB
Writeback:             0 kB
AnonPages:       2850580 kB
Mapped:            48584 kB
Shmem:             25164 kB
Slab:             339696 kB
SReclaimable:     311540 kB
SUnreclaim:        28156 kB
KernelStack:        3520 kB
PageTables:        10960 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3446828 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2617344 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 53748 MiB
End job on node138 at 2018-07-26 10:50:58