Trace number 4402909

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.3? (TO) 2520.13 2480.73

General information on the benchmark

NamePrizeCollecting/PrizeCollecting-jok-s1/
PrizeCollecting-28-4-7-3.xml
MD5SUMcd71d797d3091c0a3eabb0588ef8346f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark77
Best CPU time to get the best result obtained on this benchmark101.167
Satisfiable
(Un)Satisfiability was proved
Number of variables84
Number of constraints113
Number of domains27
Minimum domain size3
Maximum domain size29
Distribution of domain sizes[{"size":3,"count":1},{"size":4,"count":11},{"size":5,"count":13},{"size":6,"count":3},{"size":29,"count":56}]
Minimum variable degree2
Maximum variable degree31
Distribution of variable degrees[{"degree":2,"count":28},{"degree":29,"count":27},{"degree":30,"count":1},{"degree":31,"count":28}]
Minimum constraint arity1
Maximum constraint arity29
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":56},{"arity":28,"count":28},{"arity":29,"count":28}]
Number of extensional constraints56
Number of intensional constraints29
Distribution of constraint types[{"type":"extension","count":56},{"type":"intension","count":29},{"type":"count","count":28}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402909-1568975773/watcher-4402909-1568975773 -o /var/tmp/evaluation-result-4402909-1568975773/solver-4402909-1568975773 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node117-1568967595-31372 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=453517493 HOME/instance-4402909-1568975773.xml 

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

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=2170, runsolver pid=2167
Current StackSize limit: 8192 KiB


[startup+0.101559 s]*
/proc/loadavg: 1.34 1.44 1.81 3/218 2231
/proc/meminfo: memFree=10496044/32770624 swapFree=66972124/67108860
[pid=2170] ppid=2167 vsize=9972712 memory=16808 CPUtime=0.09 cores=0,2,4,6
/proc/2170/stat : 2170 (java) S 2167 2170 31341 0 -1 1077944320 4457 12980 0 0 1 0 5 3 20 0 6 0 473519161 10212057088 4202 33554432000 4194304 4196468 140733385756144 140733385738688 140367414738679 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
/proc/2170/statm: 2493178 4202 1934 1 0 2481616 0
[pid=2170/tid=2227] ppid=2167 vsize=9972712 memory=-8171376296011865461 CPUtime=0.09 cores=0,2,4,6
/proc/2170/task/2227/stat : 2227 (java) R 2167 2170 31341 0 -1 4202560 2330 12980 0 0 1 0 5 3 20 0 6 0 473519170 10212057088 4268 33554432000 4194304 4196468 140733385756144 140367386575440 140367399861616 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2228] ppid=2167 vsize=9972712 memory=5792869726567804975 CPUtime=0.08 cores=0,2,4,6
/proc/2170/task/2228/stat : 2228 (java) S 2167 2170 31341 0 -1 1077944384 1 12980 0 0 0 0 5 3 20 0 6 0 473519171 10212057088 4268 33554432000 4194304 4196468 140733385756144 140367418981264 140367414748885 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2229] ppid=2167 vsize=9972712 memory=140414990558848 CPUtime=0.08 cores=0,2,4,6
/proc/2170/task/2229/stat : 2229 (java) S 2167 2170 31341 0 -1 1077944384 1 12980 0 0 0 0 5 3 20 0 6 0 473519171 10212057088 4268 33554432000 4194304 4196468 140733385756144 140367317871376 140367414748885 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2230] ppid=2167 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2170/task/2230/stat : 2230 (java) S 2167 2170 31341 0 -1 1077944384 1 12980 0 0 0 0 5 3 20 0 6 0 473519171 10212057088 4268 33554432000 4194304 4196468 140733385756144 140366986472592 140367414748885 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2231] ppid=2167 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2170/task/2231/stat : 2231 (java) S 2167 2170 31341 0 -1 1077944384 2 12980 0 0 0 0 5 3 20 0 6 0 473519171 10212057088 4268 33554432000 4194304 4196468 140733385756144 140366985419792 140367414748885 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16808 KiB

