Trace number 4295494

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 NameAnswerCPU timeWall clock time
Concrete 3.8-SuperNG 2018-06-13? (TO) 2520.12 2498.23

General information on the benchmark

NameMagicHexagon/
MagicHexagon-05-m003_c18.xml
MD5SUM11e14450858ef922a4bcb0797a1233a1
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark97.2458
Satisfiable
(Un)Satisfiability was proved
Number of variables81
Number of constraints34
Number of domains1
Minimum domain size61
Maximum domain size61
Distribution of domain sizes[{"size":61,"count":61}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":20},{"degree":4,"count":55},{"degree":5,"count":3},{"degree":6,"count":2},{"degree":9,"count":1}]
Minimum constraint arity2
Maximum constraint arity61
Distribution of constraint arities[{"arity":2,"count":6},{"arity":5,"count":6},{"arity":6,"count":6},{"arity":7,"count":6},{"arity":8,"count":6},{"arity":9,"count":3},{"arity":61,"count":1}]
Number of extensional constraints0
Number of intensional constraints6
Distribution of constraint types[{"type":"intension","count":6},{"type":"allDifferent","count":1},{"type":"sum","count":27}]
Optimization problemNO
Type of objective

Solver Data

0.98/0.74	c Concrete v3.8.1528841891564 running
2520.08/2498.21	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.08/2498.21		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.08/2498.21		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.08/2498.21		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.08/2498.21		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.08/2498.21		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.08/2498.21		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.08/2498.21		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.08/2498.21		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.08/2498.21		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.08/2498.21		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.08/2498.21		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.08/2498.21		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.08/2498.21		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.08/2498.21		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.08/2498.21		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.08/2498.21		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:108)
2520.08/2498.21		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.08/2498.21		at scala.Option.map(Option.scala:146)
2520.08/2498.21		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.08/2498.21		at concrete.MAC.mac(MAC.scala:203)
2520.08/2498.21		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.08/2498.21		at scala.util.Try$.apply(Try.scala:209)
2520.08/2498.21		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.08/2498.21		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.08/2498.21		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.08/2498.21		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.08/2498.21		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.08/2498.21		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.08/2498.21		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.08/2498.21		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.08/2498.21		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.08/2498.21		at concrete.MAC.oneRun(MAC.scala:253)
2520.08/2498.21		at concrete.MAC.nextSolution(MAC.scala:272)
2520.08/2498.21		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.08/2498.21		at concrete.ProblemState.map(ProblemState.scala:221)
2520.08/2498.21		at concrete.ProblemState.map(ProblemState.scala:204)
2520.08/2498.21		at concrete.MAC.nextSolution(MAC.scala:334)
2520.08/2498.21		at concrete.Solver.hasNext(Solver.scala:166)
2520.08/2498.21		at scala.collection.Iterator.toStream(Iterator.scala:1418)
2520.08/2498.21		at scala.collection.Iterator.toStream$(Iterator.scala:1417)
2520.08/2498.21		at concrete.Solver.toStream(Solver.scala:68)
2520.08/2498.21		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
2520.08/2498.21		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
2520.08/2498.21		at concrete.Solver.toIterable(Solver.scala:68)
2520.08/2498.21		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:78)
2520.08/2498.21		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.08/2498.21		at scala.util.Success.map(Try.scala:209)
2520.08/2498.21		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.08/2498.21		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.08/2498.21		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.08/2498.21		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.08/2498.21		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.08/2498.21		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.08/2498.21		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.08/2498.21		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.08/2498.21		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.08/2498.21		at scala.collection.immutable.List.foreach(List.scala:389)
2520.08/2498.21		at scala.App.main(App.scala:76)
2520.08/2498.21		at scala.App.main$(App.scala:74)
2520.08/2498.21		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.08/2498.21		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.08/2498.22	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 (4903 MiB free)
  memory of node 1: 16384 MiB (7379 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295494-1532563369/watcher-4295494-1532563369 -o /tmp/evaluation-result-4295494-1532563369/solver-4295494-1532563369 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532543154-31452 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1795217415 -superng HOME/instance-4295494-1532563369.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=3697, runsolver pid=3694
Current StackSize limit: 8192 KiB


[startup+0.100203 s]*
/proc/loadavg: 1.32 1.51 1.62 3/207 3754
/proc/meminfo: memFree=12572952/32770624 swapFree=67108860/67108860
[pid=3697] ppid=3694 vsize=9972712 memory=18328 CPUtime=0.09 cores=0,2,4,6
/proc/3697/stat : 3697 (java) S 3694 3697 31421 0 -1 1077944320 4235 13187 0 0 1 0 5 3 20 0 6 0 73900087 10212057088 4582 33554432000 4194304 4196468 140734800211792 140734800194336 139932299333367 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
/proc/3697/statm: 2493178 4582 1930 1 0 2481616 0
[pid=3697/tid=3750] ppid=3694 vsize=9972712 memory=-8171376296011865461 CPUtime=0.09 cores=0,2,4,6
/proc/3697/task/3750/stat : 3750 (java) R 3694 3697 31421 0 -1 4202560 2062 13187 0 0 1 0 5 3 20 0 6 0 73900096 10212057088 4648 33554432000 4194304 4196468 140734800211792 139932271170128 139932291570494 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3751] ppid=3694 vsize=9972712 memory=7948963741541478447 CPUtime=0.08 cores=0,2,4,6
/proc/3697/task/3751/stat : 3751 (java) S 3694 3697 31421 0 -1 1077944384 1 13187 0 0 0 0 5 3 20 0 6 0 73900097 10212057088 4648 33554432000 4194304 4196468 140734800211792 139932303576080 139932299343573 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3752] ppid=3694 vsize=9972712 memory=139710053848704 CPUtime=0.08 cores=0,2,4,6
/proc/3697/task/3752/stat : 3752 (java) S 3694 3697 31421 0 -1 1077944384 1 13187 0 0 0 0 5 3 20 0 6 0 73900097 10212057088 4648 33554432000 4194304 4196468 140734800211792 139932191849616 139932299343573 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3753] ppid=3694 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3697/task/3753/stat : 3753 (java) S 3694 3697 31421 0 -1 1077944384 1 13187 0 0 0 0 5 3 20 0 6 0 73900097 10212057088 4648 33554432000 4194304 4196468 140734800211792 139932190796560 139932299343573 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3754] ppid=3694 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/3697/task/3754/stat : 3754 (java) S 3694 3697 31421 0 -1 1077944384 2 13187 0 0 0 0 5 3 20 0 6 0 73900097 10212057088 4648 33554432000 4194304 4196468 140734800211792 139932189744016 139932299343573 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18328 KiB

