Trace number 4294689

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.07 2491.63

General information on the benchmark

NameHaystacks/
Haystacks-ext-11_c18.xml
MD5SUMdd1566dde9022858d7af3144994afffb
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 benchmark3.06551
Satisfiable
(Un)Satisfiability was proved
Number of variables121
Number of constraints615
Number of domains1
Minimum domain size11
Maximum domain size11
Distribution of domain sizes[{"size":11,"count":121}]
Minimum variable degree10
Maximum variable degree11
Distribution of variable degrees[{"degree":10,"count":101},{"degree":11,"count":20}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":615}]
Number of extensional constraints615
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":615}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294689-1532476205/watcher-4294689-1532476205 -o /tmp/evaluation-result-4294689-1532476205/solver-4294689-1532476205 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532448512-24796 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1997847010 -superng HOME/instance-4294689-1532476205.xml 

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

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


[startup+0.100061 s]*
/proc/loadavg: 1.33 1.44 1.40 5/208 31244
/proc/meminfo: memFree=21592344/32770624 swapFree=67108860/67108860
[pid=31187] ppid=31184 vsize=9972712 memory=18592 CPUtime=0.1 cores=0,2,4,6
/proc/31187/stat : 31187 (java) S 31184 31187 24765 0 -1 1077944320 4282 12868 0 0 1 1 5 3 20 0 6 0 65183701 10212057088 4648 33554432000 4194304 4196468 140734639870144 140734639852688 140562720423671 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
/proc/31187/statm: 2493178 4648 1932 1 0 2481616 0
[pid=31187/tid=31240] ppid=31184 vsize=9972712 memory=4279135703946986127 CPUtime=0.08 cores=0,2,4,6
/proc/31187/task/31240/stat : 31240 (java) R 31184 31187 24765 0 -1 4202560 2090 12868 0 0 0 0 5 3 20 0 6 0 65183710 10212057088 4648 33554432000 4194304 4196468 140734639870144 140562692260432 140562706106163 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31241] ppid=31184 vsize=9972712 memory=8257237230052613020 CPUtime=0.08 cores=0,2,4,6
/proc/31187/task/31241/stat : 31241 (java) S 31184 31187 24765 0 -1 1077944384 2 12868 0 0 0 0 5 3 20 0 6 0 65183711 10212057088 4648 33554432000 4194304 4196468 140734639870144 140562724666128 140562720433877 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31242] ppid=31184 vsize=9972712 memory=139712791131776 CPUtime=0.08 cores=0,2,4,6
/proc/31187/task/31242/stat : 31242 (java) S 31184 31187 24765 0 -1 1077944384 1 12868 0 0 0 0 5 3 20 0 6 0 65183711 10212057088 4648 33554432000 4194304 4196468 140734639870144 140562612939664 140562720433877 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31243] ppid=31184 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31187/task/31243/stat : 31243 (java) S 31184 31187 24765 0 -1 1077944384 1 12868 0 0 0 0 5 3 20 0 6 0 65183711 10212057088 4648 33554432000 4194304 4196468 140734639870144 140562611887120 140562720433877 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31244] ppid=31184 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/31187/task/31244/stat : 31244 (java) S 31184 31187 24765 0 -1 1077944384 2 12868 0 0 0 0 5 3 20 0 6 0 65183711 10212057088 4648 33554432000 4194304 4196468 140734639870144 140562610834576 140562720433877 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18592 KiB

[startup+0.210222 s]*
/proc/loadavg: 1.33 1.44 1.40 3/217 31253
/proc/meminfo: memFree=21573800/32770624 swapFree=67108860/67108860
[pid=31187] ppid=31184 vsize=10818936 memory=41116 CPUtime=0.26 cores=0,2,4,6
/proc/31187/stat : 31187 (java) S 31184 31187 24765 0 -1 1077944320 8749 12868 0 0 17 1 5 3 20 0 15 0 65183701 11078590464 10279 33554432000 4194304 4196468 140734639870144 140734639852688 140562720423671 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
/proc/31187/statm: 2704734 10279 2928 1 0 2667157 0
[pid=31187/tid=31240] ppid=31184 vsize=10818936 memory=-6517102902069810590 CPUtime=0.2 cores=0,2,4,6
/proc/31187/task/31240/stat : 31240 (java) R 31184 31187 24765 0 -1 4202560 5482 12868 0 0 11 1 5 3 20 0 15 0 65183710 11078590464 10411 33554432000 4194304 4196468 140734639870144 140562692248480 140562713103389 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31241] ppid=31184 vsize=10818936 memory=-7025452035940392864 CPUtime=0.08 cores=0,2,4,6
/proc/31187/task/31241/stat : 31241 (java) S 31184 31187 24765 0 -1 1077944384 2 12868 0 0 0 0 5 3 20 0 15 0 65183711 11078590464 10411 33554432000 4194304 4196468 140734639870144 140562724666128 140562720433877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31242] ppid=31184 vsize=10818936 memory=139712791131776 CPUtime=0.08 cores=0,2,4,6
/proc/31187/task/31242/stat : 31242 (java) S 31184 31187 24765 0 -1 1077944384 1 12868 0 0 0 0 5 3 20 0 15 0 65183711 11078590464 10477 33554432000 4194304 4196468 140734639870144 140562612939664 140562720433877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31243] ppid=31184 vsize=10818936 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31187/task/31243/stat : 31243 (java) S 31184 31187 24765 0 -1 1077944384 1 12868 0 0 0 0 5 3 20 0 15 0 65183711 11078590464 10477 33554432000 4194304 4196468 140734639870144 140562611887120 140562720433877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31244] ppid=31184 vsize=10818936 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/31187/task/31244/stat : 31244 (java) S 31184 31187 24765 0 -1 1077944384 2 12868 0 0 0 0 5 3 20 0 15 0 65183711 11078590464 10477 33554432000 4194304 4196468 140734639870144 140562610834576 140562720433877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31245] ppid=31184 vsize=10818936 memory=139712791131776 CPUtime=0.08 cores=0,2,4,6
/proc/31187/task/31245/stat : 31245 (java) S 31184 31187 24765 0 -1 1077944384 2 12868 0 0 0 0 5 3 20 0 15 0 65183712 11078590464 10543 33554432000 4194304 4196468 140734639870144 140561924192240 140562720434818 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31246] ppid=31184 vsize=10818936 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/31187/task/31246/stat : 31246 (java) S 31184 31187 24765 0 -1 1077944384 33 12868 0 0 0 0 5 3 20 0 15 0 65183713 11078590464 10543 33554432000 4194304 4196468 140734639870144 140561923138464 140562720433877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31247] ppid=31184 vsize=10818936 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31187/task/31247/stat : 31247 (java) S 31184 31187 24765 0 -1 1077944384 1 12868 0 0 0 0 5 3 20 0 15 0 65183713 11078590464 10543 33554432000 4194304 4196468 140734639870144 140561528906736 140562720433877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31248] ppid=31184 vsize=10818936 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31187/task/31248/stat : 31248 (java) S 31184 31187 24765 0 -1 1077944384 3 12868 0 0 0 0 5 3 20 0 15 0 65183716 11078590464 10609 33554432000 4194304 4196468 140734639870144 140561288616144 140562720442267 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31249] ppid=31184 vsize=10818936 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/31187/task/31249/stat : 31249 (java) S 31184 31187 24765 0 -1 1077944384 523 12868 0 0 1 0 5 3 20 0 15 0 65183716 11078590464 10609 33554432000 4194304 4196468 140734639870144 140561889581552 140562720434818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31250] ppid=31184 vsize=10818936 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/31187/task/31250/stat : 31250 (java) S 31184 31187 24765 0 -1 1077944384 53 12868 0 0 0 0 5 3 20 0 15 0 65183716 11078590464 10609 33554432000 4194304 4196468 140734639870144 140561888529008 140562720434818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31251] ppid=31184 vsize=10818936 memory=139712791131776 CPUtime=0.11 cores=0,2,4,6
/proc/31187/task/31251/stat : 31251 (java) S 31184 31187 24765 0 -1 1077944384 577 12868 0 0 3 0 5 3 20 0 15 0 65183716 11078590464 10609 33554432000 4194304 4196468 140734639870144 140561887476464 140562720434818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31252] ppid=31184 vsize=10818936 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/31187/task/31252/stat : 31252 (java) S 31184 31187 24765 0 -1 1077944384 3 12868 0 0 0 0 5 3 20 0 15 0 65183716 11078590464 10675 33554432000 4194304 4196468 140734639870144 140561255058528 140562720433877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31253] ppid=31184 vsize=10818936 memory=139712791131776 CPUtime=0.08 cores=0,2,4,6
/proc/31187/task/31253/stat : 31253 (java) S 31184 31187 24765 0 -1 1077944384 1 12868 0 0 0 0 5 3 20 0 15 0 65183716 11078590464 10675 33554432000 4194304 4196468 140734639870144 140561886423344 140562720434818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818936 KiB
Current children cumulated memory: 41116 KiB

