Trace number 4294760

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.05 2477.83

General information on the benchmark

NameHaystacks/
Haystacks-ext-12_c18.xml
MD5SUM9b1722167e694dc70b944145256e05c5
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 benchmark8.23106
Satisfiable
(Un)Satisfiability was proved
Number of variables144
Number of constraints803
Number of domains1
Minimum domain size12
Maximum domain size12
Distribution of domain sizes[{"size":12,"count":144}]
Minimum variable degree11
Maximum variable degree12
Distribution of variable degrees[{"degree":11,"count":122},{"degree":12,"count":22}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":803}]
Number of extensional constraints803
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":803}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294760-1532484413/watcher-4294760-1532484413 -o /tmp/evaluation-result-4294760-1532484413/solver-4294760-1532484413 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532466433-19937 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=131353381 HOME/instance-4294760-1532484413.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
Current StackSize limit: 8192 KiB

solver pid=23995, runsolver pid=23992

[startup+0.100115 s]*
/proc/loadavg: 1.32 1.41 1.44 3/211 24052
/proc/meminfo: memFree=19689460/32770624 swapFree=67108860/67108860
[pid=23995] ppid=23992 vsize=9972712 memory=17076 CPUtime=0.09 cores=1,3,5,7
/proc/23995/stat : 23995 (java) S 23992 23995 19905 0 -1 1077944320 4395 13036 0 0 1 0 5 3 20 0 6 0 66004441 10212057088 4269 33554432000 4194304 4196468 140725041560224 140725041542768 140329254936311 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
/proc/23995/statm: 2493178 4269 1934 1 0 2481616 0
[pid=23995/tid=24048] ppid=23992 vsize=9972712 memory=4628411388058700198 CPUtime=0.09 cores=1,3,5,7
/proc/23995/task/24048/stat : 24048 (java) R 23992 23995 19905 0 -1 4202560 2207 13036 0 0 1 0 5 3 20 0 6 0 66004450 10212057088 4269 33554432000 4194304 4196468 140725041560224 140329226773072 140329239016798 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24049] ppid=23992 vsize=9972712 memory=5793855298525383097 CPUtime=0.08 cores=1,3,5,7
/proc/23995/task/24049/stat : 24049 (java) S 23992 23995 19905 0 -1 1077944384 1 13036 0 0 0 0 5 3 20 0 6 0 66004451 10212057088 4269 33554432000 4194304 4196468 140725041560224 140329259178768 140329254946517 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24050] ppid=23992 vsize=9972712 memory=140047515489920 CPUtime=0.08 cores=1,3,5,7
/proc/23995/task/24050/stat : 24050 (java) S 23992 23995 19905 0 -1 1077944384 1 13036 0 0 0 0 5 3 20 0 6 0 66004451 10212057088 4269 33554432000 4194304 4196468 140725041560224 140329147452304 140329254946517 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24051] ppid=23992 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23995/task/24051/stat : 24051 (java) S 23992 23995 19905 0 -1 1077944384 1 13036 0 0 0 0 5 3 20 0 6 0 66004451 10212057088 4269 33554432000 4194304 4196468 140725041560224 140329146399760 140329254946517 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24052] ppid=23992 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23995/task/24052/stat : 24052 (java) S 23992 23995 19905 0 -1 1077944384 2 13036 0 0 0 0 5 3 20 0 6 0 66004451 10212057088 4269 33554432000 4194304 4196468 140725041560224 140329145347216 140329254946517 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17076 KiB

[startup+0.210252 s]*
/proc/loadavg: 1.32 1.41 1.44 3/220 24061
/proc/meminfo: memFree=19665060/32770624 swapFree=67108860/67108860
[pid=23995] ppid=23992 vsize=10818904 memory=45748 CPUtime=0.26 cores=1,3,5,7
/proc/23995/stat : 23995 (java) S 23992 23995 19905 0 -1 1077944320 8127 13036 0 0 16 2 5 3 20 0 15 0 66004441 11078557696 11437 33554432000 4194304 4196468 140725041560224 140725041542768 140329254936311 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
/proc/23995/statm: 2704726 11437 2975 1 0 2667149 0
[pid=23995/tid=24048] ppid=23992 vsize=10818904 memory=-8540663193526752614 CPUtime=0.19 cores=1,3,5,7
/proc/23995/task/24048/stat : 24048 (java) R 23992 23995 19905 0 -1 4202560 4651 13036 0 0 10 1 5 3 20 0 15 0 66004450 11078557696 11437 33554432000 4194304 4196468 140725041560224 140329226751152 140329239016798 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24049] ppid=23992 vsize=10818904 memory=4211973773720280458 CPUtime=0.08 cores=1,3,5,7
/proc/23995/task/24049/stat : 24049 (java) S 23992 23995 19905 0 -1 1077944384 1 13036 0 0 0 0 5 3 20 0 15 0 66004451 11078557696 11437 33554432000 4194304 4196468 140725041560224 140329259178768 140329254946517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24050] ppid=23992 vsize=10818904 memory=140047515489920 CPUtime=0.08 cores=1,3,5,7
/proc/23995/task/24050/stat : 24050 (java) S 23992 23995 19905 0 -1 1077944384 1 13036 0 0 0 0 5 3 20 0 15 0 66004451 11078557696 11437 33554432000 4194304 4196468 140725041560224 140329147452304 140329254946517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24051] ppid=23992 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23995/task/24051/stat : 24051 (java) S 23992 23995 19905 0 -1 1077944384 1 13036 0 0 0 0 5 3 20 0 15 0 66004451 11078557696 11437 33554432000 4194304 4196468 140725041560224 140329146399760 140329254946517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24052] ppid=23992 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23995/task/24052/stat : 24052 (java) S 23992 23995 19905 0 -1 1077944384 2 13036 0 0 0 0 5 3 20 0 15 0 66004451 11078557696 11437 33554432000 4194304 4196468 140725041560224 140329145347216 140329254946517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24053] ppid=23992 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23995/task/24053/stat : 24053 (java) S 23992 23995 19905 0 -1 1077944384 2 13036 0 0 0 0 5 3 20 0 15 0 66004452 11078557696 11437 33554432000 4194304 4196468 140725041560224 140328713521136 140329254947458 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24054] ppid=23992 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/23995/task/24054/stat : 24054 (java) S 23992 23995 19905 0 -1 1077944384 33 13036 0 0 0 0 5 3 20 0 15 0 66004453 11078557696 11437 33554432000 4194304 4196468 140725041560224 140328712467360 140329254946517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24055] ppid=23992 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23995/task/24055/stat : 24055 (java) S 23992 23995 19905 0 -1 1077944384 1 13036 0 0 0 0 5 3 20 0 15 0 66004453 11078557696 11437 33554432000 4194304 4196468 140725041560224 140328594039792 140329254946517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24056] ppid=23992 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23995/task/24056/stat : 24056 (java) S 23992 23995 19905 0 -1 1077944384 2 13036 0 0 0 0 5 3 20 0 15 0 66004456 11078557696 11437 33554432000 4194304 4196468 140725041560224 140327990061264 140329254954907 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24057] ppid=23992 vsize=10818904 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/23995/task/24057/stat : 24057 (java) S 23992 23995 19905 0 -1 1077944384 489 13036 0 0 1 0 5 3 20 0 15 0 66004456 11078557696 11437 33554432000 4194304 4196468 140725041560224 140328678910448 140329254947458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24058] ppid=23992 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/23995/task/24058/stat : 24058 (java) S 23992 23995 19905 0 -1 1077944384 141 13036 0 0 0 0 5 3 20 0 15 0 66004456 11078557696 11437 33554432000 4194304 4196468 140725041560224 140328677857904 140329254947458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24059] ppid=23992 vsize=10818904 memory=140047515489920 CPUtime=0.11 cores=1,3,5,7
/proc/23995/task/24059/stat : 24059 (java) S 23992 23995 19905 0 -1 1077944384 611 13036 0 0 3 0 5 3 20 0 15 0 66004456 11078557696 11437 33554432000 4194304 4196468 140725041560224 140328676805360 140329254947458 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24060] ppid=23992 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/23995/task/24060/stat : 24060 (java) S 23992 23995 19905 0 -1 1077944384 3 13036 0 0 0 0 5 3 20 0 15 0 66004456 11078557696 11437 33554432000 4194304 4196468 140725041560224 140327520300128 140329254946517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24061] ppid=23992 vsize=10818936 memory=140047515489920 CPUtime=0.08 cores=1,3,5,7
/proc/23995/task/24061/stat : 24061 (java) S 23992 23995 19905 0 -1 1077944384 1 13036 0 0 0 0 5 3 20 0 15 0 66004456 11078590464 11437 33554432000 4194304 4196468 140725041560224 140328675752240 140329254947458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 45748 KiB

