Trace number 4294688

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.14 2476.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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294688-1532480428/watcher-4294688-1532480428 -o /tmp/evaluation-result-4294688-1532480428/solver-4294688-1532480428 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532466475-21334 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=98260148 HOME/instance-4294688-1532480428.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=25461, runsolver pid=25458

[startup+0.100818 s]*
/proc/loadavg: 1.38 1.40 1.41 2/210 25518
/proc/meminfo: memFree=14880952/32770624 swapFree=67108860/67108860
[pid=25461] ppid=25458 vsize=9972712 memory=18592 CPUtime=0.09 cores=0,2,4,6
/proc/25461/stat : 25461 (java) S 25458 25461 21303 0 -1 1077944320 4277 12999 0 0 1 1 5 2 20 0 6 0 65605989 10212057088 4648 33554432000 4194304 4196468 140725939975040 140725939957584 140454938713847 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
/proc/25461/statm: 2493178 4648 1934 1 0 2481616 0
[pid=25461/tid=25514] ppid=25458 vsize=9972712 memory=4628411388058700198 CPUtime=0.08 cores=0,2,4,6
/proc/25461/task/25514/stat : 25514 (java) R 25458 25461 21303 0 -1 4202560 2083 12999 0 0 1 0 5 2 20 0 6 0 65605998 10212057088 4648 33554432000 4194304 4196468 140725939975040 140454910550608 140454922060325 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25515] ppid=25458 vsize=9972712 memory=5793855579742316985 CPUtime=0.07 cores=0,2,4,6
/proc/25461/task/25515/stat : 25515 (java) S 25458 25461 21303 0 -1 1077944384 1 12999 0 0 0 0 5 2 20 0 6 0 65605999 10212057088 4648 33554432000 4194304 4196468 140725939975040 140454942956048 140454938724053 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25516] ppid=25458 vsize=9972712 memory=140328732423808 CPUtime=0.07 cores=0,2,4,6
/proc/25461/task/25516/stat : 25516 (java) S 25458 25461 21303 0 -1 1077944384 1 12999 0 0 0 0 5 2 20 0 6 0 65605999 10212057088 4648 33554432000 4194304 4196468 140725939975040 140454831229584 140454938724053 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25517] ppid=25458 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25461/task/25517/stat : 25517 (java) S 25458 25461 21303 0 -1 1077944384 1 12999 0 0 0 0 5 2 20 0 6 0 65605999 10212057088 4648 33554432000 4194304 4196468 140725939975040 140454830176528 140454938724053 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25518] ppid=25458 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25461/task/25518/stat : 25518 (java) S 25458 25461 21303 0 -1 1077944384 2 12999 0 0 0 0 5 2 20 0 6 0 65605999 10212057088 4648 33554432000 4194304 4196468 140725939975040 140454829123984 140454938724053 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18592 KiB

[startup+0.210074 s]*
/proc/loadavg: 1.38 1.40 1.41 3/219 25527
/proc/meminfo: memFree=14860224/32770624 swapFree=67108860/67108860
[pid=25461] ppid=25458 vsize=10818904 memory=46536 CPUtime=0.25 cores=0,2,4,6
/proc/25461/stat : 25461 (java) S 25458 25461 21303 0 -1 1077944320 7808 12999 0 0 16 2 5 2 20 0 15 0 65605989 11078557696 11634 33554432000 4194304 4196468 140725939975040 140725939957584 140454938713847 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
/proc/25461/statm: 2704726 11634 2981 1 0 2667149 0
[pid=25461/tid=25514] ppid=25458 vsize=10818904 memory=-8540663193526752614 CPUtime=0.18 cores=0,2,4,6
/proc/25461/task/25514/stat : 25514 (java) R 25458 25461 21303 0 -1 4202560 4335 12999 0 0 10 1 5 2 20 0 15 0 65605998 11078557696 11634 33554432000 4194304 4196468 140725939975040 140454910535752 140454938735773 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25515] ppid=25458 vsize=10818904 memory=4211974054937214346 CPUtime=0.07 cores=0,2,4,6
/proc/25461/task/25515/stat : 25515 (java) S 25458 25461 21303 0 -1 1077944384 1 12999 0 0 0 0 5 2 20 0 15 0 65605999 11078557696 11634 33554432000 4194304 4196468 140725939975040 140454942956048 140454938724053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25516] ppid=25458 vsize=10818904 memory=140328732423808 CPUtime=0.07 cores=0,2,4,6
/proc/25461/task/25516/stat : 25516 (java) S 25458 25461 21303 0 -1 1077944384 1 12999 0 0 0 0 5 2 20 0 15 0 65605999 11078557696 11634 33554432000 4194304 4196468 140725939975040 140454831229584 140454938724053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25517] ppid=25458 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25461/task/25517/stat : 25517 (java) S 25458 25461 21303 0 -1 1077944384 1 12999 0 0 0 0 5 2 20 0 15 0 65605999 11078557696 11634 33554432000 4194304 4196468 140725939975040 140454830176528 140454938724053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25518] ppid=25458 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25461/task/25518/stat : 25518 (java) S 25458 25461 21303 0 -1 1077944384 2 12999 0 0 0 0 5 2 20 0 15 0 65605999 11078557696 11634 33554432000 4194304 4196468 140725939975040 140454829123984 140454938724053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25519] ppid=25458 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25461/task/25519/stat : 25519 (java) S 25458 25461 21303 0 -1 1077944384 2 12999 0 0 0 0 5 2 20 0 15 0 65606000 11078557696 11634 33554432000 4194304 4196468 140725939975040 140454398098160 140454938724994 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25520] ppid=25458 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/25461/task/25520/stat : 25520 (java) S 25458 25461 21303 0 -1 1077944384 33 12999 0 0 0 0 5 2 20 0 15 0 65606001 11078557696 11634 33554432000 4194304 4196468 140725939975040 140454397044384 140454938724053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25521] ppid=25458 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25461/task/25521/stat : 25521 (java) S 25458 25461 21303 0 -1 1077944384 1 12999 0 0 0 0 5 2 20 0 15 0 65606001 11078557696 11634 33554432000 4194304 4196468 140725939975040 140454288942320 140454938724053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25522] ppid=25458 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25461/task/25522/stat : 25522 (java) S 25458 25461 21303 0 -1 1077944384 2 12999 0 0 0 0 5 2 20 0 15 0 65606004 11078557696 11634 33554432000 4194304 4196468 140725939975040 140453684963792 140454938732443 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25523] ppid=25458 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25461/task/25523/stat : 25523 (java) S 25458 25461 21303 0 -1 1077944384 549 12999 0 0 1 0 5 2 20 0 15 0 65606004 11078557696 11634 33554432000 4194304 4196468 140725939975040 140454363486448 140454938724994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25524] ppid=25458 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/25461/task/25524/stat : 25524 (java) S 25458 25461 21303 0 -1 1077944384 68 12999 0 0 0 0 5 2 20 0 15 0 65606004 11078557696 11634 33554432000 4194304 4196468 140725939975040 140454362433904 140454938724994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25525] ppid=25458 vsize=10818904 memory=140328732423808 CPUtime=0.1 cores=0,2,4,6
/proc/25461/task/25525/stat : 25525 (java) R 25458 25461 21303 0 -1 4202560 618 12999 0 0 3 0 5 2 20 0 15 0 65606004 11078557696 11634 33554432000 4194304 4196468 140725939975040 140454361380848 140454938735194 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25526] ppid=25458 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/25461/task/25526/stat : 25526 (java) S 25458 25461 21303 0 -1 1077944384 3 12999 0 0 0 0 5 2 20 0 15 0 65606004 11078557696 11634 33554432000 4194304 4196468 140725939975040 140453215201632 140454938724053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25527] ppid=25458 vsize=10818904 memory=140328732423808 CPUtime=0.07 cores=0,2,4,6
/proc/25461/task/25527/stat : 25527 (java) S 25458 25461 21303 0 -1 1077944384 1 12999 0 0 0 0 5 2 20 0 15 0 65606004 11078557696 11634 33554432000 4194304 4196468 140725939975040 140454360329264 140454938724994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 46536 KiB

