Trace number 4294050

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.8-SuperNG 2018-06-13SAT (TO)44 2520.04 2469.63

General information on the benchmark

NamePizzaVoucher/
PizzaVoucher-15a_c18.xml
MD5SUMa75ea741f9764b89989098c28f8006bf
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark42
Best CPU time to get the best result obtained on this benchmark58.1377
Satisfiable
(Un)Satisfiability was proved
Number of variables56
Number of constraints154
Number of domains19
Minimum domain size1
Maximum domain size27
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":31},{"size":3,"count":4},{"size":4,"count":2},{"size":5,"count":1},{"size":7,"count":1},{"size":27,"count":15}]
Minimum variable degree2
Maximum variable degree41
Distribution of variable degrees[{"degree":2,"count":41},{"degree":40,"count":10},{"degree":41,"count":5}]
Minimum constraint arity2
Maximum constraint arity16
Distribution of constraint arities[{"arity":2,"count":128},{"arity":16,"count":26}]
Number of extensional constraints0
Number of intensional constraints128
Distribution of constraint types[{"type":"intension","count":128},{"type":"count","count":26}]
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

1.00/0.73	c Concrete v3.8.1528841891564 running
9.87/4.43	o 72
9.87/4.44	o 70
9.87/4.45	o 69
9.87/4.46	o 66
9.87/4.48	o 65
10.54/4.65	o 64
12.38/5.23	o 63
12.38/5.26	o 62
13.25/5.66	o 61
13.96/5.99	o 60
14.11/6.01	o 59
14.11/6.01	o 57
27.87/18.36	o 56
28.60/19.02	o 55
29.97/20.31	o 52
33.03/23.31	o 46
33.65/23.98	o 45
44.17/34.26	o 44
2520.00/2469.60	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.00/2469.60		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.00/2469.60		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.00/2469.60		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.00/2469.60		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.00/2469.60		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.00/2469.60		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.00/2469.60		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.00/2469.60		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.00/2469.60		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.00/2469.60		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.00/2469.60		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.00/2469.60		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.00/2469.60		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.00/2469.60		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.00/2469.60		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.00/2469.60		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:108)
2520.00/2469.60		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.00/2469.60		at scala.Option.map(Option.scala:146)
2520.00/2469.60		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.00/2469.60		at concrete.MAC.mac(MAC.scala:203)
2520.00/2469.60		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.00/2469.60		at scala.util.Try$.apply(Try.scala:209)
2520.00/2469.60		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.00/2469.60		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.00/2469.60		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.00/2469.60		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.00/2469.60		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.00/2469.60		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.00/2469.60		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.00/2469.60		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.00/2469.61		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.00/2469.61		at concrete.MAC.oneRun(MAC.scala:253)
2520.00/2469.61		at concrete.MAC.nextSolution(MAC.scala:272)
2520.00/2469.61		at concrete.MAC.nextSolution(MAC.scala:355)
2520.00/2469.61		at concrete.Solver.hasNext(Solver.scala:166)
2520.00/2469.61		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.00/2469.61		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.00/2469.61		at concrete.Solver.foreach(Solver.scala:68)
2520.00/2469.61		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.00/2469.61		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.00/2469.61		at scala.util.Success.map(Try.scala:209)
2520.00/2469.61		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.00/2469.61		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.00/2469.61		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.00/2469.61		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.00/2469.61		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.00/2469.61		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.00/2469.61		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.00/2469.61		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.00/2469.61		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.00/2469.61		at scala.collection.immutable.List.foreach(List.scala:389)
2520.00/2469.61		at scala.App.main(App.scala:76)
2520.00/2469.61		at scala.App.main$(App.scala:74)
2520.00/2469.61		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.00/2469.61		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.00/2469.61	v <instantiation cost="44">
2520.00/2469.61	v       <list>
2520.00/2469.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] 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] 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] 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]
2520.00/2469.61	v       </list>
2520.00/2469.61	v       <values>
2520.00/2469.61	v         1 -1 11 11 11 11 13 -13 1 -11 11 -11 11 -11 5 1 0 0 0 0 0 0 0 0 0 3 0 1 2 0 0 0 1 0 0 0 0 0 6 0 1 0 6 0 0 0 0 0 5 0 11 0 10 0 12 0
2520.00/2469.61	v       </values>
2520.00/2469.61	v     </instantiation>
2520.00/2469.61	s SATISFIABLE

Verifier Data

OK	44

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (5683 MiB free)
  memory of node 1: 16384 MiB (9807 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294050-1532423658/watcher-4294050-1532423658 -o /tmp/evaluation-result-4294050-1532423658/solver-4294050-1532423658 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532413601-12741 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1134945504 -superng HOME/instance-4294050-1532423658.xml 

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

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

solver pid=15147, runsolver pid=15144

[startup+0.100135 s]*
/proc/loadavg: 1.37 1.42 1.42 2/211 15204
/proc/meminfo: memFree=15853496/32770624 swapFree=67108860/67108860
[pid=15147] ppid=15144 vsize=9972712 memory=17076 CPUtime=0.09 cores=1,3,5,7
/proc/15147/stat : 15147 (java) S 15144 15147 12709 0 -1 1077944320 4444 13197 0 0 1 0 5 3 20 0 6 0 59928952 10212057088 4269 33554432000 4194304 4196468 140721844247968 140721844230512 140236813688567 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
/proc/15147/statm: 2493178 4269 1934 1 0 2481616 0
[pid=15147/tid=15200] ppid=15144 vsize=9972712 memory=4628411388058700198 CPUtime=0.09 cores=1,3,5,7
/proc/15147/task/15200/stat : 15200 (java) R 15144 15147 12709 0 -1 4202560 2267 13197 0 0 1 0 5 3 20 0 6 0 59928961 10212057088 4335 33554432000 4194304 4196468 140721844247968 140236785525328 140236799000569 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15201] ppid=15144 vsize=9972712 memory=5793855402088884665 CPUtime=0.08 cores=1,3,5,7
/proc/15147/task/15201/stat : 15201 (java) S 15144 15147 12709 0 -1 1077944384 1 13197 0 0 0 0 5 3 20 0 6 0 59928962 10212057088 4335 33554432000 4194304 4196468 140721844247968 140236817931024 140236813698773 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15202] ppid=15144 vsize=9972712 memory=140151078991488 CPUtime=0.08 cores=1,3,5,7
/proc/15147/task/15202/stat : 15202 (java) S 15144 15147 12709 0 -1 1077944384 1 13197 0 0 0 0 5 3 20 0 6 0 59928962 10212057088 4335 33554432000 4194304 4196468 140721844247968 140236387310480 140236813698773 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15203] ppid=15144 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15147/task/15203/stat : 15203 (java) S 15144 15147 12709 0 -1 1077944384 1 13197 0 0 0 0 5 3 20 0 6 0 59928962 10212057088 4335 33554432000 4194304 4196468 140721844247968 140236386257936 140236813698773 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15204] ppid=15144 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15147/task/15204/stat : 15204 (java) S 15144 15147 12709 0 -1 1077944384 2 13197 0 0 0 0 5 3 20 0 6 0 59928962 10212057088 4335 33554432000 4194304 4196468 140721844247968 140236385205392 140236813698773 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17076 KiB

