Trace number 4302730

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.9.2-SuperNGSAT (TO)40 252.133 237.846

General information on the benchmark

NamePizzaVoucher/
PizzaVoucher-12b_c18.xml
MD5SUM8890b3c4968b86b21e69352acb96ed82
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 benchmark9.81484
Satisfiable
(Un)Satisfiability was proved
Number of variables48
Number of constraints111
Number of domains18
Minimum domain size1
Maximum domain size25
Distribution of domain sizes[{"size":1,"count":1},{"size":2,"count":26},{"size":3,"count":5},{"size":4,"count":2},{"size":5,"count":1},{"size":7,"count":1},{"size":25,"count":12}]
Minimum variable degree2
Maximum variable degree36
Distribution of variable degrees[{"degree":2,"count":36},{"degree":35,"count":6},{"degree":36,"count":6}]
Minimum constraint arity2
Maximum constraint arity13
Distribution of constraint arities[{"arity":2,"count":87},{"arity":13,"count":24}]
Number of extensional constraints0
Number of intensional constraints87
Distribution of constraint types[{"type":"intension","count":87},{"type":"count","count":24}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.99/0.74	c Concrete v3.9.2.1532736233296 running
9.49/4.33	o 53
9.49/4.36	o 52
10.16/4.55	o 49
10.16/4.57	o 48
10.47/4.69	o 47
10.78/4.71	o 44
10.78/4.72	o 43
14.55/6.41	o 42
18.03/9.36	o 41
167.95/155.38	o 40
252.07/237.80	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
252.07/237.80		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
252.07/237.80		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
252.07/237.80		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
252.07/237.80		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
252.07/237.80		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
252.07/237.80		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
252.07/237.81		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
252.07/237.81		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
252.07/237.81		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.07/237.81		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.07/237.81		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.07/237.81		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.07/237.81		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.07/237.81		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.07/237.81		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.07/237.81		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:109)
252.07/237.81		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
252.07/237.81		at scala.Option.map(Option.scala:146)
252.07/237.81		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
252.07/237.81		at concrete.MAC.mac(MAC.scala:203)
252.07/237.81		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
252.07/237.81		at scala.util.Try$.apply(Try.scala:209)
252.07/237.81		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.07/237.81		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.07/237.81		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.07/237.81		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.07/237.81		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
252.07/237.81		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.07/237.81		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.07/237.81		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.07/237.81		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.07/237.81		at concrete.MAC.oneRun(MAC.scala:253)
252.07/237.81		at concrete.MAC.nextSolution(MAC.scala:272)
252.07/237.81		at concrete.MAC.nextSolution(MAC.scala:355)
252.07/237.81		at concrete.Solver.hasNext(Solver.scala:166)
252.07/237.81		at scala.collection.Iterator.foreach(Iterator.scala:944)
252.07/237.81		at scala.collection.Iterator.foreach$(Iterator.scala:944)
252.07/237.81		at concrete.Solver.foreach(Solver.scala:68)
252.07/237.81		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
252.07/237.81		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.07/237.81		at scala.util.Success.map(Try.scala:209)
252.07/237.81		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
252.07/237.81		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
252.07/237.81		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
252.07/237.81		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
252.07/237.81		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
252.07/237.81		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.07/237.81		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.07/237.81		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.07/237.81		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.07/237.81		at scala.collection.immutable.List.foreach(List.scala:389)
252.07/237.81		at scala.App.main(App.scala:76)
252.07/237.81		at scala.App.main$(App.scala:74)
252.07/237.81		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
252.07/237.81		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.07/237.82	v <instantiation cost="40">
252.07/237.82	v       <list>
252.07/237.82	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] np[10] np[11] nf[0] nf[1] nf[2] nf[3] nf[4] nf[5] nf[6] nf[7] nf[8] nf[9] nf[10] nf[11] 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/237.82	v       </list>
252.07/237.82	v       <values>
252.07/237.82	v         11 11 -11 11 -11 11 11 11 1 -11 1 -1 1 0 0 0 0 0 0 0 0 0 3 0 2 0 0 0 0 0 0 0 0 0 6 0 0 0 9 0 10 0 0 0 0 8 0 13
252.07/237.82	v       </values>
252.07/237.82	v     </instantiation>
252.07/237.82	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 (8993 MiB free)
  memory of node 1: 16384 MiB (15799 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302730-1532897080/watcher-4302730-1532897080 -o /tmp/evaluation-result-4302730-1532897080/solver-4302730-1532897080 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532893975-22777 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=867877933 -superng HOME/instance-4302730-1532897080.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=27744, runsolver pid=27741

[startup+0.100109 s]*
/proc/loadavg: 1.63 2.01 1.94 3/206 27801
/proc/meminfo: memFree=25381588/32770624 swapFree=67108860/67108860
[pid=27744] ppid=27741 vsize=10005480 memory=16816 CPUtime=0.08 cores=1,3,5,7
/proc/27744/stat : 27744 (java) S 27741 27744 13514 0 -1 1077944320 4355 13179 0 0 1 0 5 2 20 0 6 0 107271154 10245611520 4204 33554432000 4194304 4196468 140733195852016 140733195834560 139812782960375 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
/proc/27744/statm: 2501370 4204 1935 1 0 2489808 0
[pid=27744/tid=27797] ppid=27741 vsize=10005480 memory=4279135704013571469 CPUtime=0.08 cores=1,3,5,7
/proc/27744/task/27797/stat : 27797 (java) R 27741 27744 13514 0 -1 4202560 2163 13179 0 0 1 0 5 2 20 0 6 0 107271163 10245611520 4204 33554432000 4194304 4196468 140733195852016 139812754797136 139812767040862 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27798] ppid=27741 vsize=10005480 memory=8257237230052613020 CPUtime=0.07 cores=1,3,5,7
/proc/27744/task/27798/stat : 27798 (java) S 27741 27744 13514 0 -1 1077944384 1 13179 0 0 0 0 5 2 20 0 6 0 107271164 10245611520 4204 33554432000 4194304 4196468 140733195852016 139812787203216 139812782970581 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27799] ppid=27741 vsize=10005480 memory=140527224395392 CPUtime=0.07 cores=1,3,5,7
/proc/27744/task/27799/stat : 27799 (java) S 27741 27744 13514 0 -1 1077944384 1 13179 0 0 0 0 5 2 20 0 6 0 107271164 10245611520 4204 33554432000 4194304 4196468 140733195852016 139812668468240 139812782970581 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27800] ppid=27741 vsize=10005480 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27744/task/27800/stat : 27800 (java) S 27741 27744 13514 0 -1 1077944384 1 13179 0 0 0 0 5 2 20 0 6 0 107271164 10245611520 4204 33554432000 4194304 4196468 140733195852016 139812667415440 139812782970581 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27801] ppid=27741 vsize=10005480 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/27744/task/27801/stat : 27801 (java) S 27741 27744 13514 0 -1 1077944384 2 13179 0 0 0 0 5 2 20 0 6 0 107271164 10245611520 4204 33554432000 4194304 4196468 140733195852016 139812666362640 139812782970581 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16816 KiB

