Trace number 4293461

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.09 2479.55

General information on the benchmark

NameRlfap/Rlfap-dec-scens11/
Rlfap-scen-11-f03_c18.xml
MD5SUMb0c58d7e712a0938766b5bf6b16c9539
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark17.0012
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Number of domains5
Minimum domain size6
Maximum domain size41
Distribution of domain sizes[{"size":6,"count":2},{"size":22,"count":14},{"size":34,"count":336},{"size":41,"count":328}]
Minimum variable degree1
Maximum variable degree62
Distribution of variable degrees[{"degree":1,"count":1},{"degree":3,"count":26},{"degree":4,"count":13},{"degree":5,"count":86},{"degree":6,"count":20},{"degree":7,"count":89},{"degree":8,"count":12},{"degree":9,"count":87},{"degree":10,"count":28},{"degree":11,"count":42},{"degree":12,"count":25},{"degree":13,"count":40},{"degree":14,"count":14},{"degree":15,"count":40},{"degree":16,"count":8},{"degree":17,"count":29},{"degree":18,"count":6},{"degree":19,"count":18},{"degree":20,"count":13},{"degree":21,"count":11},{"degree":22,"count":7},{"degree":23,"count":7},{"degree":24,"count":8},{"degree":25,"count":8},{"degree":27,"count":9},{"degree":28,"count":8},{"degree":29,"count":2},{"degree":30,"count":6},{"degree":31,"count":1},{"degree":35,"count":3},{"degree":36,"count":3},{"degree":38,"count":2},{"degree":39,"count":2},{"degree":42,"count":1},{"degree":43,"count":1},{"degree":44,"count":1},{"degree":47,"count":1},{"degree":55,"count":1},{"degree":62,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":4103}]
Number of extensional constraints0
Number of intensional constraints4103
Distribution of constraint types[{"type":"intension","count":4103}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4293461-1532315723/watcher-4293461-1532315723 -o /tmp/evaluation-result-4293461-1532315723/solver-4293461-1532315723 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1532298084-3500 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1618696811 -superng HOME/instance-4293461-1532315723.xml 

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

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=7505, runsolver pid=7502
Current StackSize limit: 8192 KiB


[startup+0.10007 s]*
/proc/loadavg: 1.50 1.33 1.42 3/206 7562
/proc/meminfo: memFree=27076256/32770624 swapFree=67108860/67108860
[pid=7505] ppid=7502 vsize=9972712 memory=15172 CPUtime=0.08 cores=1,3,5,7
/proc/7505/stat : 7505 (java) S 7502 7505 3468 0 -1 1077944320 4446 13202 0 0 1 0 4 3 20 0 6 0 49135535 10212057088 3793 33554432000 4194304 4196468 140737198141680 140737198124224 140512603107063 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
/proc/7505/statm: 2493178 3793 1934 1 0 2481616 0
[pid=7505/tid=7558] ppid=7502 vsize=9972712 memory=4718545630382498451 CPUtime=0.08 cores=1,3,5,7
/proc/7505/task/7558/stat : 7558 (java) R 7502 7505 3468 0 -1 4202560 2304 13202 0 0 1 0 4 3 20 0 6 0 49135543 10212057088 3859 33554432000 4194304 4196468 140737198141680 140512574943824 140512588419065 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7559] ppid=7502 vsize=9972712 memory=5793855970308032953 CPUtime=0.07 cores=1,3,5,7
/proc/7505/task/7559/stat : 7559 (java) S 7502 7505 3468 0 -1 1077944384 2 13202 0 0 0 0 4 3 20 0 6 0 49135544 10212057088 3859 33554432000 4194304 4196468 140737198141680 140512607349776 140512603117269 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7560] ppid=7502 vsize=9972712 memory=140719298139776 CPUtime=0.07 cores=1,3,5,7
/proc/7505/task/7560/stat : 7560 (java) S 7502 7505 3468 0 -1 1077944384 1 13202 0 0 0 0 4 3 20 0 6 0 49135544 10212057088 3859 33554432000 4194304 4196468 140737198141680 140512541392016 140512603117269 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7561] ppid=7502 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7505/task/7561/stat : 7561 (java) S 7502 7505 3468 0 -1 1077944384 1 13202 0 0 0 0 4 3 20 0 6 0 49135544 10212057088 3859 33554432000 4194304 4196468 140737198141680 140512174902032 140512603117269 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7562] ppid=7502 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7505/task/7562/stat : 7562 (java) S 7502 7505 3468 0 -1 1077944384 1 13202 0 0 0 0 4 3 20 0 6 0 49135544 10212057088 3859 33554432000 4194304 4196468 140737198141680 140512173849488 140512603117269 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 15172 KiB

