Trace number 4302379

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)40 252.119 238.643

General information on the benchmark

NamePizzaVoucher/
PizzaVoucher-12a_c18.xml
MD5SUM56cb9e23f693fb34c9078bf93399e92e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark40
Best CPU time to get the best result obtained on this benchmark7.25647
Satisfiable
(Un)Satisfiability was proved
Number of variables44
Number of constraints105
Number of domains18
Minimum domain size1
Maximum domain size21
Distribution of domain sizes[{"size":1,"count":1},{"size":2,"count":24},{"size":3,"count":3},{"size":4,"count":2},{"size":5,"count":1},{"size":7,"count":1},{"size":21,"count":12}]
Minimum variable degree2
Maximum variable degree32
Distribution of variable degrees[{"degree":2,"count":32},{"degree":31,"count":6},{"degree":32,"count":6}]
Minimum constraint arity2
Maximum constraint arity13
Distribution of constraint arities[{"arity":2,"count":85},{"arity":13,"count":20}]
Number of extensional constraints0
Number of intensional constraints85
Distribution of constraint types[{"type":"intension","count":85},{"type":"count","count":20}]
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.75	c Concrete v3.9.2.1532736233296 running
7.88/3.98	o 53
8.25/4.03	o 51
8.60/4.13	o 49
8.60/4.14	o 48
8.60/4.15	o 47
8.60/4.16	o 46
8.60/4.18	o 45
9.57/4.40	o 44
9.89/4.52	o 43
16.28/8.94	o 42
18.18/10.76	o 41
158.78/147.66	o 40
252.07/238.60	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
252.07/238.60		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
252.07/238.60		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
252.07/238.60		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
252.07/238.60		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
252.07/238.60		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
252.07/238.60		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
252.07/238.60		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
252.07/238.60		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
252.07/238.60		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.07/238.60		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.07/238.60		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.07/238.60		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.07/238.60		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.07/238.60		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.07/238.60		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.07/238.60		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:109)
252.07/238.60		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
252.07/238.60		at scala.Option.map(Option.scala:146)
252.07/238.60		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
252.07/238.60		at concrete.MAC.mac(MAC.scala:203)
252.07/238.60		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
252.07/238.60		at scala.util.Try$.apply(Try.scala:209)
252.07/238.60		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.07/238.60		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.07/238.60		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.07/238.60		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.07/238.60		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
252.07/238.60		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.07/238.60		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.07/238.60		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.07/238.60		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.07/238.60		at concrete.MAC.oneRun(MAC.scala:253)
252.07/238.60		at concrete.MAC.nextSolution(MAC.scala:272)
252.07/238.60		at concrete.MAC.nextSolution(MAC.scala:355)
252.07/238.60		at concrete.Solver.hasNext(Solver.scala:166)
252.07/238.60		at scala.collection.Iterator.foreach(Iterator.scala:944)
252.07/238.60		at scala.collection.Iterator.foreach$(Iterator.scala:944)
252.07/238.60		at concrete.Solver.foreach(Solver.scala:68)
252.07/238.60		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
252.07/238.60		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.07/238.60		at scala.util.Success.map(Try.scala:209)
252.07/238.60		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
252.07/238.60		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
252.07/238.60		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
252.07/238.61		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
252.07/238.61		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
252.07/238.61		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.07/238.61		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.07/238.61		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.07/238.61		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.07/238.61		at scala.collection.immutable.List.foreach(List.scala:389)
252.07/238.61		at scala.App.main(App.scala:76)
252.07/238.61		at scala.App.main$(App.scala:74)
252.07/238.61		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
252.07/238.61		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.07/238.61	v <instantiation cost="40">
252.07/238.61	v       <list>
252.07/238.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] np[0] np[1] np[2] np[3] np[4] np[5] np[6] np[7] np[8] np[9] nf[0] nf[1] nf[2] nf[3] nf[4] nf[5] nf[6] nf[7] nf[8] nf[9] pp[0] pp[1] pp[2] pp[3] pp[4] pp[5] pp[6] pp[7] pp[8] pp[9] pp[10] pp[11]
252.07/238.61	v       </list>
252.07/238.61	v       <values>
252.07/238.61	v         9 9 -9 9 1 9 9 9 -9 -9 1 -1 1 0 0 0 0 0 0 0 3 0 2 0 0 0 0 0 0 0 6 0 0 0 9 0 0 0 0 0 10 8 0 13
252.07/238.61	v       </values>
252.07/238.61	v     </instantiation>
252.07/238.61	s SATISFIABLE

Verifier Data

OK	40

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302379-1532896963/watcher-4302379-1532896963 -o /tmp/evaluation-result-4302379-1532896963/solver-4302379-1532896963 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532895510-17592 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=2071566503 HOME/instance-4302379-1532896963.xml 

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

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

solver pid=19563, runsolver pid=19560

[startup+0.100097 s]*
/proc/loadavg: 2.19 2.01 1.72 6/206 19620
/proc/meminfo: memFree=19694876/32770624 swapFree=67108860/67108860
[pid=19563] ppid=19560 vsize=10005480 memory=16684 CPUtime=0.1 cores=0,2,4,6
/proc/19563/stat : 19563 (java) S 19560 19563 6396 0 -1 1077944320 4336 13159 0 0 1 1 5 3 20 0 6 0 107259433 10245611520 4171 33554432000 4194304 4196468 140733174383168 140733174365712 140356347334391 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
/proc/19563/statm: 2501370 4171 1933 1 0 2489808 0
[pid=19563/tid=19616] ppid=19560 vsize=10005480 memory=4279135703980475277 CPUtime=0.08 cores=0,2,4,6
/proc/19563/task/19616/stat : 19616 (java) R 19560 19563 6396 0 -1 4202560 2159 13159 0 0 0 0 5 3 20 0 6 0 107259442 10245611520 4171 33554432000 4194304 4196468 140733174383168 140356319171152 140356331414878 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19617] ppid=19560 vsize=10005480 memory=8257237230052613020 CPUtime=0.08 cores=0,2,4,6
/proc/19563/task/19617/stat : 19617 (java) S 19560 19563 6396 0 -1 1077944384 2 13159 0 0 0 0 5 3 20 0 6 0 107259443 10245611520 4171 33554432000 4194304 4196468 140733174383168 140356351576848 140356347344597 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19618] ppid=19560 vsize=10005480 memory=139836390495872 CPUtime=0.08 cores=0,2,4,6
/proc/19563/task/19618/stat : 19618 (java) S 19560 19563 6396 0 -1 1077944384 1 13159 0 0 0 0 5 3 20 0 6 0 107259443 10245611520 4171 33554432000 4194304 4196468 140733174383168 140355887094672 140356347344597 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19619] ppid=19560 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19563/task/19619/stat : 19619 (java) S 19560 19563 6396 0 -1 1077944384 2 13159 0 0 0 0 5 3 20 0 6 0 107259443 10245611520 4237 33554432000 4194304 4196468 140733174383168 140355886042128 140356347344597 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19620] ppid=19560 vsize=10005480 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/19563/task/19620/stat : 19620 (java) S 19560 19563 6396 0 -1 1077944384 2 13159 0 0 0 0 5 3 20 0 6 0 107259443 10245611520 4237 33554432000 4194304 4196468 140733174383168 140355884989584 140356347344597 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16684 KiB

