Trace number 4391999

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.10? (TO) 2400.08 2367.44

General information on the benchmark

NamePrizeCollecting/PrizeCollecting-jok-s1/
PrizeCollecting-24-4-6-8.xml
MD5SUM2aec32ddb698ed0594b6493531e6a3ee
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark63
Best CPU time to get the best result obtained on this benchmark35.9576
Satisfiable
(Un)Satisfiability was proved
Number of variables72
Number of constraints97
Number of domains25
Minimum domain size3
Maximum domain size25
Distribution of domain sizes[{"size":3,"count":2},{"size":4,"count":8},{"size":5,"count":11},{"size":6,"count":3},{"size":25,"count":48}]
Minimum variable degree2
Maximum variable degree27
Distribution of variable degrees[{"degree":2,"count":24},{"degree":25,"count":23},{"degree":26,"count":1},{"degree":27,"count":24}]
Minimum constraint arity1
Maximum constraint arity25
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":48},{"arity":24,"count":24},{"arity":25,"count":24}]
Number of extensional constraints48
Number of intensional constraints25
Distribution of constraint types[{"type":"extension","count":48},{"type":"intension","count":25},{"type":"count","count":24}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4391999-1568315969/watcher-4391999-1568315969 -o /tmp/evaluation-result-4391999-1568315969/solver-4391999-1568315969 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1568301258-4657 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=599252453 HOME/instance-4391999-1568315969.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
solver pid=9155, runsolver pid=9152
Current StackSize limit: 8192 KiB


[startup+0.100111 s]*
/proc/loadavg: 1.04 1.41 1.49 5/214 9208
/proc/meminfo: memFree=21806136/32770624 swapFree=66997112/67108860
[pid=9155] ppid=9152 vsize=9972712 memory=16288 CPUtime=0.1 cores=0,2,4,6
/proc/9155/stat : 9155 (java) S 9152 9155 14487 0 -1 1077944320 4350 13298 0 0 1 1 5 3 20 0 6 0 407849993 10212057088 4072 33554432000 4194304 4196468 140724094828400 140724094810944 140265746267895 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
/proc/9155/statm: 2493178 4072 1920 1 0 2481616 0
[pid=9155/tid=9208] ppid=9152 vsize=9972712 memory=720575944405811505 CPUtime=0.08 cores=0,2,4,6
/proc/9155/task/9208/stat : 9208 (java) R 9152 9155 14487 0 -1 4202560 2169 13298 0 0 0 0 5 3 20 0 6 0 407850003 10212057088 4138 33554432000 4194304 4196468 140724094828400 140265718104656 140265746289821 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9209] ppid=9152 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9155/task/9209/stat : 9209 (java) S 9152 9155 14487 0 -1 1077944384 1 13298 0 0 0 0 5 3 20 0 6 0 407850003 10212057088 4138 33554432000 4194304 4196468 140724094828400 140265750510352 140265746278101 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9210] ppid=9152 vsize=9972712 memory=14837402279433880 CPUtime=0.08 cores=0,2,4,6
/proc/9155/task/9210/stat : 9210 (java) S 9152 9155 14487 0 -1 1077944384 1 13298 0 0 0 0 5 3 20 0 6 0 407850003 10212057088 4138 33554432000 4194304 4196468 140724094828400 140265649400720 140265746278101 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9211] ppid=9152 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9155/task/9211/stat : 9211 (java) S 9152 9155 14487 0 -1 1077944384 2 13298 0 0 0 0 5 3 20 0 6 0 407850003 10212057088 4138 33554432000 4194304 4196468 140724094828400 140265648348176 140265746278101 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9212] ppid=9152 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9155/task/9212/stat : 9212 (java) S 9152 9155 14487 0 -1 1077944384 2 13298 0 0 0 0 5 3 20 0 6 0 407850003 10212057088 4138 33554432000 4194304 4196468 140724094828400 140265647295632 140265746278101 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16288 KiB

[startup+0.210176 s]*
/proc/loadavg: 1.04 1.41 1.49 4/227 9221
/proc/meminfo: memFree=21784816/32770624 swapFree=66997112/67108860
[pid=9155] ppid=9152 vsize=10818940 memory=38480 CPUtime=0.26 cores=0,2,4,6
/proc/9155/stat : 9155 (java) S 9152 9155 14487 0 -1 1077944320 6995 13298 0 0 16 2 5 3 20 0 15 0 407849993 11078594560 9620 33554432000 4194304 4196468 140724094828400 140724094810944 140265746267895 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
/proc/9155/statm: 2704735 9620 2943 1 0 2667149 0
[pid=9155/tid=9208] ppid=9152 vsize=10818940 memory=734403540614644017 CPUtime=0.19 cores=0,2,4,6
/proc/9155/task/9208/stat : 9208 (java) R 9152 9155 14487 0 -1 4202560 3521 13298 0 0 10 1 5 3 20 0 15 0 407850003 11078594560 9620 33554432000 4194304 4196468 140724094828400 140265718100288 140265730348382 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9209] ppid=9152 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9155/task/9209/stat : 9209 (java) S 9152 9155 14487 0 -1 1077944384 1 13298 0 0 0 0 5 3 20 0 15 0 407850003 11078594560 9620 33554432000 4194304 4196468 140724094828400 140265750510352 140265746278101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9210] ppid=9152 vsize=10818940 memory=14837402279433880 CPUtime=0.08 cores=0,2,4,6
/proc/9155/task/9210/stat : 9210 (java) S 9152 9155 14487 0 -1 1077944384 1 13298 0 0 0 0 5 3 20 0 15 0 407850003 11078594560 9620 33554432000 4194304 4196468 140724094828400 140265649400720 140265746278101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9211] ppid=9152 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9155/task/9211/stat : 9211 (java) S 9152 9155 14487 0 -1 1077944384 2 13298 0 0 0 0 5 3 20 0 15 0 407850003 11078594560 9620 33554432000 4194304 4196468 140724094828400 140265648348176 140265746278101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9212] ppid=9152 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9155/task/9212/stat : 9212 (java) S 9152 9155 14487 0 -1 1077944384 2 13298 0 0 0 0 5 3 20 0 15 0 407850003 11078594560 9620 33554432000 4194304 4196468 140724094828400 140265647295632 140265746278101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9213] ppid=9152 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9155/task/9213/stat : 9213 (java) S 9152 9155 14487 0 -1 1077944384 2 13298 0 0 0 0 5 3 20 0 15 0 407850005 11078594560 9620 33554432000 4194304 4196468 140724094828400 140265205274608 140265746279042 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9214] ppid=9152 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/9155/task/9214/stat : 9214 (java) S 9152 9155 14487 0 -1 1077944384 13 13298 0 0 0 0 5 3 20 0 15 0 407850005 11078594560 9620 33554432000 4194304 4196468 140724094828400 140264639292320 140265746278101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9215] ppid=9152 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9155/task/9215/stat : 9215 (java) S 9152 9155 14487 0 -1 1077944384 1 13298 0 0 0 0 5 3 20 0 15 0 407850006 11078594560 9620 33554432000 4194304 4196468 140724094828400 140264505074672 140265746278101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9216] ppid=9152 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9155/task/9216/stat : 9216 (java) S 9152 9155 14487 0 -1 1077944384 3 13298 0 0 0 0 5 3 20 0 15 0 407850008 11078594560 9620 33554432000 4194304 4196468 140724094828400 140264264784080 140265746286491 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9217] ppid=9152 vsize=10818940 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/9155/task/9217/stat : 9217 (java) S 9152 9155 14487 0 -1 1077944384 444 13298 0 0 1 0 5 3 20 0 15 0 407850008 11078594560 9620 33554432000 4194304 4196468 140724094828400 140265204222448 140265746279042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9218] ppid=9152 vsize=10818940 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/9155/task/9218/stat : 9218 (java) S 9152 9155 14487 0 -1 1077944384 185 13298 0 0 1 0 5 3 20 0 15 0 407850008 11078594560 9620 33554432000 4194304 4196468 140724094828400 140265203169904 140265746279042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9219] ppid=9152 vsize=10818940 memory=139984598029952 CPUtime=0.11 cores=0,2,4,6
/proc/9155/task/9219/stat : 9219 (java) S 9152 9155 14487 0 -1 1077944384 631 13298 0 0 3 0 5 3 20 0 15 0 407850008 11078594560 9620 33554432000 4194304 4196468 140724094828400 140265202117360 140265746279042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9220] ppid=9152 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/9155/task/9220/stat : 9220 (java) S 9152 9155 14487 0 -1 1077944384 3 13298 0 0 0 0 5 3 20 0 15 0 407850008 11078594560 9620 33554432000 4194304 4196468 140724094828400 140264231226464 140265746278101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9221] ppid=9152 vsize=10818940 memory=139984598029952 CPUtime=0.08 cores=0,2,4,6
/proc/9155/task/9221/stat : 9221 (java) S 9152 9155 14487 0 -1 1077944384 1 13298 0 0 0 0 5 3 20 0 15 0 407850009 11078594560 9620 33554432000 4194304 4196468 140724094828400 140265201064240 140265746279042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 38480 KiB