[startup+0.211096 s]*
/proc/loadavg: 1.32 1.51 1.62 3/216 3763
/proc/meminfo: memFree=12550984/32770624 swapFree=67108860/67108860
[pid=3697] ppid=3694 vsize=10818904 memory=42328 CPUtime=0.26 cores=0,2,4,6
/proc/3697/stat : 3697 (java) S 3694 3697 31421 0 -1 1077944320 7791 13187 0 0 17 1 5 3 20 0 15 0 73900087 11078557696 10582 33554432000 4194304 4196468 140734800211792 140734800194336 139932299333367 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
/proc/3697/statm: 2704726 10582 2969 1 0 2667149 0
[pid=3697/tid=3750] ppid=3694 vsize=10819896 memory=-8171376296011865461 CPUtime=0.19 cores=0,2,4,6
/proc/3697/task/3750/stat : 3750 (java) R 3694 3697 31421 0 -1 4202560 4586 13187 0 0 11 0 5 3 20 0 15 0 73900096 11079573504 10714 33554432000 4194304 4196468 140734800211792 139932271158176 139932292013085 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3751] ppid=3694 vsize=10819896 memory=7948963741541478447 CPUtime=0.08 cores=0,2,4,6
/proc/3697/task/3751/stat : 3751 (java) S 3694 3697 31421 0 -1 1077944384 1 13187 0 0 0 0 5 3 20 0 15 0 73900097 11079573504 10780 33554432000 4194304 4196468 140734800211792 139932303576080 139932299343573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3752] ppid=3694 vsize=10819896 memory=139710053848704 CPUtime=0.08 cores=0,2,4,6
/proc/3697/task/3752/stat : 3752 (java) S 3694 3697 31421 0 -1 1077944384 1 13187 0 0 0 0 5 3 20 0 15 0 73900097 11079573504 10780 33554432000 4194304 4196468 140734800211792 139932191849616 139932299343573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3753] ppid=3694 vsize=10819896 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3697/task/3753/stat : 3753 (java) S 3694 3697 31421 0 -1 1077944384 1 13187 0 0 0 0 5 3 20 0 15 0 73900097 11079573504 10780 33554432000 4194304 4196468 140734800211792 139932190796560 139932299343573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3754] ppid=3694 vsize=10819896 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/3697/task/3754/stat : 3754 (java) S 3694 3697 31421 0 -1 1077944384 2 13187 0 0 0 0 5 3 20 0 15 0 73900097 11079573504 10780 33554432000 4194304 4196468 140734800211792 139932189744016 139932299343573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3755] ppid=3694 vsize=10819896 memory=139710053848704 CPUtime=0.08 cores=0,2,4,6
/proc/3697/task/3755/stat : 3755 (java) S 3694 3697 31421 0 -1 1077944384 2 13187 0 0 0 0 5 3 20 0 15 0 73900099 11079573504 10846 33554432000 4194304 4196468 140734800211792 139931758307568 139932299344514 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3756] ppid=3694 vsize=10819896 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/3697/task/3756/stat : 3756 (java) S 3694 3697 31421 0 -1 1077944384 33 13187 0 0 0 0 5 3 20 0 15 0 73900099 11079573504 10846 33554432000 4194304 4196468 140734800211792 139931757253792 139932299343573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3757] ppid=3694 vsize=10819896 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3697/task/3757/stat : 3757 (java) S 3694 3697 31421 0 -1 1077944384 1 13187 0 0 0 0 5 3 20 0 15 0 73900099 11079573504 10846 33554432000 4194304 4196468 140734800211792 139931175346928 139932299343573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3758] ppid=3694 vsize=10821524 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3697/task/3758/stat : 3758 (java) S 3694 3697 31421 0 -1 1077944384 3 13187 0 0 0 0 5 3 20 0 15 0 73900102 11081240576 10846 33554432000 4194304 4196468 140734800211792 139930867947472 139932299351963 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3759] ppid=3694 vsize=10821524 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/3697/task/3759/stat : 3759 (java) S 3694 3697 31421 0 -1 1077944384 493 13187 0 0 1 0 5 3 20 0 15 0 73900102 11081240576 10846 33554432000 4194304 4196468 140734800211792 139931723696880 139932299344514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3760] ppid=3694 vsize=10821524 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/3697/task/3760/stat : 3760 (java) S 3694 3697 31421 0 -1 1077944384 87 13187 0 0 1 0 5 3 20 0 15 0 73900102 11081240576 10912 33554432000 4194304 4196468 140734800211792 139931722644336 139932299344514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3761] ppid=3694 vsize=10821524 memory=139710053848704 CPUtime=0.11 cores=0,2,4,6
/proc/3697/task/3761/stat : 3761 (java) S 3694 3697 31421 0 -1 1077944384 562 13187 0 0 3 0 5 3 20 0 15 0 73900102 11081240576 10912 33554432000 4194304 4196468 140734800211792 139931721591280 139932299344514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3762] ppid=3694 vsize=10821524 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/3697/task/3762/stat : 3762 (java) S 3694 3697 31421 0 -1 1077944384 3 13187 0 0 0 0 5 3 20 0 15 0 73900102 11081240576 10912 33554432000 4194304 4196468 140734800211792 139930834389856 139932299343573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3763] ppid=3694 vsize=10821524 memory=139710053848704 CPUtime=0.08 cores=0,2,4,6
/proc/3697/task/3763/stat : 3763 (java) S 3694 3697 31421 0 -1 1077944384 1 13187 0 0 0 0 5 3 20 0 15 0 73900102 11081240576 10912 33554432000 4194304 4196468 140734800211792 139931720538672 139932299344514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 42328 KiB

