Trace number 4296038

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.8 2018-06-13? (TO) 2520.2 2469.9

General information on the benchmark

NameSteelMillSlab/
SteelMillSlab-m1-2-0_c18.xml
MD5SUMe037ec762e0941f9d509e6c54a7639e5
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables333
Number of constraints356
Number of domains3
Minimum domain size25
Maximum domain size111
Distribution of domain sizes[{"size":25,"count":111},{"size":40,"count":111},{"size":111,"count":111}]
Minimum variable degree2
Maximum variable degree224
Distribution of variable degrees[{"degree":2,"count":111},{"degree":4,"count":111},{"degree":222,"count":78},{"degree":223,"count":24},{"degree":224,"count":9}]
Minimum constraint arity2
Maximum constraint arity112
Distribution of constraint arities[{"arity":2,"count":132},{"arity":111,"count":113},{"arity":112,"count":111}]
Number of extensional constraints111
Number of intensional constraints21
Distribution of constraint types[{"type":"extension","count":111},{"type":"intension","count":21},{"type":"ordered","count":1},{"type":"sum","count":223}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.98/0.75	c Concrete v3.8.1528841891564 running
2520.09/2469.84	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.09/2469.84		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.09/2469.84		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.09/2469.84		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.09/2469.84		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.09/2469.84		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.09/2469.84		at concrete.IntervalDomain.filter(IntervalDomain.scala:81)
2520.09/2469.84		at concrete.IntervalDomain.filter(IntervalDomain.scala:7)
2520.09/2469.84		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.09/2469.84		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.09/2469.84		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.09/2469.84		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.09/2469.84		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.09/2469.84		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.09/2469.84		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.09/2469.84		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.09/2469.84		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:108)
2520.09/2469.84		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.09/2469.84		at scala.Option.map(Option.scala:146)
2520.09/2469.84		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.09/2469.84		at concrete.MAC.mac(MAC.scala:203)
2520.09/2469.84		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.09/2469.84		at scala.util.Try$.apply(Try.scala:209)
2520.09/2469.84		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.09/2469.84		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.09/2469.84		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.09/2469.84		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.09/2469.84		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.09/2469.84		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.09/2469.84		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.09/2469.84		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.09/2469.84		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.09/2469.84		at concrete.MAC.oneRun(MAC.scala:253)
2520.09/2469.84		at concrete.MAC.nextSolution(MAC.scala:272)
2520.09/2469.84		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.09/2469.84		at concrete.ProblemState.map(ProblemState.scala:221)
2520.09/2469.84		at concrete.ProblemState.map(ProblemState.scala:204)
2520.09/2469.84		at concrete.MAC.nextSolution(MAC.scala:334)
2520.09/2469.84		at concrete.Solver.hasNext(Solver.scala:166)
2520.09/2469.84		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.09/2469.84		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.09/2469.84		at concrete.Solver.foreach(Solver.scala:68)
2520.09/2469.84		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.09/2469.84		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.09/2469.84		at scala.util.Success.map(Try.scala:209)
2520.09/2469.84		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.09/2469.84		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.09/2469.84		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.09/2469.84		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.09/2469.84		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.09/2469.84		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.09/2469.84		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.09/2469.84		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.09/2469.84		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.09/2469.84		at scala.collection.immutable.List.foreach(List.scala:389)
2520.09/2469.84		at scala.App.main(App.scala:76)
2520.09/2469.84		at scala.App.main$(App.scala:74)
2520.09/2469.85		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.09/2469.85		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.09/2469.86	s UNKNOWN

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4296038-1532610015/watcher-4296038-1532610015 -o /tmp/evaluation-result-4296038-1532610015/solver-4296038-1532610015 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532582651-32660 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1679540902 HOME/instance-4296038-1532610015.xml 

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

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


[startup+0.100072 s]*
/proc/loadavg: 1.95 1.84 1.70 3/207 5183
/proc/meminfo: memFree=10819128/32770624 swapFree=67108860/67108860
[pid=5126] ppid=5123 vsize=9972712 memory=14648 CPUtime=0.08 cores=0,2,4,6
/proc/5126/stat : 5126 (java) S 5123 5126 32629 0 -1 1077944320 4321 13098 0 0 1 0 4 3 20 0 6 0 78564689 10212057088 3662 33554432000 4194304 4196468 140729871419904 140729871402448 140605752307447 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
/proc/5126/statm: 2493178 3662 1932 1 0 2481616 0
[pid=5126/tid=5179] ppid=5123 vsize=9972712 memory=-8171376296011865461 CPUtime=0.08 cores=0,2,4,6
/proc/5126/task/5179/stat : 5179 (java) R 5123 5126 32629 0 -1 4202560 2184 13098 0 0 1 0 4 3 20 0 6 0 78564698 10212057088 3728 33554432000 4194304 4196468 140729871419904 140605724144208 140605752329373 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5180] ppid=5123 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/5126/task/5180/stat : 5180 (java) S 5123 5126 32629 0 -1 1077944384 2 13098 0 0 0 0 4 3 20 0 6 0 78564699 10212057088 3728 33554432000 4194304 4196468 140729871419904 140605756549520 140605752317653 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5181] ppid=5123 vsize=9972712 memory=140356134049408 CPUtime=0.07 cores=0,2,4,6
/proc/5126/task/5181/stat : 5181 (java) S 5123 5126 32629 0 -1 1077944384 1 13098 0 0 0 0 4 3 20 0 6 0 78564699 10212057088 3728 33554432000 4194304 4196468 140729871419904 140605688461584 140605752317653 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5182] ppid=5123 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5126/task/5182/stat : 5182 (java) S 5123 5126 32629 0 -1 1077944384 1 13098 0 0 0 0 4 3 20 0 6 0 78564699 10212057088 3728 33554432000 4194304 4196468 140729871419904 140605324135056 140605752317653 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5183] ppid=5123 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/5126/task/5183/stat : 5183 (java) S 5123 5126 32629 0 -1 1077944384 2 13098 0 0 0 0 4 3 20 0 6 0 78564699 10212057088 3728 33554432000 4194304 4196468 140729871419904 140605323082256 140605752317653 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 14648 KiB