[startup+0.310364 s]*
/proc/loadavg: 1.04 1.41 1.49 3/227 9221
/proc/meminfo: memFree=21773036/32770624 swapFree=66997112/67108860
[pid=9155] ppid=9152 vsize=10819288 memory=47148 CPUtime=0.4 cores=0,2,4,6
/proc/9155/stat : 9155 (java) S 9152 9155 14487 0 -1 1077944320 10463 13298 0 0 28 4 5 3 20 0 15 0 407849993 11078950912 11787 33554432000 4194304 4196468 140724094828400 140724094810944 140265746267895 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
/proc/9155/statm: 2704822 11787 3006 1 0 2667149 0
[pid=9155/tid=9208] ppid=9152 vsize=10819464 memory=8317482817917895235 CPUtime=0.29 cores=0,2,4,6
/proc/9155/task/9208/stat : 9208 (java) R 9152 9155 14487 0 -1 4202560 7000 13298 0 0 19 2 5 3 20 0 15 0 407850003 11079131136 11853 33554432000 4194304 4196468 140724094828400 140265718049792 140265669344229 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9209] ppid=9152 vsize=10819464 memory=8514701219931451533 CPUtime=0.08 cores=0,2,4,6
/proc/9155/task/9209/stat : 9209 (java) S 9152 9155 14487 0 -1 1077944384 1 13298 0 0 0 0 5 3 20 0 15 0 407850003 11079131136 11853 33554432000 4194304 4196468 140724094828400 140265750510352 140265746278101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9210] ppid=9152 vsize=10819464 memory=-6733704525061579059 CPUtime=0.08 cores=0,2,4,6
/proc/9155/task/9210/stat : 9210 (java) S 9152 9155 14487 0 -1 1077944384 1 13298 0 0 0 0 5 3 20 0 15 0 407850003 11079131136 11853 33554432000 4194304 4196468 140724094828400 140265649400720 140265746278101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9211] ppid=9152 vsize=10819464 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9155/task/9211/stat : 9211 (java) S 9152 9155 14487 0 -1 1077944384 2 13298 0 0 0 0 5 3 20 0 15 0 407850003 11079131136 11853 33554432000 4194304 4196468 140724094828400 140265648348176 140265746278101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9212] ppid=9152 vsize=10819464 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/9155/task/9212/stat : 9212 (java) S 9152 9155 14487 0 -1 1077944384 2 13298 0 0 0 0 5 3 20 0 15 0 407850003 11079131136 11853 33554432000 4194304 4196468 140724094828400 140265647295632 140265746278101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9213] ppid=9152 vsize=10819484 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9155/task/9213/stat : 9213 (java) S 9152 9155 14487 0 -1 1077944384 2 13298 0 0 0 0 5 3 20 0 15 0 407850005 11079151616 11853 33554432000 4194304 4196468 140724094828400 140265205274608 140265746279042 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9214] ppid=9152 vsize=10819484 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9155/task/9214/stat : 9214 (java) S 9152 9155 14487 0 -1 1077944384 13 13298 0 0 0 0 5 3 20 0 15 0 407850005 11079151616 11853 33554432000 4194304 4196468 140724094828400 140264639292320 140265746278101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9215] ppid=9152 vsize=10819484 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9155/task/9215/stat : 9215 (java) S 9152 9155 14487 0 -1 1077944384 1 13298 0 0 0 0 5 3 20 0 15 0 407850006 11079151616 11853 33554432000 4194304 4196468 140724094828400 140264505074672 140265746278101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9216] ppid=9152 vsize=10819484 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9155/task/9216/stat : 9216 (java) S 9152 9155 14487 0 -1 1077944384 3 13298 0 0 0 0 5 3 20 0 15 0 407850008 11079151616 11853 33554432000 4194304 4196468 140724094828400 140264264784080 140265746286491 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9217] ppid=9152 vsize=10819484 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/9155/task/9217/stat : 9217 (java) S 9152 9155 14487 0 -1 1077944384 444 13298 0 0 2 0 5 3 20 0 15 0 407850008 11079151616 11853 33554432000 4194304 4196468 140724094828400 140265204222448 140265746279042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9218] ppid=9152 vsize=10819488 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/9155/task/9218/stat : 9218 (java) S 9152 9155 14487 0 -1 1077944384 187 13298 0 0 1 0 5 3 20 0 15 0 407850008 11079155712 11853 33554432000 4194304 4196468 140724094828400 140265203169904 140265746279042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9219] ppid=9152 vsize=10819488 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/9155/task/9219/stat : 9219 (java) R 9152 9155 14487 0 -1 4202560 641 13298 0 0 5 0 5 3 20 0 15 0 407850008 11079155712 11853 33554432000 4194304 4196468 140724094828400 140265202117360 140265746289242 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9220] ppid=9152 vsize=10819488 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9155/task/9220/stat : 9220 (java) S 9152 9155 14487 0 -1 1077944384 3 13298 0 0 0 0 5 3 20 0 15 0 407850008 11079155712 11853 33554432000 4194304 4196468 140724094828400 140264231226464 140265746278101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9221] ppid=9152 vsize=10819488 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9155/task/9221/stat : 9221 (java) S 9152 9155 14487 0 -1 1077944384 1 13298 0 0 0 0 5 3 20 0 15 0 407850009 11079155712 11853 33554432000 4194304 4196468 140724094828400 140265201064240 140265746279042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10819288 KiB
Current children cumulated memory: 47148 KiB