[startup+0.310255 s]*
/proc/loadavg: 1.32 1.51 1.62 3/216 3763
/proc/meminfo: memFree=12539944/32770624 swapFree=67108860/67108860
[pid=3697] ppid=3694 vsize=10819352 memory=52964 CPUtime=0.38 cores=0,2,4,6
/proc/3697/stat : 3697 (java) S 3694 3697 31421 0 -1 1077944320 10304 13187 0 0 28 2 5 3 20 0 15 0 73900087 11079016448 13241 33554432000 4194304 4196468 140734800211792 140734800194336 139932299333367 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
/proc/3697/statm: 2704838 13241 3088 1 0 2667149 0
[pid=3697/tid=3750] ppid=3694 vsize=10819352 memory=6935054825532540783 CPUtime=0.28 cores=0,2,4,6
/proc/3697/task/3750/stat : 3750 (java) R 3694 3697 31421 0 -1 4202560 6920 13187 0 0 19 1 5 3 20 0 15 0 73900096 11079016448 13241 33554432000 4194304 4196468 140734800211792 139932271145376 139932299355293 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3751] ppid=3694 vsize=10819352 memory=-8389222452898340213 CPUtime=0.08 cores=0,2,4,6
/proc/3697/task/3751/stat : 3751 (java) S 3694 3697 31421 0 -1 1077944384 1 13187 0 0 0 0 5 3 20 0 15 0 73900097 11079016448 13241 33554432000 4194304 4196468 140734800211792 139932303576080 139932299343573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3752] ppid=3694 vsize=10819352 memory=1328725297981317182 CPUtime=0.08 cores=0,2,4,6
/proc/3697/task/3752/stat : 3752 (java) S 3694 3697 31421 0 -1 1077944384 1 13187 0 0 0 0 5 3 20 0 15 0 73900097 11079016448 13241 33554432000 4194304 4196468 140734800211792 139932191849616 139932299343573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3753] ppid=3694 vsize=10819352 memory=4126316290023845779 CPUtime=0.08 cores=0,2,4,6
/proc/3697/task/3753/stat : 3753 (java) S 3694 3697 31421 0 -1 1077944384 1 13187 0 0 0 0 5 3 20 0 15 0 73900097 11079016448 13241 33554432000 4194304 4196468 140734800211792 139932190796560 139932299343573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3754] ppid=3694 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3697/task/3754/stat : 3754 (java) S 3694 3697 31421 0 -1 1077944384 2 13187 0 0 0 0 5 3 20 0 15 0 73900097 11079016448 13241 33554432000 4194304 4196468 140734800211792 139932189744016 139932299343573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3755] ppid=3694 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3697/task/3755/stat : 3755 (java) S 3694 3697 31421 0 -1 1077944384 2 13187 0 0 0 0 5 3 20 0 15 0 73900099 11079016448 13241 33554432000 4194304 4196468 140734800211792 139931758307568 139932299344514 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3756] ppid=3694 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3697/task/3756/stat : 3756 (java) S 3694 3697 31421 0 -1 1077944384 33 13187 0 0 0 0 5 3 20 0 15 0 73900099 11079016448 13241 33554432000 4194304 4196468 140734800211792 139931757253792 139932299343573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3757] ppid=3694 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3697/task/3757/stat : 3757 (java) S 3694 3697 31421 0 -1 1077944384 1 13187 0 0 0 0 5 3 20 0 15 0 73900099 11079016448 13241 33554432000 4194304 4196468 140734800211792 139931175346928 139932299343573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3758] ppid=3694 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3697/task/3758/stat : 3758 (java) S 3694 3697 31421 0 -1 1077944384 3 13187 0 0 0 0 5 3 20 0 15 0 73900102 11079016448 13241 33554432000 4194304 4196468 140734800211792 139930867947472 139932299351963 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3759] ppid=3694 vsize=10819352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/3697/task/3759/stat : 3759 (java) S 3694 3697 31421 0 -1 1077944384 494 13187 0 0 1 0 5 3 20 0 15 0 73900102 11079016448 13241 33554432000 4194304 4196468 140734800211792 139931723696880 139932299344514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3760] ppid=3694 vsize=10819352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/3697/task/3760/stat : 3760 (java) S 3694 3697 31421 0 -1 1077944384 87 13187 0 0 1 0 5 3 20 0 15 0 73900102 11079016448 13241 33554432000 4194304 4196468 140734800211792 139931722644336 139932299344514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3761] ppid=3694 vsize=10819352 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/3697/task/3761/stat : 3761 (java) S 3694 3697 31421 0 -1 1077944384 567 13187 0 0 5 0 5 3 20 0 15 0 73900102 11079016448 13241 33554432000 4194304 4196468 140734800211792 139931721591280 139932299344514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3762] ppid=3694 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3697/task/3762/stat : 3762 (java) S 3694 3697 31421 0 -1 1077944384 3 13187 0 0 0 0 5 3 20 0 15 0 73900102 11079016448 13241 33554432000 4194304 4196468 140734800211792 139930834389856 139932299343573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3763] ppid=3694 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3697/task/3763/stat : 3763 (java) S 3694 3697 31421 0 -1 1077944384 1 13187 0 0 0 0 5 3 20 0 15 0 73900102 11079016448 13241 33554432000 4194304 4196468 140734800211792 139931720538672 139932299344514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 52964 KiB

[startup+0.700806 s]
/proc/loadavg: 1.32 1.51 1.62 3/216 3763
/proc/meminfo: memFree=12529028/32770624 swapFree=67108860/67108860
[pid=3697] ppid=3694 vsize=10819352 memory=84944 CPUtime=0.98 cores=0,2,4,6
/proc/3697/stat : 3697 (java) S 3694 3697 31421 0 -1 1077944320 16370 13187 0 0 87 3 5 3 20 0 15 0 73900087 11079016448 21236 33554432000 4194304 4196468 140734800211792 140734800194336 139932299333367 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
/proc/3697/statm: 2704838 21236 3237 1 0 2667149 0
[pid=3697/tid=3750] ppid=3694 vsize=10819352 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/3697/task/3750/stat : 3750 (java) R 3694 3697 31421 0 -1 4202560 11957 13187 0 0 57 2 5 3 20 0 15 0 73900096 11079016448 21236 33554432000 4194304 4196468 140734800211792 139932271154192 139932299355293 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3751] ppid=3694 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3697/task/3751/stat : 3751 (java) S 3694 3697 31421 0 -1 1077944384 1 13187 0 0 0 0 5 3 20 0 15 0 73900097 11079016448 21236 33554432000 4194304 4196468 140734800211792 139932303576080 139932299343573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3752] ppid=3694 vsize=10819352 memory=8458433173657040949 CPUtime=0.08 cores=0,2,4,6
/proc/3697/task/3752/stat : 3752 (java) S 3694 3697 31421 0 -1 1077944384 1 13187 0 0 0 0 5 3 20 0 15 0 73900097 11079016448 21236 33554432000 4194304 4196468 140734800211792 139932191849616 139932299343573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3753] ppid=3694 vsize=10819352 memory=7156871064139878752 CPUtime=0.08 cores=0,2,4,6
/proc/3697/task/3753/stat : 3753 (java) S 3694 3697 31421 0 -1 1077944384 1 13187 0 0 0 0 5 3 20 0 15 0 73900097 11079016448 21236 33554432000 4194304 4196468 140734800211792 139932190796560 139932299343573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3754] ppid=3694 vsize=10819352 memory=4639059877604708710 CPUtime=0.08 cores=0,2,4,6
/proc/3697/task/3754/stat : 3754 (java) S 3694 3697 31421 0 -1 1077944384 2 13187 0 0 0 0 5 3 20 0 15 0 73900097 11079016448 21236 33554432000 4194304 4196468 140734800211792 139932189744016 139932299343573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3755] ppid=3694 vsize=10819352 memory=3467824627880452160 CPUtime=0.08 cores=0,2,4,6
/proc/3697/task/3755/stat : 3755 (java) S 3694 3697 31421 0 -1 1077944384 5 13187 0 0 0 0 5 3 20 0 15 0 73900099 11079016448 21300 33554432000 4194304 4196468 140734800211792 139931758307568 139932299344514 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3756] ppid=3694 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3697/task/3756/stat : 3756 (java) S 3694 3697 31421 0 -1 1077944384 33 13187 0 0 0 0 5 3 20 0 15 0 73900099 11079016448 21300 33554432000 4194304 4196468 140734800211792 139931757253792 139932299343573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3757] ppid=3694 vsize=10819352 memory=4140 CPUtime=0.08 cores=0,2,4,6
/proc/3697/task/3757/stat : 3757 (java) S 3694 3697 31421 0 -1 1077944384 1 13187 0 0 0 0 5 3 20 0 15 0 73900099 11079016448 21300 33554432000 4194304 4196468 140734800211792 139931175346928 139932299343573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3758] ppid=3694 vsize=10819352 memory=2241 CPUtime=0.08 cores=0,2,4,6
/proc/3697/task/3758/stat : 3758 (java) S 3694 3697 31421 0 -1 1077944384 3 13187 0 0 0 0 5 3 20 0 15 0 73900102 11079016448 21300 33554432000 4194304 4196468 140734800211792 139930867947472 139932299351963 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3759] ppid=3694 vsize=10819352 memory=2244 CPUtime=0.15 cores=0,2,4,6
/proc/3697/task/3759/stat : 3759 (java) S 3694 3697 31421 0 -1 1077944384 881 13187 0 0 7 0 5 3 20 0 15 0 73900102 11079016448 21300 33554432000 4194304 4196468 140734800211792 139931723696880 139932299344514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3760] ppid=3694 vsize=10819352 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/3697/task/3760/stat : 3760 (java) S 3694 3697 31421 0 -1 1077944384 681 13187 0 0 9 0 5 3 20 0 15 0 73900102 11079016448 21300 33554432000 4194304 4196468 140734800211792 139931722644336 139932299344514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3761] ppid=3694 vsize=10819352 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/3697/task/3761/stat : 3761 (java) R 3694 3697 31421 0 -1 4202560 612 13187 0 0 13 0 5 3 20 0 15 0 73900102 11079016448 21300 33554432000 4194304 4196468 140734800211792 139931721591280 139932277878164 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3762] ppid=3694 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3697/task/3762/stat : 3762 (java) S 3694 3697 31421 0 -1 1077944384 3 13187 0 0 0 0 5 3 20 0 15 0 73900102 11079016448 21300 33554432000 4194304 4196468 140734800211792 139930834389856 139932299343573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3763] ppid=3694 vsize=10819352 memory=30305 CPUtime=0.08 cores=0,2,4,6
/proc/3697/task/3763/stat : 3763 (java) S 3694 3697 31421 0 -1 1077944384 1 13187 0 0 0 0 5 3 20 0 15 0 73900102 11079016448 21300 33554432000 4194304 4196468 140734800211792 139931720538672 139932299344514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 84944 KiB