[startup+0.210807 s]*
/proc/loadavg: 1.37 1.42 1.42 3/220 15213
/proc/meminfo: memFree=15826604/32770624 swapFree=67108860/67108860
[pid=15147] ppid=15144 vsize=10818856 memory=48048 CPUtime=0.26 cores=1,3,5,7
/proc/15147/stat : 15147 (java) S 15144 15147 12709 0 -1 1077944320 8941 13197 0 0 16 2 5 3 20 0 15 0 59928952 11078508544 12012 33554432000 4194304 4196468 140721844247968 140721844230512 140236813688567 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
/proc/15147/statm: 2704714 12012 2914 1 0 2667149 0
[pid=15147/tid=15200] ppid=15144 vsize=10818856 memory=-8540663193526752614 CPUtime=0.19 cores=1,3,5,7
/proc/15147/task/15200/stat : 15200 (java) R 15144 15147 12709 0 -1 4202560 5671 13197 0 0 10 1 5 3 20 0 15 0 59928961 11078508544 12078 33554432000 4194304 4196468 140721844247968 140236785486224 140236793964395 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15201] ppid=15144 vsize=10818856 memory=4211973877283782026 CPUtime=0.08 cores=1,3,5,7
/proc/15147/task/15201/stat : 15201 (java) S 15144 15147 12709 0 -1 1077944384 1 13197 0 0 0 0 5 3 20 0 15 0 59928962 11078508544 12078 33554432000 4194304 4196468 140721844247968 140236817931024 140236813698773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15202] ppid=15144 vsize=10818856 memory=140151078991488 CPUtime=0.08 cores=1,3,5,7
/proc/15147/task/15202/stat : 15202 (java) S 15144 15147 12709 0 -1 1077944384 1 13197 0 0 0 0 5 3 20 0 15 0 59928962 11078508544 12144 33554432000 4194304 4196468 140721844247968 140236387310480 140236813698773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15203] ppid=15144 vsize=10818856 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15147/task/15203/stat : 15203 (java) S 15144 15147 12709 0 -1 1077944384 1 13197 0 0 0 0 5 3 20 0 15 0 59928962 11078508544 12144 33554432000 4194304 4196468 140721844247968 140236386257936 140236813698773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15204] ppid=15144 vsize=10818856 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15147/task/15204/stat : 15204 (java) S 15144 15147 12709 0 -1 1077944384 2 13197 0 0 0 0 5 3 20 0 15 0 59928962 11078508544 12144 33554432000 4194304 4196468 140721844247968 140236385205392 140236813698773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15205] ppid=15144 vsize=10818856 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15147/task/15205/stat : 15205 (java) S 15144 15147 12709 0 -1 1077944384 2 13197 0 0 0 0 5 3 20 0 15 0 59928963 11078508544 12144 33554432000 4194304 4196468 140721844247968 140236340254704 140236813699714 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15206] ppid=15144 vsize=10818856 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/15147/task/15206/stat : 15206 (java) S 15144 15147 12709 0 -1 1077944384 13 13197 0 0 0 0 5 3 20 0 15 0 59928964 11078508544 12144 33554432000 4194304 4196468 140721844247968 140236252242848 140236813698773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15207] ppid=15144 vsize=10818856 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15147/task/15207/stat : 15207 (java) S 15144 15147 12709 0 -1 1077944384 1 13197 0 0 0 0 5 3 20 0 15 0 59928964 11078508544 12144 33554432000 4194304 4196468 140721844247968 140236118025200 140236813698773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15208] ppid=15144 vsize=10818856 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15147/task/15208/stat : 15208 (java) S 15144 15147 12709 0 -1 1077944384 2 13197 0 0 0 0 5 3 20 0 15 0 59928967 11078508544 12144 33554432000 4194304 4196468 140721844247968 140235514046672 140236813707163 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15209] ppid=15144 vsize=10818856 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/15147/task/15209/stat : 15209 (java) S 15144 15147 12709 0 -1 1077944384 527 13197 0 0 1 0 5 3 20 0 15 0 59928967 11078508544 12144 33554432000 4194304 4196468 140721844247968 140236339202544 140236813699714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15210] ppid=15144 vsize=10818856 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/15147/task/15210/stat : 15210 (java) S 15144 15147 12709 0 -1 1077944384 53 13197 0 0 0 0 5 3 20 0 15 0 59928967 11078508544 12144 33554432000 4194304 4196468 140721844247968 140236338150000 140236813699714 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15211] ppid=15144 vsize=10818856 memory=140151078991488 CPUtime=0.11 cores=1,3,5,7
/proc/15147/task/15211/stat : 15211 (java) S 15144 15147 12709 0 -1 1077944384 562 13197 0 0 3 0 5 3 20 0 15 0 59928967 11078508544 12144 33554432000 4194304 4196468 140721844247968 140236337097456 140236813699714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15212] ppid=15144 vsize=10818856 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/15147/task/15212/stat : 15212 (java) S 15144 15147 12709 0 -1 1077944384 3 13197 0 0 0 0 5 3 20 0 15 0 59928967 11078508544 12144 33554432000 4194304 4196468 140721844247968 140235044285536 140236813698773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15213] ppid=15144 vsize=10818856 memory=140151078991488 CPUtime=0.08 cores=1,3,5,7
/proc/15147/task/15213/stat : 15213 (java) S 15144 15147 12709 0 -1 1077944384 1 13197 0 0 0 0 5 3 20 0 15 0 59928967 11078508544 12144 33554432000 4194304 4196468 140721844247968 140236336044336 140236813699714 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818856 KiB
Current children cumulated memory: 48048 KiB

