Trace number 4387404

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 NameAnswerobjective functionCPU timeWall clock time
Concrete 3.10? (TO) 2520.09 2466.33

General information on the benchmark

NameBinPacking/BinPacking-sum-skj2/
BinPacking-sum-n1w4b1r5.xml
MD5SUMd746abd17fd9f5e52f47be3617d955ae
Bench CategoryCOP (optimization 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 benchmark5.17688
Satisfiable
(Un)Satisfiability was proved
Number of variables51
Number of constraints13
Number of domains2
Minimum domain size6
Maximum domain size35
Distribution of domain sizes[{"size":6,"count":1},{"size":35,"count":50}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":45},{"degree":5,"count":5}]
Minimum constraint arity6
Maximum constraint arity50
Distribution of constraint arities[{"arity":6,"count":1},{"arity":10,"count":10},{"arity":50,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":5},{"type":"lex","count":1},{"type":"sum","count":5},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

0.71/0.55	c Concrete v3.10.1560635388952 running
2520.05/2466.30	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.05/2466.30		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2520.05/2466.30		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:57)
2520.05/2466.30		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.05/2466.30		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.05/2466.30		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.05/2466.30		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.05/2466.30		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.05/2466.30		at concrete.heuristic.value.BestCost.select(BestCost.scala:57)
2520.05/2466.30		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.05/2466.30		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.05/2466.30		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.05/2466.30		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.05/2466.30		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.05/2466.30		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.05/2466.30		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.05/2466.30		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.05/2466.30		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.05/2466.30		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.05/2466.30		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2520.05/2466.30		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.05/2466.30		at scala.Option.map(Option.scala:243)
2520.05/2466.30		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.05/2466.30		at concrete.MAC.mac(MAC.scala:204)
2520.05/2466.30		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2520.05/2466.30		at scala.util.Try$.apply(Try.scala:212)
2520.05/2466.30		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.05/2466.30		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.05/2466.30		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.05/2466.30		at concrete.MAC.oneRun(MAC.scala:253)
2520.05/2466.30		at concrete.MAC.nextSolution(MAC.scala:272)
2520.05/2466.30		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.05/2466.30		at concrete.ProblemState.map(ProblemState.scala:228)
2520.05/2466.30		at concrete.ProblemState.map(ProblemState.scala:210)
2520.05/2466.30		at concrete.MAC.nextSolution(MAC.scala:334)
2520.05/2466.30		at concrete.Solver.hasNext(Solver.scala:160)
2520.05/2466.30		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.05/2466.31		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.05/2466.31		at concrete.Solver.foreach(Solver.scala:67)
2520.05/2466.31		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:72)
2520.05/2466.31		at scala.util.Success.map(Try.scala:264)
2520.05/2466.31		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2520.05/2466.31		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.05/2466.31		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.05/2466.31		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.05/2466.31		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.05/2466.31		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.05/2466.31		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.05/2466.31		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.05/2466.31		at scala.App.$anonfun$main$1(App.scala:75)
2520.05/2466.31		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.05/2466.31		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.05/2466.31		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.05/2466.31		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.05/2466.31		at scala.App.main(App.scala:75)
2520.05/2466.31		at scala.App.main$(App.scala:73)
2520.05/2466.31		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.05/2466.31		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.05/2466.31	s UNKNOWN

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387404-1568303174/watcher-4387404-1568303174 -o /tmp/evaluation-result-4387404-1568303174/solver-4387404-1568303174 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1568286041-32306 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1098261610 HOME/instance-4387404-1568303174.xml 

running on 4 cores: 0,2,4,6

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

solver pid=5186, runsolver pid=5183

[startup+0.110736 s]*
/proc/loadavg: 1.39 1.36 1.37 3/219 5243
/proc/meminfo: memFree=19850008/32770624 swapFree=66939716/67108860
[pid=5186] ppid=5183 vsize=10355560 memory=20732 CPUtime=0.11 cores=0,2,4,6
/proc/5186/stat : 5186 (java) S 5183 5186 31346 0 -1 1077944320 4937 12993 0 0 2 1 5 3 20 0 9 0 406584238 10604093440 5183 33554432000 4194304 4196468 140728581006320 140728580988864 139837957385975 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
/proc/5186/statm: 2588890 5183 2102 1 0 2551431 0
[pid=5186/tid=5239] ppid=5183 vsize=10355560 memory=-8171376296011865461 CPUtime=0.1 cores=0,2,4,6
/proc/5186/task/5239/stat : 5239 (java) R 5183 5186 31346 0 -1 4202560 2700 12993 0 0 2 0 5 3 20 0 9 0 406584247 10604093440 5183 33554432000 4194304 4196468 140728581006320 139837929222000 139837957407901 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5240] ppid=5183 vsize=10355560 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/5186/task/5240/stat : 5240 (java) S 5183 5186 31346 0 -1 1077944384 2 12993 0 0 0 0 5 3 20 0 9 0 406584248 10604093440 5183 33554432000 4194304 4196468 140728581006320 139837961628560 139837957396181 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5241] ppid=5183 vsize=10355560 memory=140132376663680 CPUtime=0.08 cores=0,2,4,6
/proc/5186/task/5241/stat : 5241 (java) S 5183 5186 31346 0 -1 1077944384 1 12993 0 0 0 0 5 3 20 0 9 0 406584248 10604093440 5183 33554432000 4194304 4196468 140728581006320 139837895670544 139837957396181 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5242] ppid=5183 vsize=10355560 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5186/task/5242/stat : 5242 (java) S 5183 5186 31346 0 -1 1077944384 1 12993 0 0 0 0 5 3 20 0 9 0 406584248 10604093440 5183 33554432000 4194304 4196468 140728581006320 139837529492624 139837957396181 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5243] ppid=5183 vsize=10355560 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/5186/task/5243/stat : 5243 (java) S 5183 5186 31346 0 -1 1077944384 2 12993 0 0 0 0 5 3 20 0 9 0 406584248 10604093440 5183 33554432000 4194304 4196468 140728581006320 139837528439824 139837957396181 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5244] ppid=5183 vsize=10355560 memory=140132376663680 CPUtime=0.08 cores=0,2,4,6
/proc/5186/task/5244/stat : 5244 (java) S 5183 5186 31346 0 -1 1077944384 2 12993 0 0 0 0 5 3 20 0 9 0 406584249 10604093440 5183 33554432000 4194304 4196468 140728581006320 139837416761456 139837957397122 0 0 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5245] ppid=5183 vsize=10355560 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/5186/task/5245/stat : 5245 (java) S 5183 5186 31346 0 -1 1077944384 33 12993 0 0 0 0 5 3 20 0 9 0 406584250 10604093440 5183 33554432000 4194304 4196468 140728581006320 139837415707424 139837957396181 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5246] ppid=5183 vsize=10355560 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5186/task/5246/stat : 5246 (java) S 5183 5186 31346 0 -1 1077944384 1 12993 0 0 0 0 5 3 20 0 9 0 406584250 10604093440 5183 33554432000 4194304 4196468 140728581006320 139837290046640 139837957396181 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 10355560 KiB
Current children cumulated memory: 20732 KiB

