Trace number 4294769

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.08 2476.63

General information on the benchmark

NameHaystacks/
Haystacks-ext-10_c18.xml
MD5SUMa3b0ef5b97c309412ed30b7773154191
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 benchmark0.957128
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints459
Number of domains1
Minimum domain size10
Maximum domain size10
Distribution of domain sizes[{"size":10,"count":100}]
Minimum variable degree9
Maximum variable degree10
Distribution of variable degrees[{"degree":9,"count":82},{"degree":10,"count":18}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":459}]
Number of extensional constraints459
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":459}]
Optimization problemNO
Type of objective

Solver Data

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

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

solver pid=24141, runsolver pid=24138

[startup+0.100161 s]*
/proc/loadavg: 1.42 1.38 1.42 3/211 24198
/proc/meminfo: memFree=19685540/32770624 swapFree=67108860/67108860
[pid=24141] ppid=24138 vsize=9972712 memory=18860 CPUtime=0.09 cores=0,2,4,6
/proc/24141/stat : 24141 (java) S 24138 24141 19905 0 -1 1077944320 4387 12871 0 0 1 0 5 3 20 0 6 0 66060033 10212057088 4715 33554432000 4194304 4196468 140720333139984 140720333122528 140536446103287 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
/proc/24141/statm: 2493178 4715 1934 1 0 2481616 0
[pid=24141/tid=24194] ppid=24138 vsize=9972712 memory=4628411388058700198 CPUtime=0.09 cores=0,2,4,6
/proc/24141/task/24194/stat : 24194 (java) R 24138 24141 19905 0 -1 4202560 2187 12871 0 0 1 0 5 3 20 0 6 0 66060042 10212057088 4715 33554432000 4194304 4196468 140720333139984 140536417940048 140536446125213 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24195] ppid=24138 vsize=9972712 memory=5793855900486658489 CPUtime=0.08 cores=0,2,4,6
/proc/24141/task/24195/stat : 24195 (java) S 24138 24141 19905 0 -1 1077944384 1 12871 0 0 0 0 5 3 20 0 6 0 66060042 10212057088 4715 33554432000 4194304 4196468 140720333139984 140536450345488 140536446113493 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24196] ppid=24138 vsize=9972712 memory=140649476765312 CPUtime=0.08 cores=0,2,4,6
/proc/24141/task/24196/stat : 24196 (java) S 24138 24141 19905 0 -1 1077944384 1 12871 0 0 0 0 5 3 20 0 6 0 66060042 10212057088 4715 33554432000 4194304 4196468 140720333139984 140536365165200 140536446113493 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24197] ppid=24138 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24141/task/24197/stat : 24197 (java) S 24138 24141 19905 0 -1 1077944384 1 12871 0 0 0 0 5 3 20 0 6 0 66060042 10212057088 4715 33554432000 4194304 4196468 140720333139984 140536017770768 140536446113493 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24198] ppid=24138 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24141/task/24198/stat : 24198 (java) S 24138 24141 19905 0 -1 1077944384 2 12871 0 0 0 0 5 3 20 0 6 0 66060042 10212057088 4715 33554432000 4194304 4196468 140720333139984 140536016718224 140536446113493 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18860 KiB

[startup+0.2102 s]*
/proc/loadavg: 1.42 1.38 1.42 3/220 24207
/proc/meminfo: memFree=19664364/32770624 swapFree=67108860/67108860
[pid=24141] ppid=24138 vsize=10818904 memory=42692 CPUtime=0.27 cores=0,2,4,6
/proc/24141/stat : 24141 (java) S 24138 24141 19905 0 -1 1077944320 7933 12871 0 0 17 2 5 3 20 0 15 0 66060033 11078557696 10673 33554432000 4194304 4196468 140720333139984 140720333122528 140536446103287 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
/proc/24141/statm: 2704726 10673 2948 1 0 2667149 0
[pid=24141/tid=24194] ppid=24138 vsize=10819896 memory=-8540663193526752614 CPUtime=0.2 cores=0,2,4,6
/proc/24141/task/24194/stat : 24194 (java) R 24138 24141 19905 0 -1 4202560 4569 12871 0 0 11 1 5 3 20 0 15 0 66060042 11079573504 10805 33554432000 4194304 4196468 140720333139984 140536417928096 140536438783005 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24195] ppid=24138 vsize=10819896 memory=4211974375681555850 CPUtime=0.08 cores=0,2,4,6
/proc/24141/task/24195/stat : 24195 (java) S 24138 24141 19905 0 -1 1077944384 1 12871 0 0 0 0 5 3 20 0 15 0 66060042 11079573504 10805 33554432000 4194304 4196468 140720333139984 140536450345488 140536446113493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24196] ppid=24138 vsize=10819896 memory=140649476765312 CPUtime=0.08 cores=0,2,4,6
/proc/24141/task/24196/stat : 24196 (java) S 24138 24141 19905 0 -1 1077944384 1 12871 0 0 0 0 5 3 20 0 15 0 66060042 11079573504 10805 33554432000 4194304 4196468 140720333139984 140536365165200 140536446113493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24197] ppid=24138 vsize=10819896 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24141/task/24197/stat : 24197 (java) S 24138 24141 19905 0 -1 1077944384 1 12871 0 0 0 0 5 3 20 0 15 0 66060042 11079573504 10805 33554432000 4194304 4196468 140720333139984 140536017770768 140536446113493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24198] ppid=24138 vsize=10819896 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24141/task/24198/stat : 24198 (java) S 24138 24141 19905 0 -1 1077944384 2 12871 0 0 0 0 5 3 20 0 15 0 66060042 11079573504 10871 33554432000 4194304 4196468 140720333139984 140536016718224 140536446113493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24199] ppid=24138 vsize=10819896 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24141/task/24199/stat : 24199 (java) S 24138 24141 19905 0 -1 1077944384 2 12871 0 0 0 0 5 3 20 0 15 0 66060044 11079573504 10871 33554432000 4194304 4196468 140720333139984 140535972760304 140536446114434 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24200] ppid=24138 vsize=10819896 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/24141/task/24200/stat : 24200 (java) S 24138 24141 19905 0 -1 1077944384 13 12871 0 0 0 0 5 3 20 0 15 0 66060044 11079573504 10871 33554432000 4194304 4196468 140720333139984 140535423559328 140536446113493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24201] ppid=24138 vsize=10819896 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24141/task/24201/stat : 24201 (java) S 24138 24141 19905 0 -1 1077944384 1 12871 0 0 0 0 5 3 20 0 15 0 66060045 11079573504 10871 33554432000 4194304 4196468 140720333139984 140535222232304 140536446113493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24202] ppid=24138 vsize=10819896 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24141/task/24202/stat : 24202 (java) S 24138 24141 19905 0 -1 1077944384 3 12871 0 0 0 0 5 3 20 0 15 0 66060047 11079573504 10937 33554432000 4194304 4196468 140720333139984 140534981941712 140536446121883 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24203] ppid=24138 vsize=10819896 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/24141/task/24203/stat : 24203 (java) S 24138 24141 19905 0 -1 1077944384 488 12871 0 0 1 0 5 3 20 0 15 0 66060047 11079573504 10937 33554432000 4194304 4196468 140720333139984 140535971707120 140536446114434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24204] ppid=24138 vsize=10819896 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/24141/task/24204/stat : 24204 (java) S 24138 24141 19905 0 -1 1077944384 129 12871 0 0 0 0 5 3 20 0 15 0 66060047 11079573504 10937 33554432000 4194304 4196468 140720333139984 140535970654576 140536446114434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24205] ppid=24138 vsize=10821524 memory=140649476765312 CPUtime=0.11 cores=0,2,4,6
/proc/24141/task/24205/stat : 24205 (java) S 24138 24141 19905 0 -1 1077944384 606 12871 0 0 3 0 5 3 20 0 15 0 66060047 11081240576 10937 33554432000 4194304 4196468 140720333139984 140535969601520 140536446114434 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24206] ppid=24138 vsize=10821524 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/24141/task/24206/stat : 24206 (java) S 24138 24141 19905 0 -1 1077944384 3 12871 0 0 0 0 5 3 20 0 15 0 66060047 11081240576 10937 33554432000 4194304 4196468 140720333139984 140534948383072 140536446113493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24207] ppid=24138 vsize=10821524 memory=140649476765312 CPUtime=0.08 cores=0,2,4,6
/proc/24141/task/24207/stat : 24207 (java) S 24138 24141 19905 0 -1 1077944384 1 12871 0 0 0 0 5 3 20 0 15 0 66060048 11081240576 11003 33554432000 4194304 4196468 140720333139984 140535968549936 140536446114434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 42692 KiB