[startup+0.310533 s]*
/proc/loadavg: 1.33 1.44 1.40 3/217 31253
/proc/meminfo: memFree=21561272/32770624 swapFree=67108860/67108860
[pid=31187] ppid=31184 vsize=10819352 memory=51052 CPUtime=0.39 cores=0,2,4,6
/proc/31187/stat : 31187 (java) S 31184 31187 24765 0 -1 1077944320 10445 12868 0 0 29 2 5 3 20 0 15 0 65183701 11079016448 12763 33554432000 4194304 4196468 140734639870144 140734639852688 140562720423671 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
/proc/31187/statm: 2704838 12763 3047 1 0 2667149 0
[pid=31187/tid=31240] ppid=31184 vsize=10819352 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/31187/task/31240/stat : 31240 (java) R 31184 31187 24765 0 -1 4202560 7046 12868 0 0 20 1 5 3 20 0 15 0 65183710 11079016448 12763 33554432000 4194304 4196468 140734639870144 140562692235680 140562704504158 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31241] ppid=31184 vsize=10819352 memory=7373043845850746960 CPUtime=0.08 cores=0,2,4,6
/proc/31187/task/31241/stat : 31241 (java) S 31184 31187 24765 0 -1 1077944384 2 12868 0 0 0 0 5 3 20 0 15 0 65183711 11079016448 12763 33554432000 4194304 4196468 140734639870144 140562724666128 140562720433877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31242] ppid=31184 vsize=10819352 memory=2076 CPUtime=0.08 cores=0,2,4,6
/proc/31187/task/31242/stat : 31242 (java) S 31184 31187 24765 0 -1 1077944384 1 12868 0 0 0 0 5 3 20 0 15 0 65183711 11079016448 12763 33554432000 4194304 4196468 140734639870144 140562612939664 140562720433877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31243] ppid=31184 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31187/task/31243/stat : 31243 (java) S 31184 31187 24765 0 -1 1077944384 1 12868 0 0 0 0 5 3 20 0 15 0 65183711 11079016448 12763 33554432000 4194304 4196468 140734639870144 140562611887120 140562720433877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31244] ppid=31184 vsize=10819352 memory=4126316290023845779 CPUtime=0.08 cores=0,2,4,6
/proc/31187/task/31244/stat : 31244 (java) S 31184 31187 24765 0 -1 1077944384 2 12868 0 0 0 0 5 3 20 0 15 0 65183711 11079016448 12763 33554432000 4194304 4196468 140734639870144 140562610834576 140562720433877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31245] ppid=31184 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31187/task/31245/stat : 31245 (java) S 31184 31187 24765 0 -1 1077944384 2 12868 0 0 0 0 5 3 20 0 15 0 65183712 11079016448 12763 33554432000 4194304 4196468 140734639870144 140561924192240 140562720434818 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31246] ppid=31184 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31187/task/31246/stat : 31246 (java) S 31184 31187 24765 0 -1 1077944384 33 12868 0 0 0 0 5 3 20 0 15 0 65183713 11079016448 12763 33554432000 4194304 4196468 140734639870144 140561923138464 140562720433877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31247] ppid=31184 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31187/task/31247/stat : 31247 (java) S 31184 31187 24765 0 -1 1077944384 1 12868 0 0 0 0 5 3 20 0 15 0 65183713 11079016448 12763 33554432000 4194304 4196468 140734639870144 140561528906736 140562720433877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31248] ppid=31184 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31187/task/31248/stat : 31248 (java) S 31184 31187 24765 0 -1 1077944384 3 12868 0 0 0 0 5 3 20 0 15 0 65183716 11079016448 12763 33554432000 4194304 4196468 140734639870144 140561288616144 140562720442267 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31249] ppid=31184 vsize=10819352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/31187/task/31249/stat : 31249 (java) S 31184 31187 24765 0 -1 1077944384 523 12868 0 0 1 0 5 3 20 0 15 0 65183716 11079016448 12763 33554432000 4194304 4196468 140734639870144 140561889581552 140562720434818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31250] ppid=31184 vsize=10819352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/31187/task/31250/stat : 31250 (java) R 31184 31187 24765 0 -1 4202560 54 12868 0 0 1 0 5 3 20 0 15 0 65183716 11079016448 12763 33554432000 4194304 4196468 140734639870144 140561888529008 140562720445018 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31251] ppid=31184 vsize=10819352 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/31187/task/31251/stat : 31251 (java) R 31184 31187 24765 0 -1 4202560 593 12868 0 0 5 0 5 3 20 0 15 0 65183716 11079016448 12763 33554432000 4194304 4196468 140734639870144 140561887476464 140562699028929 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31252] ppid=31184 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31187/task/31252/stat : 31252 (java) S 31184 31187 24765 0 -1 1077944384 3 12868 0 0 0 0 5 3 20 0 15 0 65183716 11079016448 12763 33554432000 4194304 4196468 140734639870144 140561255058528 140562720433877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31253] ppid=31184 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31187/task/31253/stat : 31253 (java) S 31184 31187 24765 0 -1 1077944384 1 12868 0 0 0 0 5 3 20 0 15 0 65183716 11079016448 12763 33554432000 4194304 4196468 140734639870144 140561886423344 140562720434818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 51052 KiB