[startup+0.31054 s]*
/proc/loadavg: 1.32 1.41 1.44 3/220 24061
/proc/meminfo: memFree=19653116/32770624 swapFree=67108860/67108860
[pid=23995] ppid=23992 vsize=10819352 memory=56388 CPUtime=0.38 cores=1,3,5,7
/proc/23995/stat : 23995 (java) S 23992 23995 19905 0 -1 1077944320 10629 13036 0 0 28 2 5 3 20 0 15 0 66004441 11079016448 14097 33554432000 4194304 4196468 140725041560224 140725041542768 140329254936311 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
/proc/23995/statm: 2704838 14097 3094 1 0 2667149 0
[pid=23995/tid=24048] ppid=23992 vsize=10819352 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/23995/task/24048/stat : 24048 (java) R 23992 23995 19905 0 -1 4202560 7142 13036 0 0 19 2 5 3 20 0 15 0 66004450 11079016448 14097 33554432000 4194304 4196468 140725041560224 140329226748320 140329239016798 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24049] ppid=23992 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23995/task/24049/stat : 24049 (java) S 23992 23995 19905 0 -1 1077944384 1 13036 0 0 0 0 5 3 20 0 15 0 66004451 11079016448 14097 33554432000 4194304 4196468 140725041560224 140329259178768 140329254946517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24050] ppid=23992 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23995/task/24050/stat : 24050 (java) S 23992 23995 19905 0 -1 1077944384 1 13036 0 0 0 0 5 3 20 0 15 0 66004451 11079016448 14097 33554432000 4194304 4196468 140725041560224 140329147452304 140329254946517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24051] ppid=23992 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23995/task/24051/stat : 24051 (java) S 23992 23995 19905 0 -1 1077944384 1 13036 0 0 0 0 5 3 20 0 15 0 66004451 11079016448 14097 33554432000 4194304 4196468 140725041560224 140329146399760 140329254946517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24052] ppid=23992 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/23995/task/24052/stat : 24052 (java) S 23992 23995 19905 0 -1 1077944384 2 13036 0 0 0 0 5 3 20 0 15 0 66004451 11079016448 14097 33554432000 4194304 4196468 140725041560224 140329145347216 140329254946517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24053] ppid=23992 vsize=10819352 memory=140047515489919 CPUtime=0.08 cores=1,3,5,7
/proc/23995/task/24053/stat : 24053 (java) S 23992 23995 19905 0 -1 1077944384 2 13036 0 0 0 0 5 3 20 0 15 0 66004452 11079016448 14097 33554432000 4194304 4196468 140725041560224 140328713521136 140329254947458 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24054] ppid=23992 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/23995/task/24054/stat : 24054 (java) S 23992 23995 19905 0 -1 1077944384 33 13036 0 0 0 0 5 3 20 0 15 0 66004453 11079016448 14097 33554432000 4194304 4196468 140725041560224 140328712467360 140329254946517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24055] ppid=23992 vsize=10819352 memory=140047515489920 CPUtime=0.08 cores=1,3,5,7
/proc/23995/task/24055/stat : 24055 (java) S 23992 23995 19905 0 -1 1077944384 1 13036 0 0 0 0 5 3 20 0 15 0 66004453 11079016448 14097 33554432000 4194304 4196468 140725041560224 140328594039792 140329254946517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24056] ppid=23992 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/23995/task/24056/stat : 24056 (java) S 23992 23995 19905 0 -1 1077944384 2 13036 0 0 0 0 5 3 20 0 15 0 66004456 11079016448 14097 33554432000 4194304 4196468 140725041560224 140327990061264 140329254954907 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24057] ppid=23992 vsize=10819352 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/23995/task/24057/stat : 24057 (java) S 23992 23995 19905 0 -1 1077944384 489 13036 0 0 1 0 5 3 20 0 15 0 66004456 11079016448 14097 33554432000 4194304 4196468 140725041560224 140328678910448 140329254947458 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24058] ppid=23992 vsize=10819352 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/23995/task/24058/stat : 24058 (java) S 23992 23995 19905 0 -1 1077944384 144 13036 0 0 1 0 5 3 20 0 15 0 66004456 11079016448 14097 33554432000 4194304 4196468 140725041560224 140328677857904 140329254947458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24059] ppid=23992 vsize=10819352 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/23995/task/24059/stat : 24059 (java) S 23992 23995 19905 0 -1 1077944384 617 13036 0 0 5 0 5 3 20 0 15 0 66004456 11079016448 14097 33554432000 4194304 4196468 140725041560224 140328676805360 140329254947458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24060] ppid=23992 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23995/task/24060/stat : 24060 (java) S 23992 23995 19905 0 -1 1077944384 3 13036 0 0 0 0 5 3 20 0 15 0 66004456 11079016448 14097 33554432000 4194304 4196468 140725041560224 140327520300128 140329254946517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24061] ppid=23992 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23995/task/24061/stat : 24061 (java) S 23992 23995 19905 0 -1 1077944384 1 13036 0 0 0 0 5 3 20 0 15 0 66004456 11079016448 14097 33554432000 4194304 4196468 140725041560224 140328675752240 140329254947458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 56388 KiB

