Trace number 4304483

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)53 2520.14 2467.63

General information on the benchmark

NamePizzaVoucher/
PizzaVoucher-18a_c18.xml
MD5SUM3728d9c98e9ec51874bb5385faf79653
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark49
Best CPU time to get the best result obtained on this benchmark1175.91
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.99/0.74	c Concrete v3.9.2.1532736233296 running
14.45/6.46	o 73
14.45/6.49	o 72
14.73/6.51	o 65
14.73/6.56	o 64
15.60/7.05	o 63
16.37/7.73	o 59
16.37/7.73	o 58
17.12/8.36	o 57
17.55/8.68	o 56
17.81/8.87	o 55
18.73/9.61	o 54
139.98/127.87	o 53
2520.09/2467.60	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.09/2467.60		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.09/2467.60		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.09/2467.60		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.09/2467.60		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.09/2467.60		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.09/2467.60		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.09/2467.60		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.09/2467.60		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.09/2467.60		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.09/2467.60		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
2520.09/2467.60		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.09/2467.60		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.09/2467.60		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
2520.09/2467.60		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.09/2467.60		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.09/2467.60		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:109)
2520.09/2467.60		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.09/2467.60		at scala.Option.map(Option.scala:146)
2520.09/2467.60		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.09/2467.60		at concrete.MAC.mac(MAC.scala:203)
2520.09/2467.60		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.09/2467.60		at scala.util.Try$.apply(Try.scala:209)
2520.09/2467.60		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.09/2467.60		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.09/2467.60		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.09/2467.60		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.09/2467.60		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.09/2467.60		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.09/2467.60		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.09/2467.60		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.09/2467.60		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.09/2467.60		at concrete.MAC.oneRun(MAC.scala:253)
2520.09/2467.60		at concrete.MAC.nextSolution(MAC.scala:272)
2520.09/2467.60		at concrete.MAC.nextSolution(MAC.scala:355)
2520.09/2467.60		at concrete.Solver.hasNext(Solver.scala:166)
2520.09/2467.60		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.09/2467.60		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.09/2467.60		at concrete.Solver.foreach(Solver.scala:68)
2520.09/2467.60		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.09/2467.60		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.09/2467.60		at scala.util.Success.map(Try.scala:209)
2520.09/2467.60		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.09/2467.60		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.09/2467.60		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.09/2467.60		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.09/2467.60		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.09/2467.60		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.09/2467.60		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.09/2467.60		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.09/2467.60		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.09/2467.60		at scala.collection.immutable.List.foreach(List.scala:389)
2520.09/2467.60		at scala.App.main(App.scala:76)
2520.09/2467.60		at scala.App.main$(App.scala:74)
2520.09/2467.60		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.09/2467.60		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.09/2467.61	v <instantiation cost="53">
2520.09/2467.61	v       <list>
2520.09/2467.61	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]
2520.09/2467.61	v       </list>
2520.09/2467.61	v       <values>
2520.09/2467.61	v         -3 3 -5 2 13 13 -13 13 2 0 3 5 14 13 -2 -13 -14 6 0 1 1 0 1 0 0 0 0 0 0 0 2 1 0 2 2 0 1 1 0 0 0 0 0 0 4 1 5 0 6 0 0 0 8 0 0 4 0 0 0 0 10 8 12 0
2520.09/2467.61	v       </values>
2520.09/2467.61	v     </instantiation>
2520.09/2467.61	s SATISFIABLE

Verifier Data

OK	53

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304483-1534094936/watcher-4304483-1534094936 -o /tmp/evaluation-result-4304483-1534094936/solver-4304483-1534094936 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1534093409-26323 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1491350628 HOME/instance-4304483-1534094936.xml 

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

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


[startup+0.100062 s]*
/proc/loadavg: 3.57 3.15 2.87 6/206 27030
/proc/meminfo: memFree=10495904/32770624 swapFree=67108404/67108860
[pid=26973] ppid=26970 vsize=10005480 memory=18860 CPUtime=0.08 cores=0,2,4,6
/proc/26973/stat : 26973 (java) S 26970 26973 21340 0 -1 1077944320 4385 12867 0 0 1 0 5 2 20 0 6 0 227056737 10245611520 4715 33554432000 4194304 4196468 140731856841920 140731856824464 140138463026935 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
/proc/26973/statm: 2501370 4715 1934 1 0 2489808 0
[pid=26973/tid=27026] ppid=26970 vsize=10005480 memory=4279135703913235855 CPUtime=0.08 cores=0,2,4,6
/proc/26973/task/27026/stat : 27026 (java) R 26970 26973 21340 0 -1 4202560 2204 12867 0 0 1 0 5 2 20 0 6 0 227056746 10245611520 4780 33554432000 4194304 4196468 140731856841920 140138434863696 140138455704949 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27027] ppid=26970 vsize=10005480 memory=-7522837583129502606 CPUtime=0.07 cores=0,2,4,6
/proc/26973/task/27027/stat : 27027 (java) S 26970 26973 21340 0 -1 1077944384 1 12867 0 0 0 0 5 2 20 0 6 0 227056747 10245611520 4780 33554432000 4194304 4196468 140731856841920 140138467269136 140138463037141 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27028] ppid=26970 vsize=10005480 memory=139936795825792 CPUtime=0.07 cores=0,2,4,6
/proc/26973/task/27028/stat : 27028 (java) S 26970 26973 21340 0 -1 1077944384 2 12867 0 0 0 0 5 2 20 0 6 0 227056747 10245611520 4780 33554432000 4194304 4196468 140731856841920 140138348534416 140138463037141 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27029] ppid=26970 vsize=10005480 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26973/task/27029/stat : 27029 (java) S 26970 26973 21340 0 -1 1077944384 1 12867 0 0 0 0 5 2 20 0 6 0 227056747 10245611520 4780 33554432000 4194304 4196468 140731856841920 140138347481360 140138463037141 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27030] ppid=26970 vsize=10005480 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/26973/task/27030/stat : 27030 (java) S 26970 26973 21340 0 -1 1077944384 2 12867 0 0 0 0 5 2 20 0 6 0 227056747 10245611520 4780 33554432000 4194304 4196468 140731856841920 140138346428816 140138463037141 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 18860 KiB

