Trace number 4302298

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.9.2SAT (TO)44 252.129 238.763

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-06-4-rom_c18.xml
MD5SUM68fe1d73007454e14d4d429fadb25a11
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark52
Best CPU time to get the best result obtained on this benchmark252.043
Satisfiable
(Un)Satisfiability was proved
Number of variables180
Number of constraints48
Number of domains5
Minimum domain size2
Maximum domain size22859
Distribution of domain sizes[{"size":2,"count":12},{"size":7,"count":84},{"size":27,"count":36},{"size":22859,"count":48}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":60},{"degree":2,"count":84},{"degree":8,"count":36}]
Minimum constraint arity9
Maximum constraint arity10
Distribution of constraint arities[{"arity":9,"count":12},{"arity":10,"count":36}]
Number of extensional constraints48
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":48}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

1.00/0.74	c Concrete v3.9.2.1532736233296 running
32.70/21.69	o 34
36.79/24.91	o 37
44.42/32.36	o 40
44.78/32.65	o 41
45.50/33.34	o 42
51.43/39.18	o 43
52.73/40.48	o 44
252.06/238.72	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
252.06/238.72		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
252.06/238.72		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
252.06/238.72		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
252.06/238.72		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
252.06/238.72		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
252.06/238.72		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
252.06/238.72		at concrete.IntervalDomain.filter(IntervalDomain.scala:81)
252.06/238.72		at concrete.IntervalDomain.filter(IntervalDomain.scala:7)
252.06/238.72		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
252.06/238.72		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.06/238.72		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.06/238.72		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.06/238.72		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.06/238.72		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.06/238.72		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.06/238.72		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.06/238.72		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:109)
252.06/238.72		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
252.06/238.72		at scala.Option.map(Option.scala:146)
252.06/238.72		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
252.06/238.72		at concrete.MAC.mac(MAC.scala:203)
252.06/238.72		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
252.06/238.72		at scala.util.Try$.apply(Try.scala:209)
252.06/238.72		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.06/238.72		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.06/238.72		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.06/238.72		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.06/238.72		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
252.06/238.72		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.06/238.72		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.06/238.72		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.06/238.72		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.06/238.72		at concrete.MAC.oneRun(MAC.scala:253)
252.06/238.72		at concrete.MAC.nextSolution(MAC.scala:272)
252.06/238.72		at concrete.MAC.nextSolution(MAC.scala:355)
252.06/238.72		at concrete.Solver.hasNext(Solver.scala:166)
252.06/238.72		at scala.collection.Iterator.foreach(Iterator.scala:944)
252.06/238.72		at scala.collection.Iterator.foreach$(Iterator.scala:944)
252.06/238.72		at concrete.Solver.foreach(Solver.scala:68)
252.06/238.72		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
252.06/238.72		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.06/238.72		at scala.util.Success.map(Try.scala:209)
252.06/238.72		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
252.06/238.72		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
252.06/238.72		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
252.06/238.72		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
252.06/238.72		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
252.06/238.72		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.06/238.72		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.06/238.72		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.06/238.72		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.06/238.72		at scala.collection.immutable.List.foreach(List.scala:389)
252.06/238.72		at scala.App.main(App.scala:76)
252.06/238.72		at scala.App.main$(App.scala:74)
252.06/238.72		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
252.06/238.72		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.06/238.72	v <instantiation cost="44">
252.06/238.72	v       <list>
252.06/238.72	v         r[0][0] r[0][1] r[0][2] r[0][3] r[1][0] r[1][1] r[1][2] r[1][3] r[2][0] r[2][1] r[2][2] r[2][3] r[3][0] r[3][1] r[3][2] r[3][3] r[4][0] r[4][1] r[4][2] r[4][3] r[5][0] r[5][1] r[5][2] r[5][3] c[0][0] c[0][1] c[0][2] c[0][3] c[1][0] c[1][1] c[1][2] c[1][3] c[2][0] c[2][1] c[2][2] c[2][3] c[3][0] c[3][1] c[3][2] c[3][3] c[4][0] c[4][1] c[4][2] c[4][3] c[5][0] c[5][1] c[5][2] c[5][3] pr[0][0] pr[0][1] pr[0][2] pr[0][3] pr[1][0] pr[1][1] pr[1][2] pr[1][3] pr[2][0] pr[2][1] pr[2][2] pr[2][3] pr[3][0] pr[3][1] pr[3][2] pr[3][3] pr[4][0] pr[4][1] pr[4][2] pr[4][3] pr[5][0] pr[5][1] pr[5][2] pr[5][3] pc[0][0] pc[0][1] pc[0][2] pc[0][3] pc[1][0] pc[1][1] pc[1][2] pc[1][3] pc[2][0] pc[2][1] pc[2][2] pc[2][3] pc[3][0] pc[3][1] pc[3][2] pc[3][3] pc[4][0] pc[4][1] pc[4][2] pc[4][3] pc[5][0] pc[5][1] pc[5][2] pc[5][3] br[0][0] br[0][1] br[0][2] br[0][3] br[1][0] br[1][1] br[1][2] br[1][3] br[2][0] br[2][1] br[2][2] br[2][3] br[3][0] br[3][1] br[3][2] br[3][3] br[4][0] br[4][1] br[4][2] br[4][3] br[5][0] br[5][1] br[5][2] br[5][3] bc[0][0] bc[0][1] bc[0][2] bc[0][3] bc[1][0] bc[1][1] bc[1][2] bc[1][3] bc[2][0] bc[2][1] bc[2][2] bc[2][3] bc[3][0] bc[3][1] bc[3][2] bc[3][3] bc[4][0] bc[4][1] bc[4][2] bc[4][3] bc[5][0] bc[5][1] bc[5][2] bc[5][3] x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5]
252.06/238.72	v       </list>
252.06/238.72	v       <values>
252.06/238.72	v         2075 -1 -1 -1 6251 1285 -1 -1 16261 8300 -1 -1 9981 10192 -1 -1 13198 16794 -1 -1 7882 0 -1 -1 2075 -1 -1 -1 6251 1285 -1 -1 16261 11172 -1 -1 9981 10112 0 -1 13197 -1 -1 -1 7888 -1 -1 -1 0 -1 -1 -1 0 2 -1 -1 0 4 -1 -1 0 3 -1 -1 0 4 -1 -1 0 5 -1 -1 0 -1 -1 -1 0 2 -1 -1 0 4 -1 -1 0 3 5 -1 0 -1 -1 -1 0 -1 -1 -1 6 0 0 0 0 4 0 0 3 0 0 0 0 0 0 0 3 0 0 0 4 0 0 0 6 0 0 0 0 4 0 0 3 0 0 0 0 0 0 0 5 0 0 0 6 0 0 0 1 4 17 8 13 6 4 26 0 18 8 0 17 0 4 26 6 12 8 18 26 9 4 1 13 8 11 26 17 8 6 0 12 0 26 0
252.06/238.72	v       </values>
252.06/238.72	v     </instantiation>
252.06/238.73	s SATISFIABLE

Verifier Data