[startup+0.700806 s]
/proc/loadavg: 1.32 1.41 1.44 3/220 24061
/proc/meminfo: memFree=19642448/32770624 swapFree=67108860/67108860
[pid=23995] ppid=23992 vsize=10819352 memory=88500 CPUtime=0.99 cores=1,3,5,7
/proc/23995/stat : 23995 (java) S 23992 23995 19905 0 -1 1077944320 16767 13036 0 0 87 4 5 3 20 0 15 0 66004441 11079016448 22125 33554432000 4194304 4196468 140725041560224 140725041542768 140329254936311 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
/proc/23995/statm: 2704838 22125 3238 1 0 2667149 0
[pid=23995/tid=24048] ppid=23992 vsize=10819352 memory=20204 CPUtime=0.67 cores=1,3,5,7
/proc/23995/task/24048/stat : 24048 (java) R 23992 23995 19905 0 -1 4202560 12219 13036 0 0 56 3 5 3 20 0 15 0 66004450 11079016448 22125 33554432000 4194304 4196468 140725041560224 140329226757136 140329240101897 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24049] ppid=23992 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23995/task/24049/stat : 24049 (java) S 23992 23995 19905 0 -1 1077944384 1 13036 0 0 0 0 5 3 20 0 15 0 66004451 11079016448 22125 33554432000 4194304 4196468 140725041560224 140329259178768 140329254946517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24050] ppid=23992 vsize=10819352 memory=288230583132496608 CPUtime=0.08 cores=1,3,5,7
/proc/23995/task/24050/stat : 24050 (java) S 23992 23995 19905 0 -1 1077944384 1 13036 0 0 0 0 5 3 20 0 15 0 66004451 11079016448 22125 33554432000 4194304 4196468 140725041560224 140329147452304 140329254946517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24051] ppid=23992 vsize=10819352 memory=288287775051220497 CPUtime=0.08 cores=1,3,5,7
/proc/23995/task/24051/stat : 24051 (java) S 23992 23995 19905 0 -1 1077944384 1 13036 0 0 0 0 5 3 20 0 15 0 66004451 11079016448 22125 33554432000 4194304 4196468 140725041560224 140329146399760 140329254946517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24052] ppid=23992 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23995/task/24052/stat : 24052 (java) S 23992 23995 19905 0 -1 1077944384 2 13036 0 0 0 0 5 3 20 0 15 0 66004451 11079016448 22125 33554432000 4194304 4196468 140725041560224 140329145347216 140329254946517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24053] ppid=23992 vsize=10819352 memory=140047408210432 CPUtime=0.08 cores=1,3,5,7
/proc/23995/task/24053/stat : 24053 (java) S 23992 23995 19905 0 -1 1077944384 6 13036 0 0 0 0 5 3 20 0 15 0 66004452 11079016448 22125 33554432000 4194304 4196468 140725041560224 140328713521136 140329254947458 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24054] ppid=23992 vsize=10819352 memory=140050293588962 CPUtime=0.08 cores=1,3,5,7
/proc/23995/task/24054/stat : 24054 (java) S 23992 23995 19905 0 -1 1077944384 33 13036 0 0 0 0 5 3 20 0 15 0 66004453 11079016448 22125 33554432000 4194304 4196468 140725041560224 140328712467360 140329254946517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24055] ppid=23992 vsize=10819352 memory=956 CPUtime=0.08 cores=1,3,5,7
/proc/23995/task/24055/stat : 24055 (java) S 23992 23995 19905 0 -1 1077944384 1 13036 0 0 0 0 5 3 20 0 15 0 66004453 11079016448 22125 33554432000 4194304 4196468 140725041560224 140328594039792 140329254946517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24056] ppid=23992 vsize=10819352 memory=7305218370954160725 CPUtime=0.08 cores=1,3,5,7
/proc/23995/task/24056/stat : 24056 (java) S 23992 23995 19905 0 -1 1077944384 2 13036 0 0 0 0 5 3 20 0 15 0 66004456 11079016448 22125 33554432000 4194304 4196468 140725041560224 140327990061264 140329254954907 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24057] ppid=23992 vsize=10819352 memory=7452169109558028137 CPUtime=0.14 cores=1,3,5,7
/proc/23995/task/24057/stat : 24057 (java) S 23992 23995 19905 0 -1 1077944384 853 13036 0 0 6 0 5 3 20 0 15 0 66004456 11079016448 22125 33554432000 4194304 4196468 140725041560224 140328678910448 140329254947458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24058] ppid=23992 vsize=10819352 memory=6935652554413002832 CPUtime=0.18 cores=1,3,5,7
/proc/23995/task/24058/stat : 24058 (java) S 23992 23995 19905 0 -1 1077944384 762 13036 0 0 10 0 5 3 20 0 15 0 66004456 11079016448 22125 33554432000 4194304 4196468 140725041560224 140328677857904 140329254947458 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24059] ppid=23992 vsize=10819352 memory=5450909908396308010 CPUtime=0.21 cores=1,3,5,7
/proc/23995/task/24059/stat : 24059 (java) S 23992 23995 19905 0 -1 1077944384 691 13036 0 0 13 0 5 3 20 0 15 0 66004456 11079016448 22125 33554432000 4194304 4196468 140725041560224 140328676805360 140329254947458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24060] ppid=23992 vsize=10819352 memory=1404238533875048054 CPUtime=0.08 cores=1,3,5,7
/proc/23995/task/24060/stat : 24060 (java) S 23992 23995 19905 0 -1 1077944384 3 13036 0 0 0 0 5 3 20 0 15 0 66004456 11079016448 22125 33554432000 4194304 4196468 140725041560224 140327520300128 140329254946517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24061] ppid=23992 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23995/task/24061/stat : 24061 (java) S 23992 23995 19905 0 -1 1077944384 1 13036 0 0 0 0 5 3 20 0 15 0 66004456 11079016448 22125 33554432000 4194304 4196468 140725041560224 140328675752240 140329254947458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 88500 KiB