[startup+0.210029 s]*
/proc/loadavg: 1.63 2.01 1.94 3/215 27810
/proc/meminfo: memFree=25360500/32770624 swapFree=67108860/67108860
[pid=27744] ppid=27741 vsize=10982744 memory=42724 CPUtime=0.25 cores=1,3,5,7
/proc/27744/stat : 27744 (java) S 27741 27744 13514 0 -1 1077944320 7900 13179 0 0 17 1 5 2 20 0 15 0 107271154 11246329856 10681 33554432000 4194304 4196468 140733195852016 140733195834560 139812782960375 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
/proc/27744/statm: 2745686 10681 2959 1 0 2708109 0
[pid=27744/tid=27797] ppid=27741 vsize=10982744 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/27744/task/27797/stat : 27797 (java) R 27741 27744 13514 0 -1 4202560 4480 13179 0 0 11 0 5 2 20 0 15 0 107271163 11246329856 10681 33554432000 4194304 4196468 140733195852016 139812754738336 139812763236082 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27798] ppid=27741 vsize=10982744 memory=339 CPUtime=0.07 cores=1,3,5,7
/proc/27744/task/27798/stat : 27798 (java) S 27741 27744 13514 0 -1 1077944384 1 13179 0 0 0 0 5 2 20 0 15 0 107271164 11246329856 10681 33554432000 4194304 4196468 140733195852016 139812787203216 139812782970581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27799] ppid=27741 vsize=10982744 memory=3617997992101844640 CPUtime=0.07 cores=1,3,5,7
/proc/27744/task/27799/stat : 27799 (java) S 27741 27744 13514 0 -1 1077944384 1 13179 0 0 0 0 5 2 20 0 15 0 107271164 11246329856 10681 33554432000 4194304 4196468 140733195852016 139812668468240 139812782970581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27800] ppid=27741 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27744/task/27800/stat : 27800 (java) S 27741 27744 13514 0 -1 1077944384 1 13179 0 0 0 0 5 2 20 0 15 0 107271164 11246329856 10681 33554432000 4194304 4196468 140733195852016 139812667415440 139812782970581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27801] ppid=27741 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/27744/task/27801/stat : 27801 (java) S 27741 27744 13514 0 -1 1077944384 2 13179 0 0 0 0 5 2 20 0 15 0 107271164 11246329856 10681 33554432000 4194304 4196468 140733195852016 139812666362640 139812782970581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27802] ppid=27741 vsize=10982744 memory=140527224395392 CPUtime=0.07 cores=1,3,5,7
/proc/27744/task/27802/stat : 27802 (java) S 27741 27744 13514 0 -1 1077944384 2 13179 0 0 0 0 5 2 20 0 15 0 107271165 11246329856 10681 33554432000 4194304 4196468 140733195852016 139812276054384 139812782971522 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27803] ppid=27741 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/27744/task/27803/stat : 27803 (java) S 27741 27744 13514 0 -1 1077944384 13 13179 0 0 0 0 5 2 20 0 15 0 107271166 11246329856 10681 33554432000 4194304 4196468 140733195852016 139811587351584 139812782970581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27804] ppid=27741 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27744/task/27804/stat : 27804 (java) S 27741 27744 13514 0 -1 1077944384 21 13179 0 0 0 0 5 2 20 0 15 0 107271166 11246329856 10681 33554432000 4194304 4196468 140733195852016 139811520238448 139812782970581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27805] ppid=27741 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27744/task/27805/stat : 27805 (java) S 27741 27744 13514 0 -1 1077944384 3 13179 0 0 0 0 5 2 20 0 15 0 107271168 11246329856 10681 33554432000 4194304 4196468 140733195852016 139811212842832 139812782978971 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27806] ppid=27741 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27744/task/27806/stat : 27806 (java) S 27741 27744 13514 0 -1 1077944384 367 13179 0 0 1 0 5 2 20 0 15 0 107271168 11246329856 10681 33554432000 4194304 4196468 140733195852016 139812275002224 139812782971522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27807] ppid=27741 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/27744/task/27807/stat : 27807 (java) S 27741 27744 13514 0 -1 1077944384 244 13179 0 0 0 0 5 2 20 0 15 0 107271168 11246329856 10681 33554432000 4194304 4196468 140733195852016 139812273949424 139812782971522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27808] ppid=27741 vsize=10982744 memory=140527224395392 CPUtime=0.1 cores=1,3,5,7
/proc/27744/task/27808/stat : 27808 (java) S 27741 27744 13514 0 -1 1077944384 599 13179 0 0 3 0 5 2 20 0 15 0 107271168 11246329856 10681 33554432000 4194304 4196468 140733195852016 139812272896624 139812782971522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27809] ppid=27741 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/27744/task/27809/stat : 27809 (java) S 27741 27744 13514 0 -1 1077944384 3 13179 0 0 0 0 5 2 20 0 15 0 107271169 11246329856 10681 33554432000 4194304 4196468 140733195852016 139810782046944 139812782970581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27810] ppid=27741 vsize=10982744 memory=140527224395392 CPUtime=0.07 cores=1,3,5,7
/proc/27744/task/27810/stat : 27810 (java) S 27741 27744 13514 0 -1 1077944384 1 13179 0 0 0 0 5 2 20 0 15 0 107271169 11246329856 10681 33554432000 4194304 4196468 140733195852016 139812271844016 139812782971522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 42724 KiB