[startup+0.210213 s]*
/proc/loadavg: 1.39 1.36 1.37 3/228 5252
/proc/meminfo: memFree=19831164/32770624 swapFree=66939716/67108860
[pid=5186] ppid=5183 vsize=10818940 memory=39072 CPUtime=0.26 cores=0,2,4,6
/proc/5186/stat : 5186 (java) S 5183 5186 31346 0 -1 1077944320 7092 12993 0 0 16 2 5 3 20 0 15 0 406584238 11078594560 9768 33554432000 4194304 4196468 140728581006320 140728580988864 139837957385975 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
/proc/5186/statm: 2704735 9768 2992 1 0 2667149 0
[pid=5186/tid=5239] ppid=5183 vsize=10818940 memory=8389772277269004345 CPUtime=0.2 cores=0,2,4,6
/proc/5186/task/5239/stat : 5239 (java) R 5183 5186 31346 0 -1 4202560 3525 12993 0 0 11 1 5 3 20 0 15 0 406584247 11078594560 9768 33554432000 4194304 4196468 140728581006320 139837929218688 139837957397910 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5240] ppid=5183 vsize=10818940 memory=4294967660 CPUtime=0.08 cores=0,2,4,6
/proc/5186/task/5240/stat : 5240 (java) S 5183 5186 31346 0 -1 1077944384 2 12993 0 0 0 0 5 3 20 0 15 0 406584248 11078594560 9768 33554432000 4194304 4196468 140728581006320 139837961628560 139837957396181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5241] ppid=5183 vsize=10818940 memory=288370508528375424 CPUtime=0.08 cores=0,2,4,6
/proc/5186/task/5241/stat : 5241 (java) S 5183 5186 31346 0 -1 1077944384 1 12993 0 0 0 0 5 3 20 0 15 0 406584248 11078594560 9768 33554432000 4194304 4196468 140728581006320 139837895670544 139837957396181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5242] ppid=5183 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5186/task/5242/stat : 5242 (java) S 5183 5186 31346 0 -1 1077944384 1 12993 0 0 0 0 5 3 20 0 15 0 406584248 11078594560 9768 33554432000 4194304 4196468 140728581006320 139837529492624 139837957396181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5243] ppid=5183 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/5186/task/5243/stat : 5243 (java) S 5183 5186 31346 0 -1 1077944384 2 12993 0 0 0 0 5 3 20 0 15 0 406584248 11078594560 9768 33554432000 4194304 4196468 140728581006320 139837528439824 139837957396181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5244] ppid=5183 vsize=10818940 memory=140132376663680 CPUtime=0.08 cores=0,2,4,6
/proc/5186/task/5244/stat : 5244 (java) S 5183 5186 31346 0 -1 1077944384 2 12993 0 0 0 0 5 3 20 0 15 0 406584249 11078594560 9768 33554432000 4194304 4196468 140728581006320 139837416761456 139837957397122 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5245] ppid=5183 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/5186/task/5245/stat : 5245 (java) S 5183 5186 31346 0 -1 1077944384 33 12993 0 0 0 0 5 3 20 0 15 0 406584250 11078594560 9768 33554432000 4194304 4196468 140728581006320 139837415707424 139837957396181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5246] ppid=5183 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5186/task/5246/stat : 5246 (java) S 5183 5186 31346 0 -1 1077944384 1 12993 0 0 0 0 5 3 20 0 15 0 406584250 11078594560 9768 33554432000 4194304 4196468 140728581006320 139837290046576 139837957396181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5247] ppid=5183 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5186/task/5247/stat : 5247 (java) S 5183 5186 31346 0 -1 1077944384 2 12993 0 0 0 0 5 3 20 0 15 0 406584253 11078594560 9768 33554432000 4194304 4196468 140728581006320 139836686067792 139837957404571 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5248] ppid=5183 vsize=10818940 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/5186/task/5248/stat : 5248 (java) S 5183 5186 31346 0 -1 1077944384 500 12993 0 0 1 0 5 3 20 0 15 0 406584253 11078594560 9768 33554432000 4194304 4196468 140728581006320 139837382150768 139837957397122 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5249] ppid=5183 vsize=10818940 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/5186/task/5249/stat : 5249 (java) S 5183 5186 31346 0 -1 1077944384 158 12993 0 0 1 0 5 3 20 0 15 0 406584253 11078594560 9768 33554432000 4194304 4196468 140728581006320 139837381097968 139837957397122 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5250] ppid=5183 vsize=10818940 memory=140132376663680 CPUtime=0.11 cores=0,2,4,6
/proc/5186/task/5250/stat : 5250 (java) S 5183 5186 31346 0 -1 1077944384 675 12993 0 0 3 0 5 3 20 0 15 0 406584253 11078594560 9768 33554432000 4194304 4196468 140728581006320 139837380045680 139837957397122 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5251] ppid=5183 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/5186/task/5251/stat : 5251 (java) S 5183 5186 31346 0 -1 1077944384 3 12993 0 0 0 0 5 3 20 0 15 0 406584253 11078594560 9768 33554432000 4194304 4196468 140728581006320 139836216306656 139837957396181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5252] ppid=5183 vsize=10818940 memory=140132376663680 CPUtime=0.08 cores=0,2,4,6
/proc/5186/task/5252/stat : 5252 (java) S 5183 5186 31346 0 -1 1077944384 1 12993 0 0 0 0 5 3 20 0 15 0 406584253 11078594560 9768 33554432000 4194304 4196468 140728581006320 139837378992560 139837957397122 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 39072 KiB