[startup+1.50072 s]
/proc/loadavg: 1.32 1.51 1.62 3/216 3763
/proc/meminfo: memFree=12485004/32770624 swapFree=67108860/67108860
[pid=3697] ppid=3694 vsize=10834252 memory=175236 CPUtime=2.26 cores=0,2,4,6
/proc/3697/stat : 3697 (java) S 3694 3697 31421 0 -1 1077944320 23933 13187 0 0 210 8 5 3 20 0 15 0 73900087 11094274048 43809 33554432000 4194304 4196468 140734800211792 140734800194336 139932299333367 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
/proc/3697/statm: 2708563 43809 3465 1 0 2670221 0
[pid=3697/tid=3750] ppid=3694 vsize=10834252 memory=0 CPUtime=1.43 cores=0,2,4,6
/proc/3697/task/3750/stat : 3750 (java) R 3694 3697 31421 0 -1 4202560 17644 13187 0 0 130 5 5 3 20 0 15 0 73900096 11094274048 43809 33554432000 4194304 4196468 140734800211792 139932271165344 139932284700048 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3751] ppid=3694 vsize=10834252 memory=123 CPUtime=0.09 cores=0,2,4,6
/proc/3697/task/3751/stat : 3751 (java) S 3694 3697 31421 0 -1 1077944384 24 13187 0 0 1 0 5 3 20 0 15 0 73900097 11094274048 43809 33554432000 4194304 4196468 140734800211792 139932303576080 139932299343573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3752] ppid=3694 vsize=10834252 memory=78 CPUtime=0.09 cores=0,2,4,6
/proc/3697/task/3752/stat : 3752 (java) S 3694 3697 31421 0 -1 1077944384 191 13187 0 0 1 0 5 3 20 0 15 0 73900097 11094274048 43809 33554432000 4194304 4196468 140734800211792 139932191849616 139932299343573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3753] ppid=3694 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/3697/task/3753/stat : 3753 (java) S 3694 3697 31421 0 -1 1077944384 65 13187 0 0 1 0 5 3 20 0 15 0 73900097 11094274048 43809 33554432000 4194304 4196468 140734800211792 139932190796560 139932299343573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3754] ppid=3694 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/3697/task/3754/stat : 3754 (java) S 3694 3697 31421 0 -1 1077944384 31 13187 0 0 1 0 5 3 20 0 15 0 73900097 11094274048 43809 33554432000 4194304 4196468 140734800211792 139932189744016 139932299343573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3755] ppid=3694 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/3697/task/3755/stat : 3755 (java) S 3694 3697 31421 0 -1 1077944384 190 13187 0 0 1 0 5 3 20 0 15 0 73900099 11094274048 43809 33554432000 4194304 4196468 140734800211792 139931758307568 139932299344514 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3756] ppid=3694 vsize=10834252 memory=139709917444985 CPUtime=0.08 cores=0,2,4,6
/proc/3697/task/3756/stat : 3756 (java) S 3694 3697 31421 0 -1 1077944384 34 13187 0 0 0 0 5 3 20 0 15 0 73900099 11094274048 43809 33554432000 4194304 4196468 140734800211792 139931757253856 139932299343573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3757] ppid=3694 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3697/task/3757/stat : 3757 (java) S 3694 3697 31421 0 -1 1077944384 1 13187 0 0 0 0 5 3 20 0 15 0 73900099 11094274048 43809 33554432000 4194304 4196468 140734800211792 139931175346944 139932299343573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3758] ppid=3694 vsize=10834252 memory=2986632698767059817 CPUtime=0.08 cores=0,2,4,6
/proc/3697/task/3758/stat : 3758 (java) S 3694 3697 31421 0 -1 1077944384 3 13187 0 0 0 0 5 3 20 0 15 0 73900102 11094274048 43809 33554432000 4194304 4196468 140734800211792 139930867947472 139932299351963 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3759] ppid=3694 vsize=10834252 memory=-2127764312181792759 CPUtime=0.24 cores=0,2,4,6
/proc/3697/task/3759/stat : 3759 (java) S 3694 3697 31421 0 -1 1077944384 1004 13187 0 0 16 0 5 3 20 0 15 0 73900102 11094274048 43809 33554432000 4194304 4196468 140734800211792 139931723696880 139932299344514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3760] ppid=3694 vsize=10834252 memory=-2897801490638248331 CPUtime=0.33 cores=0,2,4,6
/proc/3697/task/3760/stat : 3760 (java) S 3694 3697 31421 0 -1 1077944384 1159 13187 0 0 25 0 5 3 20 0 15 0 73900102 11094274048 43809 33554432000 4194304 4196468 140734800211792 139931722644336 139932299344514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3761] ppid=3694 vsize=10834252 memory=-2746958450906831519 CPUtime=0.38 cores=0,2,4,6
/proc/3697/task/3761/stat : 3761 (java) S 3694 3697 31421 0 -1 1077944384 1395 13187 0 0 30 0 5 3 20 0 15 0 73900102 11094274048 43809 33554432000 4194304 4196468 140734800211792 139931721591280 139932299344514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3762] ppid=3694 vsize=10834252 memory=-6440287458061328268 CPUtime=0.08 cores=0,2,4,6
/proc/3697/task/3762/stat : 3762 (java) S 3694 3697 31421 0 -1 1077944384 3 13187 0 0 0 0 5 3 20 0 15 0 73900102 11094274048 43809 33554432000 4194304 4196468 140734800211792 139930834389856 139932299343573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3763] ppid=3694 vsize=10834252 memory=64 CPUtime=0.08 cores=0,2,4,6
/proc/3697/task/3763/stat : 3763 (java) S 3694 3697 31421 0 -1 1077944384 1 13187 0 0 0 0 5 3 20 0 15 0 73900102 11094274048 43809 33554432000 4194304 4196468 140734800211792 139931720538672 139932299344514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
Current children cumulated CPU time: 2.26 s
Current children cumulated vsize: 10834252 KiB

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

