Trace number 4396236

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) 2520.1 2479.04

General information on the benchmark

NamePrizeCollecting/PrizeCollecting-jok-s1/
PrizeCollecting-24-4-6-2.xml
MD5SUM6e9eac7fa543eb44f101d0276de9753d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark53
Best CPU time to get the best result obtained on this benchmark33.6299
Satisfiable
(Un)Satisfiability was proved
Number of variables72
Number of constraints97
Number of domains24
Minimum domain size3
Maximum domain size25
Distribution of domain sizes[{"size":3,"count":1},{"size":4,"count":8},{"size":5,"count":10},{"size":6,"count":5},{"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.77/0.56	c Concrete v3.12.2.1568380929293 running
2520.06/2479.01	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.06/2479.01		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2520.06/2479.01		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:57)
2520.06/2479.01		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.06/2479.01		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.06/2479.01		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.06/2479.01		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.06/2479.01		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.06/2479.01		at concrete.heuristic.value.BestCost.select(BestCost.scala:57)
2520.06/2479.01		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.06/2479.01		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.06/2479.01		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.06/2479.01		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.06/2479.01		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.06/2479.01		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.06/2479.01		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.06/2479.01		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.06/2479.01		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.06/2479.01		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.06/2479.01		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2520.06/2479.01		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.06/2479.01		at scala.Option.map(Option.scala:243)
2520.06/2479.01		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.06/2479.01		at concrete.MAC.mac(MAC.scala:216)
2520.06/2479.01		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.06/2479.01		at scala.util.Try$.apply(Try.scala:212)
2520.06/2479.01		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.06/2479.01		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.06/2479.01		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.06/2479.01		at concrete.MAC.oneRun(MAC.scala:265)
2520.06/2479.01		at concrete.MAC.nextSolution(MAC.scala:284)
2520.06/2479.01		at concrete.MAC.$anonfun$nextSolution$7(MAC.scala:350)
2520.06/2479.01		at concrete.ProblemState.map(ProblemState.scala:238)
2520.06/2479.01		at concrete.ProblemState.map(ProblemState.scala:212)
2520.06/2479.01		at concrete.MAC.nextSolution(MAC.scala:348)
2520.06/2479.01		at concrete.Solver.hasNext(Solver.scala:160)
2520.06/2479.01		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.06/2479.01		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.06/2479.02		at concrete.Solver.foreach(Solver.scala:67)
2520.06/2479.02		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.06/2479.02		at scala.util.Success.map(Try.scala:264)
2520.06/2479.02		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.06/2479.02		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.06/2479.02		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.06/2479.02		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.06/2479.02		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.06/2479.02		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.06/2479.02		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.06/2479.02		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.06/2479.02		at scala.App.$anonfun$main$1(App.scala:75)
2520.06/2479.02		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.06/2479.02		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.06/2479.02		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.06/2479.02		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.06/2479.02		at scala.App.main(App.scala:75)
2520.06/2479.02		at scala.App.main$(App.scala:73)
2520.06/2479.02		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.06/2479.02		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.06/2479.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 (12751 MiB free)
  memory of node 1: 16384 MiB (15690 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396236-1568401552/watcher-4396236-1568401552 -o /tmp/evaluation-result-4396236-1568401552/solver-4396236-1568401552 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node123-1568399035-29407 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=520474175 HOME/instance-4396236-1568401552.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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=29946, runsolver pid=29943
Current StackSize limit: 8192 KiB


[startup+0.100122 s]*
/proc/loadavg: 1.44 1.33 1.34 3/205 30061
/proc/meminfo: memFree=29115776/32770624 swapFree=66999920/67108860
[pid=29946] ppid=29943 vsize=9972712 memory=18600 CPUtime=0.09 cores=1,3,5,7
/proc/29946/stat : 29946 (java) S 29943 29946 29375 0 -1 1077944320 4412 13259 0 0 1 0 5 3 20 0 6 0 416420132 10212057088 4650 33554432000 4194304 4196468 140723369747536 140723369730080 140621938437879 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
/proc/29946/statm: 2493178 4650 1933 1 0 2481616 0
[pid=29946/tid=30050] ppid=29943 vsize=9972712 memory=-6517102902069810590 CPUtime=0.09 cores=1,3,5,7
/proc/29946/task/30050/stat : 30050 (java) R 29943 29946 29375 0 -1 4202560 2202 13259 0 0 1 0 5 3 20 0 6 0 416420141 10212057088 4650 33554432000 4194304 4196468 140723369747536 140621910274640 140621938459805 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30057] ppid=29943 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29946/task/30057/stat : 30057 (java) S 29943 29946 29375 0 -1 1077944384 1 13259 0 0 0 0 5 3 20 0 6 0 416420142 10212057088 4650 33554432000 4194304 4196468 140723369747536 140621942680464 140621938448085 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30058] ppid=29943 vsize=9972712 memory=140008010815104 CPUtime=0.08 cores=1,3,5,7
/proc/29946/task/30058/stat : 30058 (java) S 29943 29946 29375 0 -1 1077944384 1 13259 0 0 0 0 5 3 20 0 6 0 416420142 10212057088 4650 33554432000 4194304 4196468 140723369747536 140621861432080 140621938448085 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30059] ppid=29943 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29946/task/30059/stat : 30059 (java) S 29943 29946 29375 0 -1 1077944384 1 13259 0 0 0 0 5 3 20 0 6 0 416420142 10212057088 4650 33554432000 4194304 4196468 140723369747536 140621510532240 140621938448085 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30060] ppid=29943 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/29946/task/30060/stat : 30060 (java) S 29943 29946 29375 0 -1 1077944384 2 13259 0 0 0 0 5 3 20 0 6 0 416420142 10212057088 4650 33554432000 4194304 4196468 140723369747536 140621509479440 140621938448085 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18600 KiB