[startup+0.310519 s]*
/proc/loadavg: 1.39 1.36 1.37 3/228 5252
/proc/meminfo: memFree=19820072/32770624 swapFree=66939716/67108860
[pid=5186] ppid=5183 vsize=10820096 memory=48396 CPUtime=0.4 cores=0,2,4,6
/proc/5186/stat : 5186 (java) S 5183 5186 31346 0 -1 1077944320 10884 12993 0 0 28 4 5 3 20 0 15 0 406584238 11079778304 12099 33554432000 4194304 4196468 140728581006320 140728580988864 139837957385975 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
/proc/5186/statm: 2705024 12099 3246 1 0 2667149 0
[pid=5186/tid=5239] ppid=5183 vsize=10820096 memory=-8171376296011865461 CPUtime=0.29 cores=0,2,4,6
/proc/5186/task/5239/stat : 5239 (java) R 5183 5186 31346 0 -1 4202560 7261 12993 0 0 19 2 5 3 20 0 15 0 406584247 11079778304 12611 33554432000 4194304 4196468 140728581006320 139837929203600 139837957407901 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5240] ppid=5183 vsize=10820096 memory=4294967295 CPUtime=0.08 cores=0,2,4,6
/proc/5186/task/5240/stat : 5240 (java) S 5183 5186 31346 0 -1 1077944384 2 12993 0 0 0 0 5 3 20 0 15 0 406584248 11079778304 12611 33554432000 4194304 4196468 140728581006320 139837961628560 139837957396181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5241] ppid=5183 vsize=10820096 memory=140132376663680 CPUtime=0.08 cores=0,2,4,6
/proc/5186/task/5241/stat : 5241 (java) S 5183 5186 31346 0 -1 1077944384 1 12993 0 0 0 0 5 3 20 0 15 0 406584248 11079778304 12611 33554432000 4194304 4196468 140728581006320 139837895670544 139837957396181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5242] ppid=5183 vsize=10820096 memory=2209 CPUtime=0.08 cores=0,2,4,6
/proc/5186/task/5242/stat : 5242 (java) S 5183 5186 31346 0 -1 1077944384 1 12993 0 0 0 0 5 3 20 0 15 0 406584248 11079778304 12611 33554432000 4194304 4196468 140728581006320 139837529492624 139837957396181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5243] ppid=5183 vsize=10820096 memory=2272 CPUtime=0.08 cores=0,2,4,6
/proc/5186/task/5243/stat : 5243 (java) S 5183 5186 31346 0 -1 1077944384 2 12993 0 0 0 0 5 3 20 0 15 0 406584248 11079778304 12611 33554432000 4194304 4196468 140728581006320 139837528439824 139837957396181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5244] ppid=5183 vsize=10820096 memory=140136671630975 CPUtime=0.08 cores=0,2,4,6
/proc/5186/task/5244/stat : 5244 (java) S 5183 5186 31346 0 -1 1077944384 2 12993 0 0 0 0 5 3 20 0 15 0 406584249 11079778304 12611 33554432000 4194304 4196468 140728581006320 139837416761456 139837957397122 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5245] ppid=5183 vsize=10820096 memory=140132233633743 CPUtime=0.08 cores=0,2,4,6
/proc/5186/task/5245/stat : 5245 (java) S 5183 5186 31346 0 -1 1077944384 33 12993 0 0 0 0 5 3 20 0 15 0 406584250 11079778304 12611 33554432000 4194304 4196468 140728581006320 139837415707424 139837957396181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5246] ppid=5183 vsize=10820096 memory=2241 CPUtime=0.08 cores=0,2,4,6
/proc/5186/task/5246/stat : 5246 (java) S 5183 5186 31346 0 -1 1077944384 1 12993 0 0 0 0 5 3 20 0 15 0 406584250 11079778304 12611 33554432000 4194304 4196468 140728581006320 139837290046576 139837957396181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5247] ppid=5183 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5186/task/5247/stat : 5247 (java) S 5183 5186 31346 0 -1 1077944384 2 12993 0 0 0 0 5 3 20 0 15 0 406584253 11079778304 12611 33554432000 4194304 4196468 140728581006320 139836686067792 139837957404571 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5248] ppid=5183 vsize=10820096 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/5186/task/5248/stat : 5248 (java) S 5183 5186 31346 0 -1 1077944384 506 12993 0 0 1 0 5 3 20 0 15 0 406584253 11079778304 12611 33554432000 4194304 4196468 140728581006320 139837382150768 139837957397122 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5249] ppid=5183 vsize=10820096 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/5186/task/5249/stat : 5249 (java) S 5183 5186 31346 0 -1 1077944384 165 12993 0 0 1 0 5 3 20 0 15 0 406584253 11079778304 12611 33554432000 4194304 4196468 140728581006320 139837381097968 139837957397122 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5250] ppid=5183 vsize=10820096 memory=140132376663680 CPUtime=0.13 cores=0,2,4,6
/proc/5186/task/5250/stat : 5250 (java) S 5183 5186 31346 0 -1 1077944384 719 12993 0 0 5 0 5 3 20 0 15 0 406584253 11079778304 12611 33554432000 4194304 4196468 140728581006320 139837380045680 139837957397122 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5251] ppid=5183 vsize=10820096 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/5186/task/5251/stat : 5251 (java) S 5183 5186 31346 0 -1 1077944384 3 12993 0 0 0 0 5 3 20 0 15 0 406584253 11079778304 12611 33554432000 4194304 4196468 140728581006320 139836216306656 139837957396181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5252] ppid=5183 vsize=10820096 memory=140132376663680 CPUtime=0.08 cores=0,2,4,6
/proc/5186/task/5252/stat : 5252 (java) S 5183 5186 31346 0 -1 1077944384 1 12993 0 0 0 0 5 3 20 0 15 0 406584253 11079778304 12611 33554432000 4194304 4196468 140728581006320 139837378992560 139837957397122 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 48396 KiB

