Trace number 4401461

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.2? (TO) 2400.13 2357.65

General information on the benchmark

NameBinPacking/BinPacking-sum-s28/
BinPacking-sum-s28-195.xml
MD5SUMd65d33615c5545f7b52e9722b13d9f63
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 variables2201
Number of constraints179
Number of domains2
Minimum domain size89
Maximum domain size162
Distribution of domain sizes[{"size":89,"count":1},{"size":162,"count":2200}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":2112},{"degree":5,"count":88}]
Minimum constraint arity25
Maximum constraint arity2200
Distribution of constraint arities[{"arity":25,"count":176},{"arity":89,"count":1},{"arity":2200,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":88},{"type":"lex","count":1},{"type":"sum","count":88},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4401461-1568687979/watcher-4401461-1568687979 -o /tmp/evaluation-result-4401461-1568687979/solver-4401461-1568687979 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node139-1568673443-12496 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1685003998 HOME/instance-4401461-1568687979.xml 

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

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=18575, runsolver pid=18572

[startup+0.100118 s]*
/proc/loadavg: 1.25 1.37 1.42 3/214 18629
/proc/meminfo: memFree=30279696/32770624 swapFree=66922568/67108860
[pid=18575] ppid=18572 vsize=9972712 memory=16288 CPUtime=0.09 cores=1,3,5,7
/proc/18575/stat : 18575 (java) S 18572 18575 12464 0 -1 1077944320 4300 13401 0 0 1 0 5 3 20 0 6 0 445066687 10212057088 4072 33554432000 4194304 4196468 140724621471344 140724621453888 140375942610679 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
/proc/18575/statm: 2493178 4072 1920 1 0 2481616 0
[pid=18575/tid=18628] ppid=18572 vsize=9972712 memory=4279135704047583117 CPUtime=0.08 cores=1,3,5,7
/proc/18575/task/18628/stat : 18628 (java) R 18572 18575 12464 0 -1 4202560 2110 13401 0 0 0 0 5 3 20 0 6 0 445066696 10212057088 4072 33554432000 4194304 4196468 140724621471344 140375914447440 140375926691166 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18629] ppid=18572 vsize=9972712 memory=-7522837583129502606 CPUtime=0.08 cores=1,3,5,7
/proc/18575/task/18629/stat : 18629 (java) S 18572 18575 12464 0 -1 1077944384 1 13401 0 0 0 0 5 3 20 0 6 0 445066697 10212057088 4072 33554432000 4194304 4196468 140724621471344 140375946852624 140375942620885 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18630] ppid=18572 vsize=9972712 memory=140243226072704 CPUtime=0.08 cores=1,3,5,7
/proc/18575/task/18630/stat : 18630 (java) S 18572 18575 12464 0 -1 1077944384 1 13401 0 0 0 0 5 3 20 0 6 0 445066697 10212057088 4072 33554432000 4194304 4196468 140724621471344 140375845742992 140375942620885 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18631] ppid=18572 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18575/task/18631/stat : 18631 (java) S 18572 18575 12464 0 -1 1077944384 2 13401 0 0 0 0 5 3 20 0 6 0 445066697 10212057088 4072 33554432000 4194304 4196468 140724621471344 140375844690448 140375942620885 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18632] ppid=18572 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/18575/task/18632/stat : 18632 (java) S 18572 18575 12464 0 -1 1077944384 1 13401 0 0 0 0 5 3 20 0 6 0 445066697 10212057088 4072 33554432000 4194304 4196468 140724621471344 140375843637904 140375942620885 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16288 KiB

[startup+0.211239 s]*
/proc/loadavg: 1.25 1.37 1.42 4/226 18641
/proc/meminfo: memFree=30261192/32770624 swapFree=66922568/67108860
[pid=18575] ppid=18572 vsize=10819712 memory=38848 CPUtime=0.26 cores=1,3,5,7
/proc/18575/stat : 18575 (java) S 18572 18575 12464 0 -1 1077944320 7042 13401 0 0 17 1 5 3 20 0 15 0 445066687 11079385088 9712 33554432000 4194304 4196468 140724621471344 140724621453888 140375942610679 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
/proc/18575/statm: 2704928 9712 3171 1 0 2667149 0
[pid=18575/tid=18628] ppid=18572 vsize=10819712 memory=-6517102902069810590 CPUtime=0.19 cores=1,3,5,7
/proc/18575/task/18628/stat : 18628 (java) R 18572 18575 12464 0 -1 4202560 3524 13401 0 0 11 0 5 3 20 0 15 0 445066696 11079385088 9712 33554432000 4194304 4196468 140724621471344 140375914418752 140375926691166 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18629] ppid=18572 vsize=10819712 memory=-9181546050914066336 CPUtime=0.08 cores=1,3,5,7
/proc/18575/task/18629/stat : 18629 (java) S 18572 18575 12464 0 -1 1077944384 1 13401 0 0 0 0 5 3 20 0 15 0 445066697 11079385088 9712 33554432000 4194304 4196468 140724621471344 140375946852624 140375942620885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18630] ppid=18572 vsize=10819712 memory=140243226072704 CPUtime=0.08 cores=1,3,5,7
/proc/18575/task/18630/stat : 18630 (java) S 18572 18575 12464 0 -1 1077944384 1 13401 0 0 0 0 5 3 20 0 15 0 445066697 11079385088 9712 33554432000 4194304 4196468 140724621471344 140375845742992 140375942620885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18631] ppid=18572 vsize=10819712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18575/task/18631/stat : 18631 (java) S 18572 18575 12464 0 -1 1077944384 2 13401 0 0 0 0 5 3 20 0 15 0 445066697 11079385088 9712 33554432000 4194304 4196468 140724621471344 140375844690448 140375942620885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18632] ppid=18572 vsize=10819712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/18575/task/18632/stat : 18632 (java) S 18572 18575 12464 0 -1 1077944384 1 13401 0 0 0 0 5 3 20 0 15 0 445066697 11079385088 9712 33554432000 4194304 4196468 140724621471344 140375843637904 140375942620885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18633] ppid=18572 vsize=10819712 memory=140243226072704 CPUtime=0.08 cores=1,3,5,7
/proc/18575/task/18633/stat : 18633 (java) S 18572 18575 12464 0 -1 1077944384 2 13401 0 0 0 0 5 3 20 0 15 0 445066698 11079385088 9712 33554432000 4194304 4196468 140724621471344 140375214389744 140375942621826 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18634] ppid=18572 vsize=10819712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/18575/task/18634/stat : 18634 (java) S 18572 18575 12464 0 -1 1077944384 33 13401 0 0 0 0 5 3 20 0 15 0 445066699 11079385088 9712 33554432000 4194304 4196468 140724621471344 140375213335968 140375942620885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18635] ppid=18572 vsize=10819712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18575/task/18635/stat : 18635 (java) S 18572 18575 12464 0 -1 1077944384 1 13401 0 0 0 0 5 3 20 0 15 0 445066699 11079385088 9712 33554432000 4194304 4196468 140724621471344 140374832047600 140375942620885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18636] ppid=18572 vsize=10819712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18575/task/18636/stat : 18636 (java) S 18572 18575 12464 0 -1 1077944384 3 13401 0 0 0 0 5 3 20 0 15 0 445066702 11079385088 9712 33554432000 4194304 4196468 140724621471344 140374524648144 140375942629275 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18637] ppid=18572 vsize=10819712 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/18575/task/18637/stat : 18637 (java) S 18572 18575 12464 0 -1 1077944384 479 13401 0 0 1 0 5 3 20 0 15 0 445066702 11079385088 9712 33554432000 4194304 4196468 140724621471344 140375179778032 140375942621826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18638] ppid=18572 vsize=10819712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/18575/task/18638/stat : 18638 (java) S 18572 18575 12464 0 -1 1077944384 185 13401 0 0 0 0 5 3 20 0 15 0 445066702 11079385088 9712 33554432000 4194304 4196468 140724621471344 140375178725488 140375942621826 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18639] ppid=18572 vsize=10819856 memory=140243226072704 CPUtime=0.11 cores=1,3,5,7
/proc/18575/task/18639/stat : 18639 (java) R 18572 18575 12464 0 -1 4202560 613 13401 0 0 3 0 5 3 20 0 15 0 445066702 11079532544 9712 33554432000 4194304 4196468 140724621471344 140375177672944 140375921907968 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18640] ppid=18572 vsize=10819856 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/18575/task/18640/stat : 18640 (java) S 18572 18575 12464 0 -1 1077944384 3 13401 0 0 0 0 5 3 20 0 15 0 445066702 11079532544 9712 33554432000 4194304 4196468 140724621471344 140374491089504 140375942620885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18641] ppid=18572 vsize=10819856 memory=140243226072704 CPUtime=0.08 cores=1,3,5,7
/proc/18575/task/18641/stat : 18641 (java) S 18572 18575 12464 0 -1 1077944384 1 13401 0 0 0 0 5 3 20 0 15 0 445066702 11079532544 9712 33554432000 4194304 4196468 140724621471344 140375176620848 140375942621826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819712 KiB
Current children cumulated memory: 38848 KiB

