Trace number 4401458

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 2351.03

General information on the benchmark

NameBinPacking/BinPacking-sum-skj2/
BinPacking-sum-n2w4b2r1.xml
MD5SUMa404c513102fb879343dc63e509eedd5
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark2005.75
Satisfiable
(Un)Satisfiability was proved
Number of variables166
Number of constraints25
Number of domains2
Minimum domain size12
Maximum domain size70
Distribution of domain sizes[{"size":12,"count":1},{"size":70,"count":165}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":154},{"degree":5,"count":11}]
Minimum constraint arity12
Maximum constraint arity165
Distribution of constraint arities[{"arity":12,"count":1},{"arity":15,"count":22},{"arity":165,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":11},{"type":"lex","count":1},{"type":"sum","count":11},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4401458-1568687923/watcher-4401458-1568687923 -o /tmp/evaluation-result-4401458-1568687923/solver-4401458-1568687923 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node141-1568673289-14478 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=548403584 HOME/instance-4401458-1568687923.xml 

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

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

solver pid=18647, runsolver pid=18644

[startup+0.100161 s]*
/proc/loadavg: 1.33 1.37 1.43 3/216 18702
/proc/meminfo: memFree=30573356/32770624 swapFree=66922340/67108860
[pid=18647] ppid=18644 vsize=9972712 memory=16640 CPUtime=0.09 cores=0,2,4,6
/proc/18647/stat : 18647 (java) S 18644 18647 14447 0 -1 1077944320 4425 13298 0 0 1 0 5 3 20 0 6 0 444730201 10212057088 4160 33554432000 4194304 4196468 140733718835312 140733718817856 139982858641143 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
/proc/18647/statm: 2493178 4160 1933 1 0 2481616 0
[pid=18647/tid=18700] ppid=18644 vsize=9972712 memory=7892391828772250251 CPUtime=0.08 cores=0,2,4,6
/proc/18647/task/18700/stat : 18700 (java) R 18644 18647 14447 0 -1 4202560 2231 13298 0 0 0 0 5 3 20 0 6 0 444730210 10212057088 4226 33554432000 4194304 4196468 140733718835312 139982830477904 139982842721660 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18701] ppid=18644 vsize=9972712 memory=-9181546050914066336 CPUtime=0.08 cores=0,2,4,6
/proc/18647/task/18701/stat : 18701 (java) S 18644 18647 14447 0 -1 1077944384 1 13298 0 0 0 0 5 3 20 0 6 0 444730211 10212057088 4226 33554432000 4194304 4196468 140733718835312 139982862883088 139982858651349 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18702] ppid=18644 vsize=9972712 memory=140465805895296 CPUtime=0.08 cores=0,2,4,6
/proc/18647/task/18702/stat : 18702 (java) S 18644 18647 14447 0 -1 1077944384 1 13298 0 0 0 0 5 3 20 0 6 0 444730211 10212057088 4226 33554432000 4194304 4196468 140733718835312 139982783842704 139982858651349 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18703] ppid=18644 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18647/task/18703/stat : 18703 (java) S 18644 18647 14447 0 -1 1077944384 2 13298 0 0 0 0 5 3 20 0 6 0 444730211 10212057088 4226 33554432000 4194304 4196468 140733718835312 139982430611984 139982858651349 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18704] ppid=18644 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/18647/task/18704/stat : 18704 (java) S 18644 18647 14447 0 -1 1077944384 1 13298 0 0 0 0 5 3 20 0 6 0 444730211 10212057088 4226 33554432000 4194304 4196468 140733718835312 139982429559440 139982858651349 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16640 KiB

[startup+0.210116 s]*
/proc/loadavg: 1.33 1.37 1.43 4/227 18713
/proc/meminfo: memFree=30551372/32770624 swapFree=66922340/67108860
[pid=18647] ppid=18644 vsize=10819856 memory=41124 CPUtime=0.27 cores=0,2,4,6
/proc/18647/stat : 18647 (java) S 18644 18647 14447 0 -1 1077944320 7216 13298 0 0 17 2 5 3 20 0 15 0 444730201 11079532544 10281 33554432000 4194304 4196468 140733718835312 140733718817856 139982858641143 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
/proc/18647/statm: 2704964 10281 3175 1 0 2667149 0
[pid=18647/tid=18700] ppid=18644 vsize=10820020 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/18647/task/18700/stat : 18700 (java) R 18644 18647 14447 0 -1 4202560 3743 13298 0 0 10 1 5 3 20 0 15 0 444730210 11079700480 10281 33554432000 4194304 4196468 140733718835312 139982830462184 139982712831862 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18701] ppid=18644 vsize=10820020 memory=345 CPUtime=0.08 cores=0,2,4,6
/proc/18647/task/18701/stat : 18701 (java) S 18644 18647 14447 0 -1 1077944384 1 13298 0 0 0 0 5 3 20 0 15 0 444730211 11079700480 10347 33554432000 4194304 4196468 140733718835312 139982862883088 139982858651349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18702] ppid=18644 vsize=10820020 memory=288370841957607040 CPUtime=0.08 cores=0,2,4,6
/proc/18647/task/18702/stat : 18702 (java) S 18644 18647 14447 0 -1 1077944384 1 13298 0 0 0 0 5 3 20 0 15 0 444730211 11079700480 10347 33554432000 4194304 4196468 140733718835312 139982783842704 139982858651349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18703] ppid=18644 vsize=10820020 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18647/task/18703/stat : 18703 (java) S 18644 18647 14447 0 -1 1077944384 2 13298 0 0 0 0 5 3 20 0 15 0 444730211 11079700480 10347 33554432000 4194304 4196468 140733718835312 139982430611984 139982858651349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18704] ppid=18644 vsize=10820020 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/18647/task/18704/stat : 18704 (java) S 18644 18647 14447 0 -1 1077944384 1 13298 0 0 0 0 5 3 20 0 15 0 444730211 11079700480 10347 33554432000 4194304 4196468 140733718835312 139982429559440 139982858651349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18705] ppid=18644 vsize=10820020 memory=140465805895296 CPUtime=0.08 cores=0,2,4,6
/proc/18647/task/18705/stat : 18705 (java) S 18644 18647 14447 0 -1 1077944384 2 13298 0 0 0 0 5 3 20 0 15 0 444730212 11079700480 10347 33554432000 4194304 4196468 140733718835312 139982385306096 139982858652290 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18706] ppid=18644 vsize=10820020 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/18647/task/18706/stat : 18706 (java) S 18644 18647 14447 0 -1 1077944384 13 13298 0 0 0 0 5 3 20 0 15 0 444730213 11079700480 10347 33554432000 4194304 4196468 140733718835312 139982312301984 139982858651349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18707] ppid=18644 vsize=10820020 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18647/task/18707/stat : 18707 (java) S 18644 18647 14447 0 -1 1077944384 1 13298 0 0 0 0 5 3 20 0 15 0 444730213 11079700480 10347 33554432000 4194304 4196468 140733718835312 139981708322288 139982858651349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18708] ppid=18644 vsize=10820020 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18647/task/18708/stat : 18708 (java) S 18644 18647 14447 0 -1 1077944384 3 13298 0 0 0 0 5 3 20 0 15 0 444730216 11079700480 10347 33554432000 4194304 4196468 140733718835312 139981400922832 139982858659739 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18709] ppid=18644 vsize=10820020 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/18647/task/18709/stat : 18709 (java) S 18644 18647 14447 0 -1 1077944384 318 13298 0 0 1 0 5 3 20 0 15 0 444730216 11079700480 10347 33554432000 4194304 4196468 140733718835312 139982384252912 139982858652290 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18710] ppid=18644 vsize=10820020 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/18647/task/18710/stat : 18710 (java) S 18644 18647 14447 0 -1 1077944384 348 13298 0 0 1 0 5 3 20 0 15 0 444730216 11079700480 10347 33554432000 4194304 4196468 140733718835312 139982383200368 139982858652290 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18711] ppid=18644 vsize=10820020 memory=140465805895296 CPUtime=0.11 cores=0,2,4,6
/proc/18647/task/18711/stat : 18711 (java) S 18644 18647 14447 0 -1 1077944384 614 13298 0 0 3 0 5 3 20 0 15 0 444730216 11079700480 10347 33554432000 4194304 4196468 140733718835312 139982382147824 139982858652290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18712] ppid=18644 vsize=10820020 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/18647/task/18712/stat : 18712 (java) S 18644 18647 14447 0 -1 1077944384 3 13298 0 0 0 0 5 3 20 0 15 0 444730216 11079700480 10347 33554432000 4194304 4196468 140733718835312 139981367364192 139982858651349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18713] ppid=18644 vsize=10820020 memory=140465805895296 CPUtime=0.08 cores=0,2,4,6
/proc/18647/task/18713/stat : 18713 (java) S 18644 18647 14447 0 -1 1077944384 1 13298 0 0 0 0 5 3 20 0 15 0 444730216 11079700480 10347 33554432000 4194304 4196468 140733718835312 139982381095728 139982858652290 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10819856 KiB
Current children cumulated memory: 41124 KiB