[startup+0.704778 s]
/proc/loadavg: 1.39 1.36 1.37 6/228 5252
/proc/meminfo: memFree=19807020/32770624 swapFree=66939716/67108860
[pid=5186] ppid=5183 vsize=10824340 memory=81600 CPUtime=1.15 cores=0,2,4,6
/proc/5186/stat : 5186 (java) S 5183 5186 31346 0 -1 1077944320 15156 12993 0 0 101 6 5 3 20 0 15 0 406584238 11084124160 20400 33554432000 4194304 4196468 140728581006320 140728580988864 139837957385975 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
/proc/5186/statm: 2706085 20400 3505 1 0 2668173 0
[pid=5186/tid=5239] ppid=5183 vsize=10824340 memory=140136192934433 CPUtime=0.68 cores=0,2,4,6
/proc/5186/task/5239/stat : 5239 (java) R 5183 5186 31346 0 -1 4202560 10571 12993 0 0 56 4 5 3 20 0 15 0 406584247 11084124160 20400 33554432000 4194304 4196468 140728581006320 139837929210712 139837949626336 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5240] ppid=5183 vsize=10824340 memory=140136192934454 CPUtime=0.08 cores=0,2,4,6
/proc/5186/task/5240/stat : 5240 (java) S 5183 5186 31346 0 -1 1077944384 2 12993 0 0 0 0 5 3 20 0 15 0 406584248 11084124160 20400 33554432000 4194304 4196468 140728581006320 139837961628560 139837957396181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5241] ppid=5183 vsize=10824340 memory=140136192934455 CPUtime=0.08 cores=0,2,4,6
/proc/5186/task/5241/stat : 5241 (java) S 5183 5186 31346 0 -1 1077944384 1 12993 0 0 0 0 5 3 20 0 15 0 406584248 11084124160 20400 33554432000 4194304 4196468 140728581006320 139837895670544 139837957396181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5242] ppid=5183 vsize=10824340 memory=1724 CPUtime=0.08 cores=0,2,4,6
/proc/5186/task/5242/stat : 5242 (java) S 5183 5186 31346 0 -1 1077944384 1 12993 0 0 0 0 5 3 20 0 15 0 406584248 11084124160 20400 33554432000 4194304 4196468 140728581006320 139837529492624 139837957396181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5243] ppid=5183 vsize=10824340 memory=7307184203439236416 CPUtime=0.08 cores=0,2,4,6
/proc/5186/task/5243/stat : 5243 (java) S 5183 5186 31346 0 -1 1077944384 2 12993 0 0 0 0 5 3 20 0 15 0 406584248 11084124160 20400 33554432000 4194304 4196468 140728581006320 139837528439824 139837957396181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5244] ppid=5183 vsize=10824340 memory=180 CPUtime=0.08 cores=0,2,4,6
/proc/5186/task/5244/stat : 5244 (java) S 5183 5186 31346 0 -1 1077944384 5 12993 0 0 0 0 5 3 20 0 15 0 406584249 11084124160 20400 33554432000 4194304 4196468 140728581006320 139837416761456 139837957397122 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5245] ppid=5183 vsize=10824340 memory=288230604624110384 CPUtime=0.08 cores=0,2,4,6
/proc/5186/task/5245/stat : 5245 (java) S 5183 5186 31346 0 -1 1077944384 33 12993 0 0 0 0 5 3 20 0 15 0 406584250 11084124160 20400 33554432000 4194304 4196468 140728581006320 139837415707424 139837957396181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5246] ppid=5183 vsize=10824340 memory=14693006632573717 CPUtime=0.08 cores=0,2,4,6
/proc/5186/task/5246/stat : 5246 (java) S 5183 5186 31346 0 -1 1077944384 1 12993 0 0 0 0 5 3 20 0 15 0 406584250 11084124160 20400 33554432000 4194304 4196468 140728581006320 139837290046576 139837957396181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5247] ppid=5183 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5186/task/5247/stat : 5247 (java) S 5183 5186 31346 0 -1 1077944384 2 12993 0 0 0 0 5 3 20 0 15 0 406584253 11084124160 20400 33554432000 4194304 4196468 140728581006320 139836686067792 139837957404571 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5248] ppid=5183 vsize=10824340 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/5186/task/5248/stat : 5248 (java) S 5183 5186 31346 0 -1 1077944384 794 12993 0 0 13 0 5 3 20 0 15 0 406584253 11084124160 20400 33554432000 4194304 4196468 140728581006320 139837382150768 139837957397122 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5249] ppid=5183 vsize=10824340 memory=0 CPUtime=0.22 cores=0,2,4,6
/proc/5186/task/5249/stat : 5249 (java) R 5183 5186 31346 0 -1 4202560 525 12993 0 0 14 0 5 3 20 0 15 0 406584253 11084124160 20400 33554432000 4194304 4196468 140728581006320 139837381097968 139837938930163 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5250] ppid=5183 vsize=10824340 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/5186/task/5250/stat : 5250 (java) S 5183 5186 31346 0 -1 1077944384 1009 12993 0 0 17 0 5 3 20 0 15 0 406584253 11084124160 20400 33554432000 4194304 4196468 140728581006320 139837380045680 139837957397122 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5251] ppid=5183 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5186/task/5251/stat : 5251 (java) S 5183 5186 31346 0 -1 1077944384 3 12993 0 0 0 0 5 3 20 0 15 0 406584253 11084124160 20400 33554432000 4194304 4196468 140728581006320 139836216306656 139837957396181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5252] ppid=5183 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5186/task/5252/stat : 5252 (java) S 5183 5186 31346 0 -1 1077944384 1 12993 0 0 0 0 5 3 20 0 15 0 406584253 11084124160 20400 33554432000 4194304 4196468 140728581006320 139837378992560 139837957397122 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 81600 KiB

[startup+1.50086 s]
/proc/loadavg: 1.36 1.35 1.37 3/228 5252
/proc/meminfo: memFree=19760988/32770624 swapFree=66939716/67108860
[pid=5186] ppid=5183 vsize=10834656 memory=167084 CPUtime=2.42 cores=0,2,4,6
/proc/5186/stat : 5186 (java) S 5183 5186 31346 0 -1 1077944320 22626 12993 0 0 224 10 5 3 20 0 15 0 406584238 11094687744 41771 33554432000 4194304 4196468 140728581006320 140728580988864 139837957385975 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
/proc/5186/statm: 2708664 41771 3575 1 0 2670733 0
[pid=5186/tid=5239] ppid=5183 vsize=10834656 memory=36400 CPUtime=1.43 cores=0,2,4,6
/proc/5186/task/5239/stat : 5239 (java) R 5183 5186 31346 0 -1 4202560 15525 12993 0 0 130 5 5 3 20 0 15 0 406584247 11094687744 41771 33554432000 4194304 4196468 140728581006320 139837929181792 139837938792264 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5240] ppid=5183 vsize=10834656 memory=7518026621751088999 CPUtime=0.09 cores=0,2,4,6
/proc/5186/task/5240/stat : 5240 (java) S 5183 5186 31346 0 -1 1077944384 84 12993 0 0 1 0 5 3 20 0 15 0 406584248 11094687744 41771 33554432000 4194304 4196468 140728581006320 139837961628560 139837957396181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5241] ppid=5183 vsize=10834656 memory=7517750696072144228 CPUtime=0.08 cores=0,2,4,6
/proc/5186/task/5241/stat : 5241 (java) S 5183 5186 31346 0 -1 1077944384 409 12993 0 0 0 0 5 3 20 0 15 0 406584248 11094687744 41771 33554432000 4194304 4196468 140728581006320 139837895670544 139837957396181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5242] ppid=5183 vsize=10834656 memory=5865188000529146989 CPUtime=0.09 cores=0,2,4,6
/proc/5186/task/5242/stat : 5242 (java) S 5183 5186 31346 0 -1 1077944384 35 12993 0 0 1 0 5 3 20 0 15 0 406584248 11094687744 41771 33554432000 4194304 4196468 140728581006320 139837529492624 139837957396181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5243] ppid=5183 vsize=10834656 memory=4639059877604708710 CPUtime=0.09 cores=0,2,4,6
/proc/5186/task/5243/stat : 5243 (java) S 5183 5186 31346 0 -1 1077944384 77 12993 0 0 1 0 5 3 20 0 15 0 406584248 11094687744 41771 33554432000 4194304 4196468 140728581006320 139837528439824 139837957396181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5244] ppid=5183 vsize=10834656 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/5186/task/5244/stat : 5244 (java) S 5183 5186 31346 0 -1 1077944384 885 12993 0 0 1 0 5 3 20 0 15 0 406584249 11094687744 41771 33554432000 4194304 4196468 140728581006320 139837416761456 139837957397122 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5245] ppid=5183 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5186/task/5245/stat : 5245 (java) S 5183 5186 31346 0 -1 1077944384 34 12993 0 0 0 0 5 3 20 0 15 0 406584250 11094687744 41771 33554432000 4194304 4196468 140728581006320 139837415707488 139837957396181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5246] ppid=5183 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5186/task/5246/stat : 5246 (java) S 5183 5186 31346 0 -1 1077944384 2 12993 0 0 0 0 5 3 20 0 15 0 406584250 11094687744 41771 33554432000 4194304 4196468 140728581006320 139837290046576 139837957396181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5247] ppid=5183 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5186/task/5247/stat : 5247 (java) S 5183 5186 31346 0 -1 1077944384 2 12993 0 0 0 0 5 3 20 0 15 0 406584253 11094687744 41771 33554432000 4194304 4196468 140728581006320 139836686067792 139837957404571 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5248] ppid=5183 vsize=10834656 memory=0 CPUtime=0.3 cores=0,2,4,6
/proc/5186/task/5248/stat : 5248 (java) S 5183 5186 31346 0 -1 1077944384 854 12993 0 0 22 0 5 3 20 0 15 0 406584253 11094687744 41771 33554432000 4194304 4196468 140728581006320 139837382150768 139837957397122 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5249] ppid=5183 vsize=10834656 memory=4430312050636445529 CPUtime=0.34 cores=0,2,4,6
/proc/5186/task/5249/stat : 5249 (java) R 5183 5186 31346 0 -1 4202560 669 12993 0 0 26 0 5 3 20 0 15 0 406584253 11094687744 41771 33554432000 4194304 4196468 140728581006320 139837381088800 139837938079239 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5250] ppid=5183 vsize=10834656 memory=0 CPUtime=0.46 cores=0,2,4,6
/proc/5186/task/5250/stat : 5250 (java) S 5183 5186 31346 0 -1 1077944384 1840 12993 0 0 38 0 5 3 20 0 15 0 406584253 11094687744 41771 33554432000 4194304 4196468 140728581006320 139837380045680 139837957397122 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0

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