[startup+1.50923 s]
/proc/loadavg: 1.32 1.41 1.44 3/220 24061
/proc/meminfo: memFree=19596116/32770624 swapFree=67108860/67108860
[pid=23995] ppid=23992 vsize=10834252 memory=181116 CPUtime=2.42 cores=1,3,5,7
/proc/23995/stat : 23995 (java) S 23992 23995 19905 0 -1 1077944320 23996 13036 0 0 225 9 5 3 20 0 15 0 66004441 11094274048 45279 33554432000 4194304 4196468 140725041560224 140725041542768 140329254936311 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
/proc/23995/statm: 2708563 45279 3471 1 0 2670221 0
[pid=23995/tid=24048] ppid=23992 vsize=10834252 memory=138924 CPUtime=1.44 cores=1,3,5,7
/proc/23995/task/24048/stat : 24048 (java) R 23992 23995 19905 0 -1 4202560 17522 13036 0 0 131 5 5 3 20 0 15 0 66004450 11094274048 45279 33554432000 4194304 4196468 140725041560224 140329226752536 140329238979941 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24049] ppid=23992 vsize=10834252 memory=-3117775541953848418 CPUtime=0.09 cores=1,3,5,7
/proc/23995/task/24049/stat : 24049 (java) S 23992 23995 19905 0 -1 1077944384 169 13036 0 0 1 0 5 3 20 0 15 0 66004451 11094274048 45279 33554432000 4194304 4196468 140725041560224 140329259178768 140329254946517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24050] ppid=23992 vsize=10834252 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/23995/task/24050/stat : 24050 (java) S 23992 23995 19905 0 -1 1077944384 50 13036 0 0 1 0 5 3 20 0 15 0 66004451 11094274048 45279 33554432000 4194304 4196468 140725041560224 140329147452304 140329254946517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24051] ppid=23992 vsize=10834252 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/23995/task/24051/stat : 24051 (java) S 23992 23995 19905 0 -1 1077944384 20 13036 0 0 1 0 5 3 20 0 15 0 66004451 11094274048 45279 33554432000 4194304 4196468 140725041560224 140329146399760 140329254946517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24052] ppid=23992 vsize=10834252 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/23995/task/24052/stat : 24052 (java) S 23992 23995 19905 0 -1 1077944384 35 13036 0 0 1 0 5 3 20 0 15 0 66004451 11094274048 45279 33554432000 4194304 4196468 140725041560224 140329145347216 140329254946517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24053] ppid=23992 vsize=10834252 memory=243354256348180 CPUtime=0.09 cores=1,3,5,7
/proc/23995/task/24053/stat : 24053 (java) S 23992 23995 19905 0 -1 1077944384 63 13036 0 0 1 0 5 3 20 0 15 0 66004452 11094274048 45279 33554432000 4194304 4196468 140725041560224 140328713521136 140329254947458 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24054] ppid=23992 vsize=10834252 memory=315765 CPUtime=0.08 cores=1,3,5,7
/proc/23995/task/24054/stat : 24054 (java) S 23992 23995 19905 0 -1 1077944384 34 13036 0 0 0 0 5 3 20 0 15 0 66004453 11094274048 45279 33554432000 4194304 4196468 140725041560224 140328712467424 140329254946517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24055] ppid=23992 vsize=10834252 memory=6935650355271196736 CPUtime=0.08 cores=1,3,5,7
/proc/23995/task/24055/stat : 24055 (java) S 23992 23995 19905 0 -1 1077944384 1 13036 0 0 0 0 5 3 20 0 15 0 66004453 11094274048 45279 33554432000 4194304 4196468 140725041560224 140328594039808 140329254946517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24056] ppid=23992 vsize=10834252 memory=6935649255759568960 CPUtime=0.08 cores=1,3,5,7
/proc/23995/task/24056/stat : 24056 (java) S 23992 23995 19905 0 -1 1077944384 2 13036 0 0 0 0 5 3 20 0 15 0 66004456 11094274048 45279 33554432000 4194304 4196468 140725041560224 140327990061264 140329254954907 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24057] ppid=23992 vsize=10834252 memory=280094815813872 CPUtime=0.27 cores=1,3,5,7
/proc/23995/task/24057/stat : 24057 (java) S 23992 23995 19905 0 -1 1077944384 1189 13036 0 0 19 0 5 3 20 0 15 0 66004456 11094274048 45279 33554432000 4194304 4196468 140725041560224 140328678910448 140329254947458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24058] ppid=23992 vsize=10834252 memory=4639059873309409377 CPUtime=0.34 cores=1,3,5,7
/proc/23995/task/24058/stat : 24058 (java) S 23992 23995 19905 0 -1 1077944384 1243 13036 0 0 26 0 5 3 20 0 15 0 66004456 11094274048 45279 33554432000 4194304 4196468 140725041560224 140328677857904 140329254947458 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24059] ppid=23992 vsize=10834252 memory=-6305710616003895168 CPUtime=0.47 cores=1,3,5,7
/proc/23995/task/24059/stat : 24059 (java) R 23992 23995 19905 0 -1 4202560 1475 13036 0 0 39 0 5 3 20 0 15 0 66004456 11094274048 45279 33554432000 4194304 4196468 140725041560224 140328676805360 140329248036011 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24060] ppid=23992 vsize=10834252 memory=6655300316396806240 CPUtime=0.08 cores=1,3,5,7
/proc/23995/task/24060/stat : 24060 (java) S 23992 23995 19905 0 -1 1077944384 3 13036 0 0 0 0 5 3 20 0 15 0 66004456 11094274048 45279 33554432000 4194304 4196468 140725041560224 140327520300128 140329254946517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24061] ppid=23992 vsize=10834252 memory=6944656592455360604 CPUtime=0.08 cores=1,3,5,7
/proc/23995/task/24061/stat : 24061 (java) S 23992 23995 19905 0 -1 1077944384 1 13036 0 0 0 0 5 3 20 0 15 0 66004456 11094274048 45279 33554432000 4194304 4196468 140725041560224 140328675752240 140329254947458 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
Current children cumulated CPU time: 2.42 s
Current children cumulated vsize: 10834252 KiB

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

