Trace number 4302733

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.2-SuperNGSAT (TO)55 252.086 237.137

General information on the benchmark

NamePizzaVoucher/
PizzaVoucher-18a_c18.xml
MD5SUM3728d9c98e9ec51874bb5385faf79653
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark49
Best CPU time to get the best result obtained on this benchmark252.503
Satisfiable
(Un)Satisfiability was proved
Number of variables64
Number of constraints202
Number of domains19
Minimum domain size1
Maximum domain size29
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":35},{"size":3,"count":4},{"size":4,"count":3},{"size":5,"count":1},{"size":7,"count":1},{"size":29,"count":18}]
Minimum variable degree2
Maximum variable degree46
Distribution of variable degrees[{"degree":2,"count":46},{"degree":44,"count":9},{"degree":45,"count":4},{"degree":46,"count":5}]
Minimum constraint arity2
Maximum constraint arity19
Distribution of constraint arities[{"arity":2,"count":174},{"arity":19,"count":28}]
Number of extensional constraints0
Number of intensional constraints174
Distribution of constraint types[{"type":"intension","count":174},{"type":"count","count":28}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.98/0.73	c Concrete v3.9.2.1532736233296 running
17.58/8.48	o 62
17.77/8.59	o 61
18.67/9.00	o 60
20.30/10.15	o 58
57.65/46.18	o 57
74.98/62.92	o 55
252.03/237.10	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
252.03/237.10		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
252.03/237.10		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
252.03/237.10		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
252.03/237.10		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
252.03/237.10		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
252.03/237.10		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
252.03/237.10		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
252.03/237.10		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
252.03/237.10		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.03/237.10		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.03/237.10		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.03/237.10		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.03/237.10		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.03/237.10		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.03/237.10		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.03/237.10		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:109)
252.03/237.10		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
252.03/237.10		at scala.Option.map(Option.scala:146)
252.03/237.10		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
252.03/237.10		at concrete.MAC.mac(MAC.scala:203)
252.03/237.10		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
252.03/237.10		at scala.util.Try$.apply(Try.scala:209)
252.03/237.10		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.03/237.10		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.03/237.10		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.03/237.10		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.03/237.10		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
252.03/237.10		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.03/237.10		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.03/237.10		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.03/237.10		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.03/237.10		at concrete.MAC.oneRun(MAC.scala:253)
252.03/237.10		at concrete.MAC.nextSolution(MAC.scala:272)
252.03/237.10		at concrete.MAC.nextSolution(MAC.scala:355)
252.03/237.10		at concrete.Solver.hasNext(Solver.scala:166)
252.03/237.10		at scala.collection.Iterator.foreach(Iterator.scala:944)
252.03/237.10		at scala.collection.Iterator.foreach$(Iterator.scala:944)
252.03/237.10		at concrete.Solver.foreach(Solver.scala:68)
252.03/237.10		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
252.03/237.10		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.03/237.10		at scala.util.Success.map(Try.scala:209)
252.03/237.10		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
252.03/237.10		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
252.03/237.10		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
252.03/237.10		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
252.03/237.10		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
252.03/237.10		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.03/237.10		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.03/237.10		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.03/237.10		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.03/237.10		at scala.collection.immutable.List.foreach(List.scala:389)
252.03/237.10		at scala.App.main(App.scala:76)
252.03/237.10		at scala.App.main$(App.scala:74)
252.03/237.10		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
252.03/237.10		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.03/237.11	v <instantiation cost="55">
252.03/237.11	v       <list>
252.03/237.11	v         v[0] v[1] v[2] v[3] v[4] v[5] v[6] v[7] v[8] v[9] v[10] v[11] v[12] v[13] v[14] v[15] v[16] v[17] np[0] np[1] np[2] np[3] np[4] np[5] np[6] np[7] np[8] np[9] np[10] np[11] np[12] np[13] nf[0] nf[1] nf[2] nf[3] nf[4] nf[5] nf[6] nf[7] nf[8] nf[9] nf[10] nf[11] nf[12] nf[13] pp[0] pp[1] pp[2] pp[3] pp[4] pp[5] pp[6] pp[7] pp[8] pp[9] pp[10] pp[11] pp[12] pp[13] pp[14] pp[15] pp[16] pp[17]
252.03/237.11	v       </list>
252.03/237.11	v       <values>
252.03/237.11	v         4 -4 -3 2 13 13 13 -13 2 3 -4 3 -14 13 14 -13 -2 6 0 1 1 2 0 0 0 0 0 0 0 0 2 1 0 2 2 1 0 1 0 0 0 0 0 0 4 1 0 5 6 0 0 0 0 8 0 0 5 0 11 0 0 8 12 0
252.03/237.11	v       </values>
252.03/237.11	v     </instantiation>
252.03/237.11	s SATISFIABLE

Verifier Data

OK	55

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302733-1532897028/watcher-4302733-1532897028 -o /tmp/evaluation-result-4302733-1532897028/solver-4302733-1532897028 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532892979-13581 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=1757124986 -superng HOME/instance-4302733-1532897028.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
solver pid=19360, runsolver pid=19357
Current StackSize limit: 8192 KiB


[startup+0.100094 s]*
/proc/loadavg: 2.97 2.26 2.02 3/207 19417
/proc/meminfo: memFree=17402096/32770624 swapFree=67108404/67108860
[pid=19360] ppid=19357 vsize=10005480 memory=18600 CPUtime=0.08 cores=1,3,5,7
/proc/19360/stat : 19360 (java) S 19357 19360 12222 0 -1 1077944320 4282 13191 0 0 1 0 4 3 20 0 6 0 107265924 10245611520 4650 33554432000 4194304 4196468 140724530183488 140724530166032 140633765928695 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
/proc/19360/statm: 2501370 4650 1935 1 0 2489808 0
[pid=19360/tid=19413] ppid=19357 vsize=10009592 memory=4279135703912842127 CPUtime=0.08 cores=1,3,5,7
/proc/19360/task/19413/stat : 19413 (java) R 19357 19360 12222 0 -1 4202560 2107 13191 0 0 1 0 4 3 20 0 6 0 107265933 10249822208 4650 33554432000 4194304 4196468 140724530183488 140633737765456 140633758166494 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19414] ppid=19357 vsize=10015260 memory=8257237230052613020 CPUtime=0.07 cores=1,3,5,7
/proc/19360/task/19414/stat : 19414 (java) S 19357 19360 12222 0 -1 1077944384 1 13191 0 0 0 0 4 3 20 0 6 0 107265934 10255626240 4650 33554432000 4194304 4196468 140724530183488 140633770171536 140633765938901 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19415] ppid=19357 vsize=10021560 memory=139991110637184 CPUtime=0.07 cores=1,3,5,7
/proc/19360/task/19415/stat : 19415 (java) S 19357 19360 12222 0 -1 1077944384 3 13191 0 0 0 0 4 3 20 0 6 0 107265934 10262077440 4716 33554432000 4194304 4196468 140724530183488 140633624890384 140633765938901 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19416] ppid=19357 vsize=10021560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19360/task/19416/stat : 19416 (java) S 19357 19360 12222 0 -1 1077944384 2 13191 0 0 0 0 4 3 20 0 6 0 107265934 10262077440 4716 33554432000 4194304 4196468 140724530183488 140633623837584 140633765938901 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19417] ppid=19357 vsize=10021560 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/19360/task/19417/stat : 19417 (java) S 19357 19360 12222 0 -1 1077944384 2 13191 0 0 0 0 4 3 20 0 6 0 107265934 10262077440 4716 33554432000 4194304 4196468 140724530183488 140633622784784 140633765938901 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 18600 KiB

