Trace number 4403248

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.12.3? (TO) 2400.08 2339.93

General information on the benchmark

NameBinPacking/BinPacking-sum-skj1/
BinPacking-sum-n4c1w2b.xml
MD5SUMd888f3c6414640c595bd57a6b8e70245
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1981
Number of constraints795
Number of domains2
Minimum domain size82
Maximum domain size397
Distribution of domain sizes[{"size":82,"count":1980},{"size":397,"count":1}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":1584},{"degree":5,"count":396}]
Minimum constraint arity5
Maximum constraint arity1980
Distribution of constraint arities[{"arity":5,"count":792},{"arity":397,"count":1},{"arity":1980,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":396},{"type":"lex","count":1},{"type":"sum","count":396},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

0.77/0.56	c Concrete v3.12.3.1568965526260 running
2400.01/2339.91	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2400.01/2339.91		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2400.01/2339.91		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:57)
2400.01/2339.91		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2400.01/2339.91		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2400.01/2339.91		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:110)
2400.01/2339.91		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2400.01/2339.91		at concrete.heuristic.value.BestCost.select(BestCost.scala:57)
2400.01/2339.91		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.01/2339.91		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.01/2339.91		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.01/2339.91		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.01/2339.91		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.01/2339.91		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.01/2339.91		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.01/2339.91		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.01/2339.91		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.01/2339.91		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.01/2339.91		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2400.01/2339.91		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2400.01/2339.91		at scala.Option.map(Option.scala:242)
2400.01/2339.91		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2400.01/2339.91		at concrete.MAC.mac(MAC.scala:216)
2400.01/2339.91		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.01/2339.91		at scala.util.Try$.apply(Try.scala:210)
2400.01/2339.91		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.01/2339.91		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.01/2339.91		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.01/2339.91		at concrete.MAC.oneRun(MAC.scala:265)
2400.01/2339.91		at concrete.MAC.nextSolution(MAC.scala:284)
2400.01/2339.91		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:350)
2400.01/2339.91		at concrete.ProblemState.map(ProblemState.scala:238)
2400.01/2339.91		at concrete.ProblemState.map(ProblemState.scala:212)
2400.01/2339.91		at concrete.MAC.nextSolution(MAC.scala:348)
2400.01/2339.91		at concrete.Solver.hasNext(Solver.scala:160)
2400.01/2339.91		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2400.01/2339.91		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2400.01/2339.91		at concrete.Solver.foreach(Solver.scala:67)
2400.01/2339.91		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.01/2339.91		at scala.util.Success.map(Try.scala:262)
2400.01/2339.91		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.01/2339.91		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.01/2339.91		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.01/2339.91		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.01/2339.91		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.01/2339.91		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.01/2339.91		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.01/2339.91		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.01/2339.91		at scala.App.$anonfun$main$1(App.scala:73)
2400.01/2339.91		at scala.App.$anonfun$main$1$adapted(App.scala:73)
2400.01/2339.91		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2400.01/2339.91		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2400.01/2339.91		at scala.collection.AbstractIterable.foreach(Iterable.scala:921)
2400.01/2339.91		at scala.App.main(App.scala:73)
2400.01/2339.91		at scala.App.main$(App.scala:71)
2400.01/2339.91		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.01/2339.91		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.01/2339.91	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 (1615 MiB free)
  memory of node 1: 16384 MiB (1328 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4403248-1568980985/watcher-4403248-1568980985 -o /tmp/evaluation-result-4403248-1568980985/solver-4403248-1568980985 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568963417-1148 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=2047248357 HOME/instance-4403248-1568980985.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=5781, runsolver pid=5778

[startup+0.103101 s]*
/proc/loadavg: 1.50 1.43 1.41 3/219 5838
/proc/meminfo: memFree=3005084/32770624 swapFree=66986236/67108860
[pid=5781] ppid=5778 vsize=10055356 memory=17604 CPUtime=0.08 cores=0,2,4,6
/proc/5781/stat : 5781 (java) S 5778 5781 1113 0 -1 1077944320 4681 13146 0 0 1 0 5 2 20 0 7 0 474355401 10296684544 4401 33554432000 4194304 4196468 140722166379168 140722166361712 140147305410295 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
/proc/5781/statm: 2513839 4401 1995 1 0 2502277 0
[pid=5781/tid=5834] ppid=5778 vsize=10055356 memory=-8617482348318186131 CPUtime=0.08 cores=0,2,4,6
/proc/5781/task/5834/stat : 5834 (java) R 5778 5781 1113 0 -1 4202560 2501 13146 0 0 1 0 5 2 20 0 7 0 474355410 10296684544 4467 33554432000 4194304 4196468 140722166379168 140147277253392 140147289490782 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5835] ppid=5778 vsize=10055356 memory=-7025452035940392864 CPUtime=0.07 cores=0,2,4,6
/proc/5781/task/5835/stat : 5835 (java) S 5778 5781 1113 0 -1 1077944384 1 13146 0 0 0 0 5 2 20 0 7 0 474355411 10296684544 4467 33554432000 4194304 4196468 140722166379168 140147309652496 140147305420501 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5836] ppid=5778 vsize=10055356 memory=140654144124544 CPUtime=0.07 cores=0,2,4,6
/proc/5781/task/5836/stat : 5836 (java) S 5778 5781 1113 0 -1 1077944384 1 13146 0 0 0 0 5 2 20 0 7 0 474355411 10296684544 4467 33554432000 4194304 4196468 140722166379168 140147208542864 140147305420501 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5837] ppid=5778 vsize=10055356 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5781/task/5837/stat : 5837 (java) S 5778 5781 1113 0 -1 1077944384 1 13146 0 0 0 0 5 2 20 0 7 0 474355411 10296684544 4467 33554432000 4194304 4196468 140722166379168 140147207489808 140147305420501 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5838] ppid=5778 vsize=10055356 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/5781/task/5838/stat : 5838 (java) S 5778 5781 1113 0 -1 1077944384 2 13146 0 0 0 0 5 2 20 0 7 0 474355411 10296684544 4467 33554432000 4194304 4196468 140722166379168 140147206437264 140147305420501 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5839] ppid=5778 vsize=10055356 memory=140654144124544 CPUtime=0.07 cores=0,2,4,6
/proc/5781/task/5839/stat : 5839 (java) S 5778 5781 1113 0 -1 1077944384 2 13146 0 0 0 0 5 2 20 0 7 0 474355412 10296684544 4467 33554432000 4194304 4196468 140722166379168 140146764446448 140147305421442 0 0 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10055356 KiB
Current children cumulated memory: 17604 KiB