[startup+0.210224 s]*
/proc/loadavg: 1.44 1.33 1.34 6/227 30083
/proc/meminfo: memFree=29071072/32770624 swapFree=66999920/67108860
[pid=29946] ppid=29943 vsize=10819664 memory=42856 CPUtime=0.26 cores=1,3,5,7
/proc/29946/stat : 29946 (java) S 29943 29946 29375 0 -1 1077944320 7021 13259 0 0 17 1 5 3 20 0 15 0 416420132 11079335936 10714 33554432000 4194304 4196468 140723369747536 140723369730080 140621938437879 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
/proc/29946/statm: 2704916 10714 3165 1 0 2667149 0
[pid=29946/tid=30050] ppid=29943 vsize=10819664 memory=-6517102902069810590 CPUtime=0.19 cores=1,3,5,7
/proc/29946/task/30050/stat : 30050 (java) R 29943 29946 29375 0 -1 4202560 3498 13259 0 0 10 1 5 3 20 0 15 0 416420141 11079335936 10714 33554432000 4194304 4196468 140723369747536 140621910247848 140621922518366 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30057] ppid=29943 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29946/task/30057/stat : 30057 (java) S 29943 29946 29375 0 -1 1077944384 1 13259 0 0 0 0 5 3 20 0 15 0 416420142 11079335936 10714 33554432000 4194304 4196468 140723369747536 140621942680464 140621938448085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30058] ppid=29943 vsize=10819664 memory=140008010815104 CPUtime=0.08 cores=1,3,5,7
/proc/29946/task/30058/stat : 30058 (java) S 29943 29946 29375 0 -1 1077944384 1 13259 0 0 0 0 5 3 20 0 15 0 416420142 11079335936 10714 33554432000 4194304 4196468 140723369747536 140621861432080 140621938448085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30059] ppid=29943 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29946/task/30059/stat : 30059 (java) S 29943 29946 29375 0 -1 1077944384 1 13259 0 0 0 0 5 3 20 0 15 0 416420142 11079335936 10714 33554432000 4194304 4196468 140723369747536 140621510532240 140621938448085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30060] ppid=29943 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/29946/task/30060/stat : 30060 (java) S 29943 29946 29375 0 -1 1077944384 2 13259 0 0 0 0 5 3 20 0 15 0 416420142 11079335936 10714 33554432000 4194304 4196468 140723369747536 140621509479440 140621938448085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30066] ppid=29943 vsize=10819664 memory=140008010815104 CPUtime=0.08 cores=1,3,5,7
/proc/29946/task/30066/stat : 30066 (java) S 29943 29946 29375 0 -1 1077944384 2 13259 0 0 0 0 5 3 20 0 15 0 416420143 11079335936 10714 33554432000 4194304 4196468 140723369747536 140621465036912 140621938449026 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30067] ppid=29943 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/29946/task/30067/stat : 30067 (java) S 29943 29946 29375 0 -1 1077944384 13 13259 0 0 0 0 5 3 20 0 15 0 416420144 11079335936 10714 33554432000 4194304 4196468 140723369747536 140621390013216 140621938448085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30068] ppid=29943 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29946/task/30068/stat : 30068 (java) S 29943 29946 29375 0 -1 1077944384 1 13259 0 0 0 0 5 3 20 0 15 0 416420144 11079335936 10714 33554432000 4194304 4196468 140723369747536 140621255795824 140621938448085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30072] ppid=29943 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29946/task/30072/stat : 30072 (java) S 29943 29946 29375 0 -1 1077944384 2 13259 0 0 0 0 5 3 20 0 15 0 416420147 11079335936 10714 33554432000 4194304 4196468 140723369747536 140620651817040 140621938456475 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30073] ppid=29943 vsize=10819664 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/29946/task/30073/stat : 30073 (java) S 29943 29946 29375 0 -1 1077944384 469 13259 0 0 1 0 5 3 20 0 15 0 416420147 11079335936 10714 33554432000 4194304 4196468 140723369747536 140621463984752 140621938449026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30074] ppid=29943 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/29946/task/30074/stat : 30074 (java) S 29943 29946 29375 0 -1 1077944384 184 13259 0 0 0 0 5 3 20 0 15 0 416420147 11079335936 10714 33554432000 4194304 4196468 140723369747536 140621462931952 140621938449026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30075] ppid=29943 vsize=10819664 memory=140008010815104 CPUtime=0.11 cores=1,3,5,7
/proc/29946/task/30075/stat : 30075 (java) S 29943 29946 29375 0 -1 1077944384 643 13259 0 0 3 0 5 3 20 0 15 0 416420147 11079335936 10714 33554432000 4194304 4196468 140723369747536 140621461879664 140621938449026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30076] ppid=29943 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/29946/task/30076/stat : 30076 (java) S 29943 29946 29375 0 -1 1077944384 3 13259 0 0 0 0 5 3 20 0 15 0 416420147 11079335936 10714 33554432000 4194304 4196468 140723369747536 140620182055904 140621938448085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30077] ppid=29943 vsize=10819664 memory=140008010815104 CPUtime=0.08 cores=1,3,5,7
/proc/29946/task/30077/stat : 30077 (java) S 29943 29946 29375 0 -1 1077944384 1 13259 0 0 0 0 5 3 20 0 15 0 416420147 11079335936 10714 33554432000 4194304 4196468 140723369747536 140621460826544 140621938449026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 42856 KiB