[startup+0.209944 s]*
/proc/loadavg: 3.57 3.15 2.87 6/215 27039
/proc/meminfo: memFree=10473312/32770624 swapFree=67108404/67108860
[pid=26973] ppid=26970 vsize=10983736 memory=47776 CPUtime=0.25 cores=0,2,4,6
/proc/26973/stat : 26973 (java) S 26970 26973 21340 0 -1 1077944320 8140 12867 0 0 16 2 5 2 20 0 15 0 227056737 11247345664 11944 33554432000 4194304 4196468 140731856841920 140731856824464 140138463026935 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
/proc/26973/statm: 2745934 11944 2948 1 0 2708357 0
[pid=26973/tid=27026] ppid=26970 vsize=10985364 memory=7022364594140610616 CPUtime=0.18 cores=0,2,4,6
/proc/26973/task/27026/stat : 27026 (java) R 26970 26973 21340 0 -1 4202560 4812 12867 0 0 10 1 5 2 20 0 15 0 227056746 11249012736 12076 33554432000 4194304 4196468 140731856841920 140138434851744 140138455706653 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27027] ppid=26970 vsize=10985364 memory=364 CPUtime=0.07 cores=0,2,4,6
/proc/26973/task/27027/stat : 27027 (java) S 26970 26973 21340 0 -1 1077944384 1 12867 0 0 0 0 5 2 20 0 15 0 227056747 11249012736 12076 33554432000 4194304 4196468 140731856841920 140138467269136 140138463037141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27028] ppid=26970 vsize=10985364 memory=139936795850594 CPUtime=0.07 cores=0,2,4,6
/proc/26973/task/27028/stat : 27028 (java) S 26970 26973 21340 0 -1 1077944384 2 12867 0 0 0 0 5 2 20 0 15 0 227056747 11249012736 12076 33554432000 4194304 4196468 140731856841920 140138348534416 140138463037141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27029] ppid=26970 vsize=10985364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26973/task/27029/stat : 27029 (java) S 26970 26973 21340 0 -1 1077944384 1 12867 0 0 0 0 5 2 20 0 15 0 227056747 11249012736 12076 33554432000 4194304 4196468 140731856841920 140138347481360 140138463037141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27030] ppid=26970 vsize=10985364 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/26973/task/27030/stat : 27030 (java) S 26970 26973 21340 0 -1 1077944384 2 12867 0 0 0 0 5 2 20 0 15 0 227056747 11249012736 12142 33554432000 4194304 4196468 140731856841920 140138346428816 140138463037141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27031] ppid=26970 vsize=10985364 memory=139936795825792 CPUtime=0.07 cores=0,2,4,6
/proc/26973/task/27031/stat : 27031 (java) S 26970 26973 21340 0 -1 1077944384 2 12867 0 0 0 0 5 2 20 0 15 0 227056748 11249012736 12142 33554432000 4194304 4196468 140731856841920 140137956047600 140138463038082 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27032] ppid=26970 vsize=10985364 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/26973/task/27032/stat : 27032 (java) S 26970 26973 21340 0 -1 1077944384 13 12867 0 0 0 0 5 2 20 0 15 0 227056749 11249012736 12142 33554432000 4194304 4196468 140731856841920 140137213191840 140138463037141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27033] ppid=26970 vsize=10985364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26973/task/27033/stat : 27033 (java) S 26970 26973 21340 0 -1 1077944384 1 12867 0 0 0 0 5 2 20 0 15 0 227056749 11249012736 12142 33554432000 4194304 4196468 140731856841920 140137065342192 140138463037141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27034] ppid=26970 vsize=10985364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26973/task/27034/stat : 27034 (java) S 26970 26973 21340 0 -1 1077944384 3 12867 0 0 0 0 5 2 20 0 15 0 227056752 11249012736 12142 33554432000 4194304 4196468 140731856841920 140136757942736 140138463045531 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27035] ppid=26970 vsize=10985364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26973/task/27035/stat : 27035 (java) S 26970 26973 21340 0 -1 1077944384 361 12867 0 0 1 0 5 2 20 0 15 0 227056752 11249012736 12208 33554432000 4194304 4196468 140731856841920 140137954994416 140138463038082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27036] ppid=26970 vsize=10985364 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/26973/task/27036/stat : 27036 (java) S 26970 26973 21340 0 -1 1077944384 252 12867 0 0 0 0 5 2 20 0 15 0 227056752 11249012736 12208 33554432000 4194304 4196468 140731856841920 140137953941872 140138463038082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27037] ppid=26970 vsize=10985364 memory=139936795825792 CPUtime=0.1 cores=0,2,4,6
/proc/26973/task/27037/stat : 27037 (java) S 26970 26973 21340 0 -1 1077944384 607 12867 0 0 3 0 5 2 20 0 15 0 227056752 11249012736 12208 33554432000 4194304 4196468 140731856841920 140137952888816 140138463038082 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27038] ppid=26970 vsize=10985364 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/26973/task/27038/stat : 27038 (java) S 26970 26973 21340 0 -1 1077944384 3 12867 0 0 0 0 5 2 20 0 15 0 227056752 11249012736 12208 33554432000 4194304 4196468 140731856841920 140136327145824 140138463037141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27039] ppid=26970 vsize=10985364 memory=139936795825792 CPUtime=0.07 cores=0,2,4,6
/proc/26973/task/27039/stat : 27039 (java) S 26970 26973 21340 0 -1 1077944384 1 12867 0 0 0 0 5 2 20 0 15 0 227056752 11249012736 12208 33554432000 4194304 4196468 140731856841920 140137951837232 140138463038082 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10983736 KiB
Current children cumulated memory: 47776 KiB