[startup+0.210103 s]*
/proc/loadavg: 2.17 2.01 1.73 3/215 19629
/proc/meminfo: memFree=19669000/32770624 swapFree=67108860/67108860
[pid=19563] ppid=19560 vsize=10982744 memory=43016 CPUtime=0.26 cores=0,2,4,6
/proc/19563/stat : 19563 (java) S 19560 19563 6396 0 -1 1077944320 7470 13159 0 0 17 1 5 3 20 0 15 0 107259433 11246329856 10754 33554432000 4194304 4196468 140733174383168 140733174365712 140356347334391 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
/proc/19563/statm: 2745686 10754 2963 1 0 2708109 0
[pid=19563/tid=19616] ppid=19560 vsize=10982744 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/19563/task/19616/stat : 19616 (java) R 19560 19563 6396 0 -1 4202560 4085 13159 0 0 10 1 5 3 20 0 15 0 107259442 11246329856 10820 33554432000 4194304 4196468 140733174383168 140356319158272 140356327610112 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19617] ppid=19560 vsize=10982744 memory=342 CPUtime=0.08 cores=0,2,4,6
/proc/19563/task/19617/stat : 19617 (java) S 19560 19563 6396 0 -1 1077944384 2 13159 0 0 0 0 5 3 20 0 15 0 107259443 11246329856 10820 33554432000 4194304 4196468 140733174383168 140356351576848 140356347344597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19618] ppid=19560 vsize=10982744 memory=139836391139413 CPUtime=0.08 cores=0,2,4,6
/proc/19563/task/19618/stat : 19618 (java) S 19560 19563 6396 0 -1 1077944384 1 13159 0 0 0 0 5 3 20 0 15 0 107259443 11246329856 10820 33554432000 4194304 4196468 140733174383168 140355887094672 140356347344597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19619] ppid=19560 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19563/task/19619/stat : 19619 (java) S 19560 19563 6396 0 -1 1077944384 2 13159 0 0 0 0 5 3 20 0 15 0 107259443 11246329856 10820 33554432000 4194304 4196468 140733174383168 140355886042128 140356347344597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19620] ppid=19560 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/19563/task/19620/stat : 19620 (java) S 19560 19563 6396 0 -1 1077944384 2 13159 0 0 0 0 5 3 20 0 15 0 107259443 11246329856 10820 33554432000 4194304 4196468 140733174383168 140355884989584 140356347344597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19621] ppid=19560 vsize=10982744 memory=139836390495872 CPUtime=0.08 cores=0,2,4,6
/proc/19563/task/19621/stat : 19621 (java) S 19560 19563 6396 0 -1 1077944384 2 13159 0 0 0 0 5 3 20 0 15 0 107259445 11246329856 10820 33554432000 4194304 4196468 140733174383168 140355384109040 140356347345538 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19622] ppid=19560 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/19563/task/19622/stat : 19622 (java) S 19560 19563 6396 0 -1 1077944384 13 13159 0 0 0 0 5 3 20 0 15 0 107259445 11246329856 10820 33554432000 4194304 4196468 140733174383168 140355169149856 140356347344597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19623] ppid=19560 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19563/task/19623/stat : 19623 (java) S 19560 19563 6396 0 -1 1077944384 21 13159 0 0 0 0 5 3 20 0 15 0 107259445 11246329856 10886 33554432000 4194304 4196468 140733174383168 140355102036976 140356347344597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19624] ppid=19560 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19563/task/19624/stat : 19624 (java) S 19560 19563 6396 0 -1 1077944384 3 13159 0 0 0 0 5 3 20 0 15 0 107259448 11246329856 10886 33554432000 4194304 4196468 140733174383168 140354794641616 140356347352987 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19625] ppid=19560 vsize=10982744 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/19563/task/19625/stat : 19625 (java) S 19560 19563 6396 0 -1 1077944384 547 13159 0 0 1 0 5 3 20 0 15 0 107259448 11246329856 10886 33554432000 4194304 4196468 140733174383168 140355383056880 140356347345538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19626] ppid=19560 vsize=10982744 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/19563/task/19626/stat : 19626 (java) S 19560 19563 6396 0 -1 1077944384 64 13159 0 0 1 0 5 3 20 0 15 0 107259448 11246329856 10886 33554432000 4194304 4196468 140733174383168 140355382004336 140356347345538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19627] ppid=19560 vsize=10982744 memory=139836390495872 CPUtime=0.11 cores=0,2,4,6
/proc/19563/task/19627/stat : 19627 (java) S 19560 19563 6396 0 -1 1077944384 602 13159 0 0 3 0 5 3 20 0 15 0 107259448 11246329856 10886 33554432000 4194304 4196468 140733174383168 140355380951792 140356347345538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19628] ppid=19560 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/19563/task/19628/stat : 19628 (java) S 19560 19563 6396 0 -1 1077944384 3 13159 0 0 0 0 5 3 20 0 15 0 107259448 11246329856 10886 33554432000 4194304 4196468 140733174383168 140354363845728 140356347344597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19629] ppid=19560 vsize=10982744 memory=139836390495872 CPUtime=0.08 cores=0,2,4,6
/proc/19563/task/19629/stat : 19629 (java) S 19560 19563 6396 0 -1 1077944384 1 13159 0 0 0 0 5 3 20 0 15 0 107259449 11246329856 10886 33554432000 4194304 4196468 140733174383168 140355379898672 140356347345538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 43016 KiB