[startup+0.209869 s]*
/proc/loadavg: 1.50 1.33 1.42 3/215 7571
/proc/meminfo: memFree=27055364/32770624 swapFree=67108860/67108860
[pid=7505] ppid=7502 vsize=10818936 memory=44684 CPUtime=0.25 cores=1,3,5,7
/proc/7505/stat : 7505 (java) S 7502 7505 3468 0 -1 1077944320 9528 13202 0 0 16 2 4 3 20 0 15 0 49135535 11078590464 11171 33554432000 4194304 4196468 140737198141680 140737198124224 140512603107063 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
/proc/7505/statm: 2704734 11171 2967 1 0 2667157 0
[pid=7505/tid=7558] ppid=7502 vsize=10818936 memory=-2899909650764262549 CPUtime=0.18 cores=1,3,5,7
/proc/7505/task/7558/stat : 7558 (java) R 7502 7505 3468 0 -1 4202560 6296 13202 0 0 10 1 4 3 20 0 15 0 49135543 11078590464 11356 33554432000 4194304 4196468 140737198141680 140512574931872 140512595786781 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7559] ppid=7502 vsize=10818936 memory=4211974445502930314 CPUtime=0.07 cores=1,3,5,7
/proc/7505/task/7559/stat : 7559 (java) S 7502 7505 3468 0 -1 1077944384 2 13202 0 0 0 0 4 3 20 0 15 0 49135544 11078590464 11356 33554432000 4194304 4196468 140737198141680 140512607349776 140512603117269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7560] ppid=7502 vsize=10818936 memory=140719298139776 CPUtime=0.07 cores=1,3,5,7
/proc/7505/task/7560/stat : 7560 (java) S 7502 7505 3468 0 -1 1077944384 1 13202 0 0 0 0 4 3 20 0 15 0 49135544 11078590464 11356 33554432000 4194304 4196468 140737198141680 140512541392016 140512603117269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7561] ppid=7502 vsize=10818936 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7505/task/7561/stat : 7561 (java) S 7502 7505 3468 0 -1 1077944384 1 13202 0 0 0 0 4 3 20 0 15 0 49135544 11078590464 11356 33554432000 4194304 4196468 140737198141680 140512174902032 140512603117269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7562] ppid=7502 vsize=10818936 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/7505/task/7562/stat : 7562 (java) S 7502 7505 3468 0 -1 1077944384 1 13202 0 0 0 0 4 3 20 0 15 0 49135544 11078590464 11356 33554432000 4194304 4196468 140737198141680 140512173849488 140512603117269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7563] ppid=7502 vsize=10818936 memory=140719298139776 CPUtime=0.07 cores=1,3,5,7
/proc/7505/task/7563/stat : 7563 (java) S 7502 7505 3468 0 -1 1077944384 2 13202 0 0 0 0 4 3 20 0 15 0 49135546 11078590464 11356 33554432000 4194304 4196468 140737198141680 140511874951408 140512603118210 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7564] ppid=7502 vsize=10818936 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/7505/task/7564/stat : 7564 (java) S 7502 7505 3468 0 -1 1077944384 13 13202 0 0 0 0 4 3 20 0 15 0 49135546 11078590464 11356 33554432000 4194304 4196468 140737198141680 140511667020960 140512603117269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7565] ppid=7502 vsize=10818936 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7505/task/7565/stat : 7565 (java) S 7502 7505 3468 0 -1 1077944384 1 13202 0 0 0 0 4 3 20 0 15 0 49135546 11078590464 11356 33554432000 4194304 4196468 140737198141680 140511398585072 140512603117269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7566] ppid=7502 vsize=10818936 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7505/task/7566/stat : 7566 (java) S 7502 7505 3468 0 -1 1077944384 3 13202 0 0 0 0 4 3 20 0 15 0 49135549 11078590464 11356 33554432000 4194304 4196468 140737198141680 140511158294480 140512603125659 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7567] ppid=7502 vsize=10818936 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7505/task/7567/stat : 7567 (java) S 7502 7505 3468 0 -1 1077944384 510 13202 0 0 1 0 4 3 20 0 15 0 49135549 11078590464 11356 33554432000 4194304 4196468 140737198141680 140511873899248 140512603118210 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7568] ppid=7502 vsize=10818936 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/7505/task/7568/stat : 7568 (java) S 7502 7505 3468 0 -1 1077944384 93 13202 0 0 1 0 4 3 20 0 15 0 49135549 11078590464 11356 33554432000 4194304 4196468 140737198141680 140511872846704 140512603118210 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7569] ppid=7502 vsize=10818936 memory=140719298139776 CPUtime=0.1 cores=1,3,5,7
/proc/7505/task/7569/stat : 7569 (java) S 7502 7505 3468 0 -1 1077944384 617 13202 0 0 3 0 4 3 20 0 15 0 49135549 11078590464 11356 33554432000 4194304 4196468 140737198141680 140511871793648 140512603118210 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7570] ppid=7502 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/7505/task/7570/stat : 7570 (java) S 7502 7505 3468 0 -1 1077944384 3 13202 0 0 0 0 4 3 20 0 15 0 49135549 11078557696 11356 33554432000 4194304 4196468 140737198141680 140511124736864 140512603117269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7571] ppid=7502 vsize=10818904 memory=140719298139776 CPUtime=0.07 cores=1,3,5,7
/proc/7505/task/7571/stat : 7571 (java) S 7502 7505 3468 0 -1 1077944384 1 13202 0 0 0 0 4 3 20 0 15 0 49135549 11078557696 11356 33554432000 4194304 4196468 140737198141680 140511870741040 140512603118210 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818936 KiB
Current children cumulated memory: 44684 KiB

[startup+0.310396 s]*
/proc/loadavg: 1.50 1.33 1.42 3/215 7571
/proc/meminfo: memFree=27041224/32770624 swapFree=67108860/67108860
[pid=7505] ppid=7502 vsize=10819352 memory=53316 CPUtime=0.38 cores=1,3,5,7
/proc/7505/stat : 7505 (java) S 7502 7505 3468 0 -1 1077944320 10965 13202 0 0 28 3 4 3 20 0 15 0 49135535 11079016448 13329 33554432000 4194304 4196468 140737198141680 140737198124224 140512603107063 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
/proc/7505/statm: 2704838 13329 3086 1 0 2667149 0
[pid=7505/tid=7558] ppid=7502 vsize=10819352 memory=8112282956445269571 CPUtime=0.28 cores=1,3,5,7
/proc/7505/task/7558/stat : 7558 (java) R 7502 7505 3468 0 -1 4202560 7492 13202 0 0 19 2 4 3 20 0 15 0 49135543 11079016448 13329 33554432000 4194304 4196468 140737198141680 140512574919072 140512587187550 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7559] ppid=7502 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7505/task/7559/stat : 7559 (java) S 7502 7505 3468 0 -1 1077944384 2 13202 0 0 0 0 4 3 20 0 15 0 49135544 11079016448 13329 33554432000 4194304 4196468 140737198141680 140512607349776 140512603117269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7560] ppid=7502 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7505/task/7560/stat : 7560 (java) S 7502 7505 3468 0 -1 1077944384 1 13202 0 0 0 0 4 3 20 0 15 0 49135544 11079016448 13329 33554432000 4194304 4196468 140737198141680 140512541392016 140512603117269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7561] ppid=7502 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7505/task/7561/stat : 7561 (java) S 7502 7505 3468 0 -1 1077944384 1 13202 0 0 0 0 4 3 20 0 15 0 49135544 11079016448 13329 33554432000 4194304 4196468 140737198141680 140512174902032 140512603117269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7562] ppid=7502 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/7505/task/7562/stat : 7562 (java) S 7502 7505 3468 0 -1 1077944384 1 13202 0 0 0 0 4 3 20 0 15 0 49135544 11079016448 13329 33554432000 4194304 4196468 140737198141680 140512173849488 140512603117269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7563] ppid=7502 vsize=10819352 memory=140719298139775 CPUtime=0.07 cores=1,3,5,7
/proc/7505/task/7563/stat : 7563 (java) S 7502 7505 3468 0 -1 1077944384 2 13202 0 0 0 0 4 3 20 0 15 0 49135546 11079016448 13329 33554432000 4194304 4196468 140737198141680 140511874951408 140512603118210 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7564] ppid=7502 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/7505/task/7564/stat : 7564 (java) S 7502 7505 3468 0 -1 1077944384 13 13202 0 0 0 0 4 3 20 0 15 0 49135546 11079016448 13329 33554432000 4194304 4196468 140737198141680 140511667020960 140512603117269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7565] ppid=7502 vsize=10819352 memory=140719298139776 CPUtime=0.07 cores=1,3,5,7
/proc/7505/task/7565/stat : 7565 (java) S 7502 7505 3468 0 -1 1077944384 1 13202 0 0 0 0 4 3 20 0 15 0 49135546 11079016448 13329 33554432000 4194304 4196468 140737198141680 140511398585072 140512603117269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7566] ppid=7502 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/7505/task/7566/stat : 7566 (java) S 7502 7505 3468 0 -1 1077944384 3 13202 0 0 0 0 4 3 20 0 15 0 49135549 11079016448 13329 33554432000 4194304 4196468 140737198141680 140511158294480 140512603125659 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7567] ppid=7502 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7505/task/7567/stat : 7567 (java) S 7502 7505 3468 0 -1 1077944384 510 13202 0 0 1 0 4 3 20 0 15 0 49135549 11079016448 13329 33554432000 4194304 4196468 140737198141680 140511873899248 140512603118210 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7568] ppid=7502 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/7505/task/7568/stat : 7568 (java) S 7502 7505 3468 0 -1 1077944384 104 13202 0 0 1 0 4 3 20 0 15 0 49135549 11079016448 13329 33554432000 4194304 4196468 140737198141680 140511872846704 140512603118210 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7569] ppid=7502 vsize=10819352 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/7505/task/7569/stat : 7569 (java) S 7502 7505 3468 0 -1 1077944384 651 13202 0 0 5 0 4 3 20 0 15 0 49135549 11079016448 13329 33554432000 4194304 4196468 140737198141680 140511871793648 140512603118210 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7570] ppid=7502 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7505/task/7570/stat : 7570 (java) S 7502 7505 3468 0 -1 1077944384 3 13202 0 0 0 0 4 3 20 0 15 0 49135549 11079016448 13329 33554432000 4194304 4196468 140737198141680 140511124736864 140512603117269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7571] ppid=7502 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7505/task/7571/stat : 7571 (java) S 7502 7505 3468 0 -1 1077944384 1 13202 0 0 0 0 4 3 20 0 15 0 49135549 11079016448 13329 33554432000 4194304 4196468 140737198141680 140511870741040 140512603118210 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 53316 KiB