[startup+0.310374 s]*
/proc/loadavg: 1.37 1.42 1.42 3/220 15213
/proc/meminfo: memFree=15815936/32770624 swapFree=67108860/67108860
[pid=15147] ppid=15144 vsize=10819352 memory=58324 CPUtime=0.4 cores=1,3,5,7
/proc/15147/stat : 15147 (java) S 15144 15147 12709 0 -1 1077944320 10634 13197 0 0 29 3 5 3 20 0 15 0 59928952 11079016448 14581 33554432000 4194304 4196468 140721844247968 140721844230512 140236813688567 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
/proc/15147/statm: 2704838 14581 3084 1 0 2667149 0
[pid=15147/tid=15200] ppid=15144 vsize=10819352 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/15147/task/15200/stat : 15200 (java) R 15144 15147 12709 0 -1 4202560 7270 13197 0 0 19 2 5 3 20 0 15 0 59928961 11079016448 14581 33554432000 4194304 4196468 140721844247968 140236785500576 140236795252105 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15201] ppid=15144 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15147/task/15201/stat : 15201 (java) S 15144 15147 12709 0 -1 1077944384 1 13197 0 0 0 0 5 3 20 0 15 0 59928962 11079016448 14581 33554432000 4194304 4196468 140721844247968 140236817931024 140236813698773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15202] ppid=15144 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15147/task/15202/stat : 15202 (java) S 15144 15147 12709 0 -1 1077944384 1 13197 0 0 0 0 5 3 20 0 15 0 59928962 11079016448 14581 33554432000 4194304 4196468 140721844247968 140236387310480 140236813698773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15203] ppid=15144 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15147/task/15203/stat : 15203 (java) S 15144 15147 12709 0 -1 1077944384 1 13197 0 0 0 0 5 3 20 0 15 0 59928962 11079016448 14581 33554432000 4194304 4196468 140721844247968 140236386257936 140236813698773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15204] ppid=15144 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/15147/task/15204/stat : 15204 (java) S 15144 15147 12709 0 -1 1077944384 2 13197 0 0 0 0 5 3 20 0 15 0 59928962 11079016448 14581 33554432000 4194304 4196468 140721844247968 140236385205392 140236813698773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15205] ppid=15144 vsize=10819352 memory=140151078991487 CPUtime=0.08 cores=1,3,5,7
/proc/15147/task/15205/stat : 15205 (java) S 15144 15147 12709 0 -1 1077944384 2 13197 0 0 0 0 5 3 20 0 15 0 59928963 11079016448 14581 33554432000 4194304 4196468 140721844247968 140236340254704 140236813699714 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15206] ppid=15144 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/15147/task/15206/stat : 15206 (java) S 15144 15147 12709 0 -1 1077944384 13 13197 0 0 0 0 5 3 20 0 15 0 59928964 11079016448 14581 33554432000 4194304 4196468 140721844247968 140236252242848 140236813698773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15207] ppid=15144 vsize=10819352 memory=140151078991488 CPUtime=0.08 cores=1,3,5,7
/proc/15147/task/15207/stat : 15207 (java) S 15144 15147 12709 0 -1 1077944384 1 13197 0 0 0 0 5 3 20 0 15 0 59928964 11079016448 14581 33554432000 4194304 4196468 140721844247968 140236118025200 140236813698773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15208] ppid=15144 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/15147/task/15208/stat : 15208 (java) S 15144 15147 12709 0 -1 1077944384 2 13197 0 0 0 0 5 3 20 0 15 0 59928967 11079016448 14581 33554432000 4194304 4196468 140721844247968 140235514046672 140236813707163 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15209] ppid=15144 vsize=10819352 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/15147/task/15209/stat : 15209 (java) S 15144 15147 12709 0 -1 1077944384 528 13197 0 0 2 0 5 3 20 0 15 0 59928967 11079016448 14581 33554432000 4194304 4196468 140721844247968 140236339202544 140236813699714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15210] ppid=15144 vsize=10819352 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/15147/task/15210/stat : 15210 (java) S 15144 15147 12709 0 -1 1077944384 53 13197 0 0 1 0 5 3 20 0 15 0 59928967 11079016448 14581 33554432000 4194304 4196468 140721844247968 140236338150000 140236813699714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15211] ppid=15144 vsize=10819352 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/15147/task/15211/stat : 15211 (java) S 15144 15147 12709 0 -1 1077944384 570 13197 0 0 5 0 5 3 20 0 15 0 59928967 11079016448 14581 33554432000 4194304 4196468 140721844247968 140236337097456 140236813699714 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15212] ppid=15144 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15147/task/15212/stat : 15212 (java) S 15144 15147 12709 0 -1 1077944384 3 13197 0 0 0 0 5 3 20 0 15 0 59928967 11079016448 14581 33554432000 4194304 4196468 140721844247968 140235044285536 140236813698773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15213] ppid=15144 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15147/task/15213/stat : 15213 (java) S 15144 15147 12709 0 -1 1077944384 1 13197 0 0 0 0 5 3 20 0 15 0 59928967 11079016448 14581 33554432000 4194304 4196468 140721844247968 140236336044336 140236813699714 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 58324 KiB

[startup+0.700761 s]
/proc/loadavg: 1.34 1.42 1.42 4/220 15213
/proc/meminfo: memFree=15807004/32770624 swapFree=67108860/67108860
[pid=15147] ppid=15144 vsize=10819352 memory=90792 CPUtime=1 cores=1,3,5,7
/proc/15147/stat : 15147 (java) S 15144 15147 12709 0 -1 1077944320 16835 13197 0 0 87 5 5 3 20 0 15 0 59928952 11079016448 22698 33554432000 4194304 4196468 140721844247968 140721844230512 140236813688567 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
/proc/15147/statm: 2704838 22698 3238 1 0 2667149 0
[pid=15147/tid=15200] ppid=15144 vsize=10819352 memory=18796 CPUtime=0.67 cores=1,3,5,7
/proc/15147/task/15200/stat : 15200 (java) R 15144 15147 12709 0 -1 4202560 12509 13197 0 0 56 3 5 3 20 0 15 0 59928961 11079016448 22698 33554432000 4194304 4196468 140721844247968 140236785509392 140236793964262 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15201] ppid=15144 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15147/task/15201/stat : 15201 (java) S 15144 15147 12709 0 -1 1077944384 1 13197 0 0 0 0 5 3 20 0 15 0 59928962 11079016448 22698 33554432000 4194304 4196468 140721844247968 140236817931024 140236813698773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15202] ppid=15144 vsize=10819352 memory=288230587427469581 CPUtime=0.08 cores=1,3,5,7
/proc/15147/task/15202/stat : 15202 (java) S 15144 15147 12709 0 -1 1077944384 1 13197 0 0 0 0 5 3 20 0 15 0 59928962 11079016448 22698 33554432000 4194304 4196468 140721844247968 140236387310480 140236813698773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15203] ppid=15144 vsize=10819352 memory=15816694631256675 CPUtime=0.08 cores=1,3,5,7
/proc/15147/task/15203/stat : 15203 (java) S 15144 15147 12709 0 -1 1077944384 1 13197 0 0 0 0 5 3 20 0 15 0 59928962 11079016448 22698 33554432000 4194304 4196468 140721844247968 140236386257936 140236813698773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15204] ppid=15144 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15147/task/15204/stat : 15204 (java) S 15144 15147 12709 0 -1 1077944384 2 13197 0 0 0 0 5 3 20 0 15 0 59928962 11079016448 22698 33554432000 4194304 4196468 140721844247968 140236385205392 140236813698773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15205] ppid=15144 vsize=10819352 memory=140150957187584 CPUtime=0.08 cores=1,3,5,7
/proc/15147/task/15205/stat : 15205 (java) S 15144 15147 12709 0 -1 1077944384 6 13197 0 0 0 0 5 3 20 0 15 0 59928963 11079016448 22698 33554432000 4194304 4196468 140721844247968 140236340254704 140236813699714 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15206] ppid=15144 vsize=10819352 memory=140153372804117 CPUtime=0.08 cores=1,3,5,7
/proc/15147/task/15206/stat : 15206 (java) S 15144 15147 12709 0 -1 1077944384 13 13197 0 0 0 0 5 3 20 0 15 0 59928964 11079016448 22698 33554432000 4194304 4196468 140721844247968 140236252242848 140236813698773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15207] ppid=15144 vsize=10819352 memory=952 CPUtime=0.08 cores=1,3,5,7
/proc/15147/task/15207/stat : 15207 (java) S 15144 15147 12709 0 -1 1077944384 1 13197 0 0 0 0 5 3 20 0 15 0 59928964 11079016448 22698 33554432000 4194304 4196468 140721844247968 140236118025200 140236813698773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15208] ppid=15144 vsize=10819352 memory=7305218370954682711 CPUtime=0.08 cores=1,3,5,7
/proc/15147/task/15208/stat : 15208 (java) S 15144 15147 12709 0 -1 1077944384 2 13197 0 0 0 0 5 3 20 0 15 0 59928967 11079016448 22698 33554432000 4194304 4196468 140721844247968 140235514046672 140236813707163 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15209] ppid=15144 vsize=10819352 memory=7452169109558027630 CPUtime=0.15 cores=1,3,5,7
/proc/15147/task/15209/stat : 15209 (java) S 15144 15147 12709 0 -1 1077944384 778 13197 0 0 7 0 5 3 20 0 15 0 59928967 11079016448 22698 33554432000 4194304 4196468 140721844247968 140236339202544 140236813699714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15210] ppid=15144 vsize=10819352 memory=6935653654008516688 CPUtime=0.18 cores=1,3,5,7
/proc/15147/task/15210/stat : 15210 (java) S 15144 15147 12709 0 -1 1077944384 712 13197 0 0 10 0 5 3 20 0 15 0 59928967 11079016448 22698 33554432000 4194304 4196468 140721844247968 140236338150000 140236813699714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15211] ppid=15144 vsize=10819352 memory=5450909908396308010 CPUtime=0.21 cores=1,3,5,7
/proc/15147/task/15211/stat : 15211 (java) S 15144 15147 12709 0 -1 1077944384 617 13197 0 0 13 0 5 3 20 0 15 0 59928967 11079016448 22698 33554432000 4194304 4196468 140721844247968 140236337097456 140236813699714 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15212] ppid=15144 vsize=10819352 memory=1404238533774450294 CPUtime=0.08 cores=1,3,5,7
/proc/15147/task/15212/stat : 15212 (java) S 15144 15147 12709 0 -1 1077944384 3 13197 0 0 0 0 5 3 20 0 15 0 59928967 11079016448 22698 33554432000 4194304 4196468 140721844247968 140235044285536 140236813698773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15213] ppid=15144 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15147/task/15213/stat : 15213 (java) S 15144 15147 12709 0 -1 1077944384 1 13197 0 0 0 0 5 3 20 0 15 0 59928967 11079016448 22698 33554432000 4194304 4196468 140721844247968 140236336044336 140236813699714 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 90792 KiB