/proc/5186/task/5239/stat : 5239 (java) R 5183 5186 31346 0 -1 4202560 66144 12993 0 0 235410 54 5 3 20 0 15 0 406584247 11107291136 216997 33554432000 4194304 4196468 140728581006320 139837929221520 139837574903584 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5240] ppid=5183 vsize=10846964 memory=867988 CPUtime=12.33 cores=0,2,4,6
/proc/5186/task/5240/stat : 5240 (java) S 5183 5186 31346 0 -1 1077944384 12687 12993 0 0 1160 65 5 3 20 0 15 0 406584248 11107291136 216997 33554432000 4194304 4196468 140728581006320 139837961628560 139837957396181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5241] ppid=5183 vsize=10846964 memory=867988 CPUtime=12.36 cores=0,2,4,6
/proc/5186/task/5241/stat : 5241 (java) S 5183 5186 31346 0 -1 1077944384 15212 12993 0 0 1169 59 5 3 20 0 15 0 406584248 11107291136 216997 33554432000 4194304 4196468 140728581006320 139837895670544 139837957396181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5242] ppid=5183 vsize=10846964 memory=867988 CPUtime=12.33 cores=0,2,4,6
/proc/5186/task/5242/stat : 5242 (java) S 5183 5186 31346 0 -1 1077944384 10627 12993 0 0 1163 62 5 3 20 0 15 0 406584248 11107291136 216997 33554432000 4194304 4196468 140728581006320 139837529492624 139837957396181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5243] ppid=5183 vsize=10846964 memory=867988 CPUtime=12.35 cores=0,2,4,6
/proc/5186/task/5243/stat : 5243 (java) S 5183 5186 31346 0 -1 1077944384 11738 12993 0 0 1167 60 5 3 20 0 15 0 406584248 11107291136 216997 33554432000 4194304 4196468 140728581006320 139837528439824 139837957396181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5244] ppid=5183 vsize=10846964 memory=867988 CPUtime=11.66 cores=0,2,4,6
/proc/5186/task/5244/stat : 5244 (java) S 5183 5186 31346 0 -1 1077944384 16090 12993 0 0 1099 59 5 3 20 0 15 0 406584249 11107291136 216997 33554432000 4194304 4196468 140728581006320 139837416761456 139837957397122 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5245] ppid=5183 vsize=10846964 memory=867988 CPUtime=0.08 cores=0,2,4,6
/proc/5186/task/5245/stat : 5245 (java) S 5183 5186 31346 0 -1 1077944384 39 12993 0 0 0 0 5 3 20 0 15 0 406584250 11107291136 216997 33554432000 4194304 4196468 140728581006320 139837415707488 139837957396181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5246] ppid=5183 vsize=10846964 memory=867988 CPUtime=0.08 cores=0,2,4,6
/proc/5186/task/5246/stat : 5246 (java) S 5183 5186 31346 0 -1 1077944384 2 12993 0 0 0 0 5 3 20 0 15 0 406584250 11107291136 216997 33554432000 4194304 4196468 140728581006320 139837290046592 139837957396181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5247] ppid=5183 vsize=10846964 memory=867988 CPUtime=0.08 cores=0,2,4,6
/proc/5186/task/5247/stat : 5247 (java) S 5183 5186 31346 0 -1 1077944384 2 12993 0 0 0 0 5 3 20 0 15 0 406584253 11107291136 216997 33554432000 4194304 4196468 140728581006320 139836686067792 139837957404571 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5248] ppid=5183 vsize=10846964 memory=867988 CPUtime=6.75 cores=0,2,4,6
/proc/5186/task/5248/stat : 5248 (java) S 5183 5186 31346 0 -1 1077944384 25594 12993 0 0 656 11 5 3 20 0 15 0 406584253 11107291136 216997 33554432000 4194304 4196468 140728581006320 139837382150768 139837957397122 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5249] ppid=5183 vsize=10846964 memory=1192 CPUtime=6.75 cores=0,2,4,6
/proc/5186/task/5249/stat : 5249 (java) S 5183 5186 31346 0 -1 1077944384 25131 12993 0 0 661 6 5 3 20 0 15 0 406584253 11107291136 216997 33554432000 4194304 4196468 140728581006320 139837381097968 139837957397122 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5250] ppid=5183 vsize=10846964 memory=3620 CPUtime=4.51 cores=0,2,4,6
/proc/5186/task/5250/stat : 5250 (java) S 5183 5186 31346 0 -1 1077944384 26708 12993 0 0 434 9 5 3 20 0 15 0 406584253 11107291136 216997 33554432000 4194304 4196468 140728581006320 139837380045680 139837957397122 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5251] ppid=5183 vsize=10846964 memory=36452 CPUtime=0.08 cores=0,2,4,6
/proc/5186/task/5251/stat : 5251 (java) S 5183 5186 31346 0 -1 1077944384 3 12993 0 0 0 0 5 3 20 0 15 0 406584253 11107291136 216997 33554432000 4194304 4196468 140728581006320 139836216306656 139837957396181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5252] ppid=5183 vsize=10846964 memory=984 CPUtime=1.61 cores=0,2,4,6
/proc/5186/task/5252/stat : 5252 (java) S 5183 5186 31346 0 -1 1077944384 827 12993 0 0 77 76 5 3 20 0 15 0 406584253 11107291136 216997 33554432000 4194304 4196468 140728581006320 139837378992560 139837957397122 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
Current children cumulated CPU time: 2434.74 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 867988 KiB