[startup+0.700803 s]
/proc/loadavg: 1.33 1.44 1.40 3/217 31253
/proc/meminfo: memFree=21550728/32770624 swapFree=67108860/67108860
[pid=31187] ppid=31184 vsize=10819352 memory=84672 CPUtime=1 cores=0,2,4,6
/proc/31187/stat : 31187 (java) S 31184 31187 24765 0 -1 1077944320 16776 12868 0 0 88 4 5 3 20 0 15 0 65183701 11079016448 21168 33554432000 4194304 4196468 140734639870144 140734639852688 140562720423671 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
/proc/31187/statm: 2704838 21168 3237 1 0 2667149 0
[pid=31187/tid=31240] ppid=31184 vsize=10819352 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/31187/task/31240/stat : 31240 (java) R 31184 31187 24765 0 -1 4202560 12285 12868 0 0 56 3 5 3 20 0 15 0 65183710 11079016448 21168 33554432000 4194304 4196468 140734639870144 140562692244496 140562701987200 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31241] ppid=31184 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31187/task/31241/stat : 31241 (java) S 31184 31187 24765 0 -1 1077944384 2 12868 0 0 0 0 5 3 20 0 15 0 65183711 11079016448 21168 33554432000 4194304 4196468 140734639870144 140562724666128 140562720433877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31242] ppid=31184 vsize=10819352 memory=4136 CPUtime=0.08 cores=0,2,4,6
/proc/31187/task/31242/stat : 31242 (java) S 31184 31187 24765 0 -1 1077944384 1 12868 0 0 0 0 5 3 20 0 15 0 65183711 11079016448 21168 33554432000 4194304 4196468 140734639870144 140562612939664 140562720433877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31243] ppid=31184 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31187/task/31243/stat : 31243 (java) S 31184 31187 24765 0 -1 1077944384 1 12868 0 0 0 0 5 3 20 0 15 0 65183711 11079016448 21168 33554432000 4194304 4196468 140734639870144 140562611887120 140562720433877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31244] ppid=31184 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31187/task/31244/stat : 31244 (java) S 31184 31187 24765 0 -1 1077944384 2 12868 0 0 0 0 5 3 20 0 15 0 65183711 11079016448 21168 33554432000 4194304 4196468 140734639870144 140562610834576 140562720433877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31245] ppid=31184 vsize=10819352 memory=4420 CPUtime=0.08 cores=0,2,4,6
/proc/31187/task/31245/stat : 31245 (java) S 31184 31187 24765 0 -1 1077944384 6 12868 0 0 0 0 5 3 20 0 15 0 65183712 11079016448 21168 33554432000 4194304 4196468 140734639870144 140561924192240 140562720434818 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31246] ppid=31184 vsize=10819352 memory=6628 CPUtime=0.08 cores=0,2,4,6
/proc/31187/task/31246/stat : 31246 (java) S 31184 31187 24765 0 -1 1077944384 33 12868 0 0 0 0 5 3 20 0 15 0 65183713 11079016448 21168 33554432000 4194304 4196468 140734639870144 140561923138464 140562720433877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31247] ppid=31184 vsize=10819352 memory=8836 CPUtime=0.08 cores=0,2,4,6
/proc/31187/task/31247/stat : 31247 (java) S 31184 31187 24765 0 -1 1077944384 1 12868 0 0 0 0 5 3 20 0 15 0 65183713 11079016448 21168 33554432000 4194304 4196468 140734639870144 140561528906736 140562720433877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31248] ppid=31184 vsize=10819352 memory=11044 CPUtime=0.08 cores=0,2,4,6
/proc/31187/task/31248/stat : 31248 (java) S 31184 31187 24765 0 -1 1077944384 3 12868 0 0 0 0 5 3 20 0 15 0 65183716 11079016448 21168 33554432000 4194304 4196468 140734639870144 140561288616144 140562720442267 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31249] ppid=31184 vsize=10819352 memory=13252 CPUtime=0.14 cores=0,2,4,6
/proc/31187/task/31249/stat : 31249 (java) S 31184 31187 24765 0 -1 1077944384 889 12868 0 0 6 0 5 3 20 0 15 0 65183716 11079016448 21168 33554432000 4194304 4196468 140734639870144 140561889581552 140562720434818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31250] ppid=31184 vsize=10819352 memory=15460 CPUtime=0.18 cores=0,2,4,6
/proc/31187/task/31250/stat : 31250 (java) S 31184 31187 24765 0 -1 1077944384 668 12868 0 0 10 0 5 3 20 0 15 0 65183716 11079016448 21168 33554432000 4194304 4196468 140734639870144 140561888529008 140562720434818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31251] ppid=31184 vsize=10819352 memory=17668 CPUtime=0.21 cores=0,2,4,6
/proc/31187/task/31251/stat : 31251 (java) S 31184 31187 24765 0 -1 1077944384 693 12868 0 0 13 0 5 3 20 0 15 0 65183716 11079016448 21168 33554432000 4194304 4196468 140734639870144 140561887476464 140562720434818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31252] ppid=31184 vsize=10819352 memory=19876 CPUtime=0.08 cores=0,2,4,6
/proc/31187/task/31252/stat : 31252 (java) S 31184 31187 24765 0 -1 1077944384 3 12868 0 0 0 0 5 3 20 0 15 0 65183716 11079016448 21168 33554432000 4194304 4196468 140734639870144 140561255058528 140562720433877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31253] ppid=31184 vsize=10819352 memory=22084 CPUtime=0.08 cores=0,2,4,6
/proc/31187/task/31253/stat : 31253 (java) S 31184 31187 24765 0 -1 1077944384 1 12868 0 0 0 0 5 3 20 0 15 0 65183716 11079016448 21168 33554432000 4194304 4196468 140734639870144 140561886423344 140562720434818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 84672 KiB

