Trace number 4302382

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)47 252.06 237.444

General information on the benchmark

NamePizzaVoucher/
PizzaVoucher-15b_c18.xml
MD5SUMb017fe45b316a2eca4ba7804b3adba5f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark42
Best CPU time to get the best result obtained on this benchmark252.063
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints163
Number of domains19
Minimum domain size1
Maximum domain size33
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":36},{"size":3,"count":5},{"size":4,"count":2},{"size":5,"count":1},{"size":7,"count":1},{"size":33,"count":15}]
Minimum variable degree2
Maximum variable degree47
Distribution of variable degrees[{"degree":2,"count":47},{"degree":46,"count":10},{"degree":47,"count":5}]
Minimum constraint arity2
Maximum constraint arity16
Distribution of constraint arities[{"arity":2,"count":131},{"arity":16,"count":32}]
Number of extensional constraints0
Number of intensional constraints131
Distribution of constraint types[{"type":"intension","count":131},{"type":"count","count":32}]
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.74	c Concrete v3.9.2.1532736233296 running
20.38/11.75	o 70
20.38/11.76	o 69
21.09/12.14	o 68
21.09/12.18	o 67
22.98/13.75	o 65
23.11/13.89	o 63
25.10/15.74	o 62
25.85/16.43	o 61
30.32/20.83	o 60
30.32/20.83	o 53
40.96/31.23	o 51
40.96/31.27	o 50
41.08/31.30	o 49
95.93/84.69	o 47
252.01/237.41	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
252.01/237.41		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
252.01/237.41		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
252.01/237.41		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
252.01/237.41		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
252.01/237.41		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
252.01/237.41		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
252.01/237.41		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
252.01/237.41		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
252.01/237.41		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.01/237.41		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.01/237.41		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.01/237.41		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.01/237.41		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.01/237.41		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.01/237.41		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.01/237.41		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:109)
252.01/237.41		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
252.01/237.41		at scala.Option.map(Option.scala:146)
252.01/237.41		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
252.01/237.41		at concrete.MAC.mac(MAC.scala:203)
252.01/237.41		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
252.01/237.41		at scala.util.Try$.apply(Try.scala:209)
252.01/237.41		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.01/237.41		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.01/237.41		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.01/237.41		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.01/237.41		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
252.01/237.41		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.01/237.41		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.01/237.41		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.01/237.41		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.01/237.41		at concrete.MAC.oneRun(MAC.scala:253)
252.01/237.41		at concrete.MAC.nextSolution(MAC.scala:272)
252.01/237.41		at concrete.MAC.nextSolution(MAC.scala:355)
252.01/237.41		at concrete.Solver.hasNext(Solver.scala:166)
252.01/237.41		at scala.collection.Iterator.foreach(Iterator.scala:944)
252.01/237.41		at scala.collection.Iterator.foreach$(Iterator.scala:944)
252.01/237.41		at concrete.Solver.foreach(Solver.scala:68)
252.01/237.41		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
252.01/237.41		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.01/237.41		at scala.util.Success.map(Try.scala:209)
252.01/237.41		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
252.01/237.41		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
252.01/237.41		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
252.01/237.41		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
252.01/237.41		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
252.01/237.41		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.01/237.41		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.01/237.41		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.01/237.41		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.01/237.41		at scala.collection.immutable.List.foreach(List.scala:389)
252.01/237.41		at scala.App.main(App.scala:76)
252.01/237.41		at scala.App.main$(App.scala:74)
252.01/237.41		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
252.01/237.41		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.01/237.42	v <instantiation cost="47">
252.01/237.42	v       <list>
252.01/237.42	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] np[13] np[14] np[15] nf[0] nf[1] nf[2] nf[3] nf[4] nf[5] nf[6] nf[7] nf[8] nf[9] nf[10] nf[11] nf[12] nf[13] nf[14] nf[15] 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]
252.01/237.42	v       </list>
252.01/237.42	v       <values>
252.01/237.42	v         6 6 4 5 5 -4 0 6 -6 16 -6 4 -5 -16 8 0 0 0 1 1 2 0 0 0 0 0 0 0 0 0 1 0 0 0 2 2 3 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 10 4 0 6 0 7 0 8 12 0
252.01/237.42	v       </values>
252.01/237.42	v     </instantiation>
252.01/237.42	s SATISFIABLE

Verifier Data

OK	47

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302382-1532896937/watcher-4302382-1532896937 -o /tmp/evaluation-result-4302382-1532896937/solver-4302382-1532896937 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532895551-13369 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=1352213658 HOME/instance-4302382-1532896937.xml 

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

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

solver pid=15568, runsolver pid=15565

[startup+0.101514 s]*
/proc/loadavg: 1.87 1.84 1.65 4/207 15625
/proc/meminfo: memFree=25238048/32770624 swapFree=67108688/67108860
[pid=15568] ppid=15565 vsize=10005480 memory=17172 CPUtime=0.1 cores=1,3,5,7
/proc/15568/stat : 15568 (java) S 15565 15568 6529 0 -1 1077944320 4441 12996 0 0 1 1 5 3 20 0 6 0 107256556 10245611520 4293 33554432000 4194304 4196468 140731943643888 140731943626432 140410643300087 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
/proc/15568/statm: 2501370 4293 1935 1 0 2489808 0
[pid=15568/tid=15621] ppid=15565 vsize=10005480 memory=4279135703946854030 CPUtime=0.08 cores=1,3,5,7
/proc/15568/task/15621/stat : 15621 (java) R 15565 15568 6529 0 -1 4202560 2273 12996 0 0 0 0 5 3 20 0 6 0 107256565 10245611520 4293 33554432000 4194304 4196468 140731943643888 140410615136848 140410628423024 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15622] ppid=15565 vsize=10005480 memory=8257237230052613020 CPUtime=0.08 cores=1,3,5,7
/proc/15568/task/15622/stat : 15622 (java) S 15565 15568 6529 0 -1 1077944384 2 12996 0 0 0 0 5 3 20 0 6 0 107256566 10245611520 4293 33554432000 4194304 4196468 140731943643888 140410647542928 140410643310293 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15623] ppid=15565 vsize=10005480 memory=139950043092608 CPUtime=0.08 cores=1,3,5,7
/proc/15568/task/15623/stat : 15623 (java) S 15565 15568 6529 0 -1 1077944384 2 12996 0 0 0 0 5 3 20 0 6 0 107256566 10245611520 4293 33554432000 4194304 4196468 140731943643888 140410182511632 140410643310293 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15624] ppid=15565 vsize=10005480 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15568/task/15624/stat : 15624 (java) S 15565 15568 6529 0 -1 1077944384 1 12996 0 0 0 0 5 3 20 0 6 0 107256566 10245611520 4293 33554432000 4194304 4196468 140731943643888 140410181458832 140410643310293 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15625] ppid=15565 vsize=10005480 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/15568/task/15625/stat : 15625 (java) S 15565 15568 6529 0 -1 1077944384 1 12996 0 0 0 0 5 3 20 0 6 0 107256566 10245611520 4293 33554432000 4194304 4196468 140731943643888 140410180406032 140410643310293 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 17172 KiB