[startup+1.50073 s]
/proc/loadavg: 1.34 1.42 1.42 5/220 15213
/proc/meminfo: memFree=15760424/32770624 swapFree=67108860/67108860
[pid=15147] ppid=15144 vsize=10834252 memory=181508 CPUtime=2.31 cores=1,3,5,7
/proc/15147/stat : 15147 (java) S 15144 15147 12709 0 -1 1077944320 24056 13197 0 0 212 11 5 3 20 0 15 0 59928952 11094274048 45377 33554432000 4194304 4196468 140721844247968 140721844230512 140236813688567 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
/proc/15147/statm: 2708563 45377 3473 1 0 2670221 0
[pid=15147/tid=15200] ppid=15144 vsize=10834252 memory=156056 CPUtime=1.44 cores=1,3,5,7
/proc/15147/task/15200/stat : 15200 (java) R 15144 15147 12709 0 -1 4202560 18130 13197 0 0 129 7 5 3 20 0 15 0 59928961 11094274048 45377 33554432000 4194304 4196468 140721844247968 140236785520512 140236797769054 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15201] ppid=15144 vsize=10834252 memory=-3117775541953848422 CPUtime=0.09 cores=1,3,5,7
/proc/15147/task/15201/stat : 15201 (java) S 15144 15147 12709 0 -1 1077944384 26 13197 0 0 1 0 5 3 20 0 15 0 59928962 11094274048 45377 33554432000 4194304 4196468 140721844247968 140236817931024 140236813698773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15202] ppid=15144 vsize=10834252 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/15147/task/15202/stat : 15202 (java) S 15144 15147 12709 0 -1 1077944384 18 13197 0 0 1 0 5 3 20 0 15 0 59928962 11094274048 45377 33554432000 4194304 4196468 140721844247968 140236387310480 140236813698773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15203] ppid=15144 vsize=10834252 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/15147/task/15203/stat : 15203 (java) S 15144 15147 12709 0 -1 1077944384 54 13197 0 0 1 0 5 3 20 0 15 0 59928962 11094274048 45377 33554432000 4194304 4196468 140721844247968 140236386257936 140236813698773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15204] ppid=15144 vsize=10834252 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/15147/task/15204/stat : 15204 (java) S 15144 15147 12709 0 -1 1077944384 219 13197 0 0 1 0 5 3 20 0 15 0 59928962 11094274048 45377 33554432000 4194304 4196468 140721844247968 140236385205392 140236813698773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15205] ppid=15144 vsize=10834252 memory=205455934681476 CPUtime=0.09 cores=1,3,5,7
/proc/15147/task/15205/stat : 15205 (java) S 15144 15147 12709 0 -1 1077944384 77 13197 0 0 1 0 5 3 20 0 15 0 59928963 11094274048 45377 33554432000 4194304 4196468 140721844247968 140236340254704 140236813699714 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15206] ppid=15144 vsize=10834252 memory=3904963032027245965 CPUtime=0.08 cores=1,3,5,7
/proc/15147/task/15206/stat : 15206 (java) S 15144 15147 12709 0 -1 1077944384 14 13197 0 0 0 0 5 3 20 0 15 0 59928964 11094274048 45377 33554432000 4194304 4196468 140721844247968 140236252242912 140236813698773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15207] ppid=15144 vsize=10834252 memory=4638778402628129104 CPUtime=0.08 cores=1,3,5,7
/proc/15147/task/15207/stat : 15207 (java) S 15144 15147 12709 0 -1 1077944384 1 13197 0 0 0 0 5 3 20 0 15 0 59928964 11094274048 45377 33554432000 4194304 4196468 140721844247968 140236118025200 140236813698773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15208] ppid=15144 vsize=10834252 memory=6935649255776346176 CPUtime=0.08 cores=1,3,5,7
/proc/15147/task/15208/stat : 15208 (java) S 15144 15147 12709 0 -1 1077944384 2 13197 0 0 0 0 5 3 20 0 15 0 59928967 11094274048 45377 33554432000 4194304 4196468 140721844247968 140235514046672 140236813707163 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15209] ppid=15144 vsize=10834252 memory=280301913768176 CPUtime=0.25 cores=1,3,5,7
/proc/15147/task/15209/stat : 15209 (java) S 15144 15147 12709 0 -1 1077944384 876 13197 0 0 17 0 5 3 20 0 15 0 59928967 11094274048 45377 33554432000 4194304 4196468 140721844247968 140236339202544 140236813699714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15210] ppid=15144 vsize=10834252 memory=6935649255759570240 CPUtime=0.33 cores=1,3,5,7
/proc/15147/task/15210/stat : 15210 (java) S 15144 15147 12709 0 -1 1077944384 1200 13197 0 0 25 0 5 3 20 0 15 0 59928967 11094274048 45377 33554432000 4194304 4196468 140721844247968 140236338150000 140236813699714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15211] ppid=15144 vsize=10834252 memory=-6291630415795085926 CPUtime=0.42 cores=1,3,5,7
/proc/15147/task/15211/stat : 15211 (java) S 15144 15147 12709 0 -1 1077944384 1247 13197 0 0 34 0 5 3 20 0 15 0 59928967 11094274048 45377 33554432000 4194304 4196468 140721844247968 140236337097456 140236813699714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15212] ppid=15144 vsize=10834252 memory=6656426216303648864 CPUtime=0.08 cores=1,3,5,7
/proc/15147/task/15212/stat : 15212 (java) S 15144 15147 12709 0 -1 1077944384 3 13197 0 0 0 0 5 3 20 0 15 0 59928967 11094274048 45377 33554432000 4194304 4196468 140721844247968 140235044285536 140236813698773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15213] ppid=15144 vsize=10834252 memory=6944656592455360604 CPUtime=0.08 cores=1,3,5,7
/proc/15147/task/15213/stat : 15213 (java) S 15144 15147 12709 0 -1 1077944384 1 13197 0 0 0 0 5 3 20 0 15 0 59928967 11094274048 45377 33554432000 4194304 4196468 140721844247968 140236336044336 140236813699714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
Current children cumulated CPU time: 2.31 s
Current children cumulated vsize: 10834252 KiB

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