[startup+0.310351 s]*
/proc/loadavg: 1.44 1.33 1.34 4/227 30083
/proc/meminfo: memFree=29043752/32770624 swapFree=66999920/67108860
[pid=29946] ppid=29943 vsize=10820148 memory=54240 CPUtime=0.4 cores=1,3,5,7
/proc/29946/stat : 29946 (java) S 29943 29946 29375 0 -1 1077944320 10748 13259 0 0 29 3 5 3 20 0 15 0 416420132 11079831552 13560 33554432000 4194304 4196468 140723369747536 140723369730080 140621938437879 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
/proc/29946/statm: 2705037 13560 3301 1 0 2667149 0
[pid=29946/tid=30050] ppid=29943 vsize=10820148 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/29946/task/30050/stat : 30050 (java) R 29943 29946 29375 0 -1 4202560 7182 13259 0 0 18 3 5 3 20 0 15 0 416420141 11079831552 13560 33554432000 4194304 4196468 140723369747536 140621910243984 140621922518366 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30057] ppid=29943 vsize=10820148 memory=140008010825697 CPUtime=0.08 cores=1,3,5,7
/proc/29946/task/30057/stat : 30057 (java) S 29943 29946 29375 0 -1 1077944384 1 13259 0 0 0 0 5 3 20 0 15 0 416420142 11079831552 13560 33554432000 4194304 4196468 140723369747536 140621942680464 140621938448085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30058] ppid=29943 vsize=10820148 memory=7521979392007491928 CPUtime=0.08 cores=1,3,5,7
/proc/29946/task/30058/stat : 30058 (java) S 29943 29946 29375 0 -1 1077944384 1 13259 0 0 0 0 5 3 20 0 15 0 416420142 11079831552 13560 33554432000 4194304 4196468 140723369747536 140621861432080 140621938448085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30059] ppid=29943 vsize=10820148 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/29946/task/30059/stat : 30059 (java) S 29943 29946 29375 0 -1 1077944384 1 13259 0 0 0 0 5 3 20 0 15 0 416420142 11079831552 13560 33554432000 4194304 4196468 140723369747536 140621510532240 140621938448085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30060] ppid=29943 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29946/task/30060/stat : 30060 (java) S 29943 29946 29375 0 -1 1077944384 2 13259 0 0 0 0 5 3 20 0 15 0 416420142 11079831552 13560 33554432000 4194304 4196468 140723369747536 140621509479440 140621938448085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30066] ppid=29943 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29946/task/30066/stat : 30066 (java) S 29943 29946 29375 0 -1 1077944384 2 13259 0 0 0 0 5 3 20 0 15 0 416420143 11079831552 13560 33554432000 4194304 4196468 140723369747536 140621465036912 140621938449026 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30067] ppid=29943 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29946/task/30067/stat : 30067 (java) S 29943 29946 29375 0 -1 1077944384 13 13259 0 0 0 0 5 3 20 0 15 0 416420144 11079831552 13560 33554432000 4194304 4196468 140723369747536 140621390013216 140621938448085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30068] ppid=29943 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29946/task/30068/stat : 30068 (java) S 29943 29946 29375 0 -1 1077944384 1 13259 0 0 0 0 5 3 20 0 15 0 416420144 11079831552 13560 33554432000 4194304 4196468 140723369747536 140621255795824 140621938448085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30072] ppid=29943 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29946/task/30072/stat : 30072 (java) S 29943 29946 29375 0 -1 1077944384 2 13259 0 0 0 0 5 3 20 0 15 0 416420147 11079831552 13560 33554432000 4194304 4196468 140723369747536 140620651817040 140621938456475 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30073] ppid=29943 vsize=10820148 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/29946/task/30073/stat : 30073 (java) S 29943 29946 29375 0 -1 1077944384 479 13259 0 0 2 0 5 3 20 0 15 0 416420147 11079831552 13560 33554432000 4194304 4196468 140723369747536 140621463984752 140621938449026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30074] ppid=29943 vsize=10820148 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/29946/task/30074/stat : 30074 (java) S 29943 29946 29375 0 -1 1077944384 184 13259 0 0 1 0 5 3 20 0 15 0 416420147 11079831552 13560 33554432000 4194304 4196468 140723369747536 140621462931952 140621938449026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30075] ppid=29943 vsize=10820148 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/29946/task/30075/stat : 30075 (java) S 29943 29946 29375 0 -1 1077944384 666 13259 0 0 5 0 5 3 20 0 15 0 416420147 11079831552 13560 33554432000 4194304 4196468 140723369747536 140621461879664 140621938449026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30076] ppid=29943 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29946/task/30076/stat : 30076 (java) S 29943 29946 29375 0 -1 1077944384 3 13259 0 0 0 0 5 3 20 0 15 0 416420147 11079831552 13560 33554432000 4194304 4196468 140723369747536 140620182055904 140621938448085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30077] ppid=29943 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29946/task/30077/stat : 30077 (java) S 29943 29946 29375 0 -1 1077944384 1 13259 0 0 0 0 5 3 20 0 15 0 416420147 11079831552 13560 33554432000 4194304 4196468 140723369747536 140621460826544 140621938449026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 54240 KiB

[startup+0.709239 s]
/proc/loadavg: 1.44 1.33 1.34 3/227 30083
/proc/meminfo: memFree=29017436/32770624 swapFree=66999920/67108860
[pid=29946] ppid=29943 vsize=10824360 memory=87904 CPUtime=1.14 cores=1,3,5,7
/proc/29946/stat : 29946 (java) S 29943 29946 29375 0 -1 1077944320 15135 13259 0 0 102 4 5 3 20 0 15 0 416420132 11084144640 21976 33554432000 4194304 4196468 140723369747536 140723369730080 140621938437879 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
/proc/29946/statm: 2706090 21976 3507 1 0 2668173 0
[pid=29946/tid=30050] ppid=29943 vsize=10824360 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/29946/task/30050/stat : 30050 (java) D 29943 29946 29375 0 -1 1077944384 10445 13259 0 0 56 3 5 3 20 0 15 0 416420141 11084144640 21976 33554432000 4194304 4196468 140723369747536 140621910265040 140621938461757 0 4 0 16800975 18446744072101613092 0 0 -1 5 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30057] ppid=29943 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29946/task/30057/stat : 30057 (java) S 29943 29946 29375 0 -1 1077944384 1 13259 0 0 0 0 5 3 20 0 15 0 416420142 11084144640 21976 33554432000 4194304 4196468 140723369747536 140621942680464 140621938448085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30058] ppid=29943 vsize=10824360 memory=8242257093008373557 CPUtime=0.08 cores=1,3,5,7
/proc/29946/task/30058/stat : 30058 (java) S 29943 29946 29375 0 -1 1077944384 1 13259 0 0 0 0 5 3 20 0 15 0 416420142 11084144640 21976 33554432000 4194304 4196468 140723369747536 140621861432080 140621938448085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30059] ppid=29943 vsize=10824360 memory=7085377519265801792 CPUtime=0.08 cores=1,3,5,7
/proc/29946/task/30059/stat : 30059 (java) S 29943 29946 29375 0 -1 1077944384 1 13259 0 0 0 0 5 3 20 0 15 0 416420142 11084144640 21976 33554432000 4194304 4196468 140723369747536 140621510532240 140621938448085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30060] ppid=29943 vsize=10824360 memory=5788930165031592000 CPUtime=0.08 cores=1,3,5,7
/proc/29946/task/30060/stat : 30060 (java) S 29943 29946 29375 0 -1 1077944384 2 13259 0 0 0 0 5 3 20 0 15 0 416420142 11084144640 21976 33554432000 4194304 4196468 140723369747536 140621509479440 140621938448085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30066] ppid=29943 vsize=10824360 memory=3580 CPUtime=0.08 cores=1,3,5,7
/proc/29946/task/30066/stat : 30066 (java) S 29943 29946 29375 0 -1 1077944384 5 13259 0 0 0 0 5 3 20 0 15 0 416420143 11084144640 21976 33554432000 4194304 4196468 140723369747536 140621465036912 140621938449026 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30067] ppid=29943 vsize=10824360 memory=2241 CPUtime=0.08 cores=1,3,5,7
/proc/29946/task/30067/stat : 30067 (java) S 29943 29946 29375 0 -1 1077944384 13 13259 0 0 0 0 5 3 20 0 15 0 416420144 11084144640 21976 33554432000 4194304 4196468 140723369747536 140621390013216 140621938448085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30068] ppid=29943 vsize=10824360 memory=2244 CPUtime=0.08 cores=1,3,5,7
/proc/29946/task/30068/stat : 30068 (java) S 29943 29946 29375 0 -1 1077944384 1 13259 0 0 0 0 5 3 20 0 15 0 416420144 11084144640 21976 33554432000 4194304 4196468 140723369747536 140621255795824 140621938448085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30072] ppid=29943 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29946/task/30072/stat : 30072 (java) S 29943 29946 29375 0 -1 1077944384 2 13259 0 0 0 0 5 3 20 0 15 0 416420147 11084144640 21976 33554432000 4194304 4196468 140723369747536 140620651817040 140621938456475 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30073] ppid=29943 vsize=10824360 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/29946/task/30073/stat : 30073 (java) R 29943 29946 29375 0 -1 4202560 942 13259 0 0 15 0 5 3 20 0 15 0 416420147 11084144640 21976 33554432000 4194304 4196468 140723369747536 140621463970848 140621931541456 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30074] ppid=29943 vsize=10824360 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/29946/task/30074/stat : 30074 (java) S 29943 29946 29375 0 -1 1077944384 636 13259 0 0 12 0 5 3 20 0 15 0 416420147 11084144640 21976 33554432000 4194304 4196468 140723369747536 140621462931952 140621938449026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30075] ppid=29943 vsize=10824360 memory=30305 CPUtime=0.25 cores=1,3,5,7
/proc/29946/task/30075/stat : 30075 (java) R 29943 29946 29375 0 -1 1077944384 872 13259 0 0 17 0 5 3 20 0 15 0 416420147 11084144640 21976 33554432000 4194304 4196468 140723369747536 140621461879664 140621938449026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30076] ppid=29943 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29946/task/30076/stat : 30076 (java) S 29943 29946 29375 0 -1 1077944384 3 13259 0 0 0 0 5 3 20 0 15 0 416420147 11084144640 21976 33554432000 4194304 4196468 140723369747536 140620182055904 140621938448085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30077] ppid=29943 vsize=10824360 memory=-2897801490638248215 CPUtime=0.08 cores=1,3,5,7
/proc/29946/task/30077/stat : 30077 (java) S 29943 29946 29375 0 -1 1077944384 1 13259 0 0 0 0 5 3 20 0 15 0 416420147 11084144640 21976 33554432000 4194304 4196468 140723369747536 140621460826544 140621938449026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 87904 KiB