[startup+0.209933 s]*
/proc/loadavg: 1.87 1.84 1.65 5/216 15634
/proc/meminfo: memFree=25215696/32770624 swapFree=67108688/67108860
[pid=15568] ppid=15565 vsize=10982744 memory=44668 CPUtime=0.26 cores=1,3,5,7
/proc/15568/stat : 15568 (java) S 15565 15568 6529 0 -1 1077944320 7872 12996 0 0 17 1 5 3 20 0 15 0 107256556 11246329856 11167 33554432000 4194304 4196468 140731943643888 140731943626432 140410643300087 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
/proc/15568/statm: 2745686 11167 2948 1 0 2708109 0
[pid=15568/tid=15621] ppid=15565 vsize=10982744 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/15568/task/15621/stat : 15621 (java) R 15565 15568 6529 0 -1 4202560 4578 12996 0 0 10 1 5 3 20 0 15 0 107256565 11246329856 11299 33554432000 4194304 4196468 140731943643888 140410615123872 140410623575836 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15622] ppid=15565 vsize=10982744 memory=343 CPUtime=0.08 cores=1,3,5,7
/proc/15568/task/15622/stat : 15622 (java) S 15565 15568 6529 0 -1 1077944384 2 12996 0 0 0 0 5 3 20 0 15 0 107256566 11246329856 11299 33554432000 4194304 4196468 140731943643888 140410647542928 140410643310293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15623] ppid=15565 vsize=10982744 memory=139950043386280 CPUtime=0.08 cores=1,3,5,7
/proc/15568/task/15623/stat : 15623 (java) S 15565 15568 6529 0 -1 1077944384 2 12996 0 0 0 0 5 3 20 0 15 0 107256566 11246329856 11299 33554432000 4194304 4196468 140731943643888 140410182511632 140410643310293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15624] ppid=15565 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15568/task/15624/stat : 15624 (java) S 15565 15568 6529 0 -1 1077944384 1 12996 0 0 0 0 5 3 20 0 15 0 107256566 11246329856 11299 33554432000 4194304 4196468 140731943643888 140410181458832 140410643310293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15625] ppid=15565 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/15568/task/15625/stat : 15625 (java) S 15565 15568 6529 0 -1 1077944384 1 12996 0 0 0 0 5 3 20 0 15 0 107256566 11246329856 11299 33554432000 4194304 4196468 140731943643888 140410180406032 140410643310293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15626] ppid=15565 vsize=10982744 memory=139950043092608 CPUtime=0.08 cores=1,3,5,7
/proc/15568/task/15626/stat : 15626 (java) S 15565 15568 6529 0 -1 1077944384 2 12996 0 0 0 0 5 3 20 0 15 0 107256567 11246329856 11365 33554432000 4194304 4196468 140731943643888 140410136312176 140410643311234 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15627] ppid=15565 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/15568/task/15627/stat : 15627 (java) S 15565 15568 6529 0 -1 1077944384 13 12996 0 0 0 0 5 3 20 0 15 0 107256568 11246329856 11365 33554432000 4194304 4196468 140731943643888 140409460220960 140410643310293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15628] ppid=15565 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15568/task/15628/stat : 15628 (java) S 15565 15568 6529 0 -1 1077944384 1 12996 0 0 0 0 5 3 20 0 15 0 107256568 11246329856 11365 33554432000 4194304 4196468 140731943643888 140409258894192 140410643310293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15629] ppid=15565 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15568/task/15629/stat : 15629 (java) S 15565 15568 6529 0 -1 1077944384 3 12996 0 0 0 0 5 3 20 0 15 0 107256571 11246329856 11365 33554432000 4194304 4196468 140731943643888 140408951494480 140410643318683 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15630] ppid=15565 vsize=10982744 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/15568/task/15630/stat : 15630 (java) S 15565 15568 6529 0 -1 1077944384 365 12996 0 0 1 0 5 3 20 0 15 0 107256571 11246329856 11365 33554432000 4194304 4196468 140731943643888 140410135260016 140410643311234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15631] ppid=15565 vsize=10982744 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/15568/task/15631/stat : 15631 (java) S 15565 15568 6529 0 -1 1077944384 251 12996 0 0 1 0 5 3 20 0 15 0 107256571 11246329856 11365 33554432000 4194304 4196468 140731943643888 140410134207216 140410643311234 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15632] ppid=15565 vsize=10982744 memory=139950043092608 CPUtime=0.11 cores=1,3,5,7
/proc/15568/task/15632/stat : 15632 (java) S 15565 15568 6529 0 -1 1077944384 610 12996 0 0 3 0 5 3 20 0 15 0 107256571 11246329856 11365 33554432000 4194304 4196468 140731943643888 140410133154416 140410643311234 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15633] ppid=15565 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/15568/task/15633/stat : 15633 (java) S 15565 15568 6529 0 -1 1077944384 3 12996 0 0 0 0 5 3 20 0 15 0 107256571 11246329856 11365 33554432000 4194304 4196468 140731943643888 140408520698592 140410643310293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15634] ppid=15565 vsize=10982744 memory=139950043092608 CPUtime=0.08 cores=1,3,5,7
/proc/15568/task/15634/stat : 15634 (java) S 15565 15568 6529 0 -1 1077944384 1 12996 0 0 0 0 5 3 20 0 15 0 107256571 11246329856 11365 33554432000 4194304 4196468 140731943643888 140410064202416 140410643311234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 44668 KiB