[startup+0.310178 s]*
/proc/loadavg: 1.63 2.01 1.94 3/215 27810
/proc/meminfo: memFree=25348840/32770624 swapFree=67108860/67108860
[pid=27744] ppid=27741 vsize=10983192 memory=53440 CPUtime=0.38 cores=1,3,5,7
/proc/27744/stat : 27744 (java) S 27741 27744 13514 0 -1 1077944320 10438 13179 0 0 29 2 5 2 20 0 15 0 107271154 11246788608 13360 33554432000 4194304 4196468 140733195852016 140733195834560 139812782960375 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
/proc/27744/statm: 2745798 13360 3078 1 0 2708109 0
[pid=27744/tid=27797] ppid=27741 vsize=10983192 memory=6791534058613427641 CPUtime=0.27 cores=1,3,5,7
/proc/27744/task/27797/stat : 27797 (java) R 27741 27744 13514 0 -1 4202560 6972 13179 0 0 19 1 5 2 20 0 15 0 107271163 11246788608 13360 33554432000 4194304 4196468 140733195852016 139812754772384 139812782982301 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27798] ppid=27741 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27744/task/27798/stat : 27798 (java) S 27741 27744 13514 0 -1 1077944384 1 13179 0 0 0 0 5 2 20 0 15 0 107271164 11246788608 13360 33554432000 4194304 4196468 140733195852016 139812787203216 139812782970581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27799] ppid=27741 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27744/task/27799/stat : 27799 (java) S 27741 27744 13514 0 -1 1077944384 1 13179 0 0 0 0 5 2 20 0 15 0 107271164 11246788608 13360 33554432000 4194304 4196468 140733195852016 139812668468240 139812782970581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27800] ppid=27741 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27744/task/27800/stat : 27800 (java) S 27741 27744 13514 0 -1 1077944384 1 13179 0 0 0 0 5 2 20 0 15 0 107271164 11246788608 13360 33554432000 4194304 4196468 140733195852016 139812667415440 139812782970581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27801] ppid=27741 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27744/task/27801/stat : 27801 (java) S 27741 27744 13514 0 -1 1077944384 2 13179 0 0 0 0 5 2 20 0 15 0 107271164 11246788608 13360 33554432000 4194304 4196468 140733195852016 139812666362640 139812782970581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27802] ppid=27741 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27744/task/27802/stat : 27802 (java) S 27741 27744 13514 0 -1 1077944384 2 13179 0 0 0 0 5 2 20 0 15 0 107271165 11246788608 13360 33554432000 4194304 4196468 140733195852016 139812276054384 139812782971522 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27803] ppid=27741 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/27744/task/27803/stat : 27803 (java) S 27741 27744 13514 0 -1 1077944384 13 13179 0 0 0 0 5 2 20 0 15 0 107271166 11246788608 13360 33554432000 4194304 4196468 140733195852016 139811587351584 139812782970581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27804] ppid=27741 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27744/task/27804/stat : 27804 (java) S 27741 27744 13514 0 -1 1077944384 21 13179 0 0 0 0 5 2 20 0 15 0 107271166 11246788608 13360 33554432000 4194304 4196468 140733195852016 139811520238448 139812782970581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27805] ppid=27741 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27744/task/27805/stat : 27805 (java) S 27741 27744 13514 0 -1 1077944384 3 13179 0 0 0 0 5 2 20 0 15 0 107271168 11246788608 13360 33554432000 4194304 4196468 140733195852016 139811212842832 139812782978971 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27806] ppid=27741 vsize=10983192 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/27744/task/27806/stat : 27806 (java) S 27741 27744 13514 0 -1 1077944384 368 13179 0 0 2 0 5 2 20 0 15 0 107271168 11246788608 13360 33554432000 4194304 4196468 140733195852016 139812275002224 139812782971522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27807] ppid=27741 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/27744/task/27807/stat : 27807 (java) S 27741 27744 13514 0 -1 1077944384 244 13179 0 0 1 0 5 2 20 0 15 0 107271168 11246788608 13360 33554432000 4194304 4196468 140733195852016 139812273949424 139812782971522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27808] ppid=27741 vsize=10983192 memory=140527224395392 CPUtime=0.12 cores=1,3,5,7
/proc/27744/task/27808/stat : 27808 (java) S 27741 27744 13514 0 -1 1077944384 609 13179 0 0 5 0 5 2 20 0 15 0 107271168 11246788608 13360 33554432000 4194304 4196468 140733195852016 139812272896624 139812782971522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27809] ppid=27741 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/27744/task/27809/stat : 27809 (java) S 27741 27744 13514 0 -1 1077944384 3 13179 0 0 0 0 5 2 20 0 15 0 107271169 11246788608 13360 33554432000 4194304 4196468 140733195852016 139810782046944 139812782970581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27810] ppid=27741 vsize=10983192 memory=140527224395392 CPUtime=0.07 cores=1,3,5,7
/proc/27744/task/27810/stat : 27810 (java) S 27741 27744 13514 0 -1 1077944384 1 13179 0 0 0 0 5 2 20 0 15 0 107271169 11246788608 13360 33554432000 4194304 4196468 140733195852016 139812271844016 139812782971522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 53440 KiB

[startup+0.700756 s]
/proc/loadavg: 1.63 2.01 1.94 3/215 27810
/proc/meminfo: memFree=25337180/32770624 swapFree=67108860/67108860
[pid=27744] ppid=27741 vsize=10983192 memory=86596 CPUtime=0.99 cores=1,3,5,7
/proc/27744/stat : 27744 (java) S 27741 27744 13514 0 -1 1077944320 16811 13179 0 0 88 4 5 2 20 0 15 0 107271154 11246788608 21649 33554432000 4194304 4196468 140733195852016 140733195834560 139812782960375 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
/proc/27744/statm: 2745798 21649 3246 1 0 2708109 0
[pid=27744/tid=27797] ppid=27741 vsize=10983192 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/27744/task/27797/stat : 27797 (java) R 27741 27744 13514 0 -1 4202560 12286 13179 0 0 56 3 5 2 20 0 15 0 107271163 11246788608 21649 33554432000 4194304 4196468 140733195852016 139812754781200 139812763235697 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27798] ppid=27741 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27744/task/27798/stat : 27798 (java) S 27741 27744 13514 0 -1 1077944384 1 13179 0 0 0 0 5 2 20 0 15 0 107271164 11246788608 21649 33554432000 4194304 4196468 140733195852016 139812787203216 139812782970581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27799] ppid=27741 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27744/task/27799/stat : 27799 (java) S 27741 27744 13514 0 -1 1077944384 1 13179 0 0 0 0 5 2 20 0 15 0 107271164 11246788608 21649 33554432000 4194304 4196468 140733195852016 139812668468240 139812782970581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27800] ppid=27741 vsize=10983192 memory=32804 CPUtime=0.07 cores=1,3,5,7
/proc/27744/task/27800/stat : 27800 (java) S 27741 27744 13514 0 -1 1077944384 1 13179 0 0 0 0 5 2 20 0 15 0 107271164 11246788608 21649 33554432000 4194304 4196468 140733195852016 139812667415440 139812782970581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27801] ppid=27741 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27744/task/27801/stat : 27801 (java) S 27741 27744 13514 0 -1 1077944384 2 13179 0 0 0 0 5 2 20 0 15 0 107271164 11246788608 21649 33554432000 4194304 4196468 140733195852016 139812666362640 139812782970581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27802] ppid=27741 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27744/task/27802/stat : 27802 (java) S 27741 27744 13514 0 -1 1077944384 5 13179 0 0 0 0 5 2 20 0 15 0 107271165 11246788608 21649 33554432000 4194304 4196468 140733195852016 139812276054384 139812782971522 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27803] ppid=27741 vsize=10983192 memory=140527102210736 CPUtime=0.07 cores=1,3,5,7
/proc/27744/task/27803/stat : 27803 (java) S 27741 27744 13514 0 -1 1077944384 13 13179 0 0 0 0 5 2 20 0 15 0 107271166 11246788608 21649 33554432000 4194304 4196468 140733195852016 139811587351584 139812782970581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27804] ppid=27741 vsize=10983192 memory=140531329925712 CPUtime=0.07 cores=1,3,5,7
/proc/27744/task/27804/stat : 27804 (java) S 27741 27744 13514 0 -1 1077944384 21 13179 0 0 0 0 5 2 20 0 15 0 107271166 11246788608 21649 33554432000 4194304 4196468 140733195852016 139811520238448 139812782970581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27805] ppid=27741 vsize=10983192 memory=1020 CPUtime=0.07 cores=1,3,5,7
/proc/27744/task/27805/stat : 27805 (java) S 27741 27744 13514 0 -1 1077944384 3 13179 0 0 0 0 5 2 20 0 15 0 107271168 11246788608 21649 33554432000 4194304 4196468 140733195852016 139811212842832 139812782978971 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27806] ppid=27741 vsize=10983192 memory=7089042195949315648 CPUtime=0.18 cores=1,3,5,7
/proc/27744/task/27806/stat : 27806 (java) S 27741 27744 13514 0 -1 1077944384 967 13179 0 0 11 0 5 2 20 0 15 0 107271168 11246788608 21649 33554432000 4194304 4196468 140733195852016 139812275002224 139812782971522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27807] ppid=27741 vsize=10983192 memory=7881696724453321575 CPUtime=0.13 cores=1,3,5,7
/proc/27744/task/27807/stat : 27807 (java) S 27741 27744 13514 0 -1 1077944384 608 13179 0 0 6 0 5 2 20 0 15 0 107271168 11246788608 21649 33554432000 4194304 4196468 140733195852016 139812273949424 139812782971522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27808] ppid=27741 vsize=10983192 memory=5789189752906409301 CPUtime=0.2 cores=1,3,5,7
/proc/27744/task/27808/stat : 27808 (java) S 27741 27744 13514 0 -1 1077944384 702 13179 0 0 13 0 5 2 20 0 15 0 107271168 11246788608 21649 33554432000 4194304 4196468 140733195852016 139812272896624 139812782971522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27809] ppid=27741 vsize=10983192 memory=4140 CPUtime=0.07 cores=1,3,5,7
/proc/27744/task/27809/stat : 27809 (java) S 27741 27744 13514 0 -1 1077944384 3 13179 0 0 0 0 5 2 20 0 15 0 107271169 11246788608 21649 33554432000 4194304 4196468 140733195852016 139810782046944 139812782970581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27810] ppid=27741 vsize=10983192 memory=2241 CPUtime=0.07 cores=1,3,5,7
/proc/27744/task/27810/stat : 27810 (java) S 27741 27744 13514 0 -1 1077944384 1 13179 0 0 0 0 5 2 20 0 15 0 107271169 11246788608 21649 33554432000 4194304 4196468 140733195852016 139812271844016 139812782971522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 86596 KiB

