Trace number 4401459

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.09 2349.24

General information on the benchmark

NameBinPacking/BinPacking-sum-skj1/
BinPacking-sum-n3c3w2d.xml
MD5SUM3d635ffc1c83223a36f997090f45a603
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 variables764
Number of constraints221
Number of domains2
Minimum domain size76
Maximum domain size110
Distribution of domain sizes[{"size":76,"count":763},{"size":110,"count":1}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":654},{"degree":5,"count":109}]
Minimum constraint arity7
Maximum constraint arity763
Distribution of constraint arities[{"arity":7,"count":218},{"arity":110,"count":1},{"arity":763,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":109},{"type":"lex","count":1},{"type":"sum","count":109},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4401459-1568687717/watcher-4401459-1568687717 -o /tmp/evaluation-result-4401459-1568687717/solver-4401459-1568687717 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node121-1568673289-15739 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=520998890 HOME/instance-4401459-1568687717.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=20128, runsolver pid=20125

[startup+0.100057 s]*
/proc/loadavg: 1.35 1.47 1.49 3/219 20185
/proc/meminfo: memFree=30953960/32770624 swapFree=66976788/67108860
[pid=20128] ppid=20125 vsize=9972712 memory=18332 CPUtime=0.08 cores=1,3,5,7
/proc/20128/stat : 20128 (java) S 20125 20128 15707 0 -1 1077944320 4320 13148 0 0 1 0 5 2 20 0 6 0 445034398 10212057088 4583 33554432000 4194304 4196468 140724691184192 140724691166736 140195034619639 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
/proc/20128/statm: 2493178 4583 1932 1 0 2481616 0
[pid=20128/tid=20181] ppid=20125 vsize=9972712 memory=-8439527450518781933 CPUtime=0.08 cores=1,3,5,7
/proc/20128/task/20181/stat : 20181 (java) R 20125 20128 15707 0 -1 4202560 2111 13148 0 0 1 0 5 2 20 0 6 0 445034407 10212057088 4583 33554432000 4194304 4196468 140724691184192 140195006456400 140195016013373 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20182] ppid=20125 vsize=9972712 memory=4211974074016222602 CPUtime=0.07 cores=1,3,5,7
/proc/20128/task/20182/stat : 20182 (java) S 20125 20128 15707 0 -1 1077944384 1 13148 0 0 0 0 5 2 20 0 6 0 445034407 10212057088 4583 33554432000 4194304 4196468 140724691184192 140195038862480 140195034629845 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20183] ppid=20125 vsize=9972712 memory=140347811432064 CPUtime=0.07 cores=1,3,5,7
/proc/20128/task/20183/stat : 20183 (java) S 20125 20128 15707 0 -1 1077944384 1 13148 0 0 0 0 5 2 20 0 6 0 445034407 10212057088 4583 33554432000 4194304 4196468 140724691184192 140194927135760 140195034629845 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20184] ppid=20125 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20128/task/20184/stat : 20184 (java) S 20125 20128 15707 0 -1 1077944384 1 13148 0 0 0 0 5 2 20 0 6 0 445034407 10212057088 4583 33554432000 4194304 4196468 140724691184192 140194926082960 140195034629845 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20185] ppid=20125 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20128/task/20185/stat : 20185 (java) S 20125 20128 15707 0 -1 1077944384 2 13148 0 0 0 0 5 2 20 0 6 0 445034407 10212057088 4583 33554432000 4194304 4196468 140724691184192 140194925030160 140195034629845 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18332 KiB

[startup+0.209944 s]*
/proc/loadavg: 1.35 1.47 1.49 4/228 20194
/proc/meminfo: memFree=30934724/32770624 swapFree=66976788/67108860
[pid=20128] ppid=20125 vsize=10820196 memory=40532 CPUtime=0.26 cores=1,3,5,7
/proc/20128/stat : 20128 (java) S 20125 20128 15707 0 -1 1077944320 7048 13148 0 0 18 1 5 2 20 0 15 0 445034398 11079880704 10133 33554432000 4194304 4196468 140724691184192 140724691166736 140195034619639 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
/proc/20128/statm: 2705049 10133 3224 1 0 2667149 0
[pid=20128/tid=20181] ppid=20125 vsize=10820196 memory=7900017517374083699 CPUtime=0.18 cores=1,3,5,7
/proc/20128/task/20181/stat : 20181 (java) R 20125 20128 15707 0 -1 4202560 3544 13148 0 0 11 0 5 2 20 0 15 0 445034407 11079880704 10199 33554432000 4194304 4196468 140724691184192 140195006413560 140195016013373 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20182] ppid=20125 vsize=10820196 memory=4211974074016222602 CPUtime=0.07 cores=1,3,5,7
/proc/20128/task/20182/stat : 20182 (java) S 20125 20128 15707 0 -1 1077944384 1 13148 0 0 0 0 5 2 20 0 15 0 445034407 11079880704 10199 33554432000 4194304 4196468 140724691184192 140195038862480 140195034629845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20183] ppid=20125 vsize=10820196 memory=140347811432064 CPUtime=0.07 cores=1,3,5,7
/proc/20128/task/20183/stat : 20183 (java) S 20125 20128 15707 0 -1 1077944384 1 13148 0 0 0 0 5 2 20 0 15 0 445034407 11079880704 10199 33554432000 4194304 4196468 140724691184192 140194927135760 140195034629845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20184] ppid=20125 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20128/task/20184/stat : 20184 (java) S 20125 20128 15707 0 -1 1077944384 1 13148 0 0 0 0 5 2 20 0 15 0 445034407 11079880704 10199 33554432000 4194304 4196468 140724691184192 140194926082960 140195034629845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20185] ppid=20125 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/20128/task/20185/stat : 20185 (java) S 20125 20128 15707 0 -1 1077944384 2 13148 0 0 0 0 5 2 20 0 15 0 445034407 11079880704 10199 33554432000 4194304 4196468 140724691184192 140194925030160 140195034629845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20186] ppid=20125 vsize=10820196 memory=140347811432064 CPUtime=0.07 cores=1,3,5,7
/proc/20128/task/20186/stat : 20186 (java) S 20125 20128 15707 0 -1 1077944384 2 13148 0 0 0 0 5 2 20 0 15 0 445034409 11079880704 10199 33554432000 4194304 4196468 140724691184192 140194493856112 140195034630786 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20187] ppid=20125 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/20128/task/20187/stat : 20187 (java) S 20125 20128 15707 0 -1 1077944384 33 13148 0 0 0 0 5 2 20 0 15 0 445034409 11079880704 10199 33554432000 4194304 4196468 140724691184192 140194492802080 140195034629845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20188] ppid=20125 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20128/task/20188/stat : 20188 (java) S 20125 20128 15707 0 -1 1077944384 1 13148 0 0 0 0 5 2 20 0 15 0 445034410 11079880704 10199 33554432000 4194304 4196468 140724691184192 140193906549616 140195034629845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20189] ppid=20125 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20128/task/20189/stat : 20189 (java) S 20125 20128 15707 0 -1 1077944384 3 13148 0 0 0 0 5 2 20 0 15 0 445034412 11079880704 10199 33554432000 4194304 4196468 140724691184192 140193599149904 140195034638235 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20190] ppid=20125 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20128/task/20190/stat : 20190 (java) R 20125 20128 15707 0 -1 4202560 462 13148 0 0 1 0 5 2 20 0 15 0 445034412 11079880704 10199 33554432000 4194304 4196468 140724691184192 140194459245424 140195012471050 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20191] ppid=20125 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/20128/task/20191/stat : 20191 (java) S 20125 20128 15707 0 -1 1077944384 197 13148 0 0 1 0 5 2 20 0 15 0 445034412 11079880704 10199 33554432000 4194304 4196468 140724691184192 140194458192624 140195034630786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20192] ppid=20125 vsize=10820196 memory=140347811432064 CPUtime=0.1 cores=1,3,5,7
/proc/20128/task/20192/stat : 20192 (java) S 20125 20128 15707 0 -1 1077944384 601 13148 0 0 3 0 5 2 20 0 15 0 445034412 11079880704 10199 33554432000 4194304 4196468 140724691184192 140194457139824 140195034630786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20193] ppid=20125 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/20128/task/20193/stat : 20193 (java) S 20125 20128 15707 0 -1 1077944384 3 13148 0 0 0 0 5 2 20 0 15 0 445034412 11079880704 10199 33554432000 4194304 4196468 140724691184192 140193565592288 140195034629845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20194] ppid=20125 vsize=10820196 memory=140347811432064 CPUtime=0.07 cores=1,3,5,7
/proc/20128/task/20194/stat : 20194 (java) S 20125 20128 15707 0 -1 1077944384 1 13148 0 0 0 0 5 2 20 0 15 0 445034413 11079880704 10199 33554432000 4194304 4196468 140724691184192 140194456087216 140195034630786 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 40532 KiB