/proc/23995/task/24048/stat : 24048 (java) R 23992 23995 19905 0 -1 4202560 91858 13036 0 0 229370 60 5 3 20 0 15 0 66004450 11176083456 292853 33554432000 4194304 4196468 140725041560224 140329226769952 140328819860872 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24049] ppid=23992 vsize=10914144 memory=1176976 CPUtime=12.04 cores=1,3,5,7
/proc/23995/task/24049/stat : 24049 (java) S 23992 23995 19905 0 -1 1077944384 13023 13036 0 0 1135 61 5 3 20 0 15 0 66004451 11176083456 292853 33554432000 4194304 4196468 140725041560224 140329259178768 140329254946517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24050] ppid=23992 vsize=10914144 memory=1176976 CPUtime=12.08 cores=1,3,5,7
/proc/23995/task/24050/stat : 24050 (java) S 23992 23995 19905 0 -1 1077944384 17739 13036 0 0 1137 63 5 3 20 0 15 0 66004451 11176083456 292853 33554432000 4194304 4196468 140725041560224 140329147452304 140329254946517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24051] ppid=23992 vsize=10914144 memory=1171392 CPUtime=12.02 cores=1,3,5,7
/proc/23995/task/24051/stat : 24051 (java) S 23992 23995 19905 0 -1 1077944384 13088 13036 0 0 1127 67 5 3 20 0 15 0 66004451 11176083456 292853 33554432000 4194304 4196468 140725041560224 140329146399760 140329254946517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24052] ppid=23992 vsize=10914144 memory=1171392 CPUtime=12.06 cores=1,3,5,7
/proc/23995/task/24052/stat : 24052 (java) S 23992 23995 19905 0 -1 1077944384 16510 13036 0 0 1133 65 5 3 20 0 15 0 66004451 11176083456 292853 33554432000 4194304 4196468 140725041560224 140329145347216 140329254946517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24053] ppid=23992 vsize=10914144 memory=1171404 CPUtime=11.47 cores=1,3,5,7
/proc/23995/task/24053/stat : 24053 (java) S 23992 23995 19905 0 -1 1077944384 14296 13036 0 0 1074 65 5 3 20 0 15 0 66004452 11176083456 292853 33554432000 4194304 4196468 140725041560224 140328713521136 140329254947458 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 46 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24054] ppid=23992 vsize=10914144 memory=1171412 CPUtime=0.08 cores=1,3,5,7
/proc/23995/task/24054/stat : 24054 (java) S 23992 23995 19905 0 -1 1077944384 38 13036 0 0 0 0 5 3 20 0 15 0 66004453 11176083456 292853 33554432000 4194304 4196468 140725041560224 140328712467488 140329254946517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24055] ppid=23992 vsize=10914144 memory=1171412 CPUtime=0.08 cores=1,3,5,7
/proc/23995/task/24055/stat : 24055 (java) S 23992 23995 19905 0 -1 1077944384 1 13036 0 0 0 0 5 3 20 0 15 0 66004453 11176083456 292853 33554432000 4194304 4196468 140725041560224 140328594039808 140329254946517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24056] ppid=23992 vsize=10914144 memory=4036 CPUtime=0.08 cores=1,3,5,7
/proc/23995/task/24056/stat : 24056 (java) S 23992 23995 19905 0 -1 1077944384 2 13036 0 0 0 0 5 3 20 0 15 0 66004456 11176083456 292853 33554432000 4194304 4196468 140725041560224 140327990061264 140329254954907 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24057] ppid=23992 vsize=10914144 memory=20236 CPUtime=2.43 cores=1,3,5,7
/proc/23995/task/24057/stat : 24057 (java) S 23992 23995 19905 0 -1 1077944384 9925 13036 0 0 232 3 5 3 20 0 15 0 66004456 11176083456 292853 33554432000 4194304 4196468 140725041560224 140328678910448 140329254947458 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 58 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24058] ppid=23992 vsize=10914144 memory=1171412 CPUtime=2.75 cores=1,3,5,7
/proc/23995/task/24058/stat : 24058 (java) S 23992 23995 19905 0 -1 1077944384 8894 13036 0 0 264 3 5 3 20 0 15 0 66004456 11176083456 292853 33554432000 4194304 4196468 140725041560224 140328677857904 140329254947458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24059] ppid=23992 vsize=10914144 memory=1171404 CPUtime=1.86 cores=1,3,5,7
/proc/23995/task/24059/stat : 24059 (java) S 23992 23995 19905 0 -1 1077944384 12062 13036 0 0 175 3 5 3 20 0 15 0 66004456 11176083456 292853 33554432000 4194304 4196468 140725041560224 140328676805360 140329254947458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 52 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24060] ppid=23992 vsize=10914144 memory=1171404 CPUtime=0.08 cores=1,3,5,7
/proc/23995/task/24060/stat : 24060 (java) S 23992 23995 19905 0 -1 1077944384 3 13036 0 0 0 0 5 3 20 0 15 0 66004456 11176083456 292853 33554432000 4194304 4196468 140725041560224 140327520300128 140329254946517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24061] ppid=23992 vsize=10914144 memory=1171404 CPUtime=1.59 cores=1,3,5,7
/proc/23995/task/24061/stat : 24061 (java) S 23992 23995 19905 0 -1 1077944384 1074 13036 0 0 66 85 5 3 20 0 15 0 66004456 11176083456 292853 33554432000 4194304 4196468 140725041560224 140328675752240 140329254947458 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 55 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
Current children cumulated CPU time: 2362.09 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1171412 KiB