[startup+0.310487 s]*
/proc/loadavg: 1.38 1.40 1.41 3/219 25527
/proc/meminfo: memFree=14848688/32770624 swapFree=67108860/67108860
[pid=25461] ppid=25458 vsize=10819352 memory=57184 CPUtime=0.38 cores=0,2,4,6
/proc/25461/stat : 25461 (java) S 25458 25461 21303 0 -1 1077944320 10315 12999 0 0 28 3 5 2 20 0 15 0 65605989 11079016448 14296 33554432000 4194304 4196468 140725939975040 140725939957584 140454938713847 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
/proc/25461/statm: 2704838 14296 3100 1 0 2667149 0
[pid=25461/tid=25514] ppid=25458 vsize=10819352 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/25461/task/25514/stat : 25514 (java) R 25458 25461 21303 0 -1 4202560 6835 12999 0 0 19 2 5 2 20 0 15 0 65605998 11079016448 14296 33554432000 4194304 4196468 140725939975040 140454910525856 140454922794334 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25515] ppid=25458 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25461/task/25515/stat : 25515 (java) S 25458 25461 21303 0 -1 1077944384 1 12999 0 0 0 0 5 2 20 0 15 0 65605999 11079016448 14296 33554432000 4194304 4196468 140725939975040 140454942956048 140454938724053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25516] ppid=25458 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25461/task/25516/stat : 25516 (java) S 25458 25461 21303 0 -1 1077944384 1 12999 0 0 0 0 5 2 20 0 15 0 65605999 11079016448 14296 33554432000 4194304 4196468 140725939975040 140454831229584 140454938724053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25517] ppid=25458 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25461/task/25517/stat : 25517 (java) S 25458 25461 21303 0 -1 1077944384 1 12999 0 0 0 0 5 2 20 0 15 0 65605999 11079016448 14296 33554432000 4194304 4196468 140725939975040 140454830176528 140454938724053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25518] ppid=25458 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/25461/task/25518/stat : 25518 (java) S 25458 25461 21303 0 -1 1077944384 2 12999 0 0 0 0 5 2 20 0 15 0 65605999 11079016448 14296 33554432000 4194304 4196468 140725939975040 140454829123984 140454938724053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25519] ppid=25458 vsize=10819352 memory=140328732423807 CPUtime=0.07 cores=0,2,4,6
/proc/25461/task/25519/stat : 25519 (java) S 25458 25461 21303 0 -1 1077944384 2 12999 0 0 0 0 5 2 20 0 15 0 65606000 11079016448 14296 33554432000 4194304 4196468 140725939975040 140454398098160 140454938724994 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25520] ppid=25458 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/25461/task/25520/stat : 25520 (java) S 25458 25461 21303 0 -1 1077944384 33 12999 0 0 0 0 5 2 20 0 15 0 65606001 11079016448 14296 33554432000 4194304 4196468 140725939975040 140454397044384 140454938724053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25521] ppid=25458 vsize=10819352 memory=140328732423808 CPUtime=0.07 cores=0,2,4,6
/proc/25461/task/25521/stat : 25521 (java) S 25458 25461 21303 0 -1 1077944384 1 12999 0 0 0 0 5 2 20 0 15 0 65606001 11079016448 14296 33554432000 4194304 4196468 140725939975040 140454288942320 140454938724053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25522] ppid=25458 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/25461/task/25522/stat : 25522 (java) S 25458 25461 21303 0 -1 1077944384 2 12999 0 0 0 0 5 2 20 0 15 0 65606004 11079016448 14296 33554432000 4194304 4196468 140725939975040 140453684963792 140454938732443 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25523] ppid=25458 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25461/task/25523/stat : 25523 (java) S 25458 25461 21303 0 -1 1077944384 552 12999 0 0 1 0 5 2 20 0 15 0 65606004 11079016448 14296 33554432000 4194304 4196468 140725939975040 140454363486448 140454938724994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25524] ppid=25458 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/25461/task/25524/stat : 25524 (java) S 25458 25461 21303 0 -1 1077944384 69 12999 0 0 1 0 5 2 20 0 15 0 65606004 11079016448 14296 33554432000 4194304 4196468 140725939975040 140454362433904 140454938724994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25525] ppid=25458 vsize=10819352 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/25461/task/25525/stat : 25525 (java) R 25458 25461 21303 0 -1 4202560 624 12999 0 0 5 0 5 2 20 0 15 0 65606004 11079016448 14296 33554432000 4194304 4196468 140725939975040 140454361380848 140454938735194 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25526] ppid=25458 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25461/task/25526/stat : 25526 (java) S 25458 25461 21303 0 -1 1077944384 3 12999 0 0 0 0 5 2 20 0 15 0 65606004 11079016448 14296 33554432000 4194304 4196468 140725939975040 140453215201632 140454938724053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25527] ppid=25458 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25461/task/25527/stat : 25527 (java) S 25458 25461 21303 0 -1 1077944384 1 12999 0 0 0 0 5 2 20 0 15 0 65606004 11079016448 14296 33554432000 4194304 4196468 140725939975040 140454360329264 140454938724994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 57184 KiB