OK	44

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 (9899 MiB free)
  memory of node 1: 16384 MiB (14045 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302298-1532896794/watcher-4302298-1532896794 -o /tmp/evaluation-result-4302298-1532896794/solver-4302298-1532896794 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532893235-14550 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=1127549273 HOME/instance-4302298-1532896794.xml 

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

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

solver pid=19782, runsolver pid=19779

[startup+0.100107 s]*
/proc/loadavg: 3.27 2.34 2.01 3/206 19839
/proc/meminfo: memFree=24514200/32770624 swapFree=67108436/67108860
[pid=19782] ppid=19779 vsize=10005480 memory=16908 CPUtime=0.09 cores=1,3,5,7
/proc/19782/stat : 19782 (java) S 19779 19782 9814 0 -1 1077944320 4401 12855 0 0 1 0 5 3 20 0 6 0 107242595 10245611520 4227 33554432000 4194304 4196468 140721698964608 140721698947152 139973763645175 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
/proc/19782/statm: 2501370 4227 1935 1 0 2489808 0
[pid=19782/tid=19835] ppid=19779 vsize=10005480 memory=4279135704047060621 CPUtime=0.09 cores=1,3,5,7
/proc/19782/task/19835/stat : 19835 (java) R 19779 19782 9814 0 -1 4202560 2232 12855 0 0 1 0 5 3 20 0 6 0 107242604 10245611520 4293 33554432000 4194304 4196468 140721698964608 139973735481936 139973747725692 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19836] ppid=19779 vsize=10005480 memory=8257237230052613020 CPUtime=0.08 cores=1,3,5,7
/proc/19782/task/19836/stat : 19836 (java) S 19779 19782 9814 0 -1 1077944384 1 12855 0 0 0 0 5 3 20 0 6 0 107242605 10245611520 4293 33554432000 4194304 4196468 140721698964608 139973767887248 139973763655381 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19837] ppid=19779 vsize=10005480 memory=140500327306880 CPUtime=0.08 cores=1,3,5,7
/proc/19782/task/19837/stat : 19837 (java) S 19779 19782 9814 0 -1 1077944384 1 12855 0 0 0 0 5 3 20 0 6 0 107242605 10245611520 4293 33554432000 4194304 4196468 140721698964608 139973303806224 139973763655381 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19838] ppid=19779 vsize=10005480 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19782/task/19838/stat : 19838 (java) S 19779 19782 9814 0 -1 1077944384 1 12855 0 0 0 0 5 3 20 0 6 0 107242605 10245611520 4293 33554432000 4194304 4196468 140721698964608 139973302753936 139973763655381 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19839] ppid=19779 vsize=10005480 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/19782/task/19839/stat : 19839 (java) S 19779 19782 9814 0 -1 1077944384 2 12855 0 0 0 0 5 3 20 0 6 0 107242605 10245611520 4293 33554432000 4194304 4196468 140721698964608 139973301701136 139973763655381 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16908 KiB

[startup+0.209926 s]*
/proc/loadavg: 3.27 2.34 2.01 3/215 19848
/proc/meminfo: memFree=24486824/32770624 swapFree=67108436/67108860
[pid=19782] ppid=19779 vsize=10982696 memory=44832 CPUtime=0.26 cores=1,3,5,7
/proc/19782/stat : 19782 (java) S 19779 19782 9814 0 -1 1077944320 8612 12855 0 0 17 1 5 3 20 0 15 0 107242595 11246280704 11208 33554432000 4194304 4196468 140721698964608 140721698947152 139973763645175 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
/proc/19782/statm: 2745674 11208 2926 1 0 2708109 0
[pid=19782/tid=19835] ppid=19779 vsize=10982696 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/19782/task/19835/stat : 19835 (java) R 19779 19782 9814 0 -1 4202560 5135 12855 0 0 11 1 5 3 20 0 15 0 107242604 11246280704 11208 33554432000 4194304 4196468 140721698964608 139973735442832 139973745208750 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19836] ppid=19779 vsize=10982696 memory=345 CPUtime=0.08 cores=1,3,5,7
/proc/19782/task/19836/stat : 19836 (java) S 19779 19782 9814 0 -1 1077944384 1 12855 0 0 0 0 5 3 20 0 15 0 107242605 11246280704 11208 33554432000 4194304 4196468 140721698964608 139973767887248 139973763655381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19837] ppid=19779 vsize=10982696 memory=140500327325941 CPUtime=0.08 cores=1,3,5,7
/proc/19782/task/19837/stat : 19837 (java) S 19779 19782 9814 0 -1 1077944384 1 12855 0 0 0 0 5 3 20 0 15 0 107242605 11246280704 11208 33554432000 4194304 4196468 140721698964608 139973303806224 139973763655381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19838] ppid=19779 vsize=10982696 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19782/task/19838/stat : 19838 (java) S 19779 19782 9814 0 -1 1077944384 1 12855 0 0 0 0 5 3 20 0 15 0 107242605 11246280704 11208 33554432000 4194304 4196468 140721698964608 139973302753936 139973763655381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19839] ppid=19779 vsize=10982696 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/19782/task/19839/stat : 19839 (java) S 19779 19782 9814 0 -1 1077944384 2 12855 0 0 0 0 5 3 20 0 15 0 107242605 11246280704 11208 33554432000 4194304 4196468 140721698964608 139973301701136 139973763655381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19840] ppid=19779 vsize=10982696 memory=140500327306880 CPUtime=0.08 cores=1,3,5,7
/proc/19782/task/19840/stat : 19840 (java) S 19779 19782 9814 0 -1 1077944384 2 12855 0 0 0 0 5 3 20 0 15 0 107242606 11246280704 11208 33554432000 4194304 4196468 140721698964608 139973256751728 139973763656322 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19841] ppid=19779 vsize=10982696 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/19782/task/19841/stat : 19841 (java) S 19779 19782 9814 0 -1 1077944384 13 12855 0 0 0 0 5 3 20 0 15 0 107242607 11246280704 11208 33554432000 4194304 4196468 140721698964608 139972581516576 139973763655381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19842] ppid=19779 vsize=10982696 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19782/task/19842/stat : 19842 (java) S 19779 19782 9814 0 -1 1077944384 1 12855 0 0 0 0 5 3 20 0 15 0 107242607 11246280704 11208 33554432000 4194304 4196468 140721698964608 139972380190320 139973763655381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19843] ppid=19779 vsize=10982696 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19782/task/19843/stat : 19843 (java) S 19779 19782 9814 0 -1 1077944384 3 12855 0 0 0 0 5 3 20 0 15 0 107242610 11246280704 11208 33554432000 4194304 4196468 140721698964608 139972072790608 139973763663771 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19844] ppid=19779 vsize=10982696 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/19782/task/19844/stat : 19844 (java) S 19779 19782 9814 0 -1 1077944384 443 12855 0 0 1 0 5 3 20 0 15 0 107242610 11246280704 11208 33554432000 4194304 4196468 140721698964608 139973255698544 139973763656322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19845] ppid=19779 vsize=10982696 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/19782/task/19845/stat : 19845 (java) S 19779 19782 9814 0 -1 1077944384 185 12855 0 0 1 0 5 3 20 0 15 0 107242610 11246280704 11208 33554432000 4194304 4196468 140721698964608 139973254645744 139973763656322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19846] ppid=19779 vsize=10982696 memory=140500327306880 CPUtime=0.11 cores=1,3,5,7
/proc/19782/task/19846/stat : 19846 (java) S 19779 19782 9814 0 -1 1077944384 629 12855 0 0 3 0 5 3 20 0 15 0 107242610 11246280704 11208 33554432000 4194304 4196468 140721698964608 139973185497456 139973763656322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19847] ppid=19779 vsize=10982696 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/19782/task/19847/stat : 19847 (java) S 19779 19782 9814 0 -1 1077944384 3 12855 0 0 0 0 5 3 20 0 15 0 107242610 11246280704 11208 33554432000 4194304 4196468 140721698964608 139971641993696 139973763655381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19848] ppid=19779 vsize=10982696 memory=140500327306880 CPUtime=0.08 cores=1,3,5,7
/proc/19782/task/19848/stat : 19848 (java) S 19779 19782 9814 0 -1 1077944384 1 12855 0 0 0 0 5 3 20 0 15 0 107242610 11246280704 11208 33554432000 4194304 4196468 140721698964608 139973184445360 139973763656322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982696 KiB
Current children cumulated memory: 44832 KiB