[startup+2442.3 s]
/proc/loadavg: 1.52 1.45 1.41 3/229 5627
/proc/meminfo: memFree=18878508/32770624 swapFree=66939720/67108860
[pid=5186] ppid=5183 vsize=10846964 memory=867988 CPUtime=2495.67 cores=0,2,4,6
/proc/5186/stat : 5186 (java) S 5183 5186 31346 0 -1 1077944320 214354 12993 0 0 249166 393 5 3 20 0 15 0 406584238 11107291136 216997 33554432000 4194304 4196468 140728581006320 140728580988864 139837957385975 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
/proc/5186/statm: 2711741 216997 3620 1 0 2673805 0
[pid=5186/tid=5239] ppid=5183 vsize=10846964 memory=867988 CPUtime=2413.99 cores=0,2,4,6
/proc/5186/task/5239/stat : 5239 (java) R 5183 5186 31346 0 -1 4202560 66856 12993 0 0 241337 54 5 3 20 0 15 0 406584247 11107291136 216997 33554432000 4194304 4196468 140728581006320 139837929221648 139837573099531 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5240] ppid=5183 vsize=10846964 memory=867988 CPUtime=12.66 cores=0,2,4,6
/proc/5186/task/5240/stat : 5240 (java) S 5183 5186 31346 0 -1 1077944384 12703 12993 0 0 1191 67 5 3 20 0 15 0 406584248 11107291136 216997 33554432000 4194304 4196468 140728581006320 139837961628560 139837957396181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5241] ppid=5183 vsize=10846964 memory=867988 CPUtime=12.69 cores=0,2,4,6
/proc/5186/task/5241/stat : 5241 (java) S 5183 5186 31346 0 -1 1077944384 15278 12993 0 0 1200 61 5 3 20 0 15 0 406584248 11107291136 216997 33554432000 4194304 4196468 140728581006320 139837895670544 139837957396181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5242] ppid=5183 vsize=10846964 memory=867988 CPUtime=12.66 cores=0,2,4,6
/proc/5186/task/5242/stat : 5242 (java) S 5183 5186 31346 0 -1 1077944384 10878 12993 0 0 1194 64 5 3 20 0 15 0 406584248 11107291136 216997 33554432000 4194304 4196468 140728581006320 139837529492624 139837957396181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5243] ppid=5183 vsize=10846964 memory=867988 CPUtime=12.67 cores=0,2,4,6
/proc/5186/task/5243/stat : 5243 (java) S 5183 5186 31346 0 -1 1077944384 11800 12993 0 0 1198 61 5 3 20 0 15 0 406584248 11107291136 216997 33554432000 4194304 4196468 140728581006320 139837528439824 139837957396181 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5244] ppid=5183 vsize=10846964 memory=867988 CPUtime=11.95 cores=0,2,4,6
/proc/5186/task/5244/stat : 5244 (java) S 5183 5186 31346 0 -1 1077944384 16309 12993 0 0 1127 60 5 3 20 0 15 0 406584249 11107291136 216997 33554432000 4194304 4196468 140728581006320 139837416761456 139837957397122 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5245] ppid=5183 vsize=10846964 memory=867988 CPUtime=0.08 cores=0,2,4,6
/proc/5186/task/5245/stat : 5245 (java) S 5183 5186 31346 0 -1 1077944384 39 12993 0 0 0 0 5 3 20 0 15 0 406584250 11107291136 216997 33554432000 4194304 4196468 140728581006320 139837415707488 139837957396181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5246] ppid=5183 vsize=10846964 memory=867988 CPUtime=0.08 cores=0,2,4,6
/proc/5186/task/5246/stat : 5246 (java) S 5183 5186 31346 0 -1 1077944384 2 12993 0 0 0 0 5 3 20 0 15 0 406584250 11107291136 216997 33554432000 4194304 4196468 140728581006320 139837290046592 139837957396181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5247] ppid=5183 vsize=10846964 memory=867988 CPUtime=0.08 cores=0,2,4,6
/proc/5186/task/5247/stat : 5247 (java) S 5183 5186 31346 0 -1 1077944384 2 12993 0 0 0 0 5 3 20 0 15 0 406584253 11107291136 216997 33554432000 4194304 4196468 140728581006320 139836686067792 139837957404571 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5248] ppid=5183 vsize=10846964 memory=3620 CPUtime=6.75 cores=0,2,4,6
/proc/5186/task/5248/stat : 5248 (java) S 5183 5186 31346 0 -1 1077944384 25595 12993 0 0 656 11 5 3 20 0 15 0 406584253 11107291136 216997 33554432000 4194304 4196468 140728581006320 139837382150768 139837957397122 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5249] ppid=5183 vsize=10846964 memory=867988 CPUtime=6.75 cores=0,2,4,6
/proc/5186/task/5249/stat : 5249 (java) S 5183 5186 31346 0 -1 1077944384 25131 12993 0 0 661 6 5 3 20 0 15 0 406584253 11107291136 216997 33554432000 4194304 4196468 140728581006320 139837381097968 139837957397122 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5250] ppid=5183 vsize=10846964 memory=3620 CPUtime=4.51 cores=0,2,4,6
/proc/5186/task/5250/stat : 5250 (java) S 5183 5186 31346 0 -1 1077944384 26708 12993 0 0 434 9 5 3 20 0 15 0 406584253 11107291136 216997 33554432000 4194304 4196468 140728581006320 139837380045680 139837957397122 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5251] ppid=5183 vsize=10846964 memory=867988 CPUtime=0.08 cores=0,2,4,6
/proc/5186/task/5251/stat : 5251 (java) S 5183 5186 31346 0 -1 1077944384 3 12993 0 0 0 0 5 3 20 0 15 0 406584253 11107291136 216997 33554432000 4194304 4196468 140728581006320 139836216306656 139837957396181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5252] ppid=5183 vsize=10846964 memory=18132 CPUtime=1.65 cores=0,2,4,6
/proc/5186/task/5252/stat : 5252 (java) S 5183 5186 31346 0 -1 1077944384 844 12993 0 0 79 78 5 3 20 0 15 0 406584253 11107291136 216997 33554432000 4194304 4196468 140728581006320 139837378992560 139837957397122 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
Current children cumulated CPU time: 2495.67 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 867988 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2466.3 s]
/proc/loadavg: 1.81 1.52 1.43 3/228 5628
/proc/meminfo: memFree=18876592/32770624 swapFree=66939720/67108860
[pid=5186] ppid=5183 vsize=10846964 memory=870036 CPUtime=2520.05 cores=0,2,4,6
/proc/5186/stat : 5186 (java) S 5183 5186 31346 0 -1 1077944320 214858 12993 0 0 251601 396 5 3 20 0 15 0 406584238 11107291136 217509 33554432000 4194304 4196468 140728581006320 140728580988864 139837957385975 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
/proc/5186/statm: 2711741 217509 3620 1 0 2673805 0
[pid=5186/tid=5239] ppid=5183 vsize=10846964 memory=3620 CPUtime=2437.71 cores=0,2,4,6
/proc/5186/task/5239/stat : 5239 (java) R 5183 5186 31346 0 -1 4202560 67166 12993 0 0 243708 55 5 3 20 0 15 0 406584247 11107291136 217509 33554432000 4194304 4196468 140728581006320 139837929220992 139837576653804 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5240] ppid=5183 vsize=10846964 memory=867988 CPUtime=12.79 cores=0,2,4,6
/proc/5186/task/5240/stat : 5240 (java) S 5183 5186 31346 0 -1 1077944384 12745 12993 0 0 1204 67 5 3 20 0 15 0 406584248 11107291136 217509 33554432000 4194304 4196468 140728581006320 139837961628560 139837957396181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5241] ppid=5183 vsize=10846964 memory=867988 CPUtime=12.82 cores=0,2,4,6
/proc/5186/task/5241/stat : 5241 (java) S 5183 5186 31346 0 -1 1077944384 15286 12993 0 0 1213 61 5 3 20 0 15 0 406584248 11107291136 217509 33554432000 4194304 4196468 140728581006320 139837895670544 139837957396181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5242] ppid=5183 vsize=10846964 memory=280264467202208 CPUtime=12.79 cores=0,2,4,6
/proc/5186/task/5242/stat : 5242 (java) S 5183 5186 31346 0 -1 1077944384 10934 12993 0 0 1206 65 5 3 20 0 15 0 406584248 11107291136 217509 33554432000 4194304 4196468 140728581006320 139837529492624 139837957396181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5243] ppid=5183 vsize=10846964 memory=867988 CPUtime=12.82 cores=0,2,4,6
/proc/5186/task/5243/stat : 5243 (java) S 5183 5186 31346 0 -1 1077944384 11807 12993 0 0 1212 62 5 3 20 0 15 0 406584248 11107291136 217509 33554432000 4194304 4196468 140728581006320 139837528439824 139837957396181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5244] ppid=5183 vsize=10846964 memory=867988 CPUtime=12.07 cores=0,2,4,6
/proc/5186/task/5244/stat : 5244 (java) S 5183 5186 31346 0 -1 1077944384 16372 12993 0 0 1138 61 5 3 20 0 15 0 406584249 11107291136 217509 33554432000 4194304 4196468 140728581006320 139837416761456 139837957397122 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5245] ppid=5183 vsize=10846964 memory=870036 CPUtime=0.08 cores=0,2,4,6
/proc/5186/task/5245/stat : 5245 (java) S 5183 5186 31346 0 -1 1077944384 39 12993 0 0 0 0 5 3 20 0 15 0 406584250 11107291136 217509 33554432000 4194304 4196468 140728581006320 139837415707488 139837957396181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5246] ppid=5183 vsize=10846964 memory=870036 CPUtime=0.08 cores=0,2,4,6
/proc/5186/task/5246/stat : 5246 (java) S 5183 5186 31346 0 -1 1077944384 2 12993 0 0 0 0 5 3 20 0 15 0 406584250 11107291136 217509 33554432000 4194304 4196468 140728581006320 139837290046592 139837957396181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5247] ppid=5183 vsize=10846964 memory=867988 CPUtime=0.08 cores=0,2,4,6
/proc/5186/task/5247/stat : 5247 (java) S 5183 5186 31346 0 -1 1077944384 2 12993 0 0 0 0 5 3 20 0 15 0 406584253 11107291136 217509 33554432000 4194304 4196468 140728581006320 139836686067792 139837957404571 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5248] ppid=5183 vsize=10846964 memory=867988 CPUtime=6.75 cores=0,2,4,6
/proc/5186/task/5248/stat : 5248 (java) S 5183 5186 31346 0 -1 1077944384 25597 12993 0 0 656 11 5 3 20 0 15 0 406584253 11107291136 217509 33554432000 4194304 4196468 140728581006320 139837382150768 139837957397122 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5249] ppid=5183 vsize=10846964 memory=3620 CPUtime=6.75 cores=0,2,4,6
/proc/5186/task/5249/stat : 5249 (java) S 5183 5186 31346 0 -1 1077944384 25133 12993 0 0 661 6 5 3 20 0 15 0 406584253 11107291136 217509 33554432000 4194304 4196468 140728581006320 139837381097968 139837957397122 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5250] ppid=5183 vsize=10846964 memory=870036 CPUtime=4.51 cores=0,2,4,6
/proc/5186/task/5250/stat : 5250 (java) S 5183 5186 31346 0 -1 1077944384 26710 12993 0 0 434 9 5 3 20 0 15 0 406584253 11107291136 217509 33554432000 4194304 4196468 140728581006320 139837380045680 139837957397122 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5251] ppid=5183 vsize=10846964 memory=867988 CPUtime=0.08 cores=0,2,4,6
/proc/5186/task/5251/stat : 5251 (java) S 5183 5186 31346 0 -1 1077944384 3 12993 0 0 0 0 5 3 20 0 15 0 406584253 11107291136 217509 33554432000 4194304 4196468 140728581006320 139836216306656 139837957396181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5252] ppid=5183 vsize=10846964 memory=867988 CPUtime=1.65 cores=0,2,4,6
/proc/5186/task/5252/stat : 5252 (java) S 5183 5186 31346 0 -1 1077944384 856 12993 0 0 79 78 5 3 20 0 15 0 406584253 11107291136 217509 33554432000 4194304 4196468 140728581006320 139837378992560 139837957397122 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 870036 KiB

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