[startup+0.209869 s]*
/proc/loadavg: 2.97 2.26 2.02 3/216 19426
/proc/meminfo: memFree=17381060/32770624 swapFree=67108404/67108860
[pid=19360] ppid=19357 vsize=10985364 memory=48920 CPUtime=0.25 cores=1,3,5,7
/proc/19360/stat : 19360 (java) S 19357 19360 12222 0 -1 1077944320 8408 13191 0 0 16 2 4 3 20 0 15 0 107265924 11249012736 12164 33554432000 4194304 4196468 140724530183488 140724530166032 140633765928695 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
/proc/19360/statm: 2746341 12230 2945 1 0 2708764 0
[pid=19360/tid=19413] ppid=19357 vsize=10982776 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/19360/task/19413/stat : 19413 (java) R 19357 19360 12222 0 -1 4202560 5134 13191 0 0 10 1 4 3 20 0 15 0 107265933 11246362624 11754 33554432000 4194304 4196468 140724530183488 140633737753504 140633758608413 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19414] ppid=19357 vsize=10982776 memory=345 CPUtime=0.07 cores=1,3,5,7
/proc/19360/task/19414/stat : 19414 (java) S 19357 19360 12222 0 -1 1077944384 1 13191 0 0 0 0 4 3 20 0 15 0 107265934 11246362624 11754 33554432000 4194304 4196468 140724530183488 140633770171536 140633765938901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19415] ppid=19357 vsize=10982776 memory=3691179854699419296 CPUtime=0.07 cores=1,3,5,7
/proc/19360/task/19415/stat : 19415 (java) S 19357 19360 12222 0 -1 1077944384 3 13191 0 0 0 0 4 3 20 0 15 0 107265934 11246362624 11754 33554432000 4194304 4196468 140724530183488 140633624890384 140633765938901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19416] ppid=19357 vsize=10982776 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19360/task/19416/stat : 19416 (java) S 19357 19360 12222 0 -1 1077944384 2 13191 0 0 0 0 4 3 20 0 15 0 107265934 11246362624 11754 33554432000 4194304 4196468 140724530183488 140633623837584 140633765938901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19417] ppid=19357 vsize=10982776 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/19360/task/19417/stat : 19417 (java) S 19357 19360 12222 0 -1 1077944384 2 13191 0 0 0 0 4 3 20 0 15 0 107265934 11246362624 11820 33554432000 4194304 4196468 140724530183488 140633622784784 140633765938901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19418] ppid=19357 vsize=10982776 memory=139991110637184 CPUtime=0.07 cores=1,3,5,7
/proc/19360/task/19418/stat : 19418 (java) S 19357 19360 12222 0 -1 1077944384 2 13191 0 0 0 0 4 3 20 0 15 0 107265935 11246362624 11820 33554432000 4194304 4196468 140724530183488 140633191700848 140633765939842 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19419] ppid=19357 vsize=10982776 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/19360/task/19419/stat : 19419 (java) S 19357 19360 12222 0 -1 1077944384 13 13191 0 0 0 0 4 3 20 0 15 0 107265935 11246362624 11820 33554432000 4194304 4196468 140724530183488 140632543716384 140633765938901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19420] ppid=19357 vsize=10982776 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19360/task/19420/stat : 19420 (java) S 19357 19360 12222 0 -1 1077944384 1 13191 0 0 0 0 4 3 20 0 15 0 107265936 11246362624 11820 33554432000 4194304 4196468 140724530183488 140632395866992 140633765938901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19421] ppid=19357 vsize=10982776 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19360/task/19421/stat : 19421 (java) S 19357 19360 12222 0 -1 1077944384 3 13191 0 0 0 0 4 3 20 0 15 0 107265938 11246362624 11820 33554432000 4194304 4196468 140724530183488 140632088467280 140633765947291 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19422] ppid=19357 vsize=10982776 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19360/task/19422/stat : 19422 (java) S 19357 19360 12222 0 -1 1077944384 352 13191 0 0 1 0 4 3 20 0 15 0 107265938 11246362624 11886 33554432000 4194304 4196468 140724530183488 140633190648688 140633765939842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19423] ppid=19357 vsize=10982776 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/19360/task/19423/stat : 19423 (java) S 19357 19360 12222 0 -1 1077944384 263 13191 0 0 1 0 4 3 20 0 15 0 107265938 11246362624 11886 33554432000 4194304 4196468 140724530183488 140633189595888 140633765939842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19424] ppid=19357 vsize=10982776 memory=139991110637184 CPUtime=0.1 cores=1,3,5,7
/proc/19360/task/19424/stat : 19424 (java) S 19357 19360 12222 0 -1 1077944384 619 13191 0 0 3 0 4 3 20 0 15 0 107265938 11246362624 11886 33554432000 4194304 4196468 140724530183488 140633188543088 140633765939842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19425] ppid=19357 vsize=10982776 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/19360/task/19425/stat : 19425 (java) S 19357 19360 12222 0 -1 1077944384 3 13191 0 0 0 0 4 3 20 0 15 0 107265939 11246362624 11886 33554432000 4194304 4196468 140724530183488 140631657671392 140633765938901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19426] ppid=19357 vsize=10982776 memory=139991110637184 CPUtime=0.07 cores=1,3,5,7
/proc/19360/task/19426/stat : 19426 (java) S 19357 19360 12222 0 -1 1077944384 1 13191 0 0 0 0 4 3 20 0 15 0 107265939 11246362624 11952 33554432000 4194304 4196468 140724530183488 140633187490480 140633765939842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10985364 KiB
Current children cumulated memory: 48920 KiB