[startup+0.31047 s]*
/proc/loadavg: 1.25 1.37 1.42 3/226 18641
/proc/meminfo: memFree=30248260/32770624 swapFree=66922568/67108860
[pid=18575] ppid=18572 vsize=10820196 memory=47872 CPUtime=0.39 cores=1,3,5,7
/proc/18575/stat : 18575 (java) S 18572 18575 12464 0 -1 1077944320 10739 13401 0 0 29 2 5 3 20 0 15 0 445066687 11079880704 11968 33554432000 4194304 4196468 140724621471344 140724621453888 140375942610679 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
/proc/18575/statm: 2705049 11968 3303 1 0 2667149 0
[pid=18575/tid=18628] ppid=18572 vsize=10820196 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/18575/task/18628/stat : 18628 (java) R 18572 18575 12464 0 -1 4202560 7186 13401 0 0 19 2 5 3 20 0 15 0 445066696 11079880704 11968 33554432000 4194304 4196468 140724621471344 140375914419632 140375920962992 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18629] ppid=18572 vsize=10820196 memory=7524514874359244651 CPUtime=0.08 cores=1,3,5,7
/proc/18575/task/18629/stat : 18629 (java) S 18572 18575 12464 0 -1 1077944384 1 13401 0 0 0 0 5 3 20 0 15 0 445066697 11079880704 11968 33554432000 4194304 4196468 140724621471344 140375946852624 140375942620885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18630] ppid=18572 vsize=10820196 memory=5787233549803348032 CPUtime=0.08 cores=1,3,5,7
/proc/18575/task/18630/stat : 18630 (java) S 18572 18575 12464 0 -1 1077944384 1 13401 0 0 0 0 5 3 20 0 15 0 445066697 11079880704 11968 33554432000 4194304 4196468 140724621471344 140375845742992 140375942620885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18631] ppid=18572 vsize=10820196 memory=7649539623117866433 CPUtime=0.08 cores=1,3,5,7
/proc/18575/task/18631/stat : 18631 (java) S 18572 18575 12464 0 -1 1077944384 2 13401 0 0 0 0 5 3 20 0 15 0 445066697 11079880704 11968 33554432000 4194304 4196468 140724621471344 140375844690448 140375942620885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18632] ppid=18572 vsize=10820196 memory=4872558044660077418 CPUtime=0.08 cores=1,3,5,7
/proc/18575/task/18632/stat : 18632 (java) S 18572 18575 12464 0 -1 1077944384 1 13401 0 0 0 0 5 3 20 0 15 0 445066697 11079880704 11968 33554432000 4194304 4196468 140724621471344 140375843637904 140375942620885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18633] ppid=18572 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18575/task/18633/stat : 18633 (java) S 18572 18575 12464 0 -1 1077944384 2 13401 0 0 0 0 5 3 20 0 15 0 445066698 11079880704 11968 33554432000 4194304 4196468 140724621471344 140375214389744 140375942621826 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18634] ppid=18572 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18575/task/18634/stat : 18634 (java) S 18572 18575 12464 0 -1 1077944384 33 13401 0 0 0 0 5 3 20 0 15 0 445066699 11079880704 11968 33554432000 4194304 4196468 140724621471344 140375213335968 140375942620885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18635] ppid=18572 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18575/task/18635/stat : 18635 (java) S 18572 18575 12464 0 -1 1077944384 1 13401 0 0 0 0 5 3 20 0 15 0 445066699 11079880704 11968 33554432000 4194304 4196468 140724621471344 140374832047600 140375942620885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18636] ppid=18572 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18575/task/18636/stat : 18636 (java) S 18572 18575 12464 0 -1 1077944384 3 13401 0 0 0 0 5 3 20 0 15 0 445066702 11079880704 11968 33554432000 4194304 4196468 140724621471344 140374524648144 140375942629275 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18637] ppid=18572 vsize=10820196 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/18575/task/18637/stat : 18637 (java) S 18572 18575 12464 0 -1 1077944384 480 13401 0 0 2 0 5 3 20 0 15 0 445066702 11079880704 11968 33554432000 4194304 4196468 140724621471344 140375179778032 140375942621826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18638] ppid=18572 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/18575/task/18638/stat : 18638 (java) S 18572 18575 12464 0 -1 1077944384 194 13401 0 0 1 0 5 3 20 0 15 0 445066702 11079880704 11968 33554432000 4194304 4196468 140724621471344 140375178725488 140375942621826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18639] ppid=18572 vsize=10820196 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/18575/task/18639/stat : 18639 (java) S 18572 18575 12464 0 -1 1077944384 631 13401 0 0 5 0 5 3 20 0 15 0 445066702 11079880704 11968 33554432000 4194304 4196468 140724621471344 140375177672944 140375942621826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18640] ppid=18572 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18575/task/18640/stat : 18640 (java) S 18572 18575 12464 0 -1 1077944384 3 13401 0 0 0 0 5 3 20 0 15 0 445066702 11079880704 11968 33554432000 4194304 4196468 140724621471344 140374491089504 140375942620885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18641] ppid=18572 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18575/task/18641/stat : 18641 (java) S 18572 18575 12464 0 -1 1077944384 1 13401 0 0 0 0 5 3 20 0 15 0 445066702 11079880704 11968 33554432000 4194304 4196468 140724621471344 140375176620848 140375942621826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 47872 KiB