[startup+0.210516 s]*
/proc/loadavg: 1.50 1.43 1.41 3/228 5847
/proc/meminfo: memFree=2988268/32770624 swapFree=66986236/67108860
[pid=5781] ppid=5778 vsize=10820756 memory=40840 CPUtime=0.25 cores=0,2,4,6
/proc/5781/stat : 5781 (java) S 5778 5781 1113 0 -1 1077944320 7251 13146 0 0 16 2 5 2 20 0 15 0 474355401 11080454144 10210 33554432000 4194304 4196468 140722166379168 140722166361712 140147305410295 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
/proc/5781/statm: 2705189 10210 3186 1 0 2667405 0
[pid=5781/tid=5834] ppid=5778 vsize=10819856 memory=7022364594140610616 CPUtime=0.18 cores=0,2,4,6
/proc/5781/task/5834/stat : 5834 (java) R 5778 5781 1113 0 -1 4202560 3868 13146 0 0 10 1 5 2 20 0 15 0 474355410 11079532544 10210 33554432000 4194304 4196468 140722166379168 140147277221328 140147298127258 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5835] ppid=5778 vsize=10819856 memory=345 CPUtime=0.07 cores=0,2,4,6
/proc/5781/task/5835/stat : 5835 (java) S 5778 5781 1113 0 -1 1077944384 1 13146 0 0 0 0 5 2 20 0 15 0 474355411 11079532544 10210 33554432000 4194304 4196468 140722166379168 140147309652496 140147305420501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5836] ppid=5778 vsize=10819856 memory=140654144130788 CPUtime=0.07 cores=0,2,4,6
/proc/5781/task/5836/stat : 5836 (java) S 5778 5781 1113 0 -1 1077944384 1 13146 0 0 0 0 5 2 20 0 15 0 474355411 11079532544 10210 33554432000 4194304 4196468 140722166379168 140147208542864 140147305420501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5837] ppid=5778 vsize=10819856 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5781/task/5837/stat : 5837 (java) S 5778 5781 1113 0 -1 1077944384 1 13146 0 0 0 0 5 2 20 0 15 0 474355411 11079532544 10210 33554432000 4194304 4196468 140722166379168 140147207489808 140147305420501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5838] ppid=5778 vsize=10819856 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/5781/task/5838/stat : 5838 (java) S 5778 5781 1113 0 -1 1077944384 2 13146 0 0 0 0 5 2 20 0 15 0 474355411 11079532544 10210 33554432000 4194304 4196468 140722166379168 140147206437264 140147305420501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5839] ppid=5778 vsize=10819856 memory=140654144124544 CPUtime=0.07 cores=0,2,4,6
/proc/5781/task/5839/stat : 5839 (java) S 5778 5781 1113 0 -1 1077944384 2 13146 0 0 0 0 5 2 20 0 15 0 474355412 11079532544 10210 33554432000 4194304 4196468 140722166379168 140146764446448 140147305421442 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5840] ppid=5778 vsize=10820000 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/5781/task/5840/stat : 5840 (java) S 5778 5781 1113 0 -1 1077944384 33 13146 0 0 0 0 5 2 20 0 15 0 474355413 11079680000 10210 33554432000 4194304 4196468 140722166379168 140146763392672 140147305420501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5841] ppid=5778 vsize=10820000 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5781/task/5841/stat : 5841 (java) S 5778 5781 1113 0 -1 1077944384 1 13146 0 0 0 0 5 2 20 0 15 0 474355413 11079680000 10210 33554432000 4194304 4196468 140722166379168 140146192147696 140147305420501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5842] ppid=5778 vsize=10820000 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5781/task/5842/stat : 5842 (java) S 5778 5781 1113 0 -1 1077944384 3 13146 0 0 0 0 5 2 20 0 15 0 474355416 11079680000 10210 33554432000 4194304 4196468 140722166379168 140145884748240 140147305428891 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5843] ppid=5778 vsize=10820000 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5781/task/5843/stat : 5843 (java) S 5778 5781 1113 0 -1 1077944384 474 13146 0 0 1 0 5 2 20 0 15 0 474355416 11079680000 10275 33554432000 4194304 4196468 140722166379168 140146272889072 140147305421442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5844] ppid=5778 vsize=10820000 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/5781/task/5844/stat : 5844 (java) S 5778 5781 1113 0 -1 1077944384 171 13146 0 0 0 0 5 2 20 0 15 0 474355416 11079680000 10275 33554432000 4194304 4196468 140722166379168 140146271836528 140147305421442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5845] ppid=5778 vsize=10820000 memory=140654144124544 CPUtime=0.1 cores=0,2,4,6
/proc/5781/task/5845/stat : 5845 (java) S 5778 5781 1113 0 -1 1077944384 612 13146 0 0 3 0 5 2 20 0 15 0 474355416 11079680000 10275 33554432000 4194304 4196468 140722166379168 140146270783472 140147305421442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5846] ppid=5778 vsize=10820000 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/5781/task/5846/stat : 5846 (java) S 5778 5781 1113 0 -1 1077944384 3 13146 0 0 0 0 5 2 20 0 15 0 474355416 11079680000 10275 33554432000 4194304 4196468 140722166379168 140145851189600 140147305420501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5847] ppid=5778 vsize=10820000 memory=140654144124544 CPUtime=0.07 cores=0,2,4,6
/proc/5781/task/5847/stat : 5847 (java) S 5778 5781 1113 0 -1 1077944384 1 13146 0 0 0 0 5 2 20 0 15 0 474355416 11079680000 10275 33554432000 4194304 4196468 140722166379168 140146269731888 140147305421442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10820756 KiB
Current children cumulated memory: 40840 KiB