[startup+0.310365 s]*
/proc/loadavg: 2.89 2.26 2.02 6/216 19426
/proc/meminfo: memFree=17368284/32770624 swapFree=67108404/67108860
[pid=19360] ppid=19357 vsize=10983192 memory=57216 CPUtime=0.38 cores=1,3,5,7
/proc/19360/stat : 19360 (java) S 19357 19360 12222 0 -1 1077944320 10321 13191 0 0 28 3 4 3 20 0 15 0 107265924 11246788608 14304 33554432000 4194304 4196468 140724530183488 140724530166032 140633765928695 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
/proc/19360/statm: 2745798 14304 3098 1 0 2708109 0
[pid=19360/tid=19413] ppid=19357 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/19360/task/19413/stat : 19413 (java) R 19357 19360 12222 0 -1 4202560 6861 13191 0 0 19 2 4 3 20 0 15 0 107265933 11246788608 14304 33554432000 4194304 4196468 140724530183488 140633737724280 140633750009182 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19414] ppid=19357 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19360/task/19414/stat : 19414 (java) S 19357 19360 12222 0 -1 1077944384 1 13191 0 0 0 0 4 3 20 0 15 0 107265934 11246788608 14304 33554432000 4194304 4196468 140724530183488 140633770171536 140633765938901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19415] ppid=19357 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19360/task/19415/stat : 19415 (java) S 19357 19360 12222 0 -1 1077944384 3 13191 0 0 0 0 4 3 20 0 15 0 107265934 11246788608 14304 33554432000 4194304 4196468 140724530183488 140633624890384 140633765938901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19416] ppid=19357 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19360/task/19416/stat : 19416 (java) S 19357 19360 12222 0 -1 1077944384 2 13191 0 0 0 0 4 3 20 0 15 0 107265934 11246788608 14304 33554432000 4194304 4196468 140724530183488 140633623837584 140633765938901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19417] ppid=19357 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19360/task/19417/stat : 19417 (java) S 19357 19360 12222 0 -1 1077944384 2 13191 0 0 0 0 4 3 20 0 15 0 107265934 11246788608 14304 33554432000 4194304 4196468 140724530183488 140633622784784 140633765938901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19418] ppid=19357 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19360/task/19418/stat : 19418 (java) S 19357 19360 12222 0 -1 1077944384 2 13191 0 0 0 0 4 3 20 0 15 0 107265935 11246788608 14304 33554432000 4194304 4196468 140724530183488 140633191700848 140633765939842 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19419] ppid=19357 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/19360/task/19419/stat : 19419 (java) S 19357 19360 12222 0 -1 1077944384 13 13191 0 0 0 0 4 3 20 0 15 0 107265935 11246788608 14304 33554432000 4194304 4196468 140724530183488 140632543716384 140633765938901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19420] ppid=19357 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19360/task/19420/stat : 19420 (java) S 19357 19360 12222 0 -1 1077944384 1 13191 0 0 0 0 4 3 20 0 15 0 107265936 11246788608 14304 33554432000 4194304 4196468 140724530183488 140632395866992 140633765938901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19421] ppid=19357 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19360/task/19421/stat : 19421 (java) S 19357 19360 12222 0 -1 1077944384 3 13191 0 0 0 0 4 3 20 0 15 0 107265938 11246788608 14304 33554432000 4194304 4196468 140724530183488 140632088467280 140633765947291 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19422] ppid=19357 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19360/task/19422/stat : 19422 (java) S 19357 19360 12222 0 -1 1077944384 352 13191 0 0 1 0 4 3 20 0 15 0 107265938 11246788608 14304 33554432000 4194304 4196468 140724530183488 140633190648688 140633765939842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19423] ppid=19357 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/19360/task/19423/stat : 19423 (java) S 19357 19360 12222 0 -1 1077944384 264 13191 0 0 1 0 4 3 20 0 15 0 107265938 11246788608 14304 33554432000 4194304 4196468 140724530183488 140633189595888 140633765939842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19424] ppid=19357 vsize=10983192 memory=139991110637184 CPUtime=0.12 cores=1,3,5,7
/proc/19360/task/19424/stat : 19424 (java) R 19357 19360 12222 0 -1 4202560 627 13191 0 0 5 0 4 3 20 0 15 0 107265938 11246788608 14304 33554432000 4194304 4196468 140724530183488 140633188543088 140633758170085 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19425] ppid=19357 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/19360/task/19425/stat : 19425 (java) S 19357 19360 12222 0 -1 1077944384 3 13191 0 0 0 0 4 3 20 0 15 0 107265939 11246788608 14304 33554432000 4194304 4196468 140724530183488 140631657671392 140633765938901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19426] ppid=19357 vsize=10983192 memory=139991110637184 CPUtime=0.07 cores=1,3,5,7
/proc/19360/task/19426/stat : 19426 (java) S 19357 19360 12222 0 -1 1077944384 1 13191 0 0 0 0 4 3 20 0 15 0 107265939 11246788608 14304 33554432000 4194304 4196468 140724530183488 140633187490480 140633765939842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 57216 KiB

[startup+0.700745 s]
/proc/loadavg: 2.89 2.26 2.02 6/216 19426
/proc/meminfo: memFree=17357856/32770624 swapFree=67108404/67108860
[pid=19360] ppid=19357 vsize=10983192 memory=89584 CPUtime=0.98 cores=1,3,5,7
/proc/19360/stat : 19360 (java) S 19357 19360 12222 0 -1 1077944320 16410 13191 0 0 86 5 4 3 20 0 15 0 107265924 11246788608 22396 33554432000 4194304 4196468 140724530183488 140724530166032 140633765928695 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
/proc/19360/statm: 2745798 22396 3249 1 0 2708109 0
[pid=19360/tid=19413] ppid=19357 vsize=10983192 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/19360/task/19413/stat : 19413 (java) R 19357 19360 12222 0 -1 4202560 11846 13191 0 0 56 3 4 3 20 0 15 0 107265933 11246788608 22396 33554432000 4194304 4196468 140724530183488 140633737749520 140633747492228 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19414] ppid=19357 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19360/task/19414/stat : 19414 (java) S 19357 19360 12222 0 -1 1077944384 1 13191 0 0 0 0 4 3 20 0 15 0 107265934 11246788608 22396 33554432000 4194304 4196468 140724530183488 140633770171536 140633765938901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19415] ppid=19357 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19360/task/19415/stat : 19415 (java) S 19357 19360 12222 0 -1 1077944384 3 13191 0 0 0 0 4 3 20 0 15 0 107265934 11246788608 22396 33554432000 4194304 4196468 140724530183488 140633624890384 140633765938901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19416] ppid=19357 vsize=10983192 memory=488 CPUtime=0.07 cores=1,3,5,7
/proc/19360/task/19416/stat : 19416 (java) S 19357 19360 12222 0 -1 1077944384 2 13191 0 0 0 0 4 3 20 0 15 0 107265934 11246788608 22396 33554432000 4194304 4196468 140724530183488 140633623837584 140633765938901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19417] ppid=19357 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19360/task/19417/stat : 19417 (java) S 19357 19360 12222 0 -1 1077944384 2 13191 0 0 0 0 4 3 20 0 15 0 107265934 11246788608 22396 33554432000 4194304 4196468 140724530183488 140633622784784 140633765938901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19418] ppid=19357 vsize=10983192 memory=7301570131460772950 CPUtime=0.07 cores=1,3,5,7
/proc/19360/task/19418/stat : 19418 (java) S 19357 19360 12222 0 -1 1077944384 5 13191 0 0 0 0 4 3 20 0 15 0 107265935 11246788608 22396 33554432000 4194304 4196468 140724530183488 140633191700848 140633765939842 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19419] ppid=19357 vsize=10983192 memory=32804 CPUtime=0.07 cores=1,3,5,7
/proc/19360/task/19419/stat : 19419 (java) S 19357 19360 12222 0 -1 1077944384 13 13191 0 0 0 0 4 3 20 0 15 0 107265935 11246788608 22396 33554432000 4194304 4196468 140724530183488 140632543716384 140633765938901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19420] ppid=19357 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19360/task/19420/stat : 19420 (java) S 19357 19360 12222 0 -1 1077944384 1 13191 0 0 0 0 4 3 20 0 15 0 107265936 11246788608 22396 33554432000 4194304 4196468 140724530183488 140632395866992 140633765938901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19421] ppid=19357 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19360/task/19421/stat : 19421 (java) S 19357 19360 12222 0 -1 1077944384 3 13191 0 0 0 0 4 3 20 0 15 0 107265938 11246788608 22396 33554432000 4194304 4196468 140724530183488 140632088467280 140633765947291 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19422] ppid=19357 vsize=10983192 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/19360/task/19422/stat : 19422 (java) S 19357 19360 12222 0 -1 1077944384 997 13191 0 0 9 0 4 3 20 0 15 0 107265938 11246788608 22396 33554432000 4194304 4196468 140724530183488 140633190648688 140633765939842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19423] ppid=19357 vsize=10983192 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/19360/task/19423/stat : 19423 (java) S 19357 19360 12222 0 -1 1077944384 663 13191 0 0 6 0 4 3 20 0 15 0 107265938 11246788608 22396 33554432000 4194304 4196468 140724530183488 140633189595888 140633765939842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19424] ppid=19357 vsize=10983192 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/19360/task/19424/stat : 19424 (java) S 19357 19360 12222 0 -1 1077944384 677 13191 0 0 13 0 4 3 20 0 15 0 107265938 11246788608 22396 33554432000 4194304 4196468 140724530183488 140633188543088 140633765939842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19425] ppid=19357 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19360/task/19425/stat : 19425 (java) S 19357 19360 12222 0 -1 1077944384 3 13191 0 0 0 0 4 3 20 0 15 0 107265939 11246788608 22396 33554432000 4194304 4196468 140724530183488 140631657671392 140633765938901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19426] ppid=19357 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19360/task/19426/stat : 19426 (java) S 19357 19360 12222 0 -1 1077944384 1 13191 0 0 0 0 4 3 20 0 15 0 107265939 11246788608 22396 33554432000 4194304 4196468 140724530183488 140633187490480 140633765939842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 89584 KiB