[startup+1.50077 s]
/proc/loadavg: 1.33 1.44 1.40 4/217 31253
/proc/meminfo: memFree=21505572/32770624 swapFree=67108860/67108860
[pid=31187] ppid=31184 vsize=10834252 memory=179336 CPUtime=2.39 cores=0,2,4,6
/proc/31187/stat : 31187 (java) S 31184 31187 24765 0 -1 1077944320 24342 12868 0 0 221 10 5 3 20 0 15 0 65183701 11094274048 44834 33554432000 4194304 4196468 140734639870144 140734639852688 140562720423671 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
/proc/31187/statm: 2708563 44834 3479 1 0 2670221 0
[pid=31187/tid=31240] ppid=31184 vsize=10834252 memory=0 CPUtime=1.43 cores=0,2,4,6
/proc/31187/task/31240/stat : 31240 (java) R 31184 31187 24765 0 -1 4202560 17800 12868 0 0 129 6 5 3 20 0 15 0 65183710 11094274048 44834 33554432000 4194304 4196468 140734639870144 140562692240432 140562704477723 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31241] ppid=31184 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/31187/task/31241/stat : 31241 (java) S 31184 31187 24765 0 -1 1077944384 20 12868 0 0 1 0 5 3 20 0 15 0 65183711 11094274048 44834 33554432000 4194304 4196468 140734639870144 140562724666128 140562720433877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31242] ppid=31184 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/31187/task/31242/stat : 31242 (java) S 31184 31187 24765 0 -1 1077944384 170 12868 0 0 1 0 5 3 20 0 15 0 65183711 11094274048 44834 33554432000 4194304 4196468 140734639870144 140562612939664 140562720433877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31243] ppid=31184 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/31187/task/31243/stat : 31243 (java) S 31184 31187 24765 0 -1 1077944384 15 12868 0 0 1 0 5 3 20 0 15 0 65183711 11094274048 44834 33554432000 4194304 4196468 140734639870144 140562611887120 140562720433877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31244] ppid=31184 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/31187/task/31244/stat : 31244 (java) S 31184 31187 24765 0 -1 1077944384 68 12868 0 0 1 0 5 3 20 0 15 0 65183711 11094274048 44834 33554432000 4194304 4196468 140734639870144 140562610834576 140562720433877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31245] ppid=31184 vsize=10834252 memory=1399103955520229747 CPUtime=0.09 cores=0,2,4,6
/proc/31187/task/31245/stat : 31245 (java) S 31184 31187 24765 0 -1 1077944384 152 12868 0 0 1 0 5 3 20 0 15 0 65183712 11094274048 44834 33554432000 4194304 4196468 140734639870144 140561924192240 140562720434818 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31246] ppid=31184 vsize=10834252 memory=279425337862400 CPUtime=0.08 cores=0,2,4,6
/proc/31187/task/31246/stat : 31246 (java) S 31184 31187 24765 0 -1 1077944384 34 12868 0 0 0 0 5 3 20 0 15 0 65183713 11094274048 44834 33554432000 4194304 4196468 140734639870144 140561923138528 140562720433877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31247] ppid=31184 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31187/task/31247/stat : 31247 (java) S 31184 31187 24765 0 -1 1077944384 1 12868 0 0 0 0 5 3 20 0 15 0 65183713 11094274048 44834 33554432000 4194304 4196468 140734639870144 140561528906752 140562720433877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31248] ppid=31184 vsize=10834252 memory=1228 CPUtime=0.08 cores=0,2,4,6
/proc/31187/task/31248/stat : 31248 (java) S 31184 31187 24765 0 -1 1077944384 3 12868 0 0 0 0 5 3 20 0 15 0 65183716 11094274048 44834 33554432000 4194304 4196468 140734639870144 140561288616144 140562720442267 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31249] ppid=31184 vsize=10834252 memory=1704 CPUtime=0.26 cores=0,2,4,6
/proc/31187/task/31249/stat : 31249 (java) S 31184 31187 24765 0 -1 1077944384 1182 12868 0 0 18 0 5 3 20 0 15 0 65183716 11094274048 44834 33554432000 4194304 4196468 140734639870144 140561889581552 140562720434818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31250] ppid=31184 vsize=10834252 memory=9924 CPUtime=0.35 cores=0,2,4,6
/proc/31187/task/31250/stat : 31250 (java) S 31184 31187 24765 0 -1 1077944384 1179 12868 0 0 27 0 5 3 20 0 15 0 65183716 11094274048 44834 33554432000 4194304 4196468 140734639870144 140561888529008 140562720434818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31251] ppid=31184 vsize=10834252 memory=5788 CPUtime=0.46 cores=0,2,4,6
/proc/31187/task/31251/stat : 31251 (java) S 31184 31187 24765 0 -1 1077944384 1528 12868 0 0 38 0 5 3 20 0 15 0 65183716 11094274048 44834 33554432000 4194304 4196468 140734639870144 140561887476464 140562720434818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31252] ppid=31184 vsize=10834252 memory=1936 CPUtime=0.08 cores=0,2,4,6
/proc/31187/task/31252/stat : 31252 (java) S 31184 31187 24765 0 -1 1077944384 3 12868 0 0 0 0 5 3 20 0 15 0 65183716 11094274048 44834 33554432000 4194304 4196468 140734639870144 140561255058528 140562720433877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31253] ppid=31184 vsize=10834252 memory=1196 CPUtime=0.08 cores=0,2,4,6
/proc/31187/task/31253/stat : 31253 (java) S 31184 31187 24765 0 -1 1077944384 1 12868 0 0 0 0 5 3 20 0 15 0 65183716 11094274048 44834 33554432000 4194304 4196468 140734639870144 140561886423344 140562720434818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
Current children cumulated CPU time: 2.39 s
Current children cumulated vsize: 10834252 KiB

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