[startup+0.209931 s]*
/proc/loadavg: 1.95 1.84 1.70 3/216 5192
/proc/meminfo: memFree=10797624/32770624 swapFree=67108860/67108860
[pid=5126] ppid=5123 vsize=10818904 memory=39612 CPUtime=0.25 cores=0,2,4,6
/proc/5126/stat : 5126 (java) S 5123 5126 32629 0 -1 1077944320 7555 13098 0 0 17 1 4 3 20 0 15 0 78564689 11078557696 9903 33554432000 4194304 4196468 140729871419904 140729871402448 140605752307447 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
/proc/5126/statm: 2704726 9903 2985 1 0 2667149 0
[pid=5126/tid=5179] ppid=5123 vsize=10818904 memory=8389772277269004345 CPUtime=0.18 cores=0,2,4,6
/proc/5126/task/5179/stat : 5179 (java) R 5123 5126 32629 0 -1 4202560 4355 13098 0 0 11 0 4 3 20 0 15 0 78564698 11078557696 10167 33554432000 4194304 4196468 140729871419904 140605724085408 140605732583196 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5180] ppid=5123 vsize=10818904 memory=4294967638 CPUtime=0.07 cores=0,2,4,6
/proc/5126/task/5180/stat : 5180 (java) S 5123 5126 32629 0 -1 1077944384 2 13098 0 0 0 0 4 3 20 0 15 0 78564699 11078557696 10167 33554432000 4194304 4196468 140729871419904 140605756549520 140605752317653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5181] ppid=5123 vsize=10818904 memory=140356134401202 CPUtime=0.07 cores=0,2,4,6
/proc/5126/task/5181/stat : 5181 (java) S 5123 5126 32629 0 -1 1077944384 1 13098 0 0 0 0 4 3 20 0 15 0 78564699 11078557696 10233 33554432000 4194304 4196468 140729871419904 140605688461584 140605752317653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5182] ppid=5123 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5126/task/5182/stat : 5182 (java) S 5123 5126 32629 0 -1 1077944384 1 13098 0 0 0 0 4 3 20 0 15 0 78564699 11078557696 10233 33554432000 4194304 4196468 140729871419904 140605324135056 140605752317653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5183] ppid=5123 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/5126/task/5183/stat : 5183 (java) S 5123 5126 32629 0 -1 1077944384 2 13098 0 0 0 0 4 3 20 0 15 0 78564699 11078557696 10233 33554432000 4194304 4196468 140729871419904 140605323082256 140605752317653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5184] ppid=5123 vsize=10818904 memory=140356134049408 CPUtime=0.07 cores=0,2,4,6
/proc/5126/task/5184/stat : 5184 (java) S 5123 5126 32629 0 -1 1077944384 2 13098 0 0 0 0 4 3 20 0 15 0 78564700 11078557696 10233 33554432000 4194304 4196468 140729871419904 140605024184944 140605752318594 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5185] ppid=5123 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/5126/task/5185/stat : 5185 (java) S 5123 5126 32629 0 -1 1077944384 13 13098 0 0 0 0 4 3 20 0 15 0 78564701 11078557696 10233 33554432000 4194304 4196468 140729871419904 140604747015456 140605752317653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5186] ppid=5123 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5126/task/5186/stat : 5186 (java) S 5123 5126 32629 0 -1 1077944384 1 13098 0 0 0 0 4 3 20 0 15 0 78564701 11078557696 10233 33554432000 4194304 4196468 140729871419904 140604545689200 140605752317653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5187] ppid=5123 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5126/task/5187/stat : 5187 (java) S 5123 5126 32629 0 -1 1077944384 3 13098 0 0 0 0 4 3 20 0 15 0 78564704 11078557696 10233 33554432000 4194304 4196468 140729871419904 140604305398352 140605752326043 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5188] ppid=5123 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5126/task/5188/stat : 5188 (java) S 5123 5126 32629 0 -1 1077944384 435 13098 0 0 1 0 4 3 20 0 15 0 78564704 11078557696 10233 33554432000 4194304 4196468 140729871419904 140605023131760 140605752318594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5189] ppid=5123 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/5126/task/5189/stat : 5189 (java) S 5123 5126 32629 0 -1 1077944384 199 13098 0 0 1 0 4 3 20 0 15 0 78564704 11078557696 10233 33554432000 4194304 4196468 140729871419904 140605022078960 140605752318594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5190] ppid=5123 vsize=10818904 memory=140356134049408 CPUtime=0.1 cores=0,2,4,6
/proc/5126/task/5190/stat : 5190 (java) S 5123 5126 32629 0 -1 1077944384 662 13098 0 0 3 0 4 3 20 0 15 0 78564704 11078557696 10233 33554432000 4194304 4196468 140729871419904 140605021026672 140605752318594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5191] ppid=5123 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/5126/task/5191/stat : 5191 (java) S 5123 5126 32629 0 -1 1077944384 3 13098 0 0 0 0 4 3 20 0 15 0 78564704 11078557696 10233 33554432000 4194304 4196468 140729871419904 140604271839712 140605752317653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5192] ppid=5123 vsize=10818904 memory=140356134049408 CPUtime=0.07 cores=0,2,4,6
/proc/5126/task/5192/stat : 5192 (java) S 5123 5126 32629 0 -1 1077944384 1 13098 0 0 0 0 4 3 20 0 15 0 78564704 11078557696 10299 33554432000 4194304 4196468 140729871419904 140605019974576 140605752318594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 39612 KiB