[startup+0.310308 s]*
/proc/loadavg: 3.57 3.15 2.87 6/215 27039
/proc/meminfo: memFree=10460548/32770624 swapFree=67108404/67108860
[pid=26973] ppid=26970 vsize=10983192 memory=57428 CPUtime=0.38 cores=0,2,4,6
/proc/26973/stat : 26973 (java) S 26970 26973 21340 0 -1 1077944320 10416 12867 0 0 28 3 5 2 20 0 15 0 227056737 11246788608 14357 33554432000 4194304 4196468 140731856841920 140731856824464 140138463026935 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
/proc/26973/statm: 2745798 14357 3067 1 0 2708109 0
[pid=26973/tid=27026] ppid=26970 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/26973/task/27026/stat : 27026 (java) R 26970 26973 21340 0 -1 4202560 6969 12867 0 0 19 2 5 2 20 0 15 0 227056746 11246788608 14357 33554432000 4194304 4196468 140731856841920 140138434843488 140138463048861 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27027] ppid=26970 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26973/task/27027/stat : 27027 (java) S 26970 26973 21340 0 -1 1077944384 1 12867 0 0 0 0 5 2 20 0 15 0 227056747 11246788608 14357 33554432000 4194304 4196468 140731856841920 140138467269136 140138463037141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27028] ppid=26970 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26973/task/27028/stat : 27028 (java) S 26970 26973 21340 0 -1 1077944384 2 12867 0 0 0 0 5 2 20 0 15 0 227056747 11246788608 14357 33554432000 4194304 4196468 140731856841920 140138348534416 140138463037141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27029] ppid=26970 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26973/task/27029/stat : 27029 (java) S 26970 26973 21340 0 -1 1077944384 1 12867 0 0 0 0 5 2 20 0 15 0 227056747 11246788608 14357 33554432000 4194304 4196468 140731856841920 140138347481360 140138463037141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27030] ppid=26970 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26973/task/27030/stat : 27030 (java) S 26970 26973 21340 0 -1 1077944384 2 12867 0 0 0 0 5 2 20 0 15 0 227056747 11246788608 14357 33554432000 4194304 4196468 140731856841920 140138346428816 140138463037141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27031] ppid=26970 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26973/task/27031/stat : 27031 (java) S 26970 26973 21340 0 -1 1077944384 2 12867 0 0 0 0 5 2 20 0 15 0 227056748 11246788608 14357 33554432000 4194304 4196468 140731856841920 140137956047600 140138463038082 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27032] ppid=26970 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/26973/task/27032/stat : 27032 (java) S 26970 26973 21340 0 -1 1077944384 13 12867 0 0 0 0 5 2 20 0 15 0 227056749 11246788608 14357 33554432000 4194304 4196468 140731856841920 140137213191840 140138463037141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27033] ppid=26970 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26973/task/27033/stat : 27033 (java) S 26970 26973 21340 0 -1 1077944384 1 12867 0 0 0 0 5 2 20 0 15 0 227056749 11246788608 14357 33554432000 4194304 4196468 140731856841920 140137065342192 140138463037141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27034] ppid=26970 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26973/task/27034/stat : 27034 (java) S 26970 26973 21340 0 -1 1077944384 3 12867 0 0 0 0 5 2 20 0 15 0 227056752 11246788608 14357 33554432000 4194304 4196468 140731856841920 140136757942736 140138463045531 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27035] ppid=26970 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26973/task/27035/stat : 27035 (java) S 26970 26973 21340 0 -1 1077944384 362 12867 0 0 1 0 5 2 20 0 15 0 227056752 11246788608 14357 33554432000 4194304 4196468 140731856841920 140137954994416 140138463038082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27036] ppid=26970 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/26973/task/27036/stat : 27036 (java) S 26970 26973 21340 0 -1 1077944384 255 12867 0 0 1 0 5 2 20 0 15 0 227056752 11246788608 14357 33554432000 4194304 4196468 140731856841920 140137953941872 140138463038082 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27037] ppid=26970 vsize=10983192 memory=139936795825792 CPUtime=0.11 cores=0,2,4,6
/proc/26973/task/27037/stat : 27037 (java) R 26970 26973 21340 0 -1 4202560 613 12867 0 0 4 0 5 2 20 0 15 0 227056752 11246788608 14357 33554432000 4194304 4196468 140731856841920 140137952888816 140138442160847 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27038] ppid=26970 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/26973/task/27038/stat : 27038 (java) S 26970 26973 21340 0 -1 1077944384 3 12867 0 0 0 0 5 2 20 0 15 0 227056752 11246788608 14357 33554432000 4194304 4196468 140731856841920 140136327145824 140138463037141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27039] ppid=26970 vsize=10983192 memory=139936795825792 CPUtime=0.07 cores=0,2,4,6
/proc/26973/task/27039/stat : 27039 (java) S 26970 26973 21340 0 -1 1077944384 1 12867 0 0 0 0 5 2 20 0 15 0 227056752 11246788608 14357 33554432000 4194304 4196468 140731856841920 140137951837232 140138463038082 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 57428 KiB

[startup+0.700769 s]
/proc/loadavg: 3.57 3.15 2.87 6/215 27039
/proc/meminfo: memFree=10448968/32770624 swapFree=67108404/67108860
[pid=26973] ppid=26970 vsize=10983192 memory=90456 CPUtime=0.99 cores=0,2,4,6
/proc/26973/stat : 26973 (java) S 26970 26973 21340 0 -1 1077944320 16742 12867 0 0 87 5 5 2 20 0 15 0 227056737 11246788608 22614 33554432000 4194304 4196468 140731856841920 140731856824464 140138463026935 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
/proc/26973/statm: 2745798 22614 3238 1 0 2708109 0
[pid=26973/tid=27026] ppid=26970 vsize=10983192 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/26973/task/27026/stat : 27026 (java) R 26970 26973 21340 0 -1 4202560 12199 12867 0 0 55 4 5 2 20 0 15 0 227056746 11246788608 22614 33554432000 4194304 4196468 140731856841920 140138434847760 140138444590439 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27027] ppid=26970 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26973/task/27027/stat : 27027 (java) S 26970 26973 21340 0 -1 1077944384 1 12867 0 0 0 0 5 2 20 0 15 0 227056747 11246788608 22614 33554432000 4194304 4196468 140731856841920 140138467269136 140138463037141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27028] ppid=26970 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26973/task/27028/stat : 27028 (java) S 26970 26973 21340 0 -1 1077944384 2 12867 0 0 0 0 5 2 20 0 15 0 227056747 11246788608 22614 33554432000 4194304 4196468 140731856841920 140138348534416 140138463037141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27029] ppid=26970 vsize=10983192 memory=139936678425392 CPUtime=0.07 cores=0,2,4,6
/proc/26973/task/27029/stat : 27029 (java) S 26970 26973 21340 0 -1 1077944384 1 12867 0 0 0 0 5 2 20 0 15 0 227056747 11246788608 22614 33554432000 4194304 4196468 140731856841920 140138347481360 140138463037141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27030] ppid=26970 vsize=10983192 memory=139938624438860 CPUtime=0.07 cores=0,2,4,6
/proc/26973/task/27030/stat : 27030 (java) S 26970 26973 21340 0 -1 1077944384 2 12867 0 0 0 0 5 2 20 0 15 0 227056747 11246788608 22614 33554432000 4194304 4196468 140731856841920 140138346428816 140138463037141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27031] ppid=26970 vsize=10983192 memory=4000 CPUtime=0.07 cores=0,2,4,6
/proc/26973/task/27031/stat : 27031 (java) S 26970 26973 21340 0 -1 1077944384 5 12867 0 0 0 0 5 2 20 0 15 0 227056748 11246788608 22614 33554432000 4194304 4196468 140731856841920 140137956047600 140138463038082 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27032] ppid=26970 vsize=10983192 memory=4639098309541128813 CPUtime=0.07 cores=0,2,4,6
/proc/26973/task/27032/stat : 27032 (java) S 26970 26973 21340 0 -1 1077944384 13 12867 0 0 0 0 5 2 20 0 15 0 227056749 11246788608 22614 33554432000 4194304 4196468 140731856841920 140137213191840 140138463037141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27033] ppid=26970 vsize=10983192 memory=6082220498126138728 CPUtime=0.07 cores=0,2,4,6
/proc/26973/task/27033/stat : 27033 (java) S 26970 26973 21340 0 -1 1077944384 1 12867 0 0 0 0 5 2 20 0 15 0 227056749 11246788608 22614 33554432000 4194304 4196468 140731856841920 140137065342192 140138463037141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27034] ppid=26970 vsize=10983192 memory=4044 CPUtime=0.07 cores=0,2,4,6
/proc/26973/task/27034/stat : 27034 (java) S 26970 26973 21340 0 -1 1077944384 3 12867 0 0 0 0 5 2 20 0 15 0 227056752 11246788608 22614 33554432000 4194304 4196468 140731856841920 140136757942736 140138463045531 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27035] ppid=26970 vsize=10983192 memory=34076 CPUtime=0.15 cores=0,2,4,6
/proc/26973/task/27035/stat : 27035 (java) S 26970 26973 21340 0 -1 1077944384 788 12867 0 0 8 0 5 2 20 0 15 0 227056752 11246788608 22614 33554432000 4194304 4196468 140731856841920 140137954994416 140138463038082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27036] ppid=26970 vsize=10983192 memory=14644 CPUtime=0.16 cores=0,2,4,6
/proc/26973/task/27036/stat : 27036 (java) S 26970 26973 21340 0 -1 1077944384 826 12867 0 0 9 0 5 2 20 0 15 0 227056752 11246788608 22614 33554432000 4194304 4196468 140731856841920 140137953941872 140138463038082 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27037] ppid=26970 vsize=10983192 memory=1720 CPUtime=0.2 cores=0,2,4,6
/proc/26973/task/27037/stat : 27037 (java) S 26970 26973 21340 0 -1 1077944384 709 12867 0 0 13 0 5 2 20 0 15 0 227056752 11246788608 22614 33554432000 4194304 4196468 140731856841920 140137952888816 140138463038082 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27038] ppid=26970 vsize=10983192 memory=508 CPUtime=0.07 cores=0,2,4,6
/proc/26973/task/27038/stat : 27038 (java) S 26970 26973 21340 0 -1 1077944384 3 12867 0 0 0 0 5 2 20 0 15 0 227056752 11246788608 22614 33554432000 4194304 4196468 140731856841920 140136327145824 140138463037141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27039] ppid=26970 vsize=10983192 memory=928 CPUtime=0.07 cores=0,2,4,6
/proc/26973/task/27039/stat : 27039 (java) S 26970 26973 21340 0 -1 1077944384 1 12867 0 0 0 0 5 2 20 0 15 0 227056752 11246788608 22614 33554432000 4194304 4196468 140731856841920 140137951837232 140138463038082 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 90456 KiB