[startup+0.209659 s]*
/proc/loadavg: 1.34 1.44 1.81 3/227 2240
/proc/meminfo: memFree=10478296/32770624 swapFree=66972124/67108860
[pid=2170] ppid=2167 vsize=10820164 memory=42128 CPUtime=0.26 cores=0,2,4,6
/proc/2170/stat : 2170 (java) S 2167 2170 31341 0 -1 1077944320 7454 12980 0 0 16 2 5 3 20 0 15 0 473519161 11079847936 10532 33554432000 4194304 4196468 140733385756144 140733385738688 140367414738679 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
/proc/2170/statm: 2705041 10532 3241 1 0 2667149 0
[pid=2170/tid=2227] ppid=2167 vsize=10820196 memory=-8171376296011865461 CPUtime=0.19 cores=0,2,4,6
/proc/2170/task/2227/stat : 2227 (java) R 2167 2170 31341 0 -1 4202560 4034 12980 0 0 10 1 5 3 20 0 15 0 473519170 11079880704 10598 33554432000 4194304 4196468 140733385756144 140367386549712 140367414760605 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2228] ppid=2167 vsize=10820196 memory=5792869726567804975 CPUtime=0.08 cores=0,2,4,6
/proc/2170/task/2228/stat : 2228 (java) S 2167 2170 31341 0 -1 1077944384 1 12980 0 0 0 0 5 3 20 0 15 0 473519171 11079880704 10598 33554432000 4194304 4196468 140733385756144 140367418981264 140367414748885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2229] ppid=2167 vsize=10820196 memory=140414990558848 CPUtime=0.08 cores=0,2,4,6
/proc/2170/task/2229/stat : 2229 (java) S 2167 2170 31341 0 -1 1077944384 1 12980 0 0 0 0 5 3 20 0 15 0 473519171 11079880704 10598 33554432000 4194304 4196468 140733385756144 140367317871376 140367414748885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2230] ppid=2167 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2170/task/2230/stat : 2230 (java) S 2167 2170 31341 0 -1 1077944384 1 12980 0 0 0 0 5 3 20 0 15 0 473519171 11079880704 10598 33554432000 4194304 4196468 140733385756144 140366986472592 140367414748885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2231] ppid=2167 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2170/task/2231/stat : 2231 (java) S 2167 2170 31341 0 -1 1077944384 2 12980 0 0 0 0 5 3 20 0 15 0 473519171 11079880704 10598 33554432000 4194304 4196468 140733385756144 140366985419792 140367414748885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2232] ppid=2167 vsize=10820196 memory=140414990558848 CPUtime=0.08 cores=0,2,4,6
/proc/2170/task/2232/stat : 2232 (java) S 2167 2170 31341 0 -1 1077944384 2 12980 0 0 0 0 5 3 20 0 15 0 473519172 11079880704 10598 33554432000 4194304 4196468 140733385756144 140366874151024 140367414749826 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2233] ppid=2167 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2170/task/2233/stat : 2233 (java) S 2167 2170 31341 0 -1 1077944384 13 12980 0 0 0 0 5 3 20 0 15 0 473519172 11079880704 10598 33554432000 4194304 4196468 140733385756144 140366778983200 140367414748885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2234] ppid=2167 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2170/task/2234/stat : 2234 (java) S 2167 2170 31341 0 -1 1077944384 1 12980 0 0 0 0 5 3 20 0 15 0 473519173 11079880704 10598 33554432000 4194304 4196468 140733385756144 140366175003760 140367414748885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2235] ppid=2167 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2170/task/2235/stat : 2235 (java) S 2167 2170 31341 0 -1 1077944384 3 12980 0 0 0 0 5 3 20 0 15 0 473519175 11079880704 10598 33554432000 4194304 4196468 140733385756144 140365934712912 140367414757275 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2236] ppid=2167 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/2170/task/2236/stat : 2236 (java) R 2167 2170 31341 0 -1 4202560 489 12980 0 0 1 0 5 3 20 0 15 0 473519175 11079880704 10598 33554432000 4194304 4196468 140733385756144 140366873098864 140367399638250 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2237] ppid=2167 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2170/task/2237/stat : 2237 (java) S 2167 2170 31341 0 -1 1077944384 162 12980 0 0 0 0 5 3 20 0 15 0 473519175 11079880704 10598 33554432000 4194304 4196468 140733385756144 140366872046064 140367414749826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2238] ppid=2167 vsize=10820196 memory=140414990558848 CPUtime=0.11 cores=0,2,4,6
/proc/2170/task/2238/stat : 2238 (java) R 2167 2170 31341 0 -1 1077944384 601 12980 0 0 3 0 5 3 20 0 15 0 473519175 11079880704 10598 33554432000 4194304 4196468 140733385756144 140366870993776 140367414749826 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2239] ppid=2167 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2170/task/2239/stat : 2239 (java) S 2167 2170 31341 0 -1 1077944384 3 12980 0 0 0 0 5 3 20 0 15 0 473519176 11079880704 10598 33554432000 4194304 4196468 140733385756144 140365901155296 140367414748885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2240] ppid=2167 vsize=10820196 memory=140414990558848 CPUtime=0.08 cores=0,2,4,6
/proc/2170/task/2240/stat : 2240 (java) S 2167 2170 31341 0 -1 1077944384 1 12980 0 0 0 0 5 3 20 0 15 0 473519176 11079880704 10598 33554432000 4194304 4196468 140733385756144 140366869940656 140367414749826 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10820164 KiB
Current children cumulated memory: 42128 KiB

[startup+0.311634 s]*
/proc/loadavg: 1.39 1.45 1.81 3/227 2240
/proc/meminfo: memFree=10465000/32770624 swapFree=66972124/67108860
[pid=2170] ppid=2167 vsize=10820196 memory=50592 CPUtime=0.41 cores=0,2,4,6
/proc/2170/stat : 2170 (java) S 2167 2170 31341 0 -1 1077944320 10883 12980 0 0 29 4 5 3 20 0 15 0 473519161 11079880704 12648 33554432000 4194304 4196468 140733385756144 140733385738688 140367414738679 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
/proc/2170/statm: 2705049 12648 3318 1 0 2667149 0
[pid=2170/tid=2227] ppid=2167 vsize=10820196 memory=6935054825532540783 CPUtime=0.29 cores=0,2,4,6
/proc/2170/task/2227/stat : 2227 (java) R 2167 2170 31341 0 -1 4202560 7381 12980 0 0 19 2 5 3 20 0 15 0 473519170 11079880704 12648 33554432000 4194304 4196468 140733385756144 140367386547600 140367398819166 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2228] ppid=2167 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2170/task/2228/stat : 2228 (java) S 2167 2170 31341 0 -1 1077944384 1 12980 0 0 0 0 5 3 20 0 15 0 473519171 11079880704 12648 33554432000 4194304 4196468 140733385756144 140367418981264 140367414748885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2229] ppid=2167 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2170/task/2229/stat : 2229 (java) S 2167 2170 31341 0 -1 1077944384 1 12980 0 0 0 0 5 3 20 0 15 0 473519171 11079880704 12648 33554432000 4194304 4196468 140733385756144 140367317871376 140367414748885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2230] ppid=2167 vsize=10820196 memory=-1598831813028945288 CPUtime=0.08 cores=0,2,4,6
/proc/2170/task/2230/stat : 2230 (java) S 2167 2170 31341 0 -1 1077944384 1 12980 0 0 0 0 5 3 20 0 15 0 473519171 11079880704 12648 33554432000 4194304 4196468 140733385756144 140366986472592 140367414748885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2231] ppid=2167 vsize=10820196 memory=4872558044660077418 CPUtime=0.08 cores=0,2,4,6
/proc/2170/task/2231/stat : 2231 (java) S 2167 2170 31341 0 -1 1077944384 2 12980 0 0 0 0 5 3 20 0 15 0 473519171 11079880704 12648 33554432000 4194304 4196468 140733385756144 140366985419792 140367414748885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2232] ppid=2167 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2170/task/2232/stat : 2232 (java) S 2167 2170 31341 0 -1 1077944384 2 12980 0 0 0 0 5 3 20 0 15 0 473519172 11079880704 12648 33554432000 4194304 4196468 140733385756144 140366874151024 140367414749826 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2233] ppid=2167 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2170/task/2233/stat : 2233 (java) S 2167 2170 31341 0 -1 1077944384 13 12980 0 0 0 0 5 3 20 0 15 0 473519172 11079880704 12648 33554432000 4194304 4196468 140733385756144 140366778983200 140367414748885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2234] ppid=2167 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2170/task/2234/stat : 2234 (java) S 2167 2170 31341 0 -1 1077944384 1 12980 0 0 0 0 5 3 20 0 15 0 473519173 11079880704 12648 33554432000 4194304 4196468 140733385756144 140366175003760 140367414748885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2235] ppid=2167 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2170/task/2235/stat : 2235 (java) S 2167 2170 31341 0 -1 1077944384 3 12980 0 0 0 0 5 3 20 0 15 0 473519175 11079880704 12648 33554432000 4194304 4196468 140733385756144 140365934712912 140367414757275 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2236] ppid=2167 vsize=10820196 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/2170/task/2236/stat : 2236 (java) S 2167 2170 31341 0 -1 1077944384 499 12980 0 0 2 0 5 3 20 0 15 0 473519175 11079880704 12648 33554432000 4194304 4196468 140733385756144 140366873098864 140367414749826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2237] ppid=2167 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/2170/task/2237/stat : 2237 (java) S 2167 2170 31341 0 -1 1077944384 162 12980 0 0 1 0 5 3 20 0 15 0 473519175 11079880704 12648 33554432000 4194304 4196468 140733385756144 140366872046064 140367414749826 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2238] ppid=2167 vsize=10820196 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/2170/task/2238/stat : 2238 (java) S 2167 2170 31341 0 -1 1077944384 610 12980 0 0 5 0 5 3 20 0 15 0 473519175 11079880704 12648 33554432000 4194304 4196468 140733385756144 140366870993776 140367414749826 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2239] ppid=2167 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2170/task/2239/stat : 2239 (java) S 2167 2170 31341 0 -1 1077944384 3 12980 0 0 0 0 5 3 20 0 15 0 473519176 11079880704 12648 33554432000 4194304 4196468 140733385756144 140365901155296 140367414748885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2240] ppid=2167 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2170/task/2240/stat : 2240 (java) S 2167 2170 31341 0 -1 1077944384 1 12980 0 0 0 0 5 3 20 0 15 0 473519176 11079880704 12648 33554432000 4194304 4196468 140733385756144 140366869940656 140367414749826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 50592 KiB