/proc/31187/task/31240/stat : 31240 (java) R 31184 31187 24765 0 -1 4202560 88805 12868 0 0 230882 32 5 3 20 0 15 0 65183710 11176083456 214383 33554432000 4194304 4196468 140734639870144 140562692258256 140562300183408 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31241] ppid=31184 vsize=10914144 memory=857532 CPUtime=6.28 cores=0,2,4,6
/proc/31187/task/31241/stat : 31241 (java) S 31184 31187 24765 0 -1 1077944384 18337 12868 0 0 581 39 5 3 20 0 15 0 65183711 11176083456 214383 33554432000 4194304 4196468 140734639870144 140562724666128 140562720433877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31242] ppid=31184 vsize=10914144 memory=857532 CPUtime=6.28 cores=0,2,4,6
/proc/31187/task/31242/stat : 31242 (java) S 31184 31187 24765 0 -1 1077944384 14955 12868 0 0 580 40 5 3 20 0 15 0 65183711 11176083456 214383 33554432000 4194304 4196468 140734639870144 140562612939664 140562720433877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31243] ppid=31184 vsize=10914144 memory=857532 CPUtime=6.25 cores=0,2,4,6
/proc/31187/task/31243/stat : 31243 (java) S 31184 31187 24765 0 -1 1077944384 17061 12868 0 0 578 39 5 3 20 0 15 0 65183711 11176083456 214383 33554432000 4194304 4196468 140734639870144 140562611887120 140562720433877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31244] ppid=31184 vsize=10914144 memory=857532 CPUtime=6.25 cores=0,2,4,6
/proc/31187/task/31244/stat : 31244 (java) S 31184 31187 24765 0 -1 1077944384 10862 12868 0 0 576 41 5 3 20 0 15 0 65183711 11176083456 214383 33554432000 4194304 4196468 140734639870144 140562610834576 140562720433877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31245] ppid=31184 vsize=10914144 memory=857532 CPUtime=5.14 cores=0,2,4,6
/proc/31187/task/31245/stat : 31245 (java) S 31184 31187 24765 0 -1 1077944384 14126 12868 0 0 479 27 5 3 20 0 15 0 65183712 11176083456 214383 33554432000 4194304 4196468 140734639870144 140561924192240 140562720434818 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31246] ppid=31184 vsize=10914144 memory=857532 CPUtime=0.08 cores=0,2,4,6
/proc/31187/task/31246/stat : 31246 (java) S 31184 31187 24765 0 -1 1077944384 38 12868 0 0 0 0 5 3 20 0 15 0 65183713 11176083456 214383 33554432000 4194304 4196468 140734639870144 140561923138592 140562720433877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31247] ppid=31184 vsize=10914144 memory=857532 CPUtime=0.08 cores=0,2,4,6
/proc/31187/task/31247/stat : 31247 (java) S 31184 31187 24765 0 -1 1077944384 2 12868 0 0 0 0 5 3 20 0 15 0 65183713 11176083456 214383 33554432000 4194304 4196468 140734639870144 140561528906752 140562720433877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31248] ppid=31184 vsize=10914144 memory=857532 CPUtime=0.08 cores=0,2,4,6
/proc/31187/task/31248/stat : 31248 (java) S 31184 31187 24765 0 -1 1077944384 3 12868 0 0 0 0 5 3 20 0 15 0 65183716 11176083456 214383 33554432000 4194304 4196468 140734639870144 140561288616144 140562720442267 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31249] ppid=31184 vsize=10914144 memory=857532 CPUtime=3.67 cores=0,2,4,6
/proc/31187/task/31249/stat : 31249 (java) S 31184 31187 24765 0 -1 1077944384 19916 12868 0 0 355 4 5 3 20 0 15 0 65183716 11176083456 214383 33554432000 4194304 4196468 140734639870144 140561889581552 140562720434818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31250] ppid=31184 vsize=10914144 memory=4136 CPUtime=3.75 cores=0,2,4,6
/proc/31187/task/31250/stat : 31250 (java) S 31184 31187 24765 0 -1 1077944384 22081 12868 0 0 364 3 5 3 20 0 15 0 65183716 11176083456 214383 33554432000 4194304 4196468 140734639870144 140561888529008 140562720434818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31251] ppid=31184 vsize=10914144 memory=4052 CPUtime=1.93 cores=0,2,4,6
/proc/31187/task/31251/stat : 31251 (java) S 31184 31187 24765 0 -1 1077944384 17186 12868 0 0 182 3 5 3 20 0 15 0 65183716 11176083456 214383 33554432000 4194304 4196468 140734639870144 140561887476464 140562720434818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31252] ppid=31184 vsize=10914144 memory=18252 CPUtime=0.08 cores=0,2,4,6
/proc/31187/task/31252/stat : 31252 (java) S 31184 31187 24765 0 -1 1077944384 3 12868 0 0 0 0 5 3 20 0 15 0 65183716 11176083456 214383 33554432000 4194304 4196468 140734639870144 140561255058528 140562720433877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31253] ppid=31184 vsize=10914144 memory=11944 CPUtime=1.32 cores=0,2,4,6
/proc/31187/task/31253/stat : 31253 (java) S 31184 31187 24765 0 -1 1077944384 1225 12868 0 0 62 62 5 3 20 0 15 0 65183716 11176083456 214383 33554432000 4194304 4196468 140734639870144 140561886423344 140562720434818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
Current children cumulated CPU time: 2349.48 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 857532 KiB