[startup+1.50077 s]
/proc/loadavg: 3.57 3.15 2.87 3/215 27039
/proc/meminfo: memFree=10402512/32770624 swapFree=67108404/67108860
[pid=26973] ppid=26970 vsize=10998092 memory=181904 CPUtime=2.3 cores=0,2,4,6
/proc/26973/stat : 26973 (java) S 26970 26973 21340 0 -1 1077944320 23983 12867 0 0 213 10 5 2 20 0 15 0 227056737 11262046208 45476 33554432000 4194304 4196468 140731856841920 140731856824464 140138463026935 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
/proc/26973/statm: 2749523 45476 3469 1 0 2711181 0
[pid=26973/tid=27026] ppid=26970 vsize=10998092 memory=67152 CPUtime=1.43 cores=0,2,4,6
/proc/26973/task/27026/stat : 27026 (java) R 26970 26973 21340 0 -1 4202560 17700 12867 0 0 130 6 5 2 20 0 15 0 227056746 11262046208 45476 33554432000 4194304 4196468 140731856841920 140138434856864 140138447107422 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27027] ppid=26970 vsize=10998092 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/26973/task/27027/stat : 27027 (java) S 26970 26973 21340 0 -1 1077944384 217 12867 0 0 1 0 5 2 20 0 15 0 227056747 11262046208 45476 33554432000 4194304 4196468 140731856841920 140138467269136 140138463037141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27028] ppid=26970 vsize=10998092 memory=279873356882080 CPUtime=0.08 cores=0,2,4,6
/proc/26973/task/27028/stat : 27028 (java) S 26970 26973 21340 0 -1 1077944384 18 12867 0 0 1 0 5 2 20 0 15 0 227056747 11262046208 45476 33554432000 4194304 4196468 140731856841920 140138348534416 140138463037141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27029] ppid=26970 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26973/task/27029/stat : 27029 (java) S 26970 26973 21340 0 -1 1077944384 62 12867 0 0 1 0 5 2 20 0 15 0 227056747 11262046208 45476 33554432000 4194304 4196468 140731856841920 140138347481360 140138463037141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27030] ppid=26970 vsize=10998092 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26973/task/27030/stat : 27030 (java) S 26970 26973 21340 0 -1 1077944384 32 12867 0 0 0 0 5 2 20 0 15 0 227056747 11262046208 45476 33554432000 4194304 4196468 140731856841920 140138346428816 140138463037141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27031] ppid=26970 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26973/task/27031/stat : 27031 (java) S 26970 26973 21340 0 -1 1077944384 48 12867 0 0 1 0 5 2 20 0 15 0 227056748 11262046208 45476 33554432000 4194304 4196468 140731856841920 140137956047600 140138463038082 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27032] ppid=26970 vsize=10998092 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26973/task/27032/stat : 27032 (java) S 26970 26973 21340 0 -1 1077944384 13 12867 0 0 0 0 5 2 20 0 15 0 227056749 11262046208 45476 33554432000 4194304 4196468 140731856841920 140137213191904 140138463037141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27033] ppid=26970 vsize=10998092 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26973/task/27033/stat : 27033 (java) S 26970 26973 21340 0 -1 1077944384 2 12867 0 0 0 0 5 2 20 0 15 0 227056749 11262046208 45476 33554432000 4194304 4196468 140731856841920 140137065342192 140138463037141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27034] ppid=26970 vsize=10998092 memory=-5921431000321636112 CPUtime=0.07 cores=0,2,4,6
/proc/26973/task/27034/stat : 27034 (java) S 26970 26973 21340 0 -1 1077944384 3 12867 0 0 0 0 5 2 20 0 15 0 227056752 11262046208 45476 33554432000 4194304 4196468 140731856841920 140136757942736 140138463045531 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27035] ppid=26970 vsize=10998092 memory=0 CPUtime=0.3 cores=0,2,4,6
/proc/26973/task/27035/stat : 27035 (java) S 26970 26973 21340 0 -1 1077944384 1331 12867 0 0 23 0 5 2 20 0 15 0 227056752 11262046208 45476 33554432000 4194304 4196468 140731856841920 140137954994416 140138463038082 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27036] ppid=26970 vsize=10998092 memory=10 CPUtime=0.25 cores=0,2,4,6
/proc/26973/task/27036/stat : 27036 (java) S 26970 26973 21340 0 -1 1077944384 1023 12867 0 0 18 0 5 2 20 0 15 0 227056752 11262046208 45476 33554432000 4194304 4196468 140731856841920 140137953941872 140138463038082 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27037] ppid=26970 vsize=10998092 memory=6791534058613427641 CPUtime=0.41 cores=0,2,4,6
/proc/26973/task/27037/stat : 27037 (java) S 26970 26973 21340 0 -1 1077944384 1342 12867 0 0 34 0 5 2 20 0 15 0 227056752 11262046208 45476 33554432000 4194304 4196468 140731856841920 140137952888816 140138463038082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27038] ppid=26970 vsize=10998092 memory=4638778398332698720 CPUtime=0.07 cores=0,2,4,6
/proc/26973/task/27038/stat : 27038 (java) S 26970 26973 21340 0 -1 1077944384 3 12867 0 0 0 0 5 2 20 0 15 0 227056752 11262046208 45476 33554432000 4194304 4196468 140731856841920 140136327145824 140138463037141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27039] ppid=26970 vsize=10998092 memory=279873357126528 CPUtime=0.07 cores=0,2,4,6
/proc/26973/task/27039/stat : 27039 (java) S 26970 26973 21340 0 -1 1077944384 1 12867 0 0 0 0 5 2 20 0 15 0 227056752 11262046208 45476 33554432000 4194304 4196468 140731856841920 140137951837232 140138463038082 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
Current children cumulated CPU time: 2.3 s
Current children cumulated vsize: 10998092 KiB

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