[startup+0.710194 s]
/proc/loadavg: 1.25 1.37 1.42 3/226 18641
/proc/meminfo: memFree=30233224/32770624 swapFree=66922568/67108860
[pid=18575] ppid=18572 vsize=10824364 memory=81516 CPUtime=1.14 cores=1,3,5,7
/proc/18575/stat : 18575 (java) S 18572 18575 12464 0 -1 1077944320 15113 13401 0 0 102 4 5 3 20 0 15 0 445066687 11084148736 20379 33554432000 4194304 4196468 140724621471344 140724621453888 140375942610679 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
/proc/18575/statm: 2706091 20379 3514 1 0 2668173 0
[pid=18575/tid=18628] ppid=18572 vsize=10824364 memory=2241 CPUtime=0.68 cores=1,3,5,7
/proc/18575/task/18628/stat : 18628 (java) R 18572 18575 12464 0 -1 4202560 10532 13401 0 0 56 4 5 3 20 0 15 0 445066696 11084148736 20379 33554432000 4194304 4196468 140724621471344 140375914440224 140375926691166 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18629] ppid=18572 vsize=10824364 memory=2244 CPUtime=0.08 cores=1,3,5,7
/proc/18575/task/18629/stat : 18629 (java) S 18572 18575 12464 0 -1 1077944384 1 13401 0 0 0 0 5 3 20 0 15 0 445066697 11084148736 20379 33554432000 4194304 4196468 140724621471344 140375946852624 140375942620885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18630] ppid=18572 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18575/task/18630/stat : 18630 (java) S 18572 18575 12464 0 -1 1077944384 1 13401 0 0 0 0 5 3 20 0 15 0 445066697 11084148736 20379 33554432000 4194304 4196468 140724621471344 140375845742992 140375942620885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18631] ppid=18572 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18575/task/18631/stat : 18631 (java) S 18572 18575 12464 0 -1 1077944384 2 13401 0 0 0 0 5 3 20 0 15 0 445066697 11084148736 20379 33554432000 4194304 4196468 140724621471344 140375844690448 140375942620885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18632] ppid=18572 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18575/task/18632/stat : 18632 (java) S 18572 18575 12464 0 -1 1077944384 1 13401 0 0 0 0 5 3 20 0 15 0 445066697 11084148736 20379 33554432000 4194304 4196468 140724621471344 140375843637904 140375942620885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18633] ppid=18572 vsize=10824364 memory=6944652177228980320 CPUtime=0.08 cores=1,3,5,7
/proc/18575/task/18633/stat : 18633 (java) S 18572 18575 12464 0 -1 1077944384 5 13401 0 0 0 0 5 3 20 0 15 0 445066698 11084148736 20379 33554432000 4194304 4196468 140724621471344 140375214389744 140375942621826 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18634] ppid=18572 vsize=10824364 memory=6944656592455359580 CPUtime=0.08 cores=1,3,5,7
/proc/18575/task/18634/stat : 18634 (java) S 18572 18575 12464 0 -1 1077944384 33 13401 0 0 0 0 5 3 20 0 15 0 445066699 11084148736 20379 33554432000 4194304 4196468 140724621471344 140375213335968 140375942620885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18635] ppid=18572 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18575/task/18635/stat : 18635 (java) S 18572 18575 12464 0 -1 1077944384 1 13401 0 0 0 0 5 3 20 0 15 0 445066699 11084148736 20379 33554432000 4194304 4196468 140724621471344 140374832047600 140375942620885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18636] ppid=18572 vsize=10824364 memory=6944656592455097440 CPUtime=0.08 cores=1,3,5,7
/proc/18575/task/18636/stat : 18636 (java) S 18572 18575 12464 0 -1 1077944384 3 13401 0 0 0 0 5 3 20 0 15 0 445066702 11084148736 20379 33554432000 4194304 4196468 140724621471344 140374524648144 140375942629275 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18637] ppid=18572 vsize=10824364 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/18575/task/18637/stat : 18637 (java) R 18572 18575 12464 0 -1 4202560 901 13401 0 0 12 0 5 3 20 0 15 0 445066702 11084148736 20379 33554432000 4194304 4196468 140724621471344 140375179764128 140375923246502 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18638] ppid=18572 vsize=10824364 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/18575/task/18638/stat : 18638 (java) R 18572 18575 12464 0 -1 4202560 601 13401 0 0 15 0 5 3 20 0 15 0 445066702 11084148736 20379 33554432000 4194304 4196468 140724621471344 140375178725488 140375926107449 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18639] ppid=18572 vsize=10824364 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/18575/task/18639/stat : 18639 (java) S 18572 18575 12464 0 -1 1077944384 823 13401 0 0 17 0 5 3 20 0 15 0 445066702 11084148736 20379 33554432000 4194304 4196468 140724621471344 140375177672944 140375942621826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18640] ppid=18572 vsize=10824364 memory=280486194708720 CPUtime=0.08 cores=1,3,5,7
/proc/18575/task/18640/stat : 18640 (java) S 18572 18575 12464 0 -1 1077944384 3 13401 0 0 0 0 5 3 20 0 15 0 445066702 11084148736 20379 33554432000 4194304 4196468 140724621471344 140374491089504 140375942620885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18641] ppid=18572 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18575/task/18641/stat : 18641 (java) S 18572 18575 12464 0 -1 1077944384 1 13401 0 0 0 0 5 3 20 0 15 0 445066702 11084148736 20379 33554432000 4194304 4196468 140724621471344 140375176620848 140375942621826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 81516 KiB

