Trace number 4295664

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 2018-06-13? (TO) 2520.12 2475.44

General information on the benchmark

NameFrb/
frb-50-23-2-mgd_c18.xml
MD5SUM747f749c43313802f4a8e2c3a16b0378
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 benchmark844.678
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints445
Number of domains1
Minimum domain size23
Maximum domain size23
Distribution of domain sizes[{"size":23,"count":50}]
Minimum variable degree10
Maximum variable degree27
Distribution of variable degrees[{"degree":10,"count":1},{"degree":11,"count":1},{"degree":12,"count":1},{"degree":14,"count":2},{"degree":15,"count":4},{"degree":16,"count":10},{"degree":17,"count":5},{"degree":18,"count":8},{"degree":19,"count":5},{"degree":20,"count":3},{"degree":21,"count":3},{"degree":22,"count":4},{"degree":23,"count":1},{"degree":24,"count":1},{"degree":27,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":445}]
Number of extensional constraints445
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":445}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295664-1532590085/watcher-4295664-1532590085 -o /tmp/evaluation-result-4295664-1532590085/solver-4295664-1532590085 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532582651-32660 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=561445166 HOME/instance-4295664-1532590085.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=1530, runsolver pid=1527
Current StackSize limit: 8192 KiB


[startup+0.100123 s]*
/proc/loadavg: 1.47 1.36 1.38 4/206 1589
/proc/meminfo: memFree=11804676/32770624 swapFree=67108860/67108860
[pid=1530] ppid=1527 vsize=9972712 memory=18324 CPUtime=0.09 cores=0,2,4,6
/proc/1530/stat : 1530 (java) S 1527 1530 32629 0 -1 1077944320 4218 13231 0 0 1 0 5 3 20 0 6 0 76571676 10212057088 4581 33554432000 4194304 4196468 140731020784768 140731020767312 140605124128503 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
/proc/1530/statm: 2493178 4581 1930 1 0 2481616 0
[pid=1530/tid=1583] ppid=1527 vsize=9972712 memory=-8171376296011865461 CPUtime=0.09 cores=0,2,4,6
/proc/1530/task/1583/stat : 1583 (java) R 1527 1530 32629 0 -1 4202560 2051 13231 0 0 1 0 5 3 20 0 6 0 76571685 10212057088 4581 33554432000 4194304 4196468 140731020784768 140605095965264 140605109810995 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1584] ppid=1527 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/1530/task/1584/stat : 1584 (java) S 1527 1530 32629 0 -1 1077944384 2 13231 0 0 0 0 5 3 20 0 6 0 76571686 10212057088 4581 33554432000 4194304 4196468 140731020784768 140605128371088 140605124138709 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1587] ppid=1527 vsize=9972712 memory=140521320347264 CPUtime=0.08 cores=0,2,4,6
/proc/1530/task/1587/stat : 1587 (java) S 1527 1530 32629 0 -1 1077944384 1 13231 0 0 0 0 5 3 20 0 6 0 76571686 10212057088 4581 33554432000 4194304 4196468 140731020784768 140605016644368 140605124138709 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1588] ppid=1527 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1530/task/1588/stat : 1588 (java) S 1527 1530 32629 0 -1 1077944384 2 13231 0 0 0 0 5 3 20 0 6 0 76571686 10212057088 4581 33554432000 4194304 4196468 140731020784768 140604696685712 140605124138709 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1589] ppid=1527 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/1530/task/1589/stat : 1589 (java) S 1527 1530 32629 0 -1 1077944384 2 13231 0 0 0 0 5 3 20 0 6 0 76571686 10212057088 4581 33554432000 4194304 4196468 140731020784768 140604695632912 140605124138709 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18324 KiB

[startup+0.209946 s]*
/proc/loadavg: 1.47 1.36 1.38 3/215 1599
/proc/meminfo: memFree=11781692/32770624 swapFree=67108860/67108860
[pid=1530] ppid=1527 vsize=10818856 memory=44036 CPUtime=0.27 cores=0,2,4,6
/proc/1530/stat : 1530 (java) S 1527 1530 32629 0 -1 1077944320 8362 13231 0 0 17 2 5 3 20 0 15 0 76571676 11078508544 11009 33554432000 4194304 4196468 140731020784768 140731020767312 140605124128503 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
/proc/1530/statm: 2704714 11009 2973 1 0 2667149 0
[pid=1530/tid=1583] ppid=1527 vsize=10818856 memory=8389772277269004345 CPUtime=0.19 cores=0,2,4,6
/proc/1530/task/1583/stat : 1583 (java) R 1527 1530 32629 0 -1 4202560 4871 13231 0 0 10 1 5 3 20 0 15 0 76571685 11078508544 11009 33554432000 4194304 4196468 140731020784768 140605095926160 140605109822407 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1584] ppid=1527 vsize=10818856 memory=4294967638 CPUtime=0.08 cores=0,2,4,6
/proc/1530/task/1584/stat : 1584 (java) S 1527 1530 32629 0 -1 1077944384 2 13231 0 0 0 0 5 3 20 0 15 0 76571686 11078508544 11009 33554432000 4194304 4196468 140731020784768 140605128371088 140605124138709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1587] ppid=1527 vsize=10818856 memory=140521320367544 CPUtime=0.08 cores=0,2,4,6
/proc/1530/task/1587/stat : 1587 (java) S 1527 1530 32629 0 -1 1077944384 1 13231 0 0 0 0 5 3 20 0 15 0 76571686 11078508544 11009 33554432000 4194304 4196468 140731020784768 140605016644368 140605124138709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1588] ppid=1527 vsize=10818856 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1530/task/1588/stat : 1588 (java) S 1527 1530 32629 0 -1 1077944384 2 13231 0 0 0 0 5 3 20 0 15 0 76571686 11078508544 11009 33554432000 4194304 4196468 140731020784768 140604696685712 140605124138709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1589] ppid=1527 vsize=10818856 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/1530/task/1589/stat : 1589 (java) S 1527 1530 32629 0 -1 1077944384 2 13231 0 0 0 0 5 3 20 0 15 0 76571686 11078508544 11009 33554432000 4194304 4196468 140731020784768 140604695632912 140605124138709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1590] ppid=1527 vsize=10818856 memory=140521320347264 CPUtime=0.08 cores=0,2,4,6
/proc/1530/task/1590/stat : 1590 (java) S 1527 1530 32629 0 -1 1077944384 2 13231 0 0 0 0 5 3 20 0 15 0 76571687 11078508544 11009 33554432000 4194304 4196468 140731020784768 140604583700592 140605124139650 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1591] ppid=1527 vsize=10818856 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/1530/task/1591/stat : 1591 (java) S 1527 1530 32629 0 -1 1077944384 33 13231 0 0 0 0 5 3 20 0 15 0 76571688 11078508544 11009 33554432000 4194304 4196468 140731020784768 140604582646560 140605124138709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1592] ppid=1527 vsize=10818856 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1530/task/1592/stat : 1592 (java) S 1527 1530 32629 0 -1 1077944384 1 13231 0 0 0 0 5 3 20 0 15 0 76571688 11078508544 11009 33554432000 4194304 4196468 140731020784768 140604478579824 140605124138709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1593] ppid=1527 vsize=10818856 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1530/task/1593/stat : 1593 (java) S 1527 1530 32629 0 -1 1077944384 2 13231 0 0 0 0 5 3 20 0 15 0 76571691 11078508544 11009 33554432000 4194304 4196468 140731020784768 140603874601040 140605124147099 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1594] ppid=1527 vsize=10818856 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/1530/task/1594/stat : 1594 (java) S 1527 1530 32629 0 -1 1077944384 537 13231 0 0 1 0 5 3 20 0 15 0 76571691 11078508544 11009 33554432000 4194304 4196468 140731020784768 140604549089904 140605124139650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1595] ppid=1527 vsize=10818856 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/1530/task/1595/stat : 1595 (java) S 1527 1530 32629 0 -1 1077944384 66 13231 0 0 1 0 5 3 20 0 15 0 76571691 11078508544 11009 33554432000 4194304 4196468 140731020784768 140604548037104 140605124139650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1596] ppid=1527 vsize=10818856 memory=140521320347264 CPUtime=0.11 cores=0,2,4,6
/proc/1530/task/1596/stat : 1596 (java) S 1527 1530 32629 0 -1 1077944384 654 13231 0 0 3 0 5 3 20 0 15 0 76571691 11078508544 11009 33554432000 4194304 4196468 140731020784768 140604546984816 140605124139650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1598] ppid=1527 vsize=10818856 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/1530/task/1598/stat : 1598 (java) S 1527 1530 32629 0 -1 1077944384 3 13231 0 0 0 0 5 3 20 0 15 0 76571691 11078508544 11009 33554432000 4194304 4196468 140731020784768 140603404839904 140605124138709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1599] ppid=1527 vsize=10818856 memory=140521320347264 CPUtime=0.08 cores=0,2,4,6
/proc/1530/task/1599/stat : 1599 (java) S 1527 1530 32629 0 -1 1077944384 1 13231 0 0 0 0 5 3 20 0 15 0 76571691 11078508544 11009 33554432000 4194304 4196468 140731020784768 140604445022640 140605124139650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10818856 KiB
Current children cumulated memory: 44036 KiB