/proc/26973/task/27026/stat : 27026 (java) R 26970 26973 21340 0 -1 4202560 100477 12867 0 0 229487 58 5 2 20 0 15 0 227056746 11345952768 292171 33554432000 4194304 4196468 140731856841920 140138434861568 140138037538402 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27027] ppid=26970 vsize=11080032 memory=1168684 CPUtime=11.89 cores=0,2,4,6
/proc/26973/task/27027/stat : 27027 (java) S 26970 26973 21340 0 -1 1077944384 12796 12867 0 0 1128 54 5 2 20 0 15 0 227056747 11345952768 292171 33554432000 4194304 4196468 140731856841920 140138467269136 140138463037141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27028] ppid=26970 vsize=11080032 memory=1168684 CPUtime=11.85 cores=0,2,4,6
/proc/26973/task/27028/stat : 27028 (java) S 26970 26973 21340 0 -1 1077944384 12253 12867 0 0 1122 56 5 2 20 0 15 0 227056747 11345952768 292171 33554432000 4194304 4196468 140731856841920 140138348534416 140138463037141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27029] ppid=26970 vsize=11080032 memory=1168684 CPUtime=11.9 cores=0,2,4,6
/proc/26973/task/27029/stat : 27029 (java) S 26970 26973 21340 0 -1 1077944384 16178 12867 0 0 1119 64 5 2 20 0 15 0 227056747 11345952768 292171 33554432000 4194304 4196468 140731856841920 140138347481360 140138463037141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27030] ppid=26970 vsize=11080032 memory=1168684 CPUtime=11.89 cores=0,2,4,6
/proc/26973/task/27030/stat : 27030 (java) S 26970 26973 21340 0 -1 1077944384 11737 12867 0 0 1127 55 5 2 20 0 15 0 227056747 11345952768 292171 33554432000 4194304 4196468 140731856841920 140138346428816 140138463037141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27031] ppid=26970 vsize=11080032 memory=1168684 CPUtime=11.19 cores=0,2,4,6
/proc/26973/task/27031/stat : 27031 (java) S 26970 26973 21340 0 -1 1077944384 14281 12867 0 0 1055 57 5 2 20 0 15 0 227056748 11345952768 292171 33554432000 4194304 4196468 140731856841920 140137956047600 140138463038082 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27032] ppid=26970 vsize=11080032 memory=1166556 CPUtime=0.07 cores=0,2,4,6
/proc/26973/task/27032/stat : 27032 (java) S 26970 26973 21340 0 -1 1077944384 15 12867 0 0 0 0 5 2 20 0 15 0 227056749 11345952768 292171 33554432000 4194304 4196468 140731856841920 140137213191968 140138463037141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27033] ppid=26970 vsize=11080032 memory=1224 CPUtime=0.07 cores=0,2,4,6
/proc/26973/task/27033/stat : 27033 (java) S 26970 26973 21340 0 -1 1077944384 7 12867 0 0 0 0 5 2 20 0 15 0 227056749 11345952768 292171 33554432000 4194304 4196468 140731856841920 140137065342208 140138463037141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27034] ppid=26970 vsize=11080032 memory=1168684 CPUtime=0.07 cores=0,2,4,6
/proc/26973/task/27034/stat : 27034 (java) S 26970 26973 21340 0 -1 1077944384 3 12867 0 0 0 0 5 2 20 0 15 0 227056752 11345952768 292171 33554432000 4194304 4196468 140731856841920 140136757942736 140138463045531 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27035] ppid=26970 vsize=11080032 memory=1168684 CPUtime=7.06 cores=0,2,4,6
/proc/26973/task/27035/stat : 27035 (java) S 26970 26973 21340 0 -1 1077944384 53634 12867 0 0 691 8 5 2 20 0 15 0 227056752 11345952768 292171 33554432000 4194304 4196468 140731856841920 140137954994416 140138463038082 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27036] ppid=26970 vsize=11080032 memory=1168684 CPUtime=6.75 cores=0,2,4,6
/proc/26973/task/27036/stat : 27036 (java) S 26970 26973 21340 0 -1 1077944384 48741 12867 0 0 662 6 5 2 20 0 15 0 227056752 11345952768 292171 33554432000 4194304 4196468 140731856841920 140137953941872 140138463038082 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27037] ppid=26970 vsize=11080032 memory=1168684 CPUtime=3.64 cores=0,2,4,6
/proc/26973/task/27037/stat : 27037 (java) S 26970 26973 21340 0 -1 1077944384 53905 12867 0 0 349 8 5 2 20 0 15 0 227056752 11345952768 292171 33554432000 4194304 4196468 140731856841920 140137952888816 140138463038082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27038] ppid=26970 vsize=11080032 memory=1168684 CPUtime=0.07 cores=0,2,4,6
/proc/26973/task/27038/stat : 27038 (java) S 26970 26973 21340 0 -1 1077944384 3 12867 0 0 0 0 5 2 20 0 15 0 227056752 11345952768 292171 33554432000 4194304 4196468 140731856841920 140136327145824 140138463037141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27039] ppid=26970 vsize=11080032 memory=916 CPUtime=1.41 cores=0,2,4,6
/proc/26973/task/27039/stat : 27039 (java) S 26970 26973 21340 0 -1 1077944384 1137 12867 0 0 67 67 5 2 20 0 15 0 227056752 11345952768 292171 33554432000 4194304 4196468 140731856841920 140137951837232 140138463038082 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
Current children cumulated CPU time: 2372.57 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1168684 KiB