[startup+0.310537 s]*
/proc/loadavg: 1.50 1.43 1.41 3/228 5847
/proc/meminfo: memFree=2975856/32770624 swapFree=66986236/67108860
[pid=5781] ppid=5778 vsize=10820196 memory=49536 CPUtime=0.39 cores=0,2,4,6
/proc/5781/stat : 5781 (java) S 5778 5781 1113 0 -1 1077944320 10846 13146 0 0 28 4 5 2 20 0 15 0 474355401 11079880704 12384 33554432000 4194304 4196468 140722166379168 140722166361712 140147305410295 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
/proc/5781/statm: 2705049 12384 3312 1 0 2667149 0
[pid=5781/tid=5834] ppid=5778 vsize=10820196 memory=8317482817917895235 CPUtime=0.28 cores=0,2,4,6
/proc/5781/task/5834/stat : 5834 (java) R 5778 5781 1113 0 -1 4202560 7327 13146 0 0 18 3 5 2 20 0 15 0 474355410 11079880704 12384 33554432000 4194304 4196468 140722166379168 140147277219216 140147289490782 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5835] ppid=5778 vsize=10820196 memory=4126316290023845779 CPUtime=0.07 cores=0,2,4,6
/proc/5781/task/5835/stat : 5835 (java) S 5778 5781 1113 0 -1 1077944384 1 13146 0 0 0 0 5 2 20 0 15 0 474355411 11079880704 12384 33554432000 4194304 4196468 140722166379168 140147309652496 140147305420501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5836] ppid=5778 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5781/task/5836/stat : 5836 (java) S 5778 5781 1113 0 -1 1077944384 1 13146 0 0 0 0 5 2 20 0 15 0 474355411 11079880704 12384 33554432000 4194304 4196468 140722166379168 140147208542864 140147305420501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5837] ppid=5778 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5781/task/5837/stat : 5837 (java) S 5778 5781 1113 0 -1 1077944384 1 13146 0 0 0 0 5 2 20 0 15 0 474355411 11079880704 12384 33554432000 4194304 4196468 140722166379168 140147207489808 140147305420501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5838] ppid=5778 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5781/task/5838/stat : 5838 (java) S 5778 5781 1113 0 -1 1077944384 2 13146 0 0 0 0 5 2 20 0 15 0 474355411 11079880704 12384 33554432000 4194304 4196468 140722166379168 140147206437264 140147305420501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5839] ppid=5778 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5781/task/5839/stat : 5839 (java) S 5778 5781 1113 0 -1 1077944384 2 13146 0 0 0 0 5 2 20 0 15 0 474355412 11079880704 12384 33554432000 4194304 4196468 140722166379168 140146764446448 140147305421442 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5840] ppid=5778 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5781/task/5840/stat : 5840 (java) S 5778 5781 1113 0 -1 1077944384 33 13146 0 0 0 0 5 2 20 0 15 0 474355413 11079880704 12384 33554432000 4194304 4196468 140722166379168 140146763392672 140147305420501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5841] ppid=5778 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/5781/task/5841/stat : 5841 (java) S 5778 5781 1113 0 -1 1077944384 1 13146 0 0 0 0 5 2 20 0 15 0 474355413 11079880704 12384 33554432000 4194304 4196468 140722166379168 140146192147696 140147305420501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5842] ppid=5778 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/5781/task/5842/stat : 5842 (java) S 5778 5781 1113 0 -1 1077944384 3 13146 0 0 0 0 5 2 20 0 15 0 474355416 11079880704 12384 33554432000 4194304 4196468 140722166379168 140145884748240 140147305428891 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5843] ppid=5778 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/5781/task/5843/stat : 5843 (java) S 5778 5781 1113 0 -1 1077944384 483 13146 0 0 2 0 5 2 20 0 15 0 474355416 11079880704 12384 33554432000 4194304 4196468 140722166379168 140146272889072 140147305421442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5844] ppid=5778 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/5781/task/5844/stat : 5844 (java) S 5778 5781 1113 0 -1 1077944384 172 13146 0 0 1 0 5 2 20 0 15 0 474355416 11079880704 12384 33554432000 4194304 4196468 140722166379168 140146271836528 140147305421442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5845] ppid=5778 vsize=10820196 memory=140654144124544 CPUtime=0.12 cores=0,2,4,6
/proc/5781/task/5845/stat : 5845 (java) S 5778 5781 1113 0 -1 1077944384 621 13146 0 0 5 0 5 2 20 0 15 0 474355416 11079880704 12384 33554432000 4194304 4196468 140722166379168 140146270783472 140147305421442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5846] ppid=5778 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/5781/task/5846/stat : 5846 (java) S 5778 5781 1113 0 -1 1077944384 3 13146 0 0 0 0 5 2 20 0 15 0 474355416 11079880704 12384 33554432000 4194304 4196468 140722166379168 140145851189600 140147305420501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5847] ppid=5778 vsize=10820196 memory=140654144124544 CPUtime=0.07 cores=0,2,4,6
/proc/5781/task/5847/stat : 5847 (java) S 5778 5781 1113 0 -1 1077944384 1 13146 0 0 0 0 5 2 20 0 15 0 474355416 11079880704 12384 33554432000 4194304 4196468 140722166379168 140146269731888 140147305421442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 49536 KiB

[startup+0.707562 s]
/proc/loadavg: 1.50 1.43 1.41 3/228 5847
/proc/meminfo: memFree=2963568/32770624 swapFree=66986236/67108860
[pid=5781] ppid=5778 vsize=10824364 memory=82460 CPUtime=1.14 cores=0,2,4,6
/proc/5781/stat : 5781 (java) S 5778 5781 1113 0 -1 1077944320 15106 13146 0 0 101 6 5 2 20 0 15 0 474355401 11084148736 20615 33554432000 4194304 4196468 140722166379168 140722166361712 140147305410295 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
/proc/5781/statm: 2706091 20615 3497 1 0 2668173 0
[pid=5781/tid=5834] ppid=5778 vsize=10824364 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/5781/task/5834/stat : 5834 (java) R 5778 5781 1113 0 -1 4202560 10448 13146 0 0 55 4 5 2 20 0 15 0 474355410 11084148736 20615 33554432000 4194304 4196468 140722166379168 140147277233760 140147289490782 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5835] ppid=5778 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5781/task/5835/stat : 5835 (java) S 5778 5781 1113 0 -1 1077944384 1 13146 0 0 0 0 5 2 20 0 15 0 474355411 11084148736 20615 33554432000 4194304 4196468 140722166379168 140147309652496 140147305420501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5836] ppid=5778 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5781/task/5836/stat : 5836 (java) S 5778 5781 1113 0 -1 1077944384 1 13146 0 0 0 0 5 2 20 0 15 0 474355411 11084148736 20615 33554432000 4194304 4196468 140722166379168 140147208542864 140147305420501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5837] ppid=5778 vsize=10824364 memory=140654005076496 CPUtime=0.07 cores=0,2,4,6
/proc/5781/task/5837/stat : 5837 (java) S 5778 5781 1113 0 -1 1077944384 1 13146 0 0 0 0 5 2 20 0 15 0 474355411 11084148736 20615 33554432000 4194304 4196468 140722166379168 140147207489808 140147305420501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5838] ppid=5778 vsize=10824364 memory=140655883977300 CPUtime=0.07 cores=0,2,4,6
/proc/5781/task/5838/stat : 5838 (java) S 5778 5781 1113 0 -1 1077944384 2 13146 0 0 0 0 5 2 20 0 15 0 474355411 11084148736 20615 33554432000 4194304 4196468 140722166379168 140147206437264 140147305420501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5839] ppid=5778 vsize=10824364 memory=14012 CPUtime=0.07 cores=0,2,4,6
/proc/5781/task/5839/stat : 5839 (java) S 5778 5781 1113 0 -1 1077944384 5 13146 0 0 0 0 5 2 20 0 15 0 474355412 11084148736 20615 33554432000 4194304 4196468 140722166379168 140146764446448 140147305421442 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5840] ppid=5778 vsize=10824364 memory=6297835844906604903 CPUtime=0.07 cores=0,2,4,6
/proc/5781/task/5840/stat : 5840 (java) S 5778 5781 1113 0 -1 1077944384 33 13146 0 0 0 0 5 2 20 0 15 0 474355413 11084148736 20615 33554432000 4194304 4196468 140722166379168 140146763392672 140147305420501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5841] ppid=5778 vsize=10824364 memory=29296 CPUtime=0.07 cores=0,2,4,6
/proc/5781/task/5841/stat : 5841 (java) S 5778 5781 1113 0 -1 1077944384 1 13146 0 0 0 0 5 2 20 0 15 0 474355413 11084148736 20615 33554432000 4194304 4196468 140722166379168 140146192147696 140147305420501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5842] ppid=5778 vsize=10824364 memory=2120 CPUtime=0.07 cores=0,2,4,6
/proc/5781/task/5842/stat : 5842 (java) S 5778 5781 1113 0 -1 1077944384 3 13146 0 0 0 0 5 2 20 0 15 0 474355416 11084148736 20615 33554432000 4194304 4196468 140722166379168 140145884748240 140147305428891 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5843] ppid=5778 vsize=10824364 memory=532 CPUtime=0.23 cores=0,2,4,6
/proc/5781/task/5843/stat : 5843 (java) R 5778 5781 1113 0 -1 4202560 960 13146 0 0 16 0 5 2 20 0 15 0 474355416 11084148736 20615 33554432000 4194304 4196468 140722166379168 140146272875168 140147285103358 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5844] ppid=5778 vsize=10824364 memory=1564 CPUtime=0.18 cores=0,2,4,6
/proc/5781/task/5844/stat : 5844 (java) S 5778 5781 1113 0 -1 1077944384 619 13146 0 0 11 0 5 2 20 0 15 0 474355416 11084148736 20615 33554432000 4194304 4196468 140722166379168 140146271836528 140147305421442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5845] ppid=5778 vsize=10824364 memory=924 CPUtime=0.23 cores=0,2,4,6
/proc/5781/task/5845/stat : 5845 (java) S 5778 5781 1113 0 -1 1077944384 824 13146 0 0 16 0 5 2 20 0 15 0 474355416 11084148736 20615 33554432000 4194304 4196468 140722166379168 140146270783472 140147305421442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5846] ppid=5778 vsize=10824364 memory=1808 CPUtime=0.07 cores=0,2,4,6
/proc/5781/task/5846/stat : 5846 (java) S 5778 5781 1113 0 -1 1077944384 3 13146 0 0 0 0 5 2 20 0 15 0 474355416 11084148736 20615 33554432000 4194304 4196468 140722166379168 140145851189600 140147305420501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5847] ppid=5778 vsize=10824364 memory=920 CPUtime=0.07 cores=0,2,4,6
/proc/5781/task/5847/stat : 5847 (java) S 5778 5781 1113 0 -1 1077944384 1 13146 0 0 0 0 5 2 20 0 15 0 474355416 11084148736 20615 33554432000 4194304 4196468 140722166379168 140146269731888 140147305421442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 82460 KiB