[startup+0.310396 s]*
/proc/loadavg: 3.27 2.34 2.01 3/215 19848
/proc/meminfo: memFree=24478636/32770624 swapFree=67108436/67108860
[pid=19782] ppid=19779 vsize=10983192 memory=56160 CPUtime=0.39 cores=1,3,5,7
/proc/19782/stat : 19782 (java) S 19779 19782 9814 0 -1 1077944320 10630 12855 0 0 29 2 5 3 20 0 15 0 107242595 11246788608 14040 33554432000 4194304 4196468 140721698964608 140721698947152 139973763645175 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
/proc/19782/statm: 2745798 14040 3058 1 0 2708109 0
[pid=19782/tid=19835] ppid=19779 vsize=10983192 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/19782/task/19835/stat : 19835 (java) R 19779 19782 9814 0 -1 4202560 7147 12855 0 0 20 1 5 3 20 0 15 0 107242604 11246788608 14040 33554432000 4194304 4196468 140721698964608 139973735457184 139973743920478 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19836] ppid=19779 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19782/task/19836/stat : 19836 (java) S 19779 19782 9814 0 -1 1077944384 1 12855 0 0 0 0 5 3 20 0 15 0 107242605 11246788608 14040 33554432000 4194304 4196468 140721698964608 139973767887248 139973763655381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19837] ppid=19779 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19782/task/19837/stat : 19837 (java) S 19779 19782 9814 0 -1 1077944384 1 12855 0 0 0 0 5 3 20 0 15 0 107242605 11246788608 14040 33554432000 4194304 4196468 140721698964608 139973303806224 139973763655381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19838] ppid=19779 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19782/task/19838/stat : 19838 (java) S 19779 19782 9814 0 -1 1077944384 1 12855 0 0 0 0 5 3 20 0 15 0 107242605 11246788608 14040 33554432000 4194304 4196468 140721698964608 139973302753936 139973763655381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19839] ppid=19779 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19782/task/19839/stat : 19839 (java) S 19779 19782 9814 0 -1 1077944384 2 12855 0 0 0 0 5 3 20 0 15 0 107242605 11246788608 14040 33554432000 4194304 4196468 140721698964608 139973301701136 139973763655381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19840] ppid=19779 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19782/task/19840/stat : 19840 (java) S 19779 19782 9814 0 -1 1077944384 2 12855 0 0 0 0 5 3 20 0 15 0 107242606 11246788608 14040 33554432000 4194304 4196468 140721698964608 139973256751728 139973763656322 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19841] ppid=19779 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/19782/task/19841/stat : 19841 (java) S 19779 19782 9814 0 -1 1077944384 13 12855 0 0 0 0 5 3 20 0 15 0 107242607 11246788608 14040 33554432000 4194304 4196468 140721698964608 139972581516576 139973763655381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19842] ppid=19779 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19782/task/19842/stat : 19842 (java) S 19779 19782 9814 0 -1 1077944384 1 12855 0 0 0 0 5 3 20 0 15 0 107242607 11246788608 14040 33554432000 4194304 4196468 140721698964608 139972380190320 139973763655381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19843] ppid=19779 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19782/task/19843/stat : 19843 (java) S 19779 19782 9814 0 -1 1077944384 3 12855 0 0 0 0 5 3 20 0 15 0 107242610 11246788608 14040 33554432000 4194304 4196468 140721698964608 139972072790608 139973763663771 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19844] ppid=19779 vsize=10983192 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/19782/task/19844/stat : 19844 (java) S 19779 19782 9814 0 -1 1077944384 443 12855 0 0 1 0 5 3 20 0 15 0 107242610 11246788608 14040 33554432000 4194304 4196468 140721698964608 139973255698544 139973763656322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19845] ppid=19779 vsize=10983192 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/19782/task/19845/stat : 19845 (java) S 19779 19782 9814 0 -1 1077944384 186 12855 0 0 1 0 5 3 20 0 15 0 107242610 11246788608 14040 33554432000 4194304 4196468 140721698964608 139973254645744 139973763656322 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19846] ppid=19779 vsize=10983192 memory=140500327306880 CPUtime=0.13 cores=1,3,5,7
/proc/19782/task/19846/stat : 19846 (java) S 19779 19782 9814 0 -1 1077944384 634 12855 0 0 5 0 5 3 20 0 15 0 107242610 11246788608 14040 33554432000 4194304 4196468 140721698964608 139973185497456 139973763656322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19847] ppid=19779 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/19782/task/19847/stat : 19847 (java) S 19779 19782 9814 0 -1 1077944384 3 12855 0 0 0 0 5 3 20 0 15 0 107242610 11246788608 14040 33554432000 4194304 4196468 140721698964608 139971641993696 139973763655381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19848] ppid=19779 vsize=10983192 memory=140500327306880 CPUtime=0.08 cores=1,3,5,7
/proc/19782/task/19848/stat : 19848 (java) S 19779 19782 9814 0 -1 1077944384 1 12855 0 0 0 0 5 3 20 0 15 0 107242610 11246788608 14040 33554432000 4194304 4196468 140721698964608 139973184445360 139973763656322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56160 KiB