[startup+1.50068 s]
/proc/loadavg: 1.25 1.37 1.42 4/226 18641
/proc/meminfo: memFree=30186448/32770624 swapFree=66922568/67108860
[pid=18575] ppid=18572 vsize=10834680 memory=181596 CPUtime=2.69 cores=1,3,5,7
/proc/18575/stat : 18575 (java) S 18572 18575 12464 0 -1 1077944320 25046 13401 0 0 252 9 5 3 20 0 15 0 445066687 11094712320 45399 33554432000 4194304 4196468 140724621471344 140724621453888 140375942610679 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
/proc/18575/statm: 2708670 45399 3580 1 0 2670733 0
[pid=18575/tid=18628] ppid=18572 vsize=10834680 memory=25 CPUtime=1.43 cores=1,3,5,7
/proc/18575/task/18628/stat : 18628 (java) R 18572 18575 12464 0 -1 4202560 16142 13401 0 0 129 6 5 3 20 0 15 0 445066696 11094712320 45399 33554432000 4194304 4196468 140724621471344 140375914429568 140375942632026 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18629] ppid=18572 vsize=10834680 memory=30 CPUtime=0.09 cores=1,3,5,7
/proc/18575/task/18629/stat : 18629 (java) S 18572 18575 12464 0 -1 1077944384 34 13401 0 0 1 0 5 3 20 0 15 0 445066697 11094712320 45399 33554432000 4194304 4196468 140724621471344 140375946852624 140375942620885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18630] ppid=18572 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/18575/task/18630/stat : 18630 (java) S 18572 18575 12464 0 -1 1077944384 61 13401 0 0 1 0 5 3 20 0 15 0 445066697 11094712320 45399 33554432000 4194304 4196468 140724621471344 140375845742992 140375942620885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18631] ppid=18572 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/18575/task/18631/stat : 18631 (java) S 18572 18575 12464 0 -1 1077944384 59 13401 0 0 1 0 5 3 20 0 15 0 445066697 11094712320 45399 33554432000 4194304 4196468 140724621471344 140375844690448 140375942620885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18632] ppid=18572 vsize=10834680 memory=99648 CPUtime=0.09 cores=1,3,5,7
/proc/18575/task/18632/stat : 18632 (java) S 18572 18575 12464 0 -1 1077944384 326 13401 0 0 1 0 5 3 20 0 15 0 445066697 11094712320 45399 33554432000 4194304 4196468 140724621471344 140375843637904 140375942620885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18633] ppid=18572 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/18575/task/18633/stat : 18633 (java) S 18572 18575 12464 0 -1 1077944384 1493 13401 0 0 1 0 5 3 20 0 15 0 445066698 11094712320 45399 33554432000 4194304 4196468 140724621471344 140375214389744 140375942621826 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18634] ppid=18572 vsize=10834680 memory=7234844112153765207 CPUtime=0.08 cores=1,3,5,7
/proc/18575/task/18634/stat : 18634 (java) S 18572 18575 12464 0 -1 1077944384 33 13401 0 0 0 0 5 3 20 0 15 0 445066699 11094712320 45399 33554432000 4194304 4196468 140724621471344 140375213335968 140375942620885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18635] ppid=18572 vsize=10834680 memory=7307765879551779413 CPUtime=0.08 cores=1,3,5,7
/proc/18575/task/18635/stat : 18635 (java) S 18572 18575 12464 0 -1 1077944384 2 13401 0 0 0 0 5 3 20 0 15 0 445066699 11094712320 45399 33554432000 4194304 4196468 140724621471344 140374832047600 140375942620885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18636] ppid=18572 vsize=10834680 memory=7301013843070379114 CPUtime=0.08 cores=1,3,5,7
/proc/18575/task/18636/stat : 18636 (java) S 18572 18575 12464 0 -1 1077944384 3 13401 0 0 0 0 5 3 20 0 15 0 445066702 11094712320 45399 33554432000 4194304 4196468 140724621471344 140374524648144 140375942629275 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18637] ppid=18572 vsize=10834680 memory=5788067138599740504 CPUtime=0.47 cores=1,3,5,7
/proc/18575/task/18637/stat : 18637 (java) S 18572 18575 12464 0 -1 1077944384 1933 13401 0 0 39 0 5 3 20 0 15 0 445066702 11094712320 45399 33554432000 4194304 4196468 140724621471344 140375179778032 140375942621826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18638] ppid=18572 vsize=10834680 memory=7594028194313949807 CPUtime=0.41 cores=1,3,5,7
/proc/18575/task/18638/stat : 18638 (java) S 18572 18575 12464 0 -1 1077944384 961 13401 0 0 33 0 5 3 20 0 15 0 445066702 11094712320 45399 33554432000 4194304 4196468 140724621471344 140375178725488 140375942621826 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18639] ppid=18572 vsize=10834680 memory=7234844112153765207 CPUtime=0.48 cores=1,3,5,7
/proc/18575/task/18639/stat : 18639 (java) R 18572 18575 12464 0 -1 4202560 1788 13401 0 0 40 0 5 3 20 0 15 0 445066702 11094712320 45399 33554432000 4194304 4196468 140724621471344 140375177672944 140375942632026 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18640] ppid=18572 vsize=10834680 memory=7234844112153765207 CPUtime=0.08 cores=1,3,5,7
/proc/18575/task/18640/stat : 18640 (java) S 18572 18575 12464 0 -1 1077944384 3 13401 0 0 0 0 5 3 20 0 15 0 445066702 11094712320 45399 33554432000 4194304 4196468 140724621471344 140374491089504 140375942620885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18641] ppid=18572 vsize=10834680 memory=56 CPUtime=0.08 cores=1,3,5,7
/proc/18575/task/18641/stat : 18641 (java) S 18572 18575 12464 0 -1 1077944384 3 13401 0 0 0 0 5 3 20 0 15 0 445066702 11094712320 45399 33554432000 4194304 4196468 140724621471344 140375176620848 140375942621826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
Current children cumulated CPU time: 2.69 s
Current children cumulated vsize: 10834680 KiB

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