[startup+1.50073 s]
/proc/loadavg: 1.63 2.01 1.94 4/215 27810
/proc/meminfo: memFree=25290724/32770624 swapFree=67108860/67108860
[pid=27744] ppid=27741 vsize=10998092 memory=177896 CPUtime=2.29 cores=1,3,5,7
/proc/27744/stat : 27744 (java) S 27741 27744 13514 0 -1 1077944320 24025 13179 0 0 213 9 5 2 20 0 15 0 107271154 11262046208 44474 33554432000 4194304 4196468 140733195852016 140733195834560 139812782960375 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
/proc/27744/statm: 2749523 44474 3473 1 0 2711181 0
[pid=27744/tid=27797] ppid=27741 vsize=10998092 memory=10757 CPUtime=1.42 cores=1,3,5,7
/proc/27744/task/27797/stat : 27797 (java) R 27741 27744 13514 0 -1 4202560 17833 13179 0 0 130 5 5 2 20 0 15 0 107271163 11262046208 44474 33554432000 4194304 4196468 140733195852016 139812754791712 139812768126014 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27798] ppid=27741 vsize=10998092 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/27744/task/27798/stat : 27798 (java) S 27741 27744 13514 0 -1 1077944384 67 13179 0 0 1 0 5 2 20 0 15 0 107271164 11262046208 44474 33554432000 4194304 4196468 140733195852016 139812787203216 139812782970581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27799] ppid=27741 vsize=10998092 memory=1408 CPUtime=0.08 cores=1,3,5,7
/proc/27744/task/27799/stat : 27799 (java) S 27741 27744 13514 0 -1 1077944384 20 13179 0 0 1 0 5 2 20 0 15 0 107271164 11262046208 44474 33554432000 4194304 4196468 140733195852016 139812668468240 139812782970581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27800] ppid=27741 vsize=10998092 memory=3144 CPUtime=0.08 cores=1,3,5,7
/proc/27744/task/27800/stat : 27800 (java) S 27741 27744 13514 0 -1 1077944384 18 13179 0 0 1 0 5 2 20 0 15 0 107271164 11262046208 44474 33554432000 4194304 4196468 140733195852016 139812667415440 139812782970581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27801] ppid=27741 vsize=10998092 memory=86596 CPUtime=0.07 cores=1,3,5,7
/proc/27744/task/27801/stat : 27801 (java) S 27741 27744 13514 0 -1 1077944384 249 13179 0 0 0 0 5 2 20 0 15 0 107271164 11262046208 44474 33554432000 4194304 4196468 140733195852016 139812666362640 139812782970581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27802] ppid=27741 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27744/task/27802/stat : 27802 (java) S 27741 27744 13514 0 -1 1077944384 56 13179 0 0 1 0 5 2 20 0 15 0 107271165 11262046208 44474 33554432000 4194304 4196468 140733195852016 139812276054384 139812782971522 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27803] ppid=27741 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27744/task/27803/stat : 27803 (java) S 27741 27744 13514 0 -1 1077944384 14 13179 0 0 0 0 5 2 20 0 15 0 107271166 11262046208 44474 33554432000 4194304 4196468 140733195852016 139811587351648 139812782970581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27804] ppid=27741 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27744/task/27804/stat : 27804 (java) S 27741 27744 13514 0 -1 1077944384 42 13179 0 0 0 0 5 2 20 0 15 0 107271166 11262046208 44474 33554432000 4194304 4196468 140733195852016 139811520238464 139812782970581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27805] ppid=27741 vsize=10998092 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/27744/task/27805/stat : 27805 (java) S 27741 27744 13514 0 -1 1077944384 3 13179 0 0 0 0 5 2 20 0 15 0 107271168 11262046208 44474 33554432000 4194304 4196468 140733195852016 139811212842832 139812782978971 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27806] ppid=27741 vsize=10998092 memory=4638778398332698720 CPUtime=0.31 cores=1,3,5,7
/proc/27744/task/27806/stat : 27806 (java) S 27741 27744 13514 0 -1 1077944384 1134 13179 0 0 24 0 5 2 20 0 15 0 107271168 11262046208 44474 33554432000 4194304 4196468 140733195852016 139812275002224 139812782971522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27807] ppid=27741 vsize=10998092 memory=281054204697472 CPUtime=0.26 cores=1,3,5,7
/proc/27744/task/27807/stat : 27807 (java) S 27741 27744 13514 0 -1 1077944384 1124 13179 0 0 19 0 5 2 20 0 15 0 107271168 11262046208 44474 33554432000 4194304 4196468 140733195852016 139812273949424 139812782971522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27808] ppid=27741 vsize=10998092 memory=6944656592452807323 CPUtime=0.4 cores=1,3,5,7
/proc/27744/task/27808/stat : 27808 (java) S 27741 27744 13514 0 -1 1077944384 1264 13179 0 0 33 0 5 2 20 0 15 0 107271168 11262046208 44474 33554432000 4194304 4196468 140733195852016 139812272896624 139812782971522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27809] ppid=27741 vsize=10998092 memory=6944656591801719708 CPUtime=0.07 cores=1,3,5,7
/proc/27744/task/27809/stat : 27809 (java) S 27741 27744 13514 0 -1 1077944384 3 13179 0 0 0 0 5 2 20 0 15 0 107271169 11262046208 44474 33554432000 4194304 4196468 140733195852016 139810782046944 139812782970581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27810] ppid=27741 vsize=10998092 memory=1399101730491701635 CPUtime=0.07 cores=1,3,5,7
/proc/27744/task/27810/stat : 27810 (java) S 27741 27744 13514 0 -1 1077944384 1 13179 0 0 0 0 5 2 20 0 15 0 107271169 11262046208 44474 33554432000 4194304 4196468 140733195852016 139812271844016 139812782971522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
Current children cumulated CPU time: 2.29 s
Current children cumulated vsize: 10998092 KiB

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