[startup+0.310433 s]*
/proc/loadavg: 1.35 1.47 1.49 3/228 20194
/proc/meminfo: memFree=30922288/32770624 swapFree=66976788/67108860
[pid=20128] ppid=20125 vsize=10820196 memory=49088 CPUtime=0.4 cores=1,3,5,7
/proc/20128/stat : 20128 (java) S 20125 20128 15707 0 -1 1077944320 10516 13148 0 0 30 3 5 2 20 0 15 0 445034398 11079880704 12272 33554432000 4194304 4196468 140724691184192 140724691166736 140195034619639 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
/proc/20128/statm: 2705049 12272 3309 1 0 2667149 0
[pid=20128/tid=20181] ppid=20125 vsize=10820196 memory=8317482817917895235 CPUtime=0.28 cores=1,3,5,7
/proc/20128/task/20181/stat : 20181 (java) R 20125 20128 15707 0 -1 4202560 6993 13148 0 0 19 2 5 2 20 0 15 0 445034407 11079880704 12272 33554432000 4194304 4196468 140724691184192 140195006442032 140195018700126 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20182] ppid=20125 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20128/task/20182/stat : 20182 (java) S 20125 20128 15707 0 -1 1077944384 1 13148 0 0 0 0 5 2 20 0 15 0 445034407 11079880704 12272 33554432000 4194304 4196468 140724691184192 140195038862480 140195034629845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20183] ppid=20125 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20128/task/20183/stat : 20183 (java) S 20125 20128 15707 0 -1 1077944384 1 13148 0 0 0 0 5 2 20 0 15 0 445034407 11079880704 12272 33554432000 4194304 4196468 140724691184192 140194927135760 140195034629845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20184] ppid=20125 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20128/task/20184/stat : 20184 (java) S 20125 20128 15707 0 -1 1077944384 1 13148 0 0 0 0 5 2 20 0 15 0 445034407 11079880704 12272 33554432000 4194304 4196468 140724691184192 140194926082960 140195034629845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20185] ppid=20125 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20128/task/20185/stat : 20185 (java) S 20125 20128 15707 0 -1 1077944384 2 13148 0 0 0 0 5 2 20 0 15 0 445034407 11079880704 12272 33554432000 4194304 4196468 140724691184192 140194925030160 140195034629845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20186] ppid=20125 vsize=10820196 memory=140347811432063 CPUtime=0.07 cores=1,3,5,7
/proc/20128/task/20186/stat : 20186 (java) S 20125 20128 15707 0 -1 1077944384 2 13148 0 0 0 0 5 2 20 0 15 0 445034409 11079880704 12272 33554432000 4194304 4196468 140724691184192 140194493856112 140195034630786 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20187] ppid=20125 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/20128/task/20187/stat : 20187 (java) S 20125 20128 15707 0 -1 1077944384 33 13148 0 0 0 0 5 2 20 0 15 0 445034409 11079880704 12272 33554432000 4194304 4196468 140724691184192 140194492802080 140195034629845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20188] ppid=20125 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20128/task/20188/stat : 20188 (java) S 20125 20128 15707 0 -1 1077944384 1 13148 0 0 0 0 5 2 20 0 15 0 445034410 11079880704 12272 33554432000 4194304 4196468 140724691184192 140193906549616 140195034629845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20189] ppid=20125 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20128/task/20189/stat : 20189 (java) S 20125 20128 15707 0 -1 1077944384 3 13148 0 0 0 0 5 2 20 0 15 0 445034412 11079880704 12272 33554432000 4194304 4196468 140724691184192 140193599149904 140195034638235 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20190] ppid=20125 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/20128/task/20190/stat : 20190 (java) S 20125 20128 15707 0 -1 1077944384 464 13148 0 0 2 0 5 2 20 0 15 0 445034412 11079880704 12272 33554432000 4194304 4196468 140724691184192 140194459245424 140195034630786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20191] ppid=20125 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/20128/task/20191/stat : 20191 (java) S 20125 20128 15707 0 -1 1077944384 197 13148 0 0 1 0 5 2 20 0 15 0 445034412 11079880704 12272 33554432000 4194304 4196468 140724691184192 140194458192624 140195034630786 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20192] ppid=20125 vsize=10820196 memory=140347811432064 CPUtime=0.12 cores=1,3,5,7
/proc/20128/task/20192/stat : 20192 (java) S 20125 20128 15707 0 -1 1077944384 609 13148 0 0 5 0 5 2 20 0 15 0 445034412 11079880704 12272 33554432000 4194304 4196468 140724691184192 140194457139824 140195034630786 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20193] ppid=20125 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/20128/task/20193/stat : 20193 (java) S 20125 20128 15707 0 -1 1077944384 3 13148 0 0 0 0 5 2 20 0 15 0 445034412 11079880704 12272 33554432000 4194304 4196468 140724691184192 140193565592288 140195034629845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20194] ppid=20125 vsize=10820196 memory=140347811432064 CPUtime=0.07 cores=1,3,5,7
/proc/20128/task/20194/stat : 20194 (java) S 20125 20128 15707 0 -1 1077944384 1 13148 0 0 0 0 5 2 20 0 15 0 445034413 11079880704 12272 33554432000 4194304 4196468 140724691184192 140194456087216 140195034630786 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 49088 KiB