[startup+0.310473 s]*
/proc/loadavg: 1.33 1.37 1.43 4/227 18713
/proc/meminfo: memFree=30538272/32770624 swapFree=66922340/67108860
[pid=18647] ppid=18644 vsize=10820196 memory=50024 CPUtime=0.4 cores=0,2,4,6
/proc/18647/stat : 18647 (java) S 18644 18647 14447 0 -1 1077944320 10759 13298 0 0 29 3 5 3 20 0 15 0 444730201 11079880704 12506 33554432000 4194304 4196468 140733718835312 140733718817856 139982858641143 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
/proc/18647/statm: 2705049 12506 3302 1 0 2667149 0
[pid=18647/tid=18700] ppid=18644 vsize=10820196 memory=8317482817917895235 CPUtime=0.29 cores=0,2,4,6
/proc/18647/task/18700/stat : 18700 (java) R 18644 18647 14447 0 -1 4202560 7218 13298 0 0 18 3 5 3 20 0 15 0 444730210 11079880704 12506 33554432000 4194304 4196468 140733718835312 139982830450096 139982858663069 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18701] ppid=18644 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18647/task/18701/stat : 18701 (java) S 18644 18647 14447 0 -1 1077944384 1 13298 0 0 0 0 5 3 20 0 15 0 444730211 11079880704 12506 33554432000 4194304 4196468 140733718835312 139982862883088 139982858651349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18702] ppid=18644 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18647/task/18702/stat : 18702 (java) S 18644 18647 14447 0 -1 1077944384 1 13298 0 0 0 0 5 3 20 0 15 0 444730211 11079880704 12506 33554432000 4194304 4196468 140733718835312 139982783842704 139982858651349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18703] ppid=18644 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18647/task/18703/stat : 18703 (java) S 18644 18647 14447 0 -1 1077944384 2 13298 0 0 0 0 5 3 20 0 15 0 444730211 11079880704 12506 33554432000 4194304 4196468 140733718835312 139982430611984 139982858651349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18704] ppid=18644 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18647/task/18704/stat : 18704 (java) S 18644 18647 14447 0 -1 1077944384 1 13298 0 0 0 0 5 3 20 0 15 0 444730211 11079880704 12506 33554432000 4194304 4196468 140733718835312 139982429559440 139982858651349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18705] ppid=18644 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18647/task/18705/stat : 18705 (java) S 18644 18647 14447 0 -1 1077944384 2 13298 0 0 0 0 5 3 20 0 15 0 444730212 11079880704 12506 33554432000 4194304 4196468 140733718835312 139982385306096 139982858652290 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18706] ppid=18644 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/18647/task/18706/stat : 18706 (java) S 18644 18647 14447 0 -1 1077944384 13 13298 0 0 0 0 5 3 20 0 15 0 444730213 11079880704 12506 33554432000 4194304 4196468 140733718835312 139982312301984 139982858651349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18707] ppid=18644 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18647/task/18707/stat : 18707 (java) S 18644 18647 14447 0 -1 1077944384 1 13298 0 0 0 0 5 3 20 0 15 0 444730213 11079880704 12506 33554432000 4194304 4196468 140733718835312 139981708322288 139982858651349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18708] ppid=18644 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18647/task/18708/stat : 18708 (java) S 18644 18647 14447 0 -1 1077944384 3 13298 0 0 0 0 5 3 20 0 15 0 444730216 11079880704 12506 33554432000 4194304 4196468 140733718835312 139981400922832 139982858659739 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18709] ppid=18644 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/18647/task/18709/stat : 18709 (java) S 18644 18647 14447 0 -1 1077944384 320 13298 0 0 1 0 5 3 20 0 15 0 444730216 11079880704 12506 33554432000 4194304 4196468 140733718835312 139982384252912 139982858652290 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18710] ppid=18644 vsize=10820196 memory=-1 CPUtime=0.1 cores=0,2,4,6
/proc/18647/task/18710/stat : 18710 (java) S 18644 18647 14447 0 -1 1077944384 353 13298 0 0 2 0 5 3 20 0 15 0 444730216 11079880704 12506 33554432000 4194304 4196468 140733718835312 139982383200368 139982858652290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18711] ppid=18644 vsize=10820196 memory=140465805895296 CPUtime=0.13 cores=0,2,4,6
/proc/18647/task/18711/stat : 18711 (java) S 18644 18647 14447 0 -1 1077944384 632 13298 0 0 5 0 5 3 20 0 15 0 444730216 11079880704 12506 33554432000 4194304 4196468 140733718835312 139982382147824 139982858652290 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18712] ppid=18644 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/18647/task/18712/stat : 18712 (java) S 18644 18647 14447 0 -1 1077944384 3 13298 0 0 0 0 5 3 20 0 15 0 444730216 11079880704 12506 33554432000 4194304 4196468 140733718835312 139981367364192 139982858651349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18713] ppid=18644 vsize=10820196 memory=140465805895296 CPUtime=0.08 cores=0,2,4,6
/proc/18647/task/18713/stat : 18713 (java) S 18644 18647 14447 0 -1 1077944384 1 13298 0 0 0 0 5 3 20 0 15 0 444730216 11079880704 12506 33554432000 4194304 4196468 140733718835312 139982381095728 139982858652290 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 50024 KiB