[startup+0.700792 s]
/proc/loadavg: 1.50 1.33 1.42 3/215 7571
/proc/meminfo: memFree=27009084/32770624 swapFree=67108860/67108860
[pid=7505] ppid=7502 vsize=10819352 memory=86344 CPUtime=0.98 cores=1,3,5,7
/proc/7505/stat : 7505 (java) S 7502 7505 3468 0 -1 1077944320 17169 13202 0 0 87 4 4 3 20 0 15 0 49135535 11079016448 21586 33554432000 4194304 4196468 140737198141680 140737198124224 140512603107063 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
/proc/7505/statm: 2704838 21586 3240 1 0 2667149 0
[pid=7505/tid=7558] ppid=7502 vsize=10819352 memory=16248 CPUtime=0.66 cores=1,3,5,7
/proc/7505/task/7558/stat : 7558 (java) R 7502 7505 3468 0 -1 4202560 12504 13202 0 0 56 3 4 3 20 0 15 0 49135543 11079016448 21586 33554432000 4194304 4196468 140737198141680 140512574927888 140512603120912 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7559] ppid=7502 vsize=10819352 memory=4580 CPUtime=0.07 cores=1,3,5,7
/proc/7505/task/7559/stat : 7559 (java) S 7502 7505 3468 0 -1 1077944384 2 13202 0 0 0 0 4 3 20 0 15 0 49135544 11079016448 21586 33554432000 4194304 4196468 140737198141680 140512607349776 140512603117269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7560] ppid=7502 vsize=10819352 memory=140719167939074 CPUtime=0.07 cores=1,3,5,7
/proc/7505/task/7560/stat : 7560 (java) S 7502 7505 3468 0 -1 1077944384 1 13202 0 0 0 0 4 3 20 0 15 0 49135544 11079016448 21586 33554432000 4194304 4196468 140737198141680 140512541392016 140512603117269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7561] ppid=7502 vsize=10819352 memory=140720308487038 CPUtime=0.07 cores=1,3,5,7
/proc/7505/task/7561/stat : 7561 (java) S 7502 7505 3468 0 -1 1077944384 1 13202 0 0 0 0 4 3 20 0 15 0 49135544 11079016448 21586 33554432000 4194304 4196468 140737198141680 140512174902032 140512603117269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7562] ppid=7502 vsize=10819352 memory=1240 CPUtime=0.07 cores=1,3,5,7
/proc/7505/task/7562/stat : 7562 (java) S 7502 7505 3468 0 -1 1077944384 1 13202 0 0 0 0 4 3 20 0 15 0 49135544 11079016448 21586 33554432000 4194304 4196468 140737198141680 140512173849488 140512603117269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7563] ppid=7502 vsize=10819352 memory=7157735280180091217 CPUtime=0.07 cores=1,3,5,7
/proc/7505/task/7563/stat : 7563 (java) S 7502 7505 3468 0 -1 1077944384 5 13202 0 0 0 0 4 3 20 0 15 0 49135546 11079016448 21586 33554432000 4194304 4196468 140737198141680 140511874951408 140512603118210 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7564] ppid=7502 vsize=10819352 memory=7597685182856913236 CPUtime=0.07 cores=1,3,5,7
/proc/7505/task/7564/stat : 7564 (java) S 7502 7505 3468 0 -1 1077944384 13 13202 0 0 0 0 4 3 20 0 15 0 49135546 11079016448 21586 33554432000 4194304 4196468 140737198141680 140511667020960 140512603117269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7565] ppid=7502 vsize=10819352 memory=5788647689011156329 CPUtime=0.07 cores=1,3,5,7
/proc/7505/task/7565/stat : 7565 (java) S 7502 7505 3468 0 -1 1077944384 1 13202 0 0 0 0 4 3 20 0 15 0 49135546 11079016448 21586 33554432000 4194304 4196468 140737198141680 140511398585072 140512603117269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7566] ppid=7502 vsize=10819352 memory=3054156605368933524 CPUtime=0.07 cores=1,3,5,7
/proc/7505/task/7566/stat : 7566 (java) S 7502 7505 3468 0 -1 1077944384 3 13202 0 0 0 0 4 3 20 0 15 0 49135549 11079016448 21586 33554432000 4194304 4196468 140737198141680 140511158294480 140512603125659 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7567] ppid=7502 vsize=10819352 memory=8326441112149131693 CPUtime=0.16 cores=1,3,5,7
/proc/7505/task/7567/stat : 7567 (java) S 7502 7505 3468 0 -1 1077944384 1126 13202 0 0 9 0 4 3 20 0 15 0 49135549 11079016448 21586 33554432000 4194304 4196468 140737198141680 140511873899248 140512603118210 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7568] ppid=7502 vsize=10819352 memory=7679937539659563834 CPUtime=0.14 cores=1,3,5,7
/proc/7505/task/7568/stat : 7568 (java) S 7502 7505 3468 0 -1 1077944384 515 13202 0 0 7 0 4 3 20 0 15 0 49135549 11079016448 21586 33554432000 4194304 4196468 140737198141680 140511872846704 140512603118210 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7569] ppid=7502 vsize=10819352 memory=6944656425123485561 CPUtime=0.19 cores=1,3,5,7
/proc/7505/task/7569/stat : 7569 (java) S 7502 7505 3468 0 -1 1077944384 807 13202 0 0 12 0 4 3 20 0 15 0 49135549 11079016448 21586 33554432000 4194304 4196468 140737198141680 140511871793648 140512603118210 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7570] ppid=7502 vsize=10819352 memory=-9178176116494409632 CPUtime=0.07 cores=1,3,5,7
/proc/7505/task/7570/stat : 7570 (java) S 7502 7505 3468 0 -1 1077944384 3 13202 0 0 0 0 4 3 20 0 15 0 49135549 11079016448 21586 33554432000 4194304 4196468 140737198141680 140511124736864 140512603117269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7571] ppid=7502 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7505/task/7571/stat : 7571 (java) S 7502 7505 3468 0 -1 1077944384 1 13202 0 0 0 0 4 3 20 0 15 0 49135549 11079016448 21586 33554432000 4194304 4196468 140737198141680 140511870741040 140512603118210 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86344 KiB