[startup+0.310556 s]*
/proc/loadavg: 1.42 1.38 1.42 3/220 24207
/proc/meminfo: memFree=19652332/32770624 swapFree=67108860/67108860
[pid=24141] ppid=24138 vsize=10819352 memory=53408 CPUtime=0.39 cores=0,2,4,6
/proc/24141/stat : 24141 (java) S 24138 24141 19905 0 -1 1077944320 10438 12871 0 0 28 3 5 3 20 0 15 0 66060033 11079016448 13352 33554432000 4194304 4196468 140720333139984 140720333122528 140536446103287 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
/proc/24141/statm: 2704838 13352 3067 1 0 2667149 0
[pid=24141/tid=24194] ppid=24138 vsize=10819352 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/24141/task/24194/stat : 24194 (java) R 24138 24141 19905 0 -1 4202560 6985 12871 0 0 19 2 5 3 20 0 15 0 66060042 11079016448 13352 33554432000 4194304 4196468 140720333139984 140536417915296 140536430183774 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24195] ppid=24138 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24141/task/24195/stat : 24195 (java) S 24138 24141 19905 0 -1 1077944384 1 12871 0 0 0 0 5 3 20 0 15 0 66060042 11079016448 13352 33554432000 4194304 4196468 140720333139984 140536450345488 140536446113493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24196] ppid=24138 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24141/task/24196/stat : 24196 (java) S 24138 24141 19905 0 -1 1077944384 1 12871 0 0 0 0 5 3 20 0 15 0 66060042 11079016448 13352 33554432000 4194304 4196468 140720333139984 140536365165200 140536446113493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24197] ppid=24138 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24141/task/24197/stat : 24197 (java) S 24138 24141 19905 0 -1 1077944384 1 12871 0 0 0 0 5 3 20 0 15 0 66060042 11079016448 13352 33554432000 4194304 4196468 140720333139984 140536017770768 140536446113493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24198] ppid=24138 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/24141/task/24198/stat : 24198 (java) S 24138 24141 19905 0 -1 1077944384 2 12871 0 0 0 0 5 3 20 0 15 0 66060042 11079016448 13352 33554432000 4194304 4196468 140720333139984 140536016718224 140536446113493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24199] ppid=24138 vsize=10819352 memory=140649476765311 CPUtime=0.08 cores=0,2,4,6
/proc/24141/task/24199/stat : 24199 (java) S 24138 24141 19905 0 -1 1077944384 2 12871 0 0 0 0 5 3 20 0 15 0 66060044 11079016448 13352 33554432000 4194304 4196468 140720333139984 140535972760304 140536446114434 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24200] ppid=24138 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/24141/task/24200/stat : 24200 (java) S 24138 24141 19905 0 -1 1077944384 13 12871 0 0 0 0 5 3 20 0 15 0 66060044 11079016448 13352 33554432000 4194304 4196468 140720333139984 140535423559328 140536446113493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24201] ppid=24138 vsize=10819352 memory=140649476765312 CPUtime=0.08 cores=0,2,4,6
/proc/24141/task/24201/stat : 24201 (java) S 24138 24141 19905 0 -1 1077944384 1 12871 0 0 0 0 5 3 20 0 15 0 66060045 11079016448 13352 33554432000 4194304 4196468 140720333139984 140535222232304 140536446113493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24202] ppid=24138 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/24141/task/24202/stat : 24202 (java) S 24138 24141 19905 0 -1 1077944384 3 12871 0 0 0 0 5 3 20 0 15 0 66060047 11079016448 13352 33554432000 4194304 4196468 140720333139984 140534981941712 140536446121883 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24203] ppid=24138 vsize=10819352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/24141/task/24203/stat : 24203 (java) S 24138 24141 19905 0 -1 1077944384 489 12871 0 0 1 0 5 3 20 0 15 0 66060047 11079016448 13352 33554432000 4194304 4196468 140720333139984 140535971707120 140536446114434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24204] ppid=24138 vsize=10819352 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/24141/task/24204/stat : 24204 (java) S 24138 24141 19905 0 -1 1077944384 129 12871 0 0 1 0 5 3 20 0 15 0 66060047 11079016448 13352 33554432000 4194304 4196468 140720333139984 140535970654576 140536446114434 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24205] ppid=24138 vsize=10819352 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/24141/task/24205/stat : 24205 (java) R 24138 24141 19905 0 -1 4202560 612 12871 0 0 4 0 5 3 20 0 15 0 66060047 11079016448 13352 33554432000 4194304 4196468 140720333139984 140535969601520 140536446124634 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24206] ppid=24138 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24141/task/24206/stat : 24206 (java) S 24138 24141 19905 0 -1 1077944384 3 12871 0 0 0 0 5 3 20 0 15 0 66060047 11079016448 13352 33554432000 4194304 4196468 140720333139984 140534948383072 140536446113493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24207] ppid=24138 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24141/task/24207/stat : 24207 (java) S 24138 24141 19905 0 -1 1077944384 1 12871 0 0 0 0 5 3 20 0 15 0 66060048 11079016448 13352 33554432000 4194304 4196468 140720333139984 140535968549936 140536446114434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 53408 KiB