[startup+2466.33 s]
# the end of solver process 5186 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.08 s, system=4.0091 s

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

[startup+2466.3 s]
/proc/loadavg: 1.81 1.52 1.43 3/228 5628
/proc/meminfo: memFree=18876592/32770624 swapFree=66939720/67108860
[pid=5186] ppid=5183 vsize=10846964 memory=870036 CPUtime=2520.05 cores=0,2,4,6
/proc/5186/stat : 5186 (java) S 5183 5186 31346 0 -1 1077944320 214858 12993 0 0 251601 396 5 3 20 0 15 0 406584238 11107291136 217509 33554432000 4194304 4196468 140728581006320 140728580988864 139837957385975 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
/proc/5186/statm: 2711741 217509 3620 1 0 2673805 0
[pid=5186/tid=5239] ppid=5183 vsize=10846964 memory=3620 CPUtime=2437.71 cores=0,2,4,6
/proc/5186/task/5239/stat : 5239 (java) R 5183 5186 31346 0 -1 4202560 67166 12993 0 0 243708 55 5 3 20 0 15 0 406584247 11107291136 217509 33554432000 4194304 4196468 140728581006320 139837929220992 139837576653804 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5240] ppid=5183 vsize=10846964 memory=867988 CPUtime=12.79 cores=0,2,4,6
/proc/5186/task/5240/stat : 5240 (java) S 5183 5186 31346 0 -1 1077944384 12745 12993 0 0 1204 67 5 3 20 0 15 0 406584248 11107291136 217509 33554432000 4194304 4196468 140728581006320 139837961628560 139837957396181 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5241] ppid=5183 vsize=10846964 memory=867988 CPUtime=12.82 cores=0,2,4,6
/proc/5186/task/5241/stat : 5241 (java) S 5183 5186 31346 0 -1 1077944384 15286 12993 0 0 1213 61 5 3 20 0 15 0 406584248 11107291136 217509 33554432000 4194304 4196468 140728581006320 139837895670544 139837957396181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5242] ppid=5183 vsize=10846964 memory=280264467202208 CPUtime=12.79 cores=0,2,4,6
/proc/5186/task/5242/stat : 5242 (java) S 5183 5186 31346 0 -1 1077944384 10934 12993 0 0 1206 65 5 3 20 0 15 0 406584248 11107291136 217509 33554432000 4194304 4196468 140728581006320 139837529492624 139837957396181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5243] ppid=5183 vsize=10846964 memory=867988 CPUtime=12.82 cores=0,2,4,6
/proc/5186/task/5243/stat : 5243 (java) S 5183 5186 31346 0 -1 1077944384 11807 12993 0 0 1212 62 5 3 20 0 15 0 406584248 11107291136 217509 33554432000 4194304 4196468 140728581006320 139837528439824 139837957396181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5244] ppid=5183 vsize=10846964 memory=867988 CPUtime=12.07 cores=0,2,4,6
/proc/5186/task/5244/stat : 5244 (java) S 5183 5186 31346 0 -1 1077944384 16372 12993 0 0 1138 61 5 3 20 0 15 0 406584249 11107291136 217509 33554432000 4194304 4196468 140728581006320 139837416761456 139837957397122 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5245] ppid=5183 vsize=10846964 memory=870036 CPUtime=0.08 cores=0,2,4,6
/proc/5186/task/5245/stat : 5245 (java) S 5183 5186 31346 0 -1 1077944384 39 12993 0 0 0 0 5 3 20 0 15 0 406584250 11107291136 217509 33554432000 4194304 4196468 140728581006320 139837415707488 139837957396181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5246] ppid=5183 vsize=10846964 memory=870036 CPUtime=0.08 cores=0,2,4,6
/proc/5186/task/5246/stat : 5246 (java) S 5183 5186 31346 0 -1 1077944384 2 12993 0 0 0 0 5 3 20 0 15 0 406584250 11107291136 217509 33554432000 4194304 4196468 140728581006320 139837290046592 139837957396181 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5247] ppid=5183 vsize=10846964 memory=867988 CPUtime=0.08 cores=0,2,4,6
/proc/5186/task/5247/stat : 5247 (java) S 5183 5186 31346 0 -1 1077944384 2 12993 0 0 0 0 5 3 20 0 15 0 406584253 11107291136 217509 33554432000 4194304 4196468 140728581006320 139836686067792 139837957404571 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5248] ppid=5183 vsize=10846964 memory=867988 CPUtime=6.75 cores=0,2,4,6
/proc/5186/task/5248/stat : 5248 (java) S 5183 5186 31346 0 -1 1077944384 25597 12993 0 0 656 11 5 3 20 0 15 0 406584253 11107291136 217509 33554432000 4194304 4196468 140728581006320 139837382150768 139837957397122 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5249] ppid=5183 vsize=10846964 memory=3620 CPUtime=6.75 cores=0,2,4,6
/proc/5186/task/5249/stat : 5249 (java) S 5183 5186 31346 0 -1 1077944384 25133 12993 0 0 661 6 5 3 20 0 15 0 406584253 11107291136 217509 33554432000 4194304 4196468 140728581006320 139837381097968 139837957397122 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5250] ppid=5183 vsize=10846964 memory=870036 CPUtime=4.51 cores=0,2,4,6
/proc/5186/task/5250/stat : 5250 (java) S 5183 5186 31346 0 -1 1077944384 26710 12993 0 0 434 9 5 3 20 0 15 0 406584253 11107291136 217509 33554432000 4194304 4196468 140728581006320 139837380045680 139837957397122 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5251] ppid=5183 vsize=10846964 memory=867988 CPUtime=0.08 cores=0,2,4,6
/proc/5186/task/5251/stat : 5251 (java) S 5183 5186 31346 0 -1 1077944384 3 12993 0 0 0 0 5 3 20 0 15 0 406584253 11107291136 217509 33554432000 4194304 4196468 140728581006320 139836216306656 139837957396181 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
[pid=5186/tid=5252] ppid=5183 vsize=10846964 memory=867988 CPUtime=1.65 cores=0,2,4,6
/proc/5186/task/5252/stat : 5252 (java) S 5183 5186 31346 0 -1 1077944384 856 12993 0 0 79 78 5 3 20 0 15 0 406584253 11107291136 217509 33554432000 4194304 4196468 140728581006320 139837378992560 139837957397122 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12038144 140728581012213 140728581014725 140728581014725 140728581017551 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 870036 KiB