[startup+1.50166 s]
/proc/loadavg: 2.89 2.26 2.02 3/216 19426
/proc/meminfo: memFree=17207448/32770624 swapFree=67108404/67108860
[pid=19360] ppid=19357 vsize=10998092 memory=179448 CPUtime=2.29 cores=1,3,5,7
/proc/19360/stat : 19360 (java) S 19357 19360 12222 0 -1 1077944320 23472 13191 0 0 211 11 4 3 20 0 15 0 107265924 11262046208 44862 33554432000 4194304 4196468 140724530183488 140724530166032 140633765928695 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
/proc/19360/statm: 2749523 44862 3469 1 0 2711181 0
[pid=19360/tid=19413] ppid=19357 vsize=10998092 memory=4951091520830867572 CPUtime=1.43 cores=1,3,5,7
/proc/19360/task/19413/stat : 19413 (java) R 19357 19360 12222 0 -1 4202560 17243 13191 0 0 130 6 4 3 20 0 15 0 107265933 11262046208 44862 33554432000 4194304 4196468 140724530183488 140633737760000 140633765950621 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19414] ppid=19357 vsize=10998092 memory=4134606225630022328 CPUtime=0.08 cores=1,3,5,7
/proc/19360/task/19414/stat : 19414 (java) S 19357 19360 12222 0 -1 1077944384 20 13191 0 0 1 0 4 3 20 0 15 0 107265934 11262046208 44862 33554432000 4194304 4196468 140724530183488 140633770171536 140633765938901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19415] ppid=19357 vsize=10998092 memory=-5153075247754943381 CPUtime=0.08 cores=1,3,5,7
/proc/19360/task/19415/stat : 19415 (java) S 19357 19360 12222 0 -1 1077944384 18 13191 0 0 1 0 4 3 20 0 15 0 107265934 11262046208 44862 33554432000 4194304 4196468 140724530183488 140633624890384 140633765938901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19416] ppid=19357 vsize=10998092 memory=-7552470164882887319 CPUtime=0.08 cores=1,3,5,7
/proc/19360/task/19416/stat : 19416 (java) S 19357 19360 12222 0 -1 1077944384 65 13191 0 0 1 0 4 3 20 0 15 0 107265934 11262046208 44862 33554432000 4194304 4196468 140724530183488 140633623837584 140633765938901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19417] ppid=19357 vsize=10998092 memory=117540 CPUtime=0.07 cores=1,3,5,7
/proc/19360/task/19417/stat : 19417 (java) S 19357 19360 12222 0 -1 1077944384 197 13191 0 0 0 0 4 3 20 0 15 0 107265934 11262046208 44862 33554432000 4194304 4196468 140724530183488 140633622784784 140633765938901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19418] ppid=19357 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19360/task/19418/stat : 19418 (java) S 19357 19360 12222 0 -1 1077944384 58 13191 0 0 1 0 4 3 20 0 15 0 107265935 11262046208 44862 33554432000 4194304 4196468 140724530183488 140633191700848 140633765939842 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19419] ppid=19357 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19360/task/19419/stat : 19419 (java) S 19357 19360 12222 0 -1 1077944384 14 13191 0 0 0 0 4 3 20 0 15 0 107265935 11262046208 44862 33554432000 4194304 4196468 140724530183488 140632543716448 140633765938901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19420] ppid=19357 vsize=10998092 memory=279981938770208 CPUtime=0.07 cores=1,3,5,7
/proc/19360/task/19420/stat : 19420 (java) S 19357 19360 12222 0 -1 1077944384 1 13191 0 0 0 0 4 3 20 0 15 0 107265936 11262046208 44862 33554432000 4194304 4196468 140724530183488 140632395867008 140633765938901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19421] ppid=19357 vsize=10998092 memory=279981939185152 CPUtime=0.07 cores=1,3,5,7
/proc/19360/task/19421/stat : 19421 (java) S 19357 19360 12222 0 -1 1077944384 3 13191 0 0 0 0 4 3 20 0 15 0 107265938 11262046208 44862 33554432000 4194304 4196468 140724530183488 140632088467280 140633765947291 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19422] ppid=19357 vsize=10998092 memory=139990969394816 CPUtime=0.29 cores=1,3,5,7
/proc/19360/task/19422/stat : 19422 (java) S 19357 19360 12222 0 -1 1077944384 1456 13191 0 0 22 0 4 3 20 0 15 0 107265938 11262046208 44862 33554432000 4194304 4196468 140724530183488 140633190648688 140633765939842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19423] ppid=19357 vsize=10998092 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/19360/task/19423/stat : 19423 (java) S 19357 19360 12222 0 -1 1077944384 862 13191 0 0 18 0 4 3 20 0 15 0 107265938 11262046208 44862 33554432000 4194304 4196468 140724530183488 140633189595888 140633765939842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19424] ppid=19357 vsize=10998092 memory=1200 CPUtime=0.42 cores=1,3,5,7
/proc/19360/task/19424/stat : 19424 (java) S 19357 19360 12222 0 -1 1077944384 1338 13191 0 0 34 1 4 3 20 0 15 0 107265938 11262046208 44862 33554432000 4194304 4196468 140724530183488 140633188543088 140633765939842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19425] ppid=19357 vsize=10998092 memory=15876 CPUtime=0.07 cores=1,3,5,7
/proc/19360/task/19425/stat : 19425 (java) S 19357 19360 12222 0 -1 1077944384 3 13191 0 0 0 0 4 3 20 0 15 0 107265939 11262046208 44862 33554432000 4194304 4196468 140724530183488 140631657671392 140633765938901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19426] ppid=19357 vsize=10998092 memory=4044 CPUtime=0.07 cores=1,3,5,7
/proc/19360/task/19426/stat : 19426 (java) S 19357 19360 12222 0 -1 1077944384 1 13191 0 0 0 0 4 3 20 0 15 0 107265939 11262046208 44862 33554432000 4194304 4196468 140724530183488 140633187490480 140633765939842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
Current children cumulated CPU time: 2.29 s
Current children cumulated vsize: 10998092 KiB

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