[startup+0.700714 s]
/proc/loadavg: 1.04 1.41 1.49 5/227 9221
/proc/meminfo: memFree=21760976/32770624 swapFree=66997112/67108860
[pid=9155] ppid=9152 vsize=10824340 memory=80328 CPUtime=1.14 cores=0,2,4,6
/proc/9155/stat : 9155 (java) S 9152 9155 14487 0 -1 1077944320 14796 13298 0 0 99 7 5 3 20 0 15 0 407849993 11084124160 20082 33554432000 4194304 4196468 140724094828400 140724094810944 140265746267895 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
/proc/9155/statm: 2706085 20082 3496 1 0 2668173 0
[pid=9155/tid=9208] ppid=9152 vsize=10824340 memory=3504 CPUtime=0.66 cores=0,2,4,6
/proc/9155/task/9208/stat : 9208 (java) R 9152 9155 14487 0 -1 4202560 10477 13298 0 0 54 4 5 3 20 0 15 0 407850003 11084124160 20082 33554432000 4194304 4196468 140724094828400 140265718094800 140265746289821 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9209] ppid=9152 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9155/task/9209/stat : 9209 (java) S 9152 9155 14487 0 -1 1077944384 1 13298 0 0 0 0 5 3 20 0 15 0 407850003 11084124160 20082 33554432000 4194304 4196468 140724094828400 140265750510352 140265746278101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9210] ppid=9152 vsize=10824340 memory=37940 CPUtime=0.08 cores=0,2,4,6
/proc/9155/task/9210/stat : 9210 (java) S 9152 9155 14487 0 -1 1077944384 1 13298 0 0 0 0 5 3 20 0 15 0 407850003 11084124160 20082 33554432000 4194304 4196468 140724094828400 140265649400720 140265746278101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9211] ppid=9152 vsize=10824340 memory=3028 CPUtime=0.08 cores=0,2,4,6
/proc/9155/task/9211/stat : 9211 (java) S 9152 9155 14487 0 -1 1077944384 2 13298 0 0 0 0 5 3 20 0 15 0 407850003 11084124160 20082 33554432000 4194304 4196468 140724094828400 140265648348176 140265746278101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9212] ppid=9152 vsize=10824340 memory=2012 CPUtime=0.08 cores=0,2,4,6
/proc/9155/task/9212/stat : 9212 (java) S 9152 9155 14487 0 -1 1077944384 2 13298 0 0 0 0 5 3 20 0 15 0 407850003 11084124160 20082 33554432000 4194304 4196468 140724094828400 140265647295632 140265746278101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9213] ppid=9152 vsize=10824340 memory=2 CPUtime=0.08 cores=0,2,4,6
/proc/9155/task/9213/stat : 9213 (java) S 9152 9155 14487 0 -1 1077944384 6 13298 0 0 0 0 5 3 20 0 15 0 407850005 11084124160 20082 33554432000 4194304 4196468 140724094828400 140265205274608 140265746279042 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9214] ppid=9152 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9155/task/9214/stat : 9214 (java) S 9152 9155 14487 0 -1 1077944384 13 13298 0 0 0 0 5 3 20 0 15 0 407850005 11084124160 20082 33554432000 4194304 4196468 140724094828400 140264639292320 140265746278101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9215] ppid=9152 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9155/task/9215/stat : 9215 (java) S 9152 9155 14487 0 -1 1077944384 1 13298 0 0 0 0 5 3 20 0 15 0 407850006 11084124160 20082 33554432000 4194304 4196468 140724094828400 140264505074672 140265746278101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9216] ppid=9152 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9155/task/9216/stat : 9216 (java) S 9152 9155 14487 0 -1 1077944384 3 13298 0 0 0 0 5 3 20 0 15 0 407850008 11084124160 20082 33554432000 4194304 4196468 140724094828400 140264264784080 140265746286491 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9217] ppid=9152 vsize=10824340 memory=8996 CPUtime=0.23 cores=0,2,4,6
/proc/9155/task/9217/stat : 9217 (java) S 9152 9155 14487 0 -1 1077944384 806 13298 0 0 15 0 5 3 20 0 15 0 407850008 11084124160 20082 33554432000 4194304 4196468 140724094828400 140265204222448 140265746279042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9218] ppid=9152 vsize=10824340 memory=4026532099 CPUtime=0.19 cores=0,2,4,6
/proc/9155/task/9218/stat : 9218 (java) S 9152 9155 14487 0 -1 1077944384 442 13298 0 0 11 0 5 3 20 0 15 0 407850008 11084124160 20082 33554432000 4194304 4196468 140724094828400 140265203169904 140265746279042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9219] ppid=9152 vsize=10824340 memory=20004 CPUtime=0.25 cores=0,2,4,6
/proc/9155/task/9219/stat : 9219 (java) S 9152 9155 14487 0 -1 1077944384 833 13298 0 0 17 0 5 3 20 0 15 0 407850008 11084124160 20082 33554432000 4194304 4196468 140724094828400 140265202117360 140265746279042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9220] ppid=9152 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9155/task/9220/stat : 9220 (java) S 9152 9155 14487 0 -1 1077944384 3 13298 0 0 0 0 5 3 20 0 15 0 407850008 11084124160 20082 33554432000 4194304 4196468 140724094828400 140264231226464 140265746278101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9221] ppid=9152 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9155/task/9221/stat : 9221 (java) S 9152 9155 14487 0 -1 1077944384 1 13298 0 0 0 0 5 3 20 0 15 0 407850009 11084124160 20082 33554432000 4194304 4196468 140724094828400 140265201064240 140265746279042 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 80328 KiB