/proc/15147/task/15200/stat : 15200 (java) R 15144 15147 12709 0 -1 4202560 91294 13197 0 0 229712 51 5 3 20 0 15 0 59928961 11178180608 246668 33554432000 4194304 4196468 140721844247968 140236785523552 140236419685768 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15201] ppid=15144 vsize=10916192 memory=984448 CPUtime=11.05 cores=1,3,5,7
/proc/15147/task/15201/stat : 15201 (java) S 15144 15147 12709 0 -1 1077944384 11923 13197 0 0 1046 51 5 3 20 0 15 0 59928962 11178180608 246668 33554432000 4194304 4196468 140721844247968 140236817931024 140236813698773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15202] ppid=15144 vsize=10916192 memory=986656 CPUtime=11.09 cores=1,3,5,7
/proc/15147/task/15202/stat : 15202 (java) S 15144 15147 12709 0 -1 1077944384 13931 13197 0 0 1043 58 5 3 20 0 15 0 59928962 11178180608 246668 33554432000 4194304 4196468 140721844247968 140236387310480 140236813698773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15203] ppid=15144 vsize=10916192 memory=986656 CPUtime=11.08 cores=1,3,5,7
/proc/15147/task/15203/stat : 15203 (java) S 15144 15147 12709 0 -1 1077944384 10682 13197 0 0 1046 54 5 3 20 0 15 0 59928962 11178180608 246668 33554432000 4194304 4196468 140721844247968 140236386257936 140236813698773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15204] ppid=15144 vsize=10916192 memory=986656 CPUtime=11.09 cores=1,3,5,7
/proc/15147/task/15204/stat : 15204 (java) S 15144 15147 12709 0 -1 1077944384 11672 13197 0 0 1049 52 5 3 20 0 15 0 59928962 11178180608 246668 33554432000 4194304 4196468 140721844247968 140236385205392 140236813698773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15205] ppid=15144 vsize=10916192 memory=986656 CPUtime=10.04 cores=1,3,5,7
/proc/15147/task/15205/stat : 15205 (java) S 15144 15147 12709 0 -1 1077944384 13406 13197 0 0 946 50 5 3 20 0 15 0 59928963 11178180608 246668 33554432000 4194304 4196468 140721844247968 140236340254704 140236813699714 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15206] ppid=15144 vsize=10916192 memory=986672 CPUtime=0.08 cores=1,3,5,7
/proc/15147/task/15206/stat : 15206 (java) S 15144 15147 12709 0 -1 1077944384 15 13197 0 0 0 0 5 3 20 0 15 0 59928964 11178180608 246668 33554432000 4194304 4196468 140721844247968 140236252242976 140236813698773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15207] ppid=15144 vsize=10916192 memory=986672 CPUtime=0.08 cores=1,3,5,7
/proc/15147/task/15207/stat : 15207 (java) S 15144 15147 12709 0 -1 1077944384 1 13197 0 0 0 0 5 3 20 0 15 0 59928964 11178180608 246668 33554432000 4194304 4196468 140721844247968 140236118025216 140236813698773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15208] ppid=15144 vsize=10916192 memory=986672 CPUtime=0.08 cores=1,3,5,7
/proc/15147/task/15208/stat : 15208 (java) S 15144 15147 12709 0 -1 1077944384 2 13197 0 0 0 0 5 3 20 0 15 0 59928967 11178180608 246668 33554432000 4194304 4196468 140721844247968 140235514046672 140236813707163 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15209] ppid=15144 vsize=10916192 memory=986672 CPUtime=6.43 cores=1,3,5,7
/proc/15147/task/15209/stat : 15209 (java) S 15144 15147 12709 0 -1 1077944384 65441 13197 0 0 626 9 5 3 20 0 15 0 59928967 11178180608 246668 33554432000 4194304 4196468 140721844247968 140236339202544 140236813699714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15210] ppid=15144 vsize=10916192 memory=986656 CPUtime=7.61 cores=1,3,5,7
/proc/15147/task/15210/stat : 15210 (java) S 15144 15147 12709 0 -1 1077944384 66778 13197 0 0 745 8 5 3 20 0 15 0 59928967 11178180608 246668 33554432000 4194304 4196468 140721844247968 140236338150000 140236813699714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15211] ppid=15144 vsize=10916192 memory=986656 CPUtime=3.79 cores=1,3,5,7
/proc/15147/task/15211/stat : 15211 (java) S 15144 15147 12709 0 -1 1077944384 65013 13197 0 0 361 10 5 3 20 0 15 0 59928967 11178180608 246668 33554432000 4194304 4196468 140721844247968 140236337097456 140236813699714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15212] ppid=15144 vsize=10916192 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/15147/task/15212/stat : 15212 (java) S 15144 15147 12709 0 -1 1077944384 3 13197 0 0 0 0 5 3 20 0 15 0 59928967 11178180608 246668 33554432000 4194304 4196468 140721844247968 140235044285536 140236813698773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15213] ppid=15144 vsize=10916192 memory=1444 CPUtime=1.41 cores=1,3,5,7
/proc/15147/task/15213/stat : 15213 (java) S 15144 15147 12709 0 -1 1077944384 2080 13197 0 0 61 72 5 3 20 0 15 0 59928967 11178180608 246668 33554432000 4194304 4196468 140721844247968 140236336044336 140236813699714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
Current children cumulated CPU time: 2370.7 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 986672 KiB