[startup+0.700722 s]
/proc/loadavg: 1.33 1.37 1.43 4/227 18713
/proc/meminfo: memFree=30523768/32770624 swapFree=66922340/67108860
[pid=18647] ppid=18644 vsize=10824364 memory=83152 CPUtime=1.13 cores=0,2,4,6
/proc/18647/stat : 18647 (java) S 18644 18647 14447 0 -1 1077944320 15020 13298 0 0 99 6 5 3 20 0 15 0 444730201 11084148736 20788 33554432000 4194304 4196468 140733718835312 140733718817856 139982858641143 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
/proc/18647/statm: 2706091 20788 3508 1 0 2668173 0
[pid=18647/tid=18700] ppid=18644 vsize=10824364 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/18647/task/18700/stat : 18700 (java) R 18644 18647 14447 0 -1 4202560 10466 13298 0 0 54 5 5 3 20 0 15 0 444730210 11084148736 20788 33554432000 4194304 4196468 140733718835312 139982830457056 139982842721630 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18701] ppid=18644 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18647/task/18701/stat : 18701 (java) S 18644 18647 14447 0 -1 1077944384 1 13298 0 0 0 0 5 3 20 0 15 0 444730211 11084148736 20788 33554432000 4194304 4196468 140733718835312 139982862883088 139982858651349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18702] ppid=18644 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18647/task/18702/stat : 18702 (java) S 18644 18647 14447 0 -1 1077944384 1 13298 0 0 0 0 5 3 20 0 15 0 444730211 11084148736 20788 33554432000 4194304 4196468 140733718835312 139982783842704 139982858651349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18703] ppid=18644 vsize=10824364 memory=280931395487712 CPUtime=0.08 cores=0,2,4,6
/proc/18647/task/18703/stat : 18703 (java) S 18644 18647 14447 0 -1 1077944384 2 13298 0 0 0 0 5 3 20 0 15 0 444730211 11084148736 20788 33554432000 4194304 4196468 140733718835312 139982430611984 139982858651349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18704] ppid=18644 vsize=10824364 memory=140465697599408 CPUtime=0.08 cores=0,2,4,6
/proc/18647/task/18704/stat : 18704 (java) S 18644 18647 14447 0 -1 1077944384 1 13298 0 0 0 0 5 3 20 0 15 0 444730211 11084148736 20788 33554432000 4194304 4196468 140733718835312 139982429559440 139982858651349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18705] ppid=18644 vsize=10824364 memory=140466905416274 CPUtime=0.08 cores=0,2,4,6
/proc/18647/task/18705/stat : 18705 (java) S 18644 18647 14447 0 -1 1077944384 5 13298 0 0 0 0 5 3 20 0 15 0 444730212 11084148736 20788 33554432000 4194304 4196468 140733718835312 139982385306096 139982858652290 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18706] ppid=18644 vsize=10824364 memory=2828 CPUtime=0.08 cores=0,2,4,6
/proc/18647/task/18706/stat : 18706 (java) S 18644 18647 14447 0 -1 1077944384 13 13298 0 0 0 0 5 3 20 0 15 0 444730213 11084148736 20788 33554432000 4194304 4196468 140733718835312 139982312301984 139982858651349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18707] ppid=18644 vsize=10824364 memory=4639098309541128813 CPUtime=0.08 cores=0,2,4,6
/proc/18647/task/18707/stat : 18707 (java) S 18644 18647 14447 0 -1 1077944384 1 13298 0 0 0 0 5 3 20 0 15 0 444730213 11084148736 20788 33554432000 4194304 4196468 140733718835312 139981708322288 139982858651349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18708] ppid=18644 vsize=10824364 memory=7811607157344593746 CPUtime=0.08 cores=0,2,4,6
/proc/18647/task/18708/stat : 18708 (java) S 18644 18647 14447 0 -1 1077944384 3 13298 0 0 0 0 5 3 20 0 15 0 444730216 11084148736 20788 33554432000 4194304 4196468 140733718835312 139981400922832 139982858659739 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18709] ppid=18644 vsize=10824364 memory=5788908277929698645 CPUtime=0.19 cores=0,2,4,6
/proc/18647/task/18709/stat : 18709 (java) S 18644 18647 14447 0 -1 1077944384 689 13298 0 0 11 0 5 3 20 0 15 0 444730216 11084148736 20788 33554432000 4194304 4196468 140733718835312 139982384252912 139982858652290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18710] ppid=18644 vsize=10824364 memory=0 CPUtime=0.22 cores=0,2,4,6
/proc/18647/task/18710/stat : 18710 (java) R 18644 18647 14447 0 -1 4202560 784 13298 0 0 14 0 5 3 20 0 15 0 444730216 11084148736 20788 33554432000 4194304 4196468 140733718835312 139982383200368 139982837976769 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18711] ppid=18644 vsize=10824364 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/18647/task/18711/stat : 18711 (java) S 18644 18647 14447 0 -1 1077944384 843 13298 0 0 17 0 5 3 20 0 15 0 444730216 11084148736 20788 33554432000 4194304 4196468 140733718835312 139982382147824 139982858652290 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18712] ppid=18644 vsize=10824364 memory=3616 CPUtime=0.08 cores=0,2,4,6
/proc/18647/task/18712/stat : 18712 (java) S 18644 18647 14447 0 -1 1077944384 3 13298 0 0 0 0 5 3 20 0 15 0 444730216 11084148736 20788 33554432000 4194304 4196468 140733718835312 139981367364192 139982858651349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18713] ppid=18644 vsize=10824364 memory=2241 CPUtime=0.08 cores=0,2,4,6
/proc/18647/task/18713/stat : 18713 (java) S 18644 18647 14447 0 -1 1077944384 1 13298 0 0 0 0 5 3 20 0 15 0 444730216 11084148736 20788 33554432000 4194304 4196468 140733718835312 139982381095728 139982858652290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 83152 KiB