[startup+1.50069 s]
/proc/loadavg: 1.50 1.43 1.41 5/228 5847
/proc/meminfo: memFree=2918820/32770624 swapFree=66986236/67108860
[pid=5781] ppid=5778 vsize=10834680 memory=184732 CPUtime=2.88 cores=0,2,4,6
/proc/5781/stat : 5781 (java) S 5778 5781 1113 0 -1 1077944320 26038 13146 0 0 270 11 5 2 20 0 15 0 474355401 11094712320 46183 33554432000 4194304 4196468 140722166379168 140722166361712 140147305410295 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
/proc/5781/statm: 2708670 46183 3585 1 0 2670733 0
[pid=5781/tid=5834] ppid=5778 vsize=10834680 memory=0 CPUtime=1.42 cores=0,2,4,6
/proc/5781/task/5834/stat : 5834 (java) R 5778 5781 1113 0 -1 4202560 16118 13146 0 0 129 6 5 2 20 0 15 0 474355410 11094712320 46183 33554432000 4194304 4196468 140722166379168 140147277233392 140147287278829 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5835] ppid=5778 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5781/task/5835/stat : 5835 (java) S 5778 5781 1113 0 -1 1077944384 36 13146 0 0 1 0 5 2 20 0 15 0 474355411 11094712320 46183 33554432000 4194304 4196468 140722166379168 140147309652496 140147305420501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5836] ppid=5778 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5781/task/5836/stat : 5836 (java) S 5778 5781 1113 0 -1 1077944384 330 13146 0 0 1 0 5 2 20 0 15 0 474355411 11094712320 46183 33554432000 4194304 4196468 140722166379168 140147208542864 140147305420501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5837] ppid=5778 vsize=10834680 memory=140654005111312 CPUtime=0.08 cores=0,2,4,6
/proc/5781/task/5837/stat : 5837 (java) S 5778 5781 1113 0 -1 1077944384 51 13146 0 0 1 0 5 2 20 0 15 0 474355411 11094712320 46183 33554432000 4194304 4196468 140722166379168 140147207489808 140147305420501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5838] ppid=5778 vsize=10834680 memory=140654005111312 CPUtime=0.08 cores=0,2,4,6
/proc/5781/task/5838/stat : 5838 (java) S 5778 5781 1113 0 -1 1077944384 65 13146 0 0 1 0 5 2 20 0 15 0 474355411 11094712320 46183 33554432000 4194304 4196468 140722166379168 140147206437264 140147305420501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5839] ppid=5778 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5781/task/5839/stat : 5839 (java) S 5778 5781 1113 0 -1 1077944384 418 13146 0 0 1 0 5 2 20 0 15 0 474355412 11094712320 46183 33554432000 4194304 4196468 140722166379168 140146764446448 140147305421442 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5840] ppid=5778 vsize=10834680 memory=15526306778019 CPUtime=0.07 cores=0,2,4,6
/proc/5781/task/5840/stat : 5840 (java) S 5778 5781 1113 0 -1 1077944384 34 13146 0 0 0 0 5 2 20 0 15 0 474355413 11094712320 46183 33554432000 4194304 4196468 140722166379168 140146763392736 140147305420501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5841] ppid=5778 vsize=10834680 memory=-5345911728026135542 CPUtime=0.07 cores=0,2,4,6
/proc/5781/task/5841/stat : 5841 (java) S 5778 5781 1113 0 -1 1077944384 1 13146 0 0 0 0 5 2 20 0 15 0 474355413 11094712320 46183 33554432000 4194304 4196468 140722166379168 140146192147712 140147305420501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5842] ppid=5778 vsize=10834680 memory=7811886536292001637 CPUtime=0.07 cores=0,2,4,6
/proc/5781/task/5842/stat : 5842 (java) S 5778 5781 1113 0 -1 1077944384 3 13146 0 0 0 0 5 2 20 0 15 0 474355416 11094712320 46183 33554432000 4194304 4196468 140722166379168 140145884748240 140147305428891 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5843] ppid=5778 vsize=10834680 memory=7234020522196363112 CPUtime=0.58 cores=0,2,4,6
/proc/5781/task/5843/stat : 5843 (java) S 5778 5781 1113 0 -1 1077944384 3864 13146 0 0 51 0 5 2 20 0 15 0 474355416 11094712320 46183 33554432000 4194304 4196468 140722166379168 140146272889072 140147305421442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5844] ppid=5778 vsize=10834680 memory=3472328296227736257 CPUtime=0.43 cores=0,2,4,6
/proc/5781/task/5844/stat : 5844 (java) S 5778 5781 1113 0 -1 1077944384 1220 13146 0 0 36 0 5 2 20 0 15 0 474355416 11094712320 46183 33554432000 4194304 4196468 140722166379168 140146271836528 140147305421442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5845] ppid=5778 vsize=10834680 memory=6655300316396806240 CPUtime=0.5 cores=0,2,4,6
/proc/5781/task/5845/stat : 5845 (java) R 5778 5781 1113 0 -1 4202560 1691 13146 0 0 43 0 5 2 20 0 15 0 474355416 11094712320 46183 33554432000 4194304 4196468 140722166379168 140146270783472 140147305422230 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5846] ppid=5778 vsize=10834680 memory=7229515887599707493 CPUtime=0.07 cores=0,2,4,6
/proc/5781/task/5846/stat : 5846 (java) S 5778 5781 1113 0 -1 1077944384 3 13146 0 0 0 0 5 2 20 0 15 0 474355416 11094712320 46183 33554432000 4194304 4196468 140722166379168 140145851189600 140147305420501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5847] ppid=5778 vsize=10834680 memory=6225209893635778407 CPUtime=0.07 cores=0,2,4,6
/proc/5781/task/5847/stat : 5847 (java) S 5778 5781 1113 0 -1 1077944384 1 13146 0 0 0 0 5 2 20 0 15 0 474355416 11094712320 46183 33554432000 4194304 4196468 140722166379168 140146269731888 140147305421442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0

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