[startup+2382.3 s]
/proc/loadavg: 1.63 1.43 1.42 3/218 15418
/proc/meminfo: memFree=14961460/32770624 swapFree=67108860/67108860
[pid=15147] ppid=15144 vsize=10916192 memory=986756 CPUtime=2431.51 cores=1,3,5,7
/proc/15147/stat : 15147 (java) S 15144 15147 12709 0 -1 1077944320 355374 13197 0 0 242781 362 5 3 20 0 15 0 59928952 11178180608 246689 33554432000 4194304 4196468 140721844247968 140721844230512 140236813688567 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
/proc/15147/statm: 2729048 246689 3524 1 0 2690701 0
[pid=15147/tid=15200] ppid=15144 vsize=10916192 memory=986748 CPUtime=2357.09 cores=1,3,5,7
/proc/15147/task/15200/stat : 15200 (java) R 15144 15147 12709 0 -1 4202560 91889 13197 0 0 235649 52 5 3 20 0 15 0 59928961 11178180608 246689 33554432000 4194304 4196468 140721844247968 140236785523344 140236419257415 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15201] ppid=15144 vsize=10916192 memory=986724 CPUtime=11.35 cores=1,3,5,7
/proc/15147/task/15201/stat : 15201 (java) S 15144 15147 12709 0 -1 1077944384 12000 13197 0 0 1074 53 5 3 20 0 15 0 59928962 11178180608 246689 33554432000 4194304 4196468 140721844247968 140236817931024 140236813698773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15202] ppid=15144 vsize=10916192 memory=986748 CPUtime=11.38 cores=1,3,5,7
/proc/15147/task/15202/stat : 15202 (java) S 15144 15147 12709 0 -1 1077944384 13945 13197 0 0 1071 59 5 3 20 0 15 0 59928962 11178180608 246689 33554432000 4194304 4196468 140721844247968 140236387310480 140236813698773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15203] ppid=15144 vsize=10916192 memory=986748 CPUtime=11.36 cores=1,3,5,7
/proc/15147/task/15203/stat : 15203 (java) S 15144 15147 12709 0 -1 1077944384 10771 13197 0 0 1073 55 5 3 20 0 15 0 59928962 11178180608 246689 33554432000 4194304 4196468 140721844247968 140236386257936 140236813698773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15204] ppid=15144 vsize=10916192 memory=986748 CPUtime=11.39 cores=1,3,5,7
/proc/15147/task/15204/stat : 15204 (java) S 15144 15147 12709 0 -1 1077944384 11680 13197 0 0 1077 54 5 3 20 0 15 0 59928962 11178180608 246689 33554432000 4194304 4196468 140721844247968 140236385205392 140236813698773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15205] ppid=15144 vsize=10916192 memory=986756 CPUtime=10.29 cores=1,3,5,7
/proc/15147/task/15205/stat : 15205 (java) S 15144 15147 12709 0 -1 1077944384 13554 13197 0 0 970 51 5 3 20 0 15 0 59928963 11178180608 246689 33554432000 4194304 4196468 140721844247968 140236340254704 140236813699714 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15206] ppid=15144 vsize=10916192 memory=986724 CPUtime=0.08 cores=1,3,5,7
/proc/15147/task/15206/stat : 15206 (java) S 15144 15147 12709 0 -1 1077944384 15 13197 0 0 0 0 5 3 20 0 15 0 59928964 11178180608 246689 33554432000 4194304 4196468 140721844247968 140236252242976 140236813698773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15207] ppid=15144 vsize=10916192 memory=986756 CPUtime=0.08 cores=1,3,5,7
/proc/15147/task/15207/stat : 15207 (java) S 15144 15147 12709 0 -1 1077944384 1 13197 0 0 0 0 5 3 20 0 15 0 59928964 11178180608 246689 33554432000 4194304 4196468 140721844247968 140236118025216 140236813698773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15208] ppid=15144 vsize=10916192 memory=986756 CPUtime=0.08 cores=1,3,5,7
/proc/15147/task/15208/stat : 15208 (java) S 15144 15147 12709 0 -1 1077944384 2 13197 0 0 0 0 5 3 20 0 15 0 59928967 11178180608 246689 33554432000 4194304 4196468 140721844247968 140235514046672 140236813707163 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15209] ppid=15144 vsize=10916192 memory=0 CPUtime=6.43 cores=1,3,5,7
/proc/15147/task/15209/stat : 15209 (java) S 15144 15147 12709 0 -1 1077944384 65443 13197 0 0 626 9 5 3 20 0 15 0 59928967 11178180608 246689 33554432000 4194304 4196468 140721844247968 140236339202544 140236813699714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15210] ppid=15144 vsize=10916192 memory=986756 CPUtime=7.61 cores=1,3,5,7
/proc/15147/task/15210/stat : 15210 (java) S 15144 15147 12709 0 -1 1077944384 66780 13197 0 0 745 8 5 3 20 0 15 0 59928967 11178180608 246689 33554432000 4194304 4196468 140721844247968 140236338150000 140236813699714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15211] ppid=15144 vsize=10916192 memory=986756 CPUtime=3.79 cores=1,3,5,7
/proc/15147/task/15211/stat : 15211 (java) S 15144 15147 12709 0 -1 1077944384 65015 13197 0 0 361 10 5 3 20 0 15 0 59928967 11178180608 246689 33554432000 4194304 4196468 140721844247968 140236337097456 140236813699714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15212] ppid=15144 vsize=10916192 memory=644 CPUtime=0.08 cores=1,3,5,7
/proc/15147/task/15212/stat : 15212 (java) S 15144 15147 12709 0 -1 1077944384 3 13197 0 0 0 0 5 3 20 0 15 0 59928967 11178180608 246689 33554432000 4194304 4196468 140721844247968 140235044285536 140236813698773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15213] ppid=15144 vsize=10916192 memory=3828 CPUtime=1.44 cores=1,3,5,7
/proc/15147/task/15213/stat : 15213 (java) S 15144 15147 12709 0 -1 1077944384 2088 13197 0 0 62 74 5 3 20 0 15 0 59928967 11178180608 246689 33554432000 4194304 4196468 140721844247968 140236336044336 140236813699714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
Current children cumulated CPU time: 2431.51 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 986756 KiB