/proc/18575/task/18628/stat : 18628 (java) R 18572 18575 12464 0 -1 4202560 251256 13401 0 0 219347 77 5 3 20 0 15 0 445066696 11107315712 802230 33554432000 4194304 4196468 140724621471344 140375914444960 140375534023089 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18629] ppid=18572 vsize=10846988 memory=3203264 CPUtime=6.75 cores=1,3,5,7
/proc/18575/task/18629/stat : 18629 (java) S 18572 18575 12464 0 -1 1077944384 24850 13401 0 0 599 68 5 3 20 0 15 0 445066697 11107315712 802230 33554432000 4194304 4196468 140724621471344 140375946852624 140375942620885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18630] ppid=18572 vsize=10846988 memory=6791534058613427641 CPUtime=6.7 cores=1,3,5,7
/proc/18575/task/18630/stat : 18630 (java) S 18572 18575 12464 0 -1 1077944384 26900 13401 0 0 597 65 5 3 20 0 15 0 445066697 11107315712 802230 33554432000 4194304 4196468 140724621471344 140375845742992 140375942620885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18631] ppid=18572 vsize=10846988 memory=3208920 CPUtime=6.72 cores=1,3,5,7
/proc/18575/task/18631/stat : 18631 (java) S 18572 18575 12464 0 -1 1077944384 19607 13401 0 0 598 66 5 3 20 0 15 0 445066697 11107315712 802230 33554432000 4194304 4196468 140724621471344 140375844690448 140375942620885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18632] ppid=18572 vsize=10846988 memory=3203264 CPUtime=6.73 cores=1,3,5,7
/proc/18575/task/18632/stat : 18632 (java) S 18572 18575 12464 0 -1 1077944384 24434 13401 0 0 597 68 5 3 20 0 15 0 445066697 11107315712 802230 33554432000 4194304 4196468 140724621471344 140375843637904 140375942620885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18633] ppid=18572 vsize=10846988 memory=3203260 CPUtime=0.89 cores=1,3,5,7
/proc/18575/task/18633/stat : 18633 (java) S 18572 18575 12464 0 -1 1077944384 31947 13401 0 0 67 14 5 3 20 0 15 0 445066698 11107315712 802230 33554432000 4194304 4196468 140724621471344 140375214389744 140375942621826 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18634] ppid=18572 vsize=10846988 memory=3203260 CPUtime=0.08 cores=1,3,5,7
/proc/18575/task/18634/stat : 18634 (java) S 18572 18575 12464 0 -1 1077944384 47 13401 0 0 0 0 5 3 20 0 15 0 445066699 11107315712 802230 33554432000 4194304 4196468 140724621471344 140375213336032 140375942620885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18635] ppid=18572 vsize=10846988 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18575/task/18635/stat : 18635 (java) S 18572 18575 12464 0 -1 1077944384 17 13401 0 0 0 0 5 3 20 0 15 0 445066699 11107315712 802230 33554432000 4194304 4196468 140724621471344 140374832047616 140375942620885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18636] ppid=18572 vsize=10846988 memory=3208520 CPUtime=0.08 cores=1,3,5,7
/proc/18575/task/18636/stat : 18636 (java) S 18572 18575 12464 0 -1 1077944384 3 13401 0 0 0 0 5 3 20 0 15 0 445066702 11107315712 802230 33554432000 4194304 4196468 140724621471344 140374524648144 140375942629275 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18637] ppid=18572 vsize=10846988 memory=3208916 CPUtime=8.72 cores=1,3,5,7
/proc/18575/task/18637/stat : 18637 (java) S 18572 18575 12464 0 -1 1077944384 47169 13401 0 0 858 6 5 3 20 0 15 0 445066702 11107315712 802230 33554432000 4194304 4196468 140724621471344 140375179778032 140375942621826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18638] ppid=18572 vsize=10846988 memory=3208920 CPUtime=9.8 cores=1,3,5,7
/proc/18575/task/18638/stat : 18638 (java) S 18572 18575 12464 0 -1 1077944384 65065 13401 0 0 965 7 5 3 20 0 15 0 445066702 11107315712 802230 33554432000 4194304 4196468 140724621471344 140375178725488 140375942621826 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18639] ppid=18572 vsize=10846988 memory=3208916 CPUtime=2.64 cores=1,3,5,7
/proc/18575/task/18639/stat : 18639 (java) S 18572 18575 12464 0 -1 1077944384 36383 13401 0 0 251 5 5 3 20 0 15 0 445066702 11107315712 802230 33554432000 4194304 4196468 140724621471344 140375177672944 140375942621826 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18640] ppid=18572 vsize=10846988 memory=3208920 CPUtime=0.08 cores=1,3,5,7
/proc/18575/task/18640/stat : 18640 (java) S 18572 18575 12464 0 -1 1077944384 3 13401 0 0 0 0 5 3 20 0 15 0 445066702 11107315712 802230 33554432000 4194304 4196468 140724621471344 140374491089504 140375942620885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18641] ppid=18572 vsize=10846988 memory=7883383198995474535 CPUtime=1.34 cores=1,3,5,7
/proc/18575/task/18641/stat : 18641 (java) S 18572 18575 12464 0 -1 1077944384 1510 13401 0 0 56 70 5 3 20 0 15 0 445066702 11107315712 802230 33554432000 4194304 4196468 140724621471344 140375176620848 140375942621826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
Current children cumulated CPU time: 2244 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 3208920 KiB