[startup+0.310256 s]*
/proc/loadavg: 1.87 1.84 1.65 5/216 15634
/proc/meminfo: memFree=25205660/32770624 swapFree=67108688/67108860
[pid=15568] ppid=15565 vsize=10983192 memory=56396 CPUtime=0.39 cores=1,3,5,7
/proc/15568/stat : 15568 (java) S 15565 15568 6529 0 -1 1077944320 10660 12996 0 0 28 3 5 3 20 0 15 0 107256556 11246788608 14099 33554432000 4194304 4196468 140731943643888 140731943626432 140410643300087 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
/proc/15568/statm: 2745798 14099 3067 1 0 2708109 0
[pid=15568/tid=15621] ppid=15565 vsize=10983192 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/15568/task/15621/stat : 15621 (java) R 15565 15568 6529 0 -1 4202560 7200 12996 0 0 19 2 5 3 20 0 15 0 107256565 11246788608 14099 33554432000 4194304 4196468 140731943643888 140410615112096 140410643322013 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15622] ppid=15565 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15568/task/15622/stat : 15622 (java) S 15565 15568 6529 0 -1 1077944384 2 12996 0 0 0 0 5 3 20 0 15 0 107256566 11246788608 14099 33554432000 4194304 4196468 140731943643888 140410647542928 140410643310293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15623] ppid=15565 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15568/task/15623/stat : 15623 (java) S 15565 15568 6529 0 -1 1077944384 2 12996 0 0 0 0 5 3 20 0 15 0 107256566 11246788608 14099 33554432000 4194304 4196468 140731943643888 140410182511632 140410643310293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15624] ppid=15565 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15568/task/15624/stat : 15624 (java) S 15565 15568 6529 0 -1 1077944384 1 12996 0 0 0 0 5 3 20 0 15 0 107256566 11246788608 14099 33554432000 4194304 4196468 140731943643888 140410181458832 140410643310293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15625] ppid=15565 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15568/task/15625/stat : 15625 (java) S 15565 15568 6529 0 -1 1077944384 1 12996 0 0 0 0 5 3 20 0 15 0 107256566 11246788608 14099 33554432000 4194304 4196468 140731943643888 140410180406032 140410643310293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15626] ppid=15565 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15568/task/15626/stat : 15626 (java) S 15565 15568 6529 0 -1 1077944384 2 12996 0 0 0 0 5 3 20 0 15 0 107256567 11246788608 14099 33554432000 4194304 4196468 140731943643888 140410136312176 140410643311234 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15627] ppid=15565 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/15568/task/15627/stat : 15627 (java) S 15565 15568 6529 0 -1 1077944384 13 12996 0 0 0 0 5 3 20 0 15 0 107256568 11246788608 14099 33554432000 4194304 4196468 140731943643888 140409460220960 140410643310293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15628] ppid=15565 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15568/task/15628/stat : 15628 (java) S 15565 15568 6529 0 -1 1077944384 1 12996 0 0 0 0 5 3 20 0 15 0 107256568 11246788608 14099 33554432000 4194304 4196468 140731943643888 140409258894192 140410643310293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15629] ppid=15565 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15568/task/15629/stat : 15629 (java) S 15565 15568 6529 0 -1 1077944384 3 12996 0 0 0 0 5 3 20 0 15 0 107256571 11246788608 14099 33554432000 4194304 4196468 140731943643888 140408951494480 140410643318683 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15630] ppid=15565 vsize=10983192 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/15568/task/15630/stat : 15630 (java) S 15565 15568 6529 0 -1 1077944384 366 12996 0 0 2 0 5 3 20 0 15 0 107256571 11246788608 14099 33554432000 4194304 4196468 140731943643888 140410135260016 140410643311234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15631] ppid=15565 vsize=10983192 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/15568/task/15631/stat : 15631 (java) S 15565 15568 6529 0 -1 1077944384 251 12996 0 0 1 0 5 3 20 0 15 0 107256571 11246788608 14099 33554432000 4194304 4196468 140731943643888 140410134207216 140410643311234 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15632] ppid=15565 vsize=10983192 memory=139950043092608 CPUtime=0.13 cores=1,3,5,7
/proc/15568/task/15632/stat : 15632 (java) S 15565 15568 6529 0 -1 1077944384 620 12996 0 0 5 0 5 3 20 0 15 0 107256571 11246788608 14099 33554432000 4194304 4196468 140731943643888 140410133154416 140410643311234 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15633] ppid=15565 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/15568/task/15633/stat : 15633 (java) S 15565 15568 6529 0 -1 1077944384 3 12996 0 0 0 0 5 3 20 0 15 0 107256571 11246788608 14099 33554432000 4194304 4196468 140731943643888 140408520698592 140410643310293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15634] ppid=15565 vsize=10983192 memory=139950043092608 CPUtime=0.08 cores=1,3,5,7
/proc/15568/task/15634/stat : 15634 (java) S 15565 15568 6529 0 -1 1077944384 1 12996 0 0 0 0 5 3 20 0 15 0 107256571 11246788608 14099 33554432000 4194304 4196468 140731943643888 140410064202416 140410643311234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56396 KiB

[startup+0.700757 s]
/proc/loadavg: 1.87 1.84 1.65 5/216 15634
/proc/meminfo: memFree=25191272/32770624 swapFree=67108688/67108860
[pid=15568] ppid=15565 vsize=10983192 memory=88720 CPUtime=1 cores=1,3,5,7
/proc/15568/stat : 15568 (java) S 15565 15568 6529 0 -1 1077944320 16779 12996 0 0 87 5 5 3 20 0 15 0 107256556 11246788608 22180 33554432000 4194304 4196468 140731943643888 140731943626432 140410643300087 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
/proc/15568/statm: 2745798 22180 3238 1 0 2708109 0
[pid=15568/tid=15621] ppid=15565 vsize=10983192 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/15568/task/15621/stat : 15621 (java) R 15565 15568 6529 0 -1 4202560 12305 12996 0 0 55 3 5 3 20 0 15 0 107256565 11246788608 22180 33554432000 4194304 4196468 140731943643888 140410615120912 140410624673624 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15622] ppid=15565 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15568/task/15622/stat : 15622 (java) S 15565 15568 6529 0 -1 1077944384 2 12996 0 0 0 0 5 3 20 0 15 0 107256566 11246788608 22180 33554432000 4194304 4196468 140731943643888 140410647542928 140410643310293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15623] ppid=15565 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15568/task/15623/stat : 15623 (java) S 15565 15568 6529 0 -1 1077944384 2 12996 0 0 0 0 5 3 20 0 15 0 107256566 11246788608 22180 33554432000 4194304 4196468 140731943643888 140410182511632 140410643310293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15624] ppid=15565 vsize=10983192 memory=32804 CPUtime=0.08 cores=1,3,5,7
/proc/15568/task/15624/stat : 15624 (java) S 15565 15568 6529 0 -1 1077944384 1 12996 0 0 0 0 5 3 20 0 15 0 107256566 11246788608 22180 33554432000 4194304 4196468 140731943643888 140410181458832 140410643310293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15625] ppid=15565 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15568/task/15625/stat : 15625 (java) S 15565 15568 6529 0 -1 1077944384 1 12996 0 0 0 0 5 3 20 0 15 0 107256566 11246788608 22180 33554432000 4194304 4196468 140731943643888 140410180406032 140410643310293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15626] ppid=15565 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15568/task/15626/stat : 15626 (java) S 15565 15568 6529 0 -1 1077944384 5 12996 0 0 0 0 5 3 20 0 15 0 107256567 11246788608 22180 33554432000 4194304 4196468 140731943643888 140410136312176 140410643311234 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15627] ppid=15565 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15568/task/15627/stat : 15627 (java) S 15565 15568 6529 0 -1 1077944384 13 12996 0 0 0 0 5 3 20 0 15 0 107256568 11246788608 22180 33554432000 4194304 4196468 140731943643888 140409460220960 140410643310293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15628] ppid=15565 vsize=10983192 memory=139949898871568 CPUtime=0.08 cores=1,3,5,7
/proc/15568/task/15628/stat : 15628 (java) S 15565 15568 6529 0 -1 1077944384 1 12996 0 0 0 0 5 3 20 0 15 0 107256568 11246788608 22180 33554432000 4194304 4196468 140731943643888 140409258894192 140410643310293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15629] ppid=15565 vsize=10983192 memory=139951509340753 CPUtime=0.08 cores=1,3,5,7
/proc/15568/task/15629/stat : 15629 (java) S 15565 15568 6529 0 -1 1077944384 3 12996 0 0 0 0 5 3 20 0 15 0 107256571 11246788608 22180 33554432000 4194304 4196468 140731943643888 140408951494480 140410643318683 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15630] ppid=15565 vsize=10983192 memory=14076 CPUtime=0.15 cores=1,3,5,7
/proc/15568/task/15630/stat : 15630 (java) S 15565 15568 6529 0 -1 1077944384 703 12996 0 0 7 0 5 3 20 0 15 0 107256571 11246788608 22180 33554432000 4194304 4196468 140731943643888 140410135260016 140410643311234 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15631] ppid=15565 vsize=10983192 memory=4639098309541127269 CPUtime=0.18 cores=1,3,5,7
/proc/15568/task/15631/stat : 15631 (java) S 15565 15568 6529 0 -1 1077944384 878 12996 0 0 10 0 5 3 20 0 15 0 107256571 11246788608 22180 33554432000 4194304 4196468 140731943643888 140410134207216 140410643311234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15632] ppid=15565 vsize=10983192 memory=7885635084775281009 CPUtime=0.21 cores=1,3,5,7
/proc/15568/task/15632/stat : 15632 (java) S 15565 15568 6529 0 -1 1077944384 667 12996 0 0 13 0 5 3 20 0 15 0 107256571 11246788608 22180 33554432000 4194304 4196468 140731943643888 140410133154416 140410643311234 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15633] ppid=15565 vsize=10983192 memory=4140 CPUtime=0.08 cores=1,3,5,7
/proc/15568/task/15633/stat : 15633 (java) S 15565 15568 6529 0 -1 1077944384 3 12996 0 0 0 0 5 3 20 0 15 0 107256571 11246788608 22180 33554432000 4194304 4196468 140731943643888 140408520698592 140410643310293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15634] ppid=15565 vsize=10983192 memory=2241 CPUtime=0.08 cores=1,3,5,7
/proc/15568/task/15634/stat : 15634 (java) S 15565 15568 6529 0 -1 1077944384 1 12996 0 0 0 0 5 3 20 0 15 0 107256571 11246788608 22180 33554432000 4194304 4196468 140731943643888 140410064202416 140410643311234 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88720 KiB