[startup+0.700766 s]
/proc/loadavg: 1.39 1.45 1.81 3/227 2240
/proc/meminfo: memFree=10450704/32770624 swapFree=66972124/67108860
[pid=2170] ppid=2167 vsize=10824364 memory=83088 CPUtime=1.16 cores=0,2,4,6
/proc/2170/stat : 2170 (java) S 2167 2170 31341 0 -1 1077944320 14973 12980 0 0 103 5 5 3 20 0 15 0 473519161 11084148736 20722 33554432000 4194304 4196468 140733385756144 140733385738688 140367414738679 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
/proc/2170/statm: 2706091 20772 3514 1 0 2668173 0
[pid=2170/tid=2227] ppid=2167 vsize=10824364 memory=992 CPUtime=0.67 cores=0,2,4,6
/proc/2170/task/2227/stat : 2227 (java) R 2167 2170 31341 0 -1 4202560 10386 12980 0 0 56 3 5 3 20 0 15 0 473519170 11084148736 20772 33554432000 4194304 4196468 140733385756144 140367386565232 140367398782309 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2228] ppid=2167 vsize=10824364 memory=3612 CPUtime=0.08 cores=0,2,4,6
/proc/2170/task/2228/stat : 2228 (java) S 2167 2170 31341 0 -1 1077944384 1 12980 0 0 0 0 5 3 20 0 15 0 473519171 11084148736 20772 33554432000 4194304 4196468 140733385756144 140367418981264 140367414748885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2229] ppid=2167 vsize=10824364 memory=2241 CPUtime=0.08 cores=0,2,4,6
/proc/2170/task/2229/stat : 2229 (java) S 2167 2170 31341 0 -1 1077944384 1 12980 0 0 0 0 5 3 20 0 15 0 473519171 11084148736 20772 33554432000 4194304 4196468 140733385756144 140367317871376 140367414748885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2230] ppid=2167 vsize=10824364 memory=2244 CPUtime=0.08 cores=0,2,4,6
/proc/2170/task/2230/stat : 2230 (java) S 2167 2170 31341 0 -1 1077944384 1 12980 0 0 0 0 5 3 20 0 15 0 473519171 11084148736 20772 33554432000 4194304 4196468 140733385756144 140366986472592 140367414748885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2231] ppid=2167 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2170/task/2231/stat : 2231 (java) S 2167 2170 31341 0 -1 1077944384 2 12980 0 0 0 0 5 3 20 0 15 0 473519171 11084148736 20772 33554432000 4194304 4196468 140733385756144 140366985419792 140367414748885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2232] ppid=2167 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2170/task/2232/stat : 2232 (java) S 2167 2170 31341 0 -1 1077944384 5 12980 0 0 0 0 5 3 20 0 15 0 473519172 11084148736 20772 33554432000 4194304 4196468 140733385756144 140366874151024 140367414749826 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2233] ppid=2167 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2170/task/2233/stat : 2233 (java) S 2167 2170 31341 0 -1 1077944384 13 12980 0 0 0 0 5 3 20 0 15 0 473519172 11084148736 20772 33554432000 4194304 4196468 140733385756144 140366778983200 140367414748885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2234] ppid=2167 vsize=10824364 memory=6655300316396806240 CPUtime=0.08 cores=0,2,4,6
/proc/2170/task/2234/stat : 2234 (java) S 2167 2170 31341 0 -1 1077944384 1 12980 0 0 0 0 5 3 20 0 15 0 473519173 11084148736 20772 33554432000 4194304 4196468 140733385756144 140366175003760 140367414748885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2235] ppid=2167 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2170/task/2235/stat : 2235 (java) S 2167 2170 31341 0 -1 1077944384 3 12980 0 0 0 0 5 3 20 0 15 0 473519175 11084148736 20772 33554432000 4194304 4196468 140733385756144 140365934712912 140367414757275 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2236] ppid=2167 vsize=10824364 memory=14657 CPUtime=0.21 cores=0,2,4,6
/proc/2170/task/2236/stat : 2236 (java) S 2167 2170 31341 0 -1 1077944384 870 12980 0 0 13 0 5 3 20 0 15 0 473519175 11084148736 20772 33554432000 4194304 4196468 140733385756144 140366873098864 140367414749826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2237] ppid=2167 vsize=10824364 memory=280829657874672 CPUtime=0.23 cores=0,2,4,6
/proc/2170/task/2237/stat : 2237 (java) R 2167 2170 31341 0 -1 4202560 689 12980 0 0 15 0 5 3 20 0 15 0 473519175 11084148736 20772 33554432000 4194304 4196468 140733385756144 140366872034208 140367396259801 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2238] ppid=2167 vsize=10824364 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/2170/task/2238/stat : 2238 (java) S 2167 2170 31341 0 -1 1077944384 790 12980 0 0 17 0 5 3 20 0 15 0 473519175 11084148736 20772 33554432000 4194304 4196468 140733385756144 140366870993776 140367414749826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2239] ppid=2167 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2170/task/2239/stat : 2239 (java) S 2167 2170 31341 0 -1 1077944384 3 12980 0 0 0 0 5 3 20 0 15 0 473519176 11084148736 20772 33554432000 4194304 4196468 140733385756144 140365901155296 140367414748885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2240] ppid=2167 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2170/task/2240/stat : 2240 (java) S 2167 2170 31341 0 -1 1077944384 1 12980 0 0 0 0 5 3 20 0 15 0 473519176 11084148736 20772 33554432000 4194304 4196468 140733385756144 140366869940656 140367414749826 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 83088 KiB