[startup+2262.3 s]
/proc/loadavg: 1.79 1.69 1.57 3/227 18994
/proc/meminfo: memFree=25137456/32770624 swapFree=66922592/67108860
[pid=18575] ppid=18572 vsize=10846988 memory=3205344 CPUtime=2304.52 cores=1,3,5,7
/proc/18575/stat : 18575 (java) S 18572 18575 12464 0 -1 1077944320 542382 13401 0 0 230010 434 5 3 20 0 15 0 445066687 11107315712 801336 33554432000 4194304 4196468 140724621471344 140724621453888 140375942610679 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
/proc/18575/statm: 2711747 801336 3639 1 0 2673805 0
[pid=18575/tid=18628] ppid=18572 vsize=10846988 memory=3205344 CPUtime=2254.14 cores=1,3,5,7
/proc/18575/task/18628/stat : 18628 (java) R 18572 18575 12464 0 -1 4202560 255819 13401 0 0 225329 77 5 3 20 0 15 0 445066696 11107315712 801336 33554432000 4194304 4196468 140724621471344 140375914444960 140375540645090 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18629] ppid=18572 vsize=10846988 memory=3207392 CPUtime=6.91 cores=1,3,5,7
/proc/18575/task/18629/stat : 18629 (java) S 18572 18575 12464 0 -1 1077944384 25042 13401 0 0 615 68 5 3 20 0 15 0 445066697 11107315712 801336 33554432000 4194304 4196468 140724621471344 140375946852624 140375942620885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18630] ppid=18572 vsize=10846988 memory=3205344 CPUtime=6.86 cores=1,3,5,7
/proc/18575/task/18630/stat : 18630 (java) S 18572 18575 12464 0 -1 1077944384 27043 13401 0 0 613 65 5 3 20 0 15 0 445066697 11107315712 801336 33554432000 4194304 4196468 140724621471344 140375845742992 140375942620885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18631] ppid=18572 vsize=10846988 memory=3205344 CPUtime=6.88 cores=1,3,5,7
/proc/18575/task/18631/stat : 18631 (java) S 18572 18575 12464 0 -1 1077944384 21388 13401 0 0 614 66 5 3 20 0 15 0 445066697 11107315712 801336 33554432000 4194304 4196468 140724621471344 140375844690448 140375942620885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18632] ppid=18572 vsize=10846988 memory=3208916 CPUtime=6.89 cores=1,3,5,7
/proc/18575/task/18632/stat : 18632 (java) S 18572 18575 12464 0 -1 1077944384 24916 13401 0 0 613 68 5 3 20 0 15 0 445066697 11107315712 801336 33554432000 4194304 4196468 140724621471344 140375843637904 140375942620885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18633] ppid=18572 vsize=10846988 memory=988 CPUtime=0.9 cores=1,3,5,7
/proc/18575/task/18633/stat : 18633 (java) S 18572 18575 12464 0 -1 1077944384 32284 13401 0 0 68 14 5 3 20 0 15 0 445066698 11107315712 801336 33554432000 4194304 4196468 140724621471344 140375214389744 140375942621826 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18634] ppid=18572 vsize=10846988 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/18575/task/18634/stat : 18634 (java) S 18572 18575 12464 0 -1 1077944384 47 13401 0 0 0 0 5 3 20 0 15 0 445066699 11107315712 801336 33554432000 4194304 4196468 140724621471344 140375213336032 140375942620885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18635] ppid=18572 vsize=10846988 memory=81956096182762 CPUtime=0.08 cores=1,3,5,7
/proc/18575/task/18635/stat : 18635 (java) S 18572 18575 12464 0 -1 1077944384 17 13401 0 0 0 0 5 3 20 0 15 0 445066699 11107315712 801336 33554432000 4194304 4196468 140724621471344 140374832047616 140375942620885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18636] ppid=18572 vsize=10846988 memory=3205344 CPUtime=0.08 cores=1,3,5,7
/proc/18575/task/18636/stat : 18636 (java) S 18572 18575 12464 0 -1 1077944384 3 13401 0 0 0 0 5 3 20 0 15 0 445066702 11107315712 801336 33554432000 4194304 4196468 140724621471344 140374524648144 140375942629275 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18637] ppid=18572 vsize=10846988 memory=3205344 CPUtime=8.72 cores=1,3,5,7
/proc/18575/task/18637/stat : 18637 (java) S 18572 18575 12464 0 -1 1077944384 47171 13401 0 0 858 6 5 3 20 0 15 0 445066702 11107315712 801336 33554432000 4194304 4196468 140724621471344 140375179778032 140375942621826 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18638] ppid=18572 vsize=10846988 memory=3620 CPUtime=9.8 cores=1,3,5,7
/proc/18575/task/18638/stat : 18638 (java) S 18572 18575 12464 0 -1 1077944384 65068 13401 0 0 965 7 5 3 20 0 15 0 445066702 11107315712 801336 33554432000 4194304 4196468 140724621471344 140375178725488 140375942621826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18639] ppid=18572 vsize=10846988 memory=47236 CPUtime=2.66 cores=1,3,5,7
/proc/18575/task/18639/stat : 18639 (java) S 18572 18575 12464 0 -1 1077944384 39821 13401 0 0 252 6 5 3 20 0 15 0 445066702 11107315712 801336 33554432000 4194304 4196468 140724621471344 140375177672944 140375942621826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18640] ppid=18572 vsize=10846988 memory=3620 CPUtime=0.08 cores=1,3,5,7
/proc/18575/task/18640/stat : 18640 (java) S 18572 18575 12464 0 -1 1077944384 3 13401 0 0 0 0 5 3 20 0 15 0 445066702 11107315712 801336 33554432000 4194304 4196468 140724621471344 140374491089504 140375942620885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18641] ppid=18572 vsize=10846988 memory=47236 CPUtime=1.38 cores=1,3,5,7
/proc/18575/task/18641/stat : 18641 (java) S 18572 18575 12464 0 -1 1077944384 1555 13401 0 0 58 72 5 3 20 0 15 0 445066702 11107315712 801336 33554432000 4194304 4196468 140724621471344 140375176620848 140375942621826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
Current children cumulated CPU time: 2304.52 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 3205344 KiB