[startup+0.70072 s]
/proc/loadavg: 1.35 1.47 1.49 4/228 20194
/proc/meminfo: memFree=30907492/32770624 swapFree=66976788/67108860
[pid=20128] ppid=20125 vsize=10824364 memory=81872 CPUtime=1.15 cores=1,3,5,7
/proc/20128/stat : 20128 (java) S 20125 20128 15707 0 -1 1077944320 14675 13148 0 0 103 5 5 2 20 0 15 0 445034398 11084148736 20468 33554432000 4194304 4196468 140724691184192 140724691166736 140195034619639 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
/proc/20128/statm: 2706091 20468 3509 1 0 2668173 0
[pid=20128/tid=20181] ppid=20125 vsize=10824364 memory=2241 CPUtime=0.66 cores=1,3,5,7
/proc/20128/task/20181/stat : 20181 (java) R 20125 20128 15707 0 -1 4202560 10050 13148 0 0 56 3 5 2 20 0 15 0 445034407 11084148736 20468 33554432000 4194304 4196468 140724691184192 140195006449184 140195034641565 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20182] ppid=20125 vsize=10824364 memory=2244 CPUtime=0.07 cores=1,3,5,7
/proc/20128/task/20182/stat : 20182 (java) S 20125 20128 15707 0 -1 1077944384 1 13148 0 0 0 0 5 2 20 0 15 0 445034407 11084148736 20468 33554432000 4194304 4196468 140724691184192 140195038862480 140195034629845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20183] ppid=20125 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20128/task/20183/stat : 20183 (java) S 20125 20128 15707 0 -1 1077944384 1 13148 0 0 0 0 5 2 20 0 15 0 445034407 11084148736 20468 33554432000 4194304 4196468 140724691184192 140194927135760 140195034629845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20184] ppid=20125 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20128/task/20184/stat : 20184 (java) S 20125 20128 15707 0 -1 1077944384 1 13148 0 0 0 0 5 2 20 0 15 0 445034407 11084148736 20468 33554432000 4194304 4196468 140724691184192 140194926082960 140195034629845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20185] ppid=20125 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20128/task/20185/stat : 20185 (java) S 20125 20128 15707 0 -1 1077944384 2 13148 0 0 0 0 5 2 20 0 15 0 445034407 11084148736 20468 33554432000 4194304 4196468 140724691184192 140194925030160 140195034629845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20186] ppid=20125 vsize=10824364 memory=6944652177228980320 CPUtime=0.07 cores=1,3,5,7
/proc/20128/task/20186/stat : 20186 (java) S 20125 20128 15707 0 -1 1077944384 5 13148 0 0 0 0 5 2 20 0 15 0 445034409 11084148736 20468 33554432000 4194304 4196468 140724691184192 140194493856112 140195034630786 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20187] ppid=20125 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20128/task/20187/stat : 20187 (java) S 20125 20128 15707 0 -1 1077944384 33 13148 0 0 0 0 5 2 20 0 15 0 445034409 11084148736 20468 33554432000 4194304 4196468 140724691184192 140194492802080 140195034629845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20188] ppid=20125 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20128/task/20188/stat : 20188 (java) S 20125 20128 15707 0 -1 1077944384 1 13148 0 0 0 0 5 2 20 0 15 0 445034410 11084148736 20468 33554432000 4194304 4196468 140724691184192 140193906549616 140195034629845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20189] ppid=20125 vsize=10824364 memory=6944656592455097440 CPUtime=0.07 cores=1,3,5,7
/proc/20128/task/20189/stat : 20189 (java) S 20125 20128 15707 0 -1 1077944384 3 13148 0 0 0 0 5 2 20 0 15 0 445034412 11084148736 20468 33554432000 4194304 4196468 140724691184192 140193599149904 140195034638235 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20190] ppid=20125 vsize=10824364 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/20128/task/20190/stat : 20190 (java) R 20125 20128 15707 0 -1 4202560 838 13148 0 0 16 0 5 2 20 0 15 0 445034412 11084148736 20468 33554432000 4194304 4196468 140724691184192 140194459245424 140195016139298 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20191] ppid=20125 vsize=10824364 memory=0 CPUtime=0.19 cores=1,3,5,7
/proc/20128/task/20191/stat : 20191 (java) R 20125 20128 15707 0 -1 4202560 687 13148 0 0 12 0 5 2 20 0 15 0 445034412 11084148736 20468 33554432000 4194304 4196468 140724691184192 140194458192624 140195019530806 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20192] ppid=20125 vsize=10824364 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/20128/task/20192/stat : 20192 (java) S 20125 20128 15707 0 -1 1077944384 843 13148 0 0 17 0 5 2 20 0 15 0 445034412 11084148736 20468 33554432000 4194304 4196468 140724691184192 140194457139824 140195034630786 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20193] ppid=20125 vsize=10824364 memory=280695305928944 CPUtime=0.07 cores=1,3,5,7
/proc/20128/task/20193/stat : 20193 (java) S 20125 20128 15707 0 -1 1077944384 3 13148 0 0 0 0 5 2 20 0 15 0 445034412 11084148736 20468 33554432000 4194304 4196468 140724691184192 140193565592288 140195034629845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20194] ppid=20125 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20128/task/20194/stat : 20194 (java) S 20125 20128 15707 0 -1 1077944384 1 13148 0 0 0 0 5 2 20 0 15 0 445034413 11084148736 20468 33554432000 4194304 4196468 140724691184192 140194456087216 140195034630786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 81872 KiB