[startup+0.310347 s]*
/proc/loadavg: 2.17 2.01 1.73 3/215 19629
/proc/meminfo: memFree=19655728/32770624 swapFree=67108860/67108860
[pid=19563] ppid=19560 vsize=10983192 memory=56472 CPUtime=0.39 cores=0,2,4,6
/proc/19563/stat : 19563 (java) S 19560 19563 6396 0 -1 1077944320 10695 13159 0 0 28 3 5 3 20 0 15 0 107259433 11246788608 14118 33554432000 4194304 4196468 140733174383168 140733174365712 140356347334391 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
/proc/19563/statm: 2745798 14118 3082 1 0 2708109 0
[pid=19563/tid=19616] ppid=19560 vsize=10983192 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/19563/task/19616/stat : 19616 (java) R 19560 19563 6396 0 -1 4202560 7238 13159 0 0 19 2 5 3 20 0 15 0 107259442 11246788608 14118 33554432000 4194304 4196468 140733174383168 140356319146400 140356331414878 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19617] ppid=19560 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19563/task/19617/stat : 19617 (java) S 19560 19563 6396 0 -1 1077944384 2 13159 0 0 0 0 5 3 20 0 15 0 107259443 11246788608 14118 33554432000 4194304 4196468 140733174383168 140356351576848 140356347344597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19618] ppid=19560 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19563/task/19618/stat : 19618 (java) S 19560 19563 6396 0 -1 1077944384 1 13159 0 0 0 0 5 3 20 0 15 0 107259443 11246788608 14118 33554432000 4194304 4196468 140733174383168 140355887094672 140356347344597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19619] ppid=19560 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19563/task/19619/stat : 19619 (java) S 19560 19563 6396 0 -1 1077944384 2 13159 0 0 0 0 5 3 20 0 15 0 107259443 11246788608 14118 33554432000 4194304 4196468 140733174383168 140355886042128 140356347344597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19620] ppid=19560 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19563/task/19620/stat : 19620 (java) S 19560 19563 6396 0 -1 1077944384 2 13159 0 0 0 0 5 3 20 0 15 0 107259443 11246788608 14118 33554432000 4194304 4196468 140733174383168 140355884989584 140356347344597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19621] ppid=19560 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19563/task/19621/stat : 19621 (java) S 19560 19563 6396 0 -1 1077944384 2 13159 0 0 0 0 5 3 20 0 15 0 107259445 11246788608 14118 33554432000 4194304 4196468 140733174383168 140355384109040 140356347345538 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19622] ppid=19560 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/19563/task/19622/stat : 19622 (java) S 19560 19563 6396 0 -1 1077944384 13 13159 0 0 0 0 5 3 20 0 15 0 107259445 11246788608 14118 33554432000 4194304 4196468 140733174383168 140355169149856 140356347344597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19623] ppid=19560 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19563/task/19623/stat : 19623 (java) S 19560 19563 6396 0 -1 1077944384 21 13159 0 0 0 0 5 3 20 0 15 0 107259445 11246788608 14118 33554432000 4194304 4196468 140733174383168 140355102036976 140356347344597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19624] ppid=19560 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19563/task/19624/stat : 19624 (java) S 19560 19563 6396 0 -1 1077944384 3 13159 0 0 0 0 5 3 20 0 15 0 107259448 11246788608 14118 33554432000 4194304 4196468 140733174383168 140354794641616 140356347352987 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19625] ppid=19560 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/19563/task/19625/stat : 19625 (java) S 19560 19563 6396 0 -1 1077944384 552 13159 0 0 1 0 5 3 20 0 15 0 107259448 11246788608 14118 33554432000 4194304 4196468 140733174383168 140355383056880 140356347345538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19626] ppid=19560 vsize=10983192 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/19563/task/19626/stat : 19626 (java) S 19560 19563 6396 0 -1 1077944384 64 13159 0 0 1 0 5 3 20 0 15 0 107259448 11246788608 14118 33554432000 4194304 4196468 140733174383168 140355382004336 140356347345538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19627] ppid=19560 vsize=10983192 memory=139836390495872 CPUtime=0.12 cores=0,2,4,6
/proc/19563/task/19627/stat : 19627 (java) S 19560 19563 6396 0 -1 1077944384 608 13159 0 0 4 0 5 3 20 0 15 0 107259448 11246788608 14118 33554432000 4194304 4196468 140733174383168 140355380951792 140356347345538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19628] ppid=19560 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/19563/task/19628/stat : 19628 (java) S 19560 19563 6396 0 -1 1077944384 3 13159 0 0 0 0 5 3 20 0 15 0 107259448 11246788608 14118 33554432000 4194304 4196468 140733174383168 140354363845728 140356347344597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19629] ppid=19560 vsize=10983192 memory=139836390495872 CPUtime=0.08 cores=0,2,4,6
/proc/19563/task/19629/stat : 19629 (java) S 19560 19563 6396 0 -1 1077944384 1 13159 0 0 0 0 5 3 20 0 15 0 107259449 11246788608 14118 33554432000 4194304 4196468 140733174383168 140355379898672 140356347345538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56472 KiB

[startup+0.700824 s]
/proc/loadavg: 2.17 2.01 1.73 3/215 19629
/proc/meminfo: memFree=19645396/32770624 swapFree=67108860/67108860
[pid=19563] ppid=19560 vsize=10983192 memory=88340 CPUtime=0.99 cores=0,2,4,6
/proc/19563/stat : 19563 (java) S 19560 19563 6396 0 -1 1077944320 16805 13159 0 0 87 4 5 3 20 0 15 0 107259433 11246788608 22085 33554432000 4194304 4196468 140733174383168 140733174365712 140356347334391 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
/proc/19563/statm: 2745798 22085 3230 1 0 2708109 0
[pid=19563/tid=19616] ppid=19560 vsize=10983192 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/19563/task/19616/stat : 19616 (java) R 19560 19563 6396 0 -1 4202560 12312 13159 0 0 56 3 5 3 20 0 15 0 107259442 11246788608 22085 33554432000 4194304 4196468 140733174383168 140356319140896 140356331414878 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19617] ppid=19560 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19563/task/19617/stat : 19617 (java) S 19560 19563 6396 0 -1 1077944384 2 13159 0 0 0 0 5 3 20 0 15 0 107259443 11246788608 22085 33554432000 4194304 4196468 140733174383168 140356351576848 140356347344597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19618] ppid=19560 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19563/task/19618/stat : 19618 (java) S 19560 19563 6396 0 -1 1077944384 1 13159 0 0 0 0 5 3 20 0 15 0 107259443 11246788608 22085 33554432000 4194304 4196468 140733174383168 140355887094672 140356347344597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19619] ppid=19560 vsize=10983192 memory=32804 CPUtime=0.08 cores=0,2,4,6
/proc/19563/task/19619/stat : 19619 (java) S 19560 19563 6396 0 -1 1077944384 2 13159 0 0 0 0 5 3 20 0 15 0 107259443 11246788608 22085 33554432000 4194304 4196468 140733174383168 140355886042128 140356347344597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19620] ppid=19560 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19563/task/19620/stat : 19620 (java) S 19560 19563 6396 0 -1 1077944384 2 13159 0 0 0 0 5 3 20 0 15 0 107259443 11246788608 22085 33554432000 4194304 4196468 140733174383168 140355884989584 140356347344597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19621] ppid=19560 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19563/task/19621/stat : 19621 (java) S 19560 19563 6396 0 -1 1077944384 5 13159 0 0 0 0 5 3 20 0 15 0 107259445 11246788608 22085 33554432000 4194304 4196468 140733174383168 140355384109040 140356347345538 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19622] ppid=19560 vsize=10983192 memory=139836283564752 CPUtime=0.08 cores=0,2,4,6
/proc/19563/task/19622/stat : 19622 (java) S 19560 19563 6396 0 -1 1077944384 13 13159 0 0 0 0 5 3 20 0 15 0 107259445 11246788608 22085 33554432000 4194304 4196468 140733174383168 140355169149856 140356347344597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19623] ppid=19560 vsize=10983192 memory=139839840191075 CPUtime=0.08 cores=0,2,4,6
/proc/19563/task/19623/stat : 19623 (java) S 19560 19563 6396 0 -1 1077944384 21 13159 0 0 0 0 5 3 20 0 15 0 107259445 11246788608 22085 33554432000 4194304 4196468 140733174383168 140355102036976 140356347344597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19624] ppid=19560 vsize=10983192 memory=8600 CPUtime=0.08 cores=0,2,4,6
/proc/19563/task/19624/stat : 19624 (java) S 19560 19563 6396 0 -1 1077944384 3 13159 0 0 0 0 5 3 20 0 15 0 107259448 11246788608 22085 33554432000 4194304 4196468 140733174383168 140354794641616 140356347352987 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19625] ppid=19560 vsize=10983192 memory=7234564758908855872 CPUtime=0.18 cores=0,2,4,6
/proc/19563/task/19625/stat : 19625 (java) S 19560 19563 6396 0 -1 1077944384 1180 13159 0 0 10 0 5 3 20 0 15 0 107259448 11246788608 22085 33554432000 4194304 4196468 140733174383168 140355383056880 140356347345538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19626] ppid=19560 vsize=10983192 memory=7597685182856913236 CPUtime=0.15 cores=0,2,4,6
/proc/19563/task/19626/stat : 19626 (java) S 19560 19563 6396 0 -1 1077944384 422 13159 0 0 7 0 5 3 20 0 15 0 107259448 11246788608 22085 33554432000 4194304 4196468 140733174383168 140355382004336 140356347345538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19627] ppid=19560 vsize=10983192 memory=5787220445994897765 CPUtime=0.21 cores=0,2,4,6
/proc/19563/task/19627/stat : 19627 (java) S 19560 19563 6396 0 -1 1077944384 650 13159 0 0 13 0 5 3 20 0 15 0 107259448 11246788608 22085 33554432000 4194304 4196468 140733174383168 140355380951792 140356347345538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19628] ppid=19560 vsize=10983192 memory=4128 CPUtime=0.08 cores=0,2,4,6
/proc/19563/task/19628/stat : 19628 (java) S 19560 19563 6396 0 -1 1077944384 3 13159 0 0 0 0 5 3 20 0 15 0 107259448 11246788608 22085 33554432000 4194304 4196468 140733174383168 140354363845728 140356347344597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19629] ppid=19560 vsize=10983192 memory=2241 CPUtime=0.08 cores=0,2,4,6
/proc/19563/task/19629/stat : 19629 (java) S 19560 19563 6396 0 -1 1077944384 1 13159 0 0 0 0 5 3 20 0 15 0 107259449 11246788608 22085 33554432000 4194304 4196468 140733174383168 140355379898672 140356347345538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88340 KiB