/proc/19360/task/19413/stat : 19413 (java) R 19357 19360 12222 0 -1 4202560 58230 13191 0 0 10146 23 4 3 20 0 15 0 107265933 11345952768 240571 33554432000 4194304 4196468 140724530183488 140633737763632 140633299636556 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19414] ppid=19357 vsize=11080032 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/19360/task/19414/stat : 19414 (java) S 19357 19360 12222 0 -1 1077944384 3570 13191 0 0 19 3 4 3 20 0 15 0 107265934 11345952768 240571 33554432000 4194304 4196468 140724530183488 140633770171536 140633765938901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19415] ppid=19357 vsize=11080032 memory=8572 CPUtime=0.3 cores=1,3,5,7
/proc/19360/task/19415/stat : 19415 (java) S 19357 19360 12222 0 -1 1077944384 2357 13191 0 0 19 4 4 3 20 0 15 0 107265934 11345952768 240571 33554432000 4194304 4196468 140724530183488 140633624890384 140633765938901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19416] ppid=19357 vsize=11080032 memory=1228 CPUtime=0.29 cores=1,3,5,7
/proc/19360/task/19416/stat : 19416 (java) S 19357 19360 12222 0 -1 1077944384 932 13191 0 0 19 3 4 3 20 0 15 0 107265934 11345952768 240571 33554432000 4194304 4196468 140724530183488 140633623837584 140633765938901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19417] ppid=19357 vsize=11080032 memory=5372 CPUtime=0.28 cores=1,3,5,7
/proc/19360/task/19417/stat : 19417 (java) S 19357 19360 12222 0 -1 1077944384 922 13191 0 0 18 3 4 3 20 0 15 0 107265934 11345952768 240571 33554432000 4194304 4196468 140724530183488 140633622784784 140633765938901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19418] ppid=19357 vsize=11080032 memory=1440 CPUtime=0.25 cores=1,3,5,7
/proc/19360/task/19418/stat : 19418 (java) S 19357 19360 12222 0 -1 1077944384 1480 13191 0 0 17 1 4 3 20 0 15 0 107265935 11345952768 240571 33554432000 4194304 4196468 140724530183488 140633191700848 140633765939842 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19419] ppid=19357 vsize=11080032 memory=4612 CPUtime=0.07 cores=1,3,5,7
/proc/19360/task/19419/stat : 19419 (java) S 19357 19360 12222 0 -1 1077944384 17 13191 0 0 0 0 4 3 20 0 15 0 107265935 11345952768 240571 33554432000 4194304 4196468 140724530183488 140632543716512 140633765938901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19420] ppid=19357 vsize=11080032 memory=1200 CPUtime=0.07 cores=1,3,5,7
/proc/19360/task/19420/stat : 19420 (java) S 19357 19360 12222 0 -1 1077944384 10 13191 0 0 0 0 4 3 20 0 15 0 107265936 11345952768 240571 33554432000 4194304 4196468 140724530183488 140632395867008 140633765938901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19421] ppid=19357 vsize=11080032 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/19360/task/19421/stat : 19421 (java) S 19357 19360 12222 0 -1 1077944384 3 13191 0 0 0 0 4 3 20 0 15 0 107265938 11345952768 240571 33554432000 4194304 4196468 140724530183488 140632088467280 140633765947291 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19422] ppid=19357 vsize=11080032 memory=4044 CPUtime=4.73 cores=1,3,5,7
/proc/19360/task/19422/stat : 19422 (java) S 19357 19360 12222 0 -1 1077944384 15428 13191 0 0 463 3 4 3 20 0 15 0 107265938 11345952768 240571 33554432000 4194304 4196468 140724530183488 140633190648688 140633765939842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19423] ppid=19357 vsize=11080032 memory=17484 CPUtime=5.17 cores=1,3,5,7
/proc/19360/task/19423/stat : 19423 (java) S 19357 19360 12222 0 -1 1077944384 19147 13191 0 0 506 4 4 3 20 0 15 0 107265938 11345952768 240571 33554432000 4194304 4196468 140724530183488 140633189595888 140633765939842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19424] ppid=19357 vsize=11080032 memory=16240 CPUtime=2.2 cores=1,3,5,7
/proc/19360/task/19424/stat : 19424 (java) S 19357 19360 12222 0 -1 1077944384 16996 13191 0 0 208 5 4 3 20 0 15 0 107265938 11345952768 240571 33554432000 4194304 4196468 140724530183488 140633188543088 140633765939842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19425] ppid=19357 vsize=11080032 memory=1792 CPUtime=0.07 cores=1,3,5,7
/proc/19360/task/19425/stat : 19425 (java) S 19357 19360 12222 0 -1 1077944384 3 13191 0 0 0 0 4 3 20 0 15 0 107265939 11345952768 240571 33554432000 4194304 4196468 140724530183488 140631657671392 140633765938901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19426] ppid=19357 vsize=11080032 memory=644 CPUtime=0.11 cores=1,3,5,7
/proc/19360/task/19426/stat : 19426 (java) S 19357 19360 12222 0 -1 1077944384 470 13191 0 0 2 2 4 3 20 0 15 0 107265939 11345952768 240571 33554432000 4194304 4196468 140724530183488 140633187490480 140633765939842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
Current children cumulated CPU time: 114.87 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 962284 KiB