/proc/3697/task/3750/stat : 3750 (java) R 3694 3697 31421 0 -1 4202560 74653 13187 0 0 231241 25 5 3 20 0 15 0 73900096 11176083456 147568 33554432000 4194304 4196468 140734800211792 139932271167392 139931876307298 0 4 0 16800975 0 0 0 -1 4 0 0 53 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3751] ppid=3694 vsize=10914144 memory=590272 CPUtime=4.15 cores=0,2,4,6
/proc/3697/task/3751/stat : 3751 (java) S 3694 3697 31421 0 -1 1077944384 9884 13187 0 0 383 24 5 3 20 0 15 0 73900097 11176083456 147568 33554432000 4194304 4196468 140734800211792 139932303576080 139932299343573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3752] ppid=3694 vsize=10914144 memory=590272 CPUtime=4.15 cores=0,2,4,6
/proc/3697/task/3752/stat : 3752 (java) S 3694 3697 31421 0 -1 1077944384 12249 13187 0 0 383 24 5 3 20 0 15 0 73900097 11176083456 147568 33554432000 4194304 4196468 140734800211792 139932191849616 139932299343573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3753] ppid=3694 vsize=10914144 memory=590272 CPUtime=4.13 cores=0,2,4,6
/proc/3697/task/3753/stat : 3753 (java) S 3694 3697 31421 0 -1 1077944384 12410 13187 0 0 382 23 5 3 20 0 15 0 73900097 11176083456 147568 33554432000 4194304 4196468 140734800211792 139932190796560 139932299343573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3754] ppid=3694 vsize=10914144 memory=590272 CPUtime=4.14 cores=0,2,4,6
/proc/3697/task/3754/stat : 3754 (java) S 3694 3697 31421 0 -1 1077944384 6237 13187 0 0 384 22 5 3 20 0 15 0 73900097 11176083456 147568 33554432000 4194304 4196468 140734800211792 139932189744016 139932299343573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3755] ppid=3694 vsize=10914144 memory=590272 CPUtime=3.59 cores=0,2,4,6
/proc/3697/task/3755/stat : 3755 (java) S 3694 3697 31421 0 -1 1077944384 10361 13187 0 0 331 20 5 3 20 0 15 0 73900099 11176083456 147568 33554432000 4194304 4196468 140734800211792 139931758307568 139932299344514 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3756] ppid=3694 vsize=10914144 memory=590272 CPUtime=0.08 cores=0,2,4,6
/proc/3697/task/3756/stat : 3756 (java) S 3694 3697 31421 0 -1 1077944384 39 13187 0 0 0 0 5 3 20 0 15 0 73900099 11176083456 147568 33554432000 4194304 4196468 140734800211792 139931757253920 139932299343573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3757] ppid=3694 vsize=10914144 memory=590272 CPUtime=0.08 cores=0,2,4,6
/proc/3697/task/3757/stat : 3757 (java) S 3694 3697 31421 0 -1 1077944384 4 13187 0 0 0 0 5 3 20 0 15 0 73900099 11176083456 147568 33554432000 4194304 4196468 140734800211792 139931175346944 139932299343573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3758] ppid=3694 vsize=10914144 memory=5412 CPUtime=0.08 cores=0,2,4,6
/proc/3697/task/3758/stat : 3758 (java) S 3694 3697 31421 0 -1 1077944384 3 13187 0 0 0 0 5 3 20 0 15 0 73900102 11176083456 147568 33554432000 4194304 4196468 140734800211792 139930867947472 139932299351963 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3759] ppid=3694 vsize=10914144 memory=15876 CPUtime=3.85 cores=0,2,4,6
/proc/3697/task/3759/stat : 3759 (java) S 3694 3697 31421 0 -1 1077944384 31595 13187 0 0 373 4 5 3 20 0 15 0 73900102 11176083456 147568 33554432000 4194304 4196468 140734800211792 139931723696880 139932299344514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3760] ppid=3694 vsize=10914144 memory=13132 CPUtime=3.99 cores=0,2,4,6
/proc/3697/task/3760/stat : 3760 (java) S 3694 3697 31421 0 -1 1077944384 20220 13187 0 0 389 2 5 3 20 0 15 0 73900102 11176083456 147568 33554432000 4194304 4196468 140734800211792 139931722644336 139932299344514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3761] ppid=3694 vsize=10914144 memory=590272 CPUtime=1.71 cores=0,2,4,6
/proc/3697/task/3761/stat : 3761 (java) S 3694 3697 31421 0 -1 1077944384 18754 13187 0 0 160 3 5 3 20 0 15 0 73900102 11176083456 147568 33554432000 4194304 4196468 140734800211792 139931721591280 139932299344514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3762] ppid=3694 vsize=10914144 memory=590272 CPUtime=0.08 cores=0,2,4,6
/proc/3697/task/3762/stat : 3762 (java) S 3694 3697 31421 0 -1 1077944384 3 13187 0 0 0 0 5 3 20 0 15 0 73900102 11176083456 147568 33554432000 4194304 4196468 140734800211792 139930834389856 139932299343573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3763] ppid=3694 vsize=10914144 memory=590272 CPUtime=1.36 cores=0,2,4,6
/proc/3697/task/3763/stat : 3763 (java) S 3694 3697 31421 0 -1 1077944384 1651 13187 0 0 64 64 5 3 20 0 15 0 73900102 11176083456 147568 33554432000 4194304 4196468 140734800211792 139931720538672 139932299344514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
Current children cumulated CPU time: 2343.19 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 590272 KiB