[startup+0.700786 s]
/proc/loadavg: 1.42 1.38 1.42 4/220 24207
/proc/meminfo: memFree=19641196/32770624 swapFree=67108860/67108860
[pid=24141] ppid=24138 vsize=10819352 memory=86548 CPUtime=1 cores=0,2,4,6
/proc/24141/stat : 24141 (java) S 24138 24141 19905 0 -1 1077944320 16769 12871 0 0 87 5 5 3 20 0 15 0 66060033 11079016448 21637 33554432000 4194304 4196468 140720333139984 140720333122528 140536446103287 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
/proc/24141/statm: 2704838 21637 3237 1 0 2667149 0
[pid=24141/tid=24194] ppid=24138 vsize=10819352 memory=20216 CPUtime=0.66 cores=0,2,4,6
/proc/24141/task/24194/stat : 24194 (java) R 24138 24141 19905 0 -1 4202560 12244 12871 0 0 55 3 5 3 20 0 15 0 66060042 11079016448 21637 33554432000 4194304 4196468 140720333139984 140536417924112 140536426379139 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24195] ppid=24138 vsize=10819352 memory=4580 CPUtime=0.08 cores=0,2,4,6
/proc/24141/task/24195/stat : 24195 (java) S 24138 24141 19905 0 -1 1077944384 1 12871 0 0 0 0 5 3 20 0 15 0 66060042 11079016448 21637 33554432000 4194304 4196468 140720333139984 140536450345488 140536446113493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24196] ppid=24138 vsize=10819352 memory=140649374720495 CPUtime=0.08 cores=0,2,4,6
/proc/24141/task/24196/stat : 24196 (java) S 24138 24141 19905 0 -1 1077944384 1 12871 0 0 0 0 5 3 20 0 15 0 66060042 11079016448 21637 33554432000 4194304 4196468 140720333139984 140536365165200 140536446113493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24197] ppid=24138 vsize=10819352 memory=140651589010349 CPUtime=0.08 cores=0,2,4,6
/proc/24141/task/24197/stat : 24197 (java) S 24138 24141 19905 0 -1 1077944384 1 12871 0 0 0 0 5 3 20 0 15 0 66060042 11079016448 21637 33554432000 4194304 4196468 140720333139984 140536017770768 140536446113493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24198] ppid=24138 vsize=10819352 memory=12220 CPUtime=0.08 cores=0,2,4,6
/proc/24141/task/24198/stat : 24198 (java) S 24138 24141 19905 0 -1 1077944384 2 12871 0 0 0 0 5 3 20 0 15 0 66060042 11079016448 21637 33554432000 4194304 4196468 140720333139984 140536016718224 140536446113493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24199] ppid=24138 vsize=10819352 memory=7305218370954160217 CPUtime=0.08 cores=0,2,4,6
/proc/24141/task/24199/stat : 24199 (java) S 24138 24141 19905 0 -1 1077944384 5 12871 0 0 0 0 5 3 20 0 15 0 66060044 11079016448 21637 33554432000 4194304 4196468 140720333139984 140535972760304 140536446114434 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24200] ppid=24138 vsize=10819352 memory=7019257425709197167 CPUtime=0.08 cores=0,2,4,6
/proc/24141/task/24200/stat : 24200 (java) S 24138 24141 19905 0 -1 1077944384 13 12871 0 0 0 0 5 3 20 0 15 0 66060044 11079016448 21637 33554432000 4194304 4196468 140720333139984 140535423559328 140536446113493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24201] ppid=24138 vsize=10819352 memory=5860705283049084265 CPUtime=0.08 cores=0,2,4,6
/proc/24141/task/24201/stat : 24201 (java) S 24138 24141 19905 0 -1 1077944384 1 12871 0 0 0 0 5 3 20 0 15 0 66060045 11079016448 21637 33554432000 4194304 4196468 140720333139984 140535222232304 140536446113493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24202] ppid=24138 vsize=10819352 memory=3054156605368933524 CPUtime=0.08 cores=0,2,4,6
/proc/24141/task/24202/stat : 24202 (java) S 24138 24141 19905 0 -1 1077944384 3 12871 0 0 0 0 5 3 20 0 15 0 66060047 11079016448 21637 33554432000 4194304 4196468 140720333139984 140534981941712 140536446121883 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24203] ppid=24138 vsize=10819352 memory=8326441112149131693 CPUtime=0.16 cores=0,2,4,6
/proc/24141/task/24203/stat : 24203 (java) S 24138 24141 19905 0 -1 1077944384 887 12871 0 0 8 0 5 3 20 0 15 0 66060047 11079016448 21637 33554432000 4194304 4196468 140720333139984 140535971707120 140536446114434 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24204] ppid=24138 vsize=10819352 memory=-7025452035940392864 CPUtime=0.17 cores=0,2,4,6
/proc/24141/task/24204/stat : 24204 (java) S 24138 24141 19905 0 -1 1077944384 707 12871 0 0 9 0 5 3 20 0 15 0 66060047 11079016448 21637 33554432000 4194304 4196468 140720333139984 140535970654576 140536446114434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24205] ppid=24138 vsize=10819352 memory=6944656592452807326 CPUtime=0.21 cores=0,2,4,6
/proc/24141/task/24205/stat : 24205 (java) S 24138 24141 19905 0 -1 1077944384 703 12871 0 0 13 0 5 3 20 0 15 0 66060047 11079016448 21637 33554432000 4194304 4196468 140720333139984 140535969601520 140536446114434 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24206] ppid=24138 vsize=10819352 memory=-9178176116494409632 CPUtime=0.08 cores=0,2,4,6
/proc/24141/task/24206/stat : 24206 (java) S 24138 24141 19905 0 -1 1077944384 3 12871 0 0 0 0 5 3 20 0 15 0 66060047 11079016448 21637 33554432000 4194304 4196468 140720333139984 140534948383072 140536446113493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24207] ppid=24138 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24141/task/24207/stat : 24207 (java) S 24138 24141 19905 0 -1 1077944384 1 12871 0 0 0 0 5 3 20 0 15 0 66060048 11079016448 21637 33554432000 4194304 4196468 140720333139984 140535968549936 140536446114434 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86548 KiB