[startup+1.5007 s]
/proc/loadavg: 1.11 1.42 1.49 5/227 9221
/proc/meminfo: memFree=21695216/32770624 swapFree=66997112/67108860
[pid=9155] ppid=9152 vsize=10832608 memory=217480 CPUtime=2.99 cores=0,2,4,6
/proc/9155/stat : 9155 (java) S 9152 9155 14487 0 -1 1077944320 24617 13298 0 0 278 13 5 3 20 0 15 0 407849993 11092590592 54370 33554432000 4194304 4196468 140724094828400 140724094810944 140265746267895 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
/proc/9155/statm: 2708152 54370 3573 1 0 2670221 0
[pid=9155/tid=9208] ppid=9152 vsize=10832608 memory=0 CPUtime=1.43 cores=0,2,4,6
/proc/9155/task/9208/stat : 9208 (java) R 9152 9155 14487 0 -1 4202560 15353 13298 0 0 128 7 5 3 20 0 15 0 407850003 11092590592 54370 33554432000 4194304 4196468 140724094828400 140265718099520 140265746289821 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9209] ppid=9152 vsize=10832608 memory=37940 CPUtime=0.09 cores=0,2,4,6
/proc/9155/task/9209/stat : 9209 (java) S 9152 9155 14487 0 -1 1077944384 64 13298 0 0 1 0 5 3 20 0 15 0 407850003 11092590592 54370 33554432000 4194304 4196468 140724094828400 140265750510352 140265746278101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9210] ppid=9152 vsize=10832608 memory=3028 CPUtime=0.09 cores=0,2,4,6
/proc/9155/task/9210/stat : 9210 (java) S 9152 9155 14487 0 -1 1077944384 29 13298 0 0 1 0 5 3 20 0 15 0 407850003 11092590592 54370 33554432000 4194304 4196468 140724094828400 140265649400720 140265746278101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9211] ppid=9152 vsize=10832608 memory=2012 CPUtime=0.09 cores=0,2,4,6
/proc/9155/task/9211/stat : 9211 (java) S 9152 9155 14487 0 -1 1077944384 257 13298 0 0 1 0 5 3 20 0 15 0 407850003 11092590592 54370 33554432000 4194304 4196468 140724094828400 140265648348176 140265746278101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9212] ppid=9152 vsize=10832608 memory=2 CPUtime=0.09 cores=0,2,4,6
/proc/9155/task/9212/stat : 9212 (java) S 9152 9155 14487 0 -1 1077944384 59 13298 0 0 1 0 5 3 20 0 15 0 407850003 11092590592 54370 33554432000 4194304 4196468 140724094828400 140265647295632 140265746278101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9213] ppid=9152 vsize=10832608 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/9155/task/9213/stat : 9213 (java) S 9152 9155 14487 0 -1 1077944384 98 13298 0 0 1 0 5 3 20 0 15 0 407850005 11092590592 54370 33554432000 4194304 4196468 140724094828400 140265205274608 140265746279042 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9214] ppid=9152 vsize=10832608 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9155/task/9214/stat : 9214 (java) S 9152 9155 14487 0 -1 1077944384 13 13298 0 0 0 0 5 3 20 0 15 0 407850005 11092590592 54370 33554432000 4194304 4196468 140724094828400 140264639292384 140265746278101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9215] ppid=9152 vsize=10832608 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9155/task/9215/stat : 9215 (java) S 9152 9155 14487 0 -1 1077944384 3 13298 0 0 0 0 5 3 20 0 15 0 407850006 11092590592 54370 33554432000 4194304 4196468 140724094828400 140264505074672 140265746278101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9216] ppid=9152 vsize=10832608 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9155/task/9216/stat : 9216 (java) S 9152 9155 14487 0 -1 1077944384 3 13298 0 0 0 0 5 3 20 0 15 0 407850008 11092590592 54370 33554432000 4194304 4196468 140724094828400 140264264784080 140265746286491 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9217] ppid=9152 vsize=10832608 memory=0 CPUtime=0.61 cores=0,2,4,6
/proc/9155/task/9217/stat : 9217 (java) S 9152 9155 14487 0 -1 1077944384 2015 13298 0 0 53 0 5 3 20 0 15 0 407850008 11092590592 54370 33554432000 4194304 4196468 140724094828400 140265204222448 140265746279042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9218] ppid=9152 vsize=10832608 memory=0 CPUtime=0.6 cores=0,2,4,6
/proc/9155/task/9218/stat : 9218 (java) S 9152 9155 14487 0 -1 1077944384 2612 13298 0 0 52 0 5 3 20 0 15 0 407850008 11092590592 54370 33554432000 4194304 4196468 140724094828400 140265203169904 140265746279042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9219] ppid=9152 vsize=10832608 memory=8112282956445269571 CPUtime=0.45 cores=0,2,4,6
/proc/9155/task/9219/stat : 9219 (java) S 9152 9155 14487 0 -1 1077944384 1901 13298 0 0 36 1 5 3 20 0 15 0 407850008 11092590592 54370 33554432000 4194304 4196468 140724094828400 140265202117360 140265746279042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9220] ppid=9152 vsize=10832608 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9155/task/9220/stat : 9220 (java) S 9152 9155 14487 0 -1 1077944384 3 13298 0 0 0 0 5 3 20 0 15 0 407850008 11092590592 54370 33554432000 4194304 4196468 140724094828400 140264231226464 140265746278101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9221] ppid=9152 vsize=10832608 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/9155/task/9221/stat : 9221 (java) S 9152 9155 14487 0 -1 1077944384 1 13298 0 0 0 0 5 3 20 0 15 0 407850009 11092590592 54370 33554432000 4194304 4196468 140724094828400 140265201064240 140265746279042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
Current children cumulated CPU time: 2.99 s
Current children cumulated vsize: 10832608 KiB

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