[startup+2382.3 s]
/proc/loadavg: 1.43 1.50 1.48 3/220 24268
/proc/meminfo: memFree=18494456/32770624 swapFree=67108860/67108860
[pid=23995] ppid=23992 vsize=10914144 memory=1171464 CPUtime=2423.03 cores=1,3,5,7
/proc/23995/stat : 23995 (java) S 23992 23995 19905 0 -1 1077944320 202235 13036 0 0 241888 407 5 3 20 0 15 0 66004441 11176083456 292866 33554432000 4194304 4196468 140725041560224 140725041542768 140329254936311 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
/proc/23995/statm: 2728536 292866 3519 1 0 2690189 0
[pid=23995/tid=24048] ppid=23992 vsize=10914144 memory=1171464 CPUtime=2353.67 cores=1,3,5,7
/proc/23995/task/24048/stat : 24048 (java) R 23992 23995 19905 0 -1 4202560 92790 13036 0 0 235298 61 5 3 20 0 15 0 66004450 11176083456 292866 33554432000 4194304 4196468 140725041560224 140329226770192 140328829512709 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24049] ppid=23992 vsize=10914144 memory=1171464 CPUtime=12.37 cores=1,3,5,7
/proc/23995/task/24049/stat : 24049 (java) S 23992 23995 19905 0 -1 1077944384 13080 13036 0 0 1166 63 5 3 20 0 15 0 66004451 11176083456 292866 33554432000 4194304 4196468 140725041560224 140329259178768 140329254946517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24050] ppid=23992 vsize=10914144 memory=1171464 CPUtime=12.4 cores=1,3,5,7
/proc/23995/task/24050/stat : 24050 (java) S 23992 23995 19905 0 -1 1077944384 17750 13036 0 0 1168 64 5 3 20 0 15 0 66004451 11176083456 292866 33554432000 4194304 4196468 140725041560224 140329147452304 140329254946517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24051] ppid=23992 vsize=10914144 memory=1171464 CPUtime=12.36 cores=1,3,5,7
/proc/23995/task/24051/stat : 24051 (java) S 23992 23995 19905 0 -1 1077944384 13218 13036 0 0 1159 69 5 3 20 0 15 0 66004451 11176083456 292866 33554432000 4194304 4196468 140725041560224 140329146399760 140329254946517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24052] ppid=23992 vsize=10914144 memory=1171464 CPUtime=12.39 cores=1,3,5,7
/proc/23995/task/24052/stat : 24052 (java) S 23992 23995 19905 0 -1 1077944384 16795 13036 0 0 1164 67 5 3 20 0 15 0 66004451 11176083456 292866 33554432000 4194304 4196468 140725041560224 140329145347216 140329254946517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24053] ppid=23992 vsize=10914144 memory=1231 CPUtime=11.78 cores=1,3,5,7
/proc/23995/task/24053/stat : 24053 (java) S 23992 23995 19905 0 -1 1077944384 14391 13036 0 0 1104 66 5 3 20 0 15 0 66004452 11176083456 292866 33554432000 4194304 4196468 140725041560224 140328713521136 140329254947458 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 46 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24054] ppid=23992 vsize=10914144 memory=16244 CPUtime=0.08 cores=1,3,5,7
/proc/23995/task/24054/stat : 24054 (java) S 23992 23995 19905 0 -1 1077944384 38 13036 0 0 0 0 5 3 20 0 15 0 66004453 11176083456 292866 33554432000 4194304 4196468 140725041560224 140328712467488 140329254946517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24055] ppid=23992 vsize=10914144 memory=4048 CPUtime=0.08 cores=1,3,5,7
/proc/23995/task/24055/stat : 24055 (java) S 23992 23995 19905 0 -1 1077944384 1 13036 0 0 0 0 5 3 20 0 15 0 66004453 11176083456 292866 33554432000 4194304 4196468 140725041560224 140328594039808 140329254946517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24056] ppid=23992 vsize=10914144 memory=20236 CPUtime=0.08 cores=1,3,5,7
/proc/23995/task/24056/stat : 24056 (java) S 23992 23995 19905 0 -1 1077944384 2 13036 0 0 0 0 5 3 20 0 15 0 66004456 11176083456 292866 33554432000 4194304 4196468 140725041560224 140327990061264 140329254954907 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24057] ppid=23992 vsize=10914144 memory=1296 CPUtime=2.43 cores=1,3,5,7
/proc/23995/task/24057/stat : 24057 (java) S 23992 23995 19905 0 -1 1077944384 9927 13036 0 0 232 3 5 3 20 0 15 0 66004456 11176083456 292866 33554432000 4194304 4196468 140725041560224 140328678910448 140329254947458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 58 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24058] ppid=23992 vsize=10914144 memory=4036 CPUtime=2.75 cores=1,3,5,7
/proc/23995/task/24058/stat : 24058 (java) S 23992 23995 19905 0 -1 1077944384 8896 13036 0 0 264 3 5 3 20 0 15 0 66004456 11176083456 292866 33554432000 4194304 4196468 140725041560224 140328677857904 140329254947458 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24059] ppid=23992 vsize=10914144 memory=20236 CPUtime=1.86 cores=1,3,5,7
/proc/23995/task/24059/stat : 24059 (java) S 23992 23995 19905 0 -1 1077944384 12064 13036 0 0 175 3 5 3 20 0 15 0 66004456 11176083456 292866 33554432000 4194304 4196468 140725041560224 140328676805360 140329254947458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 52 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24060] ppid=23992 vsize=10914144 memory=20236 CPUtime=0.08 cores=1,3,5,7
/proc/23995/task/24060/stat : 24060 (java) S 23992 23995 19905 0 -1 1077944384 3 13036 0 0 0 0 5 3 20 0 15 0 66004456 11176083456 292866 33554432000 4194304 4196468 140725041560224 140327520300128 140329254946517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24061] ppid=23992 vsize=10914144 memory=1296 CPUtime=1.63 cores=1,3,5,7
/proc/23995/task/24061/stat : 24061 (java) S 23992 23995 19905 0 -1 1077944384 1089 13036 0 0 68 87 5 3 20 0 15 0 66004456 11176083456 292866 33554432000 4194304 4196468 140725041560224 140328675752240 140329254947458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 55 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
Current children cumulated CPU time: 2423.03 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1171464 KiB