[startup+162.301 s]
/proc/loadavg: 1.51 1.97 1.95 3/215 19554
/proc/meminfo: memFree=21977564/32770624 swapFree=67108404/67108860
[pid=19360] ppid=19357 vsize=11080032 memory=962328 CPUtime=175.9 cores=1,3,5,7
/proc/19360/stat : 19360 (java) S 19357 19360 12222 0 -1 1077944320 132141 13191 0 0 17519 64 4 3 20 0 15 0 107265924 11345952768 240582 33554432000 4194304 4196468 140724530183488 140724530166032 140633765928695 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
/proc/19360/statm: 2770008 240582 3529 1 0 2731661 0
[pid=19360/tid=19413] ppid=19357 vsize=11080032 memory=1008 CPUtime=161.17 cores=1,3,5,7
/proc/19360/task/19413/stat : 19413 (java) R 19357 19360 12222 0 -1 4202560 59888 13191 0 0 16086 24 4 3 20 0 15 0 107265933 11345952768 240582 33554432000 4194304 4196468 140724530183488 140633737763456 140633294092670 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19414] ppid=19357 vsize=11080032 memory=6791534058613427641 CPUtime=0.55 cores=1,3,5,7
/proc/19360/task/19414/stat : 19414 (java) S 19357 19360 12222 0 -1 1077944384 3635 13191 0 0 44 4 4 3 20 0 15 0 107265934 11345952768 240582 33554432000 4194304 4196468 140724530183488 140633770171536 140633765938901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19415] ppid=19357 vsize=11080032 memory=1300 CPUtime=0.55 cores=1,3,5,7
/proc/19360/task/19415/stat : 19415 (java) S 19357 19360 12222 0 -1 1077944384 2965 13191 0 0 42 6 4 3 20 0 15 0 107265934 11345952768 240582 33554432000 4194304 4196468 140724530183488 140633624890384 140633765938901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19416] ppid=19357 vsize=11080032 memory=1840 CPUtime=0.55 cores=1,3,5,7
/proc/19360/task/19416/stat : 19416 (java) S 19357 19360 12222 0 -1 1077944384 1101 13191 0 0 43 5 4 3 20 0 15 0 107265934 11345952768 240582 33554432000 4194304 4196468 140724530183488 140633623837584 140633765938901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19417] ppid=19357 vsize=11080032 memory=1716 CPUtime=0.54 cores=1,3,5,7
/proc/19360/task/19417/stat : 19417 (java) S 19357 19360 12222 0 -1 1077944384 2076 13191 0 0 42 5 4 3 20 0 15 0 107265934 11345952768 240582 33554432000 4194304 4196468 140724530183488 140633622784784 140633765938901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19418] ppid=19357 vsize=11080032 memory=796 CPUtime=0.49 cores=1,3,5,7
/proc/19360/task/19418/stat : 19418 (java) S 19357 19360 12222 0 -1 1077944384 1849 13191 0 0 39 3 4 3 20 0 15 0 107265935 11345952768 240582 33554432000 4194304 4196468 140724530183488 140633191700848 140633765939842 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19419] ppid=19357 vsize=11080032 memory=11008 CPUtime=0.07 cores=1,3,5,7
/proc/19360/task/19419/stat : 19419 (java) S 19357 19360 12222 0 -1 1077944384 17 13191 0 0 0 0 4 3 20 0 15 0 107265935 11345952768 240582 33554432000 4194304 4196468 140724530183488 140632543716512 140633765938901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19420] ppid=19357 vsize=11080032 memory=1008 CPUtime=0.07 cores=1,3,5,7
/proc/19360/task/19420/stat : 19420 (java) S 19357 19360 12222 0 -1 1077944384 10 13191 0 0 0 0 4 3 20 0 15 0 107265936 11345952768 240582 33554432000 4194304 4196468 140724530183488 140632395867008 140633765938901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19421] ppid=19357 vsize=11080032 memory=1952 CPUtime=0.07 cores=1,3,5,7
/proc/19360/task/19421/stat : 19421 (java) S 19357 19360 12222 0 -1 1077944384 3 13191 0 0 0 0 4 3 20 0 15 0 107265938 11345952768 240582 33554432000 4194304 4196468 140724530183488 140632088467280 140633765947291 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19422] ppid=19357 vsize=11080032 memory=8572 CPUtime=4.85 cores=1,3,5,7
/proc/19360/task/19422/stat : 19422 (java) S 19357 19360 12222 0 -1 1077944384 17409 13191 0 0 475 3 4 3 20 0 15 0 107265938 11345952768 240582 33554432000 4194304 4196468 140724530183488 140633190648688 140633765939842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19423] ppid=19357 vsize=11080032 memory=1228 CPUtime=5.3 cores=1,3,5,7
/proc/19360/task/19423/stat : 19423 (java) S 19357 19360 12222 0 -1 1077944384 21434 13191 0 0 519 4 4 3 20 0 15 0 107265938 11345952768 240582 33554432000 4194304 4196468 140724530183488 140633189595888 140633765939842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19424] ppid=19357 vsize=11080032 memory=5372 CPUtime=2.26 cores=1,3,5,7
/proc/19360/task/19424/stat : 19424 (java) S 19357 19360 12222 0 -1 1077944384 19055 13191 0 0 214 5 4 3 20 0 15 0 107265938 11345952768 240582 33554432000 4194304 4196468 140724530183488 140633188543088 140633765939842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19425] ppid=19357 vsize=11080032 memory=1440 CPUtime=0.07 cores=1,3,5,7
/proc/19360/task/19425/stat : 19425 (java) S 19357 19360 12222 0 -1 1077944384 3 13191 0 0 0 0 4 3 20 0 15 0 107265939 11345952768 240582 33554432000 4194304 4196468 140724530183488 140631657671392 140633765938901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19426] ppid=19357 vsize=11080032 memory=4612 CPUtime=0.15 cores=1,3,5,7
/proc/19360/task/19426/stat : 19426 (java) S 19357 19360 12222 0 -1 1077944384 503 13191 0 0 4 4 4 3 20 0 15 0 107265939 11345952768 240582 33554432000 4194304 4196468 140724530183488 140633187490480 140633765939842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
Current children cumulated CPU time: 175.9 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 962328 KiB