/proc/27744/task/27797/stat : 27797 (java) R 27741 27744 13514 0 -1 4202560 57415 13179 0 0 10139 22 5 2 20 0 15 0 107271163 11345952768 253503 33554432000 4194304 4196468 140733195852016 139812754795280 139812357487885 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27798] ppid=27741 vsize=11080032 memory=1014008 CPUtime=0.3 cores=1,3,5,7
/proc/27744/task/27798/stat : 27798 (java) S 27741 27744 13514 0 -1 1077944384 3875 13179 0 0 20 3 5 2 20 0 15 0 107271164 11345952768 253503 33554432000 4194304 4196468 140733195852016 139812787203216 139812782970581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27799] ppid=27741 vsize=11080032 memory=1014012 CPUtime=0.29 cores=1,3,5,7
/proc/27744/task/27799/stat : 27799 (java) S 27741 27744 13514 0 -1 1077944384 758 13179 0 0 19 3 5 2 20 0 15 0 107271164 11345952768 253503 33554432000 4194304 4196468 140733195852016 139812668468240 139812782970581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27800] ppid=27741 vsize=11080032 memory=1014008 CPUtime=0.3 cores=1,3,5,7
/proc/27744/task/27800/stat : 27800 (java) S 27741 27744 13514 0 -1 1077944384 2068 13179 0 0 20 3 5 2 20 0 15 0 107271164 11345952768 253503 33554432000 4194304 4196468 140733195852016 139812667415440 139812782970581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27801] ppid=27741 vsize=11080032 memory=1812 CPUtime=0.29 cores=1,3,5,7
/proc/27744/task/27801/stat : 27801 (java) S 27741 27744 13514 0 -1 1077944384 1531 13179 0 0 18 4 5 2 20 0 15 0 107271164 11345952768 253503 33554432000 4194304 4196468 140733195852016 139812666362640 139812782970581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27802] ppid=27741 vsize=11080032 memory=2724 CPUtime=0.28 cores=1,3,5,7
/proc/27744/task/27802/stat : 27802 (java) S 27741 27744 13514 0 -1 1077944384 2771 13179 0 0 19 2 5 2 20 0 15 0 107271165 11345952768 253503 33554432000 4194304 4196468 140733195852016 139812276054384 139812782971522 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27803] ppid=27741 vsize=11080032 memory=1256 CPUtime=0.07 cores=1,3,5,7
/proc/27744/task/27803/stat : 27803 (java) S 27741 27744 13514 0 -1 1077944384 17 13179 0 0 0 0 5 2 20 0 15 0 107271166 11345952768 253503 33554432000 4194304 4196468 140733195852016 139811587351648 139812782970581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27804] ppid=27741 vsize=11080032 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27744/task/27804/stat : 27804 (java) S 27741 27744 13514 0 -1 1077944384 45 13179 0 0 0 0 5 2 20 0 15 0 107271166 11345952768 253503 33554432000 4194304 4196468 140733195852016 139811520238464 139812782970581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27805] ppid=27741 vsize=11080032 memory=-2317720213663851332 CPUtime=0.07 cores=1,3,5,7
/proc/27744/task/27805/stat : 27805 (java) S 27741 27744 13514 0 -1 1077944384 3 13179 0 0 0 0 5 2 20 0 15 0 107271168 11345952768 253503 33554432000 4194304 4196468 140733195852016 139811212842832 139812782978971 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27806] ppid=27741 vsize=11080032 memory=6791534058613427641 CPUtime=4.17 cores=1,3,5,7
/proc/27744/task/27806/stat : 27806 (java) S 27741 27744 13514 0 -1 1077944384 12796 13179 0 0 408 2 5 2 20 0 15 0 107271168 11345952768 253503 33554432000 4194304 4196468 140733195852016 139812275002224 139812782971522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27807] ppid=27741 vsize=11080032 memory=30468 CPUtime=4.87 cores=1,3,5,7
/proc/27744/task/27807/stat : 27807 (java) S 27741 27744 13514 0 -1 1077944384 24076 13179 0 0 477 3 5 2 20 0 15 0 107271168 11345952768 253503 33554432000 4194304 4196468 140733195852016 139812273949424 139812782971522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27808] ppid=27741 vsize=11080032 memory=2204 CPUtime=2.18 cores=1,3,5,7
/proc/27744/task/27808/stat : 27808 (java) S 27741 27744 13514 0 -1 1077944384 13704 13179 0 0 206 5 5 2 20 0 15 0 107271168 11345952768 253503 33554432000 4194304 4196468 140733195852016 139812272896624 139812782971522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27809] ppid=27741 vsize=11080032 memory=4140 CPUtime=0.07 cores=1,3,5,7
/proc/27744/task/27809/stat : 27809 (java) S 27741 27744 13514 0 -1 1077944384 3 13179 0 0 0 0 5 2 20 0 15 0 107271169 11345952768 253503 33554432000 4194304 4196468 140733195852016 139810782046944 139812782970581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27810] ppid=27741 vsize=11080032 memory=30468 CPUtime=0.13 cores=1,3,5,7
/proc/27744/task/27810/stat : 27810 (java) S 27741 27744 13514 0 -1 1077944384 231 13179 0 0 3 3 5 2 20 0 15 0 107271169 11345952768 253503 33554432000 4194304 4196468 140733195852016 139812271844016 139812782971522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
Current children cumulated CPU time: 113.94 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1014012 KiB