[startup+2322.3 s]
/proc/loadavg: 1.88 1.73 1.59 3/227 19005
/proc/meminfo: memFree=25296944/32770624 swapFree=66922596/67108860
[pid=18575] ppid=18572 vsize=10846988 memory=3204316 CPUtime=2364.7 cores=1,3,5,7
/proc/18575/stat : 18575 (java) S 18572 18575 12464 0 -1 1077944320 552496 13401 0 0 236026 436 5 3 20 0 15 0 445066687 11107315712 801079 33554432000 4194304 4196468 140724621471344 140724621453888 140375942610679 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
/proc/18575/statm: 2711747 801079 3639 1 0 2673805 0
[pid=18575/tid=18628] ppid=18572 vsize=10846988 memory=3204316 CPUtime=2314.09 cores=1,3,5,7
/proc/18575/task/18628/stat : 18628 (java) R 18572 18575 12464 0 -1 4202560 260085 13401 0 0 231323 78 5 3 20 0 15 0 445066696 11107315712 801079 33554432000 4194304 4196468 140724621471344 140375914445456 140375534321405 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18629] ppid=18572 vsize=10846988 memory=3204316 CPUtime=6.95 cores=1,3,5,7
/proc/18575/task/18629/stat : 18629 (java) S 18572 18575 12464 0 -1 1077944384 26826 13401 0 0 619 68 5 3 20 0 15 0 445066697 11107315712 801079 33554432000 4194304 4196468 140724621471344 140375946852624 140375942620885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18630] ppid=18572 vsize=10846988 memory=988 CPUtime=6.89 cores=1,3,5,7
/proc/18575/task/18630/stat : 18630 (java) S 18572 18575 12464 0 -1 1077944384 27309 13401 0 0 616 65 5 3 20 0 15 0 445066697 11107315712 801079 33554432000 4194304 4196468 140724621471344 140375845742992 140375942620885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18631] ppid=18572 vsize=10846988 memory=3204316 CPUtime=6.92 cores=1,3,5,7
/proc/18575/task/18631/stat : 18631 (java) S 18572 18575 12464 0 -1 1077944384 21529 13401 0 0 618 66 5 3 20 0 15 0 445066697 11107315712 801079 33554432000 4194304 4196468 140724621471344 140375844690448 140375942620885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18632] ppid=18572 vsize=10846988 memory=3204316 CPUtime=6.92 cores=1,3,5,7
/proc/18575/task/18632/stat : 18632 (java) S 18572 18575 12464 0 -1 1077944384 25284 13401 0 0 616 68 5 3 20 0 15 0 445066697 11107315712 801079 33554432000 4194304 4196468 140724621471344 140375843637904 140375942620885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18633] ppid=18572 vsize=10846988 memory=3204828 CPUtime=0.91 cores=1,3,5,7
/proc/18575/task/18633/stat : 18633 (java) S 18572 18575 12464 0 -1 1077944384 32618 13401 0 0 69 14 5 3 20 0 15 0 445066698 11107315712 801079 33554432000 4194304 4196468 140724621471344 140375214389744 140375942621826 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18634] ppid=18572 vsize=10846988 memory=780 CPUtime=0.08 cores=1,3,5,7
/proc/18575/task/18634/stat : 18634 (java) S 18572 18575 12464 0 -1 1077944384 47 13401 0 0 0 0 5 3 20 0 15 0 445066699 11107315712 801079 33554432000 4194304 4196468 140724621471344 140375213336032 140375942620885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18635] ppid=18572 vsize=10846988 memory=3204316 CPUtime=0.08 cores=1,3,5,7
/proc/18575/task/18635/stat : 18635 (java) S 18572 18575 12464 0 -1 1077944384 17 13401 0 0 0 0 5 3 20 0 15 0 445066699 11107315712 801079 33554432000 4194304 4196468 140724621471344 140374832047616 140375942620885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18636] ppid=18572 vsize=10846988 memory=3620 CPUtime=0.08 cores=1,3,5,7
/proc/18575/task/18636/stat : 18636 (java) S 18572 18575 12464 0 -1 1077944384 3 13401 0 0 0 0 5 3 20 0 15 0 445066702 11107315712 801079 33554432000 4194304 4196468 140724621471344 140374524648144 140375942629275 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18637] ppid=18572 vsize=10846988 memory=47248 CPUtime=8.72 cores=1,3,5,7
/proc/18575/task/18637/stat : 18637 (java) S 18572 18575 12464 0 -1 1077944384 47173 13401 0 0 858 6 5 3 20 0 15 0 445066702 11107315712 801079 33554432000 4194304 4196468 140724621471344 140375179778032 140375942621826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18638] ppid=18572 vsize=10846988 memory=988 CPUtime=9.83 cores=1,3,5,7
/proc/18575/task/18638/stat : 18638 (java) S 18572 18575 12464 0 -1 1077944384 67996 13401 0 0 968 7 5 3 20 0 15 0 445066702 11107315712 801079 33554432000 4194304 4196468 140724621471344 140375178725488 140375942621826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18639] ppid=18572 vsize=10846988 memory=3205344 CPUtime=2.66 cores=1,3,5,7
/proc/18575/task/18639/stat : 18639 (java) S 18572 18575 12464 0 -1 1077944384 39823 13401 0 0 252 6 5 3 20 0 15 0 445066702 11107315712 801079 33554432000 4194304 4196468 140724621471344 140375177672944 140375942621826 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18640] ppid=18572 vsize=10846988 memory=3205344 CPUtime=0.08 cores=1,3,5,7
/proc/18575/task/18640/stat : 18640 (java) S 18572 18575 12464 0 -1 1077944384 3 13401 0 0 0 0 5 3 20 0 15 0 445066702 11107315712 801079 33554432000 4194304 4196468 140724621471344 140374491089504 140375942620885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18641] ppid=18572 vsize=10846988 memory=3204828 CPUtime=1.42 cores=1,3,5,7
/proc/18575/task/18641/stat : 18641 (java) S 18572 18575 12464 0 -1 1077944384 1578 13401 0 0 60 74 5 3 20 0 15 0 445066702 11107315712 801079 33554432000 4194304 4196468 140724621471344 140375176620848 140375942621826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
Current children cumulated CPU time: 2364.7 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 3204316 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2357.6 s]
/proc/loadavg: 1.68 1.70 1.58 3/225 19009
/proc/meminfo: memFree=25335744/32770624 swapFree=66922596/67108860
[pid=18575] ppid=18572 vsize=10846988 memory=3203292 CPUtime=2400.06 cores=1,3,5,7
/proc/18575/stat : 18575 (java) S 18572 18575 12464 0 -1 1077944320 553521 13401 0 0 239560 438 5 3 20 0 15 0 445066687 11107315712 800823 33554432000 4194304 4196468 140724621471344 140724621453888 140375942610679 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
/proc/18575/statm: 2711747 800823 3639 1 0 2673805 0
[pid=18575/tid=18628] ppid=18572 vsize=10846988 memory=1408 CPUtime=2349.37 cores=1,3,5,7
/proc/18575/task/18628/stat : 18628 (java) R 18572 18575 12464 0 -1 4202560 260974 13401 0 0 234851 78 5 3 20 0 15 0 445066696 11107315712 800823 33554432000 4194304 4196468 140724621471344 140375914445312 140375534321540 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18629] ppid=18572 vsize=10846988 memory=6791534058613427641 CPUtime=6.96 cores=1,3,5,7
/proc/18575/task/18629/stat : 18629 (java) S 18572 18575 12464 0 -1 1077944384 26831 13401 0 0 620 68 5 3 20 0 15 0 445066697 11107315712 800823 33554432000 4194304 4196468 140724621471344 140375946852624 140375942620885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18630] ppid=18572 vsize=10846988 memory=47248 CPUtime=6.91 cores=1,3,5,7
/proc/18575/task/18630/stat : 18630 (java) S 18572 18575 12464 0 -1 1077944384 27320 13401 0 0 618 65 5 3 20 0 15 0 445066697 11107315712 800823 33554432000 4194304 4196468 140724621471344 140375845742992 140375942620885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18631] ppid=18572 vsize=10846988 memory=988 CPUtime=6.93 cores=1,3,5,7
/proc/18575/task/18631/stat : 18631 (java) S 18572 18575 12464 0 -1 1077944384 21564 13401 0 0 619 66 5 3 20 0 15 0 445066697 11107315712 800823 33554432000 4194304 4196468 140724621471344 140375844690448 140375942620885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18632] ppid=18572 vsize=10846988 memory=3204828 CPUtime=6.93 cores=1,3,5,7
/proc/18575/task/18632/stat : 18632 (java) S 18572 18575 12464 0 -1 1077944384 25325 13401 0 0 617 68 5 3 20 0 15 0 445066697 11107315712 800823 33554432000 4194304 4196468 140724621471344 140375843637904 140375942620885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18633] ppid=18572 vsize=10846988 memory=3203292 CPUtime=0.91 cores=1,3,5,7
/proc/18575/task/18633/stat : 18633 (java) S 18572 18575 12464 0 -1 1077944384 32630 13401 0 0 69 14 5 3 20 0 15 0 445066698 11107315712 800823 33554432000 4194304 4196468 140724621471344 140375214389744 140375942621826 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18634] ppid=18572 vsize=10846988 memory=3203292 CPUtime=0.08 cores=1,3,5,7
/proc/18575/task/18634/stat : 18634 (java) S 18572 18575 12464 0 -1 1077944384 47 13401 0 0 0 0 5 3 20 0 15 0 445066699 11107315712 800823 33554432000 4194304 4196468 140724621471344 140375213336032 140375942620885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18635] ppid=18572 vsize=10846988 memory=988 CPUtime=0.08 cores=1,3,5,7
/proc/18575/task/18635/stat : 18635 (java) S 18572 18575 12464 0 -1 1077944384 17 13401 0 0 0 0 5 3 20 0 15 0 445066699 11107315712 800823 33554432000 4194304 4196468 140724621471344 140374832047616 140375942620885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18636] ppid=18572 vsize=10846988 memory=3203292 CPUtime=0.08 cores=1,3,5,7
/proc/18575/task/18636/stat : 18636 (java) S 18572 18575 12464 0 -1 1077944384 3 13401 0 0 0 0 5 3 20 0 15 0 445066702 11107315712 800823 33554432000 4194304 4196468 140724621471344 140374524648144 140375942629275 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18637] ppid=18572 vsize=10846988 memory=6791534058613427641 CPUtime=8.72 cores=1,3,5,7
/proc/18575/task/18637/stat : 18637 (java) S 18572 18575 12464 0 -1 1077944384 47173 13401 0 0 858 6 5 3 20 0 15 0 445066702 11107315712 800823 33554432000 4194304 4196468 140724621471344 140375179778032 140375942621826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18638] ppid=18572 vsize=10846988 memory=3204316 CPUtime=9.83 cores=1,3,5,7
/proc/18575/task/18638/stat : 18638 (java) S 18572 18575 12464 0 -1 1077944384 67996 13401 0 0 968 7 5 3 20 0 15 0 445066702 11107315712 800823 33554432000 4194304 4196468 140724621471344 140375178725488 140375942621826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18639] ppid=18572 vsize=10846988 memory=681 CPUtime=2.66 cores=1,3,5,7
/proc/18575/task/18639/stat : 18639 (java) S 18572 18575 12464 0 -1 1077944384 39823 13401 0 0 252 6 5 3 20 0 15 0 445066702 11107315712 800823 33554432000 4194304 4196468 140724621471344 140375177672944 140375942621826 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18640] ppid=18572 vsize=10846988 memory=684 CPUtime=0.08 cores=1,3,5,7
/proc/18575/task/18640/stat : 18640 (java) S 18572 18575 12464 0 -1 1077944384 3 13401 0 0 0 0 5 3 20 0 15 0 445066702 11107315712 800823 33554432000 4194304 4196468 140724621471344 140374491089504 140375942620885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
[pid=18575/tid=18641] ppid=18572 vsize=10846988 memory=6791534058613427641 CPUtime=1.44 cores=1,3,5,7
/proc/18575/task/18641/stat : 18641 (java) S 18572 18575 12464 0 -1 1077944384 1610 13401 0 0 61 75 5 3 20 0 15 0 445066702 11107315712 800823 33554432000 4194304 4196468 140724621471344 140375176620848 140375942621826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15405056 140724621478639 140724621481157 140724621481157 140724621483983 0
Current children cumulated CPU time: 2400.06 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 3203292 KiB

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