[startup+1.50069 s]
/proc/loadavg: 1.87 1.84 1.65 6/216 15634
/proc/meminfo: memFree=25088592/32770624 swapFree=67108688/67108860
[pid=15568] ppid=15565 vsize=10998092 memory=179380 CPUtime=2.31 cores=1,3,5,7
/proc/15568/stat : 15568 (java) S 15565 15568 6529 0 -1 1077944320 24026 12996 0 0 214 9 5 3 20 0 15 0 107256556 11262046208 44845 33554432000 4194304 4196468 140731943643888 140731943626432 140410643300087 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
/proc/15568/statm: 2749523 44845 3468 1 0 2711181 0
[pid=15568/tid=15621] ppid=15565 vsize=10998092 memory=12848 CPUtime=1.43 cores=1,3,5,7
/proc/15568/task/15621/stat : 15621 (java) R 15565 15568 6529 0 -1 4202560 17852 12996 0 0 129 6 5 3 20 0 15 0 107256565 11262046208 44845 33554432000 4194304 4196468 140731943643888 140410615131488 140410623525652 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15622] ppid=15565 vsize=10998092 memory=6791534058613427641 CPUtime=0.09 cores=1,3,5,7
/proc/15568/task/15622/stat : 15622 (java) S 15565 15568 6529 0 -1 1077944384 61 12996 0 0 1 0 5 3 20 0 15 0 107256566 11262046208 44845 33554432000 4194304 4196468 140731943643888 140410647542928 140410643310293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15623] ppid=15565 vsize=10998092 memory=1408 CPUtime=0.09 cores=1,3,5,7
/proc/15568/task/15623/stat : 15623 (java) S 15565 15568 6529 0 -1 1077944384 37 12996 0 0 1 0 5 3 20 0 15 0 107256566 11262046208 44845 33554432000 4194304 4196468 140731943643888 140410182511632 140410643310293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15624] ppid=15565 vsize=10998092 memory=2424 CPUtime=0.09 cores=1,3,5,7
/proc/15568/task/15624/stat : 15624 (java) S 15565 15568 6529 0 -1 1077944384 225 12996 0 0 1 0 5 3 20 0 15 0 107256566 11262046208 44845 33554432000 4194304 4196468 140731943643888 140410181458832 140410643310293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15625] ppid=15565 vsize=10998092 memory=88720 CPUtime=0.09 cores=1,3,5,7
/proc/15568/task/15625/stat : 15625 (java) S 15565 15568 6529 0 -1 1077944384 21 12996 0 0 1 0 5 3 20 0 15 0 107256566 11262046208 44845 33554432000 4194304 4196468 140731943643888 140410180406032 140410643310293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15626] ppid=15565 vsize=10998092 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/15568/task/15626/stat : 15626 (java) S 15565 15568 6529 0 -1 1077944384 76 12996 0 0 1 0 5 3 20 0 15 0 107256567 11262046208 44845 33554432000 4194304 4196468 140731943643888 140410136312176 140410643311234 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15627] ppid=15565 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15568/task/15627/stat : 15627 (java) S 15565 15568 6529 0 -1 1077944384 14 12996 0 0 0 0 5 3 20 0 15 0 107256568 11262046208 44845 33554432000 4194304 4196468 140731943643888 140409460221024 140410643310293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15628] ppid=15565 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15568/task/15628/stat : 15628 (java) S 15565 15568 6529 0 -1 1077944384 2 12996 0 0 0 0 5 3 20 0 15 0 107256568 11262046208 44845 33554432000 4194304 4196468 140731943643888 140409258894208 140410643310293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15629] ppid=15565 vsize=10998092 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/15568/task/15629/stat : 15629 (java) S 15565 15568 6529 0 -1 1077944384 3 12996 0 0 0 0 5 3 20 0 15 0 107256571 11262046208 44845 33554432000 4194304 4196468 140731943643888 140408951494480 140410643318683 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15630] ppid=15565 vsize=10998092 memory=6935649255759568960 CPUtime=0.24 cores=1,3,5,7
/proc/15568/task/15630/stat : 15630 (java) S 15565 15568 6529 0 -1 1077944384 903 12996 0 0 16 0 5 3 20 0 15 0 107256571 11262046208 44845 33554432000 4194304 4196468 140731943643888 140410135260016 140410643311234 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15631] ppid=15565 vsize=10998092 memory=279899798018944 CPUtime=0.33 cores=1,3,5,7
/proc/15568/task/15631/stat : 15631 (java) S 15565 15568 6529 0 -1 1077944384 1324 12996 0 0 25 0 5 3 20 0 15 0 107256571 11262046208 44845 33554432000 4194304 4196468 140731943643888 140410134207216 140410643311234 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15632] ppid=15565 vsize=10998092 memory=6944656592452938395 CPUtime=0.42 cores=1,3,5,7
/proc/15568/task/15632/stat : 15632 (java) S 15565 15568 6529 0 -1 1077944384 1310 12996 0 0 34 0 5 3 20 0 15 0 107256571 11262046208 44845 33554432000 4194304 4196468 140731943643888 140410133154416 140410643311234 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15633] ppid=15565 vsize=10998092 memory=-7522837583129502606 CPUtime=0.08 cores=1,3,5,7
/proc/15568/task/15633/stat : 15633 (java) S 15565 15568 6529 0 -1 1077944384 3 12996 0 0 0 0 5 3 20 0 15 0 107256571 11262046208 44845 33554432000 4194304 4196468 140731943643888 140408520698592 140410643310293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15634] ppid=15565 vsize=10998092 memory=4206468019014099040 CPUtime=0.08 cores=1,3,5,7
/proc/15568/task/15634/stat : 15634 (java) S 15565 15568 6529 0 -1 1077944384 1 12996 0 0 0 0 5 3 20 0 15 0 107256571 11262046208 44845 33554432000 4194304 4196468 140731943643888 140410064202416 140410643311234 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
Current children cumulated CPU time: 2.31 s
Current children cumulated vsize: 10998092 KiB

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