[startup+1.50073 s]
/proc/loadavg: 1.33 1.37 1.43 3/227 18713
/proc/meminfo: memFree=30480036/32770624 swapFree=66922340/67108860
[pid=18647] ppid=18644 vsize=10834680 memory=171364 CPUtime=2.46 cores=0,2,4,6
/proc/18647/stat : 18647 (java) S 18644 18647 14447 0 -1 1077944320 22195 13298 0 0 228 10 5 3 20 0 15 0 444730201 11094712320 42841 33554432000 4194304 4196468 140733718835312 140733718817856 139982858641143 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
/proc/18647/statm: 2708670 42841 3587 1 0 2670733 0
[pid=18647/tid=18700] ppid=18644 vsize=10834680 memory=2811011 CPUtime=1.44 cores=0,2,4,6
/proc/18647/task/18700/stat : 18700 (java) R 18644 18647 14447 0 -1 4202560 15380 13298 0 0 129 7 5 3 20 0 15 0 444730210 11094712320 42841 33554432000 4194304 4196468 140733718835312 139982830436928 139982712828288 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18701] ppid=18644 vsize=10834680 memory=6791534058613427641 CPUtime=0.09 cores=0,2,4,6
/proc/18647/task/18701/stat : 18701 (java) S 18644 18647 14447 0 -1 1077944384 68 13298 0 0 1 0 5 3 20 0 15 0 444730211 11094712320 42841 33554432000 4194304 4196468 140733718835312 139982862883088 139982858651349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18702] ppid=18644 vsize=10834680 memory=350248 CPUtime=0.09 cores=0,2,4,6
/proc/18647/task/18702/stat : 18702 (java) S 18644 18647 14447 0 -1 1077944384 21 13298 0 0 1 0 5 3 20 0 15 0 444730211 11094712320 42841 33554432000 4194304 4196468 140733718835312 139982783842704 139982858651349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18703] ppid=18644 vsize=10834680 memory=1408 CPUtime=0.09 cores=0,2,4,6
/proc/18647/task/18703/stat : 18703 (java) S 18644 18647 14447 0 -1 1077944384 75 13298 0 0 1 0 5 3 20 0 15 0 444730211 11094712320 42841 33554432000 4194304 4196468 140733718835312 139982430611984 139982858651349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18704] ppid=18644 vsize=10834680 memory=83152 CPUtime=0.09 cores=0,2,4,6
/proc/18647/task/18704/stat : 18704 (java) S 18644 18647 14447 0 -1 1077944384 384 13298 0 0 1 0 5 3 20 0 15 0 444730211 11094712320 42841 33554432000 4194304 4196468 140733718835312 139982429559440 139982858651349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18705] ppid=18644 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/18647/task/18705/stat : 18705 (java) S 18644 18647 14447 0 -1 1077944384 519 13298 0 0 1 0 5 3 20 0 15 0 444730212 11094712320 42841 33554432000 4194304 4196468 140733718835312 139982385306096 139982858652290 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18706] ppid=18644 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18647/task/18706/stat : 18706 (java) S 18644 18647 14447 0 -1 1077944384 13 13298 0 0 0 0 5 3 20 0 15 0 444730213 11094712320 42841 33554432000 4194304 4196468 140733718835312 139982312302048 139982858651349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18707] ppid=18644 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18647/task/18707/stat : 18707 (java) S 18644 18647 14447 0 -1 1077944384 2 13298 0 0 0 0 5 3 20 0 15 0 444730213 11094712320 42841 33554432000 4194304 4196468 140733718835312 139981708322304 139982858651349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18708] ppid=18644 vsize=10834680 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/18647/task/18708/stat : 18708 (java) S 18644 18647 14447 0 -1 1077944384 3 13298 0 0 0 0 5 3 20 0 15 0 444730216 11094712320 42841 33554432000 4194304 4196468 140733718835312 139981400922832 139982858659739 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18709] ppid=18644 vsize=10834680 memory=4638778398332698720 CPUtime=0.29 cores=0,2,4,6
/proc/18647/task/18709/stat : 18709 (java) S 18644 18647 14447 0 -1 1077944384 768 13298 0 0 21 0 5 3 20 0 15 0 444730216 11094712320 42841 33554432000 4194304 4196468 140733718835312 139982384252912 139982858652290 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18710] ppid=18644 vsize=10834680 memory=280931395475792 CPUtime=0.37 cores=0,2,4,6
/proc/18647/task/18710/stat : 18710 (java) R 18644 18647 14447 0 -1 4202560 1035 13298 0 0 29 0 5 3 20 0 15 0 444730216 11094712320 42841 33554432000 4194304 4196468 140733718835312 139982383200368 139982851626185 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18711] ppid=18644 vsize=10834680 memory=-7531822216213012384 CPUtime=0.49 cores=0,2,4,6
/proc/18647/task/18711/stat : 18711 (java) R 18644 18647 14447 0 -1 4202560 1715 13298 0 0 41 0 5 3 20 0 15 0 444730216 11094712320 42841 33554432000 4194304 4196468 140733718835312 139982382147824 139982858662490 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18712] ppid=18644 vsize=10834680 memory=4206468019014099040 CPUtime=0.08 cores=0,2,4,6
/proc/18647/task/18712/stat : 18712 (java) S 18644 18647 14447 0 -1 1077944384 3 13298 0 0 0 0 5 3 20 0 15 0 444730216 11094712320 42841 33554432000 4194304 4196468 140733718835312 139981367364192 139982858651349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18713] ppid=18644 vsize=10834680 memory=-7233780906022716832 CPUtime=0.08 cores=0,2,4,6
/proc/18647/task/18713/stat : 18713 (java) S 18644 18647 14447 0 -1 1077944384 1 13298 0 0 0 0 5 3 20 0 15 0 444730216 11094712320 42841 33554432000 4194304 4196468 140733718835312 139982381095728 139982858652290 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
Current children cumulated CPU time: 2.46 s
Current children cumulated vsize: 10834680 KiB

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