[startup+0.310447 s]*
/proc/loadavg: 1.47 1.36 1.38 3/215 1599
/proc/meminfo: memFree=11771024/32770624 swapFree=67108860/67108860
[pid=1530] ppid=1527 vsize=10819352 memory=55448 CPUtime=0.38 cores=0,2,4,6
/proc/1530/stat : 1530 (java) S 1527 1530 32629 0 -1 1077944320 10368 13231 0 0 28 2 5 3 20 0 15 0 76571676 11079016448 13862 33554432000 4194304 4196468 140731020784768 140731020767312 140605124128503 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
/proc/1530/statm: 2704838 13862 3118 1 0 2667149 0
[pid=1530/tid=1583] ppid=1527 vsize=10819352 memory=281042392973552 CPUtime=0.29 cores=0,2,4,6
/proc/1530/task/1583/stat : 1583 (java) R 1527 1530 32629 0 -1 4202560 6878 13231 0 0 19 2 5 3 20 0 15 0 76571685 11079016448 13908 33554432000 4194304 4196468 140731020784768 140605095940512 140605108208990 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1584] ppid=1527 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1530/task/1584/stat : 1584 (java) S 1527 1530 32629 0 -1 1077944384 2 13231 0 0 0 0 5 3 20 0 15 0 76571686 11079016448 13908 33554432000 4194304 4196468 140731020784768 140605128371088 140605124138709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1587] ppid=1527 vsize=10819352 memory=140521196586479 CPUtime=0.08 cores=0,2,4,6
/proc/1530/task/1587/stat : 1587 (java) S 1527 1530 32629 0 -1 1077944384 1 13231 0 0 0 0 5 3 20 0 15 0 76571686 11079016448 13908 33554432000 4194304 4196468 140731020784768 140605016644368 140605124138709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1588] ppid=1527 vsize=10819352 memory=140521196590342 CPUtime=0.08 cores=0,2,4,6
/proc/1530/task/1588/stat : 1588 (java) S 1527 1530 32629 0 -1 1077944384 2 13231 0 0 0 0 5 3 20 0 15 0 76571686 11079016448 13908 33554432000 4194304 4196468 140731020784768 140604696685712 140605124138709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1589] ppid=1527 vsize=10819352 memory=140521196591119 CPUtime=0.08 cores=0,2,4,6
/proc/1530/task/1589/stat : 1589 (java) S 1527 1530 32629 0 -1 1077944384 2 13231 0 0 0 0 5 3 20 0 15 0 76571686 11079016448 13908 33554432000 4194304 4196468 140731020784768 140604695632912 140605124138709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1590] ppid=1527 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1530/task/1590/stat : 1590 (java) S 1527 1530 32629 0 -1 1077944384 2 13231 0 0 0 0 5 3 20 0 15 0 76571687 11079016448 13908 33554432000 4194304 4196468 140731020784768 140604583700592 140605124139650 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1591] ppid=1527 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/1530/task/1591/stat : 1591 (java) S 1527 1530 32629 0 -1 1077944384 33 13231 0 0 0 0 5 3 20 0 15 0 76571688 11079016448 13908 33554432000 4194304 4196468 140731020784768 140604582646560 140605124138709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1592] ppid=1527 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1530/task/1592/stat : 1592 (java) S 1527 1530 32629 0 -1 1077944384 1 13231 0 0 0 0 5 3 20 0 15 0 76571688 11079016448 13908 33554432000 4194304 4196468 140731020784768 140604478579824 140605124138709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1593] ppid=1527 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1530/task/1593/stat : 1593 (java) S 1527 1530 32629 0 -1 1077944384 2 13231 0 0 0 0 5 3 20 0 15 0 76571691 11079016448 13908 33554432000 4194304 4196468 140731020784768 140603874601040 140605124147099 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1594] ppid=1527 vsize=10819352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/1530/task/1594/stat : 1594 (java) S 1527 1530 32629 0 -1 1077944384 537 13231 0 0 1 0 5 3 20 0 15 0 76571691 11079016448 13908 33554432000 4194304 4196468 140731020784768 140604549089904 140605124139650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1595] ppid=1527 vsize=10819352 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/1530/task/1595/stat : 1595 (java) S 1527 1530 32629 0 -1 1077944384 67 13231 0 0 1 0 5 3 20 0 15 0 76571691 11079016448 13908 33554432000 4194304 4196468 140731020784768 140604548037104 140605124139650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1596] ppid=1527 vsize=10819352 memory=140521320347264 CPUtime=0.13 cores=0,2,4,6
/proc/1530/task/1596/stat : 1596 (java) S 1527 1530 32629 0 -1 1077944384 666 13231 0 0 5 0 5 3 20 0 15 0 76571691 11079016448 13908 33554432000 4194304 4196468 140731020784768 140604546984816 140605124139650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1598] ppid=1527 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/1530/task/1598/stat : 1598 (java) S 1527 1530 32629 0 -1 1077944384 3 13231 0 0 0 0 5 3 20 0 15 0 76571691 11079016448 13908 33554432000 4194304 4196468 140731020784768 140603404839904 140605124138709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1599] ppid=1527 vsize=10819352 memory=140521320347264 CPUtime=0.08 cores=0,2,4,6
/proc/1530/task/1599/stat : 1599 (java) S 1527 1530 32629 0 -1 1077944384 1 13231 0 0 0 0 5 3 20 0 15 0 76571691 11079016448 13908 33554432000 4194304 4196468 140731020784768 140604445022640 140605124139650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 55448 KiB