[startup+0.31035 s]*
/proc/loadavg: 1.87 1.82 1.70 3/216 5192
/proc/meminfo: memFree=10781816/32770624 swapFree=67108860/67108860
[pid=5126] ppid=5123 vsize=10819352 memory=53348 CPUtime=0.37 cores=0,2,4,6
/proc/5126/stat : 5126 (java) S 5123 5126 32629 0 -1 1077944320 10904 13098 0 0 28 2 4 3 20 0 15 0 78564689 11079016448 13337 33554432000 4194304 4196468 140729871419904 140729871402448 140605752307447 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
/proc/5126/statm: 2704838 13337 3104 1 0 2667149 0
[pid=5126/tid=5179] ppid=5123 vsize=10819352 memory=6935054825532540783 CPUtime=0.28 cores=0,2,4,6
/proc/5126/task/5179/stat : 5179 (java) R 5123 5126 32629 0 -1 4202560 7365 13098 0 0 20 1 4 3 20 0 15 0 78564698 11079016448 13379 33554432000 4194304 4196468 140729871419904 140605724119456 140605736387934 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5180] ppid=5123 vsize=10819352 memory=7031125463459224206 CPUtime=0.07 cores=0,2,4,6
/proc/5126/task/5180/stat : 5180 (java) S 5123 5126 32629 0 -1 1077944384 2 13098 0 0 0 0 4 3 20 0 15 0 78564699 11079016448 13379 33554432000 4194304 4196468 140729871419904 140605756549520 140605752317653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5181] ppid=5123 vsize=10819352 memory=8514701219931451533 CPUtime=0.07 cores=0,2,4,6
/proc/5126/task/5181/stat : 5181 (java) S 5123 5126 32629 0 -1 1077944384 1 13098 0 0 0 0 4 3 20 0 15 0 78564699 11079016448 13379 33554432000 4194304 4196468 140729871419904 140605688461584 140605752317653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5182] ppid=5123 vsize=10819352 memory=1328725297981317182 CPUtime=0.07 cores=0,2,4,6
/proc/5126/task/5182/stat : 5182 (java) S 5123 5126 32629 0 -1 1077944384 1 13098 0 0 0 0 4 3 20 0 15 0 78564699 11079016448 13379 33554432000 4194304 4196468 140729871419904 140605324135056 140605752317653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5183] ppid=5123 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/5126/task/5183/stat : 5183 (java) S 5123 5126 32629 0 -1 1077944384 2 13098 0 0 0 0 4 3 20 0 15 0 78564699 11079016448 13379 33554432000 4194304 4196468 140729871419904 140605323082256 140605752317653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5184] ppid=5123 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5126/task/5184/stat : 5184 (java) S 5123 5126 32629 0 -1 1077944384 2 13098 0 0 0 0 4 3 20 0 15 0 78564700 11079016448 13379 33554432000 4194304 4196468 140729871419904 140605024184944 140605752318594 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5185] ppid=5123 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5126/task/5185/stat : 5185 (java) S 5123 5126 32629 0 -1 1077944384 13 13098 0 0 0 0 4 3 20 0 15 0 78564701 11079016448 13379 33554432000 4194304 4196468 140729871419904 140604747015456 140605752317653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5186] ppid=5123 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5126/task/5186/stat : 5186 (java) S 5123 5126 32629 0 -1 1077944384 1 13098 0 0 0 0 4 3 20 0 15 0 78564701 11079016448 13379 33554432000 4194304 4196468 140729871419904 140604545689200 140605752317653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5187] ppid=5123 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5126/task/5187/stat : 5187 (java) S 5123 5126 32629 0 -1 1077944384 3 13098 0 0 0 0 4 3 20 0 15 0 78564704 11079016448 13379 33554432000 4194304 4196468 140729871419904 140604305398352 140605752326043 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5188] ppid=5123 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5126/task/5188/stat : 5188 (java) S 5123 5126 32629 0 -1 1077944384 442 13098 0 0 1 0 4 3 20 0 15 0 78564704 11079016448 13379 33554432000 4194304 4196468 140729871419904 140605023131760 140605752318594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5189] ppid=5123 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5126/task/5189/stat : 5189 (java) S 5123 5126 32629 0 -1 1077944384 203 13098 0 0 1 0 4 3 20 0 15 0 78564704 11079016448 13379 33554432000 4194304 4196468 140729871419904 140605022078960 140605752318594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5190] ppid=5123 vsize=10819352 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/5126/task/5190/stat : 5190 (java) S 5123 5126 32629 0 -1 1077944384 691 13098 0 0 5 0 4 3 20 0 15 0 78564704 11079016448 13379 33554432000 4194304 4196468 140729871419904 140605021026672 140605752318594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5191] ppid=5123 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5126/task/5191/stat : 5191 (java) S 5123 5126 32629 0 -1 1077944384 3 13098 0 0 0 0 4 3 20 0 15 0 78564704 11079016448 13379 33554432000 4194304 4196468 140729871419904 140604271839712 140605752317653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5192] ppid=5123 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5126/task/5192/stat : 5192 (java) S 5123 5126 32629 0 -1 1077944384 1 13098 0 0 0 0 4 3 20 0 15 0 78564704 11079016448 13379 33554432000 4194304 4196468 140729871419904 140605019974576 140605752318594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 53348 KiB

[startup+0.700789 s]
/proc/loadavg: 1.87 1.82 1.70 3/216 5192
/proc/meminfo: memFree=10769076/32770624 swapFree=67108860/67108860
[pid=5126] ppid=5123 vsize=10819352 memory=86108 CPUtime=0.98 cores=0,2,4,6
/proc/5126/stat : 5126 (java) S 5123 5126 32629 0 -1 1077944320 17189 13098 0 0 87 4 4 3 20 0 15 0 78564689 11079016448 21527 33554432000 4194304 4196468 140729871419904 140729871402448 140605752307447 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
/proc/5126/statm: 2704838 21527 3240 1 0 2667149 0
[pid=5126/tid=5179] ppid=5123 vsize=10819352 memory=0 CPUtime=0.65 cores=0,2,4,6
/proc/5126/task/5179/stat : 5179 (java) R 5123 5126 32629 0 -1 4202560 12451 13098 0 0 56 2 4 3 20 0 15 0 78564698 11079016448 21527 33554432000 4194304 4196468 140729871419904 140605724129168 140605734125776 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5180] ppid=5123 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5126/task/5180/stat : 5180 (java) S 5123 5126 32629 0 -1 1077944384 2 13098 0 0 0 0 4 3 20 0 15 0 78564699 11079016448 21527 33554432000 4194304 4196468 140729871419904 140605756549520 140605752317653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5181] ppid=5123 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5126/task/5181/stat : 5181 (java) S 5123 5126 32629 0 -1 1077944384 1 13098 0 0 0 0 4 3 20 0 15 0 78564699 11079016448 21527 33554432000 4194304 4196468 140729871419904 140605688461584 140605752317653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5182] ppid=5123 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5126/task/5182/stat : 5182 (java) S 5123 5126 32629 0 -1 1077944384 1 13098 0 0 0 0 4 3 20 0 15 0 78564699 11079016448 21527 33554432000 4194304 4196468 140729871419904 140605324135056 140605752317653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5183] ppid=5123 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5126/task/5183/stat : 5183 (java) S 5123 5126 32629 0 -1 1077944384 2 13098 0 0 0 0 4 3 20 0 15 0 78564699 11079016448 21527 33554432000 4194304 4196468 140729871419904 140605323082256 140605752317653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5184] ppid=5123 vsize=10819352 memory=8242257093008373557 CPUtime=0.07 cores=0,2,4,6
/proc/5126/task/5184/stat : 5184 (java) S 5123 5126 32629 0 -1 1077944384 5 13098 0 0 0 0 4 3 20 0 15 0 78564700 11079016448 21527 33554432000 4194304 4196468 140729871419904 140605024184944 140605752318594 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5185] ppid=5123 vsize=10819352 memory=5861268164550217808 CPUtime=0.07 cores=0,2,4,6
/proc/5126/task/5185/stat : 5185 (java) S 5123 5126 32629 0 -1 1077944384 13 13098 0 0 0 0 4 3 20 0 15 0 78564701 11079016448 21527 33554432000 4194304 4196468 140729871419904 140604747015456 140605752317653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5186] ppid=5123 vsize=10819352 memory=5859273620209619044 CPUtime=0.07 cores=0,2,4,6
/proc/5126/task/5186/stat : 5186 (java) S 5123 5126 32629 0 -1 1077944384 1 13098 0 0 0 0 4 3 20 0 15 0 78564701 11079016448 21527 33554432000 4194304 4196468 140729871419904 140604545689200 140605752317653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5187] ppid=5123 vsize=10819352 memory=3053511329498284128 CPUtime=0.07 cores=0,2,4,6
/proc/5126/task/5187/stat : 5187 (java) S 5123 5126 32629 0 -1 1077944384 3 13098 0 0 0 0 4 3 20 0 15 0 78564704 11079016448 21527 33554432000 4194304 4196468 140729871419904 140604305398352 140605752326043 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5188] ppid=5123 vsize=10819352 memory=0 CPUtime=0.16 cores=0,2,4,6
/proc/5126/task/5188/stat : 5188 (java) S 5123 5126 32629 0 -1 1077944384 1061 13098 0 0 9 0 4 3 20 0 15 0 78564704 11079016448 21527 33554432000 4194304 4196468 140729871419904 140605023131760 140605752318594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5189] ppid=5123 vsize=10819352 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/5126/task/5189/stat : 5189 (java) S 5123 5126 32629 0 -1 1077944384 588 13098 0 0 6 0 4 3 20 0 15 0 78564704 11079016448 21527 33554432000 4194304 4196468 140729871419904 140605022078960 140605752318594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5190] ppid=5123 vsize=10819352 memory=140356134048241 CPUtime=0.2 cores=0,2,4,6
/proc/5126/task/5190/stat : 5190 (java) S 5123 5126 32629 0 -1 1077944384 865 13098 0 0 13 0 4 3 20 0 15 0 78564704 11079016448 21527 33554432000 4194304 4196468 140729871419904 140605021026672 140605752318594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5191] ppid=5123 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5126/task/5191/stat : 5191 (java) S 5123 5126 32629 0 -1 1077944384 3 13098 0 0 0 0 4 3 20 0 15 0 78564704 11079016448 21527 33554432000 4194304 4196468 140729871419904 140604271839712 140605752317653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5192] ppid=5123 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5126/task/5192/stat : 5192 (java) S 5123 5126 32629 0 -1 1077944384 1 13098 0 0 0 0 4 3 20 0 15 0 78564704 11079016448 21527 33554432000 4194304 4196468 140729871419904 140605019974576 140605752318594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86108 KiB