/proc/5781/task/5834/stat : 5834 (java) R 5778 5781 1113 0 -1 4202560 211107 13146 0 0 223772 84 5 2 20 0 15 0 474355410 11109412864 147199 33554432000 4194304 4196468 140722166379168 140147277245888 140146902560681 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5835] ppid=5778 vsize=10849036 memory=589820 CPUtime=13.78 cores=0,2,4,6
/proc/5781/task/5835/stat : 5835 (java) S 5778 5781 1113 0 -1 1077944384 26025 13146 0 0 1298 73 5 2 20 0 15 0 474355411 11109412864 147199 33554432000 4194304 4196468 140722166379168 140147309652496 140147305420501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5836] ppid=5778 vsize=10849036 memory=591872 CPUtime=13.71 cores=0,2,4,6
/proc/5781/task/5836/stat : 5836 (java) S 5778 5781 1113 0 -1 1077944384 22993 13146 0 0 1291 73 5 2 20 0 15 0 474355411 11109412864 147199 33554432000 4194304 4196468 140722166379168 140147208542864 140147305420501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5837] ppid=5778 vsize=10849036 memory=593760 CPUtime=13.71 cores=0,2,4,6
/proc/5781/task/5837/stat : 5837 (java) S 5778 5781 1113 0 -1 1077944384 26277 13146 0 0 1288 76 5 2 20 0 15 0 474355411 11109412864 147199 33554432000 4194304 4196468 140722166379168 140147207489808 140147305420501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5838] ppid=5778 vsize=10849036 memory=592384 CPUtime=13.73 cores=0,2,4,6
/proc/5781/task/5838/stat : 5838 (java) S 5778 5781 1113 0 -1 1077944384 24102 13146 0 0 1292 74 5 2 20 0 15 0 474355411 11109412864 147199 33554432000 4194304 4196468 140722166379168 140147206437264 140147305420501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5839] ppid=5778 vsize=10849036 memory=590332 CPUtime=6.91 cores=0,2,4,6
/proc/5781/task/5839/stat : 5839 (java) S 5778 5781 1113 0 -1 1077944384 14348 13146 0 0 610 74 5 2 20 0 15 0 474355412 11109412864 147199 33554432000 4194304 4196468 140722166379168 140146764446448 140147305421442 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5840] ppid=5778 vsize=10849036 memory=589308 CPUtime=0.07 cores=0,2,4,6
/proc/5781/task/5840/stat : 5840 (java) S 5778 5781 1113 0 -1 1077944384 51 13146 0 0 0 0 5 2 20 0 15 0 474355413 11109412864 147199 33554432000 4194304 4196468 140722166379168 140146763392736 140147305420501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5841] ppid=5778 vsize=10849036 memory=588796 CPUtime=0.07 cores=0,2,4,6
/proc/5781/task/5841/stat : 5841 (java) S 5778 5781 1113 0 -1 1077944384 7 13146 0 0 0 0 5 2 20 0 15 0 474355413 11109412864 147199 33554432000 4194304 4196468 140722166379168 140146192147712 140147305420501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5842] ppid=5778 vsize=10849036 memory=589308 CPUtime=0.07 cores=0,2,4,6
/proc/5781/task/5842/stat : 5842 (java) S 5778 5781 1113 0 -1 1077944384 3 13146 0 0 0 0 5 2 20 0 15 0 474355416 11109412864 147199 33554432000 4194304 4196468 140722166379168 140145884748240 140147305428891 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5843] ppid=5778 vsize=10849036 memory=589308 CPUtime=8.7 cores=0,2,4,6
/proc/5781/task/5843/stat : 5843 (java) S 5778 5781 1113 0 -1 1077944384 51067 13146 0 0 858 5 5 2 20 0 15 0 474355416 11109412864 147199 33554432000 4194304 4196468 140722166379168 140146272889072 140147305421442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5844] ppid=5778 vsize=10849036 memory=590332 CPUtime=8.24 cores=0,2,4,6
/proc/5781/task/5844/stat : 5844 (java) S 5778 5781 1113 0 -1 1077944384 45077 13146 0 0 809 8 5 2 20 0 15 0 474355416 11109412864 147199 33554432000 4194304 4196468 140722166379168 140146271836528 140147305421442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5845] ppid=5778 vsize=10849036 memory=3616 CPUtime=2.61 cores=0,2,4,6
/proc/5781/task/5845/stat : 5845 (java) S 5778 5781 1113 0 -1 1077944384 26696 13146 0 0 248 6 5 2 20 0 15 0 474355416 11109412864 147199 33554432000 4194304 4196468 140722166379168 140146270783472 140147305421442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5846] ppid=5778 vsize=10849036 memory=590332 CPUtime=0.07 cores=0,2,4,6
/proc/5781/task/5846/stat : 5846 (java) S 5778 5781 1113 0 -1 1077944384 3 13146 0 0 0 0 5 2 20 0 15 0 474355416 11109412864 147199 33554432000 4194304 4196468 140722166379168 140145851189600 140147305420501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5847] ppid=5778 vsize=10849036 memory=590848 CPUtime=1.42 cores=0,2,4,6
/proc/5781/task/5847/stat : 5847 (java) S 5778 5781 1113 0 -1 1077944384 1604 13146 0 0 64 71 5 2 20 0 15 0 474355416 11109412864 147199 33554432000 4194304 4196468 140722166379168 140146269731888 140147305421442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
Current children cumulated CPU time: 2320.91 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 588796 KiB