[startup+1.50075 s]
/proc/loadavg: 2.17 2.01 1.73 6/215 19629
/proc/meminfo: memFree=19602848/32770624 swapFree=67108860/67108860
[pid=19563] ppid=19560 vsize=10998092 memory=179340 CPUtime=2.29 cores=0,2,4,6
/proc/19563/stat : 19563 (java) S 19560 19563 6396 0 -1 1077944320 24379 13159 0 0 211 10 5 3 20 0 15 0 107259433 11262046208 44835 33554432000 4194304 4196468 140733174383168 140733174365712 140356347334391 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
/proc/19563/statm: 2749523 44835 3470 1 0 2711181 0
[pid=19563/tid=19616] ppid=19560 vsize=10998092 memory=12813 CPUtime=1.43 cores=0,2,4,6
/proc/19563/task/19616/stat : 19616 (java) R 19560 19563 6396 0 -1 4202560 18001 13159 0 0 130 5 5 3 20 0 15 0 107259442 11262046208 44835 33554432000 4194304 4196468 140733174383168 140356319166272 140355917659104 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19617] ppid=19560 vsize=10998092 memory=6791534058613427641 CPUtime=0.09 cores=0,2,4,6
/proc/19563/task/19617/stat : 19617 (java) S 19560 19563 6396 0 -1 1077944384 31 13159 0 0 1 0 5 3 20 0 15 0 107259443 11262046208 44835 33554432000 4194304 4196468 140733174383168 140356351576848 140356347344597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19618] ppid=19560 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/19563/task/19618/stat : 19618 (java) S 19560 19563 6396 0 -1 1077944384 10 13159 0 0 1 0 5 3 20 0 15 0 107259443 11262046208 44835 33554432000 4194304 4196468 140733174383168 140355887094672 140356347344597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19619] ppid=19560 vsize=10998092 memory=139 CPUtime=0.09 cores=0,2,4,6
/proc/19563/task/19619/stat : 19619 (java) S 19560 19563 6396 0 -1 1077944384 274 13159 0 0 1 0 5 3 20 0 15 0 107259443 11262046208 44835 33554432000 4194304 4196468 140733174383168 140355886042128 140356347344597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19620] ppid=19560 vsize=10998092 memory=88340 CPUtime=0.08 cores=0,2,4,6
/proc/19563/task/19620/stat : 19620 (java) S 19560 19563 6396 0 -1 1077944384 70 13159 0 0 0 0 5 3 20 0 15 0 107259443 11262046208 44835 33554432000 4194304 4196468 140733174383168 140355884989584 140356347344597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19621] ppid=19560 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/19563/task/19621/stat : 19621 (java) S 19560 19563 6396 0 -1 1077944384 291 13159 0 0 1 0 5 3 20 0 15 0 107259445 11262046208 44835 33554432000 4194304 4196468 140733174383168 140355384109040 140356347345538 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19622] ppid=19560 vsize=10998092 memory=279672567071216 CPUtime=0.08 cores=0,2,4,6
/proc/19563/task/19622/stat : 19622 (java) S 19560 19563 6396 0 -1 1077944384 13 13159 0 0 0 0 5 3 20 0 15 0 107259445 11262046208 44835 33554432000 4194304 4196468 140733174383168 140355169149920 140356347344597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19623] ppid=19560 vsize=10998092 memory=279672567122016 CPUtime=0.08 cores=0,2,4,6
/proc/19563/task/19623/stat : 19623 (java) S 19560 19563 6396 0 -1 1077944384 22 13159 0 0 0 0 5 3 20 0 15 0 107259445 11262046208 44835 33554432000 4194304 4196468 140733174383168 140355102036992 140356347344597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19624] ppid=19560 vsize=10998092 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/19563/task/19624/stat : 19624 (java) S 19560 19563 6396 0 -1 1077944384 3 13159 0 0 0 0 5 3 20 0 15 0 107259448 11262046208 44835 33554432000 4194304 4196468 140733174383168 140354794641616 140356347352987 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19625] ppid=19560 vsize=10998092 memory=4638778398332698720 CPUtime=0.31 cores=0,2,4,6
/proc/19563/task/19625/stat : 19625 (java) S 19560 19563 6396 0 -1 1077944384 1644 13159 0 0 23 0 5 3 20 0 15 0 107259448 11262046208 44835 33554432000 4194304 4196468 140733174383168 140355383056880 140356347345538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19626] ppid=19560 vsize=10998092 memory=279672567405440 CPUtime=0.27 cores=0,2,4,6
/proc/19563/task/19626/stat : 19626 (java) S 19560 19563 6396 0 -1 1077944384 665 13159 0 0 19 0 5 3 20 0 15 0 107259448 11262046208 44835 33554432000 4194304 4196468 140733174383168 140355382004336 140356347345538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19627] ppid=19560 vsize=10998092 memory=-7531822216213012384 CPUtime=0.41 cores=0,2,4,6
/proc/19563/task/19627/stat : 19627 (java) S 19560 19563 6396 0 -1 1077944384 1162 13159 0 0 33 0 5 3 20 0 15 0 107259448 11262046208 44835 33554432000 4194304 4196468 140733174383168 140355380951792 140356347345538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19628] ppid=19560 vsize=10998092 memory=-7531822216213012384 CPUtime=0.08 cores=0,2,4,6
/proc/19563/task/19628/stat : 19628 (java) S 19560 19563 6396 0 -1 1077944384 3 13159 0 0 0 0 5 3 20 0 15 0 107259448 11262046208 44835 33554432000 4194304 4196468 140733174383168 140354363845728 140356347344597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19629] ppid=19560 vsize=10998092 memory=1399101730491701635 CPUtime=0.08 cores=0,2,4,6
/proc/19563/task/19629/stat : 19629 (java) S 19560 19563 6396 0 -1 1077944384 1 13159 0 0 0 0 5 3 20 0 15 0 107259449 11262046208 44835 33554432000 4194304 4196468 140733174383168 140355379898672 140356347345538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
Current children cumulated CPU time: 2.29 s
Current children cumulated vsize: 10998092 KiB

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