[startup+2382.3 s]
/proc/loadavg: 1.42 1.42 1.41 3/215 31345
/proc/meminfo: memFree=20829568/32770624 swapFree=67108860/67108860
[pid=31187] ppid=31184 vsize=10914144 memory=857540 CPUtime=2409.92 cores=0,2,4,6
/proc/31187/stat : 31187 (java) S 31184 31187 24765 0 -1 1077944320 227889 12868 0 0 240727 257 5 3 20 0 15 0 65183701 11176083456 214385 33554432000 4194304 4196468 140734639870144 140734639852688 140562720423671 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
/proc/31187/statm: 2728536 214385 3525 1 0 2690189 0
[pid=31187/tid=31240] ppid=31184 vsize=10914144 memory=857532 CPUtime=2368.91 cores=0,2,4,6
/proc/31187/task/31240/stat : 31240 (java) R 31184 31187 24765 0 -1 4202560 89235 12868 0 0 236850 33 5 3 20 0 15 0 65183710 11176083456 214385 33554432000 4194304 4196468 140734639870144 140562692258512 140562298833697 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31241] ppid=31184 vsize=10914144 memory=857540 CPUtime=6.43 cores=0,2,4,6
/proc/31187/task/31241/stat : 31241 (java) S 31184 31187 24765 0 -1 1077944384 18424 12868 0 0 595 40 5 3 20 0 15 0 65183711 11176083456 214385 33554432000 4194304 4196468 140734639870144 140562724666128 140562720433877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31242] ppid=31184 vsize=10914144 memory=857540 CPUtime=6.43 cores=0,2,4,6
/proc/31187/task/31242/stat : 31242 (java) S 31184 31187 24765 0 -1 1077944384 15225 12868 0 0 594 41 5 3 20 0 15 0 65183711 11176083456 214385 33554432000 4194304 4196468 140734639870144 140562612939664 140562720433877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31243] ppid=31184 vsize=10914144 memory=857540 CPUtime=6.4 cores=0,2,4,6
/proc/31187/task/31243/stat : 31243 (java) S 31184 31187 24765 0 -1 1077944384 17146 12868 0 0 592 40 5 3 20 0 15 0 65183711 11176083456 214385 33554432000 4194304 4196468 140734639870144 140562611887120 140562720433877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31244] ppid=31184 vsize=10914144 memory=857540 CPUtime=6.39 cores=0,2,4,6
/proc/31187/task/31244/stat : 31244 (java) S 31184 31187 24765 0 -1 1077944384 10873 12868 0 0 590 41 5 3 20 0 15 0 65183711 11176083456 214385 33554432000 4194304 4196468 140734639870144 140562610834576 140562720433877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31245] ppid=31184 vsize=10914144 memory=857540 CPUtime=5.27 cores=0,2,4,6
/proc/31187/task/31245/stat : 31245 (java) S 31184 31187 24765 0 -1 1077944384 14320 12868 0 0 491 28 5 3 20 0 15 0 65183712 11176083456 214385 33554432000 4194304 4196468 140734639870144 140561924192240 140562720434818 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31246] ppid=31184 vsize=10914144 memory=857540 CPUtime=0.08 cores=0,2,4,6
/proc/31187/task/31246/stat : 31246 (java) S 31184 31187 24765 0 -1 1077944384 38 12868 0 0 0 0 5 3 20 0 15 0 65183713 11176083456 214385 33554432000 4194304 4196468 140734639870144 140561923138592 140562720433877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31247] ppid=31184 vsize=10914144 memory=1796 CPUtime=0.08 cores=0,2,4,6
/proc/31187/task/31247/stat : 31247 (java) S 31184 31187 24765 0 -1 1077944384 2 12868 0 0 0 0 5 3 20 0 15 0 65183713 11176083456 214385 33554432000 4194304 4196468 140734639870144 140561528906752 140562720433877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31248] ppid=31184 vsize=10914144 memory=857540 CPUtime=0.08 cores=0,2,4,6
/proc/31187/task/31248/stat : 31248 (java) S 31184 31187 24765 0 -1 1077944384 3 12868 0 0 0 0 5 3 20 0 15 0 65183716 11176083456 214385 33554432000 4194304 4196468 140734639870144 140561288616144 140562720442267 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31249] ppid=31184 vsize=10914144 memory=857540 CPUtime=3.67 cores=0,2,4,6
/proc/31187/task/31249/stat : 31249 (java) S 31184 31187 24765 0 -1 1077944384 19918 12868 0 0 355 4 5 3 20 0 15 0 65183716 11176083456 214385 33554432000 4194304 4196468 140734639870144 140561889581552 140562720434818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31250] ppid=31184 vsize=10914144 memory=857540 CPUtime=3.75 cores=0,2,4,6
/proc/31187/task/31250/stat : 31250 (java) S 31184 31187 24765 0 -1 1077944384 22083 12868 0 0 364 3 5 3 20 0 15 0 65183716 11176083456 214385 33554432000 4194304 4196468 140734639870144 140561888529008 140562720434818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31251] ppid=31184 vsize=10914144 memory=1232 CPUtime=1.94 cores=0,2,4,6
/proc/31187/task/31251/stat : 31251 (java) S 31184 31187 24765 0 -1 1077944384 17188 12868 0 0 182 4 5 3 20 0 15 0 65183716 11176083456 214385 33554432000 4194304 4196468 140734639870144 140561887476464 140562720434818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31252] ppid=31184 vsize=10914144 memory=2344 CPUtime=0.08 cores=0,2,4,6
/proc/31187/task/31252/stat : 31252 (java) S 31184 31187 24765 0 -1 1077944384 3 12868 0 0 0 0 5 3 20 0 15 0 65183716 11176083456 214385 33554432000 4194304 4196468 140734639870144 140561255058528 140562720433877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31253] ppid=31184 vsize=10914144 memory=857540 CPUtime=1.35 cores=0,2,4,6
/proc/31187/task/31253/stat : 31253 (java) S 31184 31187 24765 0 -1 1077944384 1243 12868 0 0 63 64 5 3 20 0 15 0 65183716 11176083456 214385 33554432000 4194304 4196468 140734639870144 140561886423344 140562720434818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
Current children cumulated CPU time: 2409.92 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 857540 KiB