[startup+1.50555 s]
/proc/loadavg: 1.42 1.38 1.42 4/220 24207
/proc/meminfo: memFree=19595732/32770624 swapFree=67108860/67108860
[pid=24141] ppid=24138 vsize=10834252 memory=177228 CPUtime=2.36 cores=0,2,4,6
/proc/24141/stat : 24141 (java) S 24138 24141 19905 0 -1 1077944320 23976 12871 0 0 218 10 5 3 20 0 15 0 66060033 11094274048 44307 33554432000 4194304 4196468 140720333139984 140720333122528 140536446103287 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
/proc/24141/statm: 2708563 44307 3469 1 0 2670221 0
[pid=24141/tid=24194] ppid=24138 vsize=10834252 memory=0 CPUtime=1.44 cores=0,2,4,6
/proc/24141/task/24194/stat : 24194 (java) R 24138 24141 19905 0 -1 4202560 17643 12871 0 0 129 7 5 3 20 0 15 0 66060042 11094274048 44307 33554432000 4194304 4196468 140720333139984 140536417927120 140536446125213 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24195] ppid=24138 vsize=10834252 memory=100836 CPUtime=0.09 cores=0,2,4,6
/proc/24141/task/24195/stat : 24195 (java) S 24138 24141 19905 0 -1 1077944384 63 12871 0 0 1 0 5 3 20 0 15 0 66060042 11094274048 44307 33554432000 4194304 4196468 140720333139984 140536450345488 140536446113493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24196] ppid=24138 vsize=10834252 memory=5790086053191909267 CPUtime=0.09 cores=0,2,4,6
/proc/24141/task/24196/stat : 24196 (java) S 24138 24141 19905 0 -1 1077944384 13 12871 0 0 1 0 5 3 20 0 15 0 66060042 11094274048 44307 33554432000 4194304 4196468 140720333139984 140536365165200 140536446113493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24197] ppid=24138 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/24141/task/24197/stat : 24197 (java) S 24138 24141 19905 0 -1 1077944384 198 12871 0 0 1 0 5 3 20 0 15 0 66060042 11094274048 44307 33554432000 4194304 4196468 140720333139984 140536017770768 140536446113493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24198] ppid=24138 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/24141/task/24198/stat : 24198 (java) S 24138 24141 19905 0 -1 1077944384 25 12871 0 0 1 0 5 3 20 0 15 0 66060042 11094274048 44307 33554432000 4194304 4196468 140720333139984 140536016718224 140536446113493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24199] ppid=24138 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/24141/task/24199/stat : 24199 (java) S 24138 24141 19905 0 -1 1077944384 49 12871 0 0 1 0 5 3 20 0 15 0 66060044 11094274048 44307 33554432000 4194304 4196468 140720333139984 140535972760304 140536446114434 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24200] ppid=24138 vsize=10834252 memory=-6221781267475802396 CPUtime=0.08 cores=0,2,4,6
/proc/24141/task/24200/stat : 24200 (java) S 24138 24141 19905 0 -1 1077944384 15 12871 0 0 0 0 5 3 20 0 15 0 66060044 11094274048 44307 33554432000 4194304 4196468 140720333139984 140535423559392 140536446113493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24201] ppid=24138 vsize=10834252 memory=4312 CPUtime=0.08 cores=0,2,4,6
/proc/24141/task/24201/stat : 24201 (java) S 24138 24141 19905 0 -1 1077944384 1 12871 0 0 0 0 5 3 20 0 15 0 66060045 11094274048 44307 33554432000 4194304 4196468 140720333139984 140535222232320 140536446113493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24202] ppid=24138 vsize=10834252 memory=2196 CPUtime=0.08 cores=0,2,4,6
/proc/24141/task/24202/stat : 24202 (java) S 24138 24141 19905 0 -1 1077944384 3 12871 0 0 0 0 5 3 20 0 15 0 66060047 11094274048 44307 33554432000 4194304 4196468 140720333139984 140534981941712 140536446121883 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24203] ppid=24138 vsize=10834252 memory=0 CPUtime=0.27 cores=0,2,4,6
/proc/24141/task/24203/stat : 24203 (java) S 24138 24141 19905 0 -1 1077944384 1165 12871 0 0 19 0 5 3 20 0 15 0 66060047 11094274048 44307 33554432000 4194304 4196468 140720333139984 140535971707120 140536446114434 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24204] ppid=24138 vsize=10834252 memory=244583288083622 CPUtime=0.33 cores=0,2,4,6
/proc/24141/task/24204/stat : 24204 (java) S 24138 24141 19905 0 -1 1077944384 1211 12871 0 0 25 0 5 3 20 0 15 0 66060047 11094274048 44307 33554432000 4194304 4196468 140720333139984 140535970654576 140536446114434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24205] ppid=24138 vsize=10834252 memory=315765 CPUtime=0.45 cores=0,2,4,6
/proc/24141/task/24205/stat : 24205 (java) S 24138 24141 19905 0 -1 1077944384 1389 12871 0 0 37 0 5 3 20 0 15 0 66060047 11094274048 44307 33554432000 4194304 4196468 140720333139984 140535969601520 140536446114434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24206] ppid=24138 vsize=10834252 memory=6935650355271196736 CPUtime=0.08 cores=0,2,4,6
/proc/24141/task/24206/stat : 24206 (java) S 24138 24141 19905 0 -1 1077944384 3 12871 0 0 0 0 5 3 20 0 15 0 66060047 11094274048 44307 33554432000 4194304 4196468 140720333139984 140534948383072 140536446113493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24207] ppid=24138 vsize=10834252 memory=6935649255759568960 CPUtime=0.08 cores=0,2,4,6
/proc/24141/task/24207/stat : 24207 (java) S 24138 24141 19905 0 -1 1077944384 1 12871 0 0 0 0 5 3 20 0 15 0 66060048 11094274048 44307 33554432000 4194304 4196468 140720333139984 140535968549936 140536446114434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
Current children cumulated CPU time: 2.36 s
Current children cumulated vsize: 10834252 KiB

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