[startup+2382.3 s]
/proc/loadavg: 1.37 1.39 1.46 3/215 3963
/proc/meminfo: memFree=11970696/32770624 swapFree=67108860/67108860
[pid=3697] ppid=3694 vsize=10914144 memory=590272 CPUtime=2403.53 cores=0,2,4,6
/proc/3697/stat : 3697 (java) S 3694 3697 31421 0 -1 1077944320 200919 13187 0 0 240157 188 5 3 20 0 15 0 73900087 11176083456 147568 33554432000 4194304 4196468 140734800211792 140734800194336 139932299333367 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
/proc/3697/statm: 2728536 147568 3519 1 0 2690189 0
[pid=3697/tid=3750] ppid=3694 vsize=10914144 memory=590272 CPUtime=2372.49 cores=0,2,4,6
/proc/3697/task/3750/stat : 3750 (java) R 3694 3697 31421 0 -1 4202560 74964 13187 0 0 237216 25 5 3 20 0 15 0 73900096 11176083456 147568 33554432000 4194304 4196468 140734800211792 139932271167392 139931878040696 0 4 0 16800975 0 0 0 -1 2 0 0 53 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3751] ppid=3694 vsize=10914144 memory=8112282956445269571 CPUtime=4.27 cores=0,2,4,6
/proc/3697/task/3751/stat : 3751 (java) S 3694 3697 31421 0 -1 1077944384 10129 13187 0 0 394 25 5 3 20 0 15 0 73900097 11176083456 147568 33554432000 4194304 4196468 140734800211792 139932303576080 139932299343573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3752] ppid=3694 vsize=10914144 memory=590272 CPUtime=4.26 cores=0,2,4,6
/proc/3697/task/3752/stat : 3752 (java) S 3694 3697 31421 0 -1 1077944384 12263 13187 0 0 394 24 5 3 20 0 15 0 73900097 11176083456 147568 33554432000 4194304 4196468 140734800211792 139932191849616 139932299343573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3753] ppid=3694 vsize=10914144 memory=590272 CPUtime=4.24 cores=0,2,4,6
/proc/3697/task/3753/stat : 3753 (java) S 3694 3697 31421 0 -1 1077944384 12457 13187 0 0 393 23 5 3 20 0 15 0 73900097 11176083456 147568 33554432000 4194304 4196468 140734800211792 139932190796560 139932299343573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3754] ppid=3694 vsize=10914144 memory=590272 CPUtime=4.25 cores=0,2,4,6
/proc/3697/task/3754/stat : 3754 (java) S 3694 3697 31421 0 -1 1077944384 6251 13187 0 0 395 22 5 3 20 0 15 0 73900097 11176083456 147568 33554432000 4194304 4196468 140734800211792 139932189744016 139932299343573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3755] ppid=3694 vsize=10914144 memory=590272 CPUtime=3.68 cores=0,2,4,6
/proc/3697/task/3755/stat : 3755 (java) S 3694 3697 31421 0 -1 1077944384 10394 13187 0 0 340 20 5 3 20 0 15 0 73900099 11176083456 147568 33554432000 4194304 4196468 140734800211792 139931758307568 139932299344514 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3756] ppid=3694 vsize=10914144 memory=590272 CPUtime=0.08 cores=0,2,4,6
/proc/3697/task/3756/stat : 3756 (java) S 3694 3697 31421 0 -1 1077944384 39 13187 0 0 0 0 5 3 20 0 15 0 73900099 11176083456 147568 33554432000 4194304 4196468 140734800211792 139931757253920 139932299343573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3757] ppid=3694 vsize=10914144 memory=590272 CPUtime=0.08 cores=0,2,4,6
/proc/3697/task/3757/stat : 3757 (java) S 3694 3697 31421 0 -1 1077944384 4 13187 0 0 0 0 5 3 20 0 15 0 73900099 11176083456 147568 33554432000 4194304 4196468 140734800211792 139931175346944 139932299343573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3758] ppid=3694 vsize=10914144 memory=590272 CPUtime=0.08 cores=0,2,4,6
/proc/3697/task/3758/stat : 3758 (java) S 3694 3697 31421 0 -1 1077944384 3 13187 0 0 0 0 5 3 20 0 15 0 73900102 11176083456 147568 33554432000 4194304 4196468 140734800211792 139930867947472 139932299351963 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3759] ppid=3694 vsize=10914144 memory=4004 CPUtime=3.85 cores=0,2,4,6
/proc/3697/task/3759/stat : 3759 (java) S 3694 3697 31421 0 -1 1077944384 31595 13187 0 0 373 4 5 3 20 0 15 0 73900102 11176083456 147568 33554432000 4194304 4196468 140734800211792 139931723696880 139932299344514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3760] ppid=3694 vsize=10914144 memory=590272 CPUtime=3.99 cores=0,2,4,6
/proc/3697/task/3760/stat : 3760 (java) S 3694 3697 31421 0 -1 1077944384 20220 13187 0 0 389 2 5 3 20 0 15 0 73900102 11176083456 147568 33554432000 4194304 4196468 140734800211792 139931722644336 139932299344514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3761] ppid=3694 vsize=10914144 memory=590272 CPUtime=1.71 cores=0,2,4,6
/proc/3697/task/3761/stat : 3761 (java) S 3694 3697 31421 0 -1 1077944384 18754 13187 0 0 160 3 5 3 20 0 15 0 73900102 11176083456 147568 33554432000 4194304 4196468 140734800211792 139931721591280 139932299344514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3762] ppid=3694 vsize=10914144 memory=4140 CPUtime=0.08 cores=0,2,4,6
/proc/3697/task/3762/stat : 3762 (java) S 3694 3697 31421 0 -1 1077944384 3 13187 0 0 0 0 5 3 20 0 15 0 73900102 11176083456 147568 33554432000 4194304 4196468 140734800211792 139930834389856 139932299343573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3763] ppid=3694 vsize=10914144 memory=1012 CPUtime=1.38 cores=0,2,4,6
/proc/3697/task/3763/stat : 3763 (java) S 3694 3697 31421 0 -1 1077944384 1655 13187 0 0 65 65 5 3 20 0 15 0 73900102 11176083456 147568 33554432000 4194304 4196468 140734800211792 139931720538672 139932299344514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
Current children cumulated CPU time: 2403.53 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 590272 KiB