[startup+0.700726 s]
/proc/loadavg: 1.47 1.36 1.38 3/215 1599
/proc/meminfo: memFree=11759240/32770624 swapFree=67108860/67108860
[pid=1530] ppid=1527 vsize=10819352 memory=88588 CPUtime=0.99 cores=0,2,4,6
/proc/1530/stat : 1530 (java) S 1527 1530 32629 0 -1 1077944320 16807 13231 0 0 87 4 5 3 20 0 15 0 76571676 11079016448 22147 33554432000 4194304 4196468 140731020784768 140731020767312 140605124128503 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
/proc/1530/statm: 2704838 22147 3247 1 0 2667149 0
[pid=1530/tid=1583] ppid=1527 vsize=10819352 memory=140521320346097 CPUtime=0.67 cores=0,2,4,6
/proc/1530/task/1583/stat : 1583 (java) R 1527 1530 32629 0 -1 4202560 12376 13231 0 0 56 3 5 3 20 0 15 0 76571685 11079016448 22147 33554432000 4194304 4196468 140731020784768 140605095922016 140605108208990 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1584] ppid=1527 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1530/task/1584/stat : 1584 (java) S 1527 1530 32629 0 -1 1077944384 2 13231 0 0 0 0 5 3 20 0 15 0 76571686 11079016448 22147 33554432000 4194304 4196468 140731020784768 140605128371088 140605124138709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1587] ppid=1527 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1530/task/1587/stat : 1587 (java) S 1527 1530 32629 0 -1 1077944384 1 13231 0 0 0 0 5 3 20 0 15 0 76571686 11079016448 22147 33554432000 4194304 4196468 140731020784768 140605016644368 140605124138709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1588] ppid=1527 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1530/task/1588/stat : 1588 (java) S 1527 1530 32629 0 -1 1077944384 2 13231 0 0 0 0 5 3 20 0 15 0 76571686 11079016448 22147 33554432000 4194304 4196468 140731020784768 140604696685712 140605124138709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1589] ppid=1527 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1530/task/1589/stat : 1589 (java) S 1527 1530 32629 0 -1 1077944384 2 13231 0 0 0 0 5 3 20 0 15 0 76571686 11079016448 22147 33554432000 4194304 4196468 140731020784768 140604695632912 140605124138709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1590] ppid=1527 vsize=10819352 memory=2622681515777 CPUtime=0.08 cores=0,2,4,6
/proc/1530/task/1590/stat : 1590 (java) S 1527 1530 32629 0 -1 1077944384 5 13231 0 0 0 0 5 3 20 0 15 0 76571687 11079016448 22147 33554432000 4194304 4196468 140731020784768 140604583700592 140605124139650 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1591] ppid=1527 vsize=10819352 memory=206042891 CPUtime=0.08 cores=0,2,4,6
/proc/1530/task/1591/stat : 1591 (java) S 1527 1530 32629 0 -1 1077944384 33 13231 0 0 0 0 5 3 20 0 15 0 76571688 11079016448 22147 33554432000 4194304 4196468 140731020784768 140604582646560 140605124138709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1592] ppid=1527 vsize=10819352 memory=-7886167514736700194 CPUtime=0.08 cores=0,2,4,6
/proc/1530/task/1592/stat : 1592 (java) S 1527 1530 32629 0 -1 1077944384 1 13231 0 0 0 0 5 3 20 0 15 0 76571688 11079016448 22147 33554432000 4194304 4196468 140731020784768 140604478579824 140605124138709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1593] ppid=1527 vsize=10819352 memory=7594570223111460195 CPUtime=0.08 cores=0,2,4,6
/proc/1530/task/1593/stat : 1593 (java) S 1527 1530 32629 0 -1 1077944384 2 13231 0 0 0 0 5 3 20 0 15 0 76571691 11079016448 22147 33554432000 4194304 4196468 140731020784768 140603874601040 140605124147099 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1594] ppid=1527 vsize=10819352 memory=1428 CPUtime=0.17 cores=0,2,4,6
/proc/1530/task/1594/stat : 1594 (java) S 1527 1530 32629 0 -1 1077944384 1116 13231 0 0 9 0 5 3 20 0 15 0 76571691 11079016448 22147 33554432000 4194304 4196468 140731020784768 140604549089904 140605124139650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1595] ppid=1527 vsize=10819352 memory=15876 CPUtime=0.15 cores=0,2,4,6
/proc/1530/task/1595/stat : 1595 (java) S 1527 1530 32629 0 -1 1077944384 331 13231 0 0 7 0 5 3 20 0 15 0 76571691 11079016448 22147 33554432000 4194304 4196468 140731020784768 140604548037104 140605124139650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1596] ppid=1527 vsize=10819352 memory=4100 CPUtime=0.21 cores=0,2,4,6
/proc/1530/task/1596/stat : 1596 (java) S 1527 1530 32629 0 -1 1077944384 744 13231 0 0 13 0 5 3 20 0 15 0 76571691 11079016448 22147 33554432000 4194304 4196468 140731020784768 140604546984816 140605124139650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1598] ppid=1527 vsize=10819352 memory=16436 CPUtime=0.08 cores=0,2,4,6
/proc/1530/task/1598/stat : 1598 (java) S 1527 1530 32629 0 -1 1077944384 3 13231 0 0 0 0 5 3 20 0 15 0 76571691 11079016448 22147 33554432000 4194304 4196468 140731020784768 140603404839904 140605124138709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1599] ppid=1527 vsize=10819352 memory=13372 CPUtime=0.08 cores=0,2,4,6
/proc/1530/task/1599/stat : 1599 (java) S 1527 1530 32629 0 -1 1077944384 1 13231 0 0 0 0 5 3 20 0 15 0 76571691 11079016448 22147 33554432000 4194304 4196468 140731020784768 140604445022640 140605124139650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 88588 KiB