[startup+1.50124 s]
/proc/loadavg: 1.44 1.33 1.34 9/227 30083
/proc/meminfo: memFree=28889552/32770624 swapFree=66999920/67108860
[pid=29946] ppid=29943 vsize=10832628 memory=220776 CPUtime=2.93 cores=1,3,5,7
/proc/29946/stat : 29946 (java) S 29943 29946 29375 0 -1 1077944320 24258 13259 0 0 275 10 5 3 20 0 15 0 416420132 11092611072 55194 33554432000 4194304 4196468 140723369747536 140723369730080 140621938437879 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
/proc/29946/statm: 2708157 55194 3589 1 0 2670221 0
[pid=29946/tid=30050] ppid=29943 vsize=10832628 memory=0 CPUtime=1.42 cores=1,3,5,7
/proc/29946/task/30050/stat : 30050 (java) R 29943 29946 29375 0 -1 4202560 15334 13259 0 0 128 6 5 3 20 0 15 0 416420141 11092611072 55194 33554432000 4194304 4196468 140723369747536 140621910246784 140621923806687 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30057] ppid=29943 vsize=10832628 memory=2984661265862077289 CPUtime=0.09 cores=1,3,5,7
/proc/29946/task/30057/stat : 30057 (java) S 29943 29946 29375 0 -1 1077944384 102 13259 0 0 1 0 5 3 20 0 15 0 416420142 11092611072 55194 33554432000 4194304 4196468 140723369747536 140621942680464 140621938448085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30058] ppid=29943 vsize=10832628 memory=8695224549909700617 CPUtime=0.09 cores=1,3,5,7
/proc/29946/task/30058/stat : 30058 (java) S 29943 29946 29375 0 -1 1077944384 20 13259 0 0 1 0 5 3 20 0 15 0 416420142 11092611072 55194 33554432000 4194304 4196468 140723369747536 140621861432080 140621938448085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30059] ppid=29943 vsize=10832628 memory=-1088251628401078417 CPUtime=0.09 cores=1,3,5,7
/proc/29946/task/30059/stat : 30059 (java) S 29943 29946 29375 0 -1 1077944384 298 13259 0 0 1 0 5 3 20 0 15 0 416420142 11092611072 55194 33554432000 4194304 4196468 140723369747536 140621510532240 140621938448085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30060] ppid=29943 vsize=10832628 memory=7452141724744312372 CPUtime=0.09 cores=1,3,5,7
/proc/29946/task/30060/stat : 30060 (java) S 29943 29946 29375 0 -1 1077944384 68 13259 0 0 1 0 5 3 20 0 15 0 416420142 11092611072 55194 33554432000 4194304 4196468 140723369747536 140621509479440 140621938448085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30066] ppid=29943 vsize=10832628 memory=5 CPUtime=0.09 cores=1,3,5,7
/proc/29946/task/30066/stat : 30066 (java) S 29943 29946 29375 0 -1 1077944384 865 13259 0 0 1 0 5 3 20 0 15 0 416420143 11092611072 55194 33554432000 4194304 4196468 140723369747536 140621465036912 140621938449026 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30067] ppid=29943 vsize=10832628 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29946/task/30067/stat : 30067 (java) S 29943 29946 29375 0 -1 1077944384 14 13259 0 0 0 0 5 3 20 0 15 0 416420144 11092611072 55194 33554432000 4194304 4196468 140723369747536 140621390013280 140621938448085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30068] ppid=29943 vsize=10832628 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29946/task/30068/stat : 30068 (java) S 29943 29946 29375 0 -1 1077944384 2 13259 0 0 0 0 5 3 20 0 15 0 416420144 11092611072 55194 33554432000 4194304 4196468 140723369747536 140621255795840 140621938448085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30072] ppid=29943 vsize=10832628 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29946/task/30072/stat : 30072 (java) S 29943 29946 29375 0 -1 1077944384 2 13259 0 0 0 0 5 3 20 0 15 0 416420147 11092611072 55194 33554432000 4194304 4196468 140723369747536 140620651817040 140621938456475 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30073] ppid=29943 vsize=10832628 memory=0 CPUtime=0.61 cores=1,3,5,7
/proc/29946/task/30073/stat : 30073 (java) S 29943 29946 29375 0 -1 1077944384 2482 13259 0 0 53 0 5 3 20 0 15 0 416420147 11092611072 55194 33554432000 4194304 4196468 140723369747536 140621463984752 140621938449026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30074] ppid=29943 vsize=10832628 memory=27 CPUtime=0.57 cores=1,3,5,7
/proc/29946/task/30074/stat : 30074 (java) S 29943 29946 29375 0 -1 1077944384 1400 13259 0 0 49 0 5 3 20 0 15 0 416420147 11092611072 55194 33554432000 4194304 4196468 140723369747536 140621462931952 140621938449026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30075] ppid=29943 vsize=10832628 memory=24 CPUtime=0.44 cores=1,3,5,7
/proc/29946/task/30075/stat : 30075 (java) S 29943 29946 29375 0 -1 1077944384 1457 13259 0 0 36 0 5 3 20 0 15 0 416420147 11092611072 55194 33554432000 4194304 4196468 140723369747536 140621461879664 140621938449026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30076] ppid=29943 vsize=10832628 memory=29 CPUtime=0.08 cores=1,3,5,7
/proc/29946/task/30076/stat : 30076 (java) S 29943 29946 29375 0 -1 1077944384 3 13259 0 0 0 0 5 3 20 0 15 0 416420147 11092611072 55194 33554432000 4194304 4196468 140723369747536 140620182055904 140621938448085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30077] ppid=29943 vsize=10832628 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29946/task/30077/stat : 30077 (java) S 29943 29946 29375 0 -1 1077944384 1 13259 0 0 0 0 5 3 20 0 15 0 416420147 11092611072 55194 33554432000 4194304 4196468 140723369747536 140621460826544 140621938449026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
Current children cumulated CPU time: 2.93 s
Current children cumulated vsize: 10832628 KiB

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