/proc/18647/task/18700/stat : 18700 (java) R 18644 18647 14447 0 -1 4202560 75917 13298 0 0 217841 55 5 3 20 0 15 0 444730210 11107315712 101289 33554432000 4194304 4196468 140733718835312 139982830476592 139982477782847 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18701] ppid=18644 vsize=10846988 memory=405156 CPUtime=12.18 cores=0,2,4,6
/proc/18647/task/18701/stat : 18701 (java) S 18644 18647 14447 0 -1 1077944384 11968 13298 0 0 1156 54 5 3 20 0 15 0 444730211 11107315712 101289 33554432000 4194304 4196468 140733718835312 139982862883088 139982858651349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18702] ppid=18644 vsize=10846988 memory=405156 CPUtime=12.17 cores=0,2,4,6
/proc/18647/task/18702/stat : 18702 (java) S 18644 18647 14447 0 -1 1077944384 11193 13298 0 0 1158 51 5 3 20 0 15 0 444730211 11107315712 101289 33554432000 4194304 4196468 140733718835312 139982783842704 139982858651349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18703] ppid=18644 vsize=10846988 memory=405156 CPUtime=12.19 cores=0,2,4,6
/proc/18647/task/18703/stat : 18703 (java) S 18644 18647 14447 0 -1 1077944384 10587 13298 0 0 1154 57 5 3 20 0 15 0 444730211 11107315712 101289 33554432000 4194304 4196468 140733718835312 139982430611984 139982858651349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18704] ppid=18644 vsize=10846988 memory=405156 CPUtime=12.18 cores=0,2,4,6
/proc/18647/task/18704/stat : 18704 (java) S 18644 18647 14447 0 -1 1077944384 14748 13298 0 0 1158 52 5 3 20 0 15 0 444730211 11107315712 101289 33554432000 4194304 4196468 140733718835312 139982429559440 139982858651349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18705] ppid=18644 vsize=10846988 memory=8 CPUtime=9.24 cores=0,2,4,6
/proc/18647/task/18705/stat : 18705 (java) S 18644 18647 14447 0 -1 1077944384 12473 13298 0 0 860 56 5 3 20 0 15 0 444730212 11107315712 101289 33554432000 4194304 4196468 140733718835312 139982385306096 139982858652290 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18706] ppid=18644 vsize=10846988 memory=405156 CPUtime=0.08 cores=0,2,4,6
/proc/18647/task/18706/stat : 18706 (java) S 18644 18647 14447 0 -1 1077944384 14 13298 0 0 0 0 5 3 20 0 15 0 444730213 11107315712 101289 33554432000 4194304 4196468 140733718835312 139982312302112 139982858651349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18707] ppid=18644 vsize=10846988 memory=1000 CPUtime=0.08 cores=0,2,4,6
/proc/18647/task/18707/stat : 18707 (java) S 18644 18647 14447 0 -1 1077944384 2 13298 0 0 0 0 5 3 20 0 15 0 444730213 11107315712 101289 33554432000 4194304 4196468 140733718835312 139981708322304 139982858651349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18708] ppid=18644 vsize=10846988 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/18647/task/18708/stat : 18708 (java) S 18644 18647 14447 0 -1 1077944384 3 13298 0 0 0 0 5 3 20 0 15 0 444730216 11107315712 101289 33554432000 4194304 4196468 140733718835312 139981400922832 139982858659739 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18709] ppid=18644 vsize=10846988 memory=1804 CPUtime=4.42 cores=0,2,4,6
/proc/18647/task/18709/stat : 18709 (java) S 18644 18647 14447 0 -1 1077944384 19674 13298 0 0 431 3 5 3 20 0 15 0 444730216 11107315712 101289 33554432000 4194304 4196468 140733718835312 139982384252912 139982858652290 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18710] ppid=18644 vsize=10846988 memory=6791534058613427641 CPUtime=4.61 cores=0,2,4,6
/proc/18647/task/18710/stat : 18710 (java) S 18644 18647 14447 0 -1 1077944384 20176 13298 0 0 450 3 5 3 20 0 15 0 444730216 11107315712 101289 33554432000 4194304 4196468 140733718835312 139982383200368 139982858652290 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18711] ppid=18644 vsize=10846988 memory=1560 CPUtime=1.98 cores=0,2,4,6
/proc/18647/task/18711/stat : 18711 (java) S 18644 18647 14447 0 -1 1077944384 13044 13298 0 0 187 3 5 3 20 0 15 0 444730216 11107315712 101289 33554432000 4194304 4196468 140733718835312 139982382147824 139982858652290 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18712] ppid=18644 vsize=10846988 memory=405156 CPUtime=0.08 cores=0,2,4,6
/proc/18647/task/18712/stat : 18712 (java) S 18644 18647 14447 0 -1 1077944384 3 13298 0 0 0 0 5 3 20 0 15 0 444730216 11107315712 101289 33554432000 4194304 4196468 140733718835312 139981367364192 139982858651349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18713] ppid=18644 vsize=10846988 memory=1324 CPUtime=1.33 cores=0,2,4,6
/proc/18647/task/18713/stat : 18713 (java) S 18644 18647 14447 0 -1 1077944384 778 13298 0 0 62 63 5 3 20 0 15 0 444730216 11107315712 101289 33554432000 4194304 4196468 140733718835312 139982381095728 139982858652290 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
Current children cumulated CPU time: 2248.73 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 405156 KiB