[startup+1.50069 s]
/proc/loadavg: 1.47 1.36 1.38 3/215 1599
/proc/meminfo: memFree=11710264/32770624 swapFree=67108860/67108860
[pid=1530] ppid=1527 vsize=10832204 memory=213840 CPUtime=2.92 cores=0,2,4,6
/proc/1530/stat : 1530 (java) S 1527 1530 32629 0 -1 1077944320 24189 13231 0 0 274 10 5 3 20 0 15 0 76571676 11092176896 53460 33554432000 4194304 4196468 140731020784768 140731020767312 140605124128503 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
/proc/1530/statm: 2708051 53460 3450 1 0 2669709 0
[pid=1530/tid=1583] ppid=1527 vsize=10832204 memory=2600 CPUtime=1.46 cores=0,2,4,6
/proc/1530/task/1583/stat : 1583 (java) R 1527 1530 32629 0 -1 4202560 16979 13231 0 0 131 7 5 3 20 0 15 0 76571685 11092176896 53460 33554432000 4194304 4196468 140731020784768 140605095950816 140605124150429 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1584] ppid=1527 vsize=10832204 memory=2600 CPUtime=0.08 cores=0,2,4,6
/proc/1530/task/1584/stat : 1584 (java) S 1527 1530 32629 0 -1 1077944384 2 13231 0 0 0 0 5 3 20 0 15 0 76571686 11092176896 53460 33554432000 4194304 4196468 140731020784768 140605128371088 140605124138709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1587] ppid=1527 vsize=10832204 memory=8112282956445269571 CPUtime=0.08 cores=0,2,4,6
/proc/1530/task/1587/stat : 1587 (java) S 1527 1530 32629 0 -1 1077944384 1 13231 0 0 0 0 5 3 20 0 15 0 76571686 11092176896 53460 33554432000 4194304 4196468 140731020784768 140605016644368 140605124138709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1588] ppid=1527 vsize=10832204 memory=6655300316396806240 CPUtime=0.08 cores=0,2,4,6
/proc/1530/task/1588/stat : 1588 (java) S 1527 1530 32629 0 -1 1077944384 2 13231 0 0 0 0 5 3 20 0 15 0 76571686 11092176896 53460 33554432000 4194304 4196468 140731020784768 140604696685712 140605124138709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1589] ppid=1527 vsize=10832204 memory=6944652177228980320 CPUtime=0.08 cores=0,2,4,6
/proc/1530/task/1589/stat : 1589 (java) S 1527 1530 32629 0 -1 1077944384 2 13231 0 0 0 0 5 3 20 0 15 0 76571686 11092176896 53460 33554432000 4194304 4196468 140731020784768 140604695632912 140605124138709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1590] ppid=1527 vsize=10832204 memory=55 CPUtime=0.08 cores=0,2,4,6
/proc/1530/task/1590/stat : 1590 (java) S 1527 1530 32629 0 -1 1077944384 15 13231 0 0 0 0 5 3 20 0 15 0 76571687 11092176896 53460 33554432000 4194304 4196468 140731020784768 140604583700592 140605124139650 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1591] ppid=1527 vsize=10832204 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1530/task/1591/stat : 1591 (java) S 1527 1530 32629 0 -1 1077944384 33 13231 0 0 0 0 5 3 20 0 15 0 76571688 11092176896 53460 33554432000 4194304 4196468 140731020784768 140604582646560 140605124138709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1592] ppid=1527 vsize=10832204 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1530/task/1592/stat : 1592 (java) S 1527 1530 32629 0 -1 1077944384 1 13231 0 0 0 0 5 3 20 0 15 0 76571688 11092176896 53460 33554432000 4194304 4196468 140731020784768 140604478579824 140605124138709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1593] ppid=1527 vsize=10832204 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1530/task/1593/stat : 1593 (java) S 1527 1530 32629 0 -1 1077944384 2 13231 0 0 0 0 5 3 20 0 15 0 76571691 11092176896 53460 33554432000 4194304 4196468 140731020784768 140603874601040 140605124147099 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1594] ppid=1527 vsize=10832204 memory=0 CPUtime=0.59 cores=0,2,4,6
/proc/1530/task/1594/stat : 1594 (java) S 1527 1530 32629 0 -1 1077944384 1995 13231 0 0 51 0 5 3 20 0 15 0 76571691 11092176896 53460 33554432000 4194304 4196468 140731020784768 140604549089904 140605124139650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1595] ppid=1527 vsize=10832204 memory=0 CPUtime=0.55 cores=0,2,4,6
/proc/1530/task/1595/stat : 1595 (java) S 1527 1530 32629 0 -1 1077944384 1147 13231 0 0 47 0 5 3 20 0 15 0 76571691 11092176896 53460 33554432000 4194304 4196468 140731020784768 140604548037104 140605124139650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1596] ppid=1527 vsize=10832204 memory=0 CPUtime=0.51 cores=0,2,4,6
/proc/1530/task/1596/stat : 1596 (java) S 1527 1530 32629 0 -1 1077944384 1816 13231 0 0 43 0 5 3 20 0 15 0 76571691 11092176896 53460 33554432000 4194304 4196468 140731020784768 140604546984816 140605124139650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1598] ppid=1527 vsize=10832204 memory=-1891255765032775953 CPUtime=0.08 cores=0,2,4,6
/proc/1530/task/1598/stat : 1598 (java) S 1527 1530 32629 0 -1 1077944384 3 13231 0 0 0 0 5 3 20 0 15 0 76571691 11092176896 53460 33554432000 4194304 4196468 140731020784768 140603404839904 140605124138709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1599] ppid=1527 vsize=10832204 memory=7524214608952386416 CPUtime=0.08 cores=0,2,4,6
/proc/1530/task/1599/stat : 1599 (java) S 1527 1530 32629 0 -1 1077944384 3 13231 0 0 0 0 5 3 20 0 15 0 76571691 11092176896 53460 33554432000 4194304 4196468 140731020784768 140604445022640 140605124139650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
Current children cumulated CPU time: 2.92 s
Current children cumulated vsize: 10832204 KiB

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