/proc/19563/task/19616/stat : 19616 (java) R 19560 19563 6396 0 -1 4202560 57481 13159 0 0 10131 23 5 3 20 0 15 0 107259442 11345952768 266240 33554432000 4194304 4196468 140733174383168 140356319169168 140355917915584 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19617] ppid=19560 vsize=11080032 memory=1064960 CPUtime=0.35 cores=0,2,4,6
/proc/19563/task/19617/stat : 19617 (java) S 19560 19563 6396 0 -1 1077944384 1587 13159 0 0 24 3 5 3 20 0 15 0 107259443 11345952768 266240 33554432000 4194304 4196468 140733174383168 140356351576848 140356347344597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19618] ppid=19560 vsize=11080032 memory=279672567066912 CPUtime=0.35 cores=0,2,4,6
/proc/19563/task/19618/stat : 19618 (java) S 19560 19563 6396 0 -1 1077944384 4235 13159 0 0 24 3 5 3 20 0 15 0 107259443 11345952768 266240 33554432000 4194304 4196468 140733174383168 140355887094672 140356347344597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19619] ppid=19560 vsize=11080032 memory=56 CPUtime=0.35 cores=0,2,4,6
/proc/19563/task/19619/stat : 19619 (java) S 19560 19563 6396 0 -1 1077944384 640 13159 0 0 24 3 5 3 20 0 15 0 107259443 11345952768 266240 33554432000 4194304 4196468 140733174383168 140355886042128 140356347344597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19620] ppid=19560 vsize=11080032 memory=4137289839133347941 CPUtime=0.35 cores=0,2,4,6
/proc/19563/task/19620/stat : 19620 (java) S 19560 19563 6396 0 -1 1077944384 1864 13159 0 0 23 4 5 3 20 0 15 0 107259443 11345952768 266240 33554432000 4194304 4196468 140733174383168 140355884989584 140356347344597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19621] ppid=19560 vsize=11080032 memory=1064960 CPUtime=0.33 cores=0,2,4,6
/proc/19563/task/19621/stat : 19621 (java) S 19560 19563 6396 0 -1 1077944384 3074 13159 0 0 23 2 5 3 20 0 15 0 107259445 11345952768 266240 33554432000 4194304 4196468 140733174383168 140355384109040 140356347345538 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19622] ppid=19560 vsize=11080032 memory=4128 CPUtime=0.08 cores=0,2,4,6
/proc/19563/task/19622/stat : 19622 (java) S 19560 19563 6396 0 -1 1077944384 14 13159 0 0 0 0 5 3 20 0 15 0 107259445 11345952768 266240 33554432000 4194304 4196468 140733174383168 140355169149920 140356347344597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19623] ppid=19560 vsize=11080032 memory=65 CPUtime=0.08 cores=0,2,4,6
/proc/19563/task/19623/stat : 19623 (java) S 19560 19563 6396 0 -1 1077944384 43 13159 0 0 0 0 5 3 20 0 15 0 107259445 11345952768 266240 33554432000 4194304 4196468 140733174383168 140355102036992 140356347344597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19624] ppid=19560 vsize=11080032 memory=576461256399351847 CPUtime=0.08 cores=0,2,4,6
/proc/19563/task/19624/stat : 19624 (java) S 19560 19563 6396 0 -1 1077944384 3 13159 0 0 0 0 5 3 20 0 15 0 107259448 11345952768 266240 33554432000 4194304 4196468 140733174383168 140354794641616 140356347352987 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19625] ppid=19560 vsize=11080032 memory=1064960 CPUtime=3.48 cores=0,2,4,6
/proc/19563/task/19625/stat : 19625 (java) S 19560 19563 6396 0 -1 1077944384 14388 13159 0 0 337 3 5 3 20 0 15 0 107259448 11345952768 266240 33554432000 4194304 4196468 140733174383168 140355383056880 140356347345538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19626] ppid=19560 vsize=11080032 memory=1064960 CPUtime=4.02 cores=0,2,4,6
/proc/19563/task/19626/stat : 19626 (java) S 19560 19563 6396 0 -1 1077944384 21557 13159 0 0 389 5 5 3 20 0 15 0 107259448 11345952768 266240 33554432000 4194304 4196468 140733174383168 140355382004336 140356347345538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19627] ppid=19560 vsize=11080032 memory=2344 CPUtime=2.12 cores=0,2,4,6
/proc/19563/task/19627/stat : 19627 (java) S 19560 19563 6396 0 -1 1077944384 14508 13159 0 0 201 3 5 3 20 0 15 0 107259448 11345952768 266240 33554432000 4194304 4196468 140733174383168 140355380951792 140356347345538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19628] ppid=19560 vsize=11080032 memory=204 CPUtime=0.08 cores=0,2,4,6
/proc/19563/task/19628/stat : 19628 (java) S 19560 19563 6396 0 -1 1077944384 3 13159 0 0 0 0 5 3 20 0 15 0 107259448 11345952768 266240 33554432000 4194304 4196468 140733174383168 140354363845728 140356347344597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19629] ppid=19560 vsize=11080032 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/19563/task/19629/stat : 19629 (java) S 19560 19563 6396 0 -1 1077944384 605 13159 0 0 3 2 5 3 20 0 15 0 107259449 11345952768 266240 33554432000 4194304 4196468 140733174383168 140355379898672 140356347345538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
Current children cumulated CPU time: 112.49 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1064960 KiB