[startup+2442.3 s]
/proc/loadavg: 1.14 1.35 1.39 3/216 31481
/proc/meminfo: memFree=21022640/32770624 swapFree=67108860/67108860
[pid=31187] ppid=31184 vsize=10914144 memory=859604 CPUtime=2470.36 cores=0,2,4,6
/proc/31187/stat : 31187 (java) S 31184 31187 24765 0 -1 1077944320 229009 12868 0 0 246767 261 5 3 20 0 15 0 65183701 11176083456 214901 33554432000 4194304 4196468 140734639870144 140734639852688 140562720423671 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
/proc/31187/statm: 2728536 214901 3525 1 0 2690189 0
[pid=31187/tid=31240] ppid=31184 vsize=10914144 memory=859604 CPUtime=2428.57 cores=0,2,4,6
/proc/31187/task/31240/stat : 31240 (java) R 31184 31187 24765 0 -1 4202560 89672 12868 0 0 242816 33 5 3 20 0 15 0 65183710 11176083456 214901 33554432000 4194304 4196468 140734639870144 140562692258480 140562298833702 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31241] ppid=31184 vsize=10914144 memory=859604 CPUtime=6.58 cores=0,2,4,6
/proc/31187/task/31241/stat : 31241 (java) S 31184 31187 24765 0 -1 1077944384 18497 12868 0 0 610 40 5 3 20 0 15 0 65183711 11176083456 214901 33554432000 4194304 4196468 140734639870144 140562724666128 140562720433877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31242] ppid=31184 vsize=10914144 memory=857556 CPUtime=6.58 cores=0,2,4,6
/proc/31187/task/31242/stat : 31242 (java) S 31184 31187 24765 0 -1 1077944384 15536 12868 0 0 608 42 5 3 20 0 15 0 65183711 11176083456 214901 33554432000 4194304 4196468 140734639870144 140562612939664 140562720433877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31243] ppid=31184 vsize=10914144 memory=857556 CPUtime=6.55 cores=0,2,4,6
/proc/31187/task/31243/stat : 31243 (java) S 31184 31187 24765 0 -1 1077944384 17157 12868 0 0 607 40 5 3 20 0 15 0 65183711 11176083456 214901 33554432000 4194304 4196468 140734639870144 140562611887120 140562720433877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31244] ppid=31184 vsize=10914144 memory=859604 CPUtime=6.55 cores=0,2,4,6
/proc/31187/task/31244/stat : 31244 (java) S 31184 31187 24765 0 -1 1077944384 10937 12868 0 0 605 42 5 3 20 0 15 0 65183711 11176083456 214901 33554432000 4194304 4196468 140734639870144 140562610834576 140562720433877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31245] ppid=31184 vsize=10914144 memory=859604 CPUtime=5.39 cores=0,2,4,6
/proc/31187/task/31245/stat : 31245 (java) S 31184 31187 24765 0 -1 1077944384 14520 12868 0 0 503 28 5 3 20 0 15 0 65183712 11176083456 214901 33554432000 4194304 4196468 140734639870144 140561924192240 140562720434818 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31246] ppid=31184 vsize=10914144 memory=859604 CPUtime=0.08 cores=0,2,4,6
/proc/31187/task/31246/stat : 31246 (java) S 31184 31187 24765 0 -1 1077944384 38 12868 0 0 0 0 5 3 20 0 15 0 65183713 11176083456 214901 33554432000 4194304 4196468 140734639870144 140561923138592 140562720433877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31247] ppid=31184 vsize=10914144 memory=859604 CPUtime=0.08 cores=0,2,4,6
/proc/31187/task/31247/stat : 31247 (java) S 31184 31187 24765 0 -1 1077944384 2 12868 0 0 0 0 5 3 20 0 15 0 65183713 11176083456 214901 33554432000 4194304 4196468 140734639870144 140561528906752 140562720433877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31248] ppid=31184 vsize=10914144 memory=859604 CPUtime=0.08 cores=0,2,4,6
/proc/31187/task/31248/stat : 31248 (java) S 31184 31187 24765 0 -1 1077944384 3 12868 0 0 0 0 5 3 20 0 15 0 65183716 11176083456 214901 33554432000 4194304 4196468 140734639870144 140561288616144 140562720442267 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31249] ppid=31184 vsize=10914144 memory=859604 CPUtime=3.68 cores=0,2,4,6
/proc/31187/task/31249/stat : 31249 (java) S 31184 31187 24765 0 -1 1077944384 19920 12868 0 0 356 4 5 3 20 0 15 0 65183716 11176083456 214901 33554432000 4194304 4196468 140734639870144 140561889581552 140562720434818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31250] ppid=31184 vsize=10914144 memory=859604 CPUtime=3.75 cores=0,2,4,6
/proc/31187/task/31250/stat : 31250 (java) S 31184 31187 24765 0 -1 1077944384 22085 12868 0 0 364 3 5 3 20 0 15 0 65183716 11176083456 214901 33554432000 4194304 4196468 140734639870144 140561888529008 140562720434818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31251] ppid=31184 vsize=10914144 memory=859604 CPUtime=1.94 cores=0,2,4,6
/proc/31187/task/31251/stat : 31251 (java) S 31184 31187 24765 0 -1 1077944384 17190 12868 0 0 182 4 5 3 20 0 15 0 65183716 11176083456 214901 33554432000 4194304 4196468 140734639870144 140561887476464 140562720434818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31252] ppid=31184 vsize=10914144 memory=859604 CPUtime=0.08 cores=0,2,4,6
/proc/31187/task/31252/stat : 31252 (java) S 31184 31187 24765 0 -1 1077944384 3 12868 0 0 0 0 5 3 20 0 15 0 65183716 11176083456 214901 33554432000 4194304 4196468 140734639870144 140561255058528 140562720433877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31253] ppid=31184 vsize=10914144 memory=844 CPUtime=1.38 cores=0,2,4,6
/proc/31187/task/31253/stat : 31253 (java) S 31184 31187 24765 0 -1 1077944384 1261 12868 0 0 65 65 5 3 20 0 15 0 65183716 11176083456 214901 33554432000 4194304 4196468 140734639870144 140561886423344 140562720434818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
Current children cumulated CPU time: 2470.36 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 859604 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2491.6 s]
/proc/loadavg: 1.19 1.33 1.38 3/216 31482
/proc/meminfo: memFree=21091688/32770624 swapFree=67108860/67108860
[pid=31187] ppid=31184 vsize=10914144 memory=859624 CPUtime=2520.03 cores=0,2,4,6
/proc/31187/stat : 31187 (java) S 31184 31187 24765 0 -1 1077944320 230061 12868 0 0 251730 265 5 3 20 0 15 0 65183701 11176083456 214906 33554432000 4194304 4196468 140734639870144 140734639852688 140562720423671 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
/proc/31187/statm: 2728536 214906 3525 1 0 2690189 0
[pid=31187/tid=31240] ppid=31184 vsize=10914144 memory=18252 CPUtime=2477.6 cores=0,2,4,6
/proc/31187/task/31240/stat : 31240 (java) R 31184 31187 24765 0 -1 4202560 90046 12868 0 0 247719 33 5 3 20 0 15 0 65183710 11176083456 214906 33554432000 4194304 4196468 140734639870144 140562692257568 140562289115904 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31241] ppid=31184 vsize=10914144 memory=11952 CPUtime=6.71 cores=0,2,4,6
/proc/31187/task/31241/stat : 31241 (java) S 31184 31187 24765 0 -1 1077944384 18571 12868 0 0 622 41 5 3 20 0 15 0 65183711 11176083456 214906 33554432000 4194304 4196468 140734639870144 140562724666128 140562720433877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31242] ppid=31184 vsize=10914144 memory=6791534058613427641 CPUtime=6.71 cores=0,2,4,6
/proc/31187/task/31242/stat : 31242 (java) S 31184 31187 24765 0 -1 1077944384 15808 12868 0 0 621 42 5 3 20 0 15 0 65183711 11176083456 214906 33554432000 4194304 4196468 140734639870144 140562612939664 140562720433877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31243] ppid=31184 vsize=10914144 memory=1792 CPUtime=6.68 cores=0,2,4,6
/proc/31187/task/31243/stat : 31243 (java) S 31184 31187 24765 0 -1 1077944384 17207 12868 0 0 619 41 5 3 20 0 15 0 65183711 11176083456 214906 33554432000 4194304 4196468 140734639870144 140562611887120 140562720433877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31244] ppid=31184 vsize=10914144 memory=960 CPUtime=6.68 cores=0,2,4,6
/proc/31187/task/31244/stat : 31244 (java) S 31184 31187 24765 0 -1 1077944384 11003 12868 0 0 617 43 5 3 20 0 15 0 65183711 11176083456 214906 33554432000 4194304 4196468 140734639870144 140562610834576 140562720433877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31245] ppid=31184 vsize=10914144 memory=1232 CPUtime=5.5 cores=0,2,4,6
/proc/31187/task/31245/stat : 31245 (java) S 31184 31187 24765 0 -1 1077944384 14711 12868 0 0 513 29 5 3 20 0 15 0 65183712 11176083456 214906 33554432000 4194304 4196468 140734639870144 140561924192240 140562720434818 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31246] ppid=31184 vsize=10914144 memory=2344 CPUtime=0.08 cores=0,2,4,6
/proc/31187/task/31246/stat : 31246 (java) S 31184 31187 24765 0 -1 1077944384 38 12868 0 0 0 0 5 3 20 0 15 0 65183713 11176083456 214906 33554432000 4194304 4196468 140734639870144 140561923138592 140562720433877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31247] ppid=31184 vsize=10914144 memory=928 CPUtime=0.08 cores=0,2,4,6
/proc/31187/task/31247/stat : 31247 (java) S 31184 31187 24765 0 -1 1077944384 2 12868 0 0 0 0 5 3 20 0 15 0 65183713 11176083456 214906 33554432000 4194304 4196468 140734639870144 140561528906752 140562720433877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31248] ppid=31184 vsize=10914144 memory=1704 CPUtime=0.08 cores=0,2,4,6
/proc/31187/task/31248/stat : 31248 (java) S 31184 31187 24765 0 -1 1077944384 3 12868 0 0 0 0 5 3 20 0 15 0 65183716 11176083456 214906 33554432000 4194304 4196468 140734639870144 140561288616144 140562720442267 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31249] ppid=31184 vsize=10914144 memory=9924 CPUtime=3.68 cores=0,2,4,6
/proc/31187/task/31249/stat : 31249 (java) S 31184 31187 24765 0 -1 1077944384 19922 12868 0 0 356 4 5 3 20 0 15 0 65183716 11176083456 214906 33554432000 4194304 4196468 140734639870144 140561889581552 140562720434818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31250] ppid=31184 vsize=10914144 memory=5788 CPUtime=3.75 cores=0,2,4,6
/proc/31187/task/31250/stat : 31250 (java) S 31184 31187 24765 0 -1 1077944384 22087 12868 0 0 364 3 5 3 20 0 15 0 65183716 11176083456 214906 33554432000 4194304 4196468 140734639870144 140561888529008 140562720434818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31251] ppid=31184 vsize=10914144 memory=1936 CPUtime=1.94 cores=0,2,4,6
/proc/31187/task/31251/stat : 31251 (java) S 31184 31187 24765 0 -1 1077944384 17192 12868 0 0 182 4 5 3 20 0 15 0 65183716 11176083456 214906 33554432000 4194304 4196468 140734639870144 140561887476464 140562720434818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31252] ppid=31184 vsize=10914144 memory=1196 CPUtime=0.08 cores=0,2,4,6
/proc/31187/task/31252/stat : 31252 (java) S 31184 31187 24765 0 -1 1077944384 3 12868 0 0 0 0 5 3 20 0 15 0 65183716 11176083456 214906 33554432000 4194304 4196468 140734639870144 140561255058528 140562720433877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
[pid=31187/tid=31253] ppid=31184 vsize=10914144 memory=8520 CPUtime=1.4 cores=0,2,4,6
/proc/31187/task/31253/stat : 31253 (java) S 31184 31187 24765 0 -1 1077944384 1280 12868 0 0 66 66 5 3 20 0 15 0 65183716 11176083456 214906 33554432000 4194304 4196468 140734639870144 140561886423344 140562720434818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23166976 140734639876267 140734639879516 140734639879516 140734639882191 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 859624 KiB

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