[startup+1.50079 s]
/proc/loadavg: 1.87 1.82 1.70 3/216 5192
/proc/meminfo: memFree=10717808/32770624 swapFree=67108860/67108860
[pid=5126] ppid=5123 vsize=10832204 memory=203104 CPUtime=3.07 cores=0,2,4,6
/proc/5126/stat : 5126 (java) S 5123 5126 32629 0 -1 1077944320 24545 13098 0 0 292 8 4 3 20 0 15 0 78564689 11092176896 50776 33554432000 4194304 4196468 140729871419904 140729871402448 140605752307447 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
/proc/5126/statm: 2708051 50776 3452 1 0 2669709 0
[pid=5126/tid=5179] ppid=5123 vsize=10832204 memory=2600 CPUtime=1.45 cores=0,2,4,6
/proc/5126/task/5179/stat : 5179 (java) R 5123 5126 32629 0 -1 4202560 16503 13098 0 0 133 5 4 3 20 0 15 0 78564698 11092176896 50776 33554432000 4194304 4196468 140729871419904 140605724129408 140605752329373 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5180] ppid=5123 vsize=10832204 memory=2600 CPUtime=0.07 cores=0,2,4,6
/proc/5126/task/5180/stat : 5180 (java) S 5123 5126 32629 0 -1 1077944384 2 13098 0 0 0 0 4 3 20 0 15 0 78564699 11092176896 50776 33554432000 4194304 4196468 140729871419904 140605756549520 140605752317653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5181] ppid=5123 vsize=10832204 memory=140356134048192 CPUtime=0.07 cores=0,2,4,6
/proc/5126/task/5181/stat : 5181 (java) S 5123 5126 32629 0 -1 1077944384 1 13098 0 0 0 0 4 3 20 0 15 0 78564699 11092176896 50776 33554432000 4194304 4196468 140729871419904 140605688461584 140605752317653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5182] ppid=5123 vsize=10832204 memory=280711948994656 CPUtime=0.07 cores=0,2,4,6
/proc/5126/task/5182/stat : 5182 (java) S 5123 5126 32629 0 -1 1077944384 1 13098 0 0 0 0 4 3 20 0 15 0 78564699 11092176896 50776 33554432000 4194304 4196468 140729871419904 140605324135056 140605752317653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5183] ppid=5123 vsize=10832204 memory=100 CPUtime=0.07 cores=0,2,4,6
/proc/5126/task/5183/stat : 5183 (java) S 5123 5126 32629 0 -1 1077944384 2 13098 0 0 0 0 4 3 20 0 15 0 78564699 11092176896 50776 33554432000 4194304 4196468 140729871419904 140605323082256 140605752317653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5184] ppid=5123 vsize=10832204 memory=12831 CPUtime=0.07 cores=0,2,4,6
/proc/5126/task/5184/stat : 5184 (java) S 5123 5126 32629 0 -1 1077944384 6 13098 0 0 0 0 4 3 20 0 15 0 78564700 11092176896 50776 33554432000 4194304 4196468 140729871419904 140605024184944 140605752318594 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5185] ppid=5123 vsize=10832204 memory=25883 CPUtime=0.07 cores=0,2,4,6
/proc/5126/task/5185/stat : 5185 (java) S 5123 5126 32629 0 -1 1077944384 13 13098 0 0 0 0 4 3 20 0 15 0 78564701 11092176896 50776 33554432000 4194304 4196468 140729871419904 140604747015456 140605752317653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5186] ppid=5123 vsize=10832204 memory=8112282956445269571 CPUtime=0.07 cores=0,2,4,6
/proc/5126/task/5186/stat : 5186 (java) S 5123 5126 32629 0 -1 1077944384 1 13098 0 0 0 0 4 3 20 0 15 0 78564701 11092176896 50776 33554432000 4194304 4196468 140729871419904 140604545689200 140605752317653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5187] ppid=5123 vsize=10832204 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5126/task/5187/stat : 5187 (java) S 5123 5126 32629 0 -1 1077944384 3 13098 0 0 0 0 4 3 20 0 15 0 78564704 11092176896 50776 33554432000 4194304 4196468 140729871419904 140604305398352 140605752326043 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5188] ppid=5123 vsize=10832204 memory=0 CPUtime=0.68 cores=0,2,4,6
/proc/5126/task/5188/stat : 5188 (java) R 5123 5126 32629 0 -1 4202560 1866 13098 0 0 61 0 4 3 20 0 15 0 78564704 11092176896 50776 33554432000 4194304 4196468 140729871419904 140605023131760 140605733828629 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5189] ppid=5123 vsize=10832204 memory=0 CPUtime=0.59 cores=0,2,4,6
/proc/5126/task/5189/stat : 5189 (java) S 5123 5126 32629 0 -1 1077944384 2284 13098 0 0 52 0 4 3 20 0 15 0 78564704 11092176896 50776 33554432000 4194304 4196468 140729871419904 140605022078960 140605752318594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5190] ppid=5123 vsize=10832204 memory=0 CPUtime=0.51 cores=0,2,4,6
/proc/5126/task/5190/stat : 5190 (java) S 5123 5126 32629 0 -1 1077944384 1666 13098 0 0 44 0 4 3 20 0 15 0 78564704 11092176896 50776 33554432000 4194304 4196468 140729871419904 140605021026672 140605752318594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5191] ppid=5123 vsize=10832204 memory=140355974463913 CPUtime=0.07 cores=0,2,4,6
/proc/5126/task/5191/stat : 5191 (java) S 5123 5126 32629 0 -1 1077944384 3 13098 0 0 0 0 4 3 20 0 15 0 78564704 11092176896 50776 33554432000 4194304 4196468 140729871419904 140604271839712 140605752317653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5192] ppid=5123 vsize=10832204 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/5126/task/5192/stat : 5192 (java) S 5123 5126 32629 0 -1 1077944384 1 13098 0 0 0 0 4 3 20 0 15 0 78564704 11092176896 50776 33554432000 4194304 4196468 140729871419904 140605019974576 140605752318594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 10832204 KiB

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