[startup+2382.3 s]
/proc/loadavg: 1.29 1.40 1.57 3/215 27388
/proc/meminfo: memFree=14947160/32770624 swapFree=67108404/67108860
[pid=26973] ppid=26970 vsize=11080032 memory=1168736 CPUtime=2433.46 cores=0,2,4,6
/proc/26973/stat : 26973 (java) S 26970 26973 21340 0 -1 1077944320 328615 12867 0 0 242964 375 5 2 20 0 15 0 227056737 11345952768 292184 33554432000 4194304 4196468 140731856841920 140731856824464 140138463026935 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
/proc/26973/statm: 2770008 292184 3530 1 0 2731661 0
[pid=26973/tid=27026] ppid=26970 vsize=11080032 memory=928 CPUtime=2354.79 cores=0,2,4,6
/proc/26973/task/27026/stat : 27026 (java) R 26970 26973 21340 0 -1 4202560 101224 12867 0 0 235414 58 5 2 20 0 15 0 227056746 11345952768 292184 33554432000 4194304 4196468 140731856841920 140138434861344 140138037861289 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27027] ppid=26970 vsize=11080032 memory=1168684 CPUtime=12.21 cores=0,2,4,6
/proc/26973/task/27027/stat : 27027 (java) S 26970 26973 21340 0 -1 1077944384 12870 12867 0 0 1158 56 5 2 20 0 15 0 227056747 11345952768 292184 33554432000 4194304 4196468 140731856841920 140138467269136 140138463037141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27028] ppid=26970 vsize=11080032 memory=1168684 CPUtime=12.16 cores=0,2,4,6
/proc/26973/task/27028/stat : 27028 (java) S 26970 26973 21340 0 -1 1077944384 12275 12867 0 0 1152 57 5 2 20 0 15 0 227056747 11345952768 292184 33554432000 4194304 4196468 140731856841920 140138348534416 140138463037141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27029] ppid=26970 vsize=11080032 memory=0 CPUtime=12.22 cores=0,2,4,6
/proc/26973/task/27029/stat : 27029 (java) S 26970 26973 21340 0 -1 1077944384 16309 12867 0 0 1150 65 5 2 20 0 15 0 227056747 11345952768 292184 33554432000 4194304 4196468 140731856841920 140138347481360 140138463037141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27030] ppid=26970 vsize=11080032 memory=1168684 CPUtime=12.22 cores=0,2,4,6
/proc/26973/task/27030/stat : 27030 (java) S 26970 26973 21340 0 -1 1077944384 11785 12867 0 0 1158 57 5 2 20 0 15 0 227056747 11345952768 292184 33554432000 4194304 4196468 140731856841920 140138346428816 140138463037141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27031] ppid=26970 vsize=11080032 memory=1168720 CPUtime=11.49 cores=0,2,4,6
/proc/26973/task/27031/stat : 27031 (java) S 26970 26973 21340 0 -1 1077944384 14494 12867 0 0 1084 58 5 2 20 0 15 0 227056748 11345952768 292184 33554432000 4194304 4196468 140731856841920 140137956047600 140138463038082 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27032] ppid=26970 vsize=11080032 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/26973/task/27032/stat : 27032 (java) S 26970 26973 21340 0 -1 1077944384 15 12867 0 0 0 0 5 2 20 0 15 0 227056749 11345952768 292184 33554432000 4194304 4196468 140731856841920 140137213191968 140138463037141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27033] ppid=26970 vsize=11080032 memory=1168720 CPUtime=0.07 cores=0,2,4,6
/proc/26973/task/27033/stat : 27033 (java) S 26970 26973 21340 0 -1 1077944384 7 12867 0 0 0 0 5 2 20 0 15 0 227056749 11345952768 292184 33554432000 4194304 4196468 140731856841920 140137065342208 140138463037141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27034] ppid=26970 vsize=11080032 memory=1168736 CPUtime=0.07 cores=0,2,4,6
/proc/26973/task/27034/stat : 27034 (java) S 26970 26973 21340 0 -1 1077944384 3 12867 0 0 0 0 5 2 20 0 15 0 227056752 11345952768 292184 33554432000 4194304 4196468 140731856841920 140136757942736 140138463045531 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27035] ppid=26970 vsize=11080032 memory=1168720 CPUtime=7.06 cores=0,2,4,6
/proc/26973/task/27035/stat : 27035 (java) S 26970 26973 21340 0 -1 1077944384 53636 12867 0 0 691 8 5 2 20 0 15 0 227056752 11345952768 292184 33554432000 4194304 4196468 140731856841920 140137954994416 140138463038082 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27036] ppid=26970 vsize=11080032 memory=1168736 CPUtime=6.75 cores=0,2,4,6
/proc/26973/task/27036/stat : 27036 (java) S 26970 26973 21340 0 -1 1077944384 48743 12867 0 0 662 6 5 2 20 0 15 0 227056752 11345952768 292184 33554432000 4194304 4196468 140731856841920 140137953941872 140138463038082 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27037] ppid=26970 vsize=11080032 memory=1168736 CPUtime=3.64 cores=0,2,4,6
/proc/26973/task/27037/stat : 27037 (java) S 26970 26973 21340 0 -1 1077944384 53907 12867 0 0 349 8 5 2 20 0 15 0 227056752 11345952768 292184 33554432000 4194304 4196468 140731856841920 140137952888816 140138463038082 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27038] ppid=26970 vsize=11080032 memory=279873357815904 CPUtime=0.07 cores=0,2,4,6
/proc/26973/task/27038/stat : 27038 (java) S 26970 26973 21340 0 -1 1077944384 3 12867 0 0 0 0 5 2 20 0 15 0 227056752 11345952768 292184 33554432000 4194304 4196468 140731856841920 140136327145824 140138463037141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27039] ppid=26970 vsize=11080032 memory=1168736 CPUtime=1.44 cores=0,2,4,6
/proc/26973/task/27039/stat : 27039 (java) S 26970 26973 21340 0 -1 1077944384 1156 12867 0 0 68 69 5 2 20 0 15 0 227056752 11345952768 292184 33554432000 4194304 4196468 140731856841920 140137951837232 140138463038082 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
Current children cumulated CPU time: 2433.46 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1168736 KiB