[startup+1.50075 s]
/proc/loadavg: 1.50 1.33 1.42 5/215 7571
/proc/meminfo: memFree=26795188/32770624 swapFree=67108860/67108860
[pid=7505] ppid=7502 vsize=10830156 memory=228996 CPUtime=3.11 cores=1,3,5,7
/proc/7505/stat : 7505 (java) S 7502 7505 3468 0 -1 1077944320 23916 13202 0 0 295 9 4 3 20 0 15 0 49135535 11090079744 57249 33554432000 4194304 4196468 140737198141680 140737198124224 140512603107063 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
/proc/7505/statm: 2707539 57249 3471 1 0 2669197 0
[pid=7505/tid=7558] ppid=7502 vsize=10830156 memory=0 CPUtime=1.43 cores=1,3,5,7
/proc/7505/task/7558/stat : 7558 (java) R 7502 7505 3468 0 -1 4202560 15514 13202 0 0 131 5 4 3 20 0 15 0 49135543 11090079744 57249 33554432000 4194304 4196468 140737198141680 140512574939600 140512587187550 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7559] ppid=7502 vsize=10830156 memory=101756 CPUtime=0.07 cores=1,3,5,7
/proc/7505/task/7559/stat : 7559 (java) S 7502 7505 3468 0 -1 1077944384 63 13202 0 0 0 0 4 3 20 0 15 0 49135544 11090079744 57249 33554432000 4194304 4196468 140737198141680 140512607349776 140512603117269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7560] ppid=7502 vsize=10830156 memory=5790086053191909267 CPUtime=0.07 cores=1,3,5,7
/proc/7505/task/7560/stat : 7560 (java) S 7502 7505 3468 0 -1 1077944384 268 13202 0 0 0 0 4 3 20 0 15 0 49135544 11090079744 57249 33554432000 4194304 4196468 140737198141680 140512541392016 140512603117269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7561] ppid=7502 vsize=10830156 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7505/task/7561/stat : 7561 (java) S 7502 7505 3468 0 -1 1077944384 76 13202 0 0 0 0 4 3 20 0 15 0 49135544 11090079744 57249 33554432000 4194304 4196468 140737198141680 140512174902032 140512603117269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7562] ppid=7502 vsize=10830156 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7505/task/7562/stat : 7562 (java) S 7502 7505 3468 0 -1 1077944384 1 13202 0 0 0 0 4 3 20 0 15 0 49135544 11090079744 57249 33554432000 4194304 4196468 140737198141680 140512173849488 140512603117269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7563] ppid=7502 vsize=10830156 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7505/task/7563/stat : 7563 (java) S 7502 7505 3468 0 -1 1077944384 87 13202 0 0 0 0 4 3 20 0 15 0 49135546 11090079744 57249 33554432000 4194304 4196468 140737198141680 140511874951408 140512603118210 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7564] ppid=7502 vsize=10830156 memory=-6221781267475802396 CPUtime=0.07 cores=1,3,5,7
/proc/7505/task/7564/stat : 7564 (java) S 7502 7505 3468 0 -1 1077944384 13 13202 0 0 0 0 4 3 20 0 15 0 49135546 11090079744 57249 33554432000 4194304 4196468 140737198141680 140511667020960 140512603117269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7565] ppid=7502 vsize=10830156 memory=4128 CPUtime=0.07 cores=1,3,5,7
/proc/7505/task/7565/stat : 7565 (java) S 7502 7505 3468 0 -1 1077944384 2 13202 0 0 0 0 4 3 20 0 15 0 49135546 11090079744 57249 33554432000 4194304 4196468 140737198141680 140511398585072 140512603117269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7566] ppid=7502 vsize=10830156 memory=2204 CPUtime=0.07 cores=1,3,5,7
/proc/7505/task/7566/stat : 7566 (java) S 7502 7505 3468 0 -1 1077944384 3 13202 0 0 0 0 4 3 20 0 15 0 49135549 11090079744 57249 33554432000 4194304 4196468 140737198141680 140511158294480 140512603125659 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7567] ppid=7502 vsize=10830156 memory=0 CPUtime=0.63 cores=1,3,5,7
/proc/7505/task/7567/stat : 7567 (java) R 7502 7505 3468 0 -1 4202560 2216 13202 0 0 56 0 4 3 20 0 15 0 49135549 11090079744 57249 33554432000 4194304 4196468 140737198141680 140511873880976 140512581124075 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7568] ppid=7502 vsize=10830156 memory=173202005349290 CPUtime=0.58 cores=1,3,5,7
/proc/7505/task/7568/stat : 7568 (java) R 7502 7505 3468 0 -1 4202560 1469 13202 0 0 51 0 4 3 20 0 15 0 49135549 11090079744 57249 33554432000 4194304 4196468 140737198141680 140511872828784 140512587530133 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7569] ppid=7502 vsize=10830156 memory=266545 CPUtime=0.61 cores=1,3,5,7
/proc/7505/task/7569/stat : 7569 (java) S 7502 7505 3468 0 -1 1077944384 2014 13202 0 0 53 1 4 3 20 0 15 0 49135549 11090079744 57249 33554432000 4194304 4196468 140737198141680 140511871793648 140512603118210 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7570] ppid=7502 vsize=10830156 memory=6935649255759568960 CPUtime=0.07 cores=1,3,5,7
/proc/7505/task/7570/stat : 7570 (java) S 7502 7505 3468 0 -1 1077944384 3 13202 0 0 0 0 4 3 20 0 15 0 49135549 11090079744 57249 33554432000 4194304 4196468 140737198141680 140511124736864 140512603117269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7571] ppid=7502 vsize=10830156 memory=4638778398332698720 CPUtime=0.07 cores=1,3,5,7
/proc/7505/task/7571/stat : 7571 (java) S 7502 7505 3468 0 -1 1077944384 1 13202 0 0 0 0 4 3 20 0 15 0 49135549 11090079744 57249 33554432000 4194304 4196468 140737198141680 140511870741040 140512603118210 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
Current children cumulated CPU time: 3.11 s
Current children cumulated vsize: 10830156 KiB

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