[startup+1.50073 s]
/proc/loadavg: 1.32 1.46 1.49 3/228 20194
/proc/meminfo: memFree=30864064/32770624 swapFree=66976788/67108860
[pid=20128] ppid=20125 vsize=10834680 memory=171384 CPUtime=2.55 cores=1,3,5,7
/proc/20128/stat : 20128 (java) S 20125 20128 15707 0 -1 1077944320 21392 13148 0 0 238 10 5 2 20 0 15 0 445034398 11094712320 42846 33554432000 4194304 4196468 140724691184192 140724691166736 140195034619639 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
/proc/20128/statm: 2708670 42846 3577 1 0 2670733 0
[pid=20128/tid=20181] ppid=20125 vsize=10834680 memory=7 CPUtime=1.43 cores=1,3,5,7
/proc/20128/task/20181/stat : 20181 (java) R 20125 20128 15707 0 -1 4202560 14878 13148 0 0 131 5 5 2 20 0 15 0 445034407 11094712320 42846 33554432000 4194304 4196468 140724691184192 140195006412304 140195034631574 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20182] ppid=20125 vsize=10834680 memory=2321 CPUtime=0.07 cores=1,3,5,7
/proc/20128/task/20182/stat : 20182 (java) S 20125 20128 15707 0 -1 1077944384 53 13148 0 0 0 0 5 2 20 0 15 0 445034407 11094712320 42846 33554432000 4194304 4196468 140724691184192 140195038862480 140195034629845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20183] ppid=20125 vsize=10834680 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20128/task/20183/stat : 20183 (java) S 20125 20128 15707 0 -1 1077944384 31 13148 0 0 0 0 5 2 20 0 15 0 445034407 11094712320 42846 33554432000 4194304 4196468 140724691184192 140194927135760 140195034629845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20184] ppid=20125 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20128/task/20184/stat : 20184 (java) S 20125 20128 15707 0 -1 1077944384 326 13148 0 0 1 0 5 2 20 0 15 0 445034407 11094712320 42846 33554432000 4194304 4196468 140724691184192 140194926082960 140195034629845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20185] ppid=20125 vsize=10834680 memory=4580 CPUtime=0.08 cores=1,3,5,7
/proc/20128/task/20185/stat : 20185 (java) S 20125 20128 15707 0 -1 1077944384 56 13148 0 0 1 0 5 2 20 0 15 0 445034407 11094712320 42846 33554432000 4194304 4196468 140724691184192 140194925030160 140195034629845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20186] ppid=20125 vsize=10834680 memory=7 CPUtime=0.08 cores=1,3,5,7
/proc/20128/task/20186/stat : 20186 (java) S 20125 20128 15707 0 -1 1077944384 134 13148 0 0 1 0 5 2 20 0 15 0 445034409 11094712320 42846 33554432000 4194304 4196468 140724691184192 140194493856112 140195034630786 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20187] ppid=20125 vsize=10834680 memory=2273 CPUtime=0.07 cores=1,3,5,7
/proc/20128/task/20187/stat : 20187 (java) S 20125 20128 15707 0 -1 1077944384 34 13148 0 0 0 0 5 2 20 0 15 0 445034409 11094712320 42846 33554432000 4194304 4196468 140724691184192 140194492802080 140195034629845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20188] ppid=20125 vsize=10834680 memory=2244 CPUtime=0.07 cores=1,3,5,7
/proc/20128/task/20188/stat : 20188 (java) S 20125 20128 15707 0 -1 1077944384 1 13148 0 0 0 0 5 2 20 0 15 0 445034410 11094712320 42846 33554432000 4194304 4196468 140724691184192 140193906549616 140195034629845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20189] ppid=20125 vsize=10834680 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/20128/task/20189/stat : 20189 (java) S 20125 20128 15707 0 -1 1077944384 3 13148 0 0 0 0 5 2 20 0 15 0 445034412 11094712320 42846 33554432000 4194304 4196468 140724691184192 140193599149904 140195034638235 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20190] ppid=20125 vsize=10834680 memory=0 CPUtime=0.37 cores=1,3,5,7
/proc/20128/task/20190/stat : 20190 (java) S 20125 20128 15707 0 -1 1077944384 1110 13148 0 0 30 0 5 2 20 0 15 0 445034412 11094712320 42846 33554432000 4194304 4196468 140724691184192 140194459245424 140195034630786 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20191] ppid=20125 vsize=10834680 memory=0 CPUtime=0.32 cores=1,3,5,7
/proc/20128/task/20191/stat : 20191 (java) S 20125 20128 15707 0 -1 1077944384 822 13148 0 0 25 0 5 2 20 0 15 0 445034412 11094712320 42846 33554432000 4194304 4196468 140724691184192 140194458192624 140195034630786 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20192] ppid=20125 vsize=10834680 memory=0 CPUtime=0.5 cores=1,3,5,7
/proc/20128/task/20192/stat : 20192 (java) S 20125 20128 15707 0 -1 1077944384 1733 13148 0 0 43 0 5 2 20 0 15 0 445034412 11094712320 42846 33554432000 4194304 4196468 140724691184192 140194457139824 140195034630786 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20193] ppid=20125 vsize=10834680 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/20128/task/20193/stat : 20193 (java) S 20125 20128 15707 0 -1 1077944384 3 13148 0 0 0 0 5 2 20 0 15 0 445034412 11094712320 42846 33554432000 4194304 4196468 140724691184192 140193565592288 140195034629845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20194] ppid=20125 vsize=10834680 memory=288230377108275491 CPUtime=0.07 cores=1,3,5,7
/proc/20128/task/20194/stat : 20194 (java) S 20125 20128 15707 0 -1 1077944384 1 13148 0 0 0 0 5 2 20 0 15 0 445034413 11094712320 42846 33554432000 4194304 4196468 140724691184192 140194456087216 140195034630786 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
Current children cumulated CPU time: 2.55 s
Current children cumulated vsize: 10834680 KiB

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