/proc/24141/task/24194/stat : 24194 (java) R 24138 24141 19905 0 -1 4202560 95933 12871 0 0 229423 53 5 3 20 0 15 0 66060042 11176083456 309047 33554432000 4194304 4196468 140720333139984 140536417938032 140536058501804 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24195] ppid=24138 vsize=10914144 memory=1236172 CPUtime=12.03 cores=0,2,4,6
/proc/24141/task/24195/stat : 24195 (java) S 24138 24141 19905 0 -1 1077944384 16126 12871 0 0 1136 59 5 3 20 0 15 0 66060042 11176083456 309047 33554432000 4194304 4196468 140720333139984 140536450345488 140536446113493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24196] ppid=24138 vsize=10914144 memory=1236188 CPUtime=12.01 cores=0,2,4,6
/proc/24141/task/24196/stat : 24196 (java) S 24138 24141 19905 0 -1 1077944384 21383 12871 0 0 1132 61 5 3 20 0 15 0 66060042 11176083456 309047 33554432000 4194304 4196468 140720333139984 140536365165200 140536446113493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24197] ppid=24138 vsize=10914144 memory=1236188 CPUtime=11.99 cores=0,2,4,6
/proc/24141/task/24197/stat : 24197 (java) S 24138 24141 19905 0 -1 1077944384 21933 12871 0 0 1125 66 5 3 20 0 15 0 66060042 11176083456 309047 33554432000 4194304 4196468 140720333139984 140536017770768 140536446113493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24198] ppid=24138 vsize=10914144 memory=1236188 CPUtime=12.1 cores=0,2,4,6
/proc/24141/task/24198/stat : 24198 (java) S 24138 24141 19905 0 -1 1077944384 14167 12871 0 0 1138 64 5 3 20 0 15 0 66060042 11176083456 309047 33554432000 4194304 4196468 140720333139984 140536016718224 140536446113493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24199] ppid=24138 vsize=10914144 memory=1236188 CPUtime=11.63 cores=0,2,4,6
/proc/24141/task/24199/stat : 24199 (java) S 24138 24141 19905 0 -1 1077944384 17790 12871 0 0 1097 58 5 3 20 0 15 0 66060044 11176083456 309047 33554432000 4194304 4196468 140720333139984 140535972760304 140536446114434 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24200] ppid=24138 vsize=10914144 memory=1236188 CPUtime=0.08 cores=0,2,4,6
/proc/24141/task/24200/stat : 24200 (java) S 24138 24141 19905 0 -1 1077944384 16 12871 0 0 0 0 5 3 20 0 15 0 66060044 11176083456 309047 33554432000 4194304 4196468 140720333139984 140535423559456 140536446113493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24201] ppid=24138 vsize=10914144 memory=1236188 CPUtime=0.08 cores=0,2,4,6
/proc/24141/task/24201/stat : 24201 (java) S 24138 24141 19905 0 -1 1077944384 2 12871 0 0 0 0 5 3 20 0 15 0 66060045 11176083456 309047 33554432000 4194304 4196468 140720333139984 140535222232320 140536446113493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24202] ppid=24138 vsize=10914144 memory=1236188 CPUtime=0.08 cores=0,2,4,6
/proc/24141/task/24202/stat : 24202 (java) S 24138 24141 19905 0 -1 1077944384 3 12871 0 0 0 0 5 3 20 0 15 0 66060047 11176083456 309047 33554432000 4194304 4196468 140720333139984 140534981941712 140536446121883 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24203] ppid=24138 vsize=10914144 memory=1236188 CPUtime=3.19 cores=0,2,4,6
/proc/24141/task/24203/stat : 24203 (java) S 24138 24141 19905 0 -1 1077944384 11691 12871 0 0 309 2 5 3 20 0 15 0 66060047 11176083456 309047 33554432000 4194304 4196468 140720333139984 140535971707120 140536446114434 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 36 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24204] ppid=24138 vsize=10914144 memory=1236188 CPUtime=2.89 cores=0,2,4,6
/proc/24141/task/24204/stat : 24204 (java) S 24138 24141 19905 0 -1 1077944384 12782 12871 0 0 279 2 5 3 20 0 15 0 66060047 11176083456 309047 33554432000 4194304 4196468 140720333139984 140535970654576 140536446114434 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24205] ppid=24138 vsize=10914144 memory=4036 CPUtime=1.68 cores=0,2,4,6
/proc/24141/task/24205/stat : 24205 (java) S 24138 24141 19905 0 -1 1077944384 10277 12871 0 0 157 3 5 3 20 0 15 0 66060047 11176083456 309047 33554432000 4194304 4196468 140720333139984 140535969601520 140536446114434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24206] ppid=24138 vsize=10914144 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/24141/task/24206/stat : 24206 (java) S 24138 24141 19905 0 -1 1077944384 3 12871 0 0 0 0 5 3 20 0 15 0 66060047 11176083456 309047 33554432000 4194304 4196468 140720333139984 140534948383072 140536446113493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24207] ppid=24138 vsize=10914144 memory=16244 CPUtime=1.63 cores=0,2,4,6
/proc/24141/task/24207/stat : 24207 (java) S 24138 24141 19905 0 -1 1077944384 1088 12871 0 0 77 78 5 3 20 0 15 0 66060048 11176083456 309047 33554432000 4194304 4196468 140720333139984 140535968549936 140536446114434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
Current children cumulated CPU time: 2363.38 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1236188 KiB