[startup+0.700764 s]
/proc/loadavg: 3.27 2.34 2.01 3/215 19848
/proc/meminfo: memFree=24467100/32770624 swapFree=67108436/67108860
[pid=19782] ppid=19779 vsize=10983192 memory=89012 CPUtime=1 cores=1,3,5,7
/proc/19782/stat : 19782 (java) S 19779 19782 9814 0 -1 1077944320 16835 12855 0 0 88 4 5 3 20 0 15 0 107242595 11246788608 22253 33554432000 4194304 4196468 140721698964608 140721698947152 139973763645175 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
/proc/19782/statm: 2745798 22253 3243 1 0 2708109 0
[pid=19782/tid=19835] ppid=19779 vsize=10983192 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/19782/task/19835/stat : 19835 (java) R 19779 19782 9814 0 -1 4202560 12444 12855 0 0 57 2 5 3 20 0 15 0 107242604 11246788608 22253 33554432000 4194304 4196468 140721698964608 139973735466000 139973745208731 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19836] ppid=19779 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19782/task/19836/stat : 19836 (java) S 19779 19782 9814 0 -1 1077944384 1 12855 0 0 0 0 5 3 20 0 15 0 107242605 11246788608 22253 33554432000 4194304 4196468 140721698964608 139973767887248 139973763655381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19837] ppid=19779 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19782/task/19837/stat : 19837 (java) S 19779 19782 9814 0 -1 1077944384 1 12855 0 0 0 0 5 3 20 0 15 0 107242605 11246788608 22253 33554432000 4194304 4196468 140721698964608 139973303806224 139973763655381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19838] ppid=19779 vsize=10983192 memory=140500191556400 CPUtime=0.08 cores=1,3,5,7
/proc/19782/task/19838/stat : 19838 (java) S 19779 19782 9814 0 -1 1077944384 1 12855 0 0 0 0 5 3 20 0 15 0 107242605 11246788608 22253 33554432000 4194304 4196468 140721698964608 139973302753936 139973763655381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19839] ppid=19779 vsize=10983192 memory=140501265154649 CPUtime=0.08 cores=1,3,5,7
/proc/19782/task/19839/stat : 19839 (java) S 19779 19782 9814 0 -1 1077944384 2 12855 0 0 0 0 5 3 20 0 15 0 107242605 11246788608 22253 33554432000 4194304 4196468 140721698964608 139973301701136 139973763655381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19840] ppid=19779 vsize=10983192 memory=1388 CPUtime=0.08 cores=1,3,5,7
/proc/19782/task/19840/stat : 19840 (java) S 19779 19782 9814 0 -1 1077944384 5 12855 0 0 0 0 5 3 20 0 15 0 107242606 11246788608 22253 33554432000 4194304 4196468 140721698964608 139973256751728 139973763656322 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19841] ppid=19779 vsize=10983192 memory=4639098309541127525 CPUtime=0.08 cores=1,3,5,7
/proc/19782/task/19841/stat : 19841 (java) S 19779 19782 9814 0 -1 1077944384 13 12855 0 0 0 0 5 3 20 0 15 0 107242607 11246788608 22253 33554432000 4194304 4196468 140721698964608 139972581516576 139973763655381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19842] ppid=19779 vsize=10983192 memory=8027477668130812270 CPUtime=0.08 cores=1,3,5,7
/proc/19782/task/19842/stat : 19842 (java) S 19779 19782 9814 0 -1 1077944384 1 12855 0 0 0 0 5 3 20 0 15 0 107242607 11246788608 22253 33554432000 4194304 4196468 140721698964608 139972380190320 139973763655381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19843] ppid=19779 vsize=10983192 memory=17464 CPUtime=0.08 cores=1,3,5,7
/proc/19782/task/19843/stat : 19843 (java) S 19779 19782 9814 0 -1 1077944384 3 12855 0 0 0 0 5 3 20 0 15 0 107242610 11246788608 22253 33554432000 4194304 4196468 140721698964608 139972072790608 139973763663771 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19844] ppid=19779 vsize=10983192 memory=16148 CPUtime=0.15 cores=1,3,5,7
/proc/19782/task/19844/stat : 19844 (java) S 19779 19782 9814 0 -1 1077944384 728 12855 0 0 7 0 5 3 20 0 15 0 107242610 11246788608 22253 33554432000 4194304 4196468 140721698964608 139973255698544 139973763656322 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19845] ppid=19779 vsize=10983192 memory=4004 CPUtime=0.17 cores=1,3,5,7
/proc/19782/task/19845/stat : 19845 (java) S 19779 19782 9814 0 -1 1077944384 766 12855 0 0 9 0 5 3 20 0 15 0 107242610 11246788608 22253 33554432000 4194304 4196468 140721698964608 139973254645744 139973763656322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19846] ppid=19779 vsize=10983192 memory=636 CPUtime=0.21 cores=1,3,5,7
/proc/19782/task/19846/stat : 19846 (java) S 19779 19782 9814 0 -1 1077944384 674 12855 0 0 13 0 5 3 20 0 15 0 107242610 11246788608 22253 33554432000 4194304 4196468 140721698964608 139973185497456 139973763656322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19847] ppid=19779 vsize=10983192 memory=1780 CPUtime=0.08 cores=1,3,5,7
/proc/19782/task/19847/stat : 19847 (java) S 19779 19782 9814 0 -1 1077944384 3 12855 0 0 0 0 5 3 20 0 15 0 107242610 11246788608 22253 33554432000 4194304 4196468 140721698964608 139971641993696 139973763655381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19848] ppid=19779 vsize=10983192 memory=1236 CPUtime=0.08 cores=1,3,5,7
/proc/19782/task/19848/stat : 19848 (java) R 19779 19782 9814 0 -1 1077944384 1 12855 0 0 0 0 5 3 20 0 15 0 107242610 11246788608 22253 33554432000 4194304 4196468 140721698964608 139973184445360 139973763656322 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 89012 KiB

[startup+1.50125 s]
/proc/loadavg: 3.27 2.34 2.01 4/215 19848
/proc/meminfo: memFree=24420832/32770624 swapFree=67108436/67108860
[pid=19782] ppid=19779 vsize=10991948 memory=238324 CPUtime=2.95 cores=1,3,5,7
/proc/19782/stat : 19782 (java) S 19779 19782 9814 0 -1 1077944320 22326 12855 0 0 279 8 5 3 20 0 15 0 107242595 11255754752 59581 33554432000 4194304 4196468 140721698964608 140721698947152 139973763645175 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
/proc/19782/statm: 2747987 59581 3473 1 0 2709645 0
[pid=19782/tid=19835] ppid=19779 vsize=10991948 memory=65188 CPUtime=1.44 cores=1,3,5,7
/proc/19782/task/19835/stat : 19835 (java) R 19779 19782 9814 0 -1 4202560 15290 12855 0 0 131 5 5 3 20 0 15 0 107242604 11255754752 59581 33554432000 4194304 4196468 140721698964608 139973735455616 139973749338656 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19836] ppid=19779 vsize=10991948 memory=6791534058613427641 CPUtime=0.09 cores=1,3,5,7
/proc/19782/task/19836/stat : 19836 (java) S 19779 19782 9814 0 -1 1077944384 257 12855 0 0 1 0 5 3 20 0 15 0 107242605 11255754752 59581 33554432000 4194304 4196468 140721698964608 139973767887248 139973763655381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19837] ppid=19779 vsize=10991948 memory=281000383144096 CPUtime=0.08 cores=1,3,5,7
/proc/19782/task/19837/stat : 19837 (java) S 19779 19782 9814 0 -1 1077944384 2 12855 0 0 0 0 5 3 20 0 15 0 107242605 11255754752 59581 33554432000 4194304 4196468 140721698964608 139973303806224 139973763655381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19838] ppid=19779 vsize=10991948 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19782/task/19838/stat : 19838 (java) S 19779 19782 9814 0 -1 1077944384 2 12855 0 0 0 0 5 3 20 0 15 0 107242605 11255754752 59581 33554432000 4194304 4196468 140721698964608 139973302753936 139973763655381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19839] ppid=19779 vsize=10991948 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/19782/task/19839/stat : 19839 (java) S 19779 19782 9814 0 -1 1077944384 95 12855 0 0 1 0 5 3 20 0 15 0 107242605 11255754752 59581 33554432000 4194304 4196468 140721698964608 139973301701136 139973763655381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19840] ppid=19779 vsize=10991948 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19782/task/19840/stat : 19840 (java) S 19779 19782 9814 0 -1 1077944384 95 12855 0 0 0 0 5 3 20 0 15 0 107242606 11255754752 59581 33554432000 4194304 4196468 140721698964608 139973256751728 139973763656322 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19841] ppid=19779 vsize=10991948 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19782/task/19841/stat : 19841 (java) S 19779 19782 9814 0 -1 1077944384 15 12855 0 0 0 0 5 3 20 0 15 0 107242607 11255754752 59581 33554432000 4194304 4196468 140721698964608 139972581516576 139973763655381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19842] ppid=19779 vsize=10991948 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19782/task/19842/stat : 19842 (java) S 19779 19782 9814 0 -1 1077944384 1 12855 0 0 0 0 5 3 20 0 15 0 107242607 11255754752 59581 33554432000 4194304 4196468 140721698964608 139972380190320 139973763655381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19843] ppid=19779 vsize=10991948 memory=-5921431000321636112 CPUtime=0.08 cores=1,3,5,7
/proc/19782/task/19843/stat : 19843 (java) S 19779 19782 9814 0 -1 1077944384 3 12855 0 0 0 0 5 3 20 0 15 0 107242610 11255754752 59581 33554432000 4194304 4196468 140721698964608 139972072790608 139973763663771 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19844] ppid=19779 vsize=10991948 memory=0 CPUtime=0.6 cores=1,3,5,7
/proc/19782/task/19844/stat : 19844 (java) S 19779 19782 9814 0 -1 1077944384 1446 12855 0 0 52 0 5 3 20 0 15 0 107242610 11255754752 59581 33554432000 4194304 4196468 140721698964608 139973255698544 139973763656322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19845] ppid=19779 vsize=10991948 memory=0 CPUtime=0.62 cores=1,3,5,7
/proc/19782/task/19845/stat : 19845 (java) S 19779 19782 9814 0 -1 1077944384 1575 12855 0 0 54 0 5 3 20 0 15 0 107242610 11255754752 59581 33554432000 4194304 4196468 140721698964608 139973254645744 139973763656322 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19846] ppid=19779 vsize=10991948 memory=6791534058613427641 CPUtime=0.44 cores=1,3,5,7
/proc/19782/task/19846/stat : 19846 (java) S 19779 19782 9814 0 -1 1077944384 1349 12855 0 0 36 0 5 3 20 0 15 0 107242610 11255754752 59581 33554432000 4194304 4196468 140721698964608 139973185497456 139973763656322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19847] ppid=19779 vsize=10991948 memory=4638778398332698720 CPUtime=0.08 cores=1,3,5,7
/proc/19782/task/19847/stat : 19847 (java) S 19779 19782 9814 0 -1 1077944384 3 12855 0 0 0 0 5 3 20 0 15 0 107242610 11255754752 59581 33554432000 4194304 4196468 140721698964608 139971641993696 139973763655381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19848] ppid=19779 vsize=10991948 memory=281000383388544 CPUtime=0.08 cores=1,3,5,7
/proc/19782/task/19848/stat : 19848 (java) S 19779 19782 9814 0 -1 1077944384 1 12855 0 0 0 0 5 3 20 0 15 0 107242610 11255754752 59581 33554432000 4194304 4196468 140721698964608 139973184445360 139973763656322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
Current children cumulated CPU time: 2.95 s
Current children cumulated vsize: 10991948 KiB

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