[startup+162.301 s]
/proc/loadavg: 1.51 1.85 1.71 3/215 19759
/proc/meminfo: memFree=19598948/32770624 swapFree=67108860/67108860
[pid=19563] ppid=19560 vsize=11080032 memory=1064984 CPUtime=173.85 cores=0,2,4,6
/proc/19563/stat : 19563 (java) S 19560 19563 6396 0 -1 1077944320 134259 13159 0 0 17318 59 5 3 20 0 15 0 107259433 11345952768 266246 33554432000 4194304 4196468 140733174383168 140733174365712 140356347334391 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
/proc/19563/statm: 2770008 266246 3520 1 0 2731661 0
[pid=19563/tid=19616] ppid=19560 vsize=11080032 memory=1064984 CPUtime=161.03 cores=0,2,4,6
/proc/19563/task/19616/stat : 19616 (java) R 19560 19563 6396 0 -1 4202560 59343 13159 0 0 16072 23 5 3 20 0 15 0 107259442 11345952768 266246 33554432000 4194304 4196468 140733174383168 140356319169120 140355930133383 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19617] ppid=19560 vsize=11080032 memory=1064984 CPUtime=0.61 cores=0,2,4,6
/proc/19563/task/19617/stat : 19617 (java) S 19560 19563 6396 0 -1 1077944384 1659 13159 0 0 49 4 5 3 20 0 15 0 107259443 11345952768 266246 33554432000 4194304 4196468 140733174383168 140356351576848 140356347344597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19618] ppid=19560 vsize=11080032 memory=1064968 CPUtime=0.62 cores=0,2,4,6
/proc/19563/task/19618/stat : 19618 (java) S 19560 19563 6396 0 -1 1077944384 5386 13159 0 0 49 5 5 3 20 0 15 0 107259443 11345952768 266246 33554432000 4194304 4196468 140733174383168 140355887094672 140356347344597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19619] ppid=19560 vsize=11080032 memory=1064984 CPUtime=0.61 cores=0,2,4,6
/proc/19563/task/19619/stat : 19619 (java) S 19560 19563 6396 0 -1 1077944384 1237 13159 0 0 49 4 5 3 20 0 15 0 107259443 11345952768 266246 33554432000 4194304 4196468 140733174383168 140355886042128 140356347344597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19620] ppid=19560 vsize=11080032 memory=1064984 CPUtime=0.61 cores=0,2,4,6
/proc/19563/task/19620/stat : 19620 (java) S 19560 19563 6396 0 -1 1077944384 2031 13159 0 0 47 6 5 3 20 0 15 0 107259443 11345952768 266246 33554432000 4194304 4196468 140733174383168 140355884989584 140356347344597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19621] ppid=19560 vsize=11080032 memory=0 CPUtime=0.57 cores=0,2,4,6
/proc/19563/task/19621/stat : 19621 (java) S 19560 19563 6396 0 -1 1077944384 3424 13159 0 0 46 3 5 3 20 0 15 0 107259445 11345952768 266246 33554432000 4194304 4196468 140733174383168 140355384109040 140356347345538 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19622] ppid=19560 vsize=11080032 memory=1064984 CPUtime=0.08 cores=0,2,4,6
/proc/19563/task/19622/stat : 19622 (java) S 19560 19563 6396 0 -1 1077944384 14 13159 0 0 0 0 5 3 20 0 15 0 107259445 11345952768 266246 33554432000 4194304 4196468 140733174383168 140355169149920 140356347344597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19623] ppid=19560 vsize=11080032 memory=1064984 CPUtime=0.08 cores=0,2,4,6
/proc/19563/task/19623/stat : 19623 (java) S 19560 19563 6396 0 -1 1077944384 43 13159 0 0 0 0 5 3 20 0 15 0 107259445 11345952768 266246 33554432000 4194304 4196468 140733174383168 140355102036992 140356347344597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19624] ppid=19560 vsize=11080032 memory=8 CPUtime=0.08 cores=0,2,4,6
/proc/19563/task/19624/stat : 19624 (java) S 19560 19563 6396 0 -1 1077944384 3 13159 0 0 0 0 5 3 20 0 15 0 107259448 11345952768 266246 33554432000 4194304 4196468 140733174383168 140354794641616 140356347352987 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19625] ppid=19560 vsize=11080032 memory=9992 CPUtime=3.73 cores=0,2,4,6
/proc/19563/task/19625/stat : 19625 (java) S 19560 19563 6396 0 -1 1077944384 16833 13159 0 0 362 3 5 3 20 0 15 0 107259448 11345952768 266246 33554432000 4194304 4196468 140733174383168 140355383056880 140356347345538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19626] ppid=19560 vsize=11080032 memory=1064984 CPUtime=4.28 cores=0,2,4,6
/proc/19563/task/19626/stat : 19626 (java) S 19560 19563 6396 0 -1 1077944384 23929 13159 0 0 414 6 5 3 20 0 15 0 107259448 11345952768 266246 33554432000 4194304 4196468 140733174383168 140355382004336 140356347345538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19627] ppid=19560 vsize=11080032 memory=4128 CPUtime=2.25 cores=0,2,4,6
/proc/19563/task/19627/stat : 19627 (java) S 19560 19563 6396 0 -1 1077944384 17538 13159 0 0 213 4 5 3 20 0 15 0 107259448 11345952768 266246 33554432000 4194304 4196468 140733174383168 140355380951792 140356347345538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19628] ppid=19560 vsize=11080032 memory=1064984 CPUtime=0.08 cores=0,2,4,6
/proc/19563/task/19628/stat : 19628 (java) S 19560 19563 6396 0 -1 1077944384 3 13159 0 0 0 0 5 3 20 0 15 0 107259448 11345952768 266246 33554432000 4194304 4196468 140733174383168 140354363845728 140356347344597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19629] ppid=19560 vsize=11080032 memory=1064984 CPUtime=0.17 cores=0,2,4,6
/proc/19563/task/19629/stat : 19629 (java) S 19560 19563 6396 0 -1 1077944384 627 13159 0 0 6 3 5 3 20 0 15 0 107259449 11345952768 266246 33554432000 4194304 4196468 140733174383168 140355379898672 140356347345538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
Current children cumulated CPU time: 173.85 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1064984 KiB