[startup+2262.3 s]
/proc/loadavg: 1.31 1.42 1.45 3/227 19081
/proc/meminfo: memFree=28180620/32770624 swapFree=66922380/67108860
[pid=18647] ppid=18644 vsize=10846988 memory=403616 CPUtime=2309.78 cores=0,2,4,6
/proc/18647/stat : 18647 (java) S 18644 18647 14447 0 -1 1077944320 193970 13298 0 0 230614 356 5 3 20 0 15 0 444730201 11107315712 100904 33554432000 4194304 4196468 140733718835312 140733718817856 139982858641143 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
/proc/18647/statm: 2711747 100904 3634 1 0 2673805 0
[pid=18647/tid=18700] ppid=18644 vsize=10846988 memory=403616 CPUtime=2238.33 cores=0,2,4,6
/proc/18647/task/18700/stat : 18700 (java) R 18644 18647 14447 0 -1 4202560 76510 13298 0 0 223770 55 5 3 20 0 15 0 444730210 11107315712 100904 33554432000 4194304 4196468 140733718835312 139982830475840 139982475711742 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18701] ppid=18644 vsize=10846988 memory=403616 CPUtime=12.54 cores=0,2,4,6
/proc/18647/task/18701/stat : 18701 (java) S 18644 18647 14447 0 -1 1077944384 12073 13298 0 0 1191 55 5 3 20 0 15 0 444730211 11107315712 100904 33554432000 4194304 4196468 140733718835312 139982862883088 139982858651349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18702] ppid=18644 vsize=10846988 memory=403616 CPUtime=12.53 cores=0,2,4,6
/proc/18647/task/18702/stat : 18702 (java) S 18644 18647 14447 0 -1 1077944384 11280 13298 0 0 1193 52 5 3 20 0 15 0 444730211 11107315712 100904 33554432000 4194304 4196468 140733718835312 139982783842704 139982858651349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18703] ppid=18644 vsize=10846988 memory=403616 CPUtime=12.56 cores=0,2,4,6
/proc/18647/task/18703/stat : 18703 (java) S 18644 18647 14447 0 -1 1077944384 10633 13298 0 0 1189 59 5 3 20 0 15 0 444730211 11107315712 100904 33554432000 4194304 4196468 140733718835312 139982430611984 139982858651349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18704] ppid=18644 vsize=10846988 memory=403616 CPUtime=12.54 cores=0,2,4,6
/proc/18647/task/18704/stat : 18704 (java) S 18644 18647 14447 0 -1 1077944384 14942 13298 0 0 1193 53 5 3 20 0 15 0 444730211 11107315712 100904 33554432000 4194304 4196468 140733718835312 139982429559440 139982858651349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18705] ppid=18644 vsize=10846988 memory=403616 CPUtime=9.5 cores=0,2,4,6
/proc/18647/task/18705/stat : 18705 (java) S 18644 18647 14447 0 -1 1077944384 12617 13298 0 0 885 57 5 3 20 0 15 0 444730212 11107315712 100904 33554432000 4194304 4196468 140733718835312 139982385306096 139982858652290 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18706] ppid=18644 vsize=10846988 memory=403616 CPUtime=0.08 cores=0,2,4,6
/proc/18647/task/18706/stat : 18706 (java) S 18644 18647 14447 0 -1 1077944384 14 13298 0 0 0 0 5 3 20 0 15 0 444730213 11107315712 100904 33554432000 4194304 4196468 140733718835312 139982312302112 139982858651349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18707] ppid=18644 vsize=10846988 memory=403616 CPUtime=0.08 cores=0,2,4,6
/proc/18647/task/18707/stat : 18707 (java) S 18644 18647 14447 0 -1 1077944384 2 13298 0 0 0 0 5 3 20 0 15 0 444730213 11107315712 100904 33554432000 4194304 4196468 140733718835312 139981708322304 139982858651349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18708] ppid=18644 vsize=10846988 memory=3616 CPUtime=0.08 cores=0,2,4,6
/proc/18647/task/18708/stat : 18708 (java) S 18644 18647 14447 0 -1 1077944384 3 13298 0 0 0 0 5 3 20 0 15 0 444730216 11107315712 100904 33554432000 4194304 4196468 140733718835312 139981400922832 139982858659739 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18709] ppid=18644 vsize=10846988 memory=403616 CPUtime=4.42 cores=0,2,4,6
/proc/18647/task/18709/stat : 18709 (java) S 18644 18647 14447 0 -1 1077944384 19676 13298 0 0 431 3 5 3 20 0 15 0 444730216 11107315712 100904 33554432000 4194304 4196468 140733718835312 139982384252912 139982858652290 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18710] ppid=18644 vsize=10846988 memory=3848 CPUtime=4.61 cores=0,2,4,6
/proc/18647/task/18710/stat : 18710 (java) S 18644 18647 14447 0 -1 1077944384 20178 13298 0 0 450 3 5 3 20 0 15 0 444730216 11107315712 100904 33554432000 4194304 4196468 140733718835312 139982383200368 139982858652290 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18711] ppid=18644 vsize=10846988 memory=6010425776822829156 CPUtime=1.98 cores=0,2,4,6
/proc/18647/task/18711/stat : 18711 (java) S 18644 18647 14447 0 -1 1077944384 13046 13298 0 0 187 3 5 3 20 0 15 0 444730216 11107315712 100904 33554432000 4194304 4196468 140733718835312 139982382147824 139982858652290 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18712] ppid=18644 vsize=10846988 memory=2372 CPUtime=0.08 cores=0,2,4,6
/proc/18647/task/18712/stat : 18712 (java) S 18644 18647 14447 0 -1 1077944384 3 13298 0 0 0 0 5 3 20 0 15 0 444730216 11107315712 100904 33554432000 4194304 4196468 140733718835312 139981367364192 139982858651349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18713] ppid=18644 vsize=10846988 memory=403616 CPUtime=1.37 cores=0,2,4,6
/proc/18647/task/18713/stat : 18713 (java) S 18644 18647 14447 0 -1 1077944384 784 13298 0 0 64 65 5 3 20 0 15 0 444730216 11107315712 100904 33554432000 4194304 4196468 140733718835312 139982381095728 139982858652290 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
Current children cumulated CPU time: 2309.78 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 403616 KiB