[startup+2442.3 s]
/proc/loadavg: 1.41 1.41 1.41 3/218 15419
/proc/meminfo: memFree=14951092/32770624 swapFree=67108860/67108860
[pid=15147] ppid=15144 vsize=10916192 memory=986808 CPUtime=2492.33 cores=1,3,5,7
/proc/15147/stat : 15147 (java) S 15144 15147 12709 0 -1 1077944320 356295 13197 0 0 248855 370 5 3 20 0 15 0 59928952 11178180608 246702 33554432000 4194304 4196468 140721844247968 140721844230512 140236813688567 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
/proc/15147/statm: 2729048 246702 3524 1 0 2690701 0
[pid=15147/tid=15200] ppid=15144 vsize=10916192 memory=1696 CPUtime=2416.43 cores=1,3,5,7
/proc/15147/task/15200/stat : 15200 (java) R 15144 15147 12709 0 -1 4202560 92454 13197 0 0 241582 53 5 3 20 0 15 0 59928961 11178180608 246702 33554432000 4194304 4196468 140721844247968 140236785523024 140236416702714 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15201] ppid=15144 vsize=10916192 memory=986796 CPUtime=11.64 cores=1,3,5,7
/proc/15147/task/15201/stat : 15201 (java) S 15144 15147 12709 0 -1 1077944384 12047 13197 0 0 1101 55 5 3 20 0 15 0 59928962 11178180608 246702 33554432000 4194304 4196468 140721844247968 140236817931024 140236813698773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15202] ppid=15144 vsize=10916192 memory=986796 CPUtime=11.67 cores=1,3,5,7
/proc/15147/task/15202/stat : 15202 (java) S 15144 15147 12709 0 -1 1077944384 13987 13197 0 0 1099 60 5 3 20 0 15 0 59928962 11178180608 246702 33554432000 4194304 4196468 140721844247968 140236387310480 140236813698773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15203] ppid=15144 vsize=10916192 memory=986796 CPUtime=11.65 cores=1,3,5,7
/proc/15147/task/15203/stat : 15203 (java) S 15144 15147 12709 0 -1 1077944384 10807 13197 0 0 1101 56 5 3 20 0 15 0 59928962 11178180608 246702 33554432000 4194304 4196468 140721844247968 140236386257936 140236813698773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15204] ppid=15144 vsize=10916192 memory=986756 CPUtime=11.69 cores=1,3,5,7
/proc/15147/task/15204/stat : 15204 (java) S 15144 15147 12709 0 -1 1077944384 11750 13197 0 0 1105 56 5 3 20 0 15 0 59928962 11178180608 246702 33554432000 4194304 4196468 140721844247968 140236385205392 140236813698773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15205] ppid=15144 vsize=10916192 memory=986796 CPUtime=10.55 cores=1,3,5,7
/proc/15147/task/15205/stat : 15205 (java) S 15144 15147 12709 0 -1 1077944384 13692 13197 0 0 995 52 5 3 20 0 15 0 59928963 11178180608 246702 33554432000 4194304 4196468 140721844247968 140236340254704 140236813699714 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15206] ppid=15144 vsize=10916192 memory=986796 CPUtime=0.08 cores=1,3,5,7
/proc/15147/task/15206/stat : 15206 (java) S 15144 15147 12709 0 -1 1077944384 15 13197 0 0 0 0 5 3 20 0 15 0 59928964 11178180608 246702 33554432000 4194304 4196468 140721844247968 140236252242976 140236813698773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15207] ppid=15144 vsize=10916192 memory=986796 CPUtime=0.08 cores=1,3,5,7
/proc/15147/task/15207/stat : 15207 (java) S 15144 15147 12709 0 -1 1077944384 1 13197 0 0 0 0 5 3 20 0 15 0 59928964 11178180608 246702 33554432000 4194304 4196468 140721844247968 140236118025216 140236813698773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15208] ppid=15144 vsize=10916192 memory=986796 CPUtime=0.08 cores=1,3,5,7
/proc/15147/task/15208/stat : 15208 (java) S 15144 15147 12709 0 -1 1077944384 2 13197 0 0 0 0 5 3 20 0 15 0 59928967 11178180608 246702 33554432000 4194304 4196468 140721844247968 140235514046672 140236813707163 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15209] ppid=15144 vsize=10916192 memory=986796 CPUtime=6.43 cores=1,3,5,7
/proc/15147/task/15209/stat : 15209 (java) S 15144 15147 12709 0 -1 1077944384 65445 13197 0 0 626 9 5 3 20 0 15 0 59928967 11178180608 246702 33554432000 4194304 4196468 140721844247968 140236339202544 140236813699714 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15210] ppid=15144 vsize=10916192 memory=986796 CPUtime=7.61 cores=1,3,5,7
/proc/15147/task/15210/stat : 15210 (java) S 15144 15147 12709 0 -1 1077944384 66782 13197 0 0 745 8 5 3 20 0 15 0 59928967 11178180608 246702 33554432000 4194304 4196468 140721844247968 140236338150000 140236813699714 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15211] ppid=15144 vsize=10916192 memory=3828 CPUtime=3.79 cores=1,3,5,7
/proc/15147/task/15211/stat : 15211 (java) S 15144 15147 12709 0 -1 1077944384 65017 13197 0 0 361 10 5 3 20 0 15 0 59928967 11178180608 246702 33554432000 4194304 4196468 140721844247968 140236337097456 140236813699714 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15212] ppid=15144 vsize=10916192 memory=303430223234596890 CPUtime=0.08 cores=1,3,5,7
/proc/15147/task/15212/stat : 15212 (java) S 15144 15147 12709 0 -1 1077944384 3 13197 0 0 0 0 5 3 20 0 15 0 59928967 11178180608 246702 33554432000 4194304 4196468 140721844247968 140235044285536 140236813698773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15213] ppid=15144 vsize=10916192 memory=986796 CPUtime=1.48 cores=1,3,5,7
/proc/15147/task/15213/stat : 15213 (java) S 15144 15147 12709 0 -1 1077944384 2105 13197 0 0 63 77 5 3 20 0 15 0 59928967 11178180608 246702 33554432000 4194304 4196468 140721844247968 140236336044336 140236813699714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
Current children cumulated CPU time: 2492.33 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 986808 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2469.6 s]
/proc/loadavg: 1.55 1.45 1.42 3/219 15421
/proc/meminfo: memFree=14951600/32770624 swapFree=67108860/67108860
[pid=15147] ppid=15144 vsize=10916192 memory=986860 CPUtime=2520 cores=1,3,5,7
/proc/15147/stat : 15147 (java) S 15144 15147 12709 0 -1 1077944320 356838 13197 0 0 251618 374 5 3 20 0 15 0 59928952 11178180608 246715 33554432000 4194304 4196468 140721844247968 140721844230512 140236813688567 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
/proc/15147/statm: 2729048 246715 3524 1 0 2690701 0
[pid=15147/tid=15200] ppid=15144 vsize=10916192 memory=1200 CPUtime=2443.42 cores=1,3,5,7
/proc/15147/task/15200/stat : 15200 (java) R 15144 15147 12709 0 -1 4202560 92753 13197 0 0 244281 53 5 3 20 0 15 0 59928961 11178180608 246715 33554432000 4194304 4196468 140721844247968 140236785523264 140236418725216 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15201] ppid=15144 vsize=10916192 memory=986860 CPUtime=11.78 cores=1,3,5,7
/proc/15147/task/15201/stat : 15201 (java) S 15144 15147 12709 0 -1 1077944384 12081 13197 0 0 1115 55 5 3 20 0 15 0 59928962 11178180608 246715 33554432000 4194304 4196468 140721844247968 140236817931024 140236813698773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15202] ppid=15144 vsize=10916192 memory=6791534058613427641 CPUtime=11.81 cores=1,3,5,7
/proc/15147/task/15202/stat : 15202 (java) S 15144 15147 12709 0 -1 1077944384 14051 13197 0 0 1112 61 5 3 20 0 15 0 59928962 11178180608 246715 33554432000 4194304 4196468 140721844247968 140236387310480 140236813698773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15203] ppid=15144 vsize=10916192 memory=18832 CPUtime=11.79 cores=1,3,5,7
/proc/15147/task/15203/stat : 15203 (java) S 15144 15147 12709 0 -1 1077944384 10813 13197 0 0 1113 58 5 3 20 0 15 0 59928962 11178180608 246715 33554432000 4194304 4196468 140721844247968 140236386257936 140236813698773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15204] ppid=15144 vsize=10916192 memory=1296 CPUtime=11.83 cores=1,3,5,7
/proc/15147/task/15204/stat : 15204 (java) S 15144 15147 12709 0 -1 1077944384 11757 13197 0 0 1118 57 5 3 20 0 15 0 59928962 11178180608 246715 33554432000 4194304 4196468 140721844247968 140236385205392 140236813698773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15205] ppid=15144 vsize=10916192 memory=2448 CPUtime=10.68 cores=1,3,5,7
/proc/15147/task/15205/stat : 15205 (java) S 15144 15147 12709 0 -1 1077944384 13807 13197 0 0 1007 53 5 3 20 0 15 0 59928963 11178180608 246715 33554432000 4194304 4196468 140721844247968 140236340254704 140236813699714 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15206] ppid=15144 vsize=10916192 memory=1444 CPUtime=0.08 cores=1,3,5,7
/proc/15147/task/15206/stat : 15206 (java) S 15144 15147 12709 0 -1 1077944384 15 13197 0 0 0 0 5 3 20 0 15 0 59928964 11178180608 246715 33554432000 4194304 4196468 140721844247968 140236252242976 140236813698773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15207] ppid=15144 vsize=10916192 memory=1200 CPUtime=0.08 cores=1,3,5,7
/proc/15147/task/15207/stat : 15207 (java) S 15144 15147 12709 0 -1 1077944384 1 13197 0 0 0 0 5 3 20 0 15 0 59928964 11178180608 246715 33554432000 4194304 4196468 140721844247968 140236118025216 140236813698773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15208] ppid=15144 vsize=10916192 memory=1008 CPUtime=0.08 cores=1,3,5,7
/proc/15147/task/15208/stat : 15208 (java) S 15144 15147 12709 0 -1 1077944384 2 13197 0 0 0 0 5 3 20 0 15 0 59928967 11178180608 246715 33554432000 4194304 4196468 140721844247968 140235514046672 140236813707163 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15209] ppid=15144 vsize=10916192 memory=11968 CPUtime=6.43 cores=1,3,5,7
/proc/15147/task/15209/stat : 15209 (java) S 15144 15147 12709 0 -1 1077944384 65447 13197 0 0 626 9 5 3 20 0 15 0 59928967 11178180608 246715 33554432000 4194304 4196468 140721844247968 140236339202544 140236813699714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15210] ppid=15144 vsize=10916192 memory=1696 CPUtime=7.61 cores=1,3,5,7
/proc/15147/task/15210/stat : 15210 (java) S 15144 15147 12709 0 -1 1077944384 66784 13197 0 0 745 8 5 3 20 0 15 0 59928967 11178180608 246715 33554432000 4194304 4196468 140721844247968 140236338150000 140236813699714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15211] ppid=15144 vsize=10916192 memory=6791534058613427641 CPUtime=3.79 cores=1,3,5,7
/proc/15147/task/15211/stat : 15211 (java) S 15144 15147 12709 0 -1 1077944384 65019 13197 0 0 361 10 5 3 20 0 15 0 59928967 11178180608 246715 33554432000 4194304 4196468 140721844247968 140236337097456 140236813699714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15212] ppid=15144 vsize=10916192 memory=2340 CPUtime=0.08 cores=1,3,5,7
/proc/15147/task/15212/stat : 15212 (java) S 15144 15147 12709 0 -1 1077944384 3 13197 0 0 0 0 5 3 20 0 15 0 59928967 11178180608 246715 33554432000 4194304 4196468 140721844247968 140235044285536 140236813698773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
[pid=15147/tid=15213] ppid=15144 vsize=10916192 memory=1572 CPUtime=1.5 cores=1,3,5,7
/proc/15147/task/15213/stat : 15213 (java) S 15144 15147 12709 0 -1 1077944384 2117 13197 0 0 64 78 5 3 20 0 15 0 59928967 11178180608 246715 33554432000 4194304 4196468 140721844247968 140236336044336 140236813699714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33001472 140721844254891 140721844258140 140721844258140 140721844260815 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 986860 KiB

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