/proc/19782/task/19835/stat : 19835 (java) R 19779 19782 9814 0 -1 4202560 66508 12855 0 0 16107 51 5 3 20 0 15 0 107242604 11345952768 678517 33554432000 4194304 4196468 140721698964608 139973734468688 139973348178624 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19836] ppid=19779 vsize=11080032 memory=2732024 CPUtime=0.49 cores=1,3,5,7
/proc/19782/task/19836/stat : 19836 (java) S 19779 19782 9814 0 -1 1077944384 2950 12855 0 0 33 8 5 3 20 0 15 0 107242605 11345952768 678517 33554432000 4194304 4196468 140721698964608 139973767887248 139973763655381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19837] ppid=19779 vsize=11080032 memory=3472328296227679313 CPUtime=0.49 cores=1,3,5,7
/proc/19782/task/19837/stat : 19837 (java) S 19779 19782 9814 0 -1 1077944384 1818 12855 0 0 32 9 5 3 20 0 15 0 107242605 11345952768 678517 33554432000 4194304 4196468 140721698964608 139973303806224 139973763655381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19838] ppid=19779 vsize=11080032 memory=2732024 CPUtime=0.47 cores=1,3,5,7
/proc/19782/task/19838/stat : 19838 (java) S 19779 19782 9814 0 -1 1077944384 2289 12855 0 0 30 9 5 3 20 0 15 0 107242605 11345952768 678517 33554432000 4194304 4196468 140721698964608 139973302753936 139973763655381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19839] ppid=19779 vsize=11080032 memory=2714068 CPUtime=0.51 cores=1,3,5,7
/proc/19782/task/19839/stat : 19839 (java) S 19779 19782 9814 0 -1 1077944384 735 12855 0 0 33 10 5 3 20 0 15 0 107242605 11345952768 678517 33554432000 4194304 4196468 140721698964608 139973301701136 139973763655381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19840] ppid=19779 vsize=11080032 memory=2714068 CPUtime=0.21 cores=1,3,5,7
/proc/19782/task/19840/stat : 19840 (java) S 19779 19782 9814 0 -1 1077944384 4732 12855 0 0 12 1 5 3 20 0 15 0 107242606 11345952768 678517 33554432000 4194304 4196468 140721698964608 139973256751728 139973763656322 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19841] ppid=19779 vsize=11080032 memory=2714068 CPUtime=0.08 cores=1,3,5,7
/proc/19782/task/19841/stat : 19841 (java) S 19779 19782 9814 0 -1 1077944384 33 12855 0 0 0 0 5 3 20 0 15 0 107242607 11345952768 678517 33554432000 4194304 4196468 140721698964608 139972581516640 139973763655381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19842] ppid=19779 vsize=11080032 memory=2714068 CPUtime=0.08 cores=1,3,5,7
/proc/19782/task/19842/stat : 19842 (java) S 19779 19782 9814 0 -1 1077944384 9 12855 0 0 0 0 5 3 20 0 15 0 107242607 11345952768 678517 33554432000 4194304 4196468 140721698964608 139972380190336 139973763655381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19843] ppid=19779 vsize=11080032 memory=2752544 CPUtime=0.08 cores=1,3,5,7
/proc/19782/task/19843/stat : 19843 (java) S 19779 19782 9814 0 -1 1077944384 3 12855 0 0 0 0 5 3 20 0 15 0 107242610 11345952768 678517 33554432000 4194304 4196468 140721698964608 139972072790608 139973763663771 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19844] ppid=19779 vsize=11080032 memory=2752544 CPUtime=4.76 cores=1,3,5,7
/proc/19782/task/19844/stat : 19844 (java) S 19779 19782 9814 0 -1 1077944384 14328 12855 0 0 464 4 5 3 20 0 15 0 107242610 11345952768 678517 33554432000 4194304 4196468 140721698964608 139973255698544 139973763656322 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19845] ppid=19779 vsize=11080032 memory=2714068 CPUtime=5.1 cores=1,3,5,7
/proc/19782/task/19845/stat : 19845 (java) S 19779 19782 9814 0 -1 1077944384 18649 12855 0 0 497 5 5 3 20 0 15 0 107242610 11345952768 678517 33554432000 4194304 4196468 140721698964608 139973254645744 139973763656322 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19846] ppid=19779 vsize=11080032 memory=2714068 CPUtime=1.94 cores=1,3,5,7
/proc/19782/task/19846/stat : 19846 (java) S 19779 19782 9814 0 -1 1077944384 15069 12855 0 0 183 3 5 3 20 0 15 0 107242610 11345952768 678517 33554432000 4194304 4196468 140721698964608 139973185497456 139973763656322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19847] ppid=19779 vsize=11080032 memory=2714068 CPUtime=0.08 cores=1,3,5,7
/proc/19782/task/19847/stat : 19847 (java) S 19779 19782 9814 0 -1 1077944384 3 12855 0 0 0 0 5 3 20 0 15 0 107242610 11345952768 678517 33554432000 4194304 4196468 140721698964608 139971641993696 139973763655381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19848] ppid=19779 vsize=11080032 memory=872 CPUtime=0.18 cores=1,3,5,7
/proc/19782/task/19848/stat : 19848 (java) S 19779 19782 9814 0 -1 1077944384 1107 12855 0 0 4 6 5 3 20 0 15 0 107242610 11345952768 678517 33554432000 4194304 4196468 140721698964608 139973184445360 139973763656322 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
Current children cumulated CPU time: 175.21 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 2714068 KiB