/proc/1530/task/1583/stat : 1583 (java) R 1527 1530 32629 0 -1 4202560 90035 13231 0 0 229501 53 5 3 20 0 15 0 76571685 11176083456 263102 33554432000 4194304 4196468 140731020784768 140605095962720 140604707765016 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1584] ppid=1527 vsize=10914144 memory=1052408 CPUtime=11.79 cores=0,2,4,6
/proc/1530/task/1584/stat : 1584 (java) S 1527 1530 32629 0 -1 1077944384 16799 13231 0 0 1114 57 5 3 20 0 15 0 76571686 11176083456 263102 33554432000 4194304 4196468 140731020784768 140605128371088 140605124138709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1587] ppid=1527 vsize=10914144 memory=1052408 CPUtime=11.78 cores=0,2,4,6
/proc/1530/task/1587/stat : 1587 (java) S 1527 1530 32629 0 -1 1077944384 17355 13231 0 0 1113 57 5 3 20 0 15 0 76571686 11176083456 263102 33554432000 4194304 4196468 140731020784768 140605016644368 140605124138709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1588] ppid=1527 vsize=10914144 memory=1052408 CPUtime=11.76 cores=0,2,4,6
/proc/1530/task/1588/stat : 1588 (java) S 1527 1530 32629 0 -1 1077944384 17252 13231 0 0 1109 59 5 3 20 0 15 0 76571686 11176083456 263102 33554432000 4194304 4196468 140731020784768 140604696685712 140605124138709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1589] ppid=1527 vsize=10914144 memory=1052408 CPUtime=11.79 cores=0,2,4,6
/proc/1530/task/1589/stat : 1589 (java) S 1527 1530 32629 0 -1 1077944384 11808 13231 0 0 1109 62 5 3 20 0 15 0 76571686 11176083456 263102 33554432000 4194304 4196468 140731020784768 140604695632912 140605124138709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1590] ppid=1527 vsize=10914144 memory=164 CPUtime=11.08 cores=0,2,4,6
/proc/1530/task/1590/stat : 1590 (java) S 1527 1530 32629 0 -1 1077944384 15431 13231 0 0 1045 55 5 3 20 0 15 0 76571687 11176083456 263102 33554432000 4194304 4196468 140731020784768 140604583700592 140605124139650 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1591] ppid=1527 vsize=10914144 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1530/task/1591/stat : 1591 (java) S 1527 1530 32629 0 -1 1077944384 56 13231 0 0 0 0 5 3 20 0 15 0 76571688 11176083456 263102 33554432000 4194304 4196468 140731020784768 140604582646624 140605124138709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1592] ppid=1527 vsize=10914144 memory=13408 CPUtime=0.08 cores=0,2,4,6
/proc/1530/task/1592/stat : 1592 (java) S 1527 1530 32629 0 -1 1077944384 2 13231 0 0 0 0 5 3 20 0 15 0 76571688 11176083456 263102 33554432000 4194304 4196468 140731020784768 140604478579840 140605124138709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1593] ppid=1527 vsize=10914144 memory=1052408 CPUtime=0.08 cores=0,2,4,6
/proc/1530/task/1593/stat : 1593 (java) S 1527 1530 32629 0 -1 1077944384 2 13231 0 0 0 0 5 3 20 0 15 0 76571691 11176083456 263102 33554432000 4194304 4196468 140731020784768 140603874601040 140605124147099 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1594] ppid=1527 vsize=10914144 memory=1052408 CPUtime=3.79 cores=0,2,4,6
/proc/1530/task/1594/stat : 1594 (java) S 1527 1530 32629 0 -1 1077944384 15433 13231 0 0 369 2 5 3 20 0 15 0 76571691 11176083456 263102 33554432000 4194304 4196468 140731020784768 140604549089904 140605124139650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1595] ppid=1527 vsize=10914144 memory=8112282956445269571 CPUtime=4.19 cores=0,2,4,6
/proc/1530/task/1595/stat : 1595 (java) S 1527 1530 32629 0 -1 1077944384 18371 13231 0 0 408 3 5 3 20 0 15 0 76571691 11176083456 263102 33554432000 4194304 4196468 140731020784768 140604548037104 140605124139650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1596] ppid=1527 vsize=10914144 memory=1232 CPUtime=1.89 cores=0,2,4,6
/proc/1530/task/1596/stat : 1596 (java) S 1527 1530 32629 0 -1 1077944384 18110 13231 0 0 177 4 5 3 20 0 15 0 76571691 11176083456 263102 33554432000 4194304 4196468 140731020784768 140604546984816 140605124139650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1598] ppid=1527 vsize=10914144 memory=1052408 CPUtime=0.08 cores=0,2,4,6
/proc/1530/task/1598/stat : 1598 (java) S 1527 1530 32629 0 -1 1077944384 3 13231 0 0 0 0 5 3 20 0 15 0 76571691 11176083456 263102 33554432000 4194304 4196468 140731020784768 140603404839904 140605124138709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1599] ppid=1527 vsize=10914144 memory=1052372 CPUtime=1.61 cores=0,2,4,6
/proc/1530/task/1599/stat : 1599 (java) S 1527 1530 32629 0 -1 1077944384 927 13231 0 0 72 81 5 3 20 0 15 0 76571691 11176083456 263102 33554432000 4194304 4196468 140731020784768 140604445022640 140605124139650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
Current children cumulated CPU time: 2364.69 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1052408 KiB