[startup+2469.63 s]
# the end of solver process 15147 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.25 s, system=3.78768 s

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

Child status: 143
Real time (s): 2469.63
CPU time (s): 2520.04
CPU user time (s): 2516.25
CPU system time (s): 3.78768
CPU usage (%): 102.041
Max. virtual memory (cumulated for all children) (KiB): 10919028
Max. memory (cumulated for all children) (KiB): 986860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.25
system time used= 3.78768
maximum resident set size= 990980
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 370790
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3232
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 289755
involuntary context switches= 8076


# summary of solver processes directly reported to runsolver:
#   pid: 15147
#   total CPU time (s): 2520.04
#   total CPU user time (s): 2516.25
#   total CPU system time (s): 3.78768

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.5719 second user time and 23.7896 second system time

The end

Launcher Data

Begin job on node135 at 2018-07-24 11:14:18
IDJOB=4294050
IDBENCH=141323
IDSOLVER=2751
FILE ID=node135/4294050-1532423658
RUNJOBID= node135-1532413601-12741
PBS_JOBID= 21021575
Free space on /tmp= 48396 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/PizzaVoucher/PizzaVoucher-15a_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4294050-1532423658/watcher-4294050-1532423658 -o /tmp/evaluation-result-4294050-1532423658/solver-4294050-1532423658 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532413601-12741 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1134945504 -superng HOME/instance-4294050-1532423658.xml

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

MD5SUM BENCH= a75ea741f9764b89989098c28f8006bf
RANDOM SEED=1134945504

node135.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:        15862792 kB
MemAvailable:   30897432 kB
Buffers:          202892 kB
Cached:         14886016 kB
SwapCached:            0 kB
Active:          3436288 kB
Inactive:       12746680 kB
Active(anon):    1043828 kB
Inactive(anon):    69860 kB
Active(file):    2392460 kB
Inactive(file): 12676820 kB
Unevictable:        7240 kB
Mlocked:            7240 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26532 kB
Writeback:             0 kB
AnonPages:       1105276 kB
Mapped:            51280 kB
Shmem:             17056 kB
Slab:             422556 kB
SReclaimable:     393820 kB
SUnreclaim:        28736 kB
KernelStack:        3872 kB
PageTables:         7388 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2077652 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    884736 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       93568 kB
DirectMap2M:    33452032 kB

Free space on /tmp at the end= 48368 MiB
End job on node135 at 2018-07-24 11:55:28