[startup+0.70081 s]
/proc/loadavg: 1.38 1.40 1.41 3/219 25527
/proc/meminfo: memFree=14837788/32770624 swapFree=67108860/67108860
[pid=25461] ppid=25458 vsize=10819352 memory=89204 CPUtime=0.98 cores=0,2,4,6
/proc/25461/stat : 25461 (java) S 25458 25461 21303 0 -1 1077944320 16388 12999 0 0 86 5 5 2 20 0 15 0 65605989 11079016448 22301 33554432000 4194304 4196468 140725939975040 140725939957584 140454938713847 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
/proc/25461/statm: 2704838 22301 3238 1 0 2667149 0
[pid=25461/tid=25514] ppid=25458 vsize=10819352 memory=20048 CPUtime=0.64 cores=0,2,4,6
/proc/25461/task/25514/stat : 25514 (java) R 25458 25461 21303 0 -1 4202560 11772 12999 0 0 54 3 5 2 20 0 15 0 65605998 11079016448 22301 33554432000 4194304 4196468 140725939975040 140454910536848 140454938727729 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25515] ppid=25458 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25461/task/25515/stat : 25515 (java) S 25458 25461 21303 0 -1 1077944384 1 12999 0 0 0 0 5 2 20 0 15 0 65605999 11079016448 22301 33554432000 4194304 4196468 140725939975040 140454942956048 140454938724053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25516] ppid=25458 vsize=10819352 memory=288230587427469581 CPUtime=0.07 cores=0,2,4,6
/proc/25461/task/25516/stat : 25516 (java) S 25458 25461 21303 0 -1 1077944384 1 12999 0 0 0 0 5 2 20 0 15 0 65605999 11079016448 22301 33554432000 4194304 4196468 140725939975040 140454831229584 140454938724053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25517] ppid=25458 vsize=10819352 memory=15816694631256675 CPUtime=0.07 cores=0,2,4,6
/proc/25461/task/25517/stat : 25517 (java) S 25458 25461 21303 0 -1 1077944384 1 12999 0 0 0 0 5 2 20 0 15 0 65605999 11079016448 22301 33554432000 4194304 4196468 140725939975040 140454830176528 140454938724053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25518] ppid=25458 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25461/task/25518/stat : 25518 (java) S 25458 25461 21303 0 -1 1077944384 2 12999 0 0 0 0 5 2 20 0 15 0 65605999 11079016448 22301 33554432000 4194304 4196468 140725939975040 140454829123984 140454938724053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25519] ppid=25458 vsize=10819352 memory=140328594350592 CPUtime=0.07 cores=0,2,4,6
/proc/25461/task/25519/stat : 25519 (java) S 25458 25461 21303 0 -1 1077944384 5 12999 0 0 0 0 5 2 20 0 15 0 65606000 11079016448 22301 33554432000 4194304 4196468 140725939975040 140454398098160 140454938724994 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25520] ppid=25458 vsize=10819352 memory=140329466463253 CPUtime=0.07 cores=0,2,4,6
/proc/25461/task/25520/stat : 25520 (java) S 25458 25461 21303 0 -1 1077944384 33 12999 0 0 0 0 5 2 20 0 15 0 65606001 11079016448 22301 33554432000 4194304 4196468 140725939975040 140454397044384 140454938724053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25521] ppid=25458 vsize=10819352 memory=952 CPUtime=0.07 cores=0,2,4,6
/proc/25461/task/25521/stat : 25521 (java) S 25458 25461 21303 0 -1 1077944384 1 12999 0 0 0 0 5 2 20 0 15 0 65606001 11079016448 22301 33554432000 4194304 4196468 140725939975040 140454288942320 140454938724053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25522] ppid=25458 vsize=10819352 memory=7305218370954682711 CPUtime=0.07 cores=0,2,4,6
/proc/25461/task/25522/stat : 25522 (java) S 25458 25461 21303 0 -1 1077944384 2 12999 0 0 0 0 5 2 20 0 15 0 65606004 11079016448 22301 33554432000 4194304 4196468 140725939975040 140453684963792 140454938732443 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25523] ppid=25458 vsize=10819352 memory=7452169109558027630 CPUtime=0.17 cores=0,2,4,6
/proc/25461/task/25523/stat : 25523 (java) S 25458 25461 21303 0 -1 1077944384 1274 12999 0 0 10 0 5 2 20 0 15 0 65606004 11079016448 22301 33554432000 4194304 4196468 140725939975040 140454363486448 140454938724994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25524] ppid=25458 vsize=10819352 memory=6935655853031772240 CPUtime=0.13 cores=0,2,4,6
/proc/25461/task/25524/stat : 25524 (java) S 25458 25461 21303 0 -1 1077944384 419 12999 0 0 6 0 5 2 20 0 15 0 65606004 11079016448 22301 33554432000 4194304 4196468 140725939975040 140454362433904 140454938724994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25525] ppid=25458 vsize=10819352 memory=5450909908396308010 CPUtime=0.2 cores=0,2,4,6
/proc/25461/task/25525/stat : 25525 (java) S 25458 25461 21303 0 -1 1077944384 681 12999 0 0 13 0 5 2 20 0 15 0 65606004 11079016448 22301 33554432000 4194304 4196468 140725939975040 140454361380848 140454938724994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25526] ppid=25458 vsize=10819352 memory=1404238533774450294 CPUtime=0.07 cores=0,2,4,6
/proc/25461/task/25526/stat : 25526 (java) S 25458 25461 21303 0 -1 1077944384 3 12999 0 0 0 0 5 2 20 0 15 0 65606004 11079016448 22301 33554432000 4194304 4196468 140725939975040 140453215201632 140454938724053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25527] ppid=25458 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25461/task/25527/stat : 25527 (java) S 25458 25461 21303 0 -1 1077944384 1 12999 0 0 0 0 5 2 20 0 15 0 65606004 11079016448 22301 33554432000 4194304 4196468 140725939975040 140454360329264 140454938724994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 89204 KiB