[startup+222.301 s]
/proc/loadavg: 1.89 2.08 1.97 3/215 20116
/proc/meminfo: memFree=24748172/32770624 swapFree=67108436/67108860
[pid=19782] ppid=19779 vsize=11080032 memory=2615740 CPUtime=235.45 cores=1,3,5,7
/proc/19782/stat : 19782 (java) S 19779 19782 9814 0 -1 1077944320 141161 12855 0 0 23425 112 5 3 20 0 15 0 107242595 11345952768 653935 33554432000 4194304 4196468 140721698964608 140721698947152 139973763645175 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
/proc/19782/statm: 2770008 653935 3526 1 0 2731661 0
[pid=19782/tid=19835] ppid=19779 vsize=11080032 memory=2616740 CPUtime=221.54 cores=1,3,5,7
/proc/19782/task/19835/stat : 19835 (java) R 19779 19782 9814 0 -1 4202560 69928 12855 0 0 22094 52 5 3 20 0 15 0 107242604 11345952768 653935 33554432000 4194304 4196468 140721698964608 139973734796720 139973348223311 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19836] ppid=19779 vsize=11080032 memory=2618276 CPUtime=0.54 cores=1,3,5,7
/proc/19782/task/19836/stat : 19836 (java) S 19779 19782 9814 0 -1 1077944384 4211 12855 0 0 38 8 5 3 20 0 15 0 107242605 11345952768 653935 33554432000 4194304 4196468 140721698964608 139973767887248 139973763655381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19837] ppid=19779 vsize=11080032 memory=2616768 CPUtime=0.56 cores=1,3,5,7
/proc/19782/task/19837/stat : 19837 (java) S 19779 19782 9814 0 -1 1077944384 1967 12855 0 0 38 10 5 3 20 0 15 0 107242605 11345952768 653935 33554432000 4194304 4196468 140721698964608 139973303806224 139973763655381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19838] ppid=19779 vsize=11080032 memory=2615740 CPUtime=0.54 cores=1,3,5,7
/proc/19782/task/19838/stat : 19838 (java) S 19779 19782 9814 0 -1 1077944384 2934 12855 0 0 37 9 5 3 20 0 15 0 107242605 11345952768 653935 33554432000 4194304 4196468 140721698964608 139973302753936 139973763655381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19839] ppid=19779 vsize=11080032 memory=2623840 CPUtime=0.58 cores=1,3,5,7
/proc/19782/task/19839/stat : 19839 (java) S 19779 19782 9814 0 -1 1077944384 818 12855 0 0 40 10 5 3 20 0 15 0 107242605 11345952768 653935 33554432000 4194304 4196468 140721698964608 139973301701136 139973763655381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19840] ppid=19779 vsize=11080032 memory=2616768 CPUtime=0.26 cores=1,3,5,7
/proc/19782/task/19840/stat : 19840 (java) S 19779 19782 9814 0 -1 1077944384 5062 12855 0 0 16 2 5 3 20 0 15 0 107242606 11345952768 653935 33554432000 4194304 4196468 140721698964608 139973256751728 139973763656322 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19841] ppid=19779 vsize=11080032 memory=44 CPUtime=0.08 cores=1,3,5,7
/proc/19782/task/19841/stat : 19841 (java) S 19779 19782 9814 0 -1 1077944384 33 12855 0 0 0 0 5 3 20 0 15 0 107242607 11345952768 653935 33554432000 4194304 4196468 140721698964608 139972581516640 139973763655381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19842] ppid=19779 vsize=11080032 memory=2616768 CPUtime=0.08 cores=1,3,5,7
/proc/19782/task/19842/stat : 19842 (java) S 19779 19782 9814 0 -1 1077944384 9 12855 0 0 0 0 5 3 20 0 15 0 107242607 11345952768 653935 33554432000 4194304 4196468 140721698964608 139972380190336 139973763655381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19843] ppid=19779 vsize=11080032 memory=2616768 CPUtime=0.08 cores=1,3,5,7
/proc/19782/task/19843/stat : 19843 (java) S 19779 19782 9814 0 -1 1077944384 3 12855 0 0 0 0 5 3 20 0 15 0 107242610 11345952768 653935 33554432000 4194304 4196468 140721698964608 139972072790608 139973763663771 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19844] ppid=19779 vsize=11080032 memory=469 CPUtime=4.77 cores=1,3,5,7
/proc/19782/task/19844/stat : 19844 (java) S 19779 19782 9814 0 -1 1077944384 15242 12855 0 0 465 4 5 3 20 0 15 0 107242610 11345952768 653935 33554432000 4194304 4196468 140721698964608 139973255698544 139973763656322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19845] ppid=19779 vsize=11080032 memory=504 CPUtime=5.12 cores=1,3,5,7
/proc/19782/task/19845/stat : 19845 (java) S 19779 19782 9814 0 -1 1077944384 20457 12855 0 0 499 5 5 3 20 0 15 0 107242610 11345952768 653935 33554432000 4194304 4196468 140721698964608 139973254645744 139973763656322 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19846] ppid=19779 vsize=11080032 memory=30584 CPUtime=1.95 cores=1,3,5,7
/proc/19782/task/19846/stat : 19846 (java) S 19779 19782 9814 0 -1 1077944384 17161 12855 0 0 184 3 5 3 20 0 15 0 107242610 11345952768 653935 33554432000 4194304 4196468 140721698964608 139973185497456 139973763656322 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19847] ppid=19779 vsize=11080032 memory=1296 CPUtime=0.08 cores=1,3,5,7
/proc/19782/task/19847/stat : 19847 (java) S 19779 19782 9814 0 -1 1077944384 3 12855 0 0 0 0 5 3 20 0 15 0 107242610 11345952768 653935 33554432000 4194304 4196468 140721698964608 139971641993696 139973763655381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19848] ppid=19779 vsize=11080032 memory=2616768 CPUtime=0.22 cores=1,3,5,7
/proc/19782/task/19848/stat : 19848 (java) S 19779 19782 9814 0 -1 1077944384 1141 12855 0 0 6 8 5 3 20 0 15 0 107242610 11345952768 653935 33554432000 4194304 4196468 140721698964608 139973184445360 139973763656322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
Current children cumulated CPU time: 235.45 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 2615740 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+238.701 s]
/proc/loadavg: 1.84 2.06 1.97 3/215 20116
/proc/meminfo: memFree=23571340/32770624 swapFree=67108436/67108860
[pid=19782] ppid=19779 vsize=11080032 memory=2608792 CPUtime=252.06 cores=1,3,5,7
/proc/19782/stat : 19782 (java) S 19779 19782 9814 0 -1 1077944320 148365 12855 0 0 25085 113 5 3 20 0 15 0 107242595 11345952768 652198 33554432000 4194304 4196468 140721698964608 140721698947152 139973763645175 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
/proc/19782/statm: 2770008 652198 3526 1 0 2731661 0
[pid=19782/tid=19835] ppid=19779 vsize=11080032 memory=2608792 CPUtime=237.86 cores=1,3,5,7
/proc/19782/task/19835/stat : 19835 (java) R 19779 19782 9814 0 -1 4202560 71358 12855 0 0 23726 52 5 3 20 0 15 0 107242604 11345952768 652198 33554432000 4194304 4196468 140721698964608 139973733492784 139973348178923 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19836] ppid=19779 vsize=11080032 memory=2610844 CPUtime=0.59 cores=1,3,5,7
/proc/19782/task/19836/stat : 19836 (java) S 19779 19782 9814 0 -1 1077944384 4467 12855 0 0 42 9 5 3 20 0 15 0 107242605 11345952768 652198 33554432000 4194304 4196468 140721698964608 139973767887248 139973763655381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19837] ppid=19779 vsize=11080032 memory=2608792 CPUtime=0.6 cores=1,3,5,7
/proc/19782/task/19837/stat : 19837 (java) S 19779 19782 9814 0 -1 1077944384 2069 12855 0 0 42 10 5 3 20 0 15 0 107242605 11345952768 652198 33554432000 4194304 4196468 140721698964608 139973303806224 139973763655381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19838] ppid=19779 vsize=11080032 memory=16148 CPUtime=0.58 cores=1,3,5,7
/proc/19782/task/19838/stat : 19838 (java) S 19779 19782 9814 0 -1 1077944384 4011 12855 0 0 41 9 5 3 20 0 15 0 107242605 11345952768 652198 33554432000 4194304 4196468 140721698964608 139973302753936 139973763655381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19839] ppid=19779 vsize=11080032 memory=0 CPUtime=0.62 cores=1,3,5,7
/proc/19782/task/19839/stat : 19839 (java) S 19779 19782 9814 0 -1 1077944384 1479 12855 0 0 44 10 5 3 20 0 15 0 107242605 11345952768 652198 33554432000 4194304 4196468 140721698964608 139973301701136 139973763655381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19840] ppid=19779 vsize=11080032 memory=2609304 CPUtime=0.29 cores=1,3,5,7
/proc/19782/task/19840/stat : 19840 (java) S 19779 19782 9814 0 -1 1077944384 5401 12855 0 0 19 2 5 3 20 0 15 0 107242606 11345952768 652198 33554432000 4194304 4196468 140721698964608 139973256751728 139973763656322 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19841] ppid=19779 vsize=11080032 memory=2609304 CPUtime=0.08 cores=1,3,5,7
/proc/19782/task/19841/stat : 19841 (java) S 19779 19782 9814 0 -1 1077944384 33 12855 0 0 0 0 5 3 20 0 15 0 107242607 11345952768 652198 33554432000 4194304 4196468 140721698964608 139972581516640 139973763655381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19842] ppid=19779 vsize=11080032 memory=636 CPUtime=0.08 cores=1,3,5,7
/proc/19782/task/19842/stat : 19842 (java) S 19779 19782 9814 0 -1 1077944384 9 12855 0 0 0 0 5 3 20 0 15 0 107242607 11345952768 652198 33554432000 4194304 4196468 140721698964608 139972380190336 139973763655381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19843] ppid=19779 vsize=11080032 memory=2629484 CPUtime=0.08 cores=1,3,5,7
/proc/19782/task/19843/stat : 19843 (java) S 19779 19782 9814 0 -1 1077944384 3 12855 0 0 0 0 5 3 20 0 15 0 107242610 11345952768 652198 33554432000 4194304 4196468 140721698964608 139972072790608 139973763663771 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19844] ppid=19779 vsize=11080032 memory=2609304 CPUtime=4.78 cores=1,3,5,7
/proc/19782/task/19844/stat : 19844 (java) S 19779 19782 9814 0 -1 1077944384 15519 12855 0 0 466 4 5 3 20 0 15 0 107242610 11345952768 652198 33554432000 4194304 4196468 140721698964608 139973255698544 139973763656322 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19845] ppid=19779 vsize=11080032 memory=17468 CPUtime=5.17 cores=1,3,5,7
/proc/19782/task/19845/stat : 19845 (java) S 19779 19782 9814 0 -1 1077944384 23223 12855 0 0 504 5 5 3 20 0 15 0 107242610 11345952768 652198 33554432000 4194304 4196468 140721698964608 139973254645744 139973763656322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19846] ppid=19779 vsize=11080032 memory=2609816 CPUtime=1.95 cores=1,3,5,7
/proc/19782/task/19846/stat : 19846 (java) S 19779 19782 9814 0 -1 1077944384 17423 12855 0 0 184 3 5 3 20 0 15 0 107242610 11345952768 652198 33554432000 4194304 4196468 140721698964608 139973185497456 139973763656322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19847] ppid=19779 vsize=11080032 memory=2610328 CPUtime=0.08 cores=1,3,5,7
/proc/19782/task/19847/stat : 19847 (java) S 19779 19782 9814 0 -1 1077944384 3 12855 0 0 0 0 5 3 20 0 15 0 107242610 11345952768 652198 33554432000 4194304 4196468 140721698964608 139971641993696 139973763655381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19848] ppid=19779 vsize=11080032 memory=2610844 CPUtime=0.23 cores=1,3,5,7
/proc/19782/task/19848/stat : 19848 (java) S 19779 19782 9814 0 -1 1077944384 1175 12855 0 0 7 8 5 3 20 0 15 0 107242610 11345952768 652198 33554432000 4194304 4196468 140721698964608 139973184445360 139973763656322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
Current children cumulated CPU time: 252.06 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 2608792 KiB

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