[startup+2442.3 s]
/proc/loadavg: 1.18 1.36 1.54 3/215 27389
/proc/meminfo: memFree=14946716/32770624 swapFree=67108404/67108860
[pid=26973] ppid=26970 vsize=11080032 memory=1168828 CPUtime=2494.39 cores=0,2,4,6
/proc/26973/stat : 26973 (java) S 26970 26973 21340 0 -1 1077944320 330480 12867 0 0 249050 382 5 2 20 0 15 0 227056737 11345952768 292207 33554432000 4194304 4196468 140731856841920 140731856824464 140138463026935 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
/proc/26973/statm: 2770008 292207 3530 1 0 2731661 0
[pid=26973/tid=27026] ppid=26970 vsize=11080032 memory=1168828 CPUtime=2414.08 cores=0,2,4,6
/proc/26973/task/27026/stat : 27026 (java) R 26970 26973 21340 0 -1 4202560 102305 12867 0 0 241342 59 5 2 20 0 15 0 227056746 11345952768 292207 33554432000 4194304 4196468 140731856841920 140138434861504 140138036718816 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27027] ppid=26970 vsize=11080032 memory=1168828 CPUtime=12.54 cores=0,2,4,6
/proc/26973/task/27027/stat : 27027 (java) S 26970 26973 21340 0 -1 1077944384 12944 12867 0 0 1189 58 5 2 20 0 15 0 227056747 11345952768 292207 33554432000 4194304 4196468 140731856841920 140138467269136 140138463037141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27028] ppid=26970 vsize=11080032 memory=1168808 CPUtime=12.49 cores=0,2,4,6
/proc/26973/task/27028/stat : 27028 (java) S 26970 26973 21340 0 -1 1077944384 12386 12867 0 0 1183 59 5 2 20 0 15 0 227056747 11345952768 292207 33554432000 4194304 4196468 140731856841920 140138348534416 140138463037141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27029] ppid=26970 vsize=11080032 memory=1168788 CPUtime=12.55 cores=0,2,4,6
/proc/26973/task/27029/stat : 27029 (java) S 26970 26973 21340 0 -1 1077944384 16354 12867 0 0 1181 67 5 2 20 0 15 0 227056747 11345952768 292207 33554432000 4194304 4196468 140731856841920 140138347481360 140138463037141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27030] ppid=26970 vsize=11080032 memory=1168788 CPUtime=12.55 cores=0,2,4,6
/proc/26973/task/27030/stat : 27030 (java) S 26970 26973 21340 0 -1 1077944384 11920 12867 0 0 1189 59 5 2 20 0 15 0 227056747 11345952768 292207 33554432000 4194304 4196468 140731856841920 140138346428816 140138463037141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27031] ppid=26970 vsize=11080032 memory=1168788 CPUtime=11.79 cores=0,2,4,6
/proc/26973/task/27031/stat : 27031 (java) S 26970 26973 21340 0 -1 1077944384 14889 12867 0 0 1113 59 5 2 20 0 15 0 227056748 11345952768 292207 33554432000 4194304 4196468 140731856841920 140137956047600 140138463038082 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27032] ppid=26970 vsize=11080032 memory=1168788 CPUtime=0.07 cores=0,2,4,6
/proc/26973/task/27032/stat : 27032 (java) S 26970 26973 21340 0 -1 1077944384 15 12867 0 0 0 0 5 2 20 0 15 0 227056749 11345952768 292207 33554432000 4194304 4196468 140731856841920 140137213191968 140138463037141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27033] ppid=26970 vsize=11080032 memory=1168808 CPUtime=0.07 cores=0,2,4,6
/proc/26973/task/27033/stat : 27033 (java) S 26970 26973 21340 0 -1 1077944384 7 12867 0 0 0 0 5 2 20 0 15 0 227056749 11345952768 292207 33554432000 4194304 4196468 140731856841920 140137065342208 140138463037141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27034] ppid=26970 vsize=11080032 memory=1168828 CPUtime=0.07 cores=0,2,4,6
/proc/26973/task/27034/stat : 27034 (java) S 26970 26973 21340 0 -1 1077944384 3 12867 0 0 0 0 5 2 20 0 15 0 227056752 11345952768 292207 33554432000 4194304 4196468 140731856841920 140136757942736 140138463045531 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27035] ppid=26970 vsize=11080032 memory=1168788 CPUtime=7.06 cores=0,2,4,6
/proc/26973/task/27035/stat : 27035 (java) S 26970 26973 21340 0 -1 1077944384 53640 12867 0 0 691 8 5 2 20 0 15 0 227056752 11345952768 292207 33554432000 4194304 4196468 140731856841920 140137954994416 140138463038082 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27036] ppid=26970 vsize=11080032 memory=1168828 CPUtime=6.75 cores=0,2,4,6
/proc/26973/task/27036/stat : 27036 (java) S 26970 26973 21340 0 -1 1077944384 48747 12867 0 0 662 6 5 2 20 0 15 0 227056752 11345952768 292207 33554432000 4194304 4196468 140731856841920 140137953941872 140138463038082 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27037] ppid=26970 vsize=11080032 memory=1168828 CPUtime=3.64 cores=0,2,4,6
/proc/26973/task/27037/stat : 27037 (java) S 26970 26973 21340 0 -1 1077944384 53911 12867 0 0 349 8 5 2 20 0 15 0 227056752 11345952768 292207 33554432000 4194304 4196468 140731856841920 140137952888816 140138463038082 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27038] ppid=26970 vsize=11080032 memory=1168828 CPUtime=0.07 cores=0,2,4,6
/proc/26973/task/27038/stat : 27038 (java) S 26970 26973 21340 0 -1 1077944384 3 12867 0 0 0 0 5 2 20 0 15 0 227056752 11345952768 292207 33554432000 4194304 4196468 140731856841920 140136327145824 140138463037141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27039] ppid=26970 vsize=11080032 memory=1168828 CPUtime=1.47 cores=0,2,4,6
/proc/26973/task/27039/stat : 27039 (java) S 26970 26973 21340 0 -1 1077944384 1168 12867 0 0 70 70 5 2 20 0 15 0 227056752 11345952768 292207 33554432000 4194304 4196468 140731856841920 140137951837232 140138463038082 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
Current children cumulated CPU time: 2494.39 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1168828 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2467.6 s]
/proc/loadavg: 1.11 1.33 1.53 3/216 27398
/proc/meminfo: memFree=14943348/32770624 swapFree=67108404/67108860
[pid=26973] ppid=26970 vsize=11080032 memory=1170876 CPUtime=2520.09 cores=0,2,4,6
/proc/26973/stat : 26973 (java) S 26970 26973 21340 0 -1 1077944320 330780 12867 0 0 251616 386 5 2 20 0 15 0 227056737 11345952768 292719 33554432000 4194304 4196468 140731856841920 140731856824464 140138463026935 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
/proc/26973/statm: 2770008 292719 3530 1 0 2731661 0
[pid=26973/tid=27026] ppid=26970 vsize=11080032 memory=6791534058613427641 CPUtime=2439.07 cores=0,2,4,6
/proc/26973/task/27026/stat : 27026 (java) R 26970 26973 21340 0 -1 4202560 102553 12867 0 0 243841 59 5 2 20 0 15 0 227056746 11345952768 292719 33554432000 4194304 4196468 140731856841920 140138434861888 140138037635451 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27027] ppid=26970 vsize=11080032 memory=1160 CPUtime=12.68 cores=0,2,4,6
/proc/26973/task/27027/stat : 27027 (java) S 26970 26973 21340 0 -1 1077944384 12947 12867 0 0 1203 58 5 2 20 0 15 0 227056747 11345952768 292719 33554432000 4194304 4196468 140731856841920 140138467269136 140138463037141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27028] ppid=26970 vsize=11080032 memory=1784 CPUtime=12.63 cores=0,2,4,6
/proc/26973/task/27028/stat : 27028 (java) S 26970 26973 21340 0 -1 1077944384 12391 12867 0 0 1197 59 5 2 20 0 15 0 227056747 11345952768 292719 33554432000 4194304 4196468 140731856841920 140138348534416 140138463037141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27029] ppid=26970 vsize=11080032 memory=1616 CPUtime=12.68 cores=0,2,4,6
/proc/26973/task/27029/stat : 27029 (java) S 26970 26973 21340 0 -1 1077944384 16366 12867 0 0 1194 67 5 2 20 0 15 0 227056747 11345952768 292719 33554432000 4194304 4196468 140731856841920 140138347481360 140138463037141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27030] ppid=26970 vsize=11080032 memory=756 CPUtime=12.68 cores=0,2,4,6
/proc/26973/task/27030/stat : 27030 (java) S 26970 26973 21340 0 -1 1077944384 11942 12867 0 0 1202 59 5 2 20 0 15 0 227056747 11345952768 292719 33554432000 4194304 4196468 140731856841920 140138346428816 140138463037141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27031] ppid=26970 vsize=11080032 memory=9624 CPUtime=11.92 cores=0,2,4,6
/proc/26973/task/27031/stat : 27031 (java) S 26970 26973 21340 0 -1 1077944384 14897 12867 0 0 1125 60 5 2 20 0 15 0 227056748 11345952768 292719 33554432000 4194304 4196468 140731856841920 140137956047600 140138463038082 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27032] ppid=26970 vsize=11080032 memory=876 CPUtime=0.07 cores=0,2,4,6
/proc/26973/task/27032/stat : 27032 (java) S 26970 26973 21340 0 -1 1077944384 15 12867 0 0 0 0 5 2 20 0 15 0 227056749 11345952768 292719 33554432000 4194304 4196468 140731856841920 140137213191968 140138463037141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27033] ppid=26970 vsize=11080032 memory=1170876 CPUtime=0.07 cores=0,2,4,6
/proc/26973/task/27033/stat : 27033 (java) S 26970 26973 21340 0 -1 1077944384 7 12867 0 0 0 0 5 2 20 0 15 0 227056749 11345952768 292719 33554432000 4194304 4196468 140731856841920 140137065342208 140138463037141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27034] ppid=26970 vsize=11080032 memory=1784 CPUtime=0.07 cores=0,2,4,6
/proc/26973/task/27034/stat : 27034 (java) S 26970 26973 21340 0 -1 1077944384 3 12867 0 0 0 0 5 2 20 0 15 0 227056752 11345952768 292719 33554432000 4194304 4196468 140731856841920 140136757942736 140138463045531 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27035] ppid=26970 vsize=11080032 memory=1616 CPUtime=7.06 cores=0,2,4,6
/proc/26973/task/27035/stat : 27035 (java) S 26970 26973 21340 0 -1 1077944384 53640 12867 0 0 691 8 5 2 20 0 15 0 227056752 11345952768 292719 33554432000 4194304 4196468 140731856841920 140137954994416 140138463038082 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27036] ppid=26970 vsize=11080032 memory=756 CPUtime=6.75 cores=0,2,4,6
/proc/26973/task/27036/stat : 27036 (java) S 26970 26973 21340 0 -1 1077944384 48747 12867 0 0 662 6 5 2 20 0 15 0 227056752 11345952768 292719 33554432000 4194304 4196468 140731856841920 140137953941872 140138463038082 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27037] ppid=26970 vsize=11080032 memory=9624 CPUtime=3.64 cores=0,2,4,6
/proc/26973/task/27037/stat : 27037 (java) S 26970 26973 21340 0 -1 1077944384 53911 12867 0 0 349 8 5 2 20 0 15 0 227056752 11345952768 292719 33554432000 4194304 4196468 140731856841920 140137952888816 140138463038082 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27038] ppid=26970 vsize=11080032 memory=876 CPUtime=0.07 cores=0,2,4,6
/proc/26973/task/27038/stat : 27038 (java) S 26970 26973 21340 0 -1 1077944384 3 12867 0 0 0 0 5 2 20 0 15 0 227056752 11345952768 292719 33554432000 4194304 4196468 140731856841920 140136327145824 140138463037141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
[pid=26973/tid=27039] ppid=26970 vsize=11080032 memory=1924 CPUtime=1.49 cores=0,2,4,6
/proc/26973/task/27039/stat : 27039 (java) S 26970 26973 21340 0 -1 1077944384 1170 12867 0 0 71 71 5 2 20 0 15 0 227056752 11345952768 292719 33554432000 4194304 4196468 140731856841920 140137951837232 140138463038082 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37257216 140731856845420 140731856848220 140731856848220 140731856850895 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1170876 KiB

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