/proc/5126/task/5179/stat : 5179 (java) R 5123 5126 32629 0 -1 4202560 162061 13098 0 0 231535 46 4 3 20 0 15 0 78564698 11111071744 894193 33554432000 4194304 4196468 140729871419904 140605724141584 140605376472019 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5180] ppid=5123 vsize=10850656 memory=3575656 CPUtime=5.73 cores=0,2,4,6
/proc/5126/task/5180/stat : 5180 (java) S 5123 5126 32629 0 -1 1077944384 9857 13098 0 0 507 59 4 3 20 0 15 0 78564699 11111071744 894193 33554432000 4194304 4196468 140729871419904 140605756549520 140605752317653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5181] ppid=5123 vsize=10850656 memory=3575656 CPUtime=5.71 cores=0,2,4,6
/proc/5126/task/5181/stat : 5181 (java) S 5123 5126 32629 0 -1 1077944384 10049 13098 0 0 505 59 4 3 20 0 15 0 78564699 11111071744 894193 33554432000 4194304 4196468 140729871419904 140605688461584 140605752317653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5182] ppid=5123 vsize=10850656 memory=3576384 CPUtime=5.71 cores=0,2,4,6
/proc/5126/task/5182/stat : 5182 (java) S 5123 5126 32629 0 -1 1077944384 9128 13098 0 0 504 60 4 3 20 0 15 0 78564699 11111071744 894193 33554432000 4194304 4196468 140729871419904 140605324135056 140605752317653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5183] ppid=5123 vsize=10850656 memory=3576384 CPUtime=5.71 cores=0,2,4,6
/proc/5126/task/5183/stat : 5183 (java) S 5123 5126 32629 0 -1 1077944384 7444 13098 0 0 505 59 4 3 20 0 15 0 78564699 11111071744 894193 33554432000 4194304 4196468 140729871419904 140605323082256 140605752317653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5184] ppid=5123 vsize=10850656 memory=3576772 CPUtime=0.54 cores=0,2,4,6
/proc/5126/task/5184/stat : 5184 (java) S 5123 5126 32629 0 -1 1077944384 16237 13098 0 0 43 4 4 3 20 0 15 0 78564700 11111071744 894193 33554432000 4194304 4196468 140729871419904 140605024184944 140605752318594 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5185] ppid=5123 vsize=10850656 memory=3576772 CPUtime=0.07 cores=0,2,4,6
/proc/5126/task/5185/stat : 5185 (java) S 5123 5126 32629 0 -1 1077944384 25 13098 0 0 0 0 4 3 20 0 15 0 78564701 11111071744 894193 33554432000 4194304 4196468 140729871419904 140604747015584 140605752317653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5186] ppid=5123 vsize=10850656 memory=3576384 CPUtime=0.07 cores=0,2,4,6
/proc/5126/task/5186/stat : 5186 (java) S 5123 5126 32629 0 -1 1077944384 12 13098 0 0 0 0 4 3 20 0 15 0 78564701 11111071744 894193 33554432000 4194304 4196468 140729871419904 140604545689216 140605752317653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5187] ppid=5123 vsize=10850656 memory=3576384 CPUtime=0.07 cores=0,2,4,6
/proc/5126/task/5187/stat : 5187 (java) S 5123 5126 32629 0 -1 1077944384 3 13098 0 0 0 0 4 3 20 0 15 0 78564704 11111071744 894193 33554432000 4194304 4196468 140729871419904 140604305398352 140605752326043 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5188] ppid=5123 vsize=10850656 memory=4128 CPUtime=14.2 cores=0,2,4,6
/proc/5126/task/5188/stat : 5188 (java) S 5123 5126 32629 0 -1 1077944384 46672 13098 0 0 1405 8 4 3 20 0 15 0 78564704 11111071744 894193 33554432000 4194304 4196468 140729871419904 140605023131760 140605752318594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5189] ppid=5123 vsize=10850656 memory=23356 CPUtime=13.61 cores=0,2,4,6
/proc/5126/task/5189/stat : 5189 (java) S 5123 5126 32629 0 -1 1077944384 42081 13098 0 0 1347 7 4 3 20 0 15 0 78564704 11111071744 894193 33554432000 4194304 4196468 140729871419904 140605022078960 140605752318594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5190] ppid=5123 vsize=10850656 memory=3575656 CPUtime=4.4 cores=0,2,4,6
/proc/5126/task/5190/stat : 5190 (java) S 5123 5126 32629 0 -1 1077944384 22763 13098 0 0 425 8 4 3 20 0 15 0 78564704 11111071744 894193 33554432000 4194304 4196468 140729871419904 140605021026672 140605752318594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5191] ppid=5123 vsize=10850656 memory=4128 CPUtime=0.07 cores=0,2,4,6
/proc/5126/task/5191/stat : 5191 (java) S 5123 5126 32629 0 -1 1077944384 3 13098 0 0 0 0 4 3 20 0 15 0 78564704 11111071744 894193 33554432000 4194304 4196468 140729871419904 140604271839712 140605752317653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5192] ppid=5123 vsize=10850656 memory=3576772 CPUtime=1.21 cores=0,2,4,6
/proc/5126/task/5192/stat : 5192 (java) S 5123 5126 32629 0 -1 1077944384 2248 13098 0 0 57 57 4 3 20 0 15 0 78564704 11111071744 894193 33554432000 4194304 4196468 140729871419904 140605019974576 140605752318594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
Current children cumulated CPU time: 2372.19 s
Current children cumulated vsize: 10850656 KiB
Current children cumulated memory: 3576772 KiB