[startup+222.301 s]
/proc/loadavg: 1.04 1.76 1.88 3/215 19555
/proc/meminfo: memFree=21984544/32770624 swapFree=67108404/67108860
[pid=19360] ppid=19357 vsize=11080032 memory=964524 CPUtime=236.98 cores=1,3,5,7
/proc/19360/stat : 19360 (java) S 19357 19360 12222 0 -1 1077944320 143011 13191 0 0 23618 73 4 3 20 0 15 0 107265924 11345952768 241131 33554432000 4194304 4196468 140724530183488 140724530166032 140633765928695 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
/proc/19360/statm: 2770008 241131 3529 1 0 2731661 0
[pid=19360/tid=19413] ppid=19357 vsize=11080032 memory=1228 CPUtime=220.55 cores=1,3,5,7
/proc/19360/task/19413/stat : 19413 (java) R 19357 19360 12222 0 -1 4202560 61418 13191 0 0 22023 25 4 3 20 0 15 0 107265933 11345952768 241131 33554432000 4194304 4196468 140724530183488 140633737763296 140633303974301 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19414] ppid=19357 vsize=11080032 memory=5372 CPUtime=0.83 cores=1,3,5,7
/proc/19360/task/19414/stat : 19414 (java) S 19357 19360 12222 0 -1 1077944384 4292 13191 0 0 70 6 4 3 20 0 15 0 107265934 11345952768 241131 33554432000 4194304 4196468 140724530183488 140633770171536 140633765938901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19415] ppid=19357 vsize=11080032 memory=1440 CPUtime=0.84 cores=1,3,5,7
/proc/19360/task/19415/stat : 19415 (java) S 19357 19360 12222 0 -1 1077944384 3124 13191 0 0 69 8 4 3 20 0 15 0 107265934 11345952768 241131 33554432000 4194304 4196468 140724530183488 140633624890384 140633765938901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19416] ppid=19357 vsize=11080032 memory=4612 CPUtime=0.83 cores=1,3,5,7
/proc/19360/task/19416/stat : 19416 (java) S 19357 19360 12222 0 -1 1077944384 1130 13191 0 0 70 6 4 3 20 0 15 0 107265934 11345952768 241131 33554432000 4194304 4196468 140724530183488 140633623837584 140633765938901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19417] ppid=19357 vsize=11080032 memory=1200 CPUtime=0.82 cores=1,3,5,7
/proc/19360/task/19417/stat : 19417 (java) S 19357 19360 12222 0 -1 1077944384 3301 13191 0 0 68 7 4 3 20 0 15 0 107265934 11345952768 241131 33554432000 4194304 4196468 140724530183488 140633622784784 140633765938901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19418] ppid=19357 vsize=11080032 memory=15876 CPUtime=0.75 cores=1,3,5,7
/proc/19360/task/19418/stat : 19418 (java) S 19357 19360 12222 0 -1 1077944384 2153 13191 0 0 64 4 4 3 20 0 15 0 107265935 11345952768 241131 33554432000 4194304 4196468 140724530183488 140633191700848 140633765939842 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19419] ppid=19357 vsize=11080032 memory=4044 CPUtime=0.07 cores=1,3,5,7
/proc/19360/task/19419/stat : 19419 (java) S 19357 19360 12222 0 -1 1077944384 17 13191 0 0 0 0 4 3 20 0 15 0 107265935 11345952768 241131 33554432000 4194304 4196468 140724530183488 140632543716512 140633765938901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19420] ppid=19357 vsize=11080032 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/19360/task/19420/stat : 19420 (java) S 19357 19360 12222 0 -1 1077944384 10 13191 0 0 0 0 4 3 20 0 15 0 107265936 11345952768 241131 33554432000 4194304 4196468 140724530183488 140632395867008 140633765938901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19421] ppid=19357 vsize=11080032 memory=928 CPUtime=0.07 cores=1,3,5,7
/proc/19360/task/19421/stat : 19421 (java) S 19357 19360 12222 0 -1 1077944384 3 13191 0 0 0 0 4 3 20 0 15 0 107265938 11345952768 241131 33554432000 4194304 4196468 140724530183488 140632088467280 140633765947291 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19422] ppid=19357 vsize=11080032 memory=2244 CPUtime=4.98 cores=1,3,5,7
/proc/19360/task/19422/stat : 19422 (java) S 19357 19360 12222 0 -1 1077944384 18905 13191 0 0 488 3 4 3 20 0 15 0 107265938 11345952768 241131 33554432000 4194304 4196468 140724530183488 140633190648688 140633765939842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19423] ppid=19357 vsize=11080032 memory=4124 CPUtime=5.41 cores=1,3,5,7
/proc/19360/task/19423/stat : 19423 (java) S 19357 19360 12222 0 -1 1077944384 23516 13191 0 0 530 4 4 3 20 0 15 0 107265938 11345952768 241131 33554432000 4194304 4196468 140724530183488 140633189595888 140633765939842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19424] ppid=19357 vsize=11080032 memory=2200 CPUtime=2.31 cores=1,3,5,7
/proc/19360/task/19424/stat : 19424 (java) S 19357 19360 12222 0 -1 1077944384 22418 13191 0 0 219 5 4 3 20 0 15 0 107265938 11345952768 241131 33554432000 4194304 4196468 140724530183488 140633188543088 140633765939842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19425] ppid=19357 vsize=11080032 memory=7284 CPUtime=0.07 cores=1,3,5,7
/proc/19360/task/19425/stat : 19425 (java) S 19357 19360 12222 0 -1 1077944384 3 13191 0 0 0 0 4 3 20 0 15 0 107265939 11345952768 241131 33554432000 4194304 4196468 140724530183488 140631657671392 140633765938901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19426] ppid=19357 vsize=11080032 memory=840 CPUtime=0.18 cores=1,3,5,7
/proc/19360/task/19426/stat : 19426 (java) S 19357 19360 12222 0 -1 1077944384 528 13191 0 0 5 6 4 3 20 0 15 0 107265939 11345952768 241131 33554432000 4194304 4196468 140724530183488 140633187490480 140633765939842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
Current children cumulated CPU time: 236.98 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 964524 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+237.101 s]
/proc/loadavg: 1.26 1.77 1.89 3/215 19555
/proc/meminfo: memFree=21984792/32770624 swapFree=67108404/67108860
[pid=19360] ppid=19357 vsize=11080032 memory=964524 CPUtime=252.03 cores=1,3,5,7
/proc/19360/stat : 19360 (java) S 19357 19360 12222 0 -1 1077944320 143202 13191 0 0 25121 75 4 3 20 0 15 0 107265924 11345952768 241131 33554432000 4194304 4196468 140724530183488 140724530166032 140633765928695 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
/proc/19360/statm: 2770008 241131 3529 1 0 2731661 0
[pid=19360/tid=19413] ppid=19357 vsize=11080032 memory=964524 CPUtime=235.19 cores=1,3,5,7
/proc/19360/task/19413/stat : 19413 (java) R 19357 19360 12222 0 -1 4202560 61503 13191 0 0 23487 25 4 3 20 0 15 0 107265933 11345952768 241131 33554432000 4194304 4196468 140724530183488 140633737763296 140633303976103 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19414] ppid=19357 vsize=11080032 memory=1408 CPUtime=0.9 cores=1,3,5,7
/proc/19360/task/19414/stat : 19414 (java) S 19357 19360 12222 0 -1 1077944384 4295 13191 0 0 77 6 4 3 20 0 15 0 107265934 11345952768 241131 33554432000 4194304 4196468 140724530183488 140633770171536 140633765938901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19415] ppid=19357 vsize=11080032 memory=3124 CPUtime=0.91 cores=1,3,5,7
/proc/19360/task/19415/stat : 19415 (java) S 19357 19360 12222 0 -1 1077944384 3131 13191 0 0 75 9 4 3 20 0 15 0 107265934 11345952768 241131 33554432000 4194304 4196468 140724530183488 140633624890384 140633765938901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19416] ppid=19357 vsize=11080032 memory=954972 CPUtime=0.9 cores=1,3,5,7
/proc/19360/task/19416/stat : 19416 (java) S 19357 19360 12222 0 -1 1077944384 1133 13191 0 0 77 6 4 3 20 0 15 0 107265934 11345952768 241131 33554432000 4194304 4196468 140724530183488 140633623837584 140633765938901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19417] ppid=19357 vsize=11080032 memory=1840 CPUtime=0.89 cores=1,3,5,7
/proc/19360/task/19417/stat : 19417 (java) S 19357 19360 12222 0 -1 1077944384 3303 13191 0 0 75 7 4 3 20 0 15 0 107265934 11345952768 241131 33554432000 4194304 4196468 140724530183488 140633622784784 140633765938901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19418] ppid=19357 vsize=11080032 memory=6791534058613427641 CPUtime=0.81 cores=1,3,5,7
/proc/19360/task/19418/stat : 19418 (java) S 19357 19360 12222 0 -1 1077944384 2164 13191 0 0 70 4 4 3 20 0 15 0 107265935 11345952768 241131 33554432000 4194304 4196468 140724530183488 140633191700848 140633765939842 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19419] ppid=19357 vsize=11080032 memory=796 CPUtime=0.07 cores=1,3,5,7
/proc/19360/task/19419/stat : 19419 (java) S 19357 19360 12222 0 -1 1077944384 17 13191 0 0 0 0 4 3 20 0 15 0 107265935 11345952768 241131 33554432000 4194304 4196468 140724530183488 140632543716512 140633765938901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19420] ppid=19357 vsize=11080032 memory=11008 CPUtime=0.07 cores=1,3,5,7
/proc/19360/task/19420/stat : 19420 (java) S 19357 19360 12222 0 -1 1077944384 10 13191 0 0 0 0 4 3 20 0 15 0 107265936 11345952768 241131 33554432000 4194304 4196468 140724530183488 140632395867008 140633765938901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19421] ppid=19357 vsize=11080032 memory=1008 CPUtime=0.07 cores=1,3,5,7
/proc/19360/task/19421/stat : 19421 (java) S 19357 19360 12222 0 -1 1077944384 3 13191 0 0 0 0 4 3 20 0 15 0 107265938 11345952768 241131 33554432000 4194304 4196468 140724530183488 140632088467280 140633765947291 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19422] ppid=19357 vsize=11080032 memory=1952 CPUtime=5 cores=1,3,5,7
/proc/19360/task/19422/stat : 19422 (java) S 19357 19360 12222 0 -1 1077944384 18916 13191 0 0 490 3 4 3 20 0 15 0 107265938 11345952768 241131 33554432000 4194304 4196468 140724530183488 140633190648688 140633765939842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19423] ppid=19357 vsize=11080032 memory=288230574492221466 CPUtime=5.44 cores=1,3,5,7
/proc/19360/task/19423/stat : 19423 (java) S 19357 19360 12222 0 -1 1077944384 23554 13191 0 0 533 4 4 3 20 0 15 0 107265938 11345952768 241131 33554432000 4194304 4196468 140724530183488 140633189595888 140633765939842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19424] ppid=19357 vsize=11080032 memory=303430231908417850 CPUtime=2.32 cores=1,3,5,7
/proc/19360/task/19424/stat : 19424 (java) S 19357 19360 12222 0 -1 1077944384 22449 13191 0 0 220 5 4 3 20 0 15 0 107265938 11345952768 241131 33554432000 4194304 4196468 140724530183488 140633188543088 140633765939842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19425] ppid=19357 vsize=11080032 memory=15255930832947754 CPUtime=0.07 cores=1,3,5,7
/proc/19360/task/19425/stat : 19425 (java) S 19357 19360 12222 0 -1 1077944384 3 13191 0 0 0 0 4 3 20 0 15 0 107265939 11345952768 241131 33554432000 4194304 4196468 140724530183488 140631657671392 140633765938901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
[pid=19360/tid=19426] ppid=19357 vsize=11080032 memory=1300 CPUtime=0.18 cores=1,3,5,7
/proc/19360/task/19426/stat : 19426 (java) S 19357 19360 12222 0 -1 1077944384 528 13191 0 0 5 6 4 3 20 0 15 0 107265939 11345952768 241131 33554432000 4194304 4196468 140724530183488 140633187490480 140633765939842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15982592 140724530190952 140724530193761 140724530193761 140724530196431 0
Current children cumulated CPU time: 252.03 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 964524 KiB

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