[startup+162.301 s]
/proc/loadavg: 1.61 1.84 1.88 3/215 27942
/proc/meminfo: memFree=26598880/32770624 swapFree=67108860/67108860
[pid=27744] ppid=27741 vsize=11080032 memory=1016100 CPUtime=175.11 cores=1,3,5,7
/proc/27744/stat : 27744 (java) S 27741 27744 13514 0 -1 1077944320 131795 13179 0 0 17445 59 5 2 20 0 15 0 107271154 11345952768 254025 33554432000 4194304 4196468 140733195852016 140733195834560 139812782960375 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
/proc/27744/statm: 2770008 254025 3524 1 0 2731661 0
[pid=27744/tid=27797] ppid=27741 vsize=11080032 memory=1014012 CPUtime=161.05 cores=1,3,5,7
/proc/27744/task/27797/stat : 27797 (java) R 27741 27744 13514 0 -1 4202560 59257 13179 0 0 16076 22 5 2 20 0 15 0 107271163 11345952768 254025 33554432000 4194304 4196468 140733195852016 139812754795008 139812355931057 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27798] ppid=27741 vsize=11080032 memory=1016088 CPUtime=0.57 cores=1,3,5,7
/proc/27744/task/27798/stat : 27798 (java) S 27741 27744 13514 0 -1 1077944384 5246 13179 0 0 45 5 5 2 20 0 15 0 107271164 11345952768 254025 33554432000 4194304 4196468 140733195852016 139812787203216 139812782970581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27799] ppid=27741 vsize=11080032 memory=1016088 CPUtime=0.55 cores=1,3,5,7
/proc/27744/task/27799/stat : 27799 (java) S 27741 27744 13514 0 -1 1077944384 873 13179 0 0 44 4 5 2 20 0 15 0 107271164 11345952768 254025 33554432000 4194304 4196468 140733195852016 139812668468240 139812782970581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27800] ppid=27741 vsize=11080032 memory=1016088 CPUtime=0.55 cores=1,3,5,7
/proc/27744/task/27800/stat : 27800 (java) S 27741 27744 13514 0 -1 1077944384 2520 13179 0 0 44 4 5 2 20 0 15 0 107271164 11345952768 254025 33554432000 4194304 4196468 140733195852016 139812667415440 139812782970581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27801] ppid=27741 vsize=11080032 memory=140527102830360 CPUtime=0.55 cores=1,3,5,7
/proc/27744/task/27801/stat : 27801 (java) S 27741 27744 13514 0 -1 1077944384 1578 13179 0 0 43 5 5 2 20 0 15 0 107271164 11345952768 254025 33554432000 4194304 4196468 140733195852016 139812666362640 139812782970581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27802] ppid=27741 vsize=11080032 memory=756 CPUtime=0.52 cores=1,3,5,7
/proc/27744/task/27802/stat : 27802 (java) S 27741 27744 13514 0 -1 1077944384 3116 13179 0 0 42 3 5 2 20 0 15 0 107271165 11345952768 254025 33554432000 4194304 4196468 140733195852016 139812276054384 139812782971522 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27803] ppid=27741 vsize=11080032 memory=1016088 CPUtime=0.07 cores=1,3,5,7
/proc/27744/task/27803/stat : 27803 (java) S 27741 27744 13514 0 -1 1077944384 17 13179 0 0 0 0 5 2 20 0 15 0 107271166 11345952768 254025 33554432000 4194304 4196468 140733195852016 139811587351648 139812782970581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27804] ppid=27741 vsize=11080032 memory=4140 CPUtime=0.07 cores=1,3,5,7
/proc/27744/task/27804/stat : 27804 (java) S 27741 27744 13514 0 -1 1077944384 45 13179 0 0 0 0 5 2 20 0 15 0 107271166 11345952768 254025 33554432000 4194304 4196468 140733195852016 139811520238464 139812782970581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27805] ppid=27741 vsize=11080032 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/27744/task/27805/stat : 27805 (java) S 27741 27744 13514 0 -1 1077944384 3 13179 0 0 0 0 5 2 20 0 15 0 107271168 11345952768 254025 33554432000 4194304 4196468 140733195852016 139811212842832 139812782978971 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27806] ppid=27741 vsize=11080032 memory=1016088 CPUtime=4.34 cores=1,3,5,7
/proc/27744/task/27806/stat : 27806 (java) S 27741 27744 13514 0 -1 1077944384 14259 13179 0 0 425 2 5 2 20 0 15 0 107271168 11345952768 254025 33554432000 4194304 4196468 140733195852016 139812275002224 139812782971522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27807] ppid=27741 vsize=11080032 memory=1016088 CPUtime=5.08 cores=1,3,5,7
/proc/27744/task/27807/stat : 27807 (java) S 27741 27744 13514 0 -1 1077944384 26810 13179 0 0 497 4 5 2 20 0 15 0 107271168 11345952768 254025 33554432000 4194304 4196468 140733195852016 139812273949424 139812782971522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27808] ppid=27741 vsize=11080032 memory=1016088 CPUtime=2.26 cores=1,3,5,7
/proc/27744/task/27808/stat : 27808 (java) S 27741 27744 13514 0 -1 1077944384 15629 13179 0 0 214 5 5 2 20 0 15 0 107271168 11345952768 254025 33554432000 4194304 4196468 140733195852016 139812272896624 139812782971522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27809] ppid=27741 vsize=11080032 memory=1016088 CPUtime=0.07 cores=1,3,5,7
/proc/27744/task/27809/stat : 27809 (java) S 27741 27744 13514 0 -1 1077944384 3 13179 0 0 0 0 5 2 20 0 15 0 107271169 11345952768 254025 33554432000 4194304 4196468 140733195852016 139810782046944 139812782970581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27810] ppid=27741 vsize=11080032 memory=1172 CPUtime=0.16 cores=1,3,5,7
/proc/27744/task/27810/stat : 27810 (java) S 27741 27744 13514 0 -1 1077944384 242 13179 0 0 4 5 5 2 20 0 15 0 107271169 11345952768 254025 33554432000 4194304 4196468 140733195852016 139812271844016 139812782971522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
Current children cumulated CPU time: 175.11 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1016100 KiB