[startup+1.50935 s]
/proc/loadavg: 1.38 1.40 1.41 3/219 25527
/proc/meminfo: memFree=14795168/32770624 swapFree=67108860/67108860
[pid=25461] ppid=25458 vsize=10834252 memory=178860 CPUtime=2.38 cores=0,2,4,6
/proc/25461/stat : 25461 (java) S 25458 25461 21303 0 -1 1077944320 24800 12999 0 0 221 10 5 2 20 0 15 0 65605989 11094274048 44715 33554432000 4194304 4196468 140725939975040 140725939957584 140454938713847 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
/proc/25461/statm: 2708563 44715 3477 1 0 2670221 0
[pid=25461/tid=25514] ppid=25458 vsize=10834252 memory=136484 CPUtime=1.42 cores=0,2,4,6
/proc/25461/task/25514/stat : 25514 (java) R 25458 25461 21303 0 -1 4202560 17373 12999 0 0 129 6 5 2 20 0 15 0 65605998 11094274048 44715 33554432000 4194304 4196468 140725939975040 140454910529992 140454922757477 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25515] ppid=25458 vsize=10834252 memory=-3117775541953849955 CPUtime=0.08 cores=0,2,4,6
/proc/25461/task/25515/stat : 25515 (java) S 25458 25461 21303 0 -1 1077944384 162 12999 0 0 1 0 5 2 20 0 15 0 65605999 11094274048 44715 33554432000 4194304 4196468 140725939975040 140454942956048 140454938724053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25516] ppid=25458 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25461/task/25516/stat : 25516 (java) S 25458 25461 21303 0 -1 1077944384 18 12999 0 0 1 0 5 2 20 0 15 0 65605999 11094274048 44715 33554432000 4194304 4196468 140725939975040 140454831229584 140454938724053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25517] ppid=25458 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25461/task/25517/stat : 25517 (java) S 25458 25461 21303 0 -1 1077944384 24 12999 0 0 1 0 5 2 20 0 15 0 65605999 11094274048 44715 33554432000 4194304 4196468 140725939975040 140454830176528 140454938724053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25518] ppid=25458 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25461/task/25518/stat : 25518 (java) S 25458 25461 21303 0 -1 1077944384 67 12999 0 0 1 0 5 2 20 0 15 0 65605999 11094274048 44715 33554432000 4194304 4196468 140725939975040 140454829123984 140454938724053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25519] ppid=25458 vsize=10834252 memory=249931864545742 CPUtime=0.08 cores=0,2,4,6
/proc/25461/task/25519/stat : 25519 (java) S 25458 25461 21303 0 -1 1077944384 881 12999 0 0 1 0 5 2 20 0 15 0 65606000 11094274048 44715 33554432000 4194304 4196468 140725939975040 140454398098160 140454938724994 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25520] ppid=25458 vsize=10834252 memory=3843371840305377312 CPUtime=0.07 cores=0,2,4,6
/proc/25461/task/25520/stat : 25520 (java) S 25458 25461 21303 0 -1 1077944384 34 12999 0 0 0 0 5 2 20 0 15 0 65606001 11094274048 44715 33554432000 4194304 4196468 140725939975040 140454397044448 140454938724053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25521] ppid=25458 vsize=10834252 memory=4638778419807998288 CPUtime=0.07 cores=0,2,4,6
/proc/25461/task/25521/stat : 25521 (java) S 25458 25461 21303 0 -1 1077944384 1 12999 0 0 0 0 5 2 20 0 15 0 65606001 11094274048 44715 33554432000 4194304 4196468 140725939975040 140454288942336 140454938724053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25522] ppid=25458 vsize=10834252 memory=6935650355271196736 CPUtime=0.07 cores=0,2,4,6
/proc/25461/task/25522/stat : 25522 (java) S 25458 25461 21303 0 -1 1077944384 2 12999 0 0 0 0 5 2 20 0 15 0 65606004 11094274048 44715 33554432000 4194304 4196468 140725939975040 140453684963792 140454938732443 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25523] ppid=25458 vsize=10834252 memory=280657188094192 CPUtime=0.33 cores=0,2,4,6
/proc/25461/task/25523/stat : 25523 (java) S 25458 25461 21303 0 -1 1077944384 1773 12999 0 0 26 0 5 2 20 0 15 0 65606004 11094274048 44715 33554432000 4194304 4196468 140725939975040 140454363486448 140454938724994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25524] ppid=25458 vsize=10834252 memory=6935649255759570240 CPUtime=0.26 cores=0,2,4,6
/proc/25461/task/25524/stat : 25524 (java) S 25458 25461 21303 0 -1 1077944384 686 12999 0 0 19 0 5 2 20 0 15 0 65606004 11094274048 44715 33554432000 4194304 4196468 140725939975040 140454362433904 140454938724994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25525] ppid=25458 vsize=10834252 memory=-6508927998304085352 CPUtime=0.45 cores=0,2,4,6
/proc/25461/task/25525/stat : 25525 (java) R 25458 25461 21303 0 -1 4202560 1582 12999 0 0 38 0 5 2 20 0 15 0 65606004 11094274048 44715 33554432000 4194304 4196468 140725939975040 140454361380848 140454938735194 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25526] ppid=25458 vsize=10834252 memory=6656426216303648864 CPUtime=0.07 cores=0,2,4,6
/proc/25461/task/25526/stat : 25526 (java) S 25458 25461 21303 0 -1 1077944384 3 12999 0 0 0 0 5 2 20 0 15 0 65606004 11094274048 44715 33554432000 4194304 4196468 140725939975040 140453215201632 140454938724053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25527] ppid=25458 vsize=10834252 memory=6944656592455360604 CPUtime=0.07 cores=0,2,4,6
/proc/25461/task/25527/stat : 25527 (java) S 25458 25461 21303 0 -1 1077944384 3 12999 0 0 0 0 5 2 20 0 15 0 65606004 11094274048 44715 33554432000 4194304 4196468 140725939975040 140454360329264 140454938724994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
Current children cumulated CPU time: 2.38 s
Current children cumulated vsize: 10834252 KiB

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