/proc/7505/task/7558/stat : 7558 (java) R 7502 7505 3468 0 -1 4202560 530320 13202 0 0 237227 92 4 3 20 0 15 0 49135543 11178180608 781411 33554432000 4194304 4196468 140737198141680 140512574939872 140512215745699 0 4 0 16800975 0 0 0 -1 5 0 0 41 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7559] ppid=7502 vsize=10916192 memory=3126604 CPUtime=6.34 cores=1,3,5,7
/proc/7505/task/7559/stat : 7559 (java) S 7502 7505 3468 0 -1 1077944384 23589 13202 0 0 605 22 4 3 20 0 15 0 49135544 11178180608 781411 33554432000 4194304 4196468 140737198141680 140512607349776 140512603117269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7560] ppid=7502 vsize=10916192 memory=3125644 CPUtime=6.35 cores=1,3,5,7
/proc/7505/task/7560/stat : 7560 (java) S 7502 7505 3468 0 -1 1077944384 25111 13202 0 0 605 23 4 3 20 0 15 0 49135544 11178180608 781411 33554432000 4194304 4196468 140737198141680 140512541392016 140512603117269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7561] ppid=7502 vsize=10916192 memory=3125644 CPUtime=6.33 cores=1,3,5,7
/proc/7505/task/7561/stat : 7561 (java) S 7502 7505 3468 0 -1 1077944384 23417 13202 0 0 605 21 4 3 20 0 15 0 49135544 11178180608 781411 33554432000 4194304 4196468 140737198141680 140512174902032 140512603117269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7562] ppid=7502 vsize=10916192 memory=3125644 CPUtime=6.34 cores=1,3,5,7
/proc/7505/task/7562/stat : 7562 (java) S 7502 7505 3468 0 -1 1077944384 33312 13202 0 0 604 23 4 3 20 0 15 0 49135544 11178180608 781411 33554432000 4194304 4196468 140737198141680 140512173849488 140512603117269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7563] ppid=7502 vsize=10916192 memory=3126608 CPUtime=1.81 cores=1,3,5,7
/proc/7505/task/7563/stat : 7563 (java) S 7502 7505 3468 0 -1 1077944384 33930 13202 0 0 149 25 4 3 20 0 15 0 49135546 11178180608 781411 33554432000 4194304 4196468 140737198141680 140511874951408 140512603118210 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7564] ppid=7502 vsize=10916192 memory=32517197405651 CPUtime=0.07 cores=1,3,5,7
/proc/7505/task/7564/stat : 7564 (java) S 7502 7505 3468 0 -1 1077944384 26 13202 0 0 0 0 4 3 20 0 15 0 49135546 11178180608 781411 33554432000 4194304 4196468 140737198141680 140511667021024 140512603117269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7565] ppid=7502 vsize=10916192 memory=3125644 CPUtime=0.07 cores=1,3,5,7
/proc/7505/task/7565/stat : 7565 (java) S 7502 7505 3468 0 -1 1077944384 11 13202 0 0 0 0 4 3 20 0 15 0 49135546 11178180608 781411 33554432000 4194304 4196468 140737198141680 140511398585088 140512603117269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7566] ppid=7502 vsize=10916192 memory=3125644 CPUtime=0.07 cores=1,3,5,7
/proc/7505/task/7566/stat : 7566 (java) S 7502 7505 3468 0 -1 1077944384 3 13202 0 0 0 0 4 3 20 0 15 0 49135549 11178180608 781411 33554432000 4194304 4196468 140737198141680 140511158294480 140512603125659 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7567] ppid=7502 vsize=10916192 memory=3125644 CPUtime=9.1 cores=1,3,5,7
/proc/7505/task/7567/stat : 7567 (java) S 7502 7505 3468 0 -1 1077944384 52734 13202 0 0 894 9 4 3 20 0 15 0 49135549 11178180608 781411 33554432000 4194304 4196468 140737198141680 140511873899248 140512603118210 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7568] ppid=7502 vsize=10916192 memory=3125644 CPUtime=8.99 cores=1,3,5,7
/proc/7505/task/7568/stat : 7568 (java) S 7502 7505 3468 0 -1 1077944384 55135 13202 0 0 886 6 4 3 20 0 15 0 49135549 11178180608 781411 33554432000 4194304 4196468 140737198141680 140511872846704 140512603118210 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 48 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7569] ppid=7502 vsize=10916192 memory=3125644 CPUtime=3.08 cores=1,3,5,7
/proc/7505/task/7569/stat : 7569 (java) S 7502 7505 3468 0 -1 1077944384 43860 13202 0 0 295 6 4 3 20 0 15 0 49135549 11178180608 781411 33554432000 4194304 4196468 140737198141680 140511871793648 140512603118210 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 45 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7570] ppid=7502 vsize=10916192 memory=2340 CPUtime=0.07 cores=1,3,5,7
/proc/7505/task/7570/stat : 7570 (java) S 7502 7505 3468 0 -1 1077944384 3 13202 0 0 0 0 4 3 20 0 15 0 49135549 11178180608 781411 33554432000 4194304 4196468 140737198141680 140511124736864 140512603117269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7571] ppid=7502 vsize=10916192 memory=932 CPUtime=1.47 cores=1,3,5,7
/proc/7505/task/7571/stat : 7571 (java) S 7502 7505 3468 0 -1 1077944384 2324 13202 0 0 64 76 4 3 20 0 15 0 49135549 11178180608 781411 33554432000 4194304 4196468 140737198141680 140511870741040 140512603118210 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 44 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
Current children cumulated CPU time: 2422.56 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 3125644 KiB