[startup+1.5007 s]
/proc/loadavg: 1.39 1.45 1.81 5/227 2240
/proc/meminfo: memFree=10385632/32770624 swapFree=66972124/67108860
[pid=2170] ppid=2167 vsize=10832632 memory=251076 CPUtime=3 cores=0,2,4,6
/proc/2170/stat : 2170 (java) S 2167 2170 31341 0 -1 1077944320 24648 12980 0 0 281 11 5 3 20 0 15 0 473519161 11092615168 62769 33554432000 4194304 4196468 140733385756144 140733385738688 140367414738679 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
/proc/2170/statm: 2708158 62769 3589 1 0 2670221 0
[pid=2170/tid=2227] ppid=2167 vsize=10832632 memory=0 CPUtime=1.43 cores=0,2,4,6
/proc/2170/task/2227/stat : 2227 (java) R 2167 2170 31341 0 -1 4202560 14715 12980 0 0 129 6 5 3 20 0 15 0 473519170 11092615168 62769 33554432000 4194304 4196468 140733385756144 140367386570736 140367398819166 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2228] ppid=2167 vsize=10832632 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/2170/task/2228/stat : 2228 (java) S 2167 2170 31341 0 -1 1077944384 238 12980 0 0 1 0 5 3 20 0 15 0 473519171 11092615168 62769 33554432000 4194304 4196468 140733385756144 140367418981264 140367414748885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2229] ppid=2167 vsize=10832632 memory=280829658284848 CPUtime=0.09 cores=0,2,4,6
/proc/2170/task/2229/stat : 2229 (java) S 2167 2170 31341 0 -1 1077944384 30 12980 0 0 1 0 5 3 20 0 15 0 473519171 11092615168 62769 33554432000 4194304 4196468 140733385756144 140367317871376 140367414748885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2230] ppid=2167 vsize=10832632 memory=288230621803970871 CPUtime=0.09 cores=0,2,4,6
/proc/2170/task/2230/stat : 2230 (java) S 2167 2170 31341 0 -1 1077944384 25 12980 0 0 1 0 5 3 20 0 15 0 473519171 11092615168 62769 33554432000 4194304 4196468 140733385756144 140366986472592 140367414748885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2231] ppid=2167 vsize=10832632 memory=15823308880873484 CPUtime=0.09 cores=0,2,4,6
/proc/2170/task/2231/stat : 2231 (java) S 2167 2170 31341 0 -1 1077944384 66 12980 0 0 1 0 5 3 20 0 15 0 473519171 11092615168 62769 33554432000 4194304 4196468 140733385756144 140366985419792 140367414748885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2232] ppid=2167 vsize=10832632 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/2170/task/2232/stat : 2232 (java) S 2167 2170 31341 0 -1 1077944384 844 12980 0 0 1 0 5 3 20 0 15 0 473519172 11092615168 62769 33554432000 4194304 4196468 140733385756144 140366874151024 140367414749826 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2233] ppid=2167 vsize=10832632 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2170/task/2233/stat : 2233 (java) S 2167 2170 31341 0 -1 1077944384 14 12980 0 0 0 0 5 3 20 0 15 0 473519172 11092615168 62769 33554432000 4194304 4196468 140733385756144 140366778983264 140367414748885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2234] ppid=2167 vsize=10832632 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2170/task/2234/stat : 2234 (java) S 2167 2170 31341 0 -1 1077944384 1 12980 0 0 0 0 5 3 20 0 15 0 473519173 11092615168 62769 33554432000 4194304 4196468 140733385756144 140366175003760 140367414748885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2235] ppid=2167 vsize=10832632 memory=8696068961887953015 CPUtime=0.08 cores=0,2,4,6
/proc/2170/task/2235/stat : 2235 (java) S 2167 2170 31341 0 -1 1077944384 3 12980 0 0 0 0 5 3 20 0 15 0 473519175 11092615168 62769 33554432000 4194304 4196468 140733385756144 140365934712912 140367414757275 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2236] ppid=2167 vsize=10832632 memory=6944656592455360604 CPUtime=0.6 cores=0,2,4,6
/proc/2170/task/2236/stat : 2236 (java) S 2167 2170 31341 0 -1 1077944384 2608 12980 0 0 52 0 5 3 20 0 15 0 473519175 11092615168 62769 33554432000 4194304 4196468 140733385756144 140366873098864 140367414749826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2237] ppid=2167 vsize=10832632 memory=6944656592455359580 CPUtime=0.61 cores=0,2,4,6
/proc/2170/task/2237/stat : 2237 (java) S 2167 2170 31341 0 -1 1077944384 2026 12980 0 0 53 0 5 3 20 0 15 0 473519175 11092615168 62769 33554432000 4194304 4196468 140733385756144 140366872046064 140367414749826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2238] ppid=2167 vsize=10832632 memory=0 CPUtime=0.44 cores=0,2,4,6
/proc/2170/task/2238/stat : 2238 (java) S 2167 2170 31341 0 -1 1077944384 1866 12980 0 0 36 0 5 3 20 0 15 0 473519175 11092615168 62769 33554432000 4194304 4196468 140733385756144 140366870993776 140367414749826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2239] ppid=2167 vsize=10832632 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2170/task/2239/stat : 2239 (java) S 2167 2170 31341 0 -1 1077944384 3 12980 0 0 0 0 5 3 20 0 15 0 473519176 11092615168 62769 33554432000 4194304 4196468 140733385756144 140365901155296 140367414748885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2240] ppid=2167 vsize=10832632 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2170/task/2240/stat : 2240 (java) S 2167 2170 31341 0 -1 1077944384 1 12980 0 0 0 0 5 3 20 0 15 0 473519176 11092615168 62769 33554432000 4194304 4196468 140733385756144 140366869940656 140367414749826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
Current children cumulated CPU time: 3 s
Current children cumulated vsize: 10832632 KiB

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