[startup+2442.3 s]
/proc/loadavg: 1.48 1.43 1.47 3/215 3964
/proc/meminfo: memFree=11968752/32770624 swapFree=67108860/67108860
[pid=3697] ppid=3694 vsize=10914144 memory=592384 CPUtime=2463.9 cores=0,2,4,6
/proc/3697/stat : 3697 (java) S 3694 3697 31421 0 -1 1077944320 202366 13187 0 0 246190 192 5 3 20 0 15 0 73900087 11176083456 148096 33554432000 4194304 4196468 140734800211792 140734800194336 139932299333367 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
/proc/3697/statm: 2728536 148096 3519 1 0 2690189 0
[pid=3697/tid=3750] ppid=3694 vsize=10914144 memory=592384 CPUtime=2432.25 cores=0,2,4,6
/proc/3697/task/3750/stat : 3750 (java) R 3694 3697 31421 0 -1 4202560 75606 13187 0 0 243191 26 5 3 20 0 15 0 73900096 11176083456 148096 33554432000 4194304 4196468 140734800211792 139932271167392 139931876307137 0 4 0 16800975 0 0 0 -1 4 0 0 53 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3751] ppid=3694 vsize=10914144 memory=592384 CPUtime=4.4 cores=0,2,4,6
/proc/3697/task/3751/stat : 3751 (java) S 3694 3697 31421 0 -1 1077944384 10212 13187 0 0 406 26 5 3 20 0 15 0 73900097 11176083456 148096 33554432000 4194304 4196468 140734800211792 139932303576080 139932299343573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3752] ppid=3694 vsize=10914144 memory=592384 CPUtime=4.38 cores=0,2,4,6
/proc/3697/task/3752/stat : 3752 (java) S 3694 3697 31421 0 -1 1077944384 12331 13187 0 0 405 25 5 3 20 0 15 0 73900097 11176083456 148096 33554432000 4194304 4196468 140734800211792 139932191849616 139932299343573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3753] ppid=3694 vsize=10914144 memory=592384 CPUtime=4.36 cores=0,2,4,6
/proc/3697/task/3753/stat : 3753 (java) S 3694 3697 31421 0 -1 1077944384 12623 13187 0 0 405 23 5 3 20 0 15 0 73900097 11176083456 148096 33554432000 4194304 4196468 140734800211792 139932190796560 139932299343573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3754] ppid=3694 vsize=10914144 memory=592384 CPUtime=4.36 cores=0,2,4,6
/proc/3697/task/3754/stat : 3754 (java) S 3694 3697 31421 0 -1 1077944384 6335 13187 0 0 406 22 5 3 20 0 15 0 73900097 11176083456 148096 33554432000 4194304 4196468 140734800211792 139932189744016 139932299343573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3755] ppid=3694 vsize=10914144 memory=592384 CPUtime=3.79 cores=0,2,4,6
/proc/3697/task/3755/stat : 3755 (java) S 3694 3697 31421 0 -1 1077944384 10580 13187 0 0 350 21 5 3 20 0 15 0 73900099 11176083456 148096 33554432000 4194304 4196468 140734800211792 139931758307568 139932299344514 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3756] ppid=3694 vsize=10914144 memory=592384 CPUtime=0.08 cores=0,2,4,6
/proc/3697/task/3756/stat : 3756 (java) S 3694 3697 31421 0 -1 1077944384 39 13187 0 0 0 0 5 3 20 0 15 0 73900099 11176083456 148096 33554432000 4194304 4196468 140734800211792 139931757253920 139932299343573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3757] ppid=3694 vsize=10914144 memory=592384 CPUtime=0.08 cores=0,2,4,6
/proc/3697/task/3757/stat : 3757 (java) S 3694 3697 31421 0 -1 1077944384 4 13187 0 0 0 0 5 3 20 0 15 0 73900099 11176083456 148096 33554432000 4194304 4196468 140734800211792 139931175346944 139932299343573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3758] ppid=3694 vsize=10914144 memory=592384 CPUtime=0.08 cores=0,2,4,6
/proc/3697/task/3758/stat : 3758 (java) S 3694 3697 31421 0 -1 1077944384 3 13187 0 0 0 0 5 3 20 0 15 0 73900102 11176083456 148096 33554432000 4194304 4196468 140734800211792 139930867947472 139932299351963 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3759] ppid=3694 vsize=10914144 memory=592384 CPUtime=3.85 cores=0,2,4,6
/proc/3697/task/3759/stat : 3759 (java) S 3694 3697 31421 0 -1 1077944384 31597 13187 0 0 373 4 5 3 20 0 15 0 73900102 11176083456 148096 33554432000 4194304 4196468 140734800211792 139931723696880 139932299344514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3760] ppid=3694 vsize=10914144 memory=592384 CPUtime=3.99 cores=0,2,4,6
/proc/3697/task/3760/stat : 3760 (java) S 3694 3697 31421 0 -1 1077944384 20222 13187 0 0 389 2 5 3 20 0 15 0 73900102 11176083456 148096 33554432000 4194304 4196468 140734800211792 139931722644336 139932299344514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3761] ppid=3694 vsize=10914144 memory=4140 CPUtime=1.71 cores=0,2,4,6
/proc/3697/task/3761/stat : 3761 (java) S 3694 3697 31421 0 -1 1077944384 18951 13187 0 0 160 3 5 3 20 0 15 0 73900102 11176083456 148096 33554432000 4194304 4196468 140734800211792 139931721591280 139932299344514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3762] ppid=3694 vsize=10914144 memory=592384 CPUtime=0.08 cores=0,2,4,6
/proc/3697/task/3762/stat : 3762 (java) S 3694 3697 31421 0 -1 1077944384 3 13187 0 0 0 0 5 3 20 0 15 0 73900102 11176083456 148096 33554432000 4194304 4196468 140734800211792 139930834389856 139932299343573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3763] ppid=3694 vsize=10914144 memory=592384 CPUtime=1.42 cores=0,2,4,6
/proc/3697/task/3763/stat : 3763 (java) S 3694 3697 31421 0 -1 1077944384 1672 13187 0 0 67 67 5 3 20 0 15 0 73900102 11176083456 148096 33554432000 4194304 4196468 140734800211792 139931720538672 139932299344514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
Current children cumulated CPU time: 2463.9 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 592384 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2498.2 s]
/proc/loadavg: 1.41 1.42 1.47 3/215 3965
/proc/meminfo: memFree=11974976/32770624 swapFree=67108860/67108860
[pid=3697] ppid=3694 vsize=10914144 memory=585716 CPUtime=2520.08 cores=0,2,4,6
/proc/3697/stat : 3697 (java) S 3694 3697 31421 0 -1 1077944320 203396 13187 0 0 251804 196 5 3 20 0 15 0 73900087 11176083456 146429 33554432000 4194304 4196468 140734800211792 140734800194336 139932299333367 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
/proc/3697/statm: 2728536 146429 3519 1 0 2690189 0
[pid=3697/tid=3750] ppid=3694 vsize=10914144 memory=288230583166042426 CPUtime=2487.96 cores=0,2,4,6
/proc/3697/task/3750/stat : 3750 (java) R 3694 3697 31421 0 -1 4202560 75951 13187 0 0 248762 26 5 3 20 0 15 0 73900096 11176083456 146429 33554432000 4194304 4196468 140734800211792 139932271167424 139931878040626 0 4 0 16800975 0 0 0 -1 4 0 0 53 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3751] ppid=3694 vsize=10914144 memory=13850759267617157 CPUtime=4.48 cores=0,2,4,6
/proc/3697/task/3751/stat : 3751 (java) S 3694 3697 31421 0 -1 1077944384 10467 13187 0 0 414 26 5 3 20 0 15 0 73900097 11176083456 146429 33554432000 4194304 4196468 140734800211792 139932303576080 139932299343573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3752] ppid=3694 vsize=10914144 memory=792 CPUtime=4.47 cores=0,2,4,6
/proc/3697/task/3752/stat : 3752 (java) S 3694 3697 31421 0 -1 1077944384 12354 13187 0 0 414 25 5 3 20 0 15 0 73900097 11176083456 146429 33554432000 4194304 4196468 140734800211792 139932191849616 139932299343573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3753] ppid=3694 vsize=10914144 memory=1952 CPUtime=4.46 cores=0,2,4,6
/proc/3697/task/3753/stat : 3753 (java) S 3694 3697 31421 0 -1 1077944384 12711 13187 0 0 414 24 5 3 20 0 15 0 73900097 11176083456 146429 33554432000 4194304 4196468 140734800211792 139932190796560 139932299343573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3754] ppid=3694 vsize=10914144 memory=1232 CPUtime=4.46 cores=0,2,4,6
/proc/3697/task/3754/stat : 3754 (java) S 3694 3697 31421 0 -1 1077944384 6430 13187 0 0 415 23 5 3 20 0 15 0 73900097 11176083456 146429 33554432000 4194304 4196468 140734800211792 139932189744016 139932299343573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3755] ppid=3694 vsize=10914144 memory=8540 CPUtime=3.86 cores=0,2,4,6
/proc/3697/task/3755/stat : 3755 (java) S 3694 3697 31421 0 -1 1077944384 10780 13187 0 0 357 21 5 3 20 0 15 0 73900099 11176083456 146429 33554432000 4194304 4196468 140734800211792 139931758307568 139932299344514 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3756] ppid=3694 vsize=10914144 memory=1712 CPUtime=0.08 cores=0,2,4,6
/proc/3697/task/3756/stat : 3756 (java) S 3694 3697 31421 0 -1 1077944384 39 13187 0 0 0 0 5 3 20 0 15 0 73900099 11176083456 146429 33554432000 4194304 4196468 140734800211792 139931757253920 139932299343573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3757] ppid=3694 vsize=10914144 memory=5412 CPUtime=0.08 cores=0,2,4,6
/proc/3697/task/3757/stat : 3757 (java) S 3694 3697 31421 0 -1 1077944384 4 13187 0 0 0 0 5 3 20 0 15 0 73900099 11176083456 146429 33554432000 4194304 4196468 140734800211792 139931175346944 139932299343573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3758] ppid=3694 vsize=10914144 memory=4612 CPUtime=0.08 cores=0,2,4,6
/proc/3697/task/3758/stat : 3758 (java) S 3694 3697 31421 0 -1 1077944384 3 13187 0 0 0 0 5 3 20 0 15 0 73900102 11176083456 146429 33554432000 4194304 4196468 140734800211792 139930867947472 139932299351963 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3759] ppid=3694 vsize=10914144 memory=1012 CPUtime=3.85 cores=0,2,4,6
/proc/3697/task/3759/stat : 3759 (java) S 3694 3697 31421 0 -1 1077944384 31599 13187 0 0 373 4 5 3 20 0 15 0 73900102 11176083456 146429 33554432000 4194304 4196468 140734800211792 139931723696880 139932299344514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3760] ppid=3694 vsize=10914144 memory=1436 CPUtime=3.99 cores=0,2,4,6
/proc/3697/task/3760/stat : 3760 (java) S 3694 3697 31421 0 -1 1077944384 20224 13187 0 0 389 2 5 3 20 0 15 0 73900102 11176083456 146429 33554432000 4194304 4196468 140734800211792 139931722644336 139932299344514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3761] ppid=3694 vsize=10914144 memory=1200 CPUtime=1.71 cores=0,2,4,6
/proc/3697/task/3761/stat : 3761 (java) S 3694 3697 31421 0 -1 1077944384 18953 13187 0 0 160 3 5 3 20 0 15 0 73900102 11176083456 146429 33554432000 4194304 4196468 140734800211792 139931721591280 139932299344514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3762] ppid=3694 vsize=10914144 memory=585716 CPUtime=0.08 cores=0,2,4,6
/proc/3697/task/3762/stat : 3762 (java) S 3694 3697 31421 0 -1 1077944384 3 13187 0 0 0 0 5 3 20 0 15 0 73900102 11176083456 146429 33554432000 4194304 4196468 140734800211792 139930834389856 139932299343573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
[pid=3697/tid=3763] ppid=3694 vsize=10914144 memory=1836 CPUtime=1.45 cores=0,2,4,6
/proc/3697/task/3763/stat : 3763 (java) S 3694 3697 31421 0 -1 1077944384 1690 13187 0 0 68 69 5 3 20 0 15 0 73900102 11176083456 146429 33554432000 4194304 4196468 140734800211792 139931720538672 139932299344514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16560128 140734800218283 140734800221532 140734800221532 140734800224207 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 585716 KiB

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