/proc/15568/task/15621/stat : 15621 (java) R 15565 15568 6529 0 -1 4202560 58516 12996 0 0 10133 22 5 3 20 0 15 0 107256565 11345952768 269991 33554432000 4194304 4196468 140731943643888 140410615134800 140410214110215 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15622] ppid=15565 vsize=11080032 memory=1079964 CPUtime=0.35 cores=1,3,5,7
/proc/15568/task/15622/stat : 15622 (java) S 15565 15568 6529 0 -1 1077944384 1522 12996 0 0 24 3 5 3 20 0 15 0 107256566 11345952768 269991 33554432000 4194304 4196468 140731943643888 140410647542928 140410643310293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15623] ppid=15565 vsize=11080032 memory=1079964 CPUtime=0.35 cores=1,3,5,7
/proc/15568/task/15623/stat : 15623 (java) S 15565 15568 6529 0 -1 1077944384 1241 12996 0 0 23 4 5 3 20 0 15 0 107256566 11345952768 269991 33554432000 4194304 4196468 140731943643888 140410182511632 140410643310293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15624] ppid=15565 vsize=11080032 memory=1079964 CPUtime=0.35 cores=1,3,5,7
/proc/15568/task/15624/stat : 15624 (java) S 15565 15568 6529 0 -1 1077944384 3673 12996 0 0 24 3 5 3 20 0 15 0 107256566 11345952768 269991 33554432000 4194304 4196468 140731943643888 140410181458832 140410643310293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15625] ppid=15565 vsize=11080032 memory=15872 CPUtime=0.35 cores=1,3,5,7
/proc/15568/task/15625/stat : 15625 (java) S 15565 15568 6529 0 -1 1077944384 950 12996 0 0 23 4 5 3 20 0 15 0 107256566 11345952768 269991 33554432000 4194304 4196468 140731943643888 140410180406032 140410643310293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15626] ppid=15565 vsize=11080032 memory=4008 CPUtime=0.32 cores=1,3,5,7
/proc/15568/task/15626/stat : 15626 (java) S 15565 15568 6529 0 -1 1077944384 2324 12996 0 0 23 1 5 3 20 0 15 0 107256567 11345952768 269991 33554432000 4194304 4196468 140731943643888 140410136312176 140410643311234 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15627] ppid=15565 vsize=11080032 memory=1079960 CPUtime=0.08 cores=1,3,5,7
/proc/15568/task/15627/stat : 15627 (java) S 15565 15568 6529 0 -1 1077944384 21 12996 0 0 0 0 5 3 20 0 15 0 107256568 11345952768 269991 33554432000 4194304 4196468 140731943643888 140409460221088 140410643310293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15628] ppid=15565 vsize=11080032 memory=1952 CPUtime=0.08 cores=1,3,5,7
/proc/15568/task/15628/stat : 15628 (java) S 15565 15568 6529 0 -1 1077944384 8 12996 0 0 0 0 5 3 20 0 15 0 107256568 11345952768 269991 33554432000 4194304 4196468 140731943643888 140409258894208 140410643310293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15629] ppid=15565 vsize=11080032 memory=952 CPUtime=0.08 cores=1,3,5,7
/proc/15568/task/15629/stat : 15629 (java) S 15565 15568 6529 0 -1 1077944384 3 12996 0 0 0 0 5 3 20 0 15 0 107256571 11345952768 269991 33554432000 4194304 4196468 140731943643888 140408951494480 140410643318683 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15630] ppid=15565 vsize=11080032 memory=1232 CPUtime=4.82 cores=1,3,5,7
/proc/15568/task/15630/stat : 15630 (java) S 15565 15568 6529 0 -1 1077944384 22795 12996 0 0 470 4 5 3 20 0 15 0 107256571 11345952768 269991 33554432000 4194304 4196468 140731943643888 140410135260016 140410643311234 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15631] ppid=15565 vsize=11080032 memory=1079964 CPUtime=4.15 cores=1,3,5,7
/proc/15568/task/15631/stat : 15631 (java) S 15565 15568 6529 0 -1 1077944384 11883 12996 0 0 405 2 5 3 20 0 15 0 107256571 11345952768 269991 33554432000 4194304 4196468 140731943643888 140410134207216 140410643311234 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15632] ppid=15565 vsize=11080032 memory=5859291143976605008 CPUtime=2.21 cores=1,3,5,7
/proc/15568/task/15632/stat : 15632 (java) S 15565 15568 6529 0 -1 1077944384 16598 12996 0 0 209 4 5 3 20 0 15 0 107256571 11345952768 269991 33554432000 4194304 4196468 140731943643888 140410133154416 140410643311234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15633] ppid=15565 vsize=11080032 memory=1079960 CPUtime=0.08 cores=1,3,5,7
/proc/15568/task/15633/stat : 15633 (java) S 15565 15568 6529 0 -1 1077944384 3 12996 0 0 0 0 5 3 20 0 15 0 107256571 11345952768 269991 33554432000 4194304 4196468 140731943643888 140408520698592 140410643310293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15634] ppid=15565 vsize=11080032 memory=2240 CPUtime=0.13 cores=1,3,5,7
/proc/15568/task/15634/stat : 15634 (java) S 15565 15568 6529 0 -1 1077944384 246 12996 0 0 3 2 5 3 20 0 15 0 107256571 11345952768 269991 33554432000 4194304 4196468 140731943643888 140410064202416 140410643311234 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
Current children cumulated CPU time: 114.03 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1079964 KiB