/proc/2170/task/2227/stat : 2227 (java) R 2167 2170 31341 0 -1 4202560 115794 12980 0 0 236517 64 5 3 20 0 15 0 473519170 11109412864 546004 33554432000 4194304 4196468 140733385756144 140367386546960 140367012714439 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2228] ppid=2167 vsize=10849036 memory=2184016 CPUtime=9.17 cores=0,2,4,6
/proc/2170/task/2228/stat : 2228 (java) S 2167 2170 31341 0 -1 1077944384 41985 12980 0 0 866 43 5 3 20 0 15 0 473519171 11109412864 546004 33554432000 4194304 4196468 140733385756144 140367418981264 140367414748885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2229] ppid=2167 vsize=10849036 memory=2184016 CPUtime=9.22 cores=0,2,4,6
/proc/2170/task/2229/stat : 2229 (java) S 2167 2170 31341 0 -1 1077944384 35967 12980 0 0 871 43 5 3 20 0 15 0 473519171 11109412864 546004 33554432000 4194304 4196468 140733385756144 140367317871376 140367414748885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2230] ppid=2167 vsize=10849036 memory=2184016 CPUtime=9.23 cores=0,2,4,6
/proc/2170/task/2230/stat : 2230 (java) S 2167 2170 31341 0 -1 1077944384 42250 12980 0 0 873 42 5 3 20 0 15 0 473519171 11109412864 546004 33554432000 4194304 4196468 140733385756144 140366986472592 140367414748885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2231] ppid=2167 vsize=10849036 memory=2184016 CPUtime=9.22 cores=0,2,4,6
/proc/2170/task/2231/stat : 2231 (java) S 2167 2170 31341 0 -1 1077944384 38803 12980 0 0 872 42 5 3 20 0 15 0 473519171 11109412864 546004 33554432000 4194304 4196468 140733385756144 140366985419792 140367414748885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2232] ppid=2167 vsize=10849036 memory=2184016 CPUtime=5.31 cores=0,2,4,6
/proc/2170/task/2232/stat : 2232 (java) S 2167 2170 31341 0 -1 1077944384 29282 12980 0 0 491 32 5 3 20 0 15 0 473519172 11109412864 546004 33554432000 4194304 4196468 140733385756144 140366874151024 140367414749826 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2233] ppid=2167 vsize=10849036 memory=2184016 CPUtime=0.08 cores=0,2,4,6
/proc/2170/task/2233/stat : 2233 (java) S 2167 2170 31341 0 -1 1077944384 20 12980 0 0 0 0 5 3 20 0 15 0 473519172 11109412864 546004 33554432000 4194304 4196468 140733385756144 140366778983328 140367414748885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2234] ppid=2167 vsize=10849036 memory=1552 CPUtime=0.08 cores=0,2,4,6
/proc/2170/task/2234/stat : 2234 (java) S 2167 2170 31341 0 -1 1077944384 29 12980 0 0 0 0 5 3 20 0 15 0 473519173 11109412864 546004 33554432000 4194304 4196468 140733385756144 140366175003936 140367414748885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2235] ppid=2167 vsize=10849036 memory=8112282956445269571 CPUtime=0.08 cores=0,2,4,6
/proc/2170/task/2235/stat : 2235 (java) S 2167 2170 31341 0 -1 1077944384 3 12980 0 0 0 0 5 3 20 0 15 0 473519175 11109412864 546004 33554432000 4194304 4196468 140733385756144 140365934712912 140367414757275 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2236] ppid=2167 vsize=10849036 memory=3612 CPUtime=4.86 cores=0,2,4,6
/proc/2170/task/2236/stat : 2236 (java) S 2167 2170 31341 0 -1 1077944384 43133 12980 0 0 473 5 5 3 20 0 15 0 473519175 11109412864 546004 33554432000 4194304 4196468 140733385756144 140366873098864 140367414749826 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2237] ppid=2167 vsize=10849036 memory=992 CPUtime=4.75 cores=0,2,4,6
/proc/2170/task/2237/stat : 2237 (java) S 2167 2170 31341 0 -1 1077944384 38057 12980 0 0 462 5 5 3 20 0 15 0 473519175 11109412864 546004 33554432000 4194304 4196468 140733385756144 140366872046064 140367414749826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2238] ppid=2167 vsize=10849036 memory=2044 CPUtime=1.9 cores=0,2,4,6
/proc/2170/task/2238/stat : 2238 (java) S 2167 2170 31341 0 -1 1077944384 13963 12980 0 0 178 4 5 3 20 0 15 0 473519175 11109412864 546004 33554432000 4194304 4196468 140733385756144 140366870993776 140367414749826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2239] ppid=2167 vsize=10849036 memory=12024 CPUtime=0.08 cores=0,2,4,6
/proc/2170/task/2239/stat : 2239 (java) S 2167 2170 31341 0 -1 1077944384 3 12980 0 0 0 0 5 3 20 0 15 0 473519176 11109412864 546004 33554432000 4194304 4196468 140733385756144 140365901155296 140367414748885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2240] ppid=2167 vsize=10849036 memory=2120 CPUtime=1.45 cores=0,2,4,6
/proc/2170/task/2240/stat : 2240 (java) S 2167 2170 31341 0 -1 1077944384 2251 12980 0 0 64 73 5 3 20 0 15 0 473519176 11109412864 546004 33554432000 4194304 4196468 140733385756144 140366869940656 140367414749826 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
Current children cumulated CPU time: 2420.42 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 2184016 KiB