[startup+2322.3 s]
/proc/loadavg: 1.82 1.71 1.55 3/228 6741
/proc/meminfo: memFree=403872/32770624 swapFree=66986236/67108860
[pid=5781] ppid=5778 vsize=10849036 memory=603724 CPUtime=2382.07 cores=0,2,4,6
/proc/5781/stat : 5781 (java) S 5778 5781 1113 0 -1 1077944320 463549 13146 0 0 237702 498 5 2 20 0 15 0 474355401 11109412864 150931 33554432000 4194304 4196468 140722166379168 140722166361712 140147305410295 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
/proc/5781/statm: 2712259 150931 3633 1 0 2674317 0
[pid=5781/tid=5834] ppid=5778 vsize=10849036 memory=610392 CPUtime=2297.96 cores=0,2,4,6
/proc/5781/task/5834/stat : 5834 (java) R 5778 5781 1113 0 -1 4202560 220104 13146 0 0 229703 86 5 2 20 0 15 0 474355410 11109412864 150931 33554432000 4194304 4196468 140722166379168 140147277245856 140146894166695 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5835] ppid=5778 vsize=10849036 memory=611064 CPUtime=14.18 cores=0,2,4,6
/proc/5781/task/5835/stat : 5835 (java) S 5778 5781 1113 0 -1 1077944384 26570 13146 0 0 1337 74 5 2 20 0 15 0 474355411 11109412864 150931 33554432000 4194304 4196468 140722166379168 140147309652496 140147305420501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5836] ppid=5778 vsize=10849036 memory=604496 CPUtime=14.11 cores=0,2,4,6
/proc/5781/task/5836/stat : 5836 (java) S 5778 5781 1113 0 -1 1077944384 23869 13146 0 0 1330 74 5 2 20 0 15 0 474355411 11109412864 150931 33554432000 4194304 4196468 140722166379168 140147208542864 140147305420501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5837] ppid=5778 vsize=10849036 memory=600300 CPUtime=14.1 cores=0,2,4,6
/proc/5781/task/5837/stat : 5837 (java) S 5778 5781 1113 0 -1 1077944384 27004 13146 0 0 1326 77 5 2 20 0 15 0 474355411 11109412864 150931 33554432000 4194304 4196468 140722166379168 140147207489808 140147305420501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5838] ppid=5778 vsize=10849036 memory=609880 CPUtime=14.13 cores=0,2,4,6
/proc/5781/task/5838/stat : 5838 (java) S 5778 5781 1113 0 -1 1077944384 24672 13146 0 0 1332 74 5 2 20 0 15 0 474355411 11109412864 150931 33554432000 4194304 4196468 140722166379168 140147206437264 140147305420501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5839] ppid=5778 vsize=10849036 memory=608856 CPUtime=7.1 cores=0,2,4,6
/proc/5781/task/5839/stat : 5839 (java) S 5778 5781 1113 0 -1 1077944384 14591 13146 0 0 628 75 5 2 20 0 15 0 474355412 11109412864 150931 33554432000 4194304 4196468 140722166379168 140146764446448 140147305421442 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5840] ppid=5778 vsize=10849036 memory=604236 CPUtime=0.07 cores=0,2,4,6
/proc/5781/task/5840/stat : 5840 (java) S 5778 5781 1113 0 -1 1077944384 51 13146 0 0 0 0 5 2 20 0 15 0 474355413 11109412864 150931 33554432000 4194304 4196468 140722166379168 140146763392736 140147305420501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5841] ppid=5778 vsize=10849036 memory=610996 CPUtime=0.07 cores=0,2,4,6
/proc/5781/task/5841/stat : 5841 (java) S 5778 5781 1113 0 -1 1077944384 7 13146 0 0 0 0 5 2 20 0 15 0 474355413 11109412864 150931 33554432000 4194304 4196468 140722166379168 140146192147712 140147305420501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5842] ppid=5778 vsize=10849036 memory=6944652177228980320 CPUtime=0.07 cores=0,2,4,6
/proc/5781/task/5842/stat : 5842 (java) S 5778 5781 1113 0 -1 1077944384 3 13146 0 0 0 0 5 2 20 0 15 0 474355416 11109412864 150931 33554432000 4194304 4196468 140722166379168 140145884748240 140147305428891 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5843] ppid=5778 vsize=10849036 memory=6944656592387989600 CPUtime=8.7 cores=0,2,4,6
/proc/5781/task/5843/stat : 5843 (java) S 5778 5781 1113 0 -1 1077944384 51070 13146 0 0 858 5 5 2 20 0 15 0 474355416 11109412864 150931 33554432000 4194304 4196468 140722166379168 140146272889072 140147305421442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5844] ppid=5778 vsize=10849036 memory=604752 CPUtime=8.24 cores=0,2,4,6
/proc/5781/task/5844/stat : 5844 (java) S 5778 5781 1113 0 -1 1077944384 45079 13146 0 0 809 8 5 2 20 0 15 0 474355416 11109412864 150931 33554432000 4194304 4196468 140722166379168 140146271836528 140147305421442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5845] ppid=5778 vsize=10849036 memory=606804 CPUtime=2.61 cores=0,2,4,6
/proc/5781/task/5845/stat : 5845 (java) S 5778 5781 1113 0 -1 1077944384 26702 13146 0 0 248 6 5 2 20 0 15 0 474355416 11109412864 150931 33554432000 4194304 4196468 140722166379168 140146270783472 140147305421442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5846] ppid=5778 vsize=10849036 memory=607316 CPUtime=0.07 cores=0,2,4,6
/proc/5781/task/5846/stat : 5846 (java) S 5778 5781 1113 0 -1 1077944384 3 13146 0 0 0 0 5 2 20 0 15 0 474355416 11109412864 150931 33554432000 4194304 4196468 140722166379168 140145851189600 140147305420501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5847] ppid=5778 vsize=10849036 memory=607828 CPUtime=1.46 cores=0,2,4,6
/proc/5781/task/5847/stat : 5847 (java) S 5778 5781 1113 0 -1 1077944384 1619 13146 0 0 66 73 5 2 20 0 15 0 474355416 11109412864 150931 33554432000 4194304 4196468 140722166379168 140146269731888 140147305421442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
Current children cumulated CPU time: 2382.07 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 603724 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2339.9 s]
/proc/loadavg: 1.79 1.71 1.55 3/228 6741
/proc/meminfo: memFree=418212/32770624 swapFree=66986236/67108860
[pid=5781] ppid=5778 vsize=10849036 memory=587596 CPUtime=2400.01 cores=0,2,4,6
/proc/5781/stat : 5781 (java) S 5778 5781 1113 0 -1 1077944320 464471 13146 0 0 239494 500 5 2 20 0 15 0 474355401 11109412864 146899 33554432000 4194304 4196468 140722166379168 140722166361712 140147305410295 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
/proc/5781/statm: 2712259 146899 3633 1 0 2674317 0
[pid=5781/tid=5834] ppid=5778 vsize=10849036 memory=587164 CPUtime=2315.35 cores=0,2,4,6
/proc/5781/task/5834/stat : 5834 (java) R 5778 5781 1113 0 -1 4202560 220209 13146 0 0 231442 86 5 2 20 0 15 0 474355410 11109412864 146899 33554432000 4194304 4196468 140722166379168 140147277245152 140146891242108 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5835] ppid=5778 vsize=10849036 memory=587264 CPUtime=14.3 cores=0,2,4,6
/proc/5781/task/5835/stat : 5835 (java) S 5778 5781 1113 0 -1 1077944384 26761 13146 0 0 1349 74 5 2 20 0 15 0 474355411 11109412864 146899 33554432000 4194304 4196468 140722166379168 140147309652496 140147305420501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5836] ppid=5778 vsize=10849036 memory=596828 CPUtime=14.23 cores=0,2,4,6
/proc/5781/task/5836/stat : 5836 (java) S 5778 5781 1113 0 -1 1077944384 24083 13146 0 0 1342 74 5 2 20 0 15 0 474355411 11109412864 146899 33554432000 4194304 4196468 140722166379168 140147208542864 140147305420501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5837] ppid=5778 vsize=10849036 memory=600300 CPUtime=14.21 cores=0,2,4,6
/proc/5781/task/5837/stat : 5837 (java) S 5778 5781 1113 0 -1 1077944384 27296 13146 0 0 1337 77 5 2 20 0 15 0 474355411 11109412864 146899 33554432000 4194304 4196468 140722166379168 140147207489808 140147305420501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5838] ppid=5778 vsize=10849036 memory=609880 CPUtime=14.25 cores=0,2,4,6
/proc/5781/task/5838/stat : 5838 (java) S 5778 5781 1113 0 -1 1077944384 24784 13146 0 0 1344 74 5 2 20 0 15 0 474355411 11109412864 146899 33554432000 4194304 4196468 140722166379168 140147206437264 140147305420501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5839] ppid=5778 vsize=10849036 memory=602468 CPUtime=7.17 cores=0,2,4,6
/proc/5781/task/5839/stat : 5839 (java) S 5778 5781 1113 0 -1 1077944384 14597 13146 0 0 634 76 5 2 20 0 15 0 474355412 11109412864 146899 33554432000 4194304 4196468 140722166379168 140146764446448 140147305421442 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5840] ppid=5778 vsize=10849036 memory=610996 CPUtime=0.07 cores=0,2,4,6
/proc/5781/task/5840/stat : 5840 (java) S 5778 5781 1113 0 -1 1077944384 51 13146 0 0 0 0 5 2 20 0 15 0 474355413 11109412864 146899 33554432000 4194304 4196468 140722166379168 140146763392736 140147305420501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5841] ppid=5778 vsize=10849036 memory=595288 CPUtime=0.07 cores=0,2,4,6
/proc/5781/task/5841/stat : 5841 (java) S 5778 5781 1113 0 -1 1077944384 7 13146 0 0 0 0 5 2 20 0 15 0 474355413 11109412864 146899 33554432000 4194304 4196468 140722166379168 140146192147712 140147305420501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5842] ppid=5778 vsize=10849036 memory=281308010739024 CPUtime=0.07 cores=0,2,4,6
/proc/5781/task/5842/stat : 5842 (java) S 5778 5781 1113 0 -1 1077944384 3 13146 0 0 0 0 5 2 20 0 15 0 474355416 11109412864 146899 33554432000 4194304 4196468 140722166379168 140145884748240 140147305428891 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5843] ppid=5778 vsize=10849036 memory=587360 CPUtime=8.7 cores=0,2,4,6
/proc/5781/task/5843/stat : 5843 (java) S 5778 5781 1113 0 -1 1077944384 51070 13146 0 0 858 5 5 2 20 0 15 0 474355416 11109412864 146899 33554432000 4194304 4196468 140722166379168 140146272889072 140147305421442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5844] ppid=5778 vsize=10849036 memory=587332 CPUtime=8.24 cores=0,2,4,6
/proc/5781/task/5844/stat : 5844 (java) S 5778 5781 1113 0 -1 1077944384 45079 13146 0 0 809 8 5 2 20 0 15 0 474355416 11109412864 146899 33554432000 4194304 4196468 140722166379168 140146271836528 140147305421442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5845] ppid=5778 vsize=10849036 memory=587264 CPUtime=2.61 cores=0,2,4,6
/proc/5781/task/5845/stat : 5845 (java) S 5778 5781 1113 0 -1 1077944384 26702 13146 0 0 248 6 5 2 20 0 15 0 474355416 11109412864 146899 33554432000 4194304 4196468 140722166379168 140146270783472 140147305421442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5846] ppid=5778 vsize=10849036 memory=1556 CPUtime=0.07 cores=0,2,4,6
/proc/5781/task/5846/stat : 5846 (java) S 5778 5781 1113 0 -1 1077944384 3 13146 0 0 0 0 5 2 20 0 15 0 474355416 11109412864 146899 33554432000 4194304 4196468 140722166379168 140145851189600 140147305420501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5847] ppid=5778 vsize=10849036 memory=587592 CPUtime=1.46 cores=0,2,4,6
/proc/5781/task/5847/stat : 5847 (java) S 5778 5781 1113 0 -1 1077944384 1621 13146 0 0 66 73 5 2 20 0 15 0 474355416 11109412864 146899 33554432000 4194304 4196468 140722166379168 140146269731888 140147305421442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
Current children cumulated CPU time: 2400.01 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 587596 KiB

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