/proc/20128/task/20181/stat : 20181 (java) R 20125 20128 15707 0 -1 4202560 117653 13148 0 0 217943 51 5 2 20 0 15 0 445034407 11107315712 94027 33554432000 4194304 4196468 140724691184192 140195006455200 140194598796486 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20182] ppid=20125 vsize=10846988 memory=363396 CPUtime=11.45 cores=1,3,5,7
/proc/20128/task/20182/stat : 20182 (java) S 20125 20128 15707 0 -1 1077944384 17499 13148 0 0 1083 55 5 2 20 0 15 0 445034407 11107315712 94027 33554432000 4194304 4196468 140724691184192 140195038862480 140195034629845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20183] ppid=20125 vsize=10846988 memory=364496 CPUtime=11.37 cores=1,3,5,7
/proc/20128/task/20183/stat : 20183 (java) S 20125 20128 15707 0 -1 1077944384 17292 13148 0 0 1074 56 5 2 20 0 15 0 445034407 11107315712 94027 33554432000 4194304 4196468 140724691184192 140194927135760 140195034629845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20184] ppid=20125 vsize=10846988 memory=364736 CPUtime=11.41 cores=1,3,5,7
/proc/20128/task/20184/stat : 20184 (java) S 20125 20128 15707 0 -1 1077944384 15236 13148 0 0 1079 55 5 2 20 0 15 0 445034407 11107315712 94027 33554432000 4194304 4196468 140724691184192 140194926082960 140195034629845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20185] ppid=20125 vsize=10846988 memory=364608 CPUtime=11.37 cores=1,3,5,7
/proc/20128/task/20185/stat : 20185 (java) S 20125 20128 15707 0 -1 1077944384 17513 13148 0 0 1075 55 5 2 20 0 15 0 445034407 11107315712 94027 33554432000 4194304 4196468 140724691184192 140194925030160 140195034629845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20186] ppid=20125 vsize=10846988 memory=364736 CPUtime=8.23 cores=1,3,5,7
/proc/20128/task/20186/stat : 20186 (java) S 20125 20128 15707 0 -1 1077944384 12629 13148 0 0 751 65 5 2 20 0 15 0 445034409 11107315712 94027 33554432000 4194304 4196468 140724691184192 140194493856112 140195034630786 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20187] ppid=20125 vsize=10846988 memory=366416 CPUtime=0.07 cores=1,3,5,7
/proc/20128/task/20187/stat : 20187 (java) S 20125 20128 15707 0 -1 1077944384 44 13148 0 0 0 0 5 2 20 0 15 0 445034409 11107315712 94027 33554432000 4194304 4196468 140724691184192 140194492802208 140195034629845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20188] ppid=20125 vsize=10846988 memory=376656 CPUtime=0.07 cores=1,3,5,7
/proc/20128/task/20188/stat : 20188 (java) S 20125 20128 15707 0 -1 1077944384 20 13148 0 0 0 0 5 2 20 0 15 0 445034410 11107315712 94027 33554432000 4194304 4196468 140724691184192 140193906549632 140195034629845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20189] ppid=20125 vsize=10846988 memory=376108 CPUtime=0.07 cores=1,3,5,7
/proc/20128/task/20189/stat : 20189 (java) S 20125 20128 15707 0 -1 1077944384 3 13148 0 0 0 0 5 2 20 0 15 0 445034412 11107315712 94027 33554432000 4194304 4196468 140724691184192 140193599149904 140195034638235 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20190] ppid=20125 vsize=10846988 memory=376108 CPUtime=6.89 cores=1,3,5,7
/proc/20128/task/20190/stat : 20190 (java) S 20125 20128 15707 0 -1 1077944384 37622 13148 0 0 677 5 5 2 20 0 15 0 445034412 11107315712 94027 33554432000 4194304 4196468 140724691184192 140194459245424 140195034630786 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20191] ppid=20125 vsize=10846988 memory=376108 CPUtime=6.68 cores=1,3,5,7
/proc/20128/task/20191/stat : 20191 (java) S 20125 20128 15707 0 -1 1077944384 35711 13148 0 0 657 4 5 2 20 0 15 0 445034412 11107315712 94027 33554432000 4194304 4196468 140724691184192 140194458192624 140195034630786 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20192] ppid=20125 vsize=10846988 memory=376108 CPUtime=2.49 cores=1,3,5,7
/proc/20128/task/20192/stat : 20192 (java) S 20125 20128 15707 0 -1 1077944384 23988 13148 0 0 238 4 5 2 20 0 15 0 445034412 11107315712 94027 33554432000 4194304 4196468 140724691184192 140194457139824 140195034630786 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20193] ppid=20125 vsize=10846988 memory=364736 CPUtime=0.07 cores=1,3,5,7
/proc/20128/task/20193/stat : 20193 (java) S 20125 20128 15707 0 -1 1077944384 3 13148 0 0 0 0 5 2 20 0 15 0 445034412 11107315712 94027 33554432000 4194304 4196468 140724691184192 140193565592288 140195034629845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20194] ppid=20125 vsize=10846988 memory=780 CPUtime=1.32 cores=1,3,5,7
/proc/20128/task/20194/stat : 20194 (java) S 20125 20128 15707 0 -1 1077944384 1047 13148 0 0 57 68 5 2 20 0 15 0 445034413 11107315712 94027 33554432000 4194304 4196468 140724691184192 140194456087216 140195034630786 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
Current children cumulated CPU time: 2250.7 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 376108 KiB