Child status: 143
Real time (s): 2466.33
CPU time (s): 2520.09
CPU user time (s): 2516.08
CPU system time (s): 4.0091
CPU usage (%): 102.18
Max. virtual memory (cumulated for all children) (KiB): 10851800
Max. memory (cumulated for all children) (KiB): 870036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.08
system time used= 4.0091
maximum resident set size= 874156
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 228799
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2840
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 326036
involuntary context switches= 9804


# summary of solver processes directly reported to runsolver:
#   pid: 5186
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2516.08
#   total CPU system time (s): 4.0091

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.6694 second user time and 22.1627 second system time

The end

Launcher Data

Begin job on node125 at 2019-09-12 17:45:32
IDJOB=4387404
IDBENCH=137473
IDSOLVER=2823
FILE ID=node125/4387404-1568303174
RUNJOBID= node125-1568286041-32306
PBS_JOBID= 21701079
Free space on /tmp= 57344 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/BinPacking/BinPacking-sum-skj2/BinPacking-sum-n1w4b1r5.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387404-1568303174/watcher-4387404-1568303174 -o /tmp/evaluation-result-4387404-1568303174/solver-4387404-1568303174 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1568286041-32306 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1098261610 HOME/instance-4387404-1568303174.xml

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

MD5SUM BENCH= d746abd17fd9f5e52f47be3617d955ae
RANDOM SEED=1098261610

node125.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.29
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.29
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.29
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.29
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:        19857364 kB
MemAvailable:   30886280 kB
Buffers:          173996 kB
Cached:         11042484 kB
SwapCached:        66668 kB
Active:          1923532 kB
Inactive:       10273328 kB
Active(anon):     917500 kB
Inactive(anon):   103312 kB
Active(file):    1006032 kB
Inactive(file): 10170016 kB
Unevictable:      108816 kB
Mlocked:          108816 kB
SwapTotal:      67108860 kB
SwapFree:       66939716 kB
Dirty:             34784 kB
Writeback:             0 kB
AnonPages:       1079196 kB
Mapped:            55596 kB
Shmem:             32136 kB
Slab:             310152 kB
SReclaimable:     281328 kB
SUnreclaim:        28824 kB
KernelStack:        4000 kB
PageTables:         7800 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2137584 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    909312 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 57308 MiB
End job on node125 at 2019-09-12 18:26:38