[startup+2382.3 s]
/proc/loadavg: 1.49 1.44 1.38 3/215 1692
/proc/meminfo: memFree=10400612/32770624 swapFree=67108860/67108860
[pid=1530] ppid=1527 vsize=10914144 memory=1052496 CPUtime=2425.57 cores=0,2,4,6
/proc/1530/stat : 1530 (java) S 1527 1530 32629 0 -1 1077944320 225258 13231 0 0 242185 364 5 3 20 0 15 0 76571676 11176083456 263124 33554432000 4194304 4196468 140731020784768 140731020767312 140605124128503 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
/proc/1530/statm: 2728536 263124 3523 1 0 2690189 0
[pid=1530/tid=1583] ppid=1527 vsize=10914144 memory=1052496 CPUtime=2354.93 cores=0,2,4,6
/proc/1530/task/1583/stat : 1583 (java) R 1527 1530 32629 0 -1 4202560 90839 13231 0 0 235431 54 5 3 20 0 15 0 76571685 11176083456 263124 33554432000 4194304 4196468 140731020784768 140605095963632 140604712571383 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1584] ppid=1527 vsize=10914144 memory=1052496 CPUtime=12.1 cores=0,2,4,6
/proc/1530/task/1584/stat : 1584 (java) S 1527 1530 32629 0 -1 1077944384 17077 13231 0 0 1144 58 5 3 20 0 15 0 76571686 11176083456 263124 33554432000 4194304 4196468 140731020784768 140605128371088 140605124138709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1587] ppid=1527 vsize=10914144 memory=1052496 CPUtime=12.08 cores=0,2,4,6
/proc/1530/task/1587/stat : 1587 (java) S 1527 1530 32629 0 -1 1077944384 17503 13231 0 0 1142 58 5 3 20 0 15 0 76571686 11176083456 263124 33554432000 4194304 4196468 140731020784768 140605016644368 140605124138709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1588] ppid=1527 vsize=10914144 memory=1052496 CPUtime=12.06 cores=0,2,4,6
/proc/1530/task/1588/stat : 1588 (java) S 1527 1530 32629 0 -1 1077944384 17273 13231 0 0 1138 60 5 3 20 0 15 0 76571686 11176083456 263124 33554432000 4194304 4196468 140731020784768 140604696685712 140605124138709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1589] ppid=1527 vsize=10914144 memory=1052496 CPUtime=12.1 cores=0,2,4,6
/proc/1530/task/1589/stat : 1589 (java) S 1527 1530 32629 0 -1 1077944384 11831 13231 0 0 1138 64 5 3 20 0 15 0 76571686 11176083456 263124 33554432000 4194304 4196468 140731020784768 140604695632912 140605124138709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1590] ppid=1527 vsize=10914144 memory=1052496 CPUtime=11.36 cores=0,2,4,6
/proc/1530/task/1590/stat : 1590 (java) S 1527 1530 32629 0 -1 1077944384 15619 13231 0 0 1072 56 5 3 20 0 15 0 76571687 11176083456 263124 33554432000 4194304 4196468 140731020784768 140604583700592 140605124139650 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1591] ppid=1527 vsize=10914144 memory=1052496 CPUtime=0.08 cores=0,2,4,6
/proc/1530/task/1591/stat : 1591 (java) S 1527 1530 32629 0 -1 1077944384 56 13231 0 0 0 0 5 3 20 0 15 0 76571688 11176083456 263124 33554432000 4194304 4196468 140731020784768 140604582646624 140605124138709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1592] ppid=1527 vsize=10914144 memory=1052496 CPUtime=0.08 cores=0,2,4,6
/proc/1530/task/1592/stat : 1592 (java) S 1527 1530 32629 0 -1 1077944384 2 13231 0 0 0 0 5 3 20 0 15 0 76571688 11176083456 263124 33554432000 4194304 4196468 140731020784768 140604478579840 140605124138709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1593] ppid=1527 vsize=10914144 memory=1052496 CPUtime=0.08 cores=0,2,4,6
/proc/1530/task/1593/stat : 1593 (java) S 1527 1530 32629 0 -1 1077944384 2 13231 0 0 0 0 5 3 20 0 15 0 76571691 11176083456 263124 33554432000 4194304 4196468 140731020784768 140603874601040 140605124147099 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1594] ppid=1527 vsize=10914144 memory=1052496 CPUtime=3.79 cores=0,2,4,6
/proc/1530/task/1594/stat : 1594 (java) S 1527 1530 32629 0 -1 1077944384 15435 13231 0 0 369 2 5 3 20 0 15 0 76571691 11176083456 263124 33554432000 4194304 4196468 140731020784768 140604549089904 140605124139650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1595] ppid=1527 vsize=10914144 memory=1052496 CPUtime=4.19 cores=0,2,4,6
/proc/1530/task/1595/stat : 1595 (java) S 1527 1530 32629 0 -1 1077944384 18373 13231 0 0 408 3 5 3 20 0 15 0 76571691 11176083456 263124 33554432000 4194304 4196468 140731020784768 140604548037104 140605124139650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1596] ppid=1527 vsize=10914144 memory=8112282956445269571 CPUtime=1.89 cores=0,2,4,6
/proc/1530/task/1596/stat : 1596 (java) S 1527 1530 32629 0 -1 1077944384 18112 13231 0 0 177 4 5 3 20 0 15 0 76571691 11176083456 263124 33554432000 4194304 4196468 140731020784768 140604546984816 140605124139650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1598] ppid=1527 vsize=10914144 memory=1952 CPUtime=0.08 cores=0,2,4,6
/proc/1530/task/1598/stat : 1598 (java) S 1527 1530 32629 0 -1 1077944384 3 13231 0 0 0 0 5 3 20 0 15 0 76571691 11176083456 263124 33554432000 4194304 4196468 140731020784768 140603404839904 140605124138709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1599] ppid=1527 vsize=10914144 memory=1200 CPUtime=1.65 cores=0,2,4,6
/proc/1530/task/1599/stat : 1599 (java) S 1527 1530 32629 0 -1 1077944384 945 13231 0 0 74 83 5 3 20 0 15 0 76571691 11176083456 263124 33554432000 4194304 4196468 140731020784768 140604445022640 140605124139650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
Current children cumulated CPU time: 2425.57 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1052496 KiB