[startup+2322.3 s]
/proc/loadavg: 1.31 1.40 1.44 3/227 19085
/proc/meminfo: memFree=28214112/32770624 swapFree=66922380/67108860
[pid=18647] ppid=18644 vsize=10846988 memory=402072 CPUtime=2370.85 cores=0,2,4,6
/proc/18647/stat : 18647 (java) S 18644 18647 14447 0 -1 1077944320 194985 13298 0 0 236714 363 5 3 20 0 15 0 444730201 11107315712 100518 33554432000 4194304 4196468 140733718835312 140733718817856 139982858641143 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
/proc/18647/statm: 2711747 100518 3634 1 0 2673805 0
[pid=18647/tid=18700] ppid=18644 vsize=10846988 memory=402072 CPUtime=2297.64 cores=0,2,4,6
/proc/18647/task/18700/stat : 18700 (java) R 18644 18647 14447 0 -1 4202560 76982 13298 0 0 229700 56 5 3 20 0 15 0 444730210 11107315712 100518 33554432000 4194304 4196468 140733718835312 139982830475792 139982479581638 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18701] ppid=18644 vsize=10846988 memory=402072 CPUtime=12.91 cores=0,2,4,6
/proc/18647/task/18701/stat : 18701 (java) S 18644 18647 14447 0 -1 1077944384 12100 13298 0 0 1227 56 5 3 20 0 15 0 444730211 11107315712 100518 33554432000 4194304 4196468 140733718835312 139982862883088 139982858651349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18702] ppid=18644 vsize=10846988 memory=402072 CPUtime=12.9 cores=0,2,4,6
/proc/18647/task/18702/stat : 18702 (java) S 18644 18647 14447 0 -1 1077944384 11321 13298 0 0 1228 54 5 3 20 0 15 0 444730211 11107315712 100518 33554432000 4194304 4196468 140733718835312 139982783842704 139982858651349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18703] ppid=18644 vsize=10846988 memory=402072 CPUtime=12.93 cores=0,2,4,6
/proc/18647/task/18703/stat : 18703 (java) S 18644 18647 14447 0 -1 1077944384 10882 13298 0 0 1225 60 5 3 20 0 15 0 444730211 11107315712 100518 33554432000 4194304 4196468 140733718835312 139982430611984 139982858651349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18704] ppid=18644 vsize=10846988 memory=402072 CPUtime=12.91 cores=0,2,4,6
/proc/18647/task/18704/stat : 18704 (java) S 18644 18647 14447 0 -1 1077944384 15081 13298 0 0 1229 54 5 3 20 0 15 0 444730211 11107315712 100518 33554432000 4194304 4196468 140733718835312 139982429559440 139982858651349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18705] ppid=18644 vsize=10846988 memory=402072 CPUtime=9.77 cores=0,2,4,6
/proc/18647/task/18705/stat : 18705 (java) S 18644 18647 14447 0 -1 1077944384 12688 13298 0 0 911 58 5 3 20 0 15 0 444730212 11107315712 100518 33554432000 4194304 4196468 140733718835312 139982385306096 139982858652290 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18706] ppid=18644 vsize=10846988 memory=402072 CPUtime=0.08 cores=0,2,4,6
/proc/18647/task/18706/stat : 18706 (java) S 18644 18647 14447 0 -1 1077944384 14 13298 0 0 0 0 5 3 20 0 15 0 444730213 11107315712 100518 33554432000 4194304 4196468 140733718835312 139982312302112 139982858651349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18707] ppid=18644 vsize=10846988 memory=402072 CPUtime=0.08 cores=0,2,4,6
/proc/18647/task/18707/stat : 18707 (java) S 18644 18647 14447 0 -1 1077944384 2 13298 0 0 0 0 5 3 20 0 15 0 444730213 11107315712 100518 33554432000 4194304 4196468 140733718835312 139981708322304 139982858651349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18708] ppid=18644 vsize=10846988 memory=916 CPUtime=0.08 cores=0,2,4,6
/proc/18647/task/18708/stat : 18708 (java) S 18644 18647 14447 0 -1 1077944384 3 13298 0 0 0 0 5 3 20 0 15 0 444730216 11107315712 100518 33554432000 4194304 4196468 140733718835312 139981400922832 139982858659739 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18709] ppid=18644 vsize=10846988 memory=3848 CPUtime=4.42 cores=0,2,4,6
/proc/18647/task/18709/stat : 18709 (java) S 18644 18647 14447 0 -1 1077944384 19676 13298 0 0 431 3 5 3 20 0 15 0 444730216 11107315712 100518 33554432000 4194304 4196468 140733718835312 139982384252912 139982858652290 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18710] ppid=18644 vsize=10846988 memory=2012 CPUtime=4.61 cores=0,2,4,6
/proc/18647/task/18710/stat : 18710 (java) S 18644 18647 14447 0 -1 1077944384 20178 13298 0 0 450 3 5 3 20 0 15 0 444730216 11107315712 100518 33554432000 4194304 4196468 140733718835312 139982383200368 139982858652290 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18711] ppid=18644 vsize=10846988 memory=1324 CPUtime=1.98 cores=0,2,4,6
/proc/18647/task/18711/stat : 18711 (java) S 18644 18647 14447 0 -1 1077944384 13046 13298 0 0 187 3 5 3 20 0 15 0 444730216 11107315712 100518 33554432000 4194304 4196468 140733718835312 139982382147824 139982858652290 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18712] ppid=18644 vsize=10846988 memory=402072 CPUtime=0.08 cores=0,2,4,6
/proc/18647/task/18712/stat : 18712 (java) S 18644 18647 14447 0 -1 1077944384 3 13298 0 0 0 0 5 3 20 0 15 0 444730216 11107315712 100518 33554432000 4194304 4196468 140733718835312 139981367364192 139982858651349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18713] ppid=18644 vsize=10846988 memory=3616 CPUtime=1.41 cores=0,2,4,6
/proc/18647/task/18713/stat : 18713 (java) S 18644 18647 14447 0 -1 1077944384 800 13298 0 0 66 67 5 3 20 0 15 0 444730216 11107315712 100518 33554432000 4194304 4196468 140733718835312 139982381095728 139982858652290 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
Current children cumulated CPU time: 2370.85 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 402072 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2351 s]*
/proc/loadavg: 1.13 1.35 1.42 3/226 19088
/proc/meminfo: memFree=28218700/32770624 swapFree=66922380/67108860
[pid=18647] ppid=18644 vsize=10846988 memory=412892 CPUtime=2400.09 cores=0,2,4,6
/proc/18647/stat : 18647 (java) S 18644 18647 14447 0 -1 1077944320 197005 13298 0 0 239634 367 5 3 20 0 15 0 444730201 11107315712 103223 33554432000 4194304 4196468 140733718835312 140733718817856 139982858641143 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
/proc/18647/statm: 2711747 103223 3634 1 0 2673805 0
[pid=18647/tid=18700] ppid=18644 vsize=10846988 memory=8317482817917895235 CPUtime=2326.01 cores=0,2,4,6
/proc/18647/task/18700/stat : 18700 (java) R 18644 18647 14447 0 -1 4202560 78082 13298 0 0 232537 56 5 3 20 0 15 0 444730210 11107315712 103223 33554432000 4194304 4196468 140733718835312 139982830475808 139982476985924 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18701] ppid=18644 vsize=10846988 memory=4872558044660077418 CPUtime=13.08 cores=0,2,4,6
/proc/18647/task/18701/stat : 18701 (java) S 18644 18647 14447 0 -1 1077944384 12267 13298 0 0 1244 56 5 3 20 0 15 0 444730211 11107315712 103223 33554432000 4194304 4196468 140733718835312 139982862883088 139982858651349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18702] ppid=18644 vsize=10846988 memory=7811864566693717840 CPUtime=13.07 cores=0,2,4,6
/proc/18647/task/18702/stat : 18702 (java) S 18644 18647 14447 0 -1 1077944384 11493 13298 0 0 1245 54 5 3 20 0 15 0 444730211 11107315712 103223 33554432000 4194304 4196468 140733718835312 139982783842704 139982858651349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18703] ppid=18644 vsize=10846988 memory=7598542776401657925 CPUtime=13.1 cores=0,2,4,6
/proc/18647/task/18703/stat : 18703 (java) S 18644 18647 14447 0 -1 1077944384 11167 13298 0 0 1242 60 5 3 20 0 15 0 444730211 11107315712 103223 33554432000 4194304 4196468 140733718835312 139982430611984 139982858651349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18704] ppid=18644 vsize=10846988 memory=288286658261869495 CPUtime=13.09 cores=0,2,4,6
/proc/18647/task/18704/stat : 18704 (java) S 18644 18647 14447 0 -1 1077944384 15215 13298 0 0 1246 55 5 3 20 0 15 0 444730211 11107315712 103223 33554432000 4194304 4196468 140733718835312 139982429559440 139982858651349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18705] ppid=18644 vsize=10846988 memory=288230376155014160 CPUtime=9.89 cores=0,2,4,6
/proc/18647/task/18705/stat : 18705 (java) S 18644 18647 14447 0 -1 1077944384 12839 13298 0 0 923 58 5 3 20 0 15 0 444730212 11107315712 103223 33554432000 4194304 4196468 140733718835312 139982385306096 139982858652290 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18706] ppid=18644 vsize=10846988 memory=288288878807483548 CPUtime=0.08 cores=0,2,4,6
/proc/18647/task/18706/stat : 18706 (java) S 18644 18647 14447 0 -1 1077944384 14 13298 0 0 0 0 5 3 20 0 15 0 444730213 11107315712 103223 33554432000 4194304 4196468 140733718835312 139982312302112 139982858651349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18707] ppid=18644 vsize=10846988 memory=13564890525393884 CPUtime=0.08 cores=0,2,4,6
/proc/18647/task/18707/stat : 18707 (java) S 18644 18647 14447 0 -1 1077944384 2 13298 0 0 0 0 5 3 20 0 15 0 444730213 11107315712 103223 33554432000 4194304 4196468 140733718835312 139981708322304 139982858651349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18708] ppid=18644 vsize=10846988 memory=6943526294502006880 CPUtime=0.08 cores=0,2,4,6
/proc/18647/task/18708/stat : 18708 (java) S 18644 18647 14447 0 -1 1077944384 3 13298 0 0 0 0 5 3 20 0 15 0 444730216 11107315712 103223 33554432000 4194304 4196468 140733718835312 139981400922832 139982858659739 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18709] ppid=18644 vsize=10846988 memory=-1891255765032775953 CPUtime=4.42 cores=0,2,4,6
/proc/18647/task/18709/stat : 18709 (java) S 18644 18647 14447 0 -1 1077944384 19679 13298 0 0 431 3 5 3 20 0 15 0 444730216 11107315712 103223 33554432000 4194304 4196468 140733718835312 139982384252912 139982858652290 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18710] ppid=18644 vsize=10846988 memory=7662705885431427175 CPUtime=4.61 cores=0,2,4,6
/proc/18647/task/18710/stat : 18710 (java) S 18644 18647 14447 0 -1 1077944384 20180 13298 0 0 450 3 5 3 20 0 15 0 444730216 11107315712 103223 33554432000 4194304 4196468 140733718835312 139982383200368 139982858652290 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18711] ppid=18644 vsize=10846988 memory=7590096349323620715 CPUtime=1.98 cores=0,2,4,6
/proc/18647/task/18711/stat : 18711 (java) S 18644 18647 14447 0 -1 1077944384 13048 13298 0 0 187 3 5 3 20 0 15 0 444730216 11107315712 103223 33554432000 4194304 4196468 140733718835312 139982382147824 139982858652290 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18712] ppid=18644 vsize=10846988 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18647/task/18712/stat : 18712 (java) S 18644 18647 14447 0 -1 1077944384 3 13298 0 0 0 0 5 3 20 0 15 0 444730216 11107315712 103223 33554432000 4194304 4196468 140733718835312 139981367364192 139982858651349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
[pid=18647/tid=18713] ppid=18644 vsize=10846988 memory=5867737764084345961 CPUtime=1.43 cores=0,2,4,6
/proc/18647/task/18713/stat : 18713 (java) S 18644 18647 14447 0 -1 1077944384 804 13298 0 0 67 68 5 3 20 0 15 0 444730216 11107315712 103223 33554432000 4194304 4196468 140733718835312 139982381095728 139982858652290 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25526272 140733718838000 140733718840517 140733718840517 140733718843343 0
Current children cumulated CPU time: 2400.09 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 412892 KiB

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