[startup+222.301 s]
/proc/loadavg: 1.46 1.77 1.69 3/215 19760
/proc/meminfo: memFree=19589272/32770624 swapFree=67108860/67108860
[pid=19563] ppid=19560 vsize=11080032 memory=1065044 CPUtime=235.39 cores=0,2,4,6
/proc/19563/stat : 19563 (java) S 19560 19563 6396 0 -1 1077944320 144905 13159 0 0 23462 69 5 3 20 0 15 0 107259433 11345952768 266261 33554432000 4194304 4196468 140733174383168 140733174365712 140356347334391 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
/proc/19563/statm: 2770008 266261 3520 1 0 2731661 0
[pid=19563/tid=19616] ppid=19560 vsize=11080032 memory=1065044 CPUtime=220.39 cores=0,2,4,6
/proc/19563/task/19616/stat : 19616 (java) R 19560 19563 6396 0 -1 4202560 60820 13159 0 0 22007 24 5 3 20 0 15 0 107259442 11345952768 266261 33554432000 4194304 4196468 140733174383168 140356319170224 140355931077138 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19617] ppid=19560 vsize=11080032 memory=1065044 CPUtime=0.89 cores=0,2,4,6
/proc/19563/task/19617/stat : 19617 (java) S 19560 19563 6396 0 -1 1077944384 2274 13159 0 0 75 6 5 3 20 0 15 0 107259443 11345952768 266261 33554432000 4194304 4196468 140733174383168 140356351576848 140356347344597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19618] ppid=19560 vsize=11080032 memory=1065044 CPUtime=0.89 cores=0,2,4,6
/proc/19563/task/19618/stat : 19618 (java) S 19560 19563 6396 0 -1 1077944384 6594 13159 0 0 75 6 5 3 20 0 15 0 107259443 11345952768 266261 33554432000 4194304 4196468 140733174383168 140355887094672 140356347344597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19619] ppid=19560 vsize=11080032 memory=1065044 CPUtime=0.89 cores=0,2,4,6
/proc/19563/task/19619/stat : 19619 (java) S 19560 19563 6396 0 -1 1077944384 1338 13159 0 0 76 5 5 3 20 0 15 0 107259443 11345952768 266261 33554432000 4194304 4196468 140733174383168 140355886042128 140356347344597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19620] ppid=19560 vsize=11080032 memory=1065044 CPUtime=0.89 cores=0,2,4,6
/proc/19563/task/19620/stat : 19620 (java) S 19560 19563 6396 0 -1 1077944384 2077 13159 0 0 74 7 5 3 20 0 15 0 107259443 11345952768 266261 33554432000 4194304 4196468 140733174383168 140355884989584 140356347344597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19621] ppid=19560 vsize=11080032 memory=30460 CPUtime=0.84 cores=0,2,4,6
/proc/19563/task/19621/stat : 19621 (java) S 19560 19563 6396 0 -1 1077944384 3769 13159 0 0 71 5 5 3 20 0 15 0 107259445 11345952768 266261 33554432000 4194304 4196468 140733174383168 140355384109040 140356347345538 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19622] ppid=19560 vsize=11080032 memory=1065044 CPUtime=0.08 cores=0,2,4,6
/proc/19563/task/19622/stat : 19622 (java) S 19560 19563 6396 0 -1 1077944384 14 13159 0 0 0 0 5 3 20 0 15 0 107259445 11345952768 266261 33554432000 4194304 4196468 140733174383168 140355169149920 140356347344597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19623] ppid=19560 vsize=11080032 memory=1065044 CPUtime=0.08 cores=0,2,4,6
/proc/19563/task/19623/stat : 19623 (java) S 19560 19563 6396 0 -1 1077944384 43 13159 0 0 0 0 5 3 20 0 15 0 107259445 11345952768 266261 33554432000 4194304 4196468 140733174383168 140355102036992 140356347344597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19624] ppid=19560 vsize=11080032 memory=1065044 CPUtime=0.08 cores=0,2,4,6
/proc/19563/task/19624/stat : 19624 (java) S 19560 19563 6396 0 -1 1077944384 3 13159 0 0 0 0 5 3 20 0 15 0 107259448 11345952768 266261 33554432000 4194304 4196468 140733174383168 140354794641616 140356347352987 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19625] ppid=19560 vsize=11080032 memory=84305913072861 CPUtime=4.03 cores=0,2,4,6
/proc/19563/task/19625/stat : 19625 (java) S 19560 19563 6396 0 -1 1077944384 19747 13159 0 0 392 3 5 3 20 0 15 0 107259448 11345952768 266261 33554432000 4194304 4196468 140733174383168 140355383056880 140356347345538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19626] ppid=19560 vsize=11080032 memory=1065044 CPUtime=4.56 cores=0,2,4,6
/proc/19563/task/19626/stat : 19626 (java) S 19560 19563 6396 0 -1 1077944384 25854 13159 0 0 442 6 5 3 20 0 15 0 107259448 11345952768 266261 33554432000 4194304 4196468 140733174383168 140355382004336 140356347345538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19627] ppid=19560 vsize=11080032 memory=1065044 CPUtime=2.39 cores=0,2,4,6
/proc/19563/task/19627/stat : 19627 (java) S 19560 19563 6396 0 -1 1077944384 19473 13159 0 0 227 4 5 3 20 0 15 0 107259448 11345952768 266261 33554432000 4194304 4196468 140733174383168 140355380951792 140356347345538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19628] ppid=19560 vsize=11080032 memory=1065044 CPUtime=0.08 cores=0,2,4,6
/proc/19563/task/19628/stat : 19628 (java) S 19560 19563 6396 0 -1 1077944384 3 13159 0 0 0 0 5 3 20 0 15 0 107259448 11345952768 266261 33554432000 4194304 4196468 140733174383168 140354363845728 140356347344597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19629] ppid=19560 vsize=11080032 memory=1065044 CPUtime=0.21 cores=0,2,4,6
/proc/19563/task/19629/stat : 19629 (java) S 19560 19563 6396 0 -1 1077944384 707 13159 0 0 9 4 5 3 20 0 15 0 107259449 11345952768 266261 33554432000 4194304 4196468 140733174383168 140355379898672 140356347345538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
Current children cumulated CPU time: 235.39 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1065044 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+238.601 s]
/proc/loadavg: 1.51 1.77 1.69 3/215 19760
/proc/meminfo: memFree=19579656/32770624 swapFree=67108860/67108860
[pid=19563] ppid=19560 vsize=11080032 memory=1067140 CPUtime=252.07 cores=0,2,4,6
/proc/19563/stat : 19563 (java) S 19560 19563 6396 0 -1 1077944320 148391 13159 0 0 25127 72 5 3 20 0 15 0 107259433 11345952768 266785 33554432000 4194304 4196468 140733174383168 140733174365712 140356347334391 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
/proc/19563/statm: 2770008 266785 3520 1 0 2731661 0
[pid=19563/tid=19616] ppid=19560 vsize=11080032 memory=6791534058613427641 CPUtime=236.52 cores=0,2,4,6
/proc/19563/task/19616/stat : 19616 (java) R 19560 19563 6396 0 -1 4202560 61178 13159 0 0 23619 25 5 3 20 0 15 0 107259442 11345952768 266785 33554432000 4194304 4196468 140733174383168 140356319169248 140355926455718 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19617] ppid=19560 vsize=11080032 memory=1704 CPUtime=0.97 cores=0,2,4,6
/proc/19563/task/19617/stat : 19617 (java) S 19560 19563 6396 0 -1 1077944384 2380 13159 0 0 83 6 5 3 20 0 15 0 107259443 11345952768 266785 33554432000 4194304 4196468 140733174383168 140356351576848 140356347344597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19618] ppid=19560 vsize=11080032 memory=796 CPUtime=0.98 cores=0,2,4,6
/proc/19563/task/19618/stat : 19618 (java) S 19560 19563 6396 0 -1 1077944384 6605 13159 0 0 83 7 5 3 20 0 15 0 107259443 11345952768 266785 33554432000 4194304 4196468 140733174383168 140355887094672 140356347344597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19619] ppid=19560 vsize=11080032 memory=5408 CPUtime=0.97 cores=0,2,4,6
/proc/19563/task/19619/stat : 19619 (java) S 19560 19563 6396 0 -1 1077944384 1381 13159 0 0 83 6 5 3 20 0 15 0 107259443 11345952768 266785 33554432000 4194304 4196468 140733174383168 140355886042128 140356347344597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19620] ppid=19560 vsize=11080032 memory=1008 CPUtime=0.98 cores=0,2,4,6
/proc/19563/task/19620/stat : 19620 (java) S 19560 19563 6396 0 -1 1077944384 3205 13159 0 0 82 8 5 3 20 0 15 0 107259443 11345952768 266785 33554432000 4194304 4196468 140733174383168 140355884989584 140356347344597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19621] ppid=19560 vsize=11080032 memory=9992 CPUtime=0.91 cores=0,2,4,6
/proc/19563/task/19621/stat : 19621 (java) S 19560 19563 6396 0 -1 1077944384 3814 13159 0 0 78 5 5 3 20 0 15 0 107259445 11345952768 266785 33554432000 4194304 4196468 140733174383168 140355384109040 140356347345538 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19622] ppid=19560 vsize=11080032 memory=1408 CPUtime=0.08 cores=0,2,4,6
/proc/19563/task/19622/stat : 19622 (java) S 19560 19563 6396 0 -1 1077944384 14 13159 0 0 0 0 5 3 20 0 15 0 107259445 11345952768 266785 33554432000 4194304 4196468 140733174383168 140355169149920 140356347344597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19623] ppid=19560 vsize=11080032 memory=3004 CPUtime=0.08 cores=0,2,4,6
/proc/19563/task/19623/stat : 19623 (java) S 19560 19563 6396 0 -1 1077944384 43 13159 0 0 0 0 5 3 20 0 15 0 107259445 11345952768 266785 33554432000 4194304 4196468 140733174383168 140355102036992 140356347344597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19624] ppid=19560 vsize=11080032 memory=3238240 CPUtime=0.08 cores=0,2,4,6
/proc/19563/task/19624/stat : 19624 (java) S 19560 19563 6396 0 -1 1077944384 3 13159 0 0 0 0 5 3 20 0 15 0 107259448 11345952768 266785 33554432000 4194304 4196468 140733174383168 140354794641616 140356347352987 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19625] ppid=19560 vsize=11080032 memory=6791534058613427641 CPUtime=4.09 cores=0,2,4,6
/proc/19563/task/19625/stat : 19625 (java) S 19560 19563 6396 0 -1 1077944384 20846 13159 0 0 398 3 5 3 20 0 15 0 107259448 11345952768 266785 33554432000 4194304 4196468 140733174383168 140355383056880 140356347345538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19626] ppid=19560 vsize=11080032 memory=4126316290023845779 CPUtime=4.61 cores=0,2,4,6
/proc/19563/task/19626/stat : 19626 (java) S 19560 19563 6396 0 -1 1077944384 26118 13159 0 0 447 6 5 3 20 0 15 0 107259448 11345952768 266785 33554432000 4194304 4196468 140733174383168 140355382004336 140356347345538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19627] ppid=19560 vsize=11080032 memory=3004 CPUtime=2.41 cores=0,2,4,6
/proc/19563/task/19627/stat : 19627 (java) S 19560 19563 6396 0 -1 1077944384 19902 13159 0 0 229 4 5 3 20 0 15 0 107259448 11345952768 266785 33554432000 4194304 4196468 140733174383168 140355380951792 140356347345538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19628] ppid=19560 vsize=11080032 memory=3238240 CPUtime=0.08 cores=0,2,4,6
/proc/19563/task/19628/stat : 19628 (java) S 19560 19563 6396 0 -1 1077944384 3 13159 0 0 0 0 5 3 20 0 15 0 107259448 11345952768 266785 33554432000 4194304 4196468 140733174383168 140354363845728 140356347344597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
[pid=19563/tid=19629] ppid=19560 vsize=11080032 memory=17440 CPUtime=0.22 cores=0,2,4,6
/proc/19563/task/19629/stat : 19629 (java) S 19560 19563 6396 0 -1 1077944384 710 13159 0 0 9 5 5 3 20 0 15 0 107259449 11345952768 266785 33554432000 4194304 4196468 140733174383168 140355379898672 140356347345538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27979776 140733174385265 140733174388065 140733174388065 140733174390735 0
Current children cumulated CPU time: 252.07 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1067140 KiB

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