[startup+2357.65 s]
# the end of solver process 18575 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2395.69 s, system=4.43388 s

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

Child status: 143
Real time (s): 2357.65
CPU time (s): 2400.13
CPU user time (s): 2395.69
CPU system time (s): 4.43388
CPU usage (%): 101.802
Max. virtual memory (cumulated for all children) (KiB): 10846988
Max. memory (cumulated for all children) (KiB): 3208920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2395.69
system time used= 4.43388
maximum resident set size= 3208928
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 568849
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3008
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 73303
involuntary context switches= 2125


# summary of solver processes directly reported to runsolver:
#   pid: 18575
#   total CPU time (s): 2400.13
#   total CPU user time (s): 2395.69
#   total CPU system time (s): 4.43388

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.6761 second user time and 21.8407 second system time

The end

Launcher Data

Begin job on node139 at 2019-09-17 04:41:32
IDJOB=4401461
IDBENCH=137880
IDSOLVER=2858
FILE ID=node139/4401461-1568687979
RUNJOBID= node139-1568673443-12496
PBS_JOBID= 21703780
Free space on /tmp= 59524 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/BinPacking/BinPacking-sum-s28/BinPacking-sum-s28-195.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4401461-1568687979/watcher-4401461-1568687979 -o /tmp/evaluation-result-4401461-1568687979/solver-4401461-1568687979 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node139-1568673443-12496 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1685003998 HOME/instance-4401461-1568687979.xml

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

MD5SUM BENCH= d65d33615c5545f7b52e9722b13d9f63
RANDOM SEED=1685003998

node139.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.57
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.57
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.57
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.57
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:        30285144 kB
MemAvailable:   31019504 kB
Buffers:          119312 kB
Cached:           906280 kB
SwapCached:        78128 kB
Active:          1452960 kB
Inactive:         462772 kB
Active(anon):     814784 kB
Inactive(anon):   118704 kB
Active(file):     638176 kB
Inactive(file):   344068 kB
Unevictable:      106964 kB
Mlocked:          106964 kB
SwapTotal:      67108860 kB
SwapFree:       66922568 kB
Dirty:             35600 kB
Writeback:             0 kB
AnonPages:        920712 kB
Mapped:            61772 kB
Shmem:             34476 kB
Slab:             164812 kB
SReclaimable:     135904 kB
SUnreclaim:        28908 kB
KernelStack:        3680 kB
PageTables:         7420 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2062872 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    741376 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 59488 MiB
End job on node139 at 2019-09-17 05:20:50