[startup+2382.3 s]
/proc/loadavg: 1.31 1.43 1.47 3/219 24415
/proc/meminfo: memFree=18631016/32770624 swapFree=67108860/67108860
[pid=24141] ppid=24138 vsize=10914144 memory=1236296 CPUtime=2424.29 cores=0,2,4,6
/proc/24141/stat : 24141 (java) S 24138 24141 19905 0 -1 1077944320 227370 12871 0 0 242047 374 5 3 20 0 15 0 66060033 11176083456 309074 33554432000 4194304 4196468 140720333139984 140720333122528 140536446103287 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
/proc/24141/statm: 2728536 309074 3518 1 0 2690189 0
[pid=24141/tid=24194] ppid=24138 vsize=10914144 memory=1236288 CPUtime=2354.12 cores=0,2,4,6
/proc/24141/task/24194/stat : 24194 (java) R 24138 24141 19905 0 -1 4202560 96937 12871 0 0 235350 54 5 3 20 0 15 0 66060042 11176083456 309074 33554432000 4194304 4196468 140720333139984 140536417937488 140536045426433 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24195] ppid=24138 vsize=10914144 memory=1236288 CPUtime=12.35 cores=0,2,4,6
/proc/24141/task/24195/stat : 24195 (java) S 24138 24141 19905 0 -1 1077944384 16195 12871 0 0 1168 59 5 3 20 0 15 0 66060042 11176083456 309074 33554432000 4194304 4196468 140720333139984 140536450345488 140536446113493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24196] ppid=24138 vsize=10914144 memory=1236296 CPUtime=12.33 cores=0,2,4,6
/proc/24141/task/24196/stat : 24196 (java) S 24138 24141 19905 0 -1 1077944384 21657 12871 0 0 1163 62 5 3 20 0 15 0 66060042 11176083456 309074 33554432000 4194304 4196468 140720333139984 140536365165200 140536446113493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24197] ppid=24138 vsize=10914144 memory=1236296 CPUtime=12.3 cores=0,2,4,6
/proc/24141/task/24197/stat : 24197 (java) S 24138 24141 19905 0 -1 1077944384 22122 12871 0 0 1155 67 5 3 20 0 15 0 66060042 11176083456 309074 33554432000 4194304 4196468 140720333139984 140536017770768 140536446113493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24198] ppid=24138 vsize=10914144 memory=1236260 CPUtime=12.42 cores=0,2,4,6
/proc/24141/task/24198/stat : 24198 (java) S 24138 24141 19905 0 -1 1077944384 14207 12871 0 0 1169 65 5 3 20 0 15 0 66060042 11176083456 309074 33554432000 4194304 4196468 140720333139984 140536016718224 140536446113493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24199] ppid=24138 vsize=10914144 memory=1236260 CPUtime=11.94 cores=0,2,4,6
/proc/24141/task/24199/stat : 24199 (java) S 24138 24141 19905 0 -1 1077944384 18156 12871 0 0 1125 61 5 3 20 0 15 0 66060044 11176083456 309074 33554432000 4194304 4196468 140720333139984 140535972760304 140536446114434 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24200] ppid=24138 vsize=10914144 memory=1236296 CPUtime=0.08 cores=0,2,4,6
/proc/24141/task/24200/stat : 24200 (java) S 24138 24141 19905 0 -1 1077944384 16 12871 0 0 0 0 5 3 20 0 15 0 66060044 11176083456 309074 33554432000 4194304 4196468 140720333139984 140535423559456 140536446113493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24201] ppid=24138 vsize=10914144 memory=1236288 CPUtime=0.08 cores=0,2,4,6
/proc/24141/task/24201/stat : 24201 (java) S 24138 24141 19905 0 -1 1077944384 2 12871 0 0 0 0 5 3 20 0 15 0 66060045 11176083456 309074 33554432000 4194304 4196468 140720333139984 140535222232320 140536446113493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24202] ppid=24138 vsize=10914144 memory=4036 CPUtime=0.08 cores=0,2,4,6
/proc/24141/task/24202/stat : 24202 (java) S 24138 24141 19905 0 -1 1077944384 3 12871 0 0 0 0 5 3 20 0 15 0 66060047 11176083456 309074 33554432000 4194304 4196468 140720333139984 140534981941712 140536446121883 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24203] ppid=24138 vsize=10914144 memory=836 CPUtime=3.19 cores=0,2,4,6
/proc/24141/task/24203/stat : 24203 (java) S 24138 24141 19905 0 -1 1077944384 11693 12871 0 0 309 2 5 3 20 0 15 0 66060047 11176083456 309074 33554432000 4194304 4196468 140720333139984 140535971707120 140536446114434 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 36 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24204] ppid=24138 vsize=10914144 memory=1692 CPUtime=2.89 cores=0,2,4,6
/proc/24141/task/24204/stat : 24204 (java) S 24138 24141 19905 0 -1 1077944384 12784 12871 0 0 279 2 5 3 20 0 15 0 66060047 11176083456 309074 33554432000 4194304 4196468 140720333139984 140535970654576 140536446114434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24205] ppid=24138 vsize=10914144 memory=1236296 CPUtime=1.68 cores=0,2,4,6
/proc/24141/task/24205/stat : 24205 (java) S 24138 24141 19905 0 -1 1077944384 10279 12871 0 0 157 3 5 3 20 0 15 0 66060047 11176083456 309074 33554432000 4194304 4196468 140720333139984 140535969601520 140536446114434 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24206] ppid=24138 vsize=10914144 memory=4036 CPUtime=0.08 cores=0,2,4,6
/proc/24141/task/24206/stat : 24206 (java) S 24138 24141 19905 0 -1 1077944384 3 12871 0 0 0 0 5 3 20 0 15 0 66060047 11176083456 309074 33554432000 4194304 4196468 140720333139984 140534948383072 140536446113493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24207] ppid=24138 vsize=10914144 memory=1236296 CPUtime=1.66 cores=0,2,4,6
/proc/24141/task/24207/stat : 24207 (java) S 24138 24141 19905 0 -1 1077944384 1119 12871 0 0 78 80 5 3 20 0 15 0 66060048 11176083456 309074 33554432000 4194304 4196468 140720333139984 140535968549936 140536446114434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
Current children cumulated CPU time: 2424.29 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1236296 KiB