[startup+238.643 s]
# the end of solver process 19563 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.34 s, system=0.77903 s

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

Child status: 143
Real time (s): 238.643
CPU time (s): 252.119
CPU user time (s): 251.34
CPU system time (s): 0.77903
CPU usage (%): 105.647
Max. virtual memory (cumulated for all children) (KiB): 11082888
Max. memory (cumulated for all children) (KiB): 1068548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.34
system time used= 0.77903
maximum resident set size= 1069524
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 162361
page faults= 0
swaps= 0
block input operations= 0
block output operations= 464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 31968
involuntary context switches= 805


# summary of solver processes directly reported to runsolver:
#   pid: 19563
#   total CPU time (s): 252.119
#   total CPU user time (s): 251.34
#   total CPU system time (s): 0.77903

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.42527 second user time and 2.3017 second system time

The end

Launcher Data

Begin job on node139 at 2018-07-29 22:42:43
IDJOB=4302379
IDBENCH=141325
IDSOLVER=2776
FILE ID=node139/4302379-1532896963
RUNJOBID= node139-1532895510-17592
PBS_JOBID= 21022510
Free space on /tmp= 44980 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/PizzaVoucher/PizzaVoucher-12a_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302379-1532896963/watcher-4302379-1532896963 -o /tmp/evaluation-result-4302379-1532896963/solver-4302379-1532896963 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532895510-17592 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=2071566503 HOME/instance-4302379-1532896963.xml

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

MD5SUM BENCH= 56cb9e23f693fb34c9078bf93399e92e
RANDOM SEED=2071566503

node139.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.80
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.80
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.80
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.80
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:        19699264 kB
MemAvailable:   27806452 kB
Buffers:          254528 kB
Cached:          7966616 kB
SwapCached:            0 kB
Active:          7252564 kB
Inactive:        5139296 kB
Active(anon):    4125548 kB
Inactive(anon):    73544 kB
Active(file):    3127016 kB
Inactive(file):  5065752 kB
Unevictable:        7308 kB
Mlocked:            7308 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26356 kB
Writeback:             0 kB
AnonPages:       4188544 kB
Mapped:            58200 kB
Shmem:             25228 kB
Slab:             372036 kB
SReclaimable:     342880 kB
SUnreclaim:        29156 kB
KernelStack:        3792 kB
PageTables:        13412 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5048132 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3889152 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 44996 MiB
End job on node139 at 2018-07-29 22:46:41