[startup+2339.93 s]
# the end of solver process 5781 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2395.03 s, system=5.0464 s

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

[startup+2339.9 s]
/proc/loadavg: 1.79 1.71 1.55 3/228 6741
/proc/meminfo: memFree=418212/32770624 swapFree=66986236/67108860
[pid=5781] ppid=5778 vsize=10849036 memory=587596 CPUtime=2400.01 cores=0,2,4,6
/proc/5781/stat : 5781 (java) S 5778 5781 1113 0 -1 1077944320 464471 13146 0 0 239494 500 5 2 20 0 15 0 474355401 11109412864 146899 33554432000 4194304 4196468 140722166379168 140722166361712 140147305410295 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
/proc/5781/statm: 2712259 146899 3633 1 0 2674317 0
[pid=5781/tid=5834] ppid=5778 vsize=10849036 memory=587164 CPUtime=2315.35 cores=0,2,4,6
/proc/5781/task/5834/stat : 5834 (java) R 5778 5781 1113 0 -1 4202560 220209 13146 0 0 231442 86 5 2 20 0 15 0 474355410 11109412864 146899 33554432000 4194304 4196468 140722166379168 140147277245152 140146891242108 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5835] ppid=5778 vsize=10849036 memory=587264 CPUtime=14.3 cores=0,2,4,6
/proc/5781/task/5835/stat : 5835 (java) S 5778 5781 1113 0 -1 1077944384 26761 13146 0 0 1349 74 5 2 20 0 15 0 474355411 11109412864 146899 33554432000 4194304 4196468 140722166379168 140147309652496 140147305420501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5836] ppid=5778 vsize=10849036 memory=596828 CPUtime=14.23 cores=0,2,4,6
/proc/5781/task/5836/stat : 5836 (java) S 5778 5781 1113 0 -1 1077944384 24083 13146 0 0 1342 74 5 2 20 0 15 0 474355411 11109412864 146899 33554432000 4194304 4196468 140722166379168 140147208542864 140147305420501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5837] ppid=5778 vsize=10849036 memory=600300 CPUtime=14.21 cores=0,2,4,6
/proc/5781/task/5837/stat : 5837 (java) S 5778 5781 1113 0 -1 1077944384 27296 13146 0 0 1337 77 5 2 20 0 15 0 474355411 11109412864 146899 33554432000 4194304 4196468 140722166379168 140147207489808 140147305420501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5838] ppid=5778 vsize=10849036 memory=609880 CPUtime=14.25 cores=0,2,4,6
/proc/5781/task/5838/stat : 5838 (java) S 5778 5781 1113 0 -1 1077944384 24784 13146 0 0 1344 74 5 2 20 0 15 0 474355411 11109412864 146899 33554432000 4194304 4196468 140722166379168 140147206437264 140147305420501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5839] ppid=5778 vsize=10849036 memory=602468 CPUtime=7.17 cores=0,2,4,6
/proc/5781/task/5839/stat : 5839 (java) S 5778 5781 1113 0 -1 1077944384 14597 13146 0 0 634 76 5 2 20 0 15 0 474355412 11109412864 146899 33554432000 4194304 4196468 140722166379168 140146764446448 140147305421442 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5840] ppid=5778 vsize=10849036 memory=610996 CPUtime=0.07 cores=0,2,4,6
/proc/5781/task/5840/stat : 5840 (java) S 5778 5781 1113 0 -1 1077944384 51 13146 0 0 0 0 5 2 20 0 15 0 474355413 11109412864 146899 33554432000 4194304 4196468 140722166379168 140146763392736 140147305420501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5841] ppid=5778 vsize=10849036 memory=595288 CPUtime=0.07 cores=0,2,4,6
/proc/5781/task/5841/stat : 5841 (java) S 5778 5781 1113 0 -1 1077944384 7 13146 0 0 0 0 5 2 20 0 15 0 474355413 11109412864 146899 33554432000 4194304 4196468 140722166379168 140146192147712 140147305420501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5842] ppid=5778 vsize=10849036 memory=281308010739024 CPUtime=0.07 cores=0,2,4,6
/proc/5781/task/5842/stat : 5842 (java) S 5778 5781 1113 0 -1 1077944384 3 13146 0 0 0 0 5 2 20 0 15 0 474355416 11109412864 146899 33554432000 4194304 4196468 140722166379168 140145884748240 140147305428891 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5843] ppid=5778 vsize=10849036 memory=587360 CPUtime=8.7 cores=0,2,4,6
/proc/5781/task/5843/stat : 5843 (java) S 5778 5781 1113 0 -1 1077944384 51070 13146 0 0 858 5 5 2 20 0 15 0 474355416 11109412864 146899 33554432000 4194304 4196468 140722166379168 140146272889072 140147305421442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5844] ppid=5778 vsize=10849036 memory=587332 CPUtime=8.24 cores=0,2,4,6
/proc/5781/task/5844/stat : 5844 (java) S 5778 5781 1113 0 -1 1077944384 45079 13146 0 0 809 8 5 2 20 0 15 0 474355416 11109412864 146899 33554432000 4194304 4196468 140722166379168 140146271836528 140147305421442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5845] ppid=5778 vsize=10849036 memory=587264 CPUtime=2.61 cores=0,2,4,6
/proc/5781/task/5845/stat : 5845 (java) S 5778 5781 1113 0 -1 1077944384 26702 13146 0 0 248 6 5 2 20 0 15 0 474355416 11109412864 146899 33554432000 4194304 4196468 140722166379168 140146270783472 140147305421442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5846] ppid=5778 vsize=10849036 memory=1556 CPUtime=0.07 cores=0,2,4,6
/proc/5781/task/5846/stat : 5846 (java) S 5778 5781 1113 0 -1 1077944384 3 13146 0 0 0 0 5 2 20 0 15 0 474355416 11109412864 146899 33554432000 4194304 4196468 140722166379168 140145851189600 140147305420501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
[pid=5781/tid=5847] ppid=5778 vsize=10849036 memory=587592 CPUtime=1.46 cores=0,2,4,6
/proc/5781/task/5847/stat : 5847 (java) S 5778 5781 1113 0 -1 1077944384 1621 13146 0 0 66 73 5 2 20 0 15 0 474355416 11109412864 146899 33554432000 4194304 4196468 140722166379168 140146269731888 140147305421442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39231488 140722166381295 140722166383813 140722166383813 140722166386639 0
Current children cumulated CPU time: 2400.01 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 587596 KiB