[startup+162.301 s]
/proc/loadavg: 1.54 1.75 1.66 3/216 15636
/proc/meminfo: memFree=23425252/32770624 swapFree=67108688/67108860
[pid=15568] ppid=15565 vsize=11080032 memory=1082064 CPUtime=175.33 cores=1,3,5,7
/proc/15568/stat : 15568 (java) S 15565 15568 6529 0 -1 1077944320 138413 12996 0 0 17465 60 5 3 20 0 15 0 107256556 11345952768 270516 33554432000 4194304 4196468 140731943643888 140731943626432 140410643300087 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
/proc/15568/statm: 2770008 270516 3528 1 0 2731661 0
[pid=15568/tid=15621] ppid=15565 vsize=11080032 memory=18440 CPUtime=161.05 cores=1,3,5,7
/proc/15568/task/15621/stat : 15621 (java) R 15565 15568 6529 0 -1 4202560 60857 12996 0 0 16074 23 5 3 20 0 15 0 107256565 11345952768 270516 33554432000 4194304 4196468 140731943643888 140410615134592 140410226816583 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15622] ppid=15565 vsize=11080032 memory=1082064 CPUtime=0.61 cores=1,3,5,7
/proc/15568/task/15622/stat : 15622 (java) S 15565 15568 6529 0 -1 1077944384 1632 12996 0 0 49 4 5 3 20 0 15 0 107256566 11345952768 270516 33554432000 4194304 4196468 140731943643888 140410647542928 140410643310293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15623] ppid=15565 vsize=11080032 memory=6791534058613427641 CPUtime=0.61 cores=1,3,5,7
/proc/15568/task/15623/stat : 15623 (java) S 15565 15568 6529 0 -1 1077944384 1405 12996 0 0 48 5 5 3 20 0 15 0 107256566 11345952768 270516 33554432000 4194304 4196468 140731943643888 140410182511632 140410643310293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15624] ppid=15565 vsize=11080032 memory=1079976 CPUtime=0.61 cores=1,3,5,7
/proc/15568/task/15624/stat : 15624 (java) S 15565 15568 6529 0 -1 1077944384 4321 12996 0 0 49 4 5 3 20 0 15 0 107256566 11345952768 270516 33554432000 4194304 4196468 140731943643888 140410181458832 140410643310293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15625] ppid=15565 vsize=11080032 memory=1082064 CPUtime=0.61 cores=1,3,5,7
/proc/15568/task/15625/stat : 15625 (java) S 15565 15568 6529 0 -1 1077944384 2684 12996 0 0 48 5 5 3 20 0 15 0 107256566 11345952768 270516 33554432000 4194304 4196468 140731943643888 140410180406032 140410643310293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15626] ppid=15565 vsize=11080032 memory=1082064 CPUtime=0.56 cores=1,3,5,7
/proc/15568/task/15626/stat : 15626 (java) S 15565 15568 6529 0 -1 1077944384 2954 12996 0 0 46 2 5 3 20 0 15 0 107256567 11345952768 270516 33554432000 4194304 4196468 140731943643888 140410136312176 140410643311234 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15627] ppid=15565 vsize=11080032 memory=1082064 CPUtime=0.08 cores=1,3,5,7
/proc/15568/task/15627/stat : 15627 (java) S 15565 15568 6529 0 -1 1077944384 21 12996 0 0 0 0 5 3 20 0 15 0 107256568 11345952768 270516 33554432000 4194304 4196468 140731943643888 140409460221088 140410643310293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15628] ppid=15565 vsize=11080032 memory=1082064 CPUtime=0.08 cores=1,3,5,7
/proc/15568/task/15628/stat : 15628 (java) S 15565 15568 6529 0 -1 1077944384 8 12996 0 0 0 0 5 3 20 0 15 0 107256568 11345952768 270516 33554432000 4194304 4196468 140731943643888 140409258894208 140410643310293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15629] ppid=15565 vsize=11080032 memory=1082064 CPUtime=0.08 cores=1,3,5,7
/proc/15568/task/15629/stat : 15629 (java) S 15565 15568 6529 0 -1 1077944384 3 12996 0 0 0 0 5 3 20 0 15 0 107256571 11345952768 270516 33554432000 4194304 4196468 140731943643888 140408951494480 140410643318683 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15630] ppid=15565 vsize=11080032 memory=0 CPUtime=5.04 cores=1,3,5,7
/proc/15568/task/15630/stat : 15630 (java) S 15565 15568 6529 0 -1 1077944384 27160 12996 0 0 491 5 5 3 20 0 15 0 107256571 11345952768 270516 33554432000 4194304 4196468 140731943643888 140410135260016 140410643311234 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15631] ppid=15565 vsize=11080032 memory=1082064 CPUtime=4.36 cores=1,3,5,7
/proc/15568/task/15631/stat : 15631 (java) S 15565 15568 6529 0 -1 1077944384 13877 12996 0 0 426 2 5 3 20 0 15 0 107256571 11345952768 270516 33554432000 4194304 4196468 140731943643888 140410134207216 140410643311234 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15632] ppid=15565 vsize=11080032 memory=1082064 CPUtime=2.32 cores=1,3,5,7
/proc/15568/task/15632/stat : 15632 (java) S 15565 15568 6529 0 -1 1077944384 21007 12996 0 0 219 5 5 3 20 0 15 0 107256571 11345952768 270516 33554432000 4194304 4196468 140731943643888 140410133154416 140410643311234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15633] ppid=15565 vsize=11080032 memory=1082064 CPUtime=0.08 cores=1,3,5,7
/proc/15568/task/15633/stat : 15633 (java) S 15565 15568 6529 0 -1 1077944384 3 12996 0 0 0 0 5 3 20 0 15 0 107256571 11345952768 270516 33554432000 4194304 4196468 140731943643888 140408520698592 140410643310293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15634] ppid=15565 vsize=11080032 memory=4140 CPUtime=0.16 cores=1,3,5,7
/proc/15568/task/15634/stat : 15634 (java) S 15565 15568 6529 0 -1 1077944384 287 12996 0 0 4 4 5 3 20 0 15 0 107256571 11345952768 270516 33554432000 4194304 4196468 140731943643888 140410064202416 140410643311234 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
Current children cumulated CPU time: 175.33 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1082064 KiB