/proc/29946/task/30050/stat : 30050 (java) R 29943 29946 29375 0 -1 4202560 98808 13259 0 0 230508 55 5 3 20 0 15 0 416420141 11109408768 509269 33554432000 4194304 4196468 140723369747536 140621910271392 140621557730445 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30057] ppid=29943 vsize=10849032 memory=2037076 CPUtime=8.72 cores=1,3,5,7
/proc/29946/task/30057/stat : 30057 (java) S 29943 29946 29375 0 -1 1077944384 28004 13259 0 0 828 36 5 3 20 0 15 0 416420142 11109408768 509269 33554432000 4194304 4196468 140723369747536 140621942680464 140621938448085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30058] ppid=29943 vsize=10849032 memory=2037076 CPUtime=8.71 cores=1,3,5,7
/proc/29946/task/30058/stat : 30058 (java) S 29943 29946 29375 0 -1 1077944384 27980 13259 0 0 821 42 5 3 20 0 15 0 416420142 11109408768 509269 33554432000 4194304 4196468 140723369747536 140621861432080 140621938448085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30059] ppid=29943 vsize=10849032 memory=2037076 CPUtime=8.72 cores=1,3,5,7
/proc/29946/task/30059/stat : 30059 (java) S 29943 29946 29375 0 -1 1077944384 24304 13259 0 0 827 37 5 3 20 0 15 0 416420142 11109408768 509269 33554432000 4194304 4196468 140723369747536 140621510532240 140621938448085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30060] ppid=29943 vsize=10849032 memory=2037076 CPUtime=8.73 cores=1,3,5,7
/proc/29946/task/30060/stat : 30060 (java) S 29943 29946 29375 0 -1 1077944384 24033 13259 0 0 827 38 5 3 20 0 15 0 416420142 11109408768 509269 33554432000 4194304 4196468 140723369747536 140621509479440 140621938448085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30066] ppid=29943 vsize=10849032 memory=2037076 CPUtime=6.47 cores=1,3,5,7
/proc/29946/task/30066/stat : 30066 (java) S 29943 29946 29375 0 -1 1077944384 24593 13259 0 0 605 34 5 3 20 0 15 0 416420143 11109408768 509269 33554432000 4194304 4196468 140723369747536 140621465036912 140621938449026 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30067] ppid=29943 vsize=10849032 memory=2037076 CPUtime=0.08 cores=1,3,5,7
/proc/29946/task/30067/stat : 30067 (java) S 29943 29946 29375 0 -1 1077944384 18 13259 0 0 0 0 5 3 20 0 15 0 416420144 11109408768 509269 33554432000 4194304 4196468 140723369747536 140621390013344 140621938448085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30068] ppid=29943 vsize=10849032 memory=2037076 CPUtime=0.08 cores=1,3,5,7
/proc/29946/task/30068/stat : 30068 (java) S 29943 29946 29375 0 -1 1077944384 18 13259 0 0 0 0 5 3 20 0 15 0 416420144 11109408768 509269 33554432000 4194304 4196468 140723369747536 140621255796000 140621938448085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30072] ppid=29943 vsize=10849032 memory=2037076 CPUtime=0.08 cores=1,3,5,7
/proc/29946/task/30072/stat : 30072 (java) S 29943 29946 29375 0 -1 1077944384 2 13259 0 0 0 0 5 3 20 0 15 0 416420147 11109408768 509269 33554432000 4194304 4196468 140723369747536 140620651817040 140621938456475 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30073] ppid=29943 vsize=10849032 memory=2037076 CPUtime=5.78 cores=1,3,5,7
/proc/29946/task/30073/stat : 30073 (java) S 29943 29946 29375 0 -1 1077944384 38611 13259 0 0 565 5 5 3 20 0 15 0 416420147 11109408768 509269 33554432000 4194304 4196468 140723369747536 140621463984752 140621938449026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30074] ppid=29943 vsize=10849032 memory=2037076 CPUtime=5.84 cores=1,3,5,7
/proc/29946/task/30074/stat : 30074 (java) S 29943 29946 29375 0 -1 1077944384 40062 13259 0 0 571 5 5 3 20 0 15 0 416420147 11109408768 509269 33554432000 4194304 4196468 140723369747536 140621462931952 140621938449026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30075] ppid=29943 vsize=10849032 memory=2037076 CPUtime=1.98 cores=1,3,5,7
/proc/29946/task/30075/stat : 30075 (java) S 29943 29946 29375 0 -1 1077944384 18590 13259 0 0 184 6 5 3 20 0 15 0 416420147 11109408768 509269 33554432000 4194304 4196468 140723369747536 140621461879664 140621938449026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30076] ppid=29943 vsize=10849032 memory=2037076 CPUtime=0.08 cores=1,3,5,7
/proc/29946/task/30076/stat : 30076 (java) S 29943 29946 29375 0 -1 1077944384 3 13259 0 0 0 0 5 3 20 0 15 0 416420147 11109408768 509269 33554432000 4194304 4196468 140723369747536 140620182055904 140621938448085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30077] ppid=29943 vsize=10849032 memory=288230574492221466 CPUtime=1.31 cores=1,3,5,7
/proc/29946/task/30077/stat : 30077 (java) S 29943 29946 29375 0 -1 1077944384 2226 13259 0 0 53 70 5 3 20 0 15 0 416420147 11109408768 509269 33554432000 4194304 4196468 140723369747536 140621460826544 140621938449026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
Current children cumulated CPU time: 2361.35 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 2037076 KiB