[startup+2382.3 s]
/proc/loadavg: 1.97 1.76 1.86 5/215 5407
/proc/meminfo: memFree=7642640/32770624 swapFree=67108860/67108860
[pid=5126] ppid=5123 vsize=10850656 memory=3576496 CPUtime=2432.34 cores=0,2,4,6
/proc/5126/stat : 5126 (java) S 5123 5126 32629 0 -1 1077944320 340590 13098 0 0 242874 353 4 3 20 0 15 0 78564689 11111071744 894124 33554432000 4194304 4196468 140729871419904 140729871402448 140605752307447 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
/proc/5126/statm: 2712664 894124 3539 1 0 2674317 0
[pid=5126/tid=5179] ppid=5123 vsize=10850656 memory=3576772 CPUtime=2375.81 cores=0,2,4,6
/proc/5126/task/5179/stat : 5179 (java) R 5123 5126 32629 0 -1 4202560 169242 13098 0 0 237525 49 4 3 20 0 15 0 78564698 11111071744 894124 33554432000 4194304 4196468 140729871419904 140605724141168 140605360173940 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5180] ppid=5123 vsize=10850656 memory=3576496 CPUtime=5.77 cores=0,2,4,6
/proc/5126/task/5180/stat : 5180 (java) S 5123 5126 32629 0 -1 1077944384 10084 13098 0 0 511 59 4 3 20 0 15 0 78564699 11111071744 894124 33554432000 4194304 4196468 140729871419904 140605756549520 140605752317653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5181] ppid=5123 vsize=10850656 memory=3576496 CPUtime=5.75 cores=0,2,4,6
/proc/5126/task/5181/stat : 5181 (java) S 5123 5126 32629 0 -1 1077944384 10734 13098 0 0 509 59 4 3 20 0 15 0 78564699 11111071744 894124 33554432000 4194304 4196468 140729871419904 140605688461584 140605752317653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5182] ppid=5123 vsize=10850656 memory=3576260 CPUtime=5.75 cores=0,2,4,6
/proc/5126/task/5182/stat : 5182 (java) S 5123 5126 32629 0 -1 1077944384 10298 13098 0 0 508 60 4 3 20 0 15 0 78564699 11111071744 894124 33554432000 4194304 4196468 140729871419904 140605324135056 140605752317653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5183] ppid=5123 vsize=10850656 memory=3576496 CPUtime=5.75 cores=0,2,4,6
/proc/5126/task/5183/stat : 5183 (java) S 5123 5126 32629 0 -1 1077944384 7617 13098 0 0 509 59 4 3 20 0 15 0 78564699 11111071744 894124 33554432000 4194304 4196468 140729871419904 140605323082256 140605752317653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5184] ppid=5123 vsize=10850656 memory=4128 CPUtime=0.55 cores=0,2,4,6
/proc/5126/task/5184/stat : 5184 (java) S 5123 5126 32629 0 -1 1077944384 16583 13098 0 0 44 4 4 3 20 0 15 0 78564700 11111071744 894124 33554432000 4194304 4196468 140729871419904 140605024184944 140605752318594 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5185] ppid=5123 vsize=10850656 memory=3576496 CPUtime=0.07 cores=0,2,4,6
/proc/5126/task/5185/stat : 5185 (java) S 5123 5126 32629 0 -1 1077944384 25 13098 0 0 0 0 4 3 20 0 15 0 78564701 11111071744 894124 33554432000 4194304 4196468 140729871419904 140604747015584 140605752317653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5186] ppid=5123 vsize=10850656 memory=15876 CPUtime=0.07 cores=0,2,4,6
/proc/5126/task/5186/stat : 5186 (java) S 5123 5126 32629 0 -1 1077944384 12 13098 0 0 0 0 4 3 20 0 15 0 78564701 11111071744 894124 33554432000 4194304 4196468 140729871419904 140604545689216 140605752317653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5187] ppid=5123 vsize=10850656 memory=3576496 CPUtime=0.07 cores=0,2,4,6
/proc/5126/task/5187/stat : 5187 (java) S 5123 5126 32629 0 -1 1077944384 3 13098 0 0 0 0 4 3 20 0 15 0 78564704 11111071744 894124 33554432000 4194304 4196468 140729871419904 140604305398352 140605752326043 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5188] ppid=5123 vsize=10850656 memory=3576260 CPUtime=14.2 cores=0,2,4,6
/proc/5126/task/5188/stat : 5188 (java) S 5123 5126 32629 0 -1 1077944384 46674 13098 0 0 1405 8 4 3 20 0 15 0 78564704 11111071744 894124 33554432000 4194304 4196468 140729871419904 140605023131760 140605752318594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5189] ppid=5123 vsize=10850656 memory=3576260 CPUtime=13.61 cores=0,2,4,6
/proc/5126/task/5189/stat : 5189 (java) S 5123 5126 32629 0 -1 1077944384 42084 13098 0 0 1347 7 4 3 20 0 15 0 78564704 11111071744 894124 33554432000 4194304 4196468 140729871419904 140605022078960 140605752318594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5190] ppid=5123 vsize=10850656 memory=3576496 CPUtime=4.4 cores=0,2,4,6
/proc/5126/task/5190/stat : 5190 (java) S 5123 5126 32629 0 -1 1077944384 22766 13098 0 0 425 8 4 3 20 0 15 0 78564704 11111071744 894124 33554432000 4194304 4196468 140729871419904 140605021026672 140605752318594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5191] ppid=5123 vsize=10850656 memory=3576496 CPUtime=0.07 cores=0,2,4,6
/proc/5126/task/5191/stat : 5191 (java) S 5123 5126 32629 0 -1 1077944384 3 13098 0 0 0 0 4 3 20 0 15 0 78564704 11111071744 894124 33554432000 4194304 4196468 140729871419904 140604271839712 140605752317653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5192] ppid=5123 vsize=10850656 memory=8112282956445269571 CPUtime=1.24 cores=0,2,4,6
/proc/5126/task/5192/stat : 5192 (java) S 5123 5126 32629 0 -1 1077944384 2272 13098 0 0 58 59 4 3 20 0 15 0 78564704 11111071744 894124 33554432000 4194304 4196468 140729871419904 140605019974576 140605752318594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
Current children cumulated CPU time: 2432.34 s
Current children cumulated vsize: 10850656 KiB
Current children cumulated memory: 3576496 KiB