[startup+238.763 s]
# the end of solver process 19782 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=250.934 s, system=1.19508 s

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

[startup+238.701 s]
/proc/loadavg: 1.84 2.06 1.97 3/215 20116
/proc/meminfo: memFree=23571340/32770624 swapFree=67108436/67108860
[pid=19782] ppid=19779 vsize=11080032 memory=2608792 CPUtime=252.06 cores=1,3,5,7
/proc/19782/stat : 19782 (java) S 19779 19782 9814 0 -1 1077944320 148365 12855 0 0 25085 113 5 3 20 0 15 0 107242595 11345952768 652198 33554432000 4194304 4196468 140721698964608 140721698947152 139973763645175 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
/proc/19782/statm: 2770008 652198 3526 1 0 2731661 0
[pid=19782/tid=19835] ppid=19779 vsize=11080032 memory=2608792 CPUtime=237.86 cores=1,3,5,7
/proc/19782/task/19835/stat : 19835 (java) R 19779 19782 9814 0 -1 4202560 71358 12855 0 0 23726 52 5 3 20 0 15 0 107242604 11345952768 652198 33554432000 4194304 4196468 140721698964608 139973733492784 139973348178923 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19836] ppid=19779 vsize=11080032 memory=2610844 CPUtime=0.59 cores=1,3,5,7
/proc/19782/task/19836/stat : 19836 (java) S 19779 19782 9814 0 -1 1077944384 4467 12855 0 0 42 9 5 3 20 0 15 0 107242605 11345952768 652198 33554432000 4194304 4196468 140721698964608 139973767887248 139973763655381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19837] ppid=19779 vsize=11080032 memory=2608792 CPUtime=0.6 cores=1,3,5,7
/proc/19782/task/19837/stat : 19837 (java) S 19779 19782 9814 0 -1 1077944384 2069 12855 0 0 42 10 5 3 20 0 15 0 107242605 11345952768 652198 33554432000 4194304 4196468 140721698964608 139973303806224 139973763655381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19838] ppid=19779 vsize=11080032 memory=16148 CPUtime=0.58 cores=1,3,5,7
/proc/19782/task/19838/stat : 19838 (java) S 19779 19782 9814 0 -1 1077944384 4011 12855 0 0 41 9 5 3 20 0 15 0 107242605 11345952768 652198 33554432000 4194304 4196468 140721698964608 139973302753936 139973763655381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19839] ppid=19779 vsize=11080032 memory=0 CPUtime=0.62 cores=1,3,5,7
/proc/19782/task/19839/stat : 19839 (java) S 19779 19782 9814 0 -1 1077944384 1479 12855 0 0 44 10 5 3 20 0 15 0 107242605 11345952768 652198 33554432000 4194304 4196468 140721698964608 139973301701136 139973763655381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19840] ppid=19779 vsize=11080032 memory=2609304 CPUtime=0.29 cores=1,3,5,7
/proc/19782/task/19840/stat : 19840 (java) S 19779 19782 9814 0 -1 1077944384 5401 12855 0 0 19 2 5 3 20 0 15 0 107242606 11345952768 652198 33554432000 4194304 4196468 140721698964608 139973256751728 139973763656322 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19841] ppid=19779 vsize=11080032 memory=2609304 CPUtime=0.08 cores=1,3,5,7
/proc/19782/task/19841/stat : 19841 (java) S 19779 19782 9814 0 -1 1077944384 33 12855 0 0 0 0 5 3 20 0 15 0 107242607 11345952768 652198 33554432000 4194304 4196468 140721698964608 139972581516640 139973763655381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19842] ppid=19779 vsize=11080032 memory=636 CPUtime=0.08 cores=1,3,5,7
/proc/19782/task/19842/stat : 19842 (java) S 19779 19782 9814 0 -1 1077944384 9 12855 0 0 0 0 5 3 20 0 15 0 107242607 11345952768 652198 33554432000 4194304 4196468 140721698964608 139972380190336 139973763655381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19843] ppid=19779 vsize=11080032 memory=2629484 CPUtime=0.08 cores=1,3,5,7
/proc/19782/task/19843/stat : 19843 (java) S 19779 19782 9814 0 -1 1077944384 3 12855 0 0 0 0 5 3 20 0 15 0 107242610 11345952768 652198 33554432000 4194304 4196468 140721698964608 139972072790608 139973763663771 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19844] ppid=19779 vsize=11080032 memory=2609304 CPUtime=4.78 cores=1,3,5,7
/proc/19782/task/19844/stat : 19844 (java) S 19779 19782 9814 0 -1 1077944384 15519 12855 0 0 466 4 5 3 20 0 15 0 107242610 11345952768 652198 33554432000 4194304 4196468 140721698964608 139973255698544 139973763656322 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19845] ppid=19779 vsize=11080032 memory=17468 CPUtime=5.17 cores=1,3,5,7
/proc/19782/task/19845/stat : 19845 (java) S 19779 19782 9814 0 -1 1077944384 23223 12855 0 0 504 5 5 3 20 0 15 0 107242610 11345952768 652198 33554432000 4194304 4196468 140721698964608 139973254645744 139973763656322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19846] ppid=19779 vsize=11080032 memory=2609816 CPUtime=1.95 cores=1,3,5,7
/proc/19782/task/19846/stat : 19846 (java) S 19779 19782 9814 0 -1 1077944384 17423 12855 0 0 184 3 5 3 20 0 15 0 107242610 11345952768 652198 33554432000 4194304 4196468 140721698964608 139973185497456 139973763656322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19847] ppid=19779 vsize=11080032 memory=2610328 CPUtime=0.08 cores=1,3,5,7
/proc/19782/task/19847/stat : 19847 (java) S 19779 19782 9814 0 -1 1077944384 3 12855 0 0 0 0 5 3 20 0 15 0 107242610 11345952768 652198 33554432000 4194304 4196468 140721698964608 139971641993696 139973763655381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
[pid=19782/tid=19848] ppid=19779 vsize=11080032 memory=2610844 CPUtime=0.23 cores=1,3,5,7
/proc/19782/task/19848/stat : 19848 (java) S 19779 19782 9814 0 -1 1077944384 1175 12855 0 0 7 8 5 3 20 0 15 0 107242610 11345952768 652198 33554432000 4194304 4196468 140721698964608 139973184445360 139973763656322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 13668352 140721698970225 140721698973025 140721698973025 140721698975695 0
Current children cumulated CPU time: 252.06 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 2608792 KiB