[startup+2442.3 s]
/proc/loadavg: 1.60 1.71 1.68 3/215 7646
/proc/meminfo: memFree=22854980/32770624 swapFree=67108860/67108860
[pid=7505] ppid=7502 vsize=10916192 memory=3125656 CPUtime=2482.72 cores=1,3,5,7
/proc/7505/stat : 7505 (java) S 7502 7505 3468 0 -1 1077944320 844336 13202 0 0 247977 288 4 3 20 0 15 0 49135535 11178180608 781414 33554432000 4194304 4196468 140737198141680 140737198124224 140512603107063 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
/proc/7505/statm: 2729048 781414 3544 1 0 2690701 0
[pid=7505/tid=7558] ppid=7502 vsize=10916192 memory=3125648 CPUtime=2433.21 cores=1,3,5,7
/proc/7505/task/7558/stat : 7558 (java) R 7502 7505 3468 0 -1 4202560 545788 13202 0 0 243221 93 4 3 20 0 15 0 49135543 11178180608 781414 33554432000 4194304 4196468 140737198141680 140512574940352 140512228307362 0 4 0 16800975 0 0 0 -1 1 0 0 41 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7559] ppid=7502 vsize=10916192 memory=3126604 CPUtime=6.38 cores=1,3,5,7
/proc/7505/task/7559/stat : 7559 (java) S 7502 7505 3468 0 -1 1077944384 23777 13202 0 0 609 22 4 3 20 0 15 0 49135544 11178180608 781414 33554432000 4194304 4196468 140737198141680 140512607349776 140512603117269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7560] ppid=7502 vsize=10916192 memory=3125648 CPUtime=6.39 cores=1,3,5,7
/proc/7505/task/7560/stat : 7560 (java) S 7502 7505 3468 0 -1 1077944384 25463 13202 0 0 609 23 4 3 20 0 15 0 49135544 11178180608 781414 33554432000 4194304 4196468 140737198141680 140512541392016 140512603117269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7561] ppid=7502 vsize=10916192 memory=3125648 CPUtime=6.37 cores=1,3,5,7
/proc/7505/task/7561/stat : 7561 (java) S 7502 7505 3468 0 -1 1077944384 23613 13202 0 0 609 21 4 3 20 0 15 0 49135544 11178180608 781414 33554432000 4194304 4196468 140737198141680 140512174902032 140512603117269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7562] ppid=7502 vsize=10916192 memory=3125644 CPUtime=6.38 cores=1,3,5,7
/proc/7505/task/7562/stat : 7562 (java) S 7502 7505 3468 0 -1 1077944384 35085 13202 0 0 608 23 4 3 20 0 15 0 49135544 11178180608 781414 33554432000 4194304 4196468 140737198141680 140512173849488 140512603117269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7563] ppid=7502 vsize=10916192 memory=3125648 CPUtime=1.82 cores=1,3,5,7
/proc/7505/task/7563/stat : 7563 (java) S 7502 7505 3468 0 -1 1077944384 34275 13202 0 0 150 25 4 3 20 0 15 0 49135546 11178180608 781414 33554432000 4194304 4196468 140737198141680 140511874951408 140512603118210 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7564] ppid=7502 vsize=10916192 memory=3125648 CPUtime=0.07 cores=1,3,5,7
/proc/7505/task/7564/stat : 7564 (java) S 7502 7505 3468 0 -1 1077944384 26 13202 0 0 0 0 4 3 20 0 15 0 49135546 11178180608 781414 33554432000 4194304 4196468 140737198141680 140511667021024 140512603117269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7565] ppid=7502 vsize=10916192 memory=3125648 CPUtime=0.07 cores=1,3,5,7
/proc/7505/task/7565/stat : 7565 (java) S 7502 7505 3468 0 -1 1077944384 11 13202 0 0 0 0 4 3 20 0 15 0 49135546 11178180608 781414 33554432000 4194304 4196468 140737198141680 140511398585088 140512603117269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7566] ppid=7502 vsize=10916192 memory=3125648 CPUtime=0.07 cores=1,3,5,7
/proc/7505/task/7566/stat : 7566 (java) S 7502 7505 3468 0 -1 1077944384 3 13202 0 0 0 0 4 3 20 0 15 0 49135549 11178180608 781414 33554432000 4194304 4196468 140737198141680 140511158294480 140512603125659 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7567] ppid=7502 vsize=10916192 memory=3125656 CPUtime=9.1 cores=1,3,5,7
/proc/7505/task/7567/stat : 7567 (java) S 7502 7505 3468 0 -1 1077944384 52739 13202 0 0 894 9 4 3 20 0 15 0 49135549 11178180608 781414 33554432000 4194304 4196468 140737198141680 140511873899248 140512603118210 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7568] ppid=7502 vsize=10916192 memory=3125656 CPUtime=8.99 cores=1,3,5,7
/proc/7505/task/7568/stat : 7568 (java) S 7502 7505 3468 0 -1 1077944384 55138 13202 0 0 886 6 4 3 20 0 15 0 49135549 11178180608 781414 33554432000 4194304 4196468 140737198141680 140511872846704 140512603118210 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 48 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7569] ppid=7502 vsize=10916192 memory=3125648 CPUtime=3.08 cores=1,3,5,7
/proc/7505/task/7569/stat : 7569 (java) S 7502 7505 3468 0 -1 1077944384 43868 13202 0 0 295 6 4 3 20 0 15 0 49135549 11178180608 781414 33554432000 4194304 4196468 140737198141680 140511871793648 140512603118210 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 45 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7570] ppid=7502 vsize=10916192 memory=3125656 CPUtime=0.07 cores=1,3,5,7
/proc/7505/task/7570/stat : 7570 (java) S 7502 7505 3468 0 -1 1077944384 3 13202 0 0 0 0 4 3 20 0 15 0 49135549 11178180608 781414 33554432000 4194304 4196468 140737198141680 140511124736864 140512603117269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7571] ppid=7502 vsize=10916192 memory=3125656 CPUtime=1.51 cores=1,3,5,7
/proc/7505/task/7571/stat : 7571 (java) S 7502 7505 3468 0 -1 1077944384 2361 13202 0 0 66 78 4 3 20 0 15 0 49135549 11178180608 781414 33554432000 4194304 4196468 140737198141680 140511870741040 140512603118210 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 44 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
Current children cumulated CPU time: 2482.72 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 3125656 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2479.5 s]
/proc/loadavg: 2.46 1.92 1.75 3/215 7774
/proc/meminfo: memFree=23728724/32770624 swapFree=67108860/67108860
[pid=7505] ppid=7502 vsize=10916192 memory=3125684 CPUtime=2520.01 cores=1,3,5,7
/proc/7505/stat : 7505 (java) S 7502 7505 3468 0 -1 1077944320 864310 13202 0 0 251703 291 4 3 20 0 15 0 49135535 11178180608 781421 33554432000 4194304 4196468 140737198141680 140737198124224 140512603107063 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
/proc/7505/statm: 2729048 781421 3544 1 0 2690701 0
[pid=7505/tid=7558] ppid=7502 vsize=10916192 memory=3125684 CPUtime=2470.38 cores=1,3,5,7
/proc/7505/task/7558/stat : 7558 (java) R 7502 7505 3468 0 -1 4202560 563154 13202 0 0 246937 94 4 3 20 0 15 0 49135543 11178180608 781421 33554432000 4194304 4196468 140737198141680 140512574940512 140512210372592 0 4 0 16800975 0 0 0 -1 5 0 0 41 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7559] ppid=7502 vsize=10916192 memory=3125684 CPUtime=6.41 cores=1,3,5,7
/proc/7505/task/7559/stat : 7559 (java) S 7502 7505 3468 0 -1 1077944384 23934 13202 0 0 612 22 4 3 20 0 15 0 49135544 11178180608 781421 33554432000 4194304 4196468 140737198141680 140512607349776 140512603117269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7560] ppid=7502 vsize=10916192 memory=3125684 CPUtime=6.41 cores=1,3,5,7
/proc/7505/task/7560/stat : 7560 (java) S 7502 7505 3468 0 -1 1077944384 25715 13202 0 0 611 23 4 3 20 0 15 0 49135544 11178180608 781421 33554432000 4194304 4196468 140737198141680 140512541392016 140512603117269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7561] ppid=7502 vsize=10916192 memory=3125684 CPUtime=6.39 cores=1,3,5,7
/proc/7505/task/7561/stat : 7561 (java) S 7502 7505 3468 0 -1 1077944384 23722 13202 0 0 611 21 4 3 20 0 15 0 49135544 11178180608 781421 33554432000 4194304 4196468 140737198141680 140512174902032 140512603117269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7562] ppid=7502 vsize=10916192 memory=3125640 CPUtime=6.41 cores=1,3,5,7
/proc/7505/task/7562/stat : 7562 (java) S 7502 7505 3468 0 -1 1077944384 36781 13202 0 0 611 23 4 3 20 0 15 0 49135544 11178180608 781421 33554432000 4194304 4196468 140737198141680 140512173849488 140512603117269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7563] ppid=7502 vsize=10916192 memory=3125640 CPUtime=1.83 cores=1,3,5,7
/proc/7505/task/7563/stat : 7563 (java) S 7502 7505 3468 0 -1 1077944384 34627 13202 0 0 151 25 4 3 20 0 15 0 49135546 11178180608 781421 33554432000 4194304 4196468 140737198141680 140511874951408 140512603118210 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7564] ppid=7502 vsize=10916192 memory=3125640 CPUtime=0.07 cores=1,3,5,7
/proc/7505/task/7564/stat : 7564 (java) S 7502 7505 3468 0 -1 1077944384 26 13202 0 0 0 0 4 3 20 0 15 0 49135546 11178180608 781421 33554432000 4194304 4196468 140737198141680 140511667021024 140512603117269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7565] ppid=7502 vsize=10916192 memory=3125684 CPUtime=0.07 cores=1,3,5,7
/proc/7505/task/7565/stat : 7565 (java) S 7502 7505 3468 0 -1 1077944384 11 13202 0 0 0 0 4 3 20 0 15 0 49135546 11178180608 781421 33554432000 4194304 4196468 140737198141680 140511398585088 140512603117269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7566] ppid=7502 vsize=10916192 memory=3125684 CPUtime=0.07 cores=1,3,5,7
/proc/7505/task/7566/stat : 7566 (java) S 7502 7505 3468 0 -1 1077944384 3 13202 0 0 0 0 4 3 20 0 15 0 49135549 11178180608 781421 33554432000 4194304 4196468 140737198141680 140511158294480 140512603125659 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7567] ppid=7502 vsize=10916192 memory=3125684 CPUtime=9.1 cores=1,3,5,7
/proc/7505/task/7567/stat : 7567 (java) S 7502 7505 3468 0 -1 1077944384 52741 13202 0 0 894 9 4 3 20 0 15 0 49135549 11178180608 781421 33554432000 4194304 4196468 140737198141680 140511873899248 140512603118210 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7568] ppid=7502 vsize=10916192 memory=3125684 CPUtime=8.99 cores=1,3,5,7
/proc/7505/task/7568/stat : 7568 (java) S 7502 7505 3468 0 -1 1077944384 55140 13202 0 0 886 6 4 3 20 0 15 0 49135549 11178180608 781421 33554432000 4194304 4196468 140737198141680 140511872846704 140512603118210 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 48 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7569] ppid=7502 vsize=10916192 memory=3125684 CPUtime=3.08 cores=1,3,5,7
/proc/7505/task/7569/stat : 7569 (java) S 7502 7505 3468 0 -1 1077944384 43870 13202 0 0 295 6 4 3 20 0 15 0 49135549 11178180608 781421 33554432000 4194304 4196468 140737198141680 140511871793648 140512603118210 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 45 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7570] ppid=7502 vsize=10916192 memory=3125684 CPUtime=0.07 cores=1,3,5,7
/proc/7505/task/7570/stat : 7570 (java) S 7502 7505 3468 0 -1 1077944384 3 13202 0 0 0 0 4 3 20 0 15 0 49135549 11178180608 781421 33554432000 4194304 4196468 140737198141680 140511124736864 140512603117269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7571] ppid=7502 vsize=10916192 memory=3125684 CPUtime=1.53 cores=1,3,5,7
/proc/7505/task/7571/stat : 7571 (java) S 7502 7505 3468 0 -1 1077944384 2397 13202 0 0 67 79 4 3 20 0 15 0 49135549 11178180608 781421 33554432000 4194304 4196468 140737198141680 140511870741040 140512603118210 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 44 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 3125684 KiB

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