/proc/9155/task/9208/stat : 9208 (java) R 9152 9155 14487 0 -1 4202560 89224 13298 0 0 219144 51 5 3 20 0 15 0 407850003 11107291136 429733 33554432000 4194304 4196468 140724094828400 140265718098448 140265328283104 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9209] ppid=9152 vsize=10846964 memory=1718932 CPUtime=4.98 cores=0,2,4,6
/proc/9155/task/9209/stat : 9209 (java) S 9152 9155 14487 0 -1 1077944384 28892 13298 0 0 464 26 5 3 20 0 15 0 407850003 11107291136 429733 33554432000 4194304 4196468 140724094828400 140265750510352 140265746278101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9210] ppid=9152 vsize=10846964 memory=1718932 CPUtime=4.94 cores=0,2,4,6
/proc/9155/task/9210/stat : 9210 (java) S 9152 9155 14487 0 -1 1077944384 31110 13298 0 0 460 26 5 3 20 0 15 0 407850003 11107291136 429733 33554432000 4194304 4196468 140724094828400 140265649400720 140265746278101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9211] ppid=9152 vsize=10846964 memory=0 CPUtime=4.93 cores=0,2,4,6
/proc/9155/task/9211/stat : 9211 (java) S 9152 9155 14487 0 -1 1077944384 25363 13298 0 0 462 23 5 3 20 0 15 0 407850003 11107291136 429733 33554432000 4194304 4196468 140724094828400 140265648348176 140265746278101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9212] ppid=9152 vsize=10846964 memory=1718932 CPUtime=4.96 cores=0,2,4,6
/proc/9155/task/9212/stat : 9212 (java) S 9152 9155 14487 0 -1 1077944384 22189 13298 0 0 463 25 5 3 20 0 15 0 407850003 11107291136 429733 33554432000 4194304 4196468 140724094828400 140265647295632 140265746278101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9213] ppid=9152 vsize=10846964 memory=1718932 CPUtime=3.78 cores=0,2,4,6
/proc/9155/task/9213/stat : 9213 (java) S 9152 9155 14487 0 -1 1077944384 26214 13298 0 0 348 22 5 3 20 0 15 0 407850005 11107291136 429733 33554432000 4194304 4196468 140724094828400 140265205274608 140265746279042 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9214] ppid=9152 vsize=10846964 memory=55 CPUtime=0.08 cores=0,2,4,6
/proc/9155/task/9214/stat : 9214 (java) S 9152 9155 14487 0 -1 1077944384 23 13298 0 0 0 0 5 3 20 0 15 0 407850005 11107291136 429733 33554432000 4194304 4196468 140724094828400 140264639292448 140265746278101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9215] ppid=9152 vsize=10846964 memory=2012 CPUtime=0.08 cores=0,2,4,6
/proc/9155/task/9215/stat : 9215 (java) S 9152 9155 14487 0 -1 1077944384 25 13298 0 0 0 0 5 3 20 0 15 0 407850006 11107291136 429733 33554432000 4194304 4196468 140724094828400 140264505074688 140265746278101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9216] ppid=9152 vsize=10846964 memory=1718932 CPUtime=0.08 cores=0,2,4,6
/proc/9155/task/9216/stat : 9216 (java) S 9152 9155 14487 0 -1 1077944384 3 13298 0 0 0 0 5 3 20 0 15 0 407850008 11107291136 429733 33554432000 4194304 4196468 140724094828400 140264264784080 140265746286491 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9217] ppid=9152 vsize=10846964 memory=1718932 CPUtime=6.1 cores=0,2,4,6
/proc/9155/task/9217/stat : 9217 (java) S 9152 9155 14487 0 -1 1077944384 86839 13298 0 0 591 11 5 3 20 0 15 0 407850008 11107291136 429733 33554432000 4194304 4196468 140724094828400 140265204222448 140265746279042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9218] ppid=9152 vsize=10846964 memory=1716760 CPUtime=6.62 cores=0,2,4,6
/proc/9155/task/9218/stat : 9218 (java) S 9152 9155 14487 0 -1 1077944384 81914 13298 0 0 645 9 5 3 20 0 15 0 407850008 11107291136 429733 33554432000 4194304 4196468 140724094828400 140265203169904 140265746279042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9219] ppid=9152 vsize=10846964 memory=1716752 CPUtime=4.12 cores=0,2,4,6
/proc/9155/task/9219/stat : 9219 (java) S 9152 9155 14487 0 -1 1077944384 79013 13298 0 0 392 12 5 3 20 0 15 0 407850008 11107291136 429733 33554432000 4194304 4196468 140724094828400 140265202117360 140265746279042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9220] ppid=9152 vsize=10846964 memory=4104 CPUtime=0.08 cores=0,2,4,6
/proc/9155/task/9220/stat : 9220 (java) S 9152 9155 14487 0 -1 1077944384 3 13298 0 0 0 0 5 3 20 0 15 0 407850008 11107291136 429733 33554432000 4194304 4196468 140724094828400 140264231226464 140265746278101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9221] ppid=9152 vsize=10846964 memory=3504 CPUtime=1.3 cores=0,2,4,6
/proc/9155/task/9221/stat : 9221 (java) S 9152 9155 14487 0 -1 1077944384 2582 13298 0 0 64 58 5 3 20 0 15 0 407850009 11107291136 429733 33554432000 4194304 4196468 140724094828400 140265201064240 140265746279042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
Current children cumulated CPU time: 2233.15 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1718932 KiB