[startup+2382.3 s]
/proc/loadavg: 1.60 1.51 1.43 3/228 30301
/proc/meminfo: memFree=25253896/32770624 swapFree=66999920/67108860
[pid=29946] ppid=29943 vsize=10849032 memory=2039124 CPUtime=2422.13 cores=1,3,5,7
/proc/29946/stat : 29946 (java) S 29943 29946 29375 0 -1 1077944320 332128 13259 0 0 241908 297 5 3 20 0 15 0 416420132 11109408768 509781 33554432000 4194304 4196468 140723369747536 140723369730080 140621938437879 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
/proc/29946/statm: 2712258 509781 3624 1 0 2674317 0
[pid=29946/tid=30050] ppid=29943 vsize=10849032 memory=2039124 CPUtime=2365.21 cores=1,3,5,7
/proc/29946/task/30050/stat : 30050 (java) R 29943 29946 29375 0 -1 4202560 99781 13259 0 0 236457 56 5 3 20 0 15 0 416420141 11109408768 509781 33554432000 4194304 4196468 140723369747536 140621910255264 140621556701980 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30057] ppid=29943 vsize=10849032 memory=2039124 CPUtime=8.99 cores=1,3,5,7
/proc/29946/task/30057/stat : 30057 (java) S 29943 29946 29375 0 -1 1077944384 28134 13259 0 0 854 37 5 3 20 0 15 0 416420142 11109408768 509781 33554432000 4194304 4196468 140723369747536 140621942680464 140621938448085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30058] ppid=29943 vsize=10849032 memory=2039124 CPUtime=8.96 cores=1,3,5,7
/proc/29946/task/30058/stat : 30058 (java) S 29943 29946 29375 0 -1 1077944384 28441 13259 0 0 846 42 5 3 20 0 15 0 416420142 11109408768 509781 33554432000 4194304 4196468 140723369747536 140621861432080 140621938448085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30059] ppid=29943 vsize=10849032 memory=2039124 CPUtime=8.98 cores=1,3,5,7
/proc/29946/task/30059/stat : 30059 (java) S 29943 29946 29375 0 -1 1077944384 24469 13259 0 0 852 38 5 3 20 0 15 0 416420142 11109408768 509781 33554432000 4194304 4196468 140723369747536 140621510532240 140621938448085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30060] ppid=29943 vsize=10849032 memory=2039124 CPUtime=8.99 cores=1,3,5,7
/proc/29946/task/30060/stat : 30060 (java) S 29943 29946 29375 0 -1 1077944384 24524 13259 0 0 852 39 5 3 20 0 15 0 416420142 11109408768 509781 33554432000 4194304 4196468 140723369747536 140621509479440 140621938448085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30066] ppid=29943 vsize=10849032 memory=2039124 CPUtime=6.67 cores=1,3,5,7
/proc/29946/task/30066/stat : 30066 (java) S 29943 29946 29375 0 -1 1077944384 24996 13259 0 0 624 35 5 3 20 0 15 0 416420143 11109408768 509781 33554432000 4194304 4196468 140723369747536 140621465036912 140621938449026 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30067] ppid=29943 vsize=10849032 memory=2039124 CPUtime=0.08 cores=1,3,5,7
/proc/29946/task/30067/stat : 30067 (java) S 29943 29946 29375 0 -1 1077944384 18 13259 0 0 0 0 5 3 20 0 15 0 416420144 11109408768 509781 33554432000 4194304 4196468 140723369747536 140621390013344 140621938448085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30068] ppid=29943 vsize=10849032 memory=2039124 CPUtime=0.08 cores=1,3,5,7
/proc/29946/task/30068/stat : 30068 (java) S 29943 29946 29375 0 -1 1077944384 18 13259 0 0 0 0 5 3 20 0 15 0 416420144 11109408768 509781 33554432000 4194304 4196468 140723369747536 140621255796000 140621938448085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30072] ppid=29943 vsize=10849032 memory=2039124 CPUtime=0.08 cores=1,3,5,7
/proc/29946/task/30072/stat : 30072 (java) S 29943 29946 29375 0 -1 1077944384 2 13259 0 0 0 0 5 3 20 0 15 0 416420147 11109408768 509781 33554432000 4194304 4196468 140723369747536 140620651817040 140621938456475 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30073] ppid=29943 vsize=10849032 memory=2039124 CPUtime=5.78 cores=1,3,5,7
/proc/29946/task/30073/stat : 30073 (java) S 29943 29946 29375 0 -1 1077944384 38615 13259 0 0 565 5 5 3 20 0 15 0 416420147 11109408768 509781 33554432000 4194304 4196468 140723369747536 140621463984752 140621938449026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30074] ppid=29943 vsize=10849032 memory=1056 CPUtime=5.84 cores=1,3,5,7
/proc/29946/task/30074/stat : 30074 (java) S 29943 29946 29375 0 -1 1077944384 40066 13259 0 0 571 5 5 3 20 0 15 0 416420147 11109408768 509781 33554432000 4194304 4196468 140723369747536 140621462931952 140621938449026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30075] ppid=29943 vsize=10849032 memory=14012 CPUtime=1.98 cores=1,3,5,7
/proc/29946/task/30075/stat : 30075 (java) S 29943 29946 29375 0 -1 1077944384 18594 13259 0 0 184 6 5 3 20 0 15 0 416420147 11109408768 509781 33554432000 4194304 4196468 140723369747536 140621461879664 140621938449026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30076] ppid=29943 vsize=10849032 memory=288230621803970871 CPUtime=0.08 cores=1,3,5,7
/proc/29946/task/30076/stat : 30076 (java) S 29943 29946 29375 0 -1 1077944384 3 13259 0 0 0 0 5 3 20 0 15 0 416420147 11109408768 509781 33554432000 4194304 4196468 140723369747536 140620182055904 140621938448085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30077] ppid=29943 vsize=10849032 memory=2037076 CPUtime=1.34 cores=1,3,5,7
/proc/29946/task/30077/stat : 30077 (java) S 29943 29946 29375 0 -1 1077944384 2257 13259 0 0 54 72 5 3 20 0 15 0 416420147 11109408768 509781 33554432000 4194304 4196468 140723369747536 140621460826544 140621938449026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
Current children cumulated CPU time: 2422.13 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 2039124 KiB