[startup+2262.3 s]
/proc/loadavg: 1.06 1.30 1.36 3/228 20552
/proc/meminfo: memFree=30308600/32770624 swapFree=66976876/67108860
[pid=20128] ppid=20125 vsize=10846988 memory=370104 CPUtime=2311.65 cores=1,3,5,7
/proc/20128/stat : 20128 (java) S 20125 20128 15707 0 -1 1077944320 299903 13148 0 0 230781 377 5 2 20 0 15 0 445034398 11107315712 92526 33554432000 4194304 4196468 140724691184192 140724691166736 140195034619639 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
/proc/20128/statm: 2711747 92526 3635 1 0 2673805 0
[pid=20128/tid=20181] ppid=20125 vsize=10846988 memory=370104 CPUtime=2239.41 cores=1,3,5,7
/proc/20128/task/20181/stat : 20181 (java) R 20125 20128 15707 0 -1 4202560 118052 13148 0 0 223882 52 5 2 20 0 15 0 445034407 11107315712 92526 33554432000 4194304 4196468 140724691184192 140195006454416 140194599192228 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20182] ppid=20125 vsize=10846988 memory=370104 CPUtime=11.76 cores=1,3,5,7
/proc/20128/task/20182/stat : 20182 (java) S 20125 20128 15707 0 -1 1077944384 17702 13148 0 0 1113 56 5 2 20 0 15 0 445034407 11107315712 92526 33554432000 4194304 4196468 140724691184192 140195038862480 140195034629845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20183] ppid=20125 vsize=10846988 memory=370104 CPUtime=11.69 cores=1,3,5,7
/proc/20128/task/20183/stat : 20183 (java) S 20125 20128 15707 0 -1 1077944384 17555 13148 0 0 1105 57 5 2 20 0 15 0 445034407 11107315712 92526 33554432000 4194304 4196468 140724691184192 140194927135760 140195034629845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20184] ppid=20125 vsize=10846988 memory=370104 CPUtime=11.74 cores=1,3,5,7
/proc/20128/task/20184/stat : 20184 (java) S 20125 20128 15707 0 -1 1077944384 15460 13148 0 0 1110 57 5 2 20 0 15 0 445034407 11107315712 92526 33554432000 4194304 4196468 140724691184192 140194926082960 140195034629845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20185] ppid=20125 vsize=10846988 memory=370104 CPUtime=11.69 cores=1,3,5,7
/proc/20128/task/20185/stat : 20185 (java) S 20125 20128 15707 0 -1 1077944384 17652 13148 0 0 1107 55 5 2 20 0 15 0 445034407 11107315712 92526 33554432000 4194304 4196468 140724691184192 140194925030160 140195034629845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20186] ppid=20125 vsize=10846988 memory=6944656592387989600 CPUtime=8.47 cores=1,3,5,7
/proc/20128/task/20186/stat : 20186 (java) S 20125 20128 15707 0 -1 1077944384 12815 13148 0 0 773 67 5 2 20 0 15 0 445034409 11107315712 92526 33554432000 4194304 4196468 140724691184192 140194493856112 140195034630786 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20187] ppid=20125 vsize=10846988 memory=7872 CPUtime=0.07 cores=1,3,5,7
/proc/20128/task/20187/stat : 20187 (java) S 20125 20128 15707 0 -1 1077944384 44 13148 0 0 0 0 5 2 20 0 15 0 445034409 11107315712 92526 33554432000 4194304 4196468 140724691184192 140194492802208 140195034629845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20188] ppid=20125 vsize=10846988 memory=1164 CPUtime=0.07 cores=1,3,5,7
/proc/20128/task/20188/stat : 20188 (java) S 20125 20128 15707 0 -1 1077944384 20 13148 0 0 0 0 5 2 20 0 15 0 445034410 11107315712 92526 33554432000 4194304 4196468 140724691184192 140193906549632 140195034629845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20189] ppid=20125 vsize=10846988 memory=370104 CPUtime=0.07 cores=1,3,5,7
/proc/20128/task/20189/stat : 20189 (java) S 20125 20128 15707 0 -1 1077944384 3 13148 0 0 0 0 5 2 20 0 15 0 445034412 11107315712 92526 33554432000 4194304 4196468 140724691184192 140193599149904 140195034638235 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20190] ppid=20125 vsize=10846988 memory=3620 CPUtime=6.89 cores=1,3,5,7
/proc/20128/task/20190/stat : 20190 (java) S 20125 20128 15707 0 -1 1077944384 37624 13148 0 0 677 5 5 2 20 0 15 0 445034412 11107315712 92526 33554432000 4194304 4196468 140724691184192 140194459245424 140195034630786 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20191] ppid=20125 vsize=10846988 memory=370104 CPUtime=6.68 cores=1,3,5,7
/proc/20128/task/20191/stat : 20191 (java) S 20125 20128 15707 0 -1 1077944384 35713 13148 0 0 657 4 5 2 20 0 15 0 445034412 11107315712 92526 33554432000 4194304 4196468 140724691184192 140194458192624 140195034630786 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20192] ppid=20125 vsize=10846988 memory=370104 CPUtime=2.49 cores=1,3,5,7
/proc/20128/task/20192/stat : 20192 (java) S 20125 20128 15707 0 -1 1077944384 23990 13148 0 0 238 4 5 2 20 0 15 0 445034412 11107315712 92526 33554432000 4194304 4196468 140724691184192 140194457139824 140195034630786 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20193] ppid=20125 vsize=10846988 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/20128/task/20193/stat : 20193 (java) S 20125 20128 15707 0 -1 1077944384 3 13148 0 0 0 0 5 2 20 0 15 0 445034412 11107315712 92526 33554432000 4194304 4196468 140724691184192 140193565592288 140195034629845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20194] ppid=20125 vsize=10846988 memory=756 CPUtime=1.35 cores=1,3,5,7
/proc/20128/task/20194/stat : 20194 (java) S 20125 20128 15707 0 -1 1077944384 1063 13148 0 0 58 70 5 2 20 0 15 0 445034413 11107315712 92526 33554432000 4194304 4196468 140724691184192 140194456087216 140195034630786 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
Current children cumulated CPU time: 2311.65 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 370104 KiB