[startup+222.301 s]
/proc/loadavg: 1.32 1.63 1.62 3/215 15637
/proc/meminfo: memFree=23423360/32770624 swapFree=67108688/67108860
[pid=15568] ppid=15565 vsize=11080032 memory=1082116 CPUtime=236.58 cores=1,3,5,7
/proc/15568/stat : 15568 (java) S 15565 15568 6529 0 -1 1077944320 148154 12996 0 0 23580 70 5 3 20 0 15 0 107256556 11345952768 270529 33554432000 4194304 4196468 140731943643888 140731943626432 140410643300087 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
/proc/15568/statm: 2770008 270529 3528 1 0 2731661 0
[pid=15568/tid=15621] ppid=15565 vsize=11080032 memory=1082116 CPUtime=220.38 cores=1,3,5,7
/proc/15568/task/15621/stat : 15621 (java) R 15565 15568 6529 0 -1 4202560 62237 12996 0 0 22005 25 5 3 20 0 15 0 107256565 11345952768 270529 33554432000 4194304 4196468 140731943643888 140410615134912 140410228427113 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15622] ppid=15565 vsize=11080032 memory=1082108 CPUtime=0.89 cores=1,3,5,7
/proc/15568/task/15622/stat : 15622 (java) S 15565 15568 6529 0 -1 1077944384 1765 12996 0 0 76 5 5 3 20 0 15 0 107256566 11345952768 270529 33554432000 4194304 4196468 140731943643888 140410647542928 140410643310293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15623] ppid=15565 vsize=11080032 memory=1082116 CPUtime=0.9 cores=1,3,5,7
/proc/15568/task/15623/stat : 15623 (java) S 15565 15568 6529 0 -1 1077944384 1442 12996 0 0 75 7 5 3 20 0 15 0 107256566 11345952768 270529 33554432000 4194304 4196468 140731943643888 140410182511632 140410643310293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15624] ppid=15565 vsize=11080032 memory=1082116 CPUtime=0.9 cores=1,3,5,7
/proc/15568/task/15624/stat : 15624 (java) S 15565 15568 6529 0 -1 1077944384 6003 12996 0 0 77 5 5 3 20 0 15 0 107256566 11345952768 270529 33554432000 4194304 4196468 140731943643888 140410181458832 140410643310293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15625] ppid=15565 vsize=11080032 memory=1082116 CPUtime=0.91 cores=1,3,5,7
/proc/15568/task/15625/stat : 15625 (java) S 15565 15568 6529 0 -1 1077944384 2767 12996 0 0 75 8 5 3 20 0 15 0 107256566 11345952768 270529 33554432000 4194304 4196468 140731943643888 140410180406032 140410643310293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15626] ppid=15565 vsize=11080032 memory=1082116 CPUtime=0.83 cores=1,3,5,7
/proc/15568/task/15626/stat : 15626 (java) S 15565 15568 6529 0 -1 1077944384 3289 12996 0 0 72 3 5 3 20 0 15 0 107256567 11345952768 270529 33554432000 4194304 4196468 140731943643888 140410136312176 140410643311234 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15627] ppid=15565 vsize=11080032 memory=1082116 CPUtime=0.08 cores=1,3,5,7
/proc/15568/task/15627/stat : 15627 (java) S 15565 15568 6529 0 -1 1077944384 21 12996 0 0 0 0 5 3 20 0 15 0 107256568 11345952768 270529 33554432000 4194304 4196468 140731943643888 140409460221088 140410643310293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15628] ppid=15565 vsize=11080032 memory=1082116 CPUtime=0.08 cores=1,3,5,7
/proc/15568/task/15628/stat : 15628 (java) S 15565 15568 6529 0 -1 1077944384 8 12996 0 0 0 0 5 3 20 0 15 0 107256568 11345952768 270529 33554432000 4194304 4196468 140731943643888 140409258894208 140410643310293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15629] ppid=15565 vsize=11080032 memory=1408 CPUtime=0.08 cores=1,3,5,7
/proc/15568/task/15629/stat : 15629 (java) S 15565 15568 6529 0 -1 1077944384 3 12996 0 0 0 0 5 3 20 0 15 0 107256571 11345952768 270529 33554432000 4194304 4196468 140731943643888 140408951494480 140410643318683 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15630] ppid=15565 vsize=11080032 memory=1082116 CPUtime=5.22 cores=1,3,5,7
/proc/15568/task/15630/stat : 15630 (java) S 15565 15568 6529 0 -1 1077944384 28516 12996 0 0 509 5 5 3 20 0 15 0 107256571 11345952768 270529 33554432000 4194304 4196468 140731943643888 140410135260016 140410643311234 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15631] ppid=15565 vsize=11080032 memory=1082116 CPUtime=4.54 cores=1,3,5,7
/proc/15568/task/15631/stat : 15631 (java) S 15565 15568 6529 0 -1 1077944384 16460 12996 0 0 444 2 5 3 20 0 15 0 107256571 11345952768 270529 33554432000 4194304 4196468 140731943643888 140410134207216 140410643311234 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15632] ppid=15565 vsize=11080032 memory=-7023579799431922829 CPUtime=2.4 cores=1,3,5,7
/proc/15568/task/15632/stat : 15632 (java) S 15565 15568 6529 0 -1 1077944384 23126 12996 0 0 227 5 5 3 20 0 15 0 107256571 11345952768 270529 33554432000 4194304 4196468 140731943643888 140410133154416 140410643311234 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15633] ppid=15565 vsize=11080032 memory=-8486080722631693414 CPUtime=0.08 cores=1,3,5,7
/proc/15568/task/15633/stat : 15633 (java) S 15565 15568 6529 0 -1 1077944384 3 12996 0 0 0 0 5 3 20 0 15 0 107256571 11345952768 270529 33554432000 4194304 4196468 140731943643888 140408520698592 140410643310293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15634] ppid=15565 vsize=11080032 memory=8556 CPUtime=0.2 cores=1,3,5,7
/proc/15568/task/15634/stat : 15634 (java) S 15565 15568 6529 0 -1 1077944384 320 12996 0 0 6 6 5 3 20 0 15 0 107256571 11345952768 270529 33554432000 4194304 4196468 140731943643888 140410064202416 140410643311234 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
Current children cumulated CPU time: 236.58 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1082116 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+237.401 s]
/proc/loadavg: 1.40 1.63 1.62 4/215 15765
/proc/meminfo: memFree=24318464/32770624 swapFree=67108688/67108860
[pid=15568] ppid=15565 vsize=11080032 memory=1082116 CPUtime=252.01 cores=1,3,5,7
/proc/15568/stat : 15568 (java) S 15565 15568 6529 0 -1 1077944320 148361 12996 0 0 25121 72 5 3 20 0 15 0 107256556 11345952768 270529 33554432000 4194304 4196468 140731943643888 140731943626432 140410643300087 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
/proc/15568/statm: 2770008 270529 3528 1 0 2731661 0
[pid=15568/tid=15621] ppid=15565 vsize=11080032 memory=8556 CPUtime=235.3 cores=1,3,5,7
/proc/15568/task/15621/stat : 15621 (java) R 15565 15568 6529 0 -1 4202560 62390 12996 0 0 23497 25 5 3 20 0 15 0 107256565 11345952768 270529 33554432000 4194304 4196468 140731943643888 140410615134592 140410221544495 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15622] ppid=15565 vsize=11080032 memory=1444 CPUtime=0.98 cores=1,3,5,7
/proc/15568/task/15622/stat : 15622 (java) S 15565 15568 6529 0 -1 1077944384 1769 12996 0 0 84 6 5 3 20 0 15 0 107256566 11345952768 270529 33554432000 4194304 4196468 140731943643888 140410647542928 140410643310293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15623] ppid=15565 vsize=11080032 memory=5668 CPUtime=0.99 cores=1,3,5,7
/proc/15568/task/15623/stat : 15623 (java) S 15565 15568 6529 0 -1 1077944384 1443 12996 0 0 83 8 5 3 20 0 15 0 107256566 11345952768 270529 33554432000 4194304 4196468 140731943643888 140410182511632 140410643310293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15624] ppid=15565 vsize=11080032 memory=4616 CPUtime=0.99 cores=1,3,5,7
/proc/15568/task/15624/stat : 15624 (java) S 15565 15568 6529 0 -1 1077944384 6005 12996 0 0 85 6 5 3 20 0 15 0 107256566 11345952768 270529 33554432000 4194304 4196468 140731943643888 140410181458832 140410643310293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15625] ppid=15565 vsize=11080032 memory=14076 CPUtime=0.98 cores=1,3,5,7
/proc/15568/task/15625/stat : 15625 (java) S 15565 15568 6529 0 -1 1077944384 2768 12996 0 0 82 8 5 3 20 0 15 0 107256566 11345952768 270529 33554432000 4194304 4196468 140731943643888 140410180406032 140410643310293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15626] ppid=15565 vsize=11080032 memory=1082116 CPUtime=0.9 cores=1,3,5,7
/proc/15568/task/15626/stat : 15626 (java) S 15565 15568 6529 0 -1 1077944384 3290 12996 0 0 79 3 5 3 20 0 15 0 107256567 11345952768 270529 33554432000 4194304 4196468 140731943643888 140410136312176 140410643311234 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15627] ppid=15565 vsize=11080032 memory=1708 CPUtime=0.08 cores=1,3,5,7
/proc/15568/task/15627/stat : 15627 (java) S 15565 15568 6529 0 -1 1077944384 21 12996 0 0 0 0 5 3 20 0 15 0 107256568 11345952768 270529 33554432000 4194304 4196468 140731943643888 140409460221088 140410643310293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15628] ppid=15565 vsize=11080032 memory=1082116 CPUtime=0.08 cores=1,3,5,7
/proc/15568/task/15628/stat : 15628 (java) S 15565 15568 6529 0 -1 1077944384 8 12996 0 0 0 0 5 3 20 0 15 0 107256568 11345952768 270529 33554432000 4194304 4196468 140731943643888 140409258894208 140410643310293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15629] ppid=15565 vsize=11080032 memory=30620 CPUtime=0.08 cores=1,3,5,7
/proc/15568/task/15629/stat : 15629 (java) S 15565 15568 6529 0 -1 1077944384 3 12996 0 0 0 0 5 3 20 0 15 0 107256571 11345952768 270529 33554432000 4194304 4196468 140731943643888 140408951494480 140410643318683 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15630] ppid=15565 vsize=11080032 memory=1296 CPUtime=5.27 cores=1,3,5,7
/proc/15568/task/15630/stat : 15630 (java) S 15565 15568 6529 0 -1 1077944384 28526 12996 0 0 514 5 5 3 20 0 15 0 107256571 11345952768 270529 33554432000 4194304 4196468 140731943643888 140410135260016 140410643311234 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15631] ppid=15565 vsize=11080032 memory=2408 CPUtime=4.59 cores=1,3,5,7
/proc/15568/task/15631/stat : 15631 (java) S 15565 15568 6529 0 -1 1077944384 16475 12996 0 0 449 2 5 3 20 0 15 0 107256571 11345952768 270529 33554432000 4194304 4196468 140731943643888 140410134207216 140410643311234 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15632] ppid=15565 vsize=11080032 memory=1724 CPUtime=2.43 cores=1,3,5,7
/proc/15568/task/15632/stat : 15632 (java) S 15565 15568 6529 0 -1 1077944384 23146 12996 0 0 230 5 5 3 20 0 15 0 107256571 11345952768 270529 33554432000 4194304 4196468 140731943643888 140410133154416 140410643311234 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15633] ppid=15565 vsize=11080032 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15568/task/15633/stat : 15633 (java) S 15565 15568 6529 0 -1 1077944384 3 12996 0 0 0 0 5 3 20 0 15 0 107256571 11345952768 270529 33554432000 4194304 4196468 140731943643888 140408520698592 140410643310293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
[pid=15568/tid=15634] ppid=15565 vsize=11080032 memory=206798380366297 CPUtime=0.21 cores=1,3,5,7
/proc/15568/task/15634/stat : 15634 (java) S 15565 15568 6529 0 -1 1077944384 320 12996 0 0 6 7 5 3 20 0 15 0 107256571 11345952768 270529 33554432000 4194304 4196468 140731943643888 140410064202416 140410643311234 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13340672 140731943647857 140731943650657 140731943650657 140731943653327 0
Current children cumulated CPU time: 252.01 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1082116 KiB

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