[startup+2442.3 s]
/proc/loadavg: 1.54 1.52 1.49 3/220 24269
/proc/meminfo: memFree=18492396/32770624 swapFree=67108860/67108860
[pid=23995] ppid=23992 vsize=10914144 memory=1173600 CPUtime=2483.95 cores=1,3,5,7
/proc/23995/stat : 23995 (java) S 23992 23995 19905 0 -1 1077944320 204077 13036 0 0 247973 414 5 3 20 0 15 0 66004441 11176083456 293400 33554432000 4194304 4196468 140725041560224 140725041542768 140329254936311 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
/proc/23995/statm: 2728536 293400 3519 1 0 2690189 0
[pid=23995/tid=24048] ppid=23992 vsize=10914144 memory=1171532 CPUtime=2412.94 cores=1,3,5,7
/proc/23995/task/24048/stat : 24048 (java) R 23992 23995 19905 0 -1 4202560 93686 13036 0 0 241224 62 5 3 20 0 15 0 66004450 11176083456 293400 33554432000 4194304 4196468 140725041560224 140329226771168 140328828690145 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24049] ppid=23992 vsize=10914144 memory=1171532 CPUtime=12.7 cores=1,3,5,7
/proc/23995/task/24049/stat : 24049 (java) S 23992 23995 19905 0 -1 1077944384 13418 13036 0 0 1198 64 5 3 20 0 15 0 66004451 11176083456 293400 33554432000 4194304 4196468 140725041560224 140329259178768 140329254946517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24050] ppid=23992 vsize=10914144 memory=1171532 CPUtime=12.73 cores=1,3,5,7
/proc/23995/task/24050/stat : 24050 (java) S 23992 23995 19905 0 -1 1077944384 18084 13036 0 0 1200 65 5 3 20 0 15 0 66004451 11176083456 293400 33554432000 4194304 4196468 140725041560224 140329147452304 140329254946517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24051] ppid=23992 vsize=10914144 memory=1171532 CPUtime=12.68 cores=1,3,5,7
/proc/23995/task/24051/stat : 24051 (java) S 23992 23995 19905 0 -1 1077944384 13238 13036 0 0 1190 70 5 3 20 0 15 0 66004451 11176083456 293400 33554432000 4194304 4196468 140725041560224 140329146399760 140329254946517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24052] ppid=23992 vsize=10914144 memory=1171532 CPUtime=12.72 cores=1,3,5,7
/proc/23995/task/24052/stat : 24052 (java) S 23992 23995 19905 0 -1 1077944384 16907 13036 0 0 1196 68 5 3 20 0 15 0 66004451 11176083456 293400 33554432000 4194304 4196468 140725041560224 140329145347216 140329254946517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24053] ppid=23992 vsize=10914144 memory=1171532 CPUtime=12.08 cores=1,3,5,7
/proc/23995/task/24053/stat : 24053 (java) S 23992 23995 19905 0 -1 1077944384 14508 13036 0 0 1132 68 5 3 20 0 15 0 66004452 11176083456 293400 33554432000 4194304 4196468 140725041560224 140328713521136 140329254947458 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 46 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24054] ppid=23992 vsize=10914144 memory=1171532 CPUtime=0.08 cores=1,3,5,7
/proc/23995/task/24054/stat : 24054 (java) S 23992 23995 19905 0 -1 1077944384 38 13036 0 0 0 0 5 3 20 0 15 0 66004453 11176083456 293400 33554432000 4194304 4196468 140725041560224 140328712467488 140329254946517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24055] ppid=23992 vsize=10914144 memory=1171532 CPUtime=0.08 cores=1,3,5,7
/proc/23995/task/24055/stat : 24055 (java) S 23992 23995 19905 0 -1 1077944384 1 13036 0 0 0 0 5 3 20 0 15 0 66004453 11176083456 293400 33554432000 4194304 4196468 140725041560224 140328594039808 140329254946517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24056] ppid=23992 vsize=10914144 memory=1171532 CPUtime=0.08 cores=1,3,5,7
/proc/23995/task/24056/stat : 24056 (java) S 23992 23995 19905 0 -1 1077944384 2 13036 0 0 0 0 5 3 20 0 15 0 66004456 11176083456 293400 33554432000 4194304 4196468 140725041560224 140327990061264 140329254954907 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24057] ppid=23992 vsize=10914144 memory=1171552 CPUtime=2.44 cores=1,3,5,7
/proc/23995/task/24057/stat : 24057 (java) S 23992 23995 19905 0 -1 1077944384 9929 13036 0 0 233 3 5 3 20 0 15 0 66004456 11176083456 293400 33554432000 4194304 4196468 140725041560224 140328678910448 140329254947458 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 58 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24058] ppid=23992 vsize=10914144 memory=1173600 CPUtime=2.75 cores=1,3,5,7
/proc/23995/task/24058/stat : 24058 (java) S 23992 23995 19905 0 -1 1077944384 8898 13036 0 0 264 3 5 3 20 0 15 0 66004456 11176083456 293400 33554432000 4194304 4196468 140725041560224 140328677857904 140329254947458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24059] ppid=23992 vsize=10914144 memory=280094816981056 CPUtime=1.86 cores=1,3,5,7
/proc/23995/task/24059/stat : 24059 (java) S 23992 23995 19905 0 -1 1077944384 12066 13036 0 0 175 3 5 3 20 0 15 0 66004456 11176083456 293400 33554432000 4194304 4196468 140725041560224 140328676805360 140329254947458 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 52 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24060] ppid=23992 vsize=10914144 memory=20236 CPUtime=0.08 cores=1,3,5,7
/proc/23995/task/24060/stat : 24060 (java) S 23992 23995 19905 0 -1 1077944384 3 13036 0 0 0 0 5 3 20 0 15 0 66004456 11176083456 293400 33554432000 4194304 4196468 140725041560224 140327520300128 140329254946517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24061] ppid=23992 vsize=10914144 memory=1296 CPUtime=1.66 cores=1,3,5,7
/proc/23995/task/24061/stat : 24061 (java) S 23992 23995 19905 0 -1 1077944384 1108 13036 0 0 69 89 5 3 20 0 15 0 66004456 11176083456 293400 33554432000 4194304 4196468 140725041560224 140328675752240 140329254947458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 55 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
Current children cumulated CPU time: 2483.95 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1173600 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2477.8 s]
/proc/loadavg: 1.42 1.49 1.48 3/220 24269
/proc/meminfo: memFree=18481324/32770624 swapFree=67108860/67108860
[pid=23995] ppid=23992 vsize=10914144 memory=1173628 CPUtime=2520.01 cores=1,3,5,7
/proc/23995/stat : 23995 (java) S 23992 23995 19905 0 -1 1077944320 204859 13036 0 0 251575 418 5 3 20 0 15 0 66004441 11176083456 293407 33554432000 4194304 4196468 140725041560224 140725041542768 140329254936311 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
/proc/23995/statm: 2728536 293407 3519 1 0 2690189 0
[pid=23995/tid=24048] ppid=23992 vsize=10914144 memory=6791534058613427641 CPUtime=2448.02 cores=1,3,5,7
/proc/23995/task/24048/stat : 24048 (java) R 23992 23995 19905 0 -1 4202560 94209 13036 0 0 244732 62 5 3 20 0 15 0 66004450 11176083456 293407 33554432000 4194304 4196468 140725041560224 140329226770336 140328830362107 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24049] ppid=23992 vsize=10914144 memory=1788 CPUtime=12.89 cores=1,3,5,7
/proc/23995/task/24049/stat : 24049 (java) S 23992 23995 19905 0 -1 1077944384 13493 13036 0 0 1217 64 5 3 20 0 15 0 66004451 11176083456 293407 33554432000 4194304 4196468 140725041560224 140329259178768 140329254946517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24050] ppid=23992 vsize=10914144 memory=644 CPUtime=12.93 cores=1,3,5,7
/proc/23995/task/24050/stat : 24050 (java) S 23992 23995 19905 0 -1 1077944384 18091 13036 0 0 1219 66 5 3 20 0 15 0 66004451 11176083456 293407 33554432000 4194304 4196468 140725041560224 140329147452304 140329254946517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24051] ppid=23992 vsize=10914144 memory=956 CPUtime=12.87 cores=1,3,5,7
/proc/23995/task/24051/stat : 24051 (java) S 23992 23995 19905 0 -1 1077944384 13292 13036 0 0 1209 70 5 3 20 0 15 0 66004451 11176083456 293407 33554432000 4194304 4196468 140725041560224 140329146399760 140329254946517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24052] ppid=23992 vsize=10914144 memory=2336 CPUtime=12.91 cores=1,3,5,7
/proc/23995/task/24052/stat : 24052 (java) S 23992 23995 19905 0 -1 1077944384 16938 13036 0 0 1214 69 5 3 20 0 15 0 66004451 11176083456 293407 33554432000 4194304 4196468 140725041560224 140329145347216 140329254946517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24053] ppid=23992 vsize=10914144 memory=1572 CPUtime=12.26 cores=1,3,5,7
/proc/23995/task/24053/stat : 24053 (java) S 23992 23995 19905 0 -1 1077944384 14581 13036 0 0 1149 69 5 3 20 0 15 0 66004452 11176083456 293407 33554432000 4194304 4196468 140725041560224 140328713521136 140329254947458 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 46 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24054] ppid=23992 vsize=10914144 memory=928 CPUtime=0.08 cores=1,3,5,7
/proc/23995/task/24054/stat : 24054 (java) S 23992 23995 19905 0 -1 1077944384 38 13036 0 0 0 0 5 3 20 0 15 0 66004453 11176083456 293407 33554432000 4194304 4196468 140725041560224 140328712467488 140329254946517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24055] ppid=23992 vsize=10914144 memory=2244 CPUtime=0.08 cores=1,3,5,7
/proc/23995/task/24055/stat : 24055 (java) S 23992 23995 19905 0 -1 1077944384 1 13036 0 0 0 0 5 3 20 0 15 0 66004453 11176083456 293407 33554432000 4194304 4196468 140725041560224 140328594039808 140329254946517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24056] ppid=23992 vsize=10914144 memory=4312 CPUtime=0.08 cores=1,3,5,7
/proc/23995/task/24056/stat : 24056 (java) S 23992 23995 19905 0 -1 1077944384 2 13036 0 0 0 0 5 3 20 0 15 0 66004456 11176083456 293407 33554432000 4194304 4196468 140725041560224 140327990061264 140329254954907 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24057] ppid=23992 vsize=10914144 memory=2196 CPUtime=2.44 cores=1,3,5,7
/proc/23995/task/24057/stat : 24057 (java) S 23992 23995 19905 0 -1 1077944384 9931 13036 0 0 233 3 5 3 20 0 15 0 66004456 11176083456 293407 33554432000 4194304 4196468 140725041560224 140328678910448 140329254947458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 58 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24058] ppid=23992 vsize=10914144 memory=4036 CPUtime=2.75 cores=1,3,5,7
/proc/23995/task/24058/stat : 24058 (java) S 23992 23995 19905 0 -1 1077944384 8900 13036 0 0 264 3 5 3 20 0 15 0 66004456 11176083456 293407 33554432000 4194304 4196468 140725041560224 140328677857904 140329254947458 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24059] ppid=23992 vsize=10914144 memory=20236 CPUtime=1.86 cores=1,3,5,7
/proc/23995/task/24059/stat : 24059 (java) S 23992 23995 19905 0 -1 1077944384 12068 13036 0 0 175 3 5 3 20 0 15 0 66004456 11176083456 293407 33554432000 4194304 4196468 140725041560224 140328676805360 140329254947458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 52 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24060] ppid=23992 vsize=10914144 memory=836 CPUtime=0.08 cores=1,3,5,7
/proc/23995/task/24060/stat : 24060 (java) S 23992 23995 19905 0 -1 1077944384 3 13036 0 0 0 0 5 3 20 0 15 0 66004456 11176083456 293407 33554432000 4194304 4196468 140725041560224 140327520300128 140329254946517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
[pid=23995/tid=24061] ppid=23992 vsize=10914144 memory=1692 CPUtime=1.68 cores=1,3,5,7
/proc/23995/task/24061/stat : 24061 (java) S 23992 23995 19905 0 -1 1077944384 1122 13036 0 0 70 90 5 3 20 0 15 0 66004456 11176083456 293407 33554432000 4194304 4196468 140725041560224 140328675752240 140329254947458 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 55 0 0 6293624 6294260 9601024 140725041564271 140725041567068 140725041567068 140725041569743 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1173628 KiB

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