[startup+2351.03 s]
# the end of solver process 18647 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.41 s, system=3.7142 s

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

Child status: 143
Real time (s): 2351.03
CPU time (s): 2400.13
CPU user time (s): 2396.41
CPU system time (s): 3.7142
CPU usage (%): 102.088
Max. virtual memory (cumulated for all children) (KiB): 10846988
Max. memory (cumulated for all children) (KiB): 1156348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.41
system time used= 3.7142
maximum resident set size= 1156864
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 211093
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2760
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 259126
involuntary context switches= 7436


# summary of solver processes directly reported to runsolver:
#   pid: 18647
#   total CPU time (s): 2400.13
#   total CPU user time (s): 2396.41
#   total CPU system time (s): 3.7142

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.2914 second user time and 19.7695 second system time

The end

Launcher Data

Begin job on node141 at 2019-09-17 04:38:01
IDJOB=4401458
IDBENCH=137635
IDSOLVER=2858
FILE ID=node141/4401458-1568687923
RUNJOBID= node141-1568673289-14478
PBS_JOBID= 21703778
Free space on /tmp= 58508 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/BinPacking/BinPacking-sum-skj2/BinPacking-sum-n2w4b2r1.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4401458-1568687923/watcher-4401458-1568687923 -o /tmp/evaluation-result-4401458-1568687923/solver-4401458-1568687923 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node141-1568673289-14478 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=548403584 HOME/instance-4401458-1568687923.xml

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

MD5SUM BENCH= a404c513102fb879343dc63e509eedd5
RANDOM SEED=548403584

node141.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	: 5332.93
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	: 5332.93
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	: 5332.93
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	: 5332.93
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:        30578868 kB
MemAvailable:   31495340 kB
Buffers:          224204 kB
Cached:           989788 kB
SwapCached:        77832 kB
Active:           903108 kB
Inactive:         728216 kB
Active(anon):     346284 kB
Inactive(anon):   114804 kB
Active(file):     556824 kB
Inactive(file):   613412 kB
Unevictable:      109460 kB
Mlocked:          109460 kB
SwapTotal:      67108860 kB
SwapFree:       66922340 kB
Dirty:             35648 kB
Writeback:             0 kB
AnonPages:        449972 kB
Mapped:            56380 kB
Shmem:             34520 kB
Slab:             154536 kB
SReclaimable:     124144 kB
SUnreclaim:        30392 kB
KernelStack:        3728 kB
PageTables:         7120 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1481092 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    258048 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      128384 kB
DirectMap2M:    33417216 kB

Free space on /tmp at the end= 58472 MiB
End job on node141 at 2019-09-17 05:17:13