[startup+2262.3 s]
/proc/loadavg: 1.39 1.48 1.45 3/227 9563
/proc/meminfo: memFree=21382096/32770624 swapFree=66997112/67108860
[pid=9155] ppid=9152 vsize=10846964 memory=1719000 CPUtime=2293.81 cores=0,2,4,6
/proc/9155/stat : 9155 (java) S 9152 9155 14487 0 -1 1077944320 483476 13298 0 0 229134 239 5 3 20 0 15 0 407849993 11107291136 429750 33554432000 4194304 4196468 140724094828400 140724094810944 140265746267895 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
/proc/9155/statm: 2711741 429750 3621 1 0 2673805 0
[pid=9155/tid=9208] ppid=9152 vsize=10846964 memory=1718968 CPUtime=2251.55 cores=0,2,4,6
/proc/9155/task/9208/stat : 9208 (java) R 9152 9155 14487 0 -1 4202560 90350 13298 0 0 225095 52 5 3 20 0 15 0 407850003 11107291136 429750 33554432000 4194304 4196468 140724094828400 140265718075296 140265331966588 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9209] ppid=9152 vsize=10846964 memory=1718968 CPUtime=5.19 cores=0,2,4,6
/proc/9155/task/9209/stat : 9209 (java) S 9152 9155 14487 0 -1 1077944384 29486 13298 0 0 484 27 5 3 20 0 15 0 407850003 11107291136 429750 33554432000 4194304 4196468 140724094828400 140265750510352 140265746278101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9210] ppid=9152 vsize=10846964 memory=1719000 CPUtime=5.16 cores=0,2,4,6
/proc/9155/task/9210/stat : 9210 (java) S 9152 9155 14487 0 -1 1077944384 31349 13298 0 0 481 27 5 3 20 0 15 0 407850003 11107291136 429750 33554432000 4194304 4196468 140724094828400 140265649400720 140265746278101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9211] ppid=9152 vsize=10846964 memory=1719000 CPUtime=5.15 cores=0,2,4,6
/proc/9155/task/9211/stat : 9211 (java) S 9152 9155 14487 0 -1 1077944384 25508 13298 0 0 483 24 5 3 20 0 15 0 407850003 11107291136 429750 33554432000 4194304 4196468 140724094828400 140265648348176 140265746278101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9212] ppid=9152 vsize=10846964 memory=669116 CPUtime=5.17 cores=0,2,4,6
/proc/9155/task/9212/stat : 9212 (java) S 9152 9155 14487 0 -1 1077944384 22548 13298 0 0 484 25 5 3 20 0 15 0 407850003 11107291136 429750 33554432000 4194304 4196468 140724094828400 140265647295632 140265746278101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9213] ppid=9152 vsize=10846964 memory=1719000 CPUtime=3.96 cores=0,2,4,6
/proc/9155/task/9213/stat : 9213 (java) S 9152 9155 14487 0 -1 1077944384 26539 13298 0 0 365 23 5 3 20 0 15 0 407850005 11107291136 429750 33554432000 4194304 4196468 140724094828400 140265205274608 140265746279042 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9214] ppid=9152 vsize=10846964 memory=1719000 CPUtime=0.08 cores=0,2,4,6
/proc/9155/task/9214/stat : 9214 (java) S 9152 9155 14487 0 -1 1077944384 23 13298 0 0 0 0 5 3 20 0 15 0 407850005 11107291136 429750 33554432000 4194304 4196468 140724094828400 140264639292448 140265746278101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9215] ppid=9152 vsize=10846964 memory=8 CPUtime=0.08 cores=0,2,4,6
/proc/9155/task/9215/stat : 9215 (java) S 9152 9155 14487 0 -1 1077944384 25 13298 0 0 0 0 5 3 20 0 15 0 407850006 11107291136 429750 33554432000 4194304 4196468 140724094828400 140264505074688 140265746278101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9216] ppid=9152 vsize=10846964 memory=279968920305600 CPUtime=0.08 cores=0,2,4,6
/proc/9155/task/9216/stat : 9216 (java) S 9152 9155 14487 0 -1 1077944384 3 13298 0 0 0 0 5 3 20 0 15 0 407850008 11107291136 429750 33554432000 4194304 4196468 140724094828400 140264264784080 140265746286491 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9217] ppid=9152 vsize=10846964 memory=3472323898181174241 CPUtime=6.12 cores=0,2,4,6
/proc/9155/task/9217/stat : 9217 (java) S 9152 9155 14487 0 -1 1077944384 88360 13298 0 0 593 11 5 3 20 0 15 0 407850008 11107291136 429750 33554432000 4194304 4196468 140724094828400 140265204222448 140265746279042 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9218] ppid=9152 vsize=10846964 memory=3504 CPUtime=6.66 cores=0,2,4,6
/proc/9155/task/9218/stat : 9218 (java) S 9152 9155 14487 0 -1 1077944384 83792 13298 0 0 648 10 5 3 20 0 15 0 407850008 11107291136 429750 33554432000 4194304 4196468 140724094828400 140265203169904 140265746279042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9219] ppid=9152 vsize=10846964 memory=37988 CPUtime=4.13 cores=0,2,4,6
/proc/9155/task/9219/stat : 9219 (java) S 9152 9155 14487 0 -1 1077944384 80675 13298 0 0 393 12 5 3 20 0 15 0 407850008 11107291136 429750 33554432000 4194304 4196468 140724094828400 140265202117360 140265746279042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9220] ppid=9152 vsize=10846964 memory=1719000 CPUtime=0.08 cores=0,2,4,6
/proc/9155/task/9220/stat : 9220 (java) S 9152 9155 14487 0 -1 1077944384 3 13298 0 0 0 0 5 3 20 0 15 0 407850008 11107291136 429750 33554432000 4194304 4196468 140724094828400 140264231226464 140265746278101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9221] ppid=9152 vsize=10846964 memory=1719000 CPUtime=1.33 cores=0,2,4,6
/proc/9155/task/9221/stat : 9221 (java) S 9152 9155 14487 0 -1 1077944384 2609 13298 0 0 66 59 5 3 20 0 15 0 407850009 11107291136 429750 33554432000 4194304 4196468 140724094828400 140265201064240 140265746279042 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
Current children cumulated CPU time: 2293.81 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1719000 KiB