[startup+2442.3 s]
/proc/loadavg: 1.26 1.25 1.38 3/227 2651
/proc/meminfo: memFree=7953468/32770624 swapFree=66972152/67108860
[pid=2170] ppid=2167 vsize=10849036 memory=2184016 CPUtime=2481.2 cores=0,2,4,6
/proc/2170/stat : 2170 (java) S 2167 2170 31341 0 -1 1077944320 406998 12980 0 0 247788 324 5 3 20 0 15 0 473519161 11109412864 546004 33554432000 4194304 4196468 140733385756144 140733385738688 140367414738679 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
/proc/2170/statm: 2712259 546004 3627 1 0 2674317 0
[pid=2170/tid=2227] ppid=2167 vsize=10849036 memory=2184016 CPUtime=2425.4 cores=0,2,4,6
/proc/2170/task/2227/stat : 2227 (java) R 2167 2170 31341 0 -1 4202560 117012 12980 0 0 242468 64 5 3 20 0 15 0 473519170 11109412864 546004 33554432000 4194304 4196468 140733385756144 140367386557712 140367012345652 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2228] ppid=2167 vsize=10849036 memory=2184016 CPUtime=9.45 cores=0,2,4,6
/proc/2170/task/2228/stat : 2228 (java) S 2167 2170 31341 0 -1 1077944384 42092 12980 0 0 893 44 5 3 20 0 15 0 473519171 11109412864 546004 33554432000 4194304 4196468 140733385756144 140367418981264 140367414748885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2229] ppid=2167 vsize=10849036 memory=2184016 CPUtime=9.5 cores=0,2,4,6
/proc/2170/task/2229/stat : 2229 (java) S 2167 2170 31341 0 -1 1077944384 36742 12980 0 0 898 44 5 3 20 0 15 0 473519171 11109412864 546004 33554432000 4194304 4196468 140733385756144 140367317871376 140367414748885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2230] ppid=2167 vsize=10849036 memory=2184016 CPUtime=9.51 cores=0,2,4,6
/proc/2170/task/2230/stat : 2230 (java) S 2167 2170 31341 0 -1 1077944384 42506 12980 0 0 900 43 5 3 20 0 15 0 473519171 11109412864 546004 33554432000 4194304 4196468 140733385756144 140366986472592 140367414748885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2231] ppid=2167 vsize=10849036 memory=0 CPUtime=9.49 cores=0,2,4,6
/proc/2170/task/2231/stat : 2231 (java) S 2167 2170 31341 0 -1 1077944384 39242 12980 0 0 898 43 5 3 20 0 15 0 473519171 11109412864 546004 33554432000 4194304 4196468 140733385756144 140366985419792 140367414748885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2232] ppid=2167 vsize=10849036 memory=2184016 CPUtime=5.47 cores=0,2,4,6
/proc/2170/task/2232/stat : 2232 (java) S 2167 2170 31341 0 -1 1077944384 29693 12980 0 0 506 33 5 3 20 0 15 0 473519172 11109412864 546004 33554432000 4194304 4196468 140733385756144 140366874151024 140367414749826 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2233] ppid=2167 vsize=10849036 memory=2184016 CPUtime=0.08 cores=0,2,4,6
/proc/2170/task/2233/stat : 2233 (java) S 2167 2170 31341 0 -1 1077944384 20 12980 0 0 0 0 5 3 20 0 15 0 473519172 11109412864 546004 33554432000 4194304 4196468 140733385756144 140366778983328 140367414748885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2234] ppid=2167 vsize=10849036 memory=2184016 CPUtime=0.08 cores=0,2,4,6
/proc/2170/task/2234/stat : 2234 (java) S 2167 2170 31341 0 -1 1077944384 29 12980 0 0 0 0 5 3 20 0 15 0 473519173 11109412864 546004 33554432000 4194304 4196468 140733385756144 140366175003936 140367414748885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2235] ppid=2167 vsize=10849036 memory=2184016 CPUtime=0.08 cores=0,2,4,6
/proc/2170/task/2235/stat : 2235 (java) S 2167 2170 31341 0 -1 1077944384 3 12980 0 0 0 0 5 3 20 0 15 0 473519175 11109412864 546004 33554432000 4194304 4196468 140733385756144 140365934712912 140367414757275 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2236] ppid=2167 vsize=10849036 memory=2184016 CPUtime=4.86 cores=0,2,4,6
/proc/2170/task/2236/stat : 2236 (java) S 2167 2170 31341 0 -1 1077944384 43137 12980 0 0 473 5 5 3 20 0 15 0 473519175 11109412864 546004 33554432000 4194304 4196468 140733385756144 140366873098864 140367414749826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2237] ppid=2167 vsize=10849036 memory=2184016 CPUtime=4.75 cores=0,2,4,6
/proc/2170/task/2237/stat : 2237 (java) S 2167 2170 31341 0 -1 1077944384 38061 12980 0 0 462 5 5 3 20 0 15 0 473519175 11109412864 546004 33554432000 4194304 4196468 140733385756144 140366872046064 140367414749826 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2238] ppid=2167 vsize=10849036 memory=2184016 CPUtime=1.9 cores=0,2,4,6
/proc/2170/task/2238/stat : 2238 (java) S 2167 2170 31341 0 -1 1077944384 13967 12980 0 0 178 4 5 3 20 0 15 0 473519175 11109412864 546004 33554432000 4194304 4196468 140733385756144 140366870993776 140367414749826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2239] ppid=2167 vsize=10849036 memory=2184016 CPUtime=0.08 cores=0,2,4,6
/proc/2170/task/2239/stat : 2239 (java) S 2167 2170 31341 0 -1 1077944384 3 12980 0 0 0 0 5 3 20 0 15 0 473519176 11109412864 546004 33554432000 4194304 4196468 140733385756144 140365901155296 140367414748885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2240] ppid=2167 vsize=10849036 memory=3612 CPUtime=1.48 cores=0,2,4,6
/proc/2170/task/2240/stat : 2240 (java) S 2167 2170 31341 0 -1 1077944384 2283 12980 0 0 64 76 5 3 20 0 15 0 473519176 11109412864 546004 33554432000 4194304 4196468 140733385756144 140366869940656 140367414749826 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
Current children cumulated CPU time: 2481.2 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 2184016 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2480.7 s]
/proc/loadavg: 1.35 1.27 1.38 3/227 2654
/proc/meminfo: memFree=7951040/32770624 swapFree=66972152/67108860
[pid=2170] ppid=2167 vsize=10849036 memory=2184016 CPUtime=2520.09 cores=0,2,4,6
/proc/2170/stat : 2170 (java) S 2167 2170 31341 0 -1 1077944320 408920 12980 0 0 251674 327 5 3 20 0 15 0 473519161 11109412864 546004 33554432000 4194304 4196468 140733385756144 140733385738688 140367414738679 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
/proc/2170/statm: 2712259 546004 3627 1 0 2674317 0
[pid=2170/tid=2227] ppid=2167 vsize=10849036 memory=2184016 CPUtime=2463.49 cores=0,2,4,6
/proc/2170/task/2227/stat : 2227 (java) R 2167 2170 31341 0 -1 4202560 117686 12980 0 0 246276 65 5 3 20 0 15 0 473519170 11109412864 546004 33554432000 4194304 4196468 140733385756144 140367386574304 140367012352741 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2228] ppid=2167 vsize=10849036 memory=2184016 CPUtime=9.61 cores=0,2,4,6
/proc/2170/task/2228/stat : 2228 (java) S 2167 2170 31341 0 -1 1077944384 42376 12980 0 0 909 44 5 3 20 0 15 0 473519171 11109412864 546004 33554432000 4194304 4196468 140733385756144 140367418981264 140367414748885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2229] ppid=2167 vsize=10849036 memory=280829658017408 CPUtime=9.67 cores=0,2,4,6
/proc/2170/task/2229/stat : 2229 (java) S 2167 2170 31341 0 -1 1077944384 36993 12980 0 0 915 44 5 3 20 0 15 0 473519171 11109412864 546004 33554432000 4194304 4196468 140733385756144 140367317871376 140367414748885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2230] ppid=2167 vsize=10849036 memory=2184016 CPUtime=9.69 cores=0,2,4,6
/proc/2170/task/2230/stat : 2230 (java) S 2167 2170 31341 0 -1 1077944384 42935 12980 0 0 917 44 5 3 20 0 15 0 473519171 11109412864 546004 33554432000 4194304 4196468 140733385756144 140366986472592 140367414748885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2231] ppid=2167 vsize=10849036 memory=280829658846496 CPUtime=9.66 cores=0,2,4,6
/proc/2170/task/2231/stat : 2231 (java) S 2167 2170 31341 0 -1 1077944384 39292 12980 0 0 914 44 5 3 20 0 15 0 473519171 11109412864 546004 33554432000 4194304 4196468 140733385756144 140366985419792 140367414748885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2232] ppid=2167 vsize=10849036 memory=2184016 CPUtime=5.58 cores=0,2,4,6
/proc/2170/task/2232/stat : 2232 (java) S 2167 2170 31341 0 -1 1077944384 29905 12980 0 0 516 34 5 3 20 0 15 0 473519172 11109412864 546004 33554432000 4194304 4196468 140733385756144 140366874151024 140367414749826 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2233] ppid=2167 vsize=10849036 memory=2184016 CPUtime=0.08 cores=0,2,4,6
/proc/2170/task/2233/stat : 2233 (java) S 2167 2170 31341 0 -1 1077944384 20 12980 0 0 0 0 5 3 20 0 15 0 473519172 11109412864 546004 33554432000 4194304 4196468 140733385756144 140366778983328 140367414748885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2234] ppid=2167 vsize=10849036 memory=2184016 CPUtime=0.08 cores=0,2,4,6
/proc/2170/task/2234/stat : 2234 (java) S 2167 2170 31341 0 -1 1077944384 29 12980 0 0 0 0 5 3 20 0 15 0 473519173 11109412864 546004 33554432000 4194304 4196468 140733385756144 140366175003936 140367414748885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2235] ppid=2167 vsize=10849036 memory=2184016 CPUtime=0.08 cores=0,2,4,6
/proc/2170/task/2235/stat : 2235 (java) S 2167 2170 31341 0 -1 1077944384 3 12980 0 0 0 0 5 3 20 0 15 0 473519175 11109412864 546004 33554432000 4194304 4196468 140733385756144 140365934712912 140367414757275 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2236] ppid=2167 vsize=10849036 memory=2184016 CPUtime=4.86 cores=0,2,4,6
/proc/2170/task/2236/stat : 2236 (java) S 2167 2170 31341 0 -1 1077944384 43139 12980 0 0 473 5 5 3 20 0 15 0 473519175 11109412864 546004 33554432000 4194304 4196468 140733385756144 140366873098864 140367414749826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2237] ppid=2167 vsize=10849036 memory=3644 CPUtime=4.75 cores=0,2,4,6
/proc/2170/task/2237/stat : 2237 (java) S 2167 2170 31341 0 -1 1077944384 38063 12980 0 0 462 5 5 3 20 0 15 0 473519175 11109412864 546004 33554432000 4194304 4196468 140733385756144 140366872046064 140367414749826 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2238] ppid=2167 vsize=10849036 memory=750756 CPUtime=1.9 cores=0,2,4,6
/proc/2170/task/2238/stat : 2238 (java) S 2167 2170 31341 0 -1 1077944384 13969 12980 0 0 178 4 5 3 20 0 15 0 473519175 11109412864 546004 33554432000 4194304 4196468 140733385756144 140366870993776 140367414749826 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2239] ppid=2167 vsize=10849036 memory=1732 CPUtime=0.08 cores=0,2,4,6
/proc/2170/task/2239/stat : 2239 (java) S 2167 2170 31341 0 -1 1077944384 3 12980 0 0 0 0 5 3 20 0 15 0 473519176 11109412864 546004 33554432000 4194304 4196468 140733385756144 140365901155296 140367414748885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2240] ppid=2167 vsize=10849036 memory=2184016 CPUtime=1.5 cores=0,2,4,6
/proc/2170/task/2240/stat : 2240 (java) S 2167 2170 31341 0 -1 1077944384 2299 12980 0 0 65 77 5 3 20 0 15 0 473519176 11109412864 546004 33554432000 4194304 4196468 140733385756144 140366869940656 140367414749826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 2184016 KiB

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