[startup+2477.83 s]
# the end of solver process 23995 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.82 s, system=4.22475 s

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

Child status: 143
Real time (s): 2477.83
CPU time (s): 2520.05
CPU user time (s): 2515.82
CPU system time (s): 4.22475
CPU usage (%): 101.704
Max. virtual memory (cumulated for all children) (KiB): 10914144
Max. memory (cumulated for all children) (KiB): 1254680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.82
system time used= 4.22475
maximum resident set size= 1254680
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 219153
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3016
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 326953
involuntary context switches= 7706


# summary of solver processes directly reported to runsolver:
#   pid: 23995
#   total CPU time (s): 2520.05
#   total CPU user time (s): 2515.82
#   total CPU system time (s): 4.22475

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.426 second user time and 23.6782 second system time

The end

Launcher Data

Begin job on node133 at 2018-07-25 04:06:53
IDJOB=4294760
IDBENCH=141419
IDSOLVER=2750
FILE ID=node133/4294760-1532484413
RUNJOBID= node133-1532466433-19937
PBS_JOBID= 21021582
Free space on /tmp= 48236 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/Haystacks/Haystacks-ext-12_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4294760-1532484413/watcher-4294760-1532484413 -o /tmp/evaluation-result-4294760-1532484413/solver-4294760-1532484413 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532466433-19937 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=131353381 HOME/instance-4294760-1532484413.xml

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

MD5SUM BENCH= 9b1722167e694dc70b944145256e05c5
RANDOM SEED=131353381

node133.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.24
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.24
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.24
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.24
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:        19695812 kB
MemAvailable:   30767364 kB
Buffers:          161512 kB
Cached:         11071008 kB
SwapCached:            0 kB
Active:          3858372 kB
Inactive:        8597536 kB
Active(anon):    1174504 kB
Inactive(anon):    68468 kB
Active(file):    2683868 kB
Inactive(file):  8529068 kB
Unevictable:        7020 kB
Mlocked:            7020 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26488 kB
Writeback:             0 kB
AnonPages:       1229944 kB
Mapped:            52064 kB
Shmem:             17056 kB
Slab:             314628 kB
SReclaimable:     287076 kB
SUnreclaim:        27552 kB
KernelStack:        3600 kB
PageTables:         7140 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2201140 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1048576 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 48208 MiB
End job on node133 at 2018-07-25 04:48:11