[startup+2322.3 s]
/proc/loadavg: 1.61 1.53 1.47 3/228 9569
/proc/meminfo: memFree=21368592/32770624 swapFree=66997112/67108860
[pid=9155] ppid=9152 vsize=10846964 memory=1730124 CPUtime=2354.51 cores=0,2,4,6
/proc/9155/stat : 9155 (java) S 9152 9155 14487 0 -1 1077944320 492472 13298 0 0 235198 245 5 3 20 0 15 0 407849993 11107291136 432531 33554432000 4194304 4196468 140724094828400 140724094810944 140265746267895 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
/proc/9155/statm: 2711741 432531 3621 1 0 2673805 0
[pid=9155/tid=9208] ppid=9152 vsize=10846964 memory=1548 CPUtime=2311.07 cores=0,2,4,6
/proc/9155/task/9208/stat : 9208 (java) R 9152 9155 14487 0 -1 4202560 91918 13298 0 0 231046 53 5 3 20 0 15 0 407850003 11107291136 432531 33554432000 4194304 4196468 140724094828400 140265718082688 140265331967065 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9209] ppid=9152 vsize=10846964 memory=1730124 CPUtime=5.43 cores=0,2,4,6
/proc/9155/task/9209/stat : 9209 (java) S 9152 9155 14487 0 -1 1077944384 29693 13298 0 0 507 28 5 3 20 0 15 0 407850003 11107291136 432531 33554432000 4194304 4196468 140724094828400 140265750510352 140265746278101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9210] ppid=9152 vsize=10846964 memory=1730124 CPUtime=5.38 cores=0,2,4,6
/proc/9155/task/9210/stat : 9210 (java) S 9152 9155 14487 0 -1 1077944384 31712 13298 0 0 503 27 5 3 20 0 15 0 407850003 11107291136 432531 33554432000 4194304 4196468 140724094828400 140265649400720 140265746278101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9211] ppid=9152 vsize=10846964 memory=1730120 CPUtime=5.38 cores=0,2,4,6
/proc/9155/task/9211/stat : 9211 (java) S 9152 9155 14487 0 -1 1077944384 26736 13298 0 0 506 24 5 3 20 0 15 0 407850003 11107291136 432531 33554432000 4194304 4196468 140724094828400 140265648348176 140265746278101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9212] ppid=9152 vsize=10846964 memory=1730120 CPUtime=5.4 cores=0,2,4,6
/proc/9155/task/9212/stat : 9212 (java) S 9152 9155 14487 0 -1 1077944384 22586 13298 0 0 505 27 5 3 20 0 15 0 407850003 11107291136 432531 33554432000 4194304 4196468 140724094828400 140265647295632 140265746278101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9213] ppid=9152 vsize=10846964 memory=1730124 CPUtime=4.13 cores=0,2,4,6
/proc/9155/task/9213/stat : 9213 (java) S 9152 9155 14487 0 -1 1077944384 27132 13298 0 0 381 24 5 3 20 0 15 0 407850005 11107291136 432531 33554432000 4194304 4196468 140724094828400 140265205274608 140265746279042 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9214] ppid=9152 vsize=10846964 memory=1730124 CPUtime=0.08 cores=0,2,4,6
/proc/9155/task/9214/stat : 9214 (java) S 9152 9155 14487 0 -1 1077944384 23 13298 0 0 0 0 5 3 20 0 15 0 407850005 11107291136 432531 33554432000 4194304 4196468 140724094828400 140264639292448 140265746278101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9215] ppid=9152 vsize=10846964 memory=1730124 CPUtime=0.08 cores=0,2,4,6
/proc/9155/task/9215/stat : 9215 (java) S 9152 9155 14487 0 -1 1077944384 25 13298 0 0 0 0 5 3 20 0 15 0 407850006 11107291136 432531 33554432000 4194304 4196468 140724094828400 140264505074688 140265746278101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9216] ppid=9152 vsize=10846964 memory=1730124 CPUtime=0.08 cores=0,2,4,6
/proc/9155/task/9216/stat : 9216 (java) S 9152 9155 14487 0 -1 1077944384 3 13298 0 0 0 0 5 3 20 0 15 0 407850008 11107291136 432531 33554432000 4194304 4196468 140724094828400 140264264784080 140265746286491 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9217] ppid=9152 vsize=10846964 memory=1730120 CPUtime=6.16 cores=0,2,4,6
/proc/9155/task/9217/stat : 9217 (java) S 9152 9155 14487 0 -1 1077944384 90040 13298 0 0 596 12 5 3 20 0 15 0 407850008 11107291136 432531 33554432000 4194304 4196468 140724094828400 140265204222448 140265746279042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9218] ppid=9152 vsize=10846964 memory=3504 CPUtime=6.68 cores=0,2,4,6
/proc/9155/task/9218/stat : 9218 (java) S 9152 9155 14487 0 -1 1077944384 85422 13298 0 0 650 10 5 3 20 0 15 0 407850008 11107291136 432531 33554432000 4194304 4196468 140724094828400 140265203169904 140265746279042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9219] ppid=9152 vsize=10846964 memory=1730124 CPUtime=4.14 cores=0,2,4,6
/proc/9155/task/9219/stat : 9219 (java) S 9152 9155 14487 0 -1 1077944384 82322 13298 0 0 394 12 5 3 20 0 15 0 407850008 11107291136 432531 33554432000 4194304 4196468 140724094828400 140265202117360 140265746279042 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9220] ppid=9152 vsize=10846964 memory=1730124 CPUtime=0.08 cores=0,2,4,6
/proc/9155/task/9220/stat : 9220 (java) S 9152 9155 14487 0 -1 1077944384 3 13298 0 0 0 0 5 3 20 0 15 0 407850008 11107291136 432531 33554432000 4194304 4196468 140724094828400 140264231226464 140265746278101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9221] ppid=9152 vsize=10846964 memory=3504 CPUtime=1.37 cores=0,2,4,6
/proc/9155/task/9221/stat : 9221 (java) S 9152 9155 14487 0 -1 1077944384 2651 13298 0 0 67 62 5 3 20 0 15 0 407850009 11107291136 432531 33554432000 4194304 4196468 140724094828400 140265201064240 140265746279042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
Current children cumulated CPU time: 2354.51 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1730124 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2367.4 s]
/proc/loadavg: 1.32 1.47 1.45 3/228 9573
/proc/meminfo: memFree=21367312/32770624 swapFree=66997112/67108860
[pid=9155] ppid=9152 vsize=10846964 memory=1730296 CPUtime=2400.02 cores=0,2,4,6
/proc/9155/stat : 9155 (java) S 9152 9155 14487 0 -1 1077944320 495194 13298 0 0 239746 248 5 3 20 0 15 0 407849993 11107291136 432574 33554432000 4194304 4196468 140724094828400 140724094810944 140265746267895 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
/proc/9155/statm: 2711741 432574 3621 1 0 2673805 0
[pid=9155/tid=9208] ppid=9152 vsize=10846964 memory=1060 CPUtime=2355.87 cores=0,2,4,6
/proc/9155/task/9208/stat : 9208 (java) R 9152 9155 14487 0 -1 4202560 92562 13298 0 0 235525 54 5 3 20 0 15 0 407850003 11107291136 432574 33554432000 4194304 4196468 140724094828400 140265718071968 140265331964814 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9209] ppid=9152 vsize=10846964 memory=1548 CPUtime=5.56 cores=0,2,4,6
/proc/9155/task/9209/stat : 9209 (java) S 9152 9155 14487 0 -1 1077944384 29727 13298 0 0 520 28 5 3 20 0 15 0 407850003 11107291136 432574 33554432000 4194304 4196468 140724094828400 140265750510352 140265746278101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9210] ppid=9152 vsize=10846964 memory=8488 CPUtime=5.51 cores=0,2,4,6
/proc/9155/task/9210/stat : 9210 (java) S 9152 9155 14487 0 -1 1077944384 31757 13298 0 0 515 28 5 3 20 0 15 0 407850003 11107291136 432574 33554432000 4194304 4196468 140724094828400 140265649400720 140265746278101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9211] ppid=9152 vsize=10846964 memory=1704 CPUtime=5.52 cores=0,2,4,6
/proc/9155/task/9211/stat : 9211 (java) S 9152 9155 14487 0 -1 1077944384 27064 13298 0 0 519 25 5 3 20 0 15 0 407850003 11107291136 432574 33554432000 4194304 4196468 140724094828400 140265648348176 140265746278101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9212] ppid=9152 vsize=10846964 memory=1112 CPUtime=5.55 cores=0,2,4,6
/proc/9155/task/9212/stat : 9212 (java) S 9152 9155 14487 0 -1 1077944384 22928 13298 0 0 520 27 5 3 20 0 15 0 407850003 11107291136 432574 33554432000 4194304 4196468 140724094828400 140265647295632 140265746278101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9213] ppid=9152 vsize=10846964 memory=812 CPUtime=4.23 cores=0,2,4,6
/proc/9155/task/9213/stat : 9213 (java) S 9152 9155 14487 0 -1 1077944384 27346 13298 0 0 391 24 5 3 20 0 15 0 407850005 11107291136 432574 33554432000 4194304 4196468 140724094828400 140265205274608 140265746279042 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9214] ppid=9152 vsize=10846964 memory=1764 CPUtime=0.08 cores=0,2,4,6
/proc/9155/task/9214/stat : 9214 (java) S 9152 9155 14487 0 -1 1077944384 23 13298 0 0 0 0 5 3 20 0 15 0 407850005 11107291136 432574 33554432000 4194304 4196468 140724094828400 140264639292448 140265746278101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9215] ppid=9152 vsize=10846964 memory=111628 CPUtime=0.08 cores=0,2,4,6
/proc/9155/task/9215/stat : 9215 (java) S 9152 9155 14487 0 -1 1077944384 25 13298 0 0 0 0 5 3 20 0 15 0 407850006 11107291136 432574 33554432000 4194304 4196468 140724094828400 140264505074688 140265746278101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9216] ppid=9152 vsize=10846964 memory=796 CPUtime=0.08 cores=0,2,4,6
/proc/9155/task/9216/stat : 9216 (java) S 9152 9155 14487 0 -1 1077944384 3 13298 0 0 0 0 5 3 20 0 15 0 407850008 11107291136 432574 33554432000 4194304 4196468 140724094828400 140264264784080 140265746286491 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9217] ppid=9152 vsize=10846964 memory=2764 CPUtime=6.18 cores=0,2,4,6
/proc/9155/task/9217/stat : 9217 (java) S 9152 9155 14487 0 -1 1077944384 90286 13298 0 0 598 12 5 3 20 0 15 0 407850008 11107291136 432574 33554432000 4194304 4196468 140724094828400 140265204222448 140265746279042 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9218] ppid=9152 vsize=10846964 memory=2604 CPUtime=6.69 cores=0,2,4,6
/proc/9155/task/9218/stat : 9218 (java) S 9152 9155 14487 0 -1 1077944384 85740 13298 0 0 651 10 5 3 20 0 15 0 407850008 11107291136 432574 33554432000 4194304 4196468 140724094828400 140265203169904 140265746279042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9219] ppid=9152 vsize=10846964 memory=4104 CPUtime=4.15 cores=0,2,4,6
/proc/9155/task/9219/stat : 9219 (java) S 9152 9155 14487 0 -1 1077944384 82855 13298 0 0 395 12 5 3 20 0 15 0 407850008 11107291136 432574 33554432000 4194304 4196468 140724094828400 140265202117360 140265746279042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9220] ppid=9152 vsize=10846964 memory=500 CPUtime=0.08 cores=0,2,4,6
/proc/9155/task/9220/stat : 9220 (java) S 9152 9155 14487 0 -1 1077944384 3 13298 0 0 0 0 5 3 20 0 15 0 407850008 11107291136 432574 33554432000 4194304 4196468 140724094828400 140264231226464 140265746278101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
[pid=9155/tid=9221] ppid=9152 vsize=10846964 memory=1560 CPUtime=1.39 cores=0,2,4,6
/proc/9155/task/9221/stat : 9221 (java) S 9152 9155 14487 0 -1 1077944384 2669 13298 0 0 68 63 5 3 20 0 15 0 407850009 11107291136 432574 33554432000 4194304 4196468 140724094828400 140265201064240 140265746279042 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8151040 140724094835446 140724094837957 140724094837957 140724094840783 0
Current children cumulated CPU time: 2400.02 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1730296 KiB

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