[startup+222.301 s]
/proc/loadavg: 1.42 1.75 1.85 3/215 27943
/proc/meminfo: memFree=26599344/32770624 swapFree=67108860/67108860
[pid=27744] ppid=27741 vsize=11080032 memory=1016228 CPUtime=236.28 cores=1,3,5,7
/proc/27744/stat : 27744 (java) S 27741 27744 13514 0 -1 1077944320 142809 13179 0 0 23553 68 5 2 20 0 15 0 107271154 11345952768 254057 33554432000 4194304 4196468 140733195852016 140733195834560 139812782960375 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
/proc/27744/statm: 2770008 254057 3524 1 0 2731661 0
[pid=27744/tid=27797] ppid=27741 vsize=11080032 memory=1016228 CPUtime=220.4 cores=1,3,5,7
/proc/27744/task/27797/stat : 27797 (java) R 27741 27744 13514 0 -1 4202560 60650 13179 0 0 22009 24 5 2 20 0 15 0 107271163 11345952768 254057 33554432000 4194304 4196468 140733195852016 139812754791992 139812356715740 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27798] ppid=27741 vsize=11080032 memory=1016168 CPUtime=0.83 cores=1,3,5,7
/proc/27744/task/27798/stat : 27798 (java) S 27741 27744 13514 0 -1 1077944384 5820 13179 0 0 69 7 5 2 20 0 15 0 107271164 11345952768 254057 33554432000 4194304 4196468 140733195852016 139812787203216 139812782970581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27799] ppid=27741 vsize=11080032 memory=1016168 CPUtime=0.82 cores=1,3,5,7
/proc/27744/task/27799/stat : 27799 (java) S 27741 27744 13514 0 -1 1077944384 1015 13179 0 0 70 5 5 2 20 0 15 0 107271164 11345952768 254057 33554432000 4194304 4196468 140733195852016 139812668468240 139812782970581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27800] ppid=27741 vsize=11080032 memory=1016168 CPUtime=0.82 cores=1,3,5,7
/proc/27744/task/27800/stat : 27800 (java) S 27741 27744 13514 0 -1 1077944384 2590 13179 0 0 70 5 5 2 20 0 15 0 107271164 11345952768 254057 33554432000 4194304 4196468 140733195852016 139812667415440 139812782970581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27801] ppid=27741 vsize=11080032 memory=1016168 CPUtime=0.82 cores=1,3,5,7
/proc/27744/task/27801/stat : 27801 (java) S 27741 27744 13514 0 -1 1077944384 2361 13179 0 0 68 7 5 2 20 0 15 0 107271164 11345952768 254057 33554432000 4194304 4196468 140733195852016 139812666362640 139812782970581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27802] ppid=27741 vsize=11080032 memory=1016228 CPUtime=0.78 cores=1,3,5,7
/proc/27744/task/27802/stat : 27802 (java) S 27741 27744 13514 0 -1 1077944384 3425 13179 0 0 67 4 5 2 20 0 15 0 107271165 11345952768 254057 33554432000 4194304 4196468 140733195852016 139812276054384 139812782971522 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27803] ppid=27741 vsize=11080032 memory=1016168 CPUtime=0.07 cores=1,3,5,7
/proc/27744/task/27803/stat : 27803 (java) S 27741 27744 13514 0 -1 1077944384 17 13179 0 0 0 0 5 2 20 0 15 0 107271166 11345952768 254057 33554432000 4194304 4196468 140733195852016 139811587351648 139812782970581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27804] ppid=27741 vsize=11080032 memory=1016168 CPUtime=0.07 cores=1,3,5,7
/proc/27744/task/27804/stat : 27804 (java) S 27741 27744 13514 0 -1 1077944384 45 13179 0 0 0 0 5 2 20 0 15 0 107271166 11345952768 254057 33554432000 4194304 4196468 140733195852016 139811520238464 139812782970581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27805] ppid=27741 vsize=11080032 memory=1020 CPUtime=0.07 cores=1,3,5,7
/proc/27744/task/27805/stat : 27805 (java) S 27741 27744 13514 0 -1 1077944384 3 13179 0 0 0 0 5 2 20 0 15 0 107271168 11345952768 254057 33554432000 4194304 4196468 140733195852016 139811212842832 139812782978971 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27806] ppid=27741 vsize=11080032 memory=1016168 CPUtime=4.55 cores=1,3,5,7
/proc/27744/task/27806/stat : 27806 (java) S 27741 27744 13514 0 -1 1077944384 18443 13179 0 0 446 2 5 2 20 0 15 0 107271168 11345952768 254057 33554432000 4194304 4196468 140733195852016 139812275002224 139812782971522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27807] ppid=27741 vsize=11080032 memory=1016168 CPUtime=5.24 cores=1,3,5,7
/proc/27744/task/27807/stat : 27807 (java) S 27741 27744 13514 0 -1 1077944384 28304 13179 0 0 513 4 5 2 20 0 15 0 107271168 11345952768 254057 33554432000 4194304 4196468 140733195852016 139812273949424 139812782971522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27808] ppid=27741 vsize=11080032 memory=30468 CPUtime=2.33 cores=1,3,5,7
/proc/27744/task/27808/stat : 27808 (java) S 27741 27744 13514 0 -1 1077944384 17664 13179 0 0 221 5 5 2 20 0 15 0 107271168 11345952768 254057 33554432000 4194304 4196468 140733195852016 139812272896624 139812782971522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27809] ppid=27741 vsize=11080032 memory=2204 CPUtime=0.07 cores=1,3,5,7
/proc/27744/task/27809/stat : 27809 (java) S 27741 27744 13514 0 -1 1077944384 3 13179 0 0 0 0 5 2 20 0 15 0 107271169 11345952768 254057 33554432000 4194304 4196468 140733195852016 139810782046944 139812782970581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27810] ppid=27741 vsize=11080032 memory=1240 CPUtime=0.19 cores=1,3,5,7
/proc/27744/task/27810/stat : 27810 (java) S 27741 27744 13514 0 -1 1077944384 272 13179 0 0 6 6 5 2 20 0 15 0 107271169 11345952768 254057 33554432000 4194304 4196468 140733195852016 139812271844016 139812782971522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
Current children cumulated CPU time: 236.28 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1016228 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+237.801 s]
/proc/loadavg: 1.63 1.78 1.86 3/215 27944
/proc/meminfo: memFree=26597184/32770624 swapFree=67108860/67108860
[pid=27744] ppid=27741 vsize=11080032 memory=1016236 CPUtime=252.07 cores=1,3,5,7
/proc/27744/stat : 27744 (java) S 27741 27744 13514 0 -1 1077944320 144284 13179 0 0 25129 71 5 2 20 0 15 0 107271154 11345952768 254059 33554432000 4194304 4196468 140733195852016 140733195834560 139812782960375 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
/proc/27744/statm: 2770008 254059 3524 1 0 2731661 0
[pid=27744/tid=27797] ppid=27741 vsize=11080032 memory=756 CPUtime=235.72 cores=1,3,5,7
/proc/27744/task/27797/stat : 27797 (java) R 27741 27744 13514 0 -1 4202560 60930 13179 0 0 23541 24 5 2 20 0 15 0 107271163 11345952768 254059 33554432000 4194304 4196468 140733195852016 139812754795280 139812357668577 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27798] ppid=27741 vsize=11080032 memory=14572 CPUtime=0.9 cores=1,3,5,7
/proc/27744/task/27798/stat : 27798 (java) S 27741 27744 13514 0 -1 1077944384 6207 13179 0 0 76 7 5 2 20 0 15 0 107271164 11345952768 254059 33554432000 4194304 4196468 140733195852016 139812787203216 139812782970581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27799] ppid=27741 vsize=11080032 memory=6791534058613427641 CPUtime=0.9 cores=1,3,5,7
/proc/27744/task/27799/stat : 27799 (java) S 27741 27744 13514 0 -1 1077944384 1030 13179 0 0 77 6 5 2 20 0 15 0 107271164 11345952768 254059 33554432000 4194304 4196468 140733195852016 139812668468240 139812782970581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27800] ppid=27741 vsize=11080032 memory=17028 CPUtime=0.9 cores=1,3,5,7
/proc/27744/task/27800/stat : 27800 (java) S 27741 27744 13514 0 -1 1077944384 2602 13179 0 0 77 6 5 2 20 0 15 0 107271164 11345952768 254059 33554432000 4194304 4196468 140733195852016 139812667415440 139812782970581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27801] ppid=27741 vsize=11080032 memory=2324 CPUtime=0.89 cores=1,3,5,7
/proc/27744/task/27801/stat : 27801 (java) S 27741 27744 13514 0 -1 1077944384 2394 13179 0 0 75 7 5 2 20 0 15 0 107271164 11345952768 254059 33554432000 4194304 4196468 140733195852016 139812666362640 139812782970581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27802] ppid=27741 vsize=11080032 memory=1584 CPUtime=0.85 cores=1,3,5,7
/proc/27744/task/27802/stat : 27802 (java) S 27741 27744 13514 0 -1 1077944384 3468 13179 0 0 74 4 5 2 20 0 15 0 107271165 11345952768 254059 33554432000 4194304 4196468 140733195852016 139812276054384 139812782971522 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27803] ppid=27741 vsize=11080032 memory=496 CPUtime=0.07 cores=1,3,5,7
/proc/27744/task/27803/stat : 27803 (java) S 27741 27744 13514 0 -1 1077944384 17 13179 0 0 0 0 5 2 20 0 15 0 107271166 11345952768 254059 33554432000 4194304 4196468 140733195852016 139811587351648 139812782970581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27804] ppid=27741 vsize=11080032 memory=2236 CPUtime=0.07 cores=1,3,5,7
/proc/27744/task/27804/stat : 27804 (java) S 27741 27744 13514 0 -1 1077944384 45 13179 0 0 0 0 5 2 20 0 15 0 107271166 11345952768 254059 33554432000 4194304 4196468 140733195852016 139811520238464 139812782970581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27805] ppid=27741 vsize=11080032 memory=1992 CPUtime=0.07 cores=1,3,5,7
/proc/27744/task/27805/stat : 27805 (java) S 27741 27744 13514 0 -1 1077944384 3 13179 0 0 0 0 5 2 20 0 15 0 107271168 11345952768 254059 33554432000 4194304 4196468 140733195852016 139811212842832 139812782978971 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27806] ppid=27741 vsize=11080032 memory=7528 CPUtime=4.59 cores=1,3,5,7
/proc/27744/task/27806/stat : 27806 (java) S 27741 27744 13514 0 -1 1077944384 18443 13179 0 0 450 2 5 2 20 0 15 0 107271168 11345952768 254059 33554432000 4194304 4196468 140733195852016 139812275002224 139812782971522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27807] ppid=27741 vsize=11080032 memory=804 CPUtime=5.27 cores=1,3,5,7
/proc/27744/task/27807/stat : 27807 (java) S 27741 27744 13514 0 -1 1077944384 28917 13179 0 0 516 4 5 2 20 0 15 0 107271168 11345952768 254059 33554432000 4194304 4196468 140733195852016 139812273949424 139812782971522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27808] ppid=27741 vsize=11080032 memory=1696 CPUtime=2.35 cores=1,3,5,7
/proc/27744/task/27808/stat : 27808 (java) S 27741 27744 13514 0 -1 1077944384 17756 13179 0 0 223 5 5 2 20 0 15 0 107271168 11345952768 254059 33554432000 4194304 4196468 140733195852016 139812272896624 139812782971522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27809] ppid=27741 vsize=11080032 memory=916 CPUtime=0.07 cores=1,3,5,7
/proc/27744/task/27809/stat : 27809 (java) S 27741 27744 13514 0 -1 1077944384 3 13179 0 0 0 0 5 2 20 0 15 0 107271169 11345952768 254059 33554432000 4194304 4196468 140733195852016 139810782046944 139812782970581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
[pid=27744/tid=27810] ppid=27741 vsize=11080032 memory=928 CPUtime=0.21 cores=1,3,5,7
/proc/27744/task/27810/stat : 27810 (java) S 27741 27744 13514 0 -1 1077944384 272 13179 0 0 7 7 5 2 20 0 15 0 107271169 11345952768 254059 33554432000 4194304 4196468 140733195852016 139812271844016 139812782971522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33755136 140733195860585 140733195863393 140733195863393 140733195866063 0
Current children cumulated CPU time: 252.07 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1016236 KiB

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