[startup+2467.63 s]
# the end of solver process 26973 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.24 s, system=3.90001 s

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

Child status: 143
Real time (s): 2467.63
CPU time (s): 2520.14
CPU user time (s): 2516.24
CPU system time (s): 3.90001
CPU usage (%): 102.128
Max. virtual memory (cumulated for all children) (KiB): 11082888
Max. memory (cumulated for all children) (KiB): 1170876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.24
system time used= 3.90001
maximum resident set size= 1173344
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 344425
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4040
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 314624
involuntary context switches= 10451


# summary of solver processes directly reported to runsolver:
#   pid: 26973
#   total CPU time (s): 2520.14
#   total CPU user time (s): 2516.24
#   total CPU system time (s): 3.90001

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.3684 second user time and 22.8516 second system time

The end

Launcher Data

Begin job on node148 at 2018-08-12 19:28:56
IDJOB=4304483
IDBENCH=141316
IDSOLVER=2780
FILE ID=node148/4304483-1534094936
RUNJOBID= node148-1534093409-26323
PBS_JOBID= 21036979
Free space on /tmp= 33916 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/PizzaVoucher/PizzaVoucher-18a_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304483-1534094936/watcher-4304483-1534094936 -o /tmp/evaluation-result-4304483-1534094936/solver-4304483-1534094936 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1534093409-26323 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1491350628 HOME/instance-4304483-1534094936.xml

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

MD5SUM BENCH= 3728d9c98e9ec51874bb5385faf79653
RANDOM SEED=1491350628

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:        10505544 kB
MemAvailable:   25260288 kB
Buffers:          186296 kB
Cached:         14617564 kB
SwapCached:          352 kB
Active:         13920884 kB
Inactive:        7570364 kB
Active(anon):    6638676 kB
Inactive(anon):   100844 kB
Active(file):    7282208 kB
Inactive(file):  7469520 kB
Unevictable:        7340 kB
Mlocked:            7340 kB
SwapTotal:      67108860 kB
SwapFree:       67108404 kB
Dirty:             26372 kB
Writeback:             0 kB
AnonPages:       6698376 kB
Mapped:            67408 kB
Shmem:             49592 kB
Slab:             459612 kB
SReclaimable:     431476 kB
SUnreclaim:        28136 kB
KernelStack:        3792 kB
PageTables:        18508 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8035936 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6258688 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= 33932 MiB
End job on node148 at 2018-08-12 20:10:04