[startup+2442.3 s]
/proc/loadavg: 2.12 1.86 1.89 3/216 5416
/proc/meminfo: memFree=5596576/32770624 swapFree=67108860/67108860
[pid=5126] ppid=5123 vsize=10850656 memory=3576972 CPUtime=2492.48 cores=0,2,4,6
/proc/5126/stat : 5126 (java) S 5123 5126 32629 0 -1 1077944320 352333 13098 0 0 248885 356 4 3 20 0 15 0 78564689 11111071744 894243 33554432000 4194304 4196468 140729871419904 140729871402448 140605752307447 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
/proc/5126/statm: 2712664 894243 3539 1 0 2674317 0
[pid=5126/tid=5179] ppid=5123 vsize=10850656 memory=3576972 CPUtime=2435.74 cores=0,2,4,6
/proc/5126/task/5179/stat : 5179 (java) R 5123 5126 32629 0 -1 4202560 176006 13098 0 0 243517 50 4 3 20 0 15 0 78564698 11111071744 894243 33554432000 4194304 4196468 140729871419904 140605724141616 140605378023893 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5180] ppid=5123 vsize=10850656 memory=3576972 CPUtime=5.81 cores=0,2,4,6
/proc/5126/task/5180/stat : 5180 (java) S 5123 5126 32629 0 -1 1077944384 10434 13098 0 0 515 59 4 3 20 0 15 0 78564699 11111071744 894243 33554432000 4194304 4196468 140729871419904 140605756549520 140605752317653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5181] ppid=5123 vsize=10850656 memory=3576260 CPUtime=5.79 cores=0,2,4,6
/proc/5126/task/5181/stat : 5181 (java) S 5123 5126 32629 0 -1 1077944384 11624 13098 0 0 513 59 4 3 20 0 15 0 78564699 11111071744 894243 33554432000 4194304 4196468 140729871419904 140605688461584 140605752317653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5182] ppid=5123 vsize=10850656 memory=3576496 CPUtime=5.79 cores=0,2,4,6
/proc/5126/task/5182/stat : 5182 (java) S 5123 5126 32629 0 -1 1077944384 11634 13098 0 0 512 60 4 3 20 0 15 0 78564699 11111071744 894243 33554432000 4194304 4196468 140729871419904 140605324135056 140605752317653 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5183] ppid=5123 vsize=10850656 memory=3576496 CPUtime=5.8 cores=0,2,4,6
/proc/5126/task/5183/stat : 5183 (java) S 5123 5126 32629 0 -1 1077944384 7911 13098 0 0 513 60 4 3 20 0 15 0 78564699 11111071744 894243 33554432000 4194304 4196468 140729871419904 140605323082256 140605752317653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5184] ppid=5123 vsize=10850656 memory=3575984 CPUtime=0.56 cores=0,2,4,6
/proc/5126/task/5184/stat : 5184 (java) S 5123 5126 32629 0 -1 1077944384 16915 13098 0 0 45 4 4 3 20 0 15 0 78564700 11111071744 894243 33554432000 4194304 4196468 140729871419904 140605024184944 140605752318594 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5185] ppid=5123 vsize=10850656 memory=3576972 CPUtime=0.07 cores=0,2,4,6
/proc/5126/task/5185/stat : 5185 (java) S 5123 5126 32629 0 -1 1077944384 25 13098 0 0 0 0 4 3 20 0 15 0 78564701 11111071744 894243 33554432000 4194304 4196468 140729871419904 140604747015584 140605752317653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5186] ppid=5123 vsize=10850656 memory=3576972 CPUtime=0.07 cores=0,2,4,6
/proc/5126/task/5186/stat : 5186 (java) S 5123 5126 32629 0 -1 1077944384 12 13098 0 0 0 0 4 3 20 0 15 0 78564701 11111071744 894243 33554432000 4194304 4196468 140729871419904 140604545689216 140605752317653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5187] ppid=5123 vsize=10850656 memory=12073153071324 CPUtime=0.07 cores=0,2,4,6
/proc/5126/task/5187/stat : 5187 (java) S 5123 5126 32629 0 -1 1077944384 3 13098 0 0 0 0 4 3 20 0 15 0 78564704 11111071744 894243 33554432000 4194304 4196468 140729871419904 140604305398352 140605752326043 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5188] ppid=5123 vsize=10850656 memory=3576972 CPUtime=14.2 cores=0,2,4,6
/proc/5126/task/5188/stat : 5188 (java) S 5123 5126 32629 0 -1 1077944384 46676 13098 0 0 1405 8 4 3 20 0 15 0 78564704 11111071744 894243 33554432000 4194304 4196468 140729871419904 140605023131760 140605752318594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5189] ppid=5123 vsize=10850656 memory=3576972 CPUtime=13.62 cores=0,2,4,6
/proc/5126/task/5189/stat : 5189 (java) S 5123 5126 32629 0 -1 1077944384 43829 13098 0 0 1347 8 4 3 20 0 15 0 78564704 11111071744 894243 33554432000 4194304 4196468 140729871419904 140605022078960 140605752318594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5190] ppid=5123 vsize=10850656 memory=3576972 CPUtime=4.4 cores=0,2,4,6
/proc/5126/task/5190/stat : 5190 (java) S 5123 5126 32629 0 -1 1077944384 22768 13098 0 0 425 8 4 3 20 0 15 0 78564704 11111071744 894243 33554432000 4194304 4196468 140729871419904 140605021026672 140605752318594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5191] ppid=5123 vsize=10850656 memory=3576972 CPUtime=0.07 cores=0,2,4,6
/proc/5126/task/5191/stat : 5191 (java) S 5123 5126 32629 0 -1 1077944384 3 13098 0 0 0 0 4 3 20 0 15 0 78564704 11111071744 894243 33554432000 4194304 4196468 140729871419904 140604271839712 140605752317653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5192] ppid=5123 vsize=10850656 memory=8112282956445269571 CPUtime=1.27 cores=0,2,4,6
/proc/5126/task/5192/stat : 5192 (java) S 5123 5126 32629 0 -1 1077944384 2300 13098 0 0 60 60 4 3 20 0 15 0 78564704 11111071744 894243 33554432000 4194304 4196468 140729871419904 140605019974576 140605752318594 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
Current children cumulated CPU time: 2492.48 s
Current children cumulated vsize: 10850656 KiB
Current children cumulated memory: 3576972 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2469.8 s]
/proc/loadavg: 2.15 1.89 1.90 3/216 5416
/proc/meminfo: memFree=5596504/32770624 swapFree=67108860/67108860
[pid=5126] ppid=5123 vsize=10850656 memory=3576496 CPUtime=2520.09 cores=0,2,4,6
/proc/5126/stat : 5126 (java) S 5123 5126 32629 0 -1 1077944320 359970 13098 0 0 251644 358 4 3 20 0 15 0 78564689 11111071744 894124 33554432000 4194304 4196468 140729871419904 140729871402448 140605752307447 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
/proc/5126/statm: 2712664 894124 3539 1 0 2674317 0
[pid=5126/tid=5179] ppid=5123 vsize=10850656 memory=796 CPUtime=2463.22 cores=0,2,4,6
/proc/5126/task/5179/stat : 5179 (java) R 5123 5126 32629 0 -1 4202560 178338 13098 0 0 246264 51 4 3 20 0 15 0 78564698 11111071744 894124 33554432000 4194304 4196468 140729871419904 140605724141248 140605376715819 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5180] ppid=5123 vsize=10850656 memory=5408 CPUtime=5.83 cores=0,2,4,6
/proc/5126/task/5180/stat : 5180 (java) S 5123 5126 32629 0 -1 1077944384 10440 13098 0 0 517 59 4 3 20 0 15 0 78564699 11111071744 894124 33554432000 4194304 4196468 140729871419904 140605756549520 140605752317653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5181] ppid=5123 vsize=10850656 memory=1008 CPUtime=5.81 cores=0,2,4,6
/proc/5126/task/5181/stat : 5181 (java) S 5123 5126 32629 0 -1 1077944384 11628 13098 0 0 515 59 4 3 20 0 15 0 78564699 11111071744 894124 33554432000 4194304 4196468 140729871419904 140605688461584 140605752317653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5182] ppid=5123 vsize=10850656 memory=9992 CPUtime=5.81 cores=0,2,4,6
/proc/5126/task/5182/stat : 5182 (java) S 5123 5126 32629 0 -1 1077944384 11640 13098 0 0 514 60 4 3 20 0 15 0 78564699 11111071744 894124 33554432000 4194304 4196468 140729871419904 140605324135056 140605752317653 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5183] ppid=5123 vsize=10850656 memory=1228 CPUtime=5.82 cores=0,2,4,6
/proc/5126/task/5183/stat : 5183 (java) S 5123 5126 32629 0 -1 1077944384 7917 13098 0 0 515 60 4 3 20 0 15 0 78564699 11111071744 894124 33554432000 4194304 4196468 140729871419904 140605323082256 140605752317653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5184] ppid=5123 vsize=10850656 memory=3576496 CPUtime=0.57 cores=0,2,4,6
/proc/5126/task/5184/stat : 5184 (java) S 5123 5126 32629 0 -1 1077944384 16926 13098 0 0 46 4 4 3 20 0 15 0 78564700 11111071744 894124 33554432000 4194304 4196468 140729871419904 140605024184944 140605752318594 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5185] ppid=5123 vsize=10850656 memory=4616 CPUtime=0.07 cores=0,2,4,6
/proc/5126/task/5185/stat : 5185 (java) S 5123 5126 32629 0 -1 1077944384 25 13098 0 0 0 0 4 3 20 0 15 0 78564701 11111071744 894124 33554432000 4194304 4196468 140729871419904 140604747015584 140605752317653 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5186] ppid=5123 vsize=10850656 memory=1428 CPUtime=0.07 cores=0,2,4,6
/proc/5126/task/5186/stat : 5186 (java) S 5123 5126 32629 0 -1 1077944384 12 13098 0 0 0 0 4 3 20 0 15 0 78564701 11111071744 894124 33554432000 4194304 4196468 140729871419904 140604545689216 140605752317653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5187] ppid=5123 vsize=10850656 memory=8112282956445269571 CPUtime=0.07 cores=0,2,4,6
/proc/5126/task/5187/stat : 5187 (java) S 5123 5126 32629 0 -1 1077944384 3 13098 0 0 0 0 4 3 20 0 15 0 78564704 11111071744 894124 33554432000 4194304 4196468 140729871419904 140604305398352 140605752326043 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5188] ppid=5123 vsize=10850656 memory=796 CPUtime=14.2 cores=0,2,4,6
/proc/5126/task/5188/stat : 5188 (java) S 5123 5126 32629 0 -1 1077944384 47297 13098 0 0 1405 8 4 3 20 0 15 0 78564704 11111071744 894124 33554432000 4194304 4196468 140729871419904 140605023131760 140605752318594 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5189] ppid=5123 vsize=10850656 memory=5408 CPUtime=13.62 cores=0,2,4,6
/proc/5126/task/5189/stat : 5189 (java) S 5123 5126 32629 0 -1 1077944384 44279 13098 0 0 1347 8 4 3 20 0 15 0 78564704 11111071744 894124 33554432000 4194304 4196468 140729871419904 140605022078960 140605752318594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5190] ppid=5123 vsize=10850656 memory=1008 CPUtime=4.43 cores=0,2,4,6
/proc/5126/task/5190/stat : 5190 (java) S 5123 5126 32629 0 -1 1077944384 26966 13098 0 0 428 8 4 3 20 0 15 0 78564704 11111071744 894124 33554432000 4194304 4196468 140729871419904 140605021026672 140605752318594 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5191] ppid=5123 vsize=10850656 memory=9992 CPUtime=0.07 cores=0,2,4,6
/proc/5126/task/5191/stat : 5191 (java) S 5123 5126 32629 0 -1 1077944384 3 13098 0 0 0 0 4 3 20 0 15 0 78564704 11111071744 894124 33554432000 4194304 4196468 140729871419904 140604271839712 140605752317653 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
[pid=5126/tid=5192] ppid=5123 vsize=10850656 memory=1228 CPUtime=1.3 cores=0,2,4,6
/proc/5126/task/5192/stat : 5192 (java) S 5123 5126 32629 0 -1 1077944384 2303 13098 0 0 61 62 4 3 20 0 15 0 78564704 11111071744 894124 33554432000 4194304 4196468 140729871419904 140605019974576 140605752318594 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32161792 140729871428206 140729871431004 140729871431004 140729871433679 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 10850656 KiB
Current children cumulated memory: 3576496 KiB

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