[startup+2479.55 s]
# the end of solver process 7505 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.1 s, system=2.98129 s

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

[startup+2479.5 s]
/proc/loadavg: 2.46 1.92 1.75 3/215 7774
/proc/meminfo: memFree=23728724/32770624 swapFree=67108860/67108860
[pid=7505] ppid=7502 vsize=10916192 memory=3125684 CPUtime=2520.01 cores=1,3,5,7
/proc/7505/stat : 7505 (java) S 7502 7505 3468 0 -1 1077944320 864310 13202 0 0 251703 291 4 3 20 0 15 0 49135535 11178180608 781421 33554432000 4194304 4196468 140737198141680 140737198124224 140512603107063 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
/proc/7505/statm: 2729048 781421 3544 1 0 2690701 0
[pid=7505/tid=7558] ppid=7502 vsize=10916192 memory=3125684 CPUtime=2470.38 cores=1,3,5,7
/proc/7505/task/7558/stat : 7558 (java) R 7502 7505 3468 0 -1 4202560 563154 13202 0 0 246937 94 4 3 20 0 15 0 49135543 11178180608 781421 33554432000 4194304 4196468 140737198141680 140512574940512 140512210372592 0 4 0 16800975 0 0 0 -1 5 0 0 41 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7559] ppid=7502 vsize=10916192 memory=3125684 CPUtime=6.41 cores=1,3,5,7
/proc/7505/task/7559/stat : 7559 (java) S 7502 7505 3468 0 -1 1077944384 23934 13202 0 0 612 22 4 3 20 0 15 0 49135544 11178180608 781421 33554432000 4194304 4196468 140737198141680 140512607349776 140512603117269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7560] ppid=7502 vsize=10916192 memory=3125684 CPUtime=6.41 cores=1,3,5,7
/proc/7505/task/7560/stat : 7560 (java) S 7502 7505 3468 0 -1 1077944384 25715 13202 0 0 611 23 4 3 20 0 15 0 49135544 11178180608 781421 33554432000 4194304 4196468 140737198141680 140512541392016 140512603117269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7561] ppid=7502 vsize=10916192 memory=3125684 CPUtime=6.39 cores=1,3,5,7
/proc/7505/task/7561/stat : 7561 (java) S 7502 7505 3468 0 -1 1077944384 23722 13202 0 0 611 21 4 3 20 0 15 0 49135544 11178180608 781421 33554432000 4194304 4196468 140737198141680 140512174902032 140512603117269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7562] ppid=7502 vsize=10916192 memory=3125640 CPUtime=6.41 cores=1,3,5,7
/proc/7505/task/7562/stat : 7562 (java) S 7502 7505 3468 0 -1 1077944384 36781 13202 0 0 611 23 4 3 20 0 15 0 49135544 11178180608 781421 33554432000 4194304 4196468 140737198141680 140512173849488 140512603117269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7563] ppid=7502 vsize=10916192 memory=3125640 CPUtime=1.83 cores=1,3,5,7
/proc/7505/task/7563/stat : 7563 (java) S 7502 7505 3468 0 -1 1077944384 34627 13202 0 0 151 25 4 3 20 0 15 0 49135546 11178180608 781421 33554432000 4194304 4196468 140737198141680 140511874951408 140512603118210 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7564] ppid=7502 vsize=10916192 memory=3125640 CPUtime=0.07 cores=1,3,5,7
/proc/7505/task/7564/stat : 7564 (java) S 7502 7505 3468 0 -1 1077944384 26 13202 0 0 0 0 4 3 20 0 15 0 49135546 11178180608 781421 33554432000 4194304 4196468 140737198141680 140511667021024 140512603117269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7565] ppid=7502 vsize=10916192 memory=3125684 CPUtime=0.07 cores=1,3,5,7
/proc/7505/task/7565/stat : 7565 (java) S 7502 7505 3468 0 -1 1077944384 11 13202 0 0 0 0 4 3 20 0 15 0 49135546 11178180608 781421 33554432000 4194304 4196468 140737198141680 140511398585088 140512603117269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7566] ppid=7502 vsize=10916192 memory=3125684 CPUtime=0.07 cores=1,3,5,7
/proc/7505/task/7566/stat : 7566 (java) S 7502 7505 3468 0 -1 1077944384 3 13202 0 0 0 0 4 3 20 0 15 0 49135549 11178180608 781421 33554432000 4194304 4196468 140737198141680 140511158294480 140512603125659 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7567] ppid=7502 vsize=10916192 memory=3125684 CPUtime=9.1 cores=1,3,5,7
/proc/7505/task/7567/stat : 7567 (java) S 7502 7505 3468 0 -1 1077944384 52741 13202 0 0 894 9 4 3 20 0 15 0 49135549 11178180608 781421 33554432000 4194304 4196468 140737198141680 140511873899248 140512603118210 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7568] ppid=7502 vsize=10916192 memory=3125684 CPUtime=8.99 cores=1,3,5,7
/proc/7505/task/7568/stat : 7568 (java) S 7502 7505 3468 0 -1 1077944384 55140 13202 0 0 886 6 4 3 20 0 15 0 49135549 11178180608 781421 33554432000 4194304 4196468 140737198141680 140511872846704 140512603118210 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 48 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7569] ppid=7502 vsize=10916192 memory=3125684 CPUtime=3.08 cores=1,3,5,7
/proc/7505/task/7569/stat : 7569 (java) S 7502 7505 3468 0 -1 1077944384 43870 13202 0 0 295 6 4 3 20 0 15 0 49135549 11178180608 781421 33554432000 4194304 4196468 140737198141680 140511871793648 140512603118210 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 45 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7570] ppid=7502 vsize=10916192 memory=3125684 CPUtime=0.07 cores=1,3,5,7
/proc/7505/task/7570/stat : 7570 (java) S 7502 7505 3468 0 -1 1077944384 3 13202 0 0 0 0 4 3 20 0 15 0 49135549 11178180608 781421 33554432000 4194304 4196468 140737198141680 140511124736864 140512603117269 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
[pid=7505/tid=7571] ppid=7502 vsize=10916192 memory=3125684 CPUtime=1.53 cores=1,3,5,7
/proc/7505/task/7571/stat : 7571 (java) S 7502 7505 3468 0 -1 1077944384 2397 13202 0 0 67 79 4 3 20 0 15 0 49135549 11178180608 781421 33554432000 4194304 4196468 140737198141680 140511870741040 140512603118210 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 44 0 0 6293624 6294260 37117952 140737198143659 140737198146908 140737198146908 140737198149583 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 3125684 KiB