[startup+2442.3 s]
/proc/loadavg: 1.52 1.52 1.44 3/227 30305
/proc/meminfo: memFree=25253336/32770624 swapFree=66999920/67108860
[pid=29946] ppid=29943 vsize=10849032 memory=2039124 CPUtime=2482.87 cores=1,3,5,7
/proc/29946/stat : 29946 (java) S 29943 29946 29375 0 -1 1077944320 334920 13259 0 0 247976 303 5 3 20 0 15 0 416420132 11109408768 509781 33554432000 4194304 4196468 140723369747536 140723369730080 140621938437879 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
/proc/29946/statm: 2712258 509781 3624 1 0 2674317 0
[pid=29946/tid=30050] ppid=29943 vsize=10849032 memory=56 CPUtime=2424.74 cores=1,3,5,7
/proc/29946/task/30050/stat : 30050 (java) R 29943 29946 29375 0 -1 4202560 100810 13259 0 0 242409 57 5 3 20 0 15 0 416420141 11109408768 509781 33554432000 4194304 4196468 140723369747536 140621910259184 140621556440128 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30057] ppid=29943 vsize=10849032 memory=2039124 CPUtime=9.23 cores=1,3,5,7
/proc/29946/task/30057/stat : 30057 (java) S 29943 29946 29375 0 -1 1077944384 28436 13259 0 0 878 37 5 3 20 0 15 0 416420142 11109408768 509781 33554432000 4194304 4196468 140723369747536 140621942680464 140621938448085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30058] ppid=29943 vsize=10849032 memory=2039124 CPUtime=9.21 cores=1,3,5,7
/proc/29946/task/30058/stat : 30058 (java) S 29943 29946 29375 0 -1 1077944384 28826 13259 0 0 870 43 5 3 20 0 15 0 416420142 11109408768 509781 33554432000 4194304 4196468 140723369747536 140621861432080 140621938448085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30059] ppid=29943 vsize=10849032 memory=2039124 CPUtime=9.23 cores=1,3,5,7
/proc/29946/task/30059/stat : 30059 (java) S 29943 29946 29375 0 -1 1077944384 24824 13259 0 0 876 39 5 3 20 0 15 0 416420142 11109408768 509781 33554432000 4194304 4196468 140723369747536 140621510532240 140621938448085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30060] ppid=29943 vsize=10849032 memory=2039124 CPUtime=9.23 cores=1,3,5,7
/proc/29946/task/30060/stat : 30060 (java) S 29943 29946 29375 0 -1 1077944384 24795 13259 0 0 875 40 5 3 20 0 15 0 416420142 11109408768 509781 33554432000 4194304 4196468 140723369747536 140621509479440 140621938448085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30066] ppid=29943 vsize=10849032 memory=2039124 CPUtime=6.86 cores=1,3,5,7
/proc/29946/task/30066/stat : 30066 (java) S 29943 29946 29375 0 -1 1077944384 25403 13259 0 0 642 36 5 3 20 0 15 0 416420143 11109408768 509781 33554432000 4194304 4196468 140723369747536 140621465036912 140621938449026 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30067] ppid=29943 vsize=10849032 memory=2039124 CPUtime=0.08 cores=1,3,5,7
/proc/29946/task/30067/stat : 30067 (java) S 29943 29946 29375 0 -1 1077944384 18 13259 0 0 0 0 5 3 20 0 15 0 416420144 11109408768 509781 33554432000 4194304 4196468 140723369747536 140621390013344 140621938448085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30068] ppid=29943 vsize=10849032 memory=2039124 CPUtime=0.08 cores=1,3,5,7
/proc/29946/task/30068/stat : 30068 (java) S 29943 29946 29375 0 -1 1077944384 18 13259 0 0 0 0 5 3 20 0 15 0 416420144 11109408768 509781 33554432000 4194304 4196468 140723369747536 140621255796000 140621938448085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30072] ppid=29943 vsize=10849032 memory=2039124 CPUtime=0.08 cores=1,3,5,7
/proc/29946/task/30072/stat : 30072 (java) S 29943 29946 29375 0 -1 1077944384 2 13259 0 0 0 0 5 3 20 0 15 0 416420147 11109408768 509781 33554432000 4194304 4196468 140723369747536 140620651817040 140621938456475 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30073] ppid=29943 vsize=10849032 memory=2039124 CPUtime=5.78 cores=1,3,5,7
/proc/29946/task/30073/stat : 30073 (java) S 29943 29946 29375 0 -1 1077944384 38619 13259 0 0 565 5 5 3 20 0 15 0 416420147 11109408768 509781 33554432000 4194304 4196468 140723369747536 140621463984752 140621938449026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30074] ppid=29943 vsize=10849032 memory=1432 CPUtime=5.84 cores=1,3,5,7
/proc/29946/task/30074/stat : 30074 (java) S 29943 29946 29375 0 -1 1077944384 40070 13259 0 0 571 5 5 3 20 0 15 0 416420147 11109408768 509781 33554432000 4194304 4196468 140723369747536 140621462931952 140621938449026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30075] ppid=29943 vsize=10849032 memory=2039124 CPUtime=1.98 cores=1,3,5,7
/proc/29946/task/30075/stat : 30075 (java) S 29943 29946 29375 0 -1 1077944384 18598 13259 0 0 184 6 5 3 20 0 15 0 416420147 11109408768 509781 33554432000 4194304 4196468 140723369747536 140621461879664 140621938449026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30076] ppid=29943 vsize=10849032 memory=2039124 CPUtime=0.08 cores=1,3,5,7
/proc/29946/task/30076/stat : 30076 (java) S 29943 29946 29375 0 -1 1077944384 3 13259 0 0 0 0 5 3 20 0 15 0 416420147 11109408768 509781 33554432000 4194304 4196468 140723369747536 140620182055904 140621938448085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30077] ppid=29943 vsize=10849032 memory=2039124 CPUtime=1.37 cores=1,3,5,7
/proc/29946/task/30077/stat : 30077 (java) S 29943 29946 29375 0 -1 1077944384 2288 13259 0 0 55 74 5 3 20 0 15 0 416420147 11109408768 509781 33554432000 4194304 4196468 140723369747536 140621460826544 140621938449026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
Current children cumulated CPU time: 2482.87 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 2039124 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2479 s]*
/proc/loadavg: 1.48 1.51 1.44 3/227 30309
/proc/meminfo: memFree=25253352/32770624 swapFree=66999920/67108860
[pid=29946] ppid=29943 vsize=10849032 memory=2039124 CPUtime=2520.06 cores=1,3,5,7
/proc/29946/stat : 29946 (java) S 29943 29946 29375 0 -1 1077944320 336362 13259 0 0 251692 306 5 3 20 0 15 0 416420132 11109408768 509781 33554432000 4194304 4196468 140723369747536 140723369730080 140621938437879 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
/proc/29946/statm: 2712258 509781 3624 1 0 2674317 0
[pid=29946/tid=30050] ppid=29943 vsize=10849032 memory=6791534058613427641 CPUtime=2461.12 cores=1,3,5,7
/proc/29946/task/30050/stat : 30050 (java) R 29943 29946 29375 0 -1 4202560 101359 13259 0 0 246046 58 5 3 20 0 15 0 416420141 11109408768 509781 33554432000 4194304 4196468 140723369747536 140621910264192 140621549363645 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30057] ppid=29943 vsize=10849032 memory=4126316290023845779 CPUtime=9.4 cores=1,3,5,7
/proc/29946/task/30057/stat : 30057 (java) S 29943 29946 29375 0 -1 1077944384 28680 13259 0 0 894 38 5 3 20 0 15 0 416420142 11109408768 509781 33554432000 4194304 4196468 140723369747536 140621942680464 140621938448085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30058] ppid=29943 vsize=10849032 memory=4126316290023845779 CPUtime=9.38 cores=1,3,5,7
/proc/29946/task/30058/stat : 30058 (java) S 29943 29946 29375 0 -1 1077944384 28965 13259 0 0 886 44 5 3 20 0 15 0 416420142 11109408768 509781 33554432000 4194304 4196468 140723369747536 140621861432080 140621938448085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30059] ppid=29943 vsize=10849032 memory=7234303152781525078 CPUtime=9.4 cores=1,3,5,7
/proc/29946/task/30059/stat : 30059 (java) S 29943 29946 29375 0 -1 1077944384 24999 13259 0 0 893 39 5 3 20 0 15 0 416420142 11109408768 509781 33554432000 4194304 4196468 140723369747536 140621510532240 140621938448085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30060] ppid=29943 vsize=10849032 memory=288288857332646776 CPUtime=9.41 cores=1,3,5,7
/proc/29946/task/30060/stat : 30060 (java) S 29943 29946 29375 0 -1 1077944384 24896 13259 0 0 892 41 5 3 20 0 15 0 416420142 11109408768 509781 33554432000 4194304 4196468 140723369747536 140621509479440 140621938448085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30066] ppid=29943 vsize=10849032 memory=288288857332646776 CPUtime=6.97 cores=1,3,5,7
/proc/29946/task/30066/stat : 30066 (java) S 29943 29946 29375 0 -1 1077944384 25615 13259 0 0 653 36 5 3 20 0 15 0 416420143 11109408768 509781 33554432000 4194304 4196468 140723369747536 140621465036912 140621938449026 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30067] ppid=29943 vsize=10849032 memory=6656426216303648864 CPUtime=0.08 cores=1,3,5,7
/proc/29946/task/30067/stat : 30067 (java) S 29943 29946 29375 0 -1 1077944384 18 13259 0 0 0 0 5 3 20 0 15 0 416420144 11109408768 509781 33554432000 4194304 4196468 140723369747536 140621390013344 140621938448085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30068] ppid=29943 vsize=10849032 memory=6656426216303648864 CPUtime=0.08 cores=1,3,5,7
/proc/29946/task/30068/stat : 30068 (java) S 29943 29946 29375 0 -1 1077944384 18 13259 0 0 0 0 5 3 20 0 15 0 416420144 11109408768 509781 33554432000 4194304 4196468 140723369747536 140621255796000 140621938448085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30072] ppid=29943 vsize=10849032 memory=6944656575208382560 CPUtime=0.08 cores=1,3,5,7
/proc/29946/task/30072/stat : 30072 (java) S 29943 29946 29375 0 -1 1077944384 2 13259 0 0 0 0 5 3 20 0 15 0 416420147 11109408768 509781 33554432000 4194304 4196468 140723369747536 140620651817040 140621938456475 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30073] ppid=29943 vsize=10849032 memory=6944652177228980320 CPUtime=5.78 cores=1,3,5,7
/proc/29946/task/30073/stat : 30073 (java) S 29943 29946 29375 0 -1 1077944384 38621 13259 0 0 565 5 5 3 20 0 15 0 416420147 11109408768 509781 33554432000 4194304 4196468 140723369747536 140621463984752 140621938449026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30074] ppid=29943 vsize=10849032 memory=6656426216303648864 CPUtime=5.84 cores=1,3,5,7
/proc/29946/task/30074/stat : 30074 (java) S 29943 29946 29375 0 -1 1077944384 40072 13259 0 0 571 5 5 3 20 0 15 0 416420147 11109408768 509781 33554432000 4194304 4196468 140723369747536 140621462931952 140621938449026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30075] ppid=29943 vsize=10849032 memory=6944656575208382560 CPUtime=1.98 cores=1,3,5,7
/proc/29946/task/30075/stat : 30075 (java) S 29943 29946 29375 0 -1 1077944384 18600 13259 0 0 184 6 5 3 20 0 15 0 416420147 11109408768 509781 33554432000 4194304 4196468 140723369747536 140621461879664 140621938449026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30076] ppid=29943 vsize=10849032 memory=6944652177228980320 CPUtime=0.08 cores=1,3,5,7
/proc/29946/task/30076/stat : 30076 (java) S 29943 29946 29375 0 -1 1077944384 3 13259 0 0 0 0 5 3 20 0 15 0 416420147 11109408768 509781 33554432000 4194304 4196468 140723369747536 140620182055904 140621938448085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
[pid=29946/tid=30077] ppid=29943 vsize=10849032 memory=6656426216303648864 CPUtime=1.39 cores=1,3,5,7
/proc/29946/task/30077/stat : 30077 (java) S 29943 29946 29375 0 -1 1077944384 2304 13259 0 0 56 75 5 3 20 0 15 0 416420147 11109408768 509781 33554432000 4194304 4196468 140723369747536 140621460826544 140621938449026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27418624 140723369753328 140723369755845 140723369755845 140723369758671 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 2039124 KiB

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