[startup+2442.3 s]
/proc/loadavg: 1.31 1.41 1.38 3/215 1693
/proc/meminfo: memFree=10397812/32770624 swapFree=67108860/67108860
[pid=1530] ppid=1527 vsize=10914144 memory=1054628 CPUtime=2486.47 cores=0,2,4,6
/proc/1530/stat : 1530 (java) S 1527 1530 32629 0 -1 1077944320 226990 13231 0 0 248268 371 5 3 20 0 15 0 76571676 11176083456 263657 33554432000 4194304 4196468 140731020784768 140731020767312 140605124128503 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
/proc/1530/statm: 2728536 263657 3523 1 0 2690189 0
[pid=1530/tid=1583] ppid=1527 vsize=10914144 memory=1054628 CPUtime=2414.17 cores=0,2,4,6
/proc/1530/task/1583/stat : 1583 (java) R 1527 1530 32629 0 -1 4202560 91661 13231 0 0 241355 54 5 3 20 0 15 0 76571685 11176083456 263657 33554432000 4194304 4196468 140731020784768 140605095963296 140604707765072 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1584] ppid=1527 vsize=10914144 memory=1054628 CPUtime=12.42 cores=0,2,4,6
/proc/1530/task/1584/stat : 1584 (java) S 1527 1530 32629 0 -1 1077944384 17351 13231 0 0 1175 59 5 3 20 0 15 0 76571686 11176083456 263657 33554432000 4194304 4196468 140731020784768 140605128371088 140605124138709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1587] ppid=1527 vsize=10914144 memory=1054628 CPUtime=12.4 cores=0,2,4,6
/proc/1530/task/1587/stat : 1587 (java) S 1527 1530 32629 0 -1 1077944384 17536 13231 0 0 1173 59 5 3 20 0 15 0 76571686 11176083456 263657 33554432000 4194304 4196468 140731020784768 140605016644368 140605124138709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1588] ppid=1527 vsize=10914144 memory=1054628 CPUtime=12.39 cores=0,2,4,6
/proc/1530/task/1588/stat : 1588 (java) S 1527 1530 32629 0 -1 1077944384 17348 13231 0 0 1170 61 5 3 20 0 15 0 76571686 11176083456 263657 33554432000 4194304 4196468 140731020784768 140604696685712 140605124138709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1589] ppid=1527 vsize=10914144 memory=1054628 CPUtime=12.43 cores=0,2,4,6
/proc/1530/task/1589/stat : 1589 (java) S 1527 1530 32629 0 -1 1077944384 11928 13231 0 0 1169 66 5 3 20 0 15 0 76571686 11176083456 263657 33554432000 4194304 4196468 140731020784768 140604695632912 140605124138709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1590] ppid=1527 vsize=10914144 memory=1054628 CPUtime=11.68 cores=0,2,4,6
/proc/1530/task/1590/stat : 1590 (java) S 1527 1530 32629 0 -1 1077944384 15807 13231 0 0 1102 58 5 3 20 0 15 0 76571687 11176083456 263657 33554432000 4194304 4196468 140731020784768 140604583700592 140605124139650 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1591] ppid=1527 vsize=10914144 memory=1054628 CPUtime=0.08 cores=0,2,4,6
/proc/1530/task/1591/stat : 1591 (java) S 1527 1530 32629 0 -1 1077944384 56 13231 0 0 0 0 5 3 20 0 15 0 76571688 11176083456 263657 33554432000 4194304 4196468 140731020784768 140604582646624 140605124138709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1592] ppid=1527 vsize=10914144 memory=1054628 CPUtime=0.08 cores=0,2,4,6
/proc/1530/task/1592/stat : 1592 (java) S 1527 1530 32629 0 -1 1077944384 2 13231 0 0 0 0 5 3 20 0 15 0 76571688 11176083456 263657 33554432000 4194304 4196468 140731020784768 140604478579840 140605124138709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1593] ppid=1527 vsize=10914144 memory=1054628 CPUtime=0.08 cores=0,2,4,6
/proc/1530/task/1593/stat : 1593 (java) S 1527 1530 32629 0 -1 1077944384 2 13231 0 0 0 0 5 3 20 0 15 0 76571691 11176083456 263657 33554432000 4194304 4196468 140731020784768 140603874601040 140605124147099 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1594] ppid=1527 vsize=10914144 memory=1054628 CPUtime=3.79 cores=0,2,4,6
/proc/1530/task/1594/stat : 1594 (java) S 1527 1530 32629 0 -1 1077944384 15437 13231 0 0 369 2 5 3 20 0 15 0 76571691 11176083456 263657 33554432000 4194304 4196468 140731020784768 140604549089904 140605124139650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1595] ppid=1527 vsize=10914144 memory=1054628 CPUtime=4.19 cores=0,2,4,6
/proc/1530/task/1595/stat : 1595 (java) S 1527 1530 32629 0 -1 1077944384 18375 13231 0 0 408 3 5 3 20 0 15 0 76571691 11176083456 263657 33554432000 4194304 4196468 140731020784768 140604548037104 140605124139650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1596] ppid=1527 vsize=10914144 memory=4128 CPUtime=1.89 cores=0,2,4,6
/proc/1530/task/1596/stat : 1596 (java) S 1527 1530 32629 0 -1 1077944384 18334 13231 0 0 177 4 5 3 20 0 15 0 76571691 11176083456 263657 33554432000 4194304 4196468 140731020784768 140604546984816 140605124139650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1598] ppid=1527 vsize=10914144 memory=288230574492221466 CPUtime=0.08 cores=0,2,4,6
/proc/1530/task/1598/stat : 1598 (java) S 1527 1530 32629 0 -1 1077944384 3 13231 0 0 0 0 5 3 20 0 15 0 76571691 11176083456 263657 33554432000 4194304 4196468 140731020784768 140603404839904 140605124138709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1599] ppid=1527 vsize=10914144 memory=288230621803970871 CPUtime=1.71 cores=0,2,4,6
/proc/1530/task/1599/stat : 1599 (java) S 1527 1530 32629 0 -1 1077944384 962 13231 0 0 77 86 5 3 20 0 15 0 76571691 11176083456 263657 33554432000 4194304 4196468 140731020784768 140604445022640 140605124139650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
Current children cumulated CPU time: 2486.47 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1054628 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2475.4 s]
/proc/loadavg: 1.41 1.42 1.38 3/215 1824
/proc/meminfo: memFree=10737608/32770624 swapFree=67108860/67108860
[pid=1530] ppid=1527 vsize=10914144 memory=1054728 CPUtime=2520.06 cores=0,2,4,6
/proc/1530/stat : 1530 (java) S 1527 1530 32629 0 -1 1077944320 228117 13231 0 0 251623 375 5 3 20 0 15 0 76571676 11176083456 263682 33554432000 4194304 4196468 140731020784768 140731020767312 140605124128503 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
/proc/1530/statm: 2728536 263682 3523 1 0 2690189 0
[pid=1530/tid=1583] ppid=1527 vsize=10914144 memory=7236830955688978240 CPUtime=2446.87 cores=0,2,4,6
/proc/1530/task/1583/stat : 1583 (java) R 1527 1530 32629 0 -1 4202560 92132 13231 0 0 244624 55 5 3 20 0 15 0 76571685 11176083456 263682 33554432000 4194304 4196468 140731020784768 140605095962208 140604712221203 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1584] ppid=1527 vsize=10914144 memory=7522533528367555694 CPUtime=12.6 cores=0,2,4,6
/proc/1530/task/1584/stat : 1584 (java) S 1527 1530 32629 0 -1 1077944384 17633 13231 0 0 1192 60 5 3 20 0 15 0 76571686 11176083456 263682 33554432000 4194304 4196468 140731020784768 140605128371088 140605124138709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1587] ppid=1527 vsize=10914144 memory=5859293540486049124 CPUtime=12.57 cores=0,2,4,6
/proc/1530/task/1587/stat : 1587 (java) S 1527 1530 32629 0 -1 1077944384 17564 13231 0 0 1190 59 5 3 20 0 15 0 76571686 11176083456 263682 33554432000 4194304 4196468 140731020784768 140605016644368 140605124138709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1588] ppid=1527 vsize=10914144 memory=7163376960305914984 CPUtime=12.57 cores=0,2,4,6
/proc/1530/task/1588/stat : 1588 (java) S 1527 1530 32629 0 -1 1077944384 17466 13231 0 0 1187 62 5 3 20 0 15 0 76571686 11176083456 263682 33554432000 4194304 4196468 140731020784768 140604696685712 140605124138709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1589] ppid=1527 vsize=10914144 memory=7163376960305914984 CPUtime=12.61 cores=0,2,4,6
/proc/1530/task/1589/stat : 1589 (java) S 1527 1530 32629 0 -1 1077944384 11951 13231 0 0 1186 67 5 3 20 0 15 0 76571686 11176083456 263682 33554432000 4194304 4196468 140731020784768 140604695632912 140605124138709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1590] ppid=1527 vsize=10914144 memory=4128 CPUtime=11.84 cores=0,2,4,6
/proc/1530/task/1590/stat : 1590 (java) S 1527 1530 32629 0 -1 1077944384 15991 13231 0 0 1118 58 5 3 20 0 15 0 76571687 11176083456 263682 33554432000 4194304 4196468 140731020784768 140604583700592 140605124139650 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1591] ppid=1527 vsize=10914144 memory=22884 CPUtime=0.08 cores=0,2,4,6
/proc/1530/task/1591/stat : 1591 (java) S 1527 1530 32629 0 -1 1077944384 56 13231 0 0 0 0 5 3 20 0 15 0 76571688 11176083456 263682 33554432000 4194304 4196468 140731020784768 140604582646624 140605124138709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1592] ppid=1527 vsize=10914144 memory=1292 CPUtime=0.08 cores=0,2,4,6
/proc/1530/task/1592/stat : 1592 (java) S 1527 1530 32629 0 -1 1077944384 2 13231 0 0 0 0 5 3 20 0 15 0 76571688 11176083456 263682 33554432000 4194304 4196468 140731020784768 140604478579840 140605124138709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1593] ppid=1527 vsize=10914144 memory=2416 CPUtime=0.08 cores=0,2,4,6
/proc/1530/task/1593/stat : 1593 (java) S 1527 1530 32629 0 -1 1077944384 2 13231 0 0 0 0 5 3 20 0 15 0 76571691 11176083456 263682 33554432000 4194304 4196468 140731020784768 140603874601040 140605124147099 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1594] ppid=1527 vsize=10914144 memory=1728 CPUtime=3.79 cores=0,2,4,6
/proc/1530/task/1594/stat : 1594 (java) S 1527 1530 32629 0 -1 1077944384 15439 13231 0 0 369 2 5 3 20 0 15 0 76571691 11176083456 263682 33554432000 4194304 4196468 140731020784768 140604549089904 140605124139650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1595] ppid=1527 vsize=10914144 memory=1952 CPUtime=4.19 cores=0,2,4,6
/proc/1530/task/1595/stat : 1595 (java) S 1527 1530 32629 0 -1 1077944384 18377 13231 0 0 408 3 5 3 20 0 15 0 76571691 11176083456 263682 33554432000 4194304 4196468 140731020784768 140604548037104 140605124139650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1596] ppid=1527 vsize=10914144 memory=1200 CPUtime=1.89 cores=0,2,4,6
/proc/1530/task/1596/stat : 1596 (java) S 1527 1530 32629 0 -1 1077944384 18336 13231 0 0 177 4 5 3 20 0 15 0 76571691 11176083456 263682 33554432000 4194304 4196468 140731020784768 140604546984816 140605124139650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1598] ppid=1527 vsize=10914144 memory=10600 CPUtime=0.08 cores=0,2,4,6
/proc/1530/task/1598/stat : 1598 (java) S 1527 1530 32629 0 -1 1077944384 3 13231 0 0 0 0 5 3 20 0 15 0 76571691 11176083456 263682 33554432000 4194304 4196468 140731020784768 140603404839904 140605124138709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
[pid=1530/tid=1599] ppid=1527 vsize=10914144 memory=1700 CPUtime=1.72 cores=0,2,4,6
/proc/1530/task/1599/stat : 1599 (java) S 1527 1530 32629 0 -1 1077944384 977 13231 0 0 78 86 5 3 20 0 15 0 76571691 11176083456 263682 33554432000 4194304 4196468 140731020784768 140604445022640 140605124139650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12451840 140731020786287 140731020789084 140731020789084 140731020791759 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1054728 KiB

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