[startup+2367.44 s]
# the end of solver process 9155 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2397.55 s, system=2.53295 s

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

Child status: 143
Real time (s): 2367.44
CPU time (s): 2400.08
CPU user time (s): 2397.55
CPU system time (s): 2.53295
CPU usage (%): 101.379
Max. virtual memory (cumulated for all children) (KiB): 10847540
Max. memory (cumulated for all children) (KiB): 1868072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.55
system time used= 2.53295
maximum resident set size= 1870120
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 508990
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3304
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 154236
involuntary context switches= 5663


# summary of solver processes directly reported to runsolver:
#   pid: 9155
#   total CPU time (s): 2400.08
#   total CPU user time (s): 2397.55
#   total CPU system time (s): 2.53295

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.338 second user time and 22.6346 second system time

The end

Launcher Data

Begin job on node103 at 2019-09-12 21:18:30
IDJOB=4391999
IDBENCH=128024
IDSOLVER=2837
FILE ID=node103/4391999-1568315969
RUNJOBID= node103-1568301258-4657
PBS_JOBID= 21701108
Free space on /tmp= 57232 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/PrizeCollecting/PrizeCollecting-jok-s1/PrizeCollecting-24-4-6-8.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4391999-1568315969/watcher-4391999-1568315969 -o /tmp/evaluation-result-4391999-1568315969/solver-4391999-1568315969 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1568301258-4657 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=599252453 HOME/instance-4391999-1568315969.xml

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

MD5SUM BENCH= 2aec32ddb698ed0594b6493531e6a3ee
RANDOM SEED=599252453

node103.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.74
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.74
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.74
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.74
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:        21810448 kB
MemAvailable:   29908140 kB
Buffers:          140852 kB
Cached:          8177060 kB
SwapCached:         8920 kB
Active:          3701852 kB
Inactive:        6571988 kB
Active(anon):    1944112 kB
Inactive(anon):    53084 kB
Active(file):    1757740 kB
Inactive(file):  6518904 kB
Unevictable:      107416 kB
Mlocked:          107416 kB
SwapTotal:      67108860 kB
SwapFree:       66997112 kB
Dirty:             35696 kB
Writeback:             0 kB
AnonPages:       2055592 kB
Mapped:            56276 kB
Shmem:             32812 kB
Slab:             279520 kB
SReclaimable:     249508 kB
SUnreclaim:        30012 kB
KernelStack:        3712 kB
PageTables:         9640 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3071636 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1871872 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 57196 MiB
End job on node103 at 2019-09-12 21:57:58