[startup+237.444 s]
# the end of solver process 15568 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.284 s, system=0.775407 s

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

Child status: 143
Real time (s): 237.444
CPU time (s): 252.06
CPU user time (s): 251.284
CPU system time (s): 0.775407
CPU usage (%): 106.156
Max. virtual memory (cumulated for all children) (KiB): 11082888
Max. memory (cumulated for all children) (KiB): 1083040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.284
system time used= 0.775407
maximum resident set size= 1084568
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 162235
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= 31162
involuntary context switches= 818


# summary of solver processes directly reported to runsolver:
#   pid: 15568
#   total CPU time (s): 252.06
#   total CPU user time (s): 251.284
#   total CPU system time (s): 0.775407

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.72077 second user time and 1.91463 second system time

The end

Launcher Data

Begin job on node106 at 2018-07-29 22:42:17
IDJOB=4302382
IDBENCH=141324
IDSOLVER=2776
FILE ID=node106/4302382-1532896937
RUNJOBID= node106-1532895551-13369
PBS_JOBID= 21022522
Free space on /tmp= 54700 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/PizzaVoucher/PizzaVoucher-15b_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302382-1532896937/watcher-4302382-1532896937 -o /tmp/evaluation-result-4302382-1532896937/solver-4302382-1532896937 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532895551-13369 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=1352213658 HOME/instance-4302382-1532896937.xml

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

MD5SUM BENCH= b017fe45b316a2eca4ba7804b3adba5f
RANDOM SEED=1352213658

node106.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:        25251508 kB
MemAvailable:   31623260 kB
Buffers:          247980 kB
Cached:          6357488 kB
SwapCached:            0 kB
Active:          2749232 kB
Inactive:        4221528 kB
Active(anon):     312968 kB
Inactive(anon):    80476 kB
Active(file):    2436264 kB
Inactive(file):  4141052 kB
Unevictable:        6960 kB
Mlocked:            6960 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:             26744 kB
Writeback:             0 kB
AnonPages:        390268 kB
Mapped:            58144 kB
Shmem:             25056 kB
Slab:             248244 kB
SReclaimable:     220544 kB
SUnreclaim:        27700 kB
KernelStack:        3856 kB
PageTables:         5784 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1634276 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    163840 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 54672 MiB
End job on node106 at 2018-07-29 22:46:14