/proc/25461/task/25514/stat : 25514 (java) R 25458 25461 21303 0 -1 4202560 87889 12999 0 0 229405 57 5 2 20 0 15 0 65605998 11176083456 300299 33554432000 4194304 4196468 140725939975040 140454910547824 140454521959363 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25515] ppid=25458 vsize=10914144 memory=1201196 CPUtime=12.17 cores=0,2,4,6
/proc/25461/task/25515/stat : 25515 (java) S 25458 25461 21303 0 -1 1077944384 18966 12999 0 0 1148 62 5 2 20 0 15 0 65605999 11176083456 300299 33554432000 4194304 4196468 140725939975040 140454942956048 140454938724053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25516] ppid=25458 vsize=10914144 memory=1201196 CPUtime=12.13 cores=0,2,4,6
/proc/25461/task/25516/stat : 25516 (java) S 25458 25461 21303 0 -1 1077944384 23206 12999 0 0 1139 67 5 2 20 0 15 0 65605999 11176083456 300299 33554432000 4194304 4196468 140725939975040 140454831229584 140454938724053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25517] ppid=25458 vsize=10914144 memory=1201196 CPUtime=12.18 cores=0,2,4,6
/proc/25461/task/25517/stat : 25517 (java) S 25458 25461 21303 0 -1 1077944384 23721 12999 0 0 1151 60 5 2 20 0 15 0 65605999 11176083456 300299 33554432000 4194304 4196468 140725939975040 140454830176528 140454938724053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25518] ppid=25458 vsize=10914144 memory=1201196 CPUtime=12.16 cores=0,2,4,6
/proc/25461/task/25518/stat : 25518 (java) S 25458 25461 21303 0 -1 1077944384 16684 12999 0 0 1147 62 5 2 20 0 15 0 65605999 11176083456 300299 33554432000 4194304 4196468 140725939975040 140454829123984 140454938724053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25519] ppid=25458 vsize=10914144 memory=1201196 CPUtime=11.45 cores=0,2,4,6
/proc/25461/task/25519/stat : 25519 (java) S 25458 25461 21303 0 -1 1077944384 19351 12999 0 0 1079 59 5 2 20 0 15 0 65606000 11176083456 300299 33554432000 4194304 4196468 140725939975040 140454398098160 140454938724994 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25520] ppid=25458 vsize=10914144 memory=1008 CPUtime=0.07 cores=0,2,4,6
/proc/25461/task/25520/stat : 25520 (java) S 25458 25461 21303 0 -1 1077944384 38 12999 0 0 0 0 5 2 20 0 15 0 65606001 11176083456 300299 33554432000 4194304 4196468 140725939975040 140454397044512 140454938724053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25521] ppid=25458 vsize=10914144 memory=1792 CPUtime=0.07 cores=0,2,4,6
/proc/25461/task/25521/stat : 25521 (java) S 25458 25461 21303 0 -1 1077944384 1 12999 0 0 0 0 5 2 20 0 15 0 65606001 11176083456 300299 33554432000 4194304 4196468 140725939975040 140454288942336 140454938724053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25522] ppid=25458 vsize=10914144 memory=1232 CPUtime=0.07 cores=0,2,4,6
/proc/25461/task/25522/stat : 25522 (java) S 25458 25461 21303 0 -1 1077944384 2 12999 0 0 0 0 5 2 20 0 15 0 65606004 11176083456 300299 33554432000 4194304 4196468 140725939975040 140453684963792 140454938732443 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25523] ppid=25458 vsize=10914144 memory=6791534058613427641 CPUtime=2.95 cores=0,2,4,6
/proc/25461/task/25523/stat : 25523 (java) S 25458 25461 21303 0 -1 1077944384 9723 12999 0 0 285 3 5 2 20 0 15 0 65606004 11176083456 300299 33554432000 4194304 4196468 140725939975040 140454363486448 140454938724994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25524] ppid=25458 vsize=10914144 memory=18488 CPUtime=2.84 cores=0,2,4,6
/proc/25461/task/25524/stat : 25524 (java) S 25458 25461 21303 0 -1 1077944384 7087 12999 0 0 275 2 5 2 20 0 15 0 65606004 11176083456 300299 33554432000 4194304 4196468 140725939975040 140454362433904 140454938724994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25525] ppid=25458 vsize=10914144 memory=928 CPUtime=1.7 cores=0,2,4,6
/proc/25461/task/25525/stat : 25525 (java) S 25458 25461 21303 0 -1 1077944384 11779 12999 0 0 160 3 5 2 20 0 15 0 65606004 11176083456 300299 33554432000 4194304 4196468 140725939975040 140454361380848 140454938724994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25526] ppid=25458 vsize=10914144 memory=2244 CPUtime=0.07 cores=0,2,4,6
/proc/25461/task/25526/stat : 25526 (java) S 25458 25461 21303 0 -1 1077944384 3 12999 0 0 0 0 5 2 20 0 15 0 65606004 11176083456 300299 33554432000 4194304 4196468 140725939975040 140453215201632 140454938724053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25527] ppid=25458 vsize=10914144 memory=1201196 CPUtime=1.61 cores=0,2,4,6
/proc/25461/task/25527/stat : 25527 (java) S 25458 25461 21303 0 -1 1077944384 997 12999 0 0 76 78 5 2 20 0 15 0 65606004 11176083456 300299 33554432000 4194304 4196468 140725939975040 140454360329264 140454938724994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
Current children cumulated CPU time: 2363.38 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1201196 KiB