[startup+2469.9 s]
# the end of solver process 5126 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.55 s, system=3.64844 s

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

Child status: 143
Real time (s): 2469.9
CPU time (s): 2520.2
CPU user time (s): 2516.55
CPU system time (s): 3.64844
CPU usage (%): 102.036
Max. virtual memory (cumulated for all children) (KiB): 10851348
Max. memory (cumulated for all children) (KiB): 3576972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.55
system time used= 3.64844
maximum resident set size= 3580768
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 375528
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 72276
involuntary context switches= 3187


# summary of solver processes directly reported to runsolver:
#   pid: 5126
#   total CPU time (s): 2520.2
#   total CPU user time (s): 2516.55
#   total CPU system time (s): 3.64844

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.9595 second user time and 22.5376 second system time

The end

Launcher Data

Begin job on node139 at 2018-07-26 15:00:15
IDJOB=4296038
IDBENCH=141642
IDSOLVER=2750
FILE ID=node139/4296038-1532610015
RUNJOBID= node139-1532582651-32660
PBS_JOBID= 21021962
Free space on /tmp= 38764 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/SteelMillSlab/SteelMillSlab-m1-2-0_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4296038-1532610015/watcher-4296038-1532610015 -o /tmp/evaluation-result-4296038-1532610015/solver-4296038-1532610015 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532582651-32660 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1679540902 HOME/instance-4296038-1532610015.xml

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

MD5SUM BENCH= e037ec762e0941f9d509e6c54a7639e5
RANDOM SEED=1679540902

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        10822824 kB
MemAvailable:   30322680 kB
Buffers:          239476 kB
Cached:         19216248 kB
SwapCached:            0 kB
Active:          4541016 kB
Inactive:       16572028 kB
Active(anon):    1611480 kB
Inactive(anon):    73544 kB
Active(file):    2929536 kB
Inactive(file): 16498484 kB
Unevictable:        7312 kB
Mlocked:            7312 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26596 kB
Writeback:             0 kB
AnonPages:       1655964 kB
Mapped:            53924 kB
Shmem:             25228 kB
Slab:             528196 kB
SReclaimable:     500296 kB
SUnreclaim:        27900 kB
KernelStack:        3856 kB
PageTables:         8576 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3116920 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1454080 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 38736 MiB
End job on node139 at 2018-07-26 15:41:25