[startup+237.137 s]
# the end of solver process 19360 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.279 s, system=0.806458 s

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

Child status: 143
Real time (s): 237.137
CPU time (s): 252.086
CPU user time (s): 251.279
CPU system time (s): 0.806458
CPU usage (%): 106.304
Max. virtual memory (cumulated for all children) (KiB): 11082864
Max. memory (cumulated for all children) (KiB): 982748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.279
system time used= 0.806458
maximum resident set size= 982980
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 157057
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= 29478
involuntary context switches= 650


# summary of solver processes directly reported to runsolver:
#   pid: 19360
#   total CPU time (s): 252.086
#   total CPU user time (s): 251.279
#   total CPU system time (s): 0.806458

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.4033 second user time and 2.27133 second system time

The end

Launcher Data

Begin job on node148 at 2018-07-29 22:43:48
IDJOB=4302733
IDBENCH=141316
IDSOLVER=2777
FILE ID=node148/4302733-1532897028
RUNJOBID= node148-1532892979-13581
PBS_JOBID= 21022520
Free space on /tmp= 47660 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/PizzaVoucher/PizzaVoucher-18a_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302733-1532897028/watcher-4302733-1532897028 -o /tmp/evaluation-result-4302733-1532897028/solver-4302733-1532897028 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532892979-13581 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=1757124986 -superng HOME/instance-4302733-1532897028.xml

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

MD5SUM BENCH= 3728d9c98e9ec51874bb5385faf79653
RANDOM SEED=1757124986

node148.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.50
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.50
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.50
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.50
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:        17412780 kB
MemAvailable:   25582188 kB
Buffers:          248240 kB
Cached:          8071748 kB
SwapCached:          352 kB
Active:          8335552 kB
Inactive:        6376216 kB
Active(anon):    6345200 kB
Inactive(anon):    74228 kB
Active(file):    1990352 kB
Inactive(file):  6301988 kB
Unevictable:        7080 kB
Mlocked:            7080 kB
SwapTotal:      67108860 kB
SwapFree:       67108404 kB
Dirty:             26432 kB
Writeback:             0 kB
AnonPages:       6349312 kB
Mapped:            58028 kB
Shmem:             25016 kB
Slab:             334640 kB
SReclaimable:     305528 kB
SUnreclaim:        29112 kB
KernelStack:        3856 kB
PageTables:        17516 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    7966540 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6111232 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 47752 MiB
End job on node148 at 2018-07-29 22:47:45