Child status: 143
Real time (s): 2339.93
CPU time (s): 2400.08
CPU user time (s): 2395.03
CPU system time (s): 5.0464
CPU usage (%): 102.571
Max. virtual memory (cumulated for all children) (KiB): 10849036
Max. memory (cumulated for all children) (KiB): 1993904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2395.03
system time used= 5.0464
maximum resident set size= 1996204
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 478949
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 201760
involuntary context switches= 7221


# summary of solver processes directly reported to runsolver:
#   pid: 5781
#   total CPU time (s): 2400.08
#   total CPU user time (s): 2395.03
#   total CPU system time (s): 5.0464

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.57 second user time and 23.1138 second system time

The end

Launcher Data

Begin job on node104 at 2019-09-20 12:52:44
IDJOB=4403248
IDBENCH=136273
IDSOLVER=2862
FILE ID=node104/4403248-1568980985
RUNJOBID= node104-1568963417-1148
PBS_JOBID= 21704634
Free space on /tmp= 9552 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/BinPacking/BinPacking-sum-skj1/BinPacking-sum-n4c1w2b.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4403248-1568980985/watcher-4403248-1568980985 -o /tmp/evaluation-result-4403248-1568980985/solver-4403248-1568980985 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568963417-1148 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=2047248357 HOME/instance-4403248-1568980985.xml

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

MD5SUM BENCH= d888f3c6414640c595bd57a6b8e70245
RANDOM SEED=2047248357

node104.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	: 5334.09
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	: 5334.09
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	: 5334.09
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	: 5334.09
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:         3014640 kB
MemAvailable:   31154512 kB
Buffers:          126188 kB
Cached:         27920644 kB
SwapCached:        22656 kB
Active:         14674772 kB
Inactive:       14073052 kB
Active(anon):     677544 kB
Inactive(anon):    72992 kB
Active(file):   13997228 kB
Inactive(file): 14000060 kB
Unevictable:      111380 kB
Mlocked:          111380 kB
SwapTotal:      67108860 kB
SwapFree:       66986236 kB
Dirty:             35532 kB
Writeback:             8 kB
AnonPages:        791344 kB
Mapped:            65596 kB
Shmem:             40700 kB
Slab:             600892 kB
SReclaimable:     571044 kB
SUnreclaim:        29848 kB
KernelStack:        3776 kB
PageTables:         7668 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1930804 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    610304 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 9516 MiB
End job on node104 at 2019-09-20 13:31:44