[startup+2442.3 s]
/proc/loadavg: 1.06 1.35 1.45 3/220 24417
/proc/meminfo: memFree=18630676/32770624 swapFree=67108860/67108860
[pid=24141] ppid=24138 vsize=10914144 memory=1236344 CPUtime=2485.24 cores=0,2,4,6
/proc/24141/stat : 24141 (java) S 24138 24141 19905 0 -1 1077944320 228867 12871 0 0 248132 384 5 3 20 0 15 0 66060033 11176083456 309086 33554432000 4194304 4196468 140720333139984 140720333122528 140536446103287 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
/proc/24141/statm: 2728536 309086 3518 1 0 2690189 0
[pid=24141/tid=24194] ppid=24138 vsize=10914144 memory=1236344 CPUtime=2413.38 cores=0,2,4,6
/proc/24141/task/24194/stat : 24194 (java) R 24138 24141 19905 0 -1 4202560 97731 12871 0 0 241275 55 5 3 20 0 15 0 66060042 11176083456 309086 33554432000 4194304 4196468 140720333139984 140536417937680 140536057451218 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24195] ppid=24138 vsize=10914144 memory=1236344 CPUtime=12.69 cores=0,2,4,6
/proc/24141/task/24195/stat : 24195 (java) S 24138 24141 19905 0 -1 1077944384 16471 12871 0 0 1200 61 5 3 20 0 15 0 66060042 11176083456 309086 33554432000 4194304 4196468 140720333139984 140536450345488 140536446113493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24196] ppid=24138 vsize=10914144 memory=1236344 CPUtime=12.67 cores=0,2,4,6
/proc/24141/task/24196/stat : 24196 (java) S 24138 24141 19905 0 -1 1077944384 21690 12871 0 0 1195 64 5 3 20 0 15 0 66060042 11176083456 309086 33554432000 4194304 4196468 140720333139984 140536365165200 140536446113493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24197] ppid=24138 vsize=10914144 memory=1236344 CPUtime=12.63 cores=0,2,4,6
/proc/24141/task/24197/stat : 24197 (java) S 24138 24141 19905 0 -1 1077944384 22216 12871 0 0 1186 69 5 3 20 0 15 0 66060042 11176083456 309086 33554432000 4194304 4196468 140720333139984 140536017770768 140536446113493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24198] ppid=24138 vsize=10914144 memory=1236344 CPUtime=12.76 cores=0,2,4,6
/proc/24141/task/24198/stat : 24198 (java) S 24138 24141 19905 0 -1 1077944384 14268 12871 0 0 1201 67 5 3 20 0 15 0 66060042 11176083456 309086 33554432000 4194304 4196468 140720333139984 140536016718224 140536446113493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24199] ppid=24138 vsize=10914144 memory=1236344 CPUtime=12.25 cores=0,2,4,6
/proc/24141/task/24199/stat : 24199 (java) S 24138 24141 19905 0 -1 1077944384 18375 12871 0 0 1155 62 5 3 20 0 15 0 66060044 11176083456 309086 33554432000 4194304 4196468 140720333139984 140535972760304 140536446114434 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24200] ppid=24138 vsize=10914144 memory=1236344 CPUtime=0.08 cores=0,2,4,6
/proc/24141/task/24200/stat : 24200 (java) S 24138 24141 19905 0 -1 1077944384 16 12871 0 0 0 0 5 3 20 0 15 0 66060044 11176083456 309086 33554432000 4194304 4196468 140720333139984 140535423559456 140536446113493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24201] ppid=24138 vsize=10914144 memory=1236344 CPUtime=0.08 cores=0,2,4,6
/proc/24141/task/24201/stat : 24201 (java) S 24138 24141 19905 0 -1 1077944384 2 12871 0 0 0 0 5 3 20 0 15 0 66060045 11176083456 309086 33554432000 4194304 4196468 140720333139984 140535222232320 140536446113493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24202] ppid=24138 vsize=10914144 memory=1236296 CPUtime=0.08 cores=0,2,4,6
/proc/24141/task/24202/stat : 24202 (java) S 24138 24141 19905 0 -1 1077944384 3 12871 0 0 0 0 5 3 20 0 15 0 66060047 11176083456 309086 33554432000 4194304 4196468 140720333139984 140534981941712 140536446121883 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24203] ppid=24138 vsize=10914144 memory=796 CPUtime=3.19 cores=0,2,4,6
/proc/24141/task/24203/stat : 24203 (java) S 24138 24141 19905 0 -1 1077944384 11697 12871 0 0 309 2 5 3 20 0 15 0 66060047 11176083456 309086 33554432000 4194304 4196468 140720333139984 140535971707120 140536446114434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 36 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24204] ppid=24138 vsize=10914144 memory=1236344 CPUtime=2.89 cores=0,2,4,6
/proc/24141/task/24204/stat : 24204 (java) S 24138 24141 19905 0 -1 1077944384 12788 12871 0 0 279 2 5 3 20 0 15 0 66060047 11176083456 309086 33554432000 4194304 4196468 140720333139984 140535970654576 140536446114434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24205] ppid=24138 vsize=10914144 memory=1236344 CPUtime=1.68 cores=0,2,4,6
/proc/24141/task/24205/stat : 24205 (java) S 24138 24141 19905 0 -1 1077944384 10283 12871 0 0 157 3 5 3 20 0 15 0 66060047 11176083456 309086 33554432000 4194304 4196468 140720333139984 140535969601520 140536446114434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24206] ppid=24138 vsize=10914144 memory=1236344 CPUtime=0.08 cores=0,2,4,6
/proc/24141/task/24206/stat : 24206 (java) S 24138 24141 19905 0 -1 1077944384 3 12871 0 0 0 0 5 3 20 0 15 0 66060047 11176083456 309086 33554432000 4194304 4196468 140720333139984 140534948383072 140536446113493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24207] ppid=24138 vsize=10914144 memory=4036 CPUtime=1.71 cores=0,2,4,6
/proc/24141/task/24207/stat : 24207 (java) S 24138 24141 19905 0 -1 1077944384 1127 12871 0 0 80 83 5 3 20 0 15 0 66060048 11176083456 309086 33554432000 4194304 4196468 140720333139984 140535968549936 140536446114434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
Current children cumulated CPU time: 2485.24 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1236344 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2476.6 s]
/proc/loadavg: 1.02 1.31 1.43 3/220 24418
/proc/meminfo: memFree=18629940/32770624 swapFree=67108860/67108860
[pid=24141] ppid=24138 vsize=10914144 memory=1236380 CPUtime=2520.04 cores=0,2,4,6
/proc/24141/stat : 24141 (java) S 24138 24141 19905 0 -1 1077944320 229619 12871 0 0 251606 390 5 3 20 0 15 0 66060033 11176083456 309095 33554432000 4194304 4196468 140720333139984 140720333122528 140536446103287 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
/proc/24141/statm: 2728536 309095 3518 1 0 2690189 0
[pid=24141/tid=24194] ppid=24138 vsize=10914144 memory=316378119475036471 CPUtime=2447.29 cores=0,2,4,6
/proc/24141/task/24194/stat : 24194 (java) R 24138 24141 19905 0 -1 4202560 98182 12871 0 0 244666 55 5 3 20 0 15 0 66060042 11176083456 309095 33554432000 4194304 4196468 140720333139984 140536417938304 140536058765357 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24195] ppid=24138 vsize=10914144 memory=16097065801353040 CPUtime=12.86 cores=0,2,4,6
/proc/24141/task/24195/stat : 24195 (java) S 24138 24141 19905 0 -1 1077944384 16471 12871 0 0 1216 62 5 3 20 0 15 0 66060042 11176083456 309095 33554432000 4194304 4196468 140720333139984 140536450345488 140536446113493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24196] ppid=24138 vsize=10914144 memory=7521671528885546343 CPUtime=12.84 cores=0,2,4,6
/proc/24141/task/24196/stat : 24196 (java) S 24138 24141 19905 0 -1 1077944384 21914 12871 0 0 1211 65 5 3 20 0 15 0 66060042 11176083456 309095 33554432000 4194304 4196468 140720333139984 140536365165200 140536446113493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24197] ppid=24138 vsize=10914144 memory=7525072339791790190 CPUtime=12.81 cores=0,2,4,6
/proc/24141/task/24197/stat : 24197 (java) S 24138 24141 19905 0 -1 1077944384 22230 12871 0 0 1203 70 5 3 20 0 15 0 66060042 11176083456 309095 33554432000 4194304 4196468 140720333139984 140536017770768 140536446113493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24198] ppid=24138 vsize=10914144 memory=7523376918531162212 CPUtime=12.94 cores=0,2,4,6
/proc/24141/task/24198/stat : 24198 (java) S 24138 24141 19905 0 -1 1077944384 14297 12871 0 0 1218 68 5 3 20 0 15 0 66060042 11176083456 309095 33554432000 4194304 4196468 140720333139984 140536016718224 140536446113493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24199] ppid=24138 vsize=10914144 memory=7235126712666058087 CPUtime=12.42 cores=0,2,4,6
/proc/24141/task/24199/stat : 24199 (java) S 24138 24141 19905 0 -1 1077944384 18406 12871 0 0 1170 64 5 3 20 0 15 0 66060044 11176083456 309095 33554432000 4194304 4196468 140720333139984 140535972760304 140536446114434 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24200] ppid=24138 vsize=10914144 memory=5859868559465539175 CPUtime=0.08 cores=0,2,4,6
/proc/24141/task/24200/stat : 24200 (java) S 24138 24141 19905 0 -1 1077944384 16 12871 0 0 0 0 5 3 20 0 15 0 66060044 11176083456 309095 33554432000 4194304 4196468 140720333139984 140535423559456 140536446113493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24201] ppid=24138 vsize=10914144 memory=7235147594880805952 CPUtime=0.08 cores=0,2,4,6
/proc/24141/task/24201/stat : 24201 (java) S 24138 24141 19905 0 -1 1077944384 2 12871 0 0 0 0 5 3 20 0 15 0 66060045 11176083456 309095 33554432000 4194304 4196468 140720333139984 140535222232320 140536446113493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24202] ppid=24138 vsize=10914144 memory=7596838533081557349 CPUtime=0.08 cores=0,2,4,6
/proc/24141/task/24202/stat : 24202 (java) S 24138 24141 19905 0 -1 1077944384 3 12871 0 0 0 0 5 3 20 0 15 0 66060047 11176083456 309095 33554432000 4194304 4196468 140720333139984 140534981941712 140536446121883 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24203] ppid=24138 vsize=10914144 memory=7667730640567560050 CPUtime=3.19 cores=0,2,4,6
/proc/24141/task/24203/stat : 24203 (java) S 24138 24141 19905 0 -1 1077944384 11697 12871 0 0 309 2 5 3 20 0 15 0 66060047 11176083456 309095 33554432000 4194304 4196468 140720333139984 140535971707120 140536446114434 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 36 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24204] ppid=24138 vsize=10914144 memory=7667730640567560050 CPUtime=2.89 cores=0,2,4,6
/proc/24141/task/24204/stat : 24204 (java) S 24138 24141 19905 0 -1 1077944384 12788 12871 0 0 279 2 5 3 20 0 15 0 66060047 11176083456 309095 33554432000 4194304 4196468 140720333139984 140535970654576 140536446114434 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24205] ppid=24138 vsize=10914144 memory=7667730640567560050 CPUtime=1.68 cores=0,2,4,6
/proc/24141/task/24205/stat : 24205 (java) S 24138 24141 19905 0 -1 1077944384 10283 12871 0 0 157 3 5 3 20 0 15 0 66060047 11176083456 309095 33554432000 4194304 4196468 140720333139984 140535969601520 140536446114434 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24206] ppid=24138 vsize=10914144 memory=7667730640567560050 CPUtime=0.08 cores=0,2,4,6
/proc/24141/task/24206/stat : 24206 (java) S 24138 24141 19905 0 -1 1077944384 3 12871 0 0 0 0 5 3 20 0 15 0 66060047 11176083456 309095 33554432000 4194304 4196468 140720333139984 140534948383072 140536446113493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
[pid=24141/tid=24207] ppid=24138 vsize=10914144 memory=7667730640567560050 CPUtime=1.73 cores=0,2,4,6
/proc/24141/task/24207/stat : 24207 (java) S 24138 24141 19905 0 -1 1077944384 1130 12871 0 0 81 84 5 3 20 0 15 0 66060048 11176083456 309095 33554432000 4194304 4196468 140720333139984 140535968549936 140536446114434 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38445056 140720333146736 140720333149532 140720333149532 140720333152207 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1236380 KiB

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