[startup+2322.3 s]
/proc/loadavg: 1.00 1.23 1.33 3/228 20556
/proc/meminfo: memFree=30309616/32770624 swapFree=66976876/67108860
[pid=20128] ppid=20125 vsize=10846988 memory=369660 CPUtime=2372.67 cores=1,3,5,7
/proc/20128/stat : 20128 (java) S 20125 20128 15707 0 -1 1077944320 304483 13148 0 0 236874 386 5 2 20 0 15 0 445034398 11107315712 92415 33554432000 4194304 4196468 140724691184192 140724691166736 140195034619639 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
/proc/20128/statm: 2711747 92415 3635 1 0 2673805 0
[pid=20128/tid=20181] ppid=20125 vsize=10846988 memory=369660 CPUtime=2298.77 cores=1,3,5,7
/proc/20128/task/20181/stat : 20181 (java) R 20125 20128 15707 0 -1 4202560 120895 13148 0 0 229817 53 5 2 20 0 15 0 445034407 11107315712 92415 33554432000 4194304 4196468 140724691184192 140195006453984 140194609431848 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20182] ppid=20125 vsize=10846988 memory=370360 CPUtime=12.11 cores=1,3,5,7
/proc/20128/task/20182/stat : 20182 (java) S 20125 20128 15707 0 -1 1077944384 18173 13148 0 0 1147 57 5 2 20 0 15 0 445034407 11107315712 92415 33554432000 4194304 4196468 140724691184192 140195038862480 140195034629845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20183] ppid=20125 vsize=10846988 memory=371064 CPUtime=12.04 cores=1,3,5,7
/proc/20128/task/20183/stat : 20183 (java) S 20125 20128 15707 0 -1 1077944384 17908 13148 0 0 1139 58 5 2 20 0 15 0 445034407 11107315712 92415 33554432000 4194304 4196468 140724691184192 140194927135760 140195034629845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20184] ppid=20125 vsize=10846988 memory=370360 CPUtime=12.08 cores=1,3,5,7
/proc/20128/task/20184/stat : 20184 (java) S 20125 20128 15707 0 -1 1077944384 15895 13148 0 0 1143 58 5 2 20 0 15 0 445034407 11107315712 92415 33554432000 4194304 4196468 140724691184192 140194926082960 140195034629845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20185] ppid=20125 vsize=10846988 memory=371064 CPUtime=12.04 cores=1,3,5,7
/proc/20128/task/20185/stat : 20185 (java) S 20125 20128 15707 0 -1 1077944384 17883 13148 0 0 1140 57 5 2 20 0 15 0 445034407 11107315712 92415 33554432000 4194304 4196468 140724691184192 140194925030160 140195034629845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20186] ppid=20125 vsize=10846988 memory=370360 CPUtime=8.7 cores=1,3,5,7
/proc/20128/task/20186/stat : 20186 (java) S 20125 20128 15707 0 -1 1077944384 13048 13148 0 0 793 70 5 2 20 0 15 0 445034409 11107315712 92415 33554432000 4194304 4196468 140724691184192 140194493856112 140195034630786 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20187] ppid=20125 vsize=10846988 memory=370360 CPUtime=0.07 cores=1,3,5,7
/proc/20128/task/20187/stat : 20187 (java) S 20125 20128 15707 0 -1 1077944384 44 13148 0 0 0 0 5 2 20 0 15 0 445034409 11107315712 92415 33554432000 4194304 4196468 140724691184192 140194492802208 140195034629845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20188] ppid=20125 vsize=10846988 memory=369660 CPUtime=0.07 cores=1,3,5,7
/proc/20128/task/20188/stat : 20188 (java) S 20125 20128 15707 0 -1 1077944384 20 13148 0 0 0 0 5 2 20 0 15 0 445034410 11107315712 92415 33554432000 4194304 4196468 140724691184192 140193906549632 140195034629845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20189] ppid=20125 vsize=10846988 memory=280695306713648 CPUtime=0.07 cores=1,3,5,7
/proc/20128/task/20189/stat : 20189 (java) S 20125 20128 15707 0 -1 1077944384 3 13148 0 0 0 0 5 2 20 0 15 0 445034412 11107315712 92415 33554432000 4194304 4196468 140724691184192 140193599149904 140195034638235 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20190] ppid=20125 vsize=10846988 memory=370360 CPUtime=6.89 cores=1,3,5,7
/proc/20128/task/20190/stat : 20190 (java) S 20125 20128 15707 0 -1 1077944384 37626 13148 0 0 677 5 5 2 20 0 15 0 445034412 11107315712 92415 33554432000 4194304 4196468 140724691184192 140194459245424 140195034630786 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20191] ppid=20125 vsize=10846988 memory=370360 CPUtime=6.68 cores=1,3,5,7
/proc/20128/task/20191/stat : 20191 (java) S 20125 20128 15707 0 -1 1077944384 35715 13148 0 0 657 4 5 2 20 0 15 0 445034412 11107315712 92415 33554432000 4194304 4196468 140724691184192 140194458192624 140195034630786 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20192] ppid=20125 vsize=10846988 memory=370360 CPUtime=2.49 cores=1,3,5,7
/proc/20128/task/20192/stat : 20192 (java) S 20125 20128 15707 0 -1 1077944384 23992 13148 0 0 238 4 5 2 20 0 15 0 445034412 11107315712 92415 33554432000 4194304 4196468 140724691184192 140194457139824 140195034630786 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20193] ppid=20125 vsize=10846988 memory=369848 CPUtime=0.07 cores=1,3,5,7
/proc/20128/task/20193/stat : 20193 (java) S 20125 20128 15707 0 -1 1077944384 3 13148 0 0 0 0 5 2 20 0 15 0 445034412 11107315712 92415 33554432000 4194304 4196468 140724691184192 140193565592288 140195034629845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20194] ppid=20125 vsize=10846988 memory=369848 CPUtime=1.38 cores=1,3,5,7
/proc/20128/task/20194/stat : 20194 (java) S 20125 20128 15707 0 -1 1077944384 1071 13148 0 0 60 71 5 2 20 0 15 0 445034413 11107315712 92415 33554432000 4194304 4196468 140724691184192 140194456087216 140195034630786 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
Current children cumulated CPU time: 2372.67 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 369660 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2349.2 s]
/proc/loadavg: 1.05 1.22 1.33 3/228 20559
/proc/meminfo: memFree=30306640/32770624 swapFree=66976876/67108860
[pid=20128] ppid=20125 vsize=10846988 memory=371380 CPUtime=2400.02 cores=1,3,5,7
/proc/20128/stat : 20128 (java) S 20125 20128 15707 0 -1 1077944320 304733 13148 0 0 239607 388 5 2 20 0 15 0 445034398 11107315712 92845 33554432000 4194304 4196468 140724691184192 140724691166736 140195034619639 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
/proc/20128/statm: 2711747 92845 3635 1 0 2673805 0
[pid=20128/tid=20181] ppid=20125 vsize=10846988 memory=369920 CPUtime=2325.38 cores=1,3,5,7
/proc/20128/task/20181/stat : 20181 (java) R 20125 20128 15707 0 -1 4202560 121029 13148 0 0 232478 53 5 2 20 0 15 0 445034407 11107315712 92845 33554432000 4194304 4196468 140724691184192 140195006454400 140194598796475 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20182] ppid=20125 vsize=10846988 memory=1408 CPUtime=12.27 cores=1,3,5,7
/proc/20128/task/20182/stat : 20182 (java) S 20125 20128 15707 0 -1 1077944384 18188 13148 0 0 1163 57 5 2 20 0 15 0 445034407 11107315712 92845 33554432000 4194304 4196468 140724691184192 140195038862480 140195034629845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20183] ppid=20125 vsize=10846988 memory=3176 CPUtime=12.19 cores=1,3,5,7
/proc/20128/task/20183/stat : 20183 (java) S 20125 20128 15707 0 -1 1077944384 17927 13148 0 0 1154 58 5 2 20 0 15 0 445034407 11107315712 92845 33554432000 4194304 4196468 140724691184192 140194927135760 140195034629845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20184] ppid=20125 vsize=10846988 memory=6791534058613427641 CPUtime=12.23 cores=1,3,5,7
/proc/20128/task/20184/stat : 20184 (java) S 20125 20128 15707 0 -1 1077944384 15921 13148 0 0 1158 58 5 2 20 0 15 0 445034407 11107315712 92845 33554432000 4194304 4196468 140724691184192 140194926082960 140195034629845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20185] ppid=20125 vsize=10846988 memory=8317482817917895235 CPUtime=12.2 cores=1,3,5,7
/proc/20128/task/20185/stat : 20185 (java) S 20125 20128 15707 0 -1 1077944384 17913 13148 0 0 1156 57 5 2 20 0 15 0 445034407 11107315712 92845 33554432000 4194304 4196468 140724691184192 140194925030160 140195034629845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20186] ppid=20125 vsize=10846988 memory=-7003737579269690708 CPUtime=8.8 cores=1,3,5,7
/proc/20128/task/20186/stat : 20186 (java) S 20125 20128 15707 0 -1 1077944384 13071 13148 0 0 803 70 5 2 20 0 15 0 445034409 11107315712 92845 33554432000 4194304 4196468 140724691184192 140194493856112 140195034630786 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20187] ppid=20125 vsize=10846988 memory=3172 CPUtime=0.07 cores=1,3,5,7
/proc/20128/task/20187/stat : 20187 (java) S 20125 20128 15707 0 -1 1077944384 44 13148 0 0 0 0 5 2 20 0 15 0 445034409 11107315712 92845 33554432000 4194304 4196468 140724691184192 140194492802208 140195034629845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20188] ppid=20125 vsize=10846988 memory=1104692 CPUtime=0.07 cores=1,3,5,7
/proc/20128/task/20188/stat : 20188 (java) S 20125 20128 15707 0 -1 1077944384 20 13148 0 0 0 0 5 2 20 0 15 0 445034410 11107315712 92845 33554432000 4194304 4196468 140724691184192 140193906549632 140195034629845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20189] ppid=20125 vsize=10846988 memory=1628 CPUtime=0.07 cores=1,3,5,7
/proc/20128/task/20189/stat : 20189 (java) S 20125 20128 15707 0 -1 1077944384 3 13148 0 0 0 0 5 2 20 0 15 0 445034412 11107315712 92845 33554432000 4194304 4196468 140724691184192 140193599149904 140195034638235 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20190] ppid=20125 vsize=10846988 memory=8317482817917895235 CPUtime=6.89 cores=1,3,5,7
/proc/20128/task/20190/stat : 20190 (java) S 20125 20128 15707 0 -1 1077944384 37626 13148 0 0 677 5 5 2 20 0 15 0 445034412 11107315712 92845 33554432000 4194304 4196468 140724691184192 140194459245424 140195034630786 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20191] ppid=20125 vsize=10846988 memory=-7003737579269690708 CPUtime=6.68 cores=1,3,5,7
/proc/20128/task/20191/stat : 20191 (java) S 20125 20128 15707 0 -1 1077944384 35715 13148 0 0 657 4 5 2 20 0 15 0 445034412 11107315712 92845 33554432000 4194304 4196468 140724691184192 140194458192624 140195034630786 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20192] ppid=20125 vsize=10846988 memory=804 CPUtime=2.49 cores=1,3,5,7
/proc/20128/task/20192/stat : 20192 (java) S 20125 20128 15707 0 -1 1077944384 23993 13148 0 0 238 4 5 2 20 0 15 0 445034412 11107315712 92845 33554432000 4194304 4196468 140724691184192 140194457139824 140195034630786 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20193] ppid=20125 vsize=10846988 memory=1808 CPUtime=0.07 cores=1,3,5,7
/proc/20128/task/20193/stat : 20193 (java) S 20125 20128 15707 0 -1 1077944384 3 13148 0 0 0 0 5 2 20 0 15 0 445034412 11107315712 92845 33554432000 4194304 4196468 140724691184192 140193565592288 140195034629845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
[pid=20128/tid=20194] ppid=20125 vsize=10846988 memory=924 CPUtime=1.4 cores=1,3,5,7
/proc/20128/task/20194/stat : 20194 (java) S 20125 20128 15707 0 -1 1077944384 1073 13148 0 0 61 72 5 2 20 0 15 0 445034413 11107315712 92845 33554432000 4194304 4196468 140724691184192 140194456087216 140195034630786 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15945728 140724691192560 140724691195077 140724691195077 140724691197903 0
Current children cumulated CPU time: 2400.02 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 371380 KiB

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