[startup+2382.3 s]
/proc/loadavg: 1.17 1.25 1.30 3/219 25661
/proc/meminfo: memFree=13673324/32770624 swapFree=67108860/67108860
[pid=25461] ppid=25458 vsize=10914144 memory=1201256 CPUtime=2424.3 cores=0,2,4,6
/proc/25461/stat : 25461 (java) S 25458 25461 21303 0 -1 1077944320 223113 12999 0 0 242040 383 5 2 20 0 15 0 65605989 11176083456 300314 33554432000 4194304 4196468 140725939975040 140725939957584 140454938713847 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
/proc/25461/statm: 2728536 300314 3521 1 0 2690189 0
[pid=25461/tid=25514] ppid=25458 vsize=10914144 memory=1201256 CPUtime=2353.96 cores=0,2,4,6
/proc/25461/task/25514/stat : 25514 (java) R 25458 25461 21303 0 -1 4202560 88719 12999 0 0 235331 58 5 2 20 0 15 0 65605998 11176083456 300314 33554432000 4194304 4196468 140725939975040 140454910548448 140454521959723 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25515] ppid=25458 vsize=10914144 memory=1201256 CPUtime=12.5 cores=0,2,4,6
/proc/25461/task/25515/stat : 25515 (java) S 25458 25461 21303 0 -1 1077944384 19039 12999 0 0 1180 63 5 2 20 0 15 0 65605999 11176083456 300314 33554432000 4194304 4196468 140725939975040 140454942956048 140454938724053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25516] ppid=25458 vsize=10914144 memory=1201256 CPUtime=12.46 cores=0,2,4,6
/proc/25461/task/25516/stat : 25516 (java) S 25458 25461 21303 0 -1 1077944384 23461 12999 0 0 1170 69 5 2 20 0 15 0 65605999 11176083456 300314 33554432000 4194304 4196468 140725939975040 140454831229584 140454938724053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25517] ppid=25458 vsize=10914144 memory=1201256 CPUtime=12.51 cores=0,2,4,6
/proc/25461/task/25517/stat : 25517 (java) S 25458 25461 21303 0 -1 1077944384 23775 12999 0 0 1183 61 5 2 20 0 15 0 65605999 11176083456 300314 33554432000 4194304 4196468 140725939975040 140454830176528 140454938724053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25518] ppid=25458 vsize=10914144 memory=1201256 CPUtime=12.49 cores=0,2,4,6
/proc/25461/task/25518/stat : 25518 (java) S 25458 25461 21303 0 -1 1077944384 16719 12999 0 0 1177 65 5 2 20 0 15 0 65605999 11176083456 300314 33554432000 4194304 4196468 140725939975040 140454829123984 140454938724053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25519] ppid=25458 vsize=10914144 memory=1201256 CPUtime=11.76 cores=0,2,4,6
/proc/25461/task/25519/stat : 25519 (java) S 25458 25461 21303 0 -1 1077944384 19543 12999 0 0 1109 60 5 2 20 0 15 0 65606000 11176083456 300314 33554432000 4194304 4196468 140725939975040 140454398098160 140454938724994 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25520] ppid=25458 vsize=10914144 memory=1201256 CPUtime=0.07 cores=0,2,4,6
/proc/25461/task/25520/stat : 25520 (java) S 25458 25461 21303 0 -1 1077944384 38 12999 0 0 0 0 5 2 20 0 15 0 65606001 11176083456 300314 33554432000 4194304 4196468 140725939975040 140454397044512 140454938724053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25521] ppid=25458 vsize=10914144 memory=1201256 CPUtime=0.07 cores=0,2,4,6
/proc/25461/task/25521/stat : 25521 (java) S 25458 25461 21303 0 -1 1077944384 1 12999 0 0 0 0 5 2 20 0 15 0 65606001 11176083456 300314 33554432000 4194304 4196468 140725939975040 140454288942336 140454938724053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25522] ppid=25458 vsize=10914144 memory=1201256 CPUtime=0.07 cores=0,2,4,6
/proc/25461/task/25522/stat : 25522 (java) S 25458 25461 21303 0 -1 1077944384 2 12999 0 0 0 0 5 2 20 0 15 0 65606004 11176083456 300314 33554432000 4194304 4196468 140725939975040 140453684963792 140454938732443 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25523] ppid=25458 vsize=10914144 memory=1201256 CPUtime=2.95 cores=0,2,4,6
/proc/25461/task/25523/stat : 25523 (java) S 25458 25461 21303 0 -1 1077944384 9725 12999 0 0 285 3 5 2 20 0 15 0 65606004 11176083456 300314 33554432000 4194304 4196468 140725939975040 140454363486448 140454938724994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25524] ppid=25458 vsize=10914144 memory=1201256 CPUtime=2.84 cores=0,2,4,6
/proc/25461/task/25524/stat : 25524 (java) S 25458 25461 21303 0 -1 1077944384 7089 12999 0 0 275 2 5 2 20 0 15 0 65606004 11176083456 300314 33554432000 4194304 4196468 140725939975040 140454362433904 140454938724994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25525] ppid=25458 vsize=10914144 memory=0 CPUtime=1.7 cores=0,2,4,6
/proc/25461/task/25525/stat : 25525 (java) S 25458 25461 21303 0 -1 1077944384 11781 12999 0 0 160 3 5 2 20 0 15 0 65606004 11176083456 300314 33554432000 4194304 4196468 140725939975040 140454361380848 140454938724994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25526] ppid=25458 vsize=10914144 memory=1201256 CPUtime=0.07 cores=0,2,4,6
/proc/25461/task/25526/stat : 25526 (java) S 25458 25461 21303 0 -1 1077944384 3 12999 0 0 0 0 5 2 20 0 15 0 65606004 11176083456 300314 33554432000 4194304 4196468 140725939975040 140453215201632 140454938724053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25527] ppid=25458 vsize=10914144 memory=6791534058613427641 CPUtime=1.65 cores=0,2,4,6
/proc/25461/task/25527/stat : 25527 (java) S 25458 25461 21303 0 -1 1077944384 1026 12999 0 0 78 80 5 2 20 0 15 0 65606004 11176083456 300314 33554432000 4194304 4196468 140725939975040 140454360329264 140454938724994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
Current children cumulated CPU time: 2424.3 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1201256 KiB