[startup+2479.04 s]
# the end of solver process 29946 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517 s, system=3.10428 s

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

Child status: 143
Real time (s): 2479.04
CPU time (s): 2520.1
CPU user time (s): 2517
CPU system time (s): 3.10428
CPU usage (%): 101.656
Max. virtual memory (cumulated for all children) (KiB): 10849032
Max. memory (cumulated for all children) (KiB): 2080264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517
system time used= 3.10428
maximum resident set size= 2082312
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 350404
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4160
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 205677
involuntary context switches= 4003


# summary of solver processes directly reported to runsolver:
#   pid: 29946
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2517
#   total CPU system time (s): 3.10428

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.1914 second user time and 23.0708 second system time

The end

Launcher Data

Begin job on node123 at 2019-09-13 21:05:13
IDJOB=4396236
IDBENCH=127986
IDSOLVER=2846
FILE ID=node123/4396236-1568401552
RUNJOBID= node123-1568399035-29407
PBS_JOBID= 21701874
Free space on /tmp= 59184 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/PrizeCollecting/PrizeCollecting-jok-s1/PrizeCollecting-24-4-6-2.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396236-1568401552/watcher-4396236-1568401552 -o /tmp/evaluation-result-4396236-1568401552/solver-4396236-1568401552 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node123-1568399035-29407 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=520474175 HOME/instance-4396236-1568401552.xml

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

MD5SUM BENCH= 6e9eac7fa543eb44f101d0276de9753d
RANDOM SEED=520474175

node123.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.49
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.49
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.49
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.49
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:        29125652 kB
MemAvailable:   31877040 kB
Buffers:          129416 kB
Cached:          2886904 kB
SwapCached:         7388 kB
Active:           953996 kB
Inactive:        2073432 kB
Active(anon):       3408 kB
Inactive(anon):    49324 kB
Active(file):     950588 kB
Inactive(file):  2024108 kB
Unevictable:      107524 kB
Mlocked:          107524 kB
SwapTotal:      67108860 kB
SwapFree:       66999920 kB
Dirty:             71600 kB
Writeback:             0 kB
AnonPages:        202728 kB
Mapped:            44420 kB
Shmem:             32684 kB
Slab:             214092 kB
SReclaimable:     185056 kB
SUnreclaim:        29036 kB
KernelStack:        3968 kB
PageTables:         5008 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     501872 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    157696 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= 59112 MiB
End job on node123 at 2019-09-13 21:46:33