[startup+2480.73 s]
# the end of solver process 2170 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.81 s, system=3.32261 s

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

[startup+2480.7 s]
/proc/loadavg: 1.35 1.27 1.38 3/227 2654
/proc/meminfo: memFree=7951040/32770624 swapFree=66972152/67108860
[pid=2170] ppid=2167 vsize=10849036 memory=2184016 CPUtime=2520.09 cores=0,2,4,6
/proc/2170/stat : 2170 (java) S 2167 2170 31341 0 -1 1077944320 408920 12980 0 0 251674 327 5 3 20 0 15 0 473519161 11109412864 546004 33554432000 4194304 4196468 140733385756144 140733385738688 140367414738679 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
/proc/2170/statm: 2712259 546004 3627 1 0 2674317 0
[pid=2170/tid=2227] ppid=2167 vsize=10849036 memory=2184016 CPUtime=2463.49 cores=0,2,4,6
/proc/2170/task/2227/stat : 2227 (java) R 2167 2170 31341 0 -1 4202560 117686 12980 0 0 246276 65 5 3 20 0 15 0 473519170 11109412864 546004 33554432000 4194304 4196468 140733385756144 140367386574304 140367012352741 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2228] ppid=2167 vsize=10849036 memory=2184016 CPUtime=9.61 cores=0,2,4,6
/proc/2170/task/2228/stat : 2228 (java) S 2167 2170 31341 0 -1 1077944384 42376 12980 0 0 909 44 5 3 20 0 15 0 473519171 11109412864 546004 33554432000 4194304 4196468 140733385756144 140367418981264 140367414748885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2229] ppid=2167 vsize=10849036 memory=280829658017408 CPUtime=9.67 cores=0,2,4,6
/proc/2170/task/2229/stat : 2229 (java) S 2167 2170 31341 0 -1 1077944384 36993 12980 0 0 915 44 5 3 20 0 15 0 473519171 11109412864 546004 33554432000 4194304 4196468 140733385756144 140367317871376 140367414748885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2230] ppid=2167 vsize=10849036 memory=2184016 CPUtime=9.69 cores=0,2,4,6
/proc/2170/task/2230/stat : 2230 (java) S 2167 2170 31341 0 -1 1077944384 42935 12980 0 0 917 44 5 3 20 0 15 0 473519171 11109412864 546004 33554432000 4194304 4196468 140733385756144 140366986472592 140367414748885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2231] ppid=2167 vsize=10849036 memory=280829658846496 CPUtime=9.66 cores=0,2,4,6
/proc/2170/task/2231/stat : 2231 (java) S 2167 2170 31341 0 -1 1077944384 39292 12980 0 0 914 44 5 3 20 0 15 0 473519171 11109412864 546004 33554432000 4194304 4196468 140733385756144 140366985419792 140367414748885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2232] ppid=2167 vsize=10849036 memory=2184016 CPUtime=5.58 cores=0,2,4,6
/proc/2170/task/2232/stat : 2232 (java) S 2167 2170 31341 0 -1 1077944384 29905 12980 0 0 516 34 5 3 20 0 15 0 473519172 11109412864 546004 33554432000 4194304 4196468 140733385756144 140366874151024 140367414749826 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2233] ppid=2167 vsize=10849036 memory=2184016 CPUtime=0.08 cores=0,2,4,6
/proc/2170/task/2233/stat : 2233 (java) S 2167 2170 31341 0 -1 1077944384 20 12980 0 0 0 0 5 3 20 0 15 0 473519172 11109412864 546004 33554432000 4194304 4196468 140733385756144 140366778983328 140367414748885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2234] ppid=2167 vsize=10849036 memory=2184016 CPUtime=0.08 cores=0,2,4,6
/proc/2170/task/2234/stat : 2234 (java) S 2167 2170 31341 0 -1 1077944384 29 12980 0 0 0 0 5 3 20 0 15 0 473519173 11109412864 546004 33554432000 4194304 4196468 140733385756144 140366175003936 140367414748885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2235] ppid=2167 vsize=10849036 memory=2184016 CPUtime=0.08 cores=0,2,4,6
/proc/2170/task/2235/stat : 2235 (java) S 2167 2170 31341 0 -1 1077944384 3 12980 0 0 0 0 5 3 20 0 15 0 473519175 11109412864 546004 33554432000 4194304 4196468 140733385756144 140365934712912 140367414757275 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2236] ppid=2167 vsize=10849036 memory=2184016 CPUtime=4.86 cores=0,2,4,6
/proc/2170/task/2236/stat : 2236 (java) S 2167 2170 31341 0 -1 1077944384 43139 12980 0 0 473 5 5 3 20 0 15 0 473519175 11109412864 546004 33554432000 4194304 4196468 140733385756144 140366873098864 140367414749826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2237] ppid=2167 vsize=10849036 memory=3644 CPUtime=4.75 cores=0,2,4,6
/proc/2170/task/2237/stat : 2237 (java) S 2167 2170 31341 0 -1 1077944384 38063 12980 0 0 462 5 5 3 20 0 15 0 473519175 11109412864 546004 33554432000 4194304 4196468 140733385756144 140366872046064 140367414749826 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2238] ppid=2167 vsize=10849036 memory=750756 CPUtime=1.9 cores=0,2,4,6
/proc/2170/task/2238/stat : 2238 (java) S 2167 2170 31341 0 -1 1077944384 13969 12980 0 0 178 4 5 3 20 0 15 0 473519175 11109412864 546004 33554432000 4194304 4196468 140733385756144 140366870993776 140367414749826 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2239] ppid=2167 vsize=10849036 memory=1732 CPUtime=0.08 cores=0,2,4,6
/proc/2170/task/2239/stat : 2239 (java) S 2167 2170 31341 0 -1 1077944384 3 12980 0 0 0 0 5 3 20 0 15 0 473519176 11109412864 546004 33554432000 4194304 4196468 140733385756144 140365901155296 140367414748885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
[pid=2170/tid=2240] ppid=2167 vsize=10849036 memory=2184016 CPUtime=1.5 cores=0,2,4,6
/proc/2170/task/2240/stat : 2240 (java) S 2167 2170 31341 0 -1 1077944384 2299 12980 0 0 65 77 5 3 20 0 15 0 473519176 11109412864 546004 33554432000 4194304 4196468 140733385756144 140366869940656 140367414749826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37945344 140733385759332 140733385761973 140733385761973 140733385764815 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 2184016 KiB