[startup+2442.3 s]
/proc/loadavg: 1.29 1.28 1.31 3/219 25790
/proc/meminfo: memFree=13799392/32770624 swapFree=67108860/67108860
[pid=25461] ppid=25458 vsize=10914144 memory=1201292 CPUtime=2485.24 cores=0,2,4,6
/proc/25461/stat : 25461 (java) S 25458 25461 21303 0 -1 1077944320 224901 12999 0 0 248125 392 5 2 20 0 15 0 65605989 11176083456 300323 33554432000 4194304 4196468 140725939975040 140725939957584 140454938713847 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
/proc/25461/statm: 2728536 300323 3521 1 0 2690189 0
[pid=25461/tid=25514] ppid=25458 vsize=10914144 memory=1201292 CPUtime=2413.21 cores=0,2,4,6
/proc/25461/task/25514/stat : 25514 (java) R 25458 25461 21303 0 -1 4202560 89531 12999 0 0 241255 59 5 2 20 0 15 0 65605998 11176083456 300323 33554432000 4194304 4196468 140725939975040 140454910548240 140454520888264 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25515] ppid=25458 vsize=10914144 memory=1201292 CPUtime=12.84 cores=0,2,4,6
/proc/25461/task/25515/stat : 25515 (java) S 25458 25461 21303 0 -1 1077944384 19116 12999 0 0 1211 66 5 2 20 0 15 0 65605999 11176083456 300323 33554432000 4194304 4196468 140725939975040 140454942956048 140454938724053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25516] ppid=25458 vsize=10914144 memory=1201272 CPUtime=12.79 cores=0,2,4,6
/proc/25461/task/25516/stat : 25516 (java) S 25458 25461 21303 0 -1 1077944384 23479 12999 0 0 1202 70 5 2 20 0 15 0 65605999 11176083456 300323 33554432000 4194304 4196468 140725939975040 140454831229584 140454938724053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25517] ppid=25458 vsize=10914144 memory=1201272 CPUtime=12.85 cores=0,2,4,6
/proc/25461/task/25517/stat : 25517 (java) S 25458 25461 21303 0 -1 1077944384 23853 12999 0 0 1215 63 5 2 20 0 15 0 65605999 11176083456 300323 33554432000 4194304 4196468 140725939975040 140454830176528 140454938724053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25518] ppid=25458 vsize=10914144 memory=1201272 CPUtime=12.83 cores=0,2,4,6
/proc/25461/task/25518/stat : 25518 (java) S 25458 25461 21303 0 -1 1077944384 17277 12999 0 0 1210 66 5 2 20 0 15 0 65605999 11176083456 300323 33554432000 4194304 4196468 140725939975040 140454829123984 140454938724053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25519] ppid=25458 vsize=10914144 memory=1201272 CPUtime=12.07 cores=0,2,4,6
/proc/25461/task/25519/stat : 25519 (java) S 25458 25461 21303 0 -1 1077944384 19756 12999 0 0 1138 62 5 2 20 0 15 0 65606000 11176083456 300323 33554432000 4194304 4196468 140725939975040 140454398098160 140454938724994 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25520] ppid=25458 vsize=10914144 memory=1201292 CPUtime=0.07 cores=0,2,4,6
/proc/25461/task/25520/stat : 25520 (java) S 25458 25461 21303 0 -1 1077944384 38 12999 0 0 0 0 5 2 20 0 15 0 65606001 11176083456 300323 33554432000 4194304 4196468 140725939975040 140454397044512 140454938724053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25521] ppid=25458 vsize=10914144 memory=1201292 CPUtime=0.07 cores=0,2,4,6
/proc/25461/task/25521/stat : 25521 (java) S 25458 25461 21303 0 -1 1077944384 1 12999 0 0 0 0 5 2 20 0 15 0 65606001 11176083456 300323 33554432000 4194304 4196468 140725939975040 140454288942336 140454938724053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25522] ppid=25458 vsize=10914144 memory=1201292 CPUtime=0.07 cores=0,2,4,6
/proc/25461/task/25522/stat : 25522 (java) S 25458 25461 21303 0 -1 1077944384 2 12999 0 0 0 0 5 2 20 0 15 0 65606004 11176083456 300323 33554432000 4194304 4196468 140725939975040 140453684963792 140454938732443 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25523] ppid=25458 vsize=10914144 memory=18488 CPUtime=2.95 cores=0,2,4,6
/proc/25461/task/25523/stat : 25523 (java) S 25458 25461 21303 0 -1 1077944384 9730 12999 0 0 285 3 5 2 20 0 15 0 65606004 11176083456 300323 33554432000 4194304 4196468 140725939975040 140454363486448 140454938724994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25524] ppid=25458 vsize=10914144 memory=1201292 CPUtime=2.84 cores=0,2,4,6
/proc/25461/task/25524/stat : 25524 (java) S 25458 25461 21303 0 -1 1077944384 7093 12999 0 0 275 2 5 2 20 0 15 0 65606004 11176083456 300323 33554432000 4194304 4196468 140725939975040 140454362433904 140454938724994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25525] ppid=25458 vsize=10914144 memory=1201272 CPUtime=1.7 cores=0,2,4,6
/proc/25461/task/25525/stat : 25525 (java) S 25458 25461 21303 0 -1 1077944384 11785 12999 0 0 160 3 5 2 20 0 15 0 65606004 11176083456 300323 33554432000 4194304 4196468 140725939975040 140454361380848 140454938724994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25526] ppid=25458 vsize=10914144 memory=1201292 CPUtime=0.07 cores=0,2,4,6
/proc/25461/task/25526/stat : 25526 (java) S 25458 25461 21303 0 -1 1077944384 3 12999 0 0 0 0 5 2 20 0 15 0 65606004 11176083456 300323 33554432000 4194304 4196468 140725939975040 140453215201632 140454938724053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25527] ppid=25458 vsize=10914144 memory=1201292 CPUtime=1.69 cores=0,2,4,6
/proc/25461/task/25527/stat : 25527 (java) S 25458 25461 21303 0 -1 1077944384 1045 12999 0 0 80 82 5 2 20 0 15 0 65606004 11176083456 300323 33554432000 4194304 4196468 140725939975040 140454360329264 140454938724994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
Current children cumulated CPU time: 2485.24 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1201292 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2476.6 s]
/proc/loadavg: 1.35 1.30 1.32 3/219 25790
/proc/meminfo: memFree=13621224/32770624 swapFree=67108860/67108860
[pid=25461] ppid=25458 vsize=10914144 memory=1201296 CPUtime=2520.08 cores=0,2,4,6
/proc/25461/stat : 25461 (java) S 25458 25461 21303 0 -1 1077944320 225674 12999 0 0 251605 396 5 2 20 0 15 0 65605989 11176083456 300324 33554432000 4194304 4196468 140725939975040 140725939957584 140454938713847 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
/proc/25461/statm: 2728536 300324 3521 1 0 2690189 0
[pid=25461/tid=25514] ppid=25458 vsize=10914144 memory=14134441857518180 CPUtime=2447.09 cores=0,2,4,6
/proc/25461/task/25514/stat : 25514 (java) R 25458 25461 21303 0 -1 4202560 90021 12999 0 0 244643 59 5 2 20 0 15 0 65605998 11176083456 300324 33554432000 4194304 4196468 140725939975040 140454910548496 140454522644371 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25515] ppid=25458 vsize=10914144 memory=1728 CPUtime=13.02 cores=0,2,4,6
/proc/25461/task/25515/stat : 25515 (java) S 25458 25461 21303 0 -1 1077944384 19130 12999 0 0 1229 66 5 2 20 0 15 0 65605999 11176083456 300324 33554432000 4194304 4196468 140725939975040 140454942956048 140454938724053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25516] ppid=25458 vsize=10914144 memory=-8412656567318647667 CPUtime=12.98 cores=0,2,4,6
/proc/25461/task/25516/stat : 25516 (java) S 25458 25461 21303 0 -1 1077944384 23489 12999 0 0 1220 71 5 2 20 0 15 0 65605999 11176083456 300324 33554432000 4194304 4196468 140725939975040 140454831229584 140454938724053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25517] ppid=25458 vsize=10914144 memory=-8707038579349950309 CPUtime=13.03 cores=0,2,4,6
/proc/25461/task/25517/stat : 25517 (java) S 25458 25461 21303 0 -1 1077944384 23921 12999 0 0 1233 63 5 2 20 0 15 0 65605999 11176083456 300324 33554432000 4194304 4196468 140725939975040 140454830176528 140454938724053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25518] ppid=25458 vsize=10914144 memory=-8412652177879177843 CPUtime=13.02 cores=0,2,4,6
/proc/25461/task/25518/stat : 25518 (java) S 25458 25461 21303 0 -1 1077944384 17287 12999 0 0 1228 67 5 2 20 0 15 0 65605999 11176083456 300324 33554432000 4194304 4196468 140725939975040 140454829123984 140454938724053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25519] ppid=25458 vsize=10914144 memory=7822038051842261661 CPUtime=12.24 cores=0,2,4,6
/proc/25461/task/25519/stat : 25519 (java) S 25458 25461 21303 0 -1 1077944384 19923 12999 0 0 1154 63 5 2 20 0 15 0 65606000 11176083456 300324 33554432000 4194304 4196468 140725939975040 140454398098160 140454938724994 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25520] ppid=25458 vsize=10914144 memory=9047017150487036575 CPUtime=0.07 cores=0,2,4,6
/proc/25461/task/25520/stat : 25520 (java) S 25458 25461 21303 0 -1 1077944384 38 12999 0 0 0 0 5 2 20 0 15 0 65606001 11176083456 300324 33554432000 4194304 4196468 140725939975040 140454397044512 140454938724053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25521] ppid=25458 vsize=10914144 memory=9047017150487036571 CPUtime=0.07 cores=0,2,4,6
/proc/25461/task/25521/stat : 25521 (java) S 25458 25461 21303 0 -1 1077944384 1 12999 0 0 0 0 5 2 20 0 15 0 65606001 11176083456 300324 33554432000 4194304 4196468 140725939975040 140454288942336 140454938724053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25522] ppid=25458 vsize=10914144 memory=4427205132082312746 CPUtime=0.07 cores=0,2,4,6
/proc/25461/task/25522/stat : 25522 (java) S 25458 25461 21303 0 -1 1077944384 2 12999 0 0 0 0 5 2 20 0 15 0 65606004 11176083456 300324 33554432000 4194304 4196468 140725939975040 140453684963792 140454938732443 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25523] ppid=25458 vsize=10914144 memory=-7023579799431922829 CPUtime=2.96 cores=0,2,4,6
/proc/25461/task/25523/stat : 25523 (java) S 25458 25461 21303 0 -1 1077944384 9730 12999 0 0 286 3 5 2 20 0 15 0 65606004 11176083456 300324 33554432000 4194304 4196468 140725939975040 140454363486448 140454938724994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25524] ppid=25458 vsize=10914144 memory=-8412652152092201843 CPUtime=2.85 cores=0,2,4,6
/proc/25461/task/25524/stat : 25524 (java) S 25458 25461 21303 0 -1 1077944384 7093 12999 0 0 276 2 5 2 20 0 15 0 65606004 11176083456 300324 33554432000 4194304 4196468 140725939975040 140454362433904 140454938724994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25525] ppid=25458 vsize=10914144 memory=-8486080722631693414 CPUtime=1.7 cores=0,2,4,6
/proc/25461/task/25525/stat : 25525 (java) S 25458 25461 21303 0 -1 1077944384 11785 12999 0 0 160 3 5 2 20 0 15 0 65606004 11176083456 300324 33554432000 4194304 4196468 140725939975040 140454361380848 140454938724994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25526] ppid=25458 vsize=10914144 memory=12040 CPUtime=0.07 cores=0,2,4,6
/proc/25461/task/25526/stat : 25526 (java) S 25458 25461 21303 0 -1 1077944384 3 12999 0 0 0 0 5 2 20 0 15 0 65606004 11176083456 300324 33554432000 4194304 4196468 140725939975040 140453215201632 140454938724053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
[pid=25461/tid=25527] ppid=25458 vsize=10914144 memory=9047017150487036575 CPUtime=1.72 cores=0,2,4,6
/proc/25461/task/25527/stat : 25527 (java) S 25458 25461 21303 0 -1 1077944384 1059 12999 0 0 82 83 5 2 20 0 15 0 65606004 11176083456 300324 33554432000 4194304 4196468 140725939975040 140454360329264 140454938724994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8400896 140725939980912 140725939983708 140725939983708 140725939986383 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1201296 KiB

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