Child status: 143
Real time (s): 2479.55
CPU time (s): 2520.09
CPU user time (s): 2517.1
CPU system time (s): 2.98129
CPU usage (%): 101.635
Max. virtual memory (cumulated for all children) (KiB): 10919024
Max. memory (cumulated for all children) (KiB): 3126608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.1
system time used= 2.98129
maximum resident set size= 3129924
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 881839
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3056
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 93049
involuntary context switches= 2526


# summary of solver processes directly reported to runsolver:
#   pid: 7505
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2517.1
#   total CPU system time (s): 2.98129

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.2022 second user time and 23.4578 second system time

The end

Launcher Data

Begin job on node149 at 2018-07-23 05:15:23
IDJOB=4293461
IDBENCH=141178
IDSOLVER=2751
FILE ID=node149/4293461-1532315723
RUNJOBID= node149-1532298084-3500
PBS_JOBID= 21018995
Free space on /tmp= 51816 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/Rlfap/Rlfap-dec-scens11/Rlfap-scen-11-f03_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-4293461-1532315723/watcher-4293461-1532315723 -o /tmp/evaluation-result-4293461-1532315723/solver-4293461-1532315723 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1532298084-3500 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1618696811 -superng HOME/instance-4293461-1532315723.xml

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

MD5SUM BENCH= b0c58d7e712a0938766b5bf6b16c9539
RANDOM SEED=1618696811

node149.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.60
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.60
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.60
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.60
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:        27083000 kB
MemAvailable:   29927048 kB
Buffers:          146076 kB
Cached:          2956584 kB
SwapCached:            0 kB
Active:          3689356 kB
Inactive:        1514096 kB
Active(anon):    2049732 kB
Inactive(anon):    70228 kB
Active(file):    1639624 kB
Inactive(file):  1443868 kB
Unevictable:        7564 kB
Mlocked:            7564 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26544 kB
Writeback:             0 kB
AnonPages:       2130208 kB
Mapped:            49552 kB
Shmem:             17032 kB
Slab:             180928 kB
SReclaimable:     152784 kB
SUnreclaim:        28144 kB
KernelStack:        3792 kB
PageTables:         9352 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3105360 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1902592 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 51788 MiB
End job on node149 at 2018-07-23 05:56:43