Child status: 143
Real time (s): 2480.73
CPU time (s): 2520.13
CPU user time (s): 2516.81
CPU system time (s): 3.32261
CPU usage (%): 101.588
Max. virtual memory (cumulated for all children) (KiB): 10849036
Max. memory (cumulated for all children) (KiB): 2897408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.81
system time used= 3.32261
maximum resident set size= 2898476
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 422780
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3032
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 175444
involuntary context switches= 6715


# summary of solver processes directly reported to runsolver:
#   pid: 2170
#   total CPU time (s): 2520.13
#   total CPU user time (s): 2516.81
#   total CPU system time (s): 3.32261

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.003 second user time and 23.7338 second system time

The end

Launcher Data

Begin job on node117 at 2019-09-20 12:35:30
IDJOB=4402909
IDBENCH=127971
IDSOLVER=2861
FILE ID=node117/4402909-1568975773
RUNJOBID= node117-1568967595-31372
PBS_JOBID= 21704629
Free space on /var/tmp= 13476 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/PrizeCollecting/PrizeCollecting-jok-s1/PrizeCollecting-28-4-7-3.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402909-1568975773/watcher-4402909-1568975773 -o /var/tmp/evaluation-result-4402909-1568975773/solver-4402909-1568975773 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node117-1568967595-31372 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=453517493 HOME/instance-4402909-1568975773.xml

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

MD5SUM BENCH= cd71d797d3091c0a3eabb0588ef8346f
RANDOM SEED=453517493

node117.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        10503168 kB
MemAvailable:   31469444 kB
Buffers:          122752 kB
Cached:         20749216 kB
SwapCached:        27672 kB
Active:         10737804 kB
Inactive:       10531072 kB
Active(anon):     364720 kB
Inactive(anon):    73240 kB
Active(file):   10373084 kB
Inactive(file): 10457832 kB
Unevictable:      107884 kB
Mlocked:          107884 kB
SwapTotal:      67108860 kB
SwapFree:       66972124 kB
Dirty:             36548 kB
Writeback:             0 kB
AnonPages:        505768 kB
Mapped:            61276 kB
Shmem:             32300 kB
Slab:             592028 kB
SReclaimable:     563820 kB
SUnreclaim:        28208 kB
KernelStack:        4000 kB
PageTables:         8392 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1493028 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    407552 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /var/tmp at the end= 13444 MiB
End job on node117 at 2019-09-20 13:16:51