[startup+2476.63 s]
# the end of solver process 24141 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.14 s, system=3.9418 s

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

Child status: 143
Real time (s): 2476.63
CPU time (s): 2520.08
CPU user time (s): 2516.14
CPU system time (s): 3.9418
CPU usage (%): 101.754
Max. virtual memory (cumulated for all children) (KiB): 10916984
Max. memory (cumulated for all children) (KiB): 1236380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.14
system time used= 3.9418
maximum resident set size= 1240584
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 243931
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3040
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 323438
involuntary context switches= 11294


# summary of solver processes directly reported to runsolver:
#   pid: 24141
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2516.14
#   total CPU system time (s): 3.9418

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.8443 second user time and 24.5371 second system time

The end

Launcher Data

Begin job on node133 at 2018-07-25 04:16:09
IDJOB=4294769
IDBENCH=141420
IDSOLVER=2750
FILE ID=node133/4294769-1532484969
RUNJOBID= node133-1532466433-19936
PBS_JOBID= 21021582
Free space on /tmp= 48236 MiB

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

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

MD5SUM BENCH= a3b0ef5b97c309412ed30b7773154191
RANDOM SEED=99542649

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:        19691220 kB
MemAvailable:   30762940 kB
Buffers:          161808 kB
Cached:         11070868 kB
SwapCached:            0 kB
Active:          3863136 kB
Inactive:        8597656 kB
Active(anon):    1179188 kB
Inactive(anon):    68468 kB
Active(file):    2683948 kB
Inactive(file):  8529188 kB
Unevictable:        7020 kB
Mlocked:            7020 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26588 kB
Writeback:             0 kB
AnonPages:       1234080 kB
Mapped:            52072 kB
Shmem:             17056 kB
Slab:             314644 kB
SReclaimable:     287044 kB
SUnreclaim:        27600 kB
KernelStack:        3648 kB
PageTables:         8220 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2228468 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1017856 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:57:26