Child status: 143
Real time (s): 238.763
CPU time (s): 252.129
CPU user time (s): 250.934
CPU system time (s): 1.19508
CPU usage (%): 105.598
Max. virtual memory (cumulated for all children) (KiB): 11080692
Max. memory (cumulated for all children) (KiB): 2952492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 250.934
system time used= 1.19508
maximum resident set size= 2952516
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 163343
page faults= 0
swaps= 0
block input operations= 0
block output operations= 464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15831
involuntary context switches= 248


# summary of solver processes directly reported to runsolver:
#   pid: 19782
#   total CPU time (s): 252.129
#   total CPU user time (s): 250.934
#   total CPU system time (s): 1.19508

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.52881 second user time and 2.30067 second system time

The end

Launcher Data

Begin job on node137 at 2018-07-29 22:39:54
IDJOB=4302298
IDBENCH=141313
IDSOLVER=2776
FILE ID=node137/4302298-1532896794
RUNJOBID= node137-1532893235-14550
PBS_JOBID= 21022513
Free space on /tmp= 48496 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-06-4-rom_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302298-1532896794/watcher-4302298-1532896794 -o /tmp/evaluation-result-4302298-1532896794/solver-4302298-1532896794 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532893235-14550 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=1127549273 HOME/instance-4302298-1532896794.xml

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

MD5SUM BENCH= 68fe1d73007454e14d4d429fadb25a11
RANDOM SEED=1127549273

node137.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.54
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.56
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.54
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.56
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.54
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.56
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.54
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        24519868 kB
MemAvailable:   28343980 kB
Buffers:          219688 kB
Cached:          3840512 kB
SwapCached:           32 kB
Active:          5396200 kB
Inactive:        2302108 kB
Active(anon):    3586184 kB
Inactive(anon):    79972 kB
Active(file):    1810016 kB
Inactive(file):  2222136 kB
Unevictable:        7424 kB
Mlocked:            7424 kB
SwapTotal:      67108860 kB
SwapFree:       67108436 kB
Dirty:             28828 kB
Writeback:             0 kB
AnonPages:       3645768 kB
Mapped:            55680 kB
Shmem:             25052 kB
Slab:             243852 kB
SReclaimable:     215588 kB
SUnreclaim:        28264 kB
KernelStack:        3568 kB
PageTables:        12356 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5002700 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3405824 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 48480 MiB
End job on node137 at 2018-07-29 22:43:53