[startup+2349.24 s]
# the end of solver process 20128 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.16 s, system=3.92498 s

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

Child status: 143
Real time (s): 2349.24
CPU time (s): 2400.09
CPU user time (s): 2396.16
CPU system time (s): 3.92498
CPU usage (%): 102.165
Max. virtual memory (cumulated for all children) (KiB): 10846988
Max. memory (cumulated for all children) (KiB): 1099940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.16
system time used= 3.92498
maximum resident set size= 1100436
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 318810
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2808
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 237488
involuntary context switches= 5115


# summary of solver processes directly reported to runsolver:
#   pid: 20128
#   total CPU time (s): 2400.09
#   total CPU user time (s): 2396.16
#   total CPU system time (s): 3.92498

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.2609 second user time and 21.749 second system time

The end

Launcher Data

Begin job on node121 at 2019-09-17 04:34:35
IDJOB=4401459
IDBENCH=136787
IDSOLVER=2858
FILE ID=node121/4401459-1568687717
RUNJOBID= node121-1568673289-15739
PBS_JOBID= 21703788
Free space on /tmp= 61372 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/BinPacking/BinPacking-sum-skj1/BinPacking-sum-n3c3w2d.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4401459-1568687717/watcher-4401459-1568687717 -o /tmp/evaluation-result-4401459-1568687717/solver-4401459-1568687717 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node121-1568673289-15739 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=520998890 HOME/instance-4401459-1568687717.xml

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

MD5SUM BENCH= 3d635ffc1c83223a36f997090f45a603
RANDOM SEED=520998890

node121.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.75
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.75
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.75
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.75
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:        30959776 kB
MemAvailable:   31118448 kB
Buffers:           51616 kB
Cached:           404940 kB
SwapCached:        10568 kB
Active:          1008212 kB
Inactive:         265640 kB
Active(anon):     807480 kB
Inactive(anon):    41964 kB
Active(file):     200732 kB
Inactive(file):   223676 kB
Unevictable:      108988 kB
Mlocked:          108988 kB
SwapTotal:      67108860 kB
SwapFree:       66976788 kB
Dirty:             35372 kB
Writeback:             0 kB
AnonPages:        916240 kB
Mapped:            55364 kB
Shmem:             23592 kB
Slab:             129412 kB
SReclaimable:     100200 kB
SUnreclaim:        29212 kB
KernelStack:        3712 kB
PageTables:         7460 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2092000 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    753664 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61336 MiB
End job on node121 at 2019-09-17 05:13:45