[startup+2491.63 s]
# the end of solver process 31187 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.38 s, system=2.69495 s

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

Child status: 143
Real time (s): 2491.63
CPU time (s): 2520.07
CPU user time (s): 2517.38
CPU system time (s): 2.69495
CPU usage (%): 101.142
Max. virtual memory (cumulated for all children) (KiB): 10916856
Max. memory (cumulated for all children) (KiB): 1184852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.38
system time used= 2.69495
maximum resident set size= 1184852
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 243993
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 176774
involuntary context switches= 6278


# summary of solver processes directly reported to runsolver:
#   pid: 31187
#   total CPU time (s): 2520.07
#   total CPU user time (s): 2517.38
#   total CPU system time (s): 2.69495

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.8285 second user time and 24.0117 second system time

The end

Launcher Data

Begin job on node105 at 2018-07-25 01:50:05
IDJOB=4294689
IDBENCH=141411
IDSOLVER=2751
FILE ID=node105/4294689-1532476205
RUNJOBID= node105-1532448512-24796
PBS_JOBID= 21021581
Free space on /tmp= 44736 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/Haystacks/Haystacks-ext-11_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-4294689-1532476205/watcher-4294689-1532476205 -o /tmp/evaluation-result-4294689-1532476205/solver-4294689-1532476205 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532448512-24796 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1997847010 -superng HOME/instance-4294689-1532476205.xml

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

MD5SUM BENCH= dd1566dde9022858d7af3144994afffb
RANDOM SEED=1997847010

node105.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.32
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.32
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.32
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.32
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:        21597556 kB
MemAvailable:   30882812 kB
Buffers:          228276 kB
Cached:          9196280 kB
SwapCached:            0 kB
Active:          2707212 kB
Inactive:        7824116 kB
Active(anon):    1060660 kB
Inactive(anon):    65516 kB
Active(file):    1646552 kB
Inactive(file):  7758600 kB
Unevictable:        7180 kB
Mlocked:            7180 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26428 kB
Writeback:             0 kB
AnonPages:       1113416 kB
Mapped:            51876 kB
Shmem:             17036 kB
Slab:             336332 kB
SReclaimable:     308564 kB
SUnreclaim:        27768 kB
KernelStack:        3552 kB
PageTables:         7792 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2108824 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    894976 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 44712 MiB
End job on node105 at 2018-07-25 02:31:37