[startup+2498.23 s]
# the end of solver process 3697 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.12 s, system=2.00405 s

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

Child status: 143
Real time (s): 2498.23
CPU time (s): 2520.12
CPU user time (s): 2518.12
CPU system time (s): 2.00405
CPU usage (%): 100.876
Max. virtual memory (cumulated for all children) (KiB): 10916952
Max. memory (cumulated for all children) (KiB): 763848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.12
system time used= 2.00405
maximum resident set size= 765900
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 217579
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 137384
involuntary context switches= 5784


# summary of solver processes directly reported to runsolver:
#   pid: 3697
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2518.12
#   total CPU system time (s): 2.00405

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.2171 second user time and 24.0696 second system time

The end

Launcher Data

Begin job on node107 at 2018-07-26 02:02:49
IDJOB=4295494
IDBENCH=141559
IDSOLVER=2751
FILE ID=node107/4295494-1532563369
RUNJOBID= node107-1532543154-31452
PBS_JOBID= 21021952
Free space on /tmp= 54500 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/MagicHexagon/MagicHexagon-05-m003_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295494-1532563369/watcher-4295494-1532563369 -o /tmp/evaluation-result-4295494-1532563369/solver-4295494-1532563369 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532543154-31452 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1795217415 -superng HOME/instance-4295494-1532563369.xml

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

MD5SUM BENCH= 11e14450858ef922a4bcb0797a1233a1
RANDOM SEED=1795217415

node107.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.40
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.40
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.40
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.40
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:        12578692 kB
MemAvailable:   31507016 kB
Buffers:          288652 kB
Cached:         18759464 kB
SwapCached:            0 kB
Active:          4692436 kB
Inactive:       14832400 kB
Active(anon):     479844 kB
Inactive(anon):    25036 kB
Active(file):    4212592 kB
Inactive(file): 14807364 kB
Unevictable:        7168 kB
Mlocked:            7168 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26456 kB
Writeback:             4 kB
AnonPages:        484212 kB
Mapped:            53396 kB
Shmem:             25228 kB
Slab:             364088 kB
SReclaimable:     336828 kB
SUnreclaim:        27260 kB
KernelStack:        3504 kB
PageTables:         6620 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1313536 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    249856 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 54472 MiB
End job on node107 at 2018-07-26 02:44:27