[startup+237.846 s]
# the end of solver process 27744 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.374 s, system=0.759362 s

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

Child status: 143
Real time (s): 237.846
CPU time (s): 252.133
CPU user time (s): 251.374
CPU system time (s): 0.759362
CPU usage (%): 106.007
Max. virtual memory (cumulated for all children) (KiB): 11082868
Max. memory (cumulated for all children) (KiB): 1034916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.374
system time used= 0.759362
maximum resident set size= 1036964
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 158581
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= 29965
involuntary context switches= 679


# summary of solver processes directly reported to runsolver:
#   pid: 27744
#   total CPU time (s): 252.133
#   total CPU user time (s): 251.374
#   total CPU system time (s): 0.759362

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.81968 second user time and 1.89979 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-29 22:44:40
IDJOB=4302730
IDBENCH=141322
IDSOLVER=2777
FILE ID=node136/4302730-1532897080
RUNJOBID= node136-1532893975-22777
PBS_JOBID= 21022516
Free space on /tmp= 60196 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/PizzaVoucher/PizzaVoucher-12b_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302730-1532897080/watcher-4302730-1532897080 -o /tmp/evaluation-result-4302730-1532897080/solver-4302730-1532897080 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532893975-22777 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=867877933 -superng HOME/instance-4302730-1532897080.xml

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

MD5SUM BENCH= 8890b3c4968b86b21e69352acb96ed82
RANDOM SEED=867877933

node136.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        25388200 kB
MemAvailable:   28806184 kB
Buffers:          219852 kB
Cached:          3468340 kB
SwapCached:            0 kB
Active:          4943756 kB
Inactive:        1957960 kB
Active(anon):    3164760 kB
Inactive(anon):    76480 kB
Active(file):    1778996 kB
Inactive(file):  1881480 kB
Unevictable:        7328 kB
Mlocked:            7328 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26512 kB
Writeback:             0 kB
AnonPages:       3310604 kB
Mapped:            48236 kB
Shmem:             25228 kB
Slab:             174928 kB
SReclaimable:     146688 kB
SUnreclaim:        28240 kB
KernelStack:        3792 kB
PageTables:        11340 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4376680 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3076096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 60176 MiB
End job on node136 at 2018-07-29 22:48:38