[startup+2475.44 s]
# the end of solver process 1530 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.31 s, system=3.802 s

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

Child status: 143
Real time (s): 2475.44
CPU time (s): 2520.12
CPU user time (s): 2516.31
CPU system time (s): 3.802
CPU usage (%): 101.805
Max. virtual memory (cumulated for all children) (KiB): 10916780
Max. memory (cumulated for all children) (KiB): 1054728

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.31
system time used= 3.802
maximum resident set size= 1058848
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 242477
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 308486
involuntary context switches= 9281


# summary of solver processes directly reported to runsolver:
#   pid: 1530
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2516.31
#   total CPU system time (s): 3.802

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.0487 second user time and 22.7853 second system time

The end

Launcher Data

Begin job on node139 at 2018-07-26 09:28:05
IDJOB=4295664
IDBENCH=141588
IDSOLVER=2750
FILE ID=node139/4295664-1532590085
RUNJOBID= node139-1532582651-32660
PBS_JOBID= 21021962
Free space on /tmp= 38764 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/Frb/frb-50-23-2-mgd_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295664-1532590085/watcher-4295664-1532590085 -o /tmp/evaluation-result-4295664-1532590085/solver-4295664-1532590085 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532582651-32660 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=561445166 HOME/instance-4295664-1532590085.xml

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

MD5SUM BENCH= 747f749c43313802f4a8e2c3a16b0378
RANDOM SEED=561445166

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:        11810960 kB
MemAvailable:   31295648 kB
Buffers:          233040 kB
Cached:         19208364 kB
SwapCached:            0 kB
Active:          3563840 kB
Inactive:       16566964 kB
Active(anon):     643728 kB
Inactive(anon):    73596 kB
Active(file):    2920112 kB
Inactive(file): 16493368 kB
Unevictable:        7312 kB
Mlocked:            7312 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             27324 kB
Writeback:             0 kB
AnonPages:        696724 kB
Mapped:            53640 kB
Shmem:             25228 kB
Slab:             527380 kB
SReclaimable:     499668 kB
SUnreclaim:        27712 kB
KernelStack:        3488 kB
PageTables:         6500 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1780852 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    489472 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 10:09:21