[startup+2476.63 s]
# the end of solver process 25461 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.14 s, system=4.00132 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.14
CPU user time (s): 2516.14
CPU system time (s): 4.00132
CPU usage (%): 101.757
Max. virtual memory (cumulated for all children) (KiB): 10914144
Max. memory (cumulated for all children) (KiB): 1216944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.14
system time used= 4.00132
maximum resident set size= 1217976
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 239945
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2856
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 318290
involuntary context switches= 11093


# summary of solver processes directly reported to runsolver:
#   pid: 25461
#   total CPU time (s): 2520.14
#   total CPU user time (s): 2516.14
#   total CPU system time (s): 4.00132

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.7745 second user time and 23.1047 second system time

The end

Launcher Data

Begin job on node135 at 2018-07-25 03:00:28
IDJOB=4294688
IDBENCH=141411
IDSOLVER=2750
FILE ID=node135/4294688-1532480428
RUNJOBID= node135-1532466475-21334
PBS_JOBID= 21021583
Free space on /tmp= 48344 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/Haystacks/Haystacks-ext-11_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4294688-1532480428/watcher-4294688-1532480428 -o /tmp/evaluation-result-4294688-1532480428/solver-4294688-1532480428 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532466475-21334 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=98260148 HOME/instance-4294688-1532480428.xml

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

MD5SUM BENCH= dd1566dde9022858d7af3144994afffb
RANDOM SEED=98260148

node135.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.50
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.50
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.50
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.50
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:        14891768 kB
MemAvailable:   30925524 kB
Buffers:          220056 kB
Cached:         15862568 kB
SwapCached:            0 kB
Active:          3485300 kB
Inactive:       13661728 kB
Active(anon):    1014376 kB
Inactive(anon):    69900 kB
Active(file):    2470924 kB
Inactive(file): 13591828 kB
Unevictable:        7200 kB
Mlocked:            7200 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26812 kB
Writeback:             0 kB
AnonPages:       1071856 kB
Mapped:            52072 kB
Shmem:             17056 kB
Slab:             428208 kB
SReclaimable:     399464 kB
SUnreclaim:        28744 kB
KernelStack:        3568 kB
PageTables:         7220 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2079152 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    860160 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       93568 kB
DirectMap2M:    33452032 kB

Free space on /tmp at the end= 48316 MiB
End job on node135 at 2018-07-25 03:41:45