Trace number 4305293

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.9.2? (TO) 2520.14 2490.34

General information on the benchmark

NameEternity/
Eternity-14-14_c18.xml
MD5SUM66051f32d3df5832063947322816fa6d
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables616
Number of constraints253
Number of domains2
Minimum domain size21
Maximum domain size196
Distribution of domain sizes[{"size":21,"count":420},{"size":196,"count":196}]
Minimum variable degree1
Maximum variable degree15
Distribution of variable degrees[{"degree":1,"count":13},{"degree":2,"count":602},{"degree":15,"count":1}]
Minimum constraint arity1
Maximum constraint arity196
Distribution of constraint arities[{"arity":1,"count":56},{"arity":5,"count":196},{"arity":196,"count":1}]
Number of extensional constraints196
Number of intensional constraints56
Distribution of constraint types[{"type":"extension","count":196},{"type":"intension","count":56},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4305293-1534150299/watcher-4305293-1534150299 -o /tmp/evaluation-result-4305293-1534150299/solver-4305293-1534150299 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1534137874-9213 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=181844265 HOME/instance-4305293-1534150299.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=12080, runsolver pid=12077

[startup+0.10019 s]*
/proc/loadavg: 1.79 1.69 1.62 3/204 12133
/proc/meminfo: memFree=27388616/32770624 swapFree=67108804/67108860
[pid=12080] ppid=12077 vsize=10005480 memory=16548 CPUtime=0.09 cores=0,2,4,6
/proc/12080/stat : 12080 (java) S 12077 12080 8955 0 -1 1077944320 4276 13167 0 0 0 1 5 3 20 0 6 0 232593085 10245611520 4137 33554432000 4194304 4196468 140733801651008 140733801633552 140019817991927 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
/proc/12080/statm: 2501370 4137 1932 1 0 2489808 0
[pid=12080/tid=12133] ppid=12077 vsize=10005480 memory=4279135704047321741 CPUtime=0.08 cores=0,2,4,6
/proc/12080/task/12133/stat : 12133 (java) R 12077 12080 8955 0 -1 4202560 2106 13167 0 0 0 0 5 3 20 0 6 0 232593094 10245611520 4137 33554432000 4194304 4196468 140733801651008 140019789828688 140019799385661 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12134] ppid=12077 vsize=10005480 memory=8257237230052613020 CPUtime=0.08 cores=0,2,4,6
/proc/12080/task/12134/stat : 12134 (java) S 12077 12080 8955 0 -1 1077944384 1 13167 0 0 0 0 5 3 20 0 6 0 232593095 10245611520 4137 33554432000 4194304 4196468 140733801651008 140019822234768 140019818002133 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12135] ppid=12077 vsize=10005480 memory=140466047006336 CPUtime=0.08 cores=0,2,4,6
/proc/12080/task/12135/stat : 12135 (java) S 12077 12080 8955 0 -1 1077944384 1 13167 0 0 0 0 5 3 20 0 6 0 232593095 10245611520 4137 33554432000 4194304 4196468 140733801651008 140019357244432 140019818002133 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12136] ppid=12077 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12080/task/12136/stat : 12136 (java) S 12077 12080 8955 0 -1 1077944384 2 13167 0 0 0 0 5 3 20 0 6 0 232593095 10245611520 4137 33554432000 4194304 4196468 140733801651008 140019356191632 140019818002133 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12137] ppid=12077 vsize=10005480 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/12080/task/12137/stat : 12137 (java) S 12077 12080 8955 0 -1 1077944384 2 13167 0 0 0 0 5 3 20 0 6 0 232593095 10245611520 4137 33554432000 4194304 4196468 140733801651008 140019355138832 140019818002133 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16548 KiB

[startup+0.210081 s]*
/proc/loadavg: 1.79 1.69 1.62 4/217 12146
/proc/meminfo: memFree=27369832/32770624 swapFree=67108804/67108860
[pid=12080] ppid=12077 vsize=10982696 memory=35152 CPUtime=0.19 cores=0,2,4,6
/proc/12080/stat : 12080 (java) S 12077 12080 8955 0 -1 1077944320 6616 13167 0 0 10 1 5 3 20 0 15 0 232593085 11246280704 8788 33554432000 4194304 4196468 140733801651008 140733801633552 140019817991927 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
/proc/12080/statm: 2745674 8788 2842 1 0 2708109 0
[pid=12080/tid=12133] ppid=12077 vsize=10982696 memory=-6517102902069810590 CPUtime=0.14 cores=0,2,4,6
/proc/12080/task/12133/stat : 12133 (java) R 12077 12080 8955 0 -1 4202560 3246 13167 0 0 6 0 5 3 20 0 15 0 232593094 11246280704 8788 33554432000 4194304 4196468 140733801651008 140019789815904 140019818003862 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12134] ppid=12077 vsize=10982696 memory=-7025452035940392864 CPUtime=0.08 cores=0,2,4,6
/proc/12080/task/12134/stat : 12134 (java) S 12077 12080 8955 0 -1 1077944384 1 13167 0 0 0 0 5 3 20 0 15 0 232593095 11246280704 8788 33554432000 4194304 4196468 140733801651008 140019822234768 140019818002133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12135] ppid=12077 vsize=10982696 memory=140466047006336 CPUtime=0.08 cores=0,2,4,6
/proc/12080/task/12135/stat : 12135 (java) S 12077 12080 8955 0 -1 1077944384 1 13167 0 0 0 0 5 3 20 0 15 0 232593095 11246280704 8788 33554432000 4194304 4196468 140733801651008 140019357244432 140019818002133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12136] ppid=12077 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12080/task/12136/stat : 12136 (java) S 12077 12080 8955 0 -1 1077944384 2 13167 0 0 0 0 5 3 20 0 15 0 232593095 11246280704 8788 33554432000 4194304 4196468 140733801651008 140019356191632 140019818002133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12137] ppid=12077 vsize=10982696 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/12080/task/12137/stat : 12137 (java) S 12077 12080 8955 0 -1 1077944384 2 13167 0 0 0 0 5 3 20 0 15 0 232593095 11246280704 8788 33554432000 4194304 4196468 140733801651008 140019355138832 140019818002133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12138] ppid=12077 vsize=10982696 memory=140466047006336 CPUtime=0.08 cores=0,2,4,6
/proc/12080/task/12138/stat : 12138 (java) S 12077 12080 8955 0 -1 1077944384 2 13167 0 0 0 0 5 3 20 0 15 0 232593096 11246280704 8788 33554432000 4194304 4196468 140733801651008 140019311044976 140019818003074 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12139] ppid=12077 vsize=10982696 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/12080/task/12139/stat : 12139 (java) S 12077 12080 8955 0 -1 1077944384 13 13167 0 0 0 0 5 3 20 0 15 0 232593097 11246280704 8788 33554432000 4194304 4196468 140733801651008 140018618197024 140019818002133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12140] ppid=12077 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12080/task/12140/stat : 12140 (java) S 12077 12080 8955 0 -1 1077944384 1 13167 0 0 0 0 5 3 20 0 15 0 232593097 11246280704 8788 33554432000 4194304 4196468 140733801651008 140018416870256 140019818002133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12141] ppid=12077 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12080/task/12141/stat : 12141 (java) S 12077 12080 8955 0 -1 1077944384 3 13167 0 0 0 0 5 3 20 0 15 0 232593100 11246280704 8788 33554432000 4194304 4196468 140733801651008 140018109470544 140019818010523 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12142] ppid=12077 vsize=10982696 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/12080/task/12142/stat : 12142 (java) R 12077 12080 8955 0 -1 4202560 454 13167 0 0 1 0 5 3 20 0 15 0 232593100 11246280704 8788 33554432000 4194304 4196468 140733801651008 140019309992816 140019797849104 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12143] ppid=12077 vsize=10982696 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/12080/task/12143/stat : 12143 (java) R 12077 12080 8955 0 -1 1077944384 131 13167 0 0 0 0 5 3 20 0 15 0 232593100 11246280704 8788 33554432000 4194304 4196468 140733801651008 140019308940016 140019818003074 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12144] ppid=12077 vsize=10982696 memory=140466047006336 CPUtime=0.09 cores=0,2,4,6
/proc/12080/task/12144/stat : 12144 (java) R 12077 12080 8955 0 -1 4202560 572 13167 0 0 1 0 5 3 20 0 15 0 232593100 11246280704 8788 33554432000 4194304 4196468 140733801651008 140019307887216 140019796651055 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12145] ppid=12077 vsize=10982696 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/12080/task/12145/stat : 12145 (java) S 12077 12080 8955 0 -1 1077944384 3 13167 0 0 0 0 5 3 20 0 15 0 232593100 11246280704 8788 33554432000 4194304 4196468 140733801651008 140017678674656 140019818002133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12146] ppid=12077 vsize=10982696 memory=140466047006336 CPUtime=0.08 cores=0,2,4,6
/proc/12080/task/12146/stat : 12146 (java) S 12077 12080 8955 0 -1 1077944384 1 13167 0 0 0 0 5 3 20 0 15 0 232593104 11246280704 8788 33554432000 4194304 4196468 140733801651008 140019306834608 140019818003074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 10982696 KiB
Current children cumulated memory: 35152 KiB

[startup+0.310709 s]*
/proc/loadavg: 1.79 1.69 1.62 3/217 12146
/proc/meminfo: memFree=27353040/32770624 swapFree=67108804/67108860
[pid=12080] ppid=12077 vsize=10983192 memory=51556 CPUtime=0.34 cores=0,2,4,6
/proc/12080/stat : 12080 (java) S 12077 12080 8955 0 -1 1077944320 9815 13167 0 0 24 2 5 3 20 0 15 0 232593085 11246788608 12889 33554432000 4194304 4196468 140733801651008 140733801633552 140019817991927 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
/proc/12080/statm: 2745798 12889 3079 1 0 2708109 0
[pid=12080/tid=12133] ppid=12077 vsize=10983192 memory=6791534058613427641 CPUtime=0.25 cores=0,2,4,6
/proc/12080/task/12133/stat : 12133 (java) R 12077 12080 8955 0 -1 4202560 6385 13167 0 0 16 1 5 3 20 0 15 0 232593094 11246788608 12889 33554432000 4194304 4196468 140733801651008 140019789813040 140019799555483 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12134] ppid=12077 vsize=10983192 memory=6152571722694414417 CPUtime=0.08 cores=0,2,4,6
/proc/12080/task/12134/stat : 12134 (java) S 12077 12080 8955 0 -1 1077944384 1 13167 0 0 0 0 5 3 20 0 15 0 232593095 11246788608 12889 33554432000 4194304 4196468 140733801651008 140019822234768 140019818002133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12135] ppid=12077 vsize=10983192 memory=2076 CPUtime=0.08 cores=0,2,4,6
/proc/12080/task/12135/stat : 12135 (java) S 12077 12080 8955 0 -1 1077944384 1 13167 0 0 0 0 5 3 20 0 15 0 232593095 11246788608 12889 33554432000 4194304 4196468 140733801651008 140019357244432 140019818002133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12136] ppid=12077 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12080/task/12136/stat : 12136 (java) S 12077 12080 8955 0 -1 1077944384 2 13167 0 0 0 0 5 3 20 0 15 0 232593095 11246788608 12889 33554432000 4194304 4196468 140733801651008 140019356191632 140019818002133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12137] ppid=12077 vsize=10983192 memory=4126316290023845779 CPUtime=0.08 cores=0,2,4,6
/proc/12080/task/12137/stat : 12137 (java) S 12077 12080 8955 0 -1 1077944384 2 13167 0 0 0 0 5 3 20 0 15 0 232593095 11246788608 12889 33554432000 4194304 4196468 140733801651008 140019355138832 140019818002133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12138] ppid=12077 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12080/task/12138/stat : 12138 (java) S 12077 12080 8955 0 -1 1077944384 2 13167 0 0 0 0 5 3 20 0 15 0 232593096 11246788608 12889 33554432000 4194304 4196468 140733801651008 140019311044976 140019818003074 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12139] ppid=12077 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12080/task/12139/stat : 12139 (java) S 12077 12080 8955 0 -1 1077944384 13 13167 0 0 0 0 5 3 20 0 15 0 232593097 11246788608 12889 33554432000 4194304 4196468 140733801651008 140018618197024 140019818002133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12140] ppid=12077 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12080/task/12140/stat : 12140 (java) S 12077 12080 8955 0 -1 1077944384 1 13167 0 0 0 0 5 3 20 0 15 0 232593097 11246788608 12889 33554432000 4194304 4196468 140733801651008 140018416870256 140019818002133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12141] ppid=12077 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12080/task/12141/stat : 12141 (java) S 12077 12080 8955 0 -1 1077944384 3 13167 0 0 0 0 5 3 20 0 15 0 232593100 11246788608 12889 33554432000 4194304 4196468 140733801651008 140018109470544 140019818010523 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12142] ppid=12077 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/12080/task/12142/stat : 12142 (java) S 12077 12080 8955 0 -1 1077944384 458 13167 0 0 1 0 5 3 20 0 15 0 232593100 11246788608 12889 33554432000 4194304 4196468 140733801651008 140019309992816 140019818003074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12143] ppid=12077 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/12080/task/12143/stat : 12143 (java) S 12077 12080 8955 0 -1 1077944384 157 13167 0 0 1 0 5 3 20 0 15 0 232593100 11246788608 12889 33554432000 4194304 4196468 140733801651008 140019308940016 140019818003074 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12144] ppid=12077 vsize=10983192 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/12080/task/12144/stat : 12144 (java) S 12077 12080 8955 0 -1 1077944384 601 13167 0 0 4 0 5 3 20 0 15 0 232593100 11246788608 12889 33554432000 4194304 4196468 140733801651008 140019307887216 140019818003074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12145] ppid=12077 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12080/task/12145/stat : 12145 (java) S 12077 12080 8955 0 -1 1077944384 3 13167 0 0 0 0 5 3 20 0 15 0 232593100 11246788608 12889 33554432000 4194304 4196468 140733801651008 140017678674656 140019818002133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12146] ppid=12077 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12080/task/12146/stat : 12146 (java) S 12077 12080 8955 0 -1 1077944384 1 13167 0 0 0 0 5 3 20 0 15 0 232593104 11246788608 12889 33554432000 4194304 4196468 140733801651008 140019306834608 140019818003074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 51556 KiB

[startup+0.701326 s]
/proc/loadavg: 1.79 1.69 1.62 3/217 12146
/proc/meminfo: memFree=27342744/32770624 swapFree=67108804/67108860
[pid=12080] ppid=12077 vsize=10983192 memory=85656 CPUtime=0.94 cores=0,2,4,6
/proc/12080/stat : 12080 (java) S 12077 12080 8955 0 -1 1077944320 16570 13167 0 0 82 4 5 3 20 0 15 0 232593085 11246788608 21414 33554432000 4194304 4196468 140733801651008 140733801633552 140019817991927 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
/proc/12080/statm: 2745798 21414 3244 1 0 2708109 0
[pid=12080/tid=12133] ppid=12077 vsize=10983192 memory=0 CPUtime=0.62 cores=0,2,4,6
/proc/12080/task/12133/stat : 12133 (java) R 12077 12080 8955 0 -1 4202560 12156 13167 0 0 52 2 5 3 20 0 15 0 232593094 11246788608 21414 33554432000 4194304 4196468 140733801651008 140019789814928 140019803157566 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12134] ppid=12077 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12080/task/12134/stat : 12134 (java) S 12077 12080 8955 0 -1 1077944384 1 13167 0 0 0 0 5 3 20 0 15 0 232593095 11246788608 21414 33554432000 4194304 4196468 140733801651008 140019822234768 140019818002133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12135] ppid=12077 vsize=10983192 memory=3708 CPUtime=0.08 cores=0,2,4,6
/proc/12080/task/12135/stat : 12135 (java) S 12077 12080 8955 0 -1 1077944384 1 13167 0 0 0 0 5 3 20 0 15 0 232593095 11246788608 21414 33554432000 4194304 4196468 140733801651008 140019357244432 140019818002133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12136] ppid=12077 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12080/task/12136/stat : 12136 (java) S 12077 12080 8955 0 -1 1077944384 2 13167 0 0 0 0 5 3 20 0 15 0 232593095 11246788608 21414 33554432000 4194304 4196468 140733801651008 140019356191632 140019818002133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12137] ppid=12077 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12080/task/12137/stat : 12137 (java) S 12077 12080 8955 0 -1 1077944384 2 13167 0 0 0 0 5 3 20 0 15 0 232593095 11246788608 21414 33554432000 4194304 4196468 140733801651008 140019355138832 140019818002133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12138] ppid=12077 vsize=10983192 memory=4420 CPUtime=0.08 cores=0,2,4,6
/proc/12080/task/12138/stat : 12138 (java) S 12077 12080 8955 0 -1 1077944384 5 13167 0 0 0 0 5 3 20 0 15 0 232593096 11246788608 21414 33554432000 4194304 4196468 140733801651008 140019311044976 140019818003074 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12139] ppid=12077 vsize=10983192 memory=6628 CPUtime=0.08 cores=0,2,4,6
/proc/12080/task/12139/stat : 12139 (java) S 12077 12080 8955 0 -1 1077944384 13 13167 0 0 0 0 5 3 20 0 15 0 232593097 11246788608 21414 33554432000 4194304 4196468 140733801651008 140018618197024 140019818002133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12140] ppid=12077 vsize=10983192 memory=8836 CPUtime=0.08 cores=0,2,4,6
/proc/12080/task/12140/stat : 12140 (java) S 12077 12080 8955 0 -1 1077944384 1 13167 0 0 0 0 5 3 20 0 15 0 232593097 11246788608 21414 33554432000 4194304 4196468 140733801651008 140018416870256 140019818002133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12141] ppid=12077 vsize=10983192 memory=11044 CPUtime=0.08 cores=0,2,4,6
/proc/12080/task/12141/stat : 12141 (java) S 12077 12080 8955 0 -1 1077944384 3 13167 0 0 0 0 5 3 20 0 15 0 232593100 11246788608 21414 33554432000 4194304 4196468 140733801651008 140018109470544 140019818010523 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12142] ppid=12077 vsize=10983192 memory=13252 CPUtime=0.17 cores=0,2,4,6
/proc/12080/task/12142/stat : 12142 (java) R 12077 12080 8955 0 -1 4202560 1004 13167 0 0 9 0 5 3 20 0 15 0 232593100 11246788608 21414 33554432000 4194304 4196468 140733801651008 140019309978696 140019803104659 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12143] ppid=12077 vsize=10983192 memory=15460 CPUtime=0.15 cores=0,2,4,6
/proc/12080/task/12143/stat : 12143 (java) S 12077 12080 8955 0 -1 1077944384 534 13167 0 0 7 0 5 3 20 0 15 0 232593100 11246788608 21414 33554432000 4194304 4196468 140733801651008 140019308940016 140019818003074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12144] ppid=12077 vsize=10983192 memory=17668 CPUtime=0.21 cores=0,2,4,6
/proc/12080/task/12144/stat : 12144 (java) S 12077 12080 8955 0 -1 1077944384 656 13167 0 0 13 0 5 3 20 0 15 0 232593100 11246788608 21414 33554432000 4194304 4196468 140733801651008 140019307887216 140019818003074 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12145] ppid=12077 vsize=10983192 memory=19876 CPUtime=0.08 cores=0,2,4,6
/proc/12080/task/12145/stat : 12145 (java) S 12077 12080 8955 0 -1 1077944384 3 13167 0 0 0 0 5 3 20 0 15 0 232593100 11246788608 21414 33554432000 4194304 4196468 140733801651008 140017678674656 140019818002133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12146] ppid=12077 vsize=10983192 memory=22084 CPUtime=0.08 cores=0,2,4,6
/proc/12080/task/12146/stat : 12146 (java) S 12077 12080 8955 0 -1 1077944384 1 13167 0 0 0 0 5 3 20 0 15 0 232593104 11246788608 21414 33554432000 4194304 4196468 140733801651008 140019306834608 140019818003074 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
Current children cumulated CPU time: 0.94 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 85656 KiB

[startup+1.50124 s]
/proc/loadavg: 1.79 1.69 1.62 5/217 12146
/proc/meminfo: memFree=27284428/32770624 swapFree=67108804/67108860
[pid=12080] ppid=12077 vsize=10991948 memory=213260 CPUtime=2.88 cores=0,2,4,6
/proc/12080/stat : 12080 (java) S 12077 12080 8955 0 -1 1077944320 24602 13167 0 0 270 10 5 3 20 0 15 0 232593085 11255754752 53315 33554432000 4194304 4196468 140733801651008 140733801633552 140019817991927 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
/proc/12080/statm: 2747987 53315 3445 1 0 2709645 0
[pid=12080/tid=12133] ppid=12077 vsize=10991948 memory=0 CPUtime=1.41 cores=0,2,4,6
/proc/12080/task/12133/stat : 12133 (java) R 12077 12080 8955 0 -1 4202560 14883 13167 0 0 127 6 5 3 20 0 15 0 232593094 11255754752 53315 33554432000 4194304 4196468 140733801651008 140019789822680 140019376819197 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12134] ppid=12077 vsize=10991948 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12080/task/12134/stat : 12134 (java) S 12077 12080 8955 0 -1 1077944384 1 13167 0 0 0 0 5 3 20 0 15 0 232593095 11255754752 53315 33554432000 4194304 4196468 140733801651008 140019822234768 140019818002133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12135] ppid=12077 vsize=10991948 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12080/task/12135/stat : 12135 (java) S 12077 12080 8955 0 -1 1077944384 1 13167 0 0 0 0 5 3 20 0 15 0 232593095 11255754752 53315 33554432000 4194304 4196468 140733801651008 140019357244432 140019818002133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12136] ppid=12077 vsize=10991948 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12080/task/12136/stat : 12136 (java) S 12077 12080 8955 0 -1 1077944384 2 13167 0 0 0 0 5 3 20 0 15 0 232593095 11255754752 53315 33554432000 4194304 4196468 140733801651008 140019356191632 140019818002133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12137] ppid=12077 vsize=10991948 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12080/task/12137/stat : 12137 (java) S 12077 12080 8955 0 -1 1077944384 2 13167 0 0 0 0 5 3 20 0 15 0 232593095 11255754752 53315 33554432000 4194304 4196468 140733801651008 140019355138832 140019818002133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12138] ppid=12077 vsize=10991948 memory=1399103955520229747 CPUtime=0.08 cores=0,2,4,6
/proc/12080/task/12138/stat : 12138 (java) S 12077 12080 8955 0 -1 1077944384 5 13167 0 0 0 0 5 3 20 0 15 0 232593096 11255754752 53315 33554432000 4194304 4196468 140733801651008 140019311044976 140019818003074 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12139] ppid=12077 vsize=10991948 memory=280931797641472 CPUtime=0.08 cores=0,2,4,6
/proc/12080/task/12139/stat : 12139 (java) S 12077 12080 8955 0 -1 1077944384 13 13167 0 0 0 0 5 3 20 0 15 0 232593097 11255754752 53315 33554432000 4194304 4196468 140733801651008 140018618197024 140019818002133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12140] ppid=12077 vsize=10991948 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12080/task/12140/stat : 12140 (java) S 12077 12080 8955 0 -1 1077944384 1 13167 0 0 0 0 5 3 20 0 15 0 232593097 11255754752 53315 33554432000 4194304 4196468 140733801651008 140018416870256 140019818002133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12141] ppid=12077 vsize=10991948 memory=1084 CPUtime=0.08 cores=0,2,4,6
/proc/12080/task/12141/stat : 12141 (java) S 12077 12080 8955 0 -1 1077944384 3 13167 0 0 0 0 5 3 20 0 15 0 232593100 11255754752 53315 33554432000 4194304 4196468 140733801651008 140018109470544 140019818010523 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12142] ppid=12077 vsize=10991948 memory=1600 CPUtime=0.62 cores=0,2,4,6
/proc/12080/task/12142/stat : 12142 (java) R 12077 12080 8955 0 -1 4202560 3110 13167 0 0 54 0 5 3 20 0 15 0 232593100 11255754752 53315 33554432000 4194304 4196468 140733801651008 140019309973832 140019797239280 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12143] ppid=12077 vsize=10991948 memory=7952 CPUtime=0.57 cores=0,2,4,6
/proc/12080/task/12143/stat : 12143 (java) R 12077 12080 8955 0 -1 4202560 2941 13167 0 0 49 0 5 3 20 0 15 0 232593100 11255754752 53315 33554432000 4194304 4196468 140733801651008 140019308926240 140019799536540 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12144] ppid=12077 vsize=10991948 memory=4088 CPUtime=0.45 cores=0,2,4,6
/proc/12080/task/12144/stat : 12144 (java) S 12077 12080 8955 0 -1 1077944384 1451 13167 0 0 37 0 5 3 20 0 15 0 232593100 11255754752 53315 33554432000 4194304 4196468 140733801651008 140019307887216 140019818003074 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12145] ppid=12077 vsize=10991948 memory=1784 CPUtime=0.08 cores=0,2,4,6
/proc/12080/task/12145/stat : 12145 (java) S 12077 12080 8955 0 -1 1077944384 3 13167 0 0 0 0 5 3 20 0 15 0 232593100 11255754752 53315 33554432000 4194304 4196468 140733801651008 140017678674656 140019818002133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12146] ppid=12077 vsize=10991948 memory=1060 CPUtime=0.08 cores=0,2,4,6
/proc/12080/task/12146/stat : 12146 (java) S 12077 12080 8955 0 -1 1077944384 1 13167 0 0 0 0 5 3 20 0 15 0 232593104 11255754752 53315 33554432000 4194304 4196468 140733801651008 140019306834608 140019818003074 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
Current children cumulated CPU time: 2.88 s
Current children cumulated vsize: 10991948 KiB

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

/proc/12080/task/12133/stat : 12133 (java) R 12077 12080 8955 0 -1 4202560 96866 13167 0 0 231147 44 5 3 20 0 15 0 232593094 11345952768 372726 33554432000 4194304 4196468 140733801651008 140019789803408 140019376911195 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12134] ppid=12077 vsize=11080032 memory=4126316290023845779 CPUtime=4.7 cores=0,2,4,6
/proc/12080/task/12134/stat : 12134 (java) S 12077 12080 8955 0 -1 1077944384 24591 13167 0 0 435 27 5 3 20 0 15 0 232593095 11345952768 372726 33554432000 4194304 4196468 140733801651008 140019822234768 140019818002133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12135] ppid=12077 vsize=11080032 memory=1490904 CPUtime=4.68 cores=0,2,4,6
/proc/12080/task/12135/stat : 12135 (java) S 12077 12080 8955 0 -1 1077944384 27811 13167 0 0 436 24 5 3 20 0 15 0 232593095 11345952768 372726 33554432000 4194304 4196468 140733801651008 140019357244432 140019818002133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12136] ppid=12077 vsize=11080032 memory=6791534058613427641 CPUtime=4.71 cores=0,2,4,6
/proc/12080/task/12136/stat : 12136 (java) S 12077 12080 8955 0 -1 1077944384 23418 13167 0 0 438 25 5 3 20 0 15 0 232593095 11345952768 372726 33554432000 4194304 4196468 140733801651008 140019356191632 140019818002133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12137] ppid=12077 vsize=11080032 memory=4126316290023845779 CPUtime=4.68 cores=0,2,4,6
/proc/12080/task/12137/stat : 12137 (java) S 12077 12080 8955 0 -1 1077944384 24351 13167 0 0 432 28 5 3 20 0 15 0 232593095 11345952768 372726 33554432000 4194304 4196468 140733801651008 140019355138832 140019818002133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12138] ppid=12077 vsize=11080032 memory=932 CPUtime=4.29 cores=0,2,4,6
/proc/12080/task/12138/stat : 12138 (java) S 12077 12080 8955 0 -1 1077944384 20808 13167 0 0 396 25 5 3 20 0 15 0 232593096 11345952768 372726 33554432000 4194304 4196468 140733801651008 140019311044976 140019818003074 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12139] ppid=12077 vsize=11080032 memory=1168 CPUtime=0.08 cores=0,2,4,6
/proc/12080/task/12139/stat : 12139 (java) S 12077 12080 8955 0 -1 1077944384 19 13167 0 0 0 0 5 3 20 0 15 0 232593097 11345952768 372726 33554432000 4194304 4196468 140733801651008 140018618197088 140019818002133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12140] ppid=12077 vsize=11080032 memory=1984 CPUtime=0.08 cores=0,2,4,6
/proc/12080/task/12140/stat : 12140 (java) S 12077 12080 8955 0 -1 1077944384 3 13167 0 0 0 0 5 3 20 0 15 0 232593097 11345952768 372726 33554432000 4194304 4196468 140733801651008 140018416870272 140019818002133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12141] ppid=12077 vsize=11080032 memory=920 CPUtime=0.08 cores=0,2,4,6
/proc/12080/task/12141/stat : 12141 (java) S 12077 12080 8955 0 -1 1077944384 3 13167 0 0 0 0 5 3 20 0 15 0 232593100 11345952768 372726 33554432000 4194304 4196468 140733801651008 140018109470544 140019818010523 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12142] ppid=12077 vsize=11080032 memory=1572 CPUtime=6.62 cores=0,2,4,6
/proc/12080/task/12142/stat : 12142 (java) S 12077 12080 8955 0 -1 1077944384 41180 13167 0 0 649 5 5 3 20 0 15 0 232593100 11345952768 372726 33554432000 4194304 4196468 140733801651008 140019309992816 140019818003074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12143] ppid=12077 vsize=11080032 memory=2176 CPUtime=6.34 cores=0,2,4,6
/proc/12080/task/12143/stat : 12143 (java) S 12077 12080 8955 0 -1 1077944384 37104 13167 0 0 622 4 5 3 20 0 15 0 232593100 11345952768 372726 33554432000 4194304 4196468 140733801651008 140019308940016 140019818003074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12144] ppid=12077 vsize=11080032 memory=3984 CPUtime=2.18 cores=0,2,4,6
/proc/12080/task/12144/stat : 12144 (java) S 12077 12080 8955 0 -1 1077944384 25139 13167 0 0 206 4 5 3 20 0 15 0 232593100 11345952768 372726 33554432000 4194304 4196468 140733801651008 140019307887216 140019818003074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12145] ppid=12077 vsize=11080032 memory=1916 CPUtime=0.08 cores=0,2,4,6
/proc/12080/task/12145/stat : 12145 (java) S 12077 12080 8955 0 -1 1077944384 3 13167 0 0 0 0 5 3 20 0 15 0 232593100 11345952768 372726 33554432000 4194304 4196468 140733801651008 140017678674656 140019818002133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12146] ppid=12077 vsize=11080032 memory=0 CPUtime=1.45 cores=0,2,4,6
/proc/12080/task/12146/stat : 12146 (java) S 12077 12080 8955 0 -1 1077944384 1916 13167 0 0 69 68 5 3 20 0 15 0 232593104 11345952768 372726 33554432000 4194304 4196468 140733801651008 140019306834608 140019818003074 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
Current children cumulated CPU time: 2351.03 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1490904 KiB

[startup+2382.3 s]*
/proc/loadavg: 1.46 1.32 1.36 3/216 12245
/proc/meminfo: memFree=25969940/32770624 swapFree=67108804/67108860
[pid=12080] ppid=12077 vsize=11080032 memory=1490904 CPUtime=2411.42 cores=0,2,4,6
/proc/12080/stat : 12080 (java) S 12077 12080 8955 0 -1 1077944320 327287 13167 0 0 240912 222 5 3 20 0 15 0 232593085 11345952768 372726 33554432000 4194304 4196468 140733801651008 140733801633552 140019817991927 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
/proc/12080/statm: 2770008 372726 3530 1 0 2731661 0
[pid=12080/tid=12133] ppid=12077 vsize=11080032 memory=808 CPUtime=2371.73 cores=0,2,4,6
/proc/12080/task/12133/stat : 12133 (java) R 12077 12080 8955 0 -1 4202560 97485 13167 0 0 237121 44 5 3 20 0 15 0 232593094 11345952768 372726 33554432000 4194304 4196468 140733801651008 140019789825648 140019377029788 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12134] ppid=12077 vsize=11080032 memory=1800 CPUtime=4.83 cores=0,2,4,6
/proc/12080/task/12134/stat : 12134 (java) S 12077 12080 8955 0 -1 1077944384 24647 13167 0 0 447 28 5 3 20 0 15 0 232593095 11345952768 372726 33554432000 4194304 4196468 140733801651008 140019822234768 140019818002133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12135] ppid=12077 vsize=11080032 memory=4126316290023845779 CPUtime=4.81 cores=0,2,4,6
/proc/12080/task/12135/stat : 12135 (java) S 12077 12080 8955 0 -1 1077944384 27954 13167 0 0 449 24 5 3 20 0 15 0 232593095 11345952768 372726 33554432000 4194304 4196468 140733801651008 140019357244432 140019818002133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12136] ppid=12077 vsize=11080032 memory=288230583166042425 CPUtime=4.83 cores=0,2,4,6
/proc/12080/task/12136/stat : 12136 (java) S 12077 12080 8955 0 -1 1077944384 23995 13167 0 0 450 25 5 3 20 0 15 0 232593095 11345952768 372726 33554432000 4194304 4196468 140733801651008 140019356191632 140019818002133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12137] ppid=12077 vsize=11080032 memory=16099269136353865 CPUtime=4.81 cores=0,2,4,6
/proc/12080/task/12137/stat : 12137 (java) S 12077 12080 8955 0 -1 1077944384 24429 13167 0 0 444 29 5 3 20 0 15 0 232593095 11345952768 372726 33554432000 4194304 4196468 140733801651008 140019355138832 140019818002133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12138] ppid=12077 vsize=11080032 memory=3304 CPUtime=4.41 cores=0,2,4,6
/proc/12080/task/12138/stat : 12138 (java) S 12077 12080 8955 0 -1 1077944384 21178 13167 0 0 407 26 5 3 20 0 15 0 232593096 11345952768 372726 33554432000 4194304 4196468 140733801651008 140019311044976 140019818003074 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12139] ppid=12077 vsize=11080032 memory=1260 CPUtime=0.08 cores=0,2,4,6
/proc/12080/task/12139/stat : 12139 (java) S 12077 12080 8955 0 -1 1077944384 19 13167 0 0 0 0 5 3 20 0 15 0 232593097 11345952768 372726 33554432000 4194304 4196468 140733801651008 140018618197088 140019818002133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12140] ppid=12077 vsize=11080032 memory=14872 CPUtime=0.08 cores=0,2,4,6
/proc/12080/task/12140/stat : 12140 (java) S 12077 12080 8955 0 -1 1077944384 3 13167 0 0 0 0 5 3 20 0 15 0 232593097 11345952768 372726 33554432000 4194304 4196468 140733801651008 140018416870272 140019818002133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12141] ppid=12077 vsize=11080032 memory=3296 CPUtime=0.08 cores=0,2,4,6
/proc/12080/task/12141/stat : 12141 (java) S 12077 12080 8955 0 -1 1077944384 3 13167 0 0 0 0 5 3 20 0 15 0 232593100 11345952768 372726 33554432000 4194304 4196468 140733801651008 140018109470544 140019818010523 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12142] ppid=12077 vsize=11080032 memory=15292 CPUtime=6.62 cores=0,2,4,6
/proc/12080/task/12142/stat : 12142 (java) S 12077 12080 8955 0 -1 1077944384 41184 13167 0 0 649 5 5 3 20 0 15 0 232593100 11345952768 372726 33554432000 4194304 4196468 140733801651008 140019309992816 140019818003074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12143] ppid=12077 vsize=11080032 memory=34988 CPUtime=6.34 cores=0,2,4,6
/proc/12080/task/12143/stat : 12143 (java) S 12077 12080 8955 0 -1 1077944384 37108 13167 0 0 622 4 5 3 20 0 15 0 232593100 11345952768 372726 33554432000 4194304 4196468 140733801651008 140019308940016 140019818003074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12144] ppid=12077 vsize=11080032 memory=496 CPUtime=2.18 cores=0,2,4,6
/proc/12080/task/12144/stat : 12144 (java) S 12077 12080 8955 0 -1 1077944384 25143 13167 0 0 206 4 5 3 20 0 15 0 232593100 11345952768 372726 33554432000 4194304 4196468 140733801651008 140019307887216 140019818003074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12145] ppid=12077 vsize=11080032 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12080/task/12145/stat : 12145 (java) S 12077 12080 8955 0 -1 1077944384 3 13167 0 0 0 0 5 3 20 0 15 0 232593100 11345952768 372726 33554432000 4194304 4196468 140733801651008 140017678674656 140019818002133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12146] ppid=12077 vsize=11080032 memory=8514726395714825349 CPUtime=1.49 cores=0,2,4,6
/proc/12080/task/12146/stat : 12146 (java) S 12077 12080 8955 0 -1 1077944384 1948 13167 0 0 72 69 5 3 20 0 15 0 232593104 11345952768 372726 33554432000 4194304 4196468 140733801651008 140019306834608 140019818003074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
Current children cumulated CPU time: 2411.42 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1490904 KiB

[startup+2442.3 s]*
/proc/loadavg: 1.31 1.31 1.35 3/216 12246
/proc/meminfo: memFree=25968164/32770624 swapFree=67108804/67108860
[pid=12080] ppid=12077 vsize=11080032 memory=1492952 CPUtime=2471.79 cores=0,2,4,6
/proc/12080/stat : 12080 (java) S 12077 12080 8955 0 -1 1077944320 328425 13167 0 0 246944 227 5 3 20 0 15 0 232593085 11345952768 373238 33554432000 4194304 4196468 140733801651008 140733801633552 140019817991927 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
/proc/12080/statm: 2770008 373238 3530 1 0 2731661 0
[pid=12080/tid=12133] ppid=12077 vsize=11080032 memory=6791534058613427641 CPUtime=2431.45 cores=0,2,4,6
/proc/12080/task/12133/stat : 12133 (java) R 12077 12080 8955 0 -1 4202560 97942 13167 0 0 243093 44 5 3 20 0 15 0 232593094 11345952768 373238 33554432000 4194304 4196468 140733801651008 140019789825712 140019377029788 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12134] ppid=12077 vsize=11080032 memory=4126316290023845779 CPUtime=4.94 cores=0,2,4,6
/proc/12080/task/12134/stat : 12134 (java) S 12077 12080 8955 0 -1 1077944384 24670 13167 0 0 458 28 5 3 20 0 15 0 232593095 11345952768 373238 33554432000 4194304 4196468 140733801651008 140019822234768 140019818002133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12135] ppid=12077 vsize=11080032 memory=7528 CPUtime=4.93 cores=0,2,4,6
/proc/12080/task/12135/stat : 12135 (java) S 12077 12080 8955 0 -1 1077944384 28005 13167 0 0 460 25 5 3 20 0 15 0 232593095 11345952768 373238 33554432000 4194304 4196468 140733801651008 140019357244432 140019818002133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12136] ppid=12077 vsize=11080032 memory=808 CPUtime=4.96 cores=0,2,4,6
/proc/12080/task/12136/stat : 12136 (java) S 12077 12080 8955 0 -1 1077944384 24061 13167 0 0 462 26 5 3 20 0 15 0 232593095 11345952768 373238 33554432000 4194304 4196468 140733801651008 140019356191632 140019818002133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12137] ppid=12077 vsize=11080032 memory=1800 CPUtime=4.93 cores=0,2,4,6
/proc/12080/task/12137/stat : 12137 (java) S 12077 12080 8955 0 -1 1077944384 24755 13167 0 0 455 30 5 3 20 0 15 0 232593095 11345952768 373238 33554432000 4194304 4196468 140733801651008 140019355138832 140019818002133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12138] ppid=12077 vsize=11080032 memory=920 CPUtime=4.52 cores=0,2,4,6
/proc/12080/task/12138/stat : 12138 (java) S 12077 12080 8955 0 -1 1077944384 21369 13167 0 0 418 26 5 3 20 0 15 0 232593096 11345952768 373238 33554432000 4194304 4196468 140733801651008 140019311044976 140019818003074 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12139] ppid=12077 vsize=11080032 memory=3848 CPUtime=0.08 cores=0,2,4,6
/proc/12080/task/12139/stat : 12139 (java) S 12077 12080 8955 0 -1 1077944384 19 13167 0 0 0 0 5 3 20 0 15 0 232593097 11345952768 373238 33554432000 4194304 4196468 140733801651008 140018618197088 140019818002133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12140] ppid=12077 vsize=11080032 memory=2660 CPUtime=0.08 cores=0,2,4,6
/proc/12080/task/12140/stat : 12140 (java) S 12077 12080 8955 0 -1 1077944384 3 13167 0 0 0 0 5 3 20 0 15 0 232593097 11345952768 373238 33554432000 4194304 4196468 140733801651008 140018416870272 140019818002133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12141] ppid=12077 vsize=11080032 memory=2596 CPUtime=0.08 cores=0,2,4,6
/proc/12080/task/12141/stat : 12141 (java) S 12077 12080 8955 0 -1 1077944384 3 13167 0 0 0 0 5 3 20 0 15 0 232593100 11345952768 373238 33554432000 4194304 4196468 140733801651008 140018109470544 140019818010523 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12142] ppid=12077 vsize=11080032 memory=4100 CPUtime=6.62 cores=0,2,4,6
/proc/12080/task/12142/stat : 12142 (java) S 12077 12080 8955 0 -1 1077944384 41186 13167 0 0 649 5 5 3 20 0 15 0 232593100 11345952768 373238 33554432000 4194304 4196468 140733801651008 140019309992816 140019818003074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12143] ppid=12077 vsize=11080032 memory=1408 CPUtime=6.34 cores=0,2,4,6
/proc/12080/task/12143/stat : 12143 (java) S 12077 12080 8955 0 -1 1077944384 37110 13167 0 0 622 4 5 3 20 0 15 0 232593100 11345952768 373238 33554432000 4194304 4196468 140733801651008 140019308940016 140019818003074 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12144] ppid=12077 vsize=11080032 memory=3296 CPUtime=2.19 cores=0,2,4,6
/proc/12080/task/12144/stat : 12144 (java) S 12077 12080 8955 0 -1 1077944384 25145 13167 0 0 207 4 5 3 20 0 15 0 232593100 11345952768 373238 33554432000 4194304 4196468 140733801651008 140019307887216 140019818003074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12145] ppid=12077 vsize=11080032 memory=866624 CPUtime=0.08 cores=0,2,4,6
/proc/12080/task/12145/stat : 12145 (java) S 12077 12080 8955 0 -1 1077944384 3 13167 0 0 0 0 5 3 20 0 15 0 232593100 11345952768 373238 33554432000 4194304 4196468 140733801651008 140017678674656 140019818002133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12146] ppid=12077 vsize=11080032 memory=1408 CPUtime=1.53 cores=0,2,4,6
/proc/12080/task/12146/stat : 12146 (java) S 12077 12080 8955 0 -1 1077944384 1966 13167 0 0 74 71 5 3 20 0 15 0 232593104 11345952768 373238 33554432000 4194304 4196468 140733801651008 140019306834608 140019818003074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
Current children cumulated CPU time: 2471.79 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1492952 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2490.3 s]*
/proc/loadavg: 1.59 1.40 1.38 4/216 12504
/proc/meminfo: memFree=25221504/32770624 swapFree=67108804/67108860
[pid=12080] ppid=12077 vsize=11080032 memory=1492952 CPUtime=2520.1 cores=0,2,4,6
/proc/12080/stat : 12080 (java) S 12077 12080 8955 0 -1 1077944320 329873 13167 0 0 251772 230 5 3 20 0 15 0 232593085 11345952768 373238 33554432000 4194304 4196468 140733801651008 140733801633552 140019817991927 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
/proc/12080/statm: 2770008 373238 3530 1 0 2731661 0
[pid=12080/tid=12133] ppid=12077 vsize=11080032 memory=6791534058613427641 CPUtime=2479.24 cores=0,2,4,6
/proc/12080/task/12133/stat : 12133 (java) R 12077 12080 8955 0 -1 4202560 98365 13167 0 0 247871 45 5 3 20 0 15 0 232593094 11345952768 373238 33554432000 4194304 4196468 140733801651008 140019789802960 140019376913693 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12134] ppid=12077 vsize=11080032 memory=4126316290023845779 CPUtime=5.04 cores=0,2,4,6
/proc/12080/task/12134/stat : 12134 (java) S 12077 12080 8955 0 -1 1077944384 24789 13167 0 0 468 28 5 3 20 0 15 0 232593095 11345952768 373238 33554432000 4194304 4196468 140733801651008 140019822234768 140019818002133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12135] ppid=12077 vsize=11080032 memory=1260 CPUtime=5.04 cores=0,2,4,6
/proc/12080/task/12135/stat : 12135 (java) S 12077 12080 8955 0 -1 1077944384 28332 13167 0 0 470 26 5 3 20 0 15 0 232593095 11345952768 373238 33554432000 4194304 4196468 140733801651008 140019357244432 140019818002133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12136] ppid=12077 vsize=11080032 memory=14872 CPUtime=5.06 cores=0,2,4,6
/proc/12080/task/12136/stat : 12136 (java) S 12077 12080 8955 0 -1 1077944384 24086 13167 0 0 472 26 5 3 20 0 15 0 232593095 11345952768 373238 33554432000 4194304 4196468 140733801651008 140019356191632 140019818002133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12137] ppid=12077 vsize=11080032 memory=3296 CPUtime=5.03 cores=0,2,4,6
/proc/12080/task/12137/stat : 12137 (java) S 12077 12080 8955 0 -1 1077944384 25077 13167 0 0 465 30 5 3 20 0 15 0 232593095 11345952768 373238 33554432000 4194304 4196468 140733801651008 140019355138832 140019818002133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12138] ppid=12077 vsize=11080032 memory=15292 CPUtime=4.62 cores=0,2,4,6
/proc/12080/task/12138/stat : 12138 (java) S 12077 12080 8955 0 -1 1077944384 21576 13167 0 0 427 27 5 3 20 0 15 0 232593096 11345952768 373238 33554432000 4194304 4196468 140733801651008 140019311044976 140019818003074 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12139] ppid=12077 vsize=11080032 memory=1492952 CPUtime=0.08 cores=0,2,4,6
/proc/12080/task/12139/stat : 12139 (java) S 12077 12080 8955 0 -1 1077944384 19 13167 0 0 0 0 5 3 20 0 15 0 232593097 11345952768 373238 33554432000 4194304 4196468 140733801651008 140018618197088 140019818002133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12140] ppid=12077 vsize=11080032 memory=496 CPUtime=0.08 cores=0,2,4,6
/proc/12080/task/12140/stat : 12140 (java) S 12077 12080 8955 0 -1 1077944384 3 13167 0 0 0 0 5 3 20 0 15 0 232593097 11345952768 373238 33554432000 4194304 4196468 140733801651008 140018416870272 140019818002133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12141] ppid=12077 vsize=11080032 memory=3164 CPUtime=0.08 cores=0,2,4,6
/proc/12080/task/12141/stat : 12141 (java) S 12077 12080 8955 0 -1 1077944384 3 13167 0 0 0 0 5 3 20 0 15 0 232593100 11345952768 373238 33554432000 4194304 4196468 140733801651008 140018109470544 140019818010523 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12142] ppid=12077 vsize=11080032 memory=1492952 CPUtime=6.62 cores=0,2,4,6
/proc/12080/task/12142/stat : 12142 (java) S 12077 12080 8955 0 -1 1077944384 41188 13167 0 0 649 5 5 3 20 0 15 0 232593100 11345952768 373238 33554432000 4194304 4196468 140733801651008 140019309992816 140019818003074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12143] ppid=12077 vsize=11080032 memory=1408 CPUtime=6.34 cores=0,2,4,6
/proc/12080/task/12143/stat : 12143 (java) S 12077 12080 8955 0 -1 1077944384 37112 13167 0 0 622 4 5 3 20 0 15 0 232593100 11345952768 373238 33554432000 4194304 4196468 140733801651008 140019308940016 140019818003074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12144] ppid=12077 vsize=11080032 memory=2764 CPUtime=2.19 cores=0,2,4,6
/proc/12080/task/12144/stat : 12144 (java) S 12077 12080 8955 0 -1 1077944384 25147 13167 0 0 207 4 5 3 20 0 15 0 232593100 11345952768 373238 33554432000 4194304 4196468 140733801651008 140019307887216 140019818003074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12145] ppid=12077 vsize=11080032 memory=1520980 CPUtime=0.08 cores=0,2,4,6
/proc/12080/task/12145/stat : 12145 (java) S 12077 12080 8955 0 -1 1077944384 3 13167 0 0 0 0 5 3 20 0 15 0 232593100 11345952768 373238 33554432000 4194304 4196468 140733801651008 140017678674656 140019818002133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
[pid=12080/tid=12146] ppid=12077 vsize=11080032 memory=6791534058613427641 CPUtime=1.54 cores=0,2,4,6
/proc/12080/task/12146/stat : 12146 (java) S 12077 12080 8955 0 -1 1077944384 1985 13167 0 0 75 71 5 3 20 0 15 0 232593104 11345952768 373238 33554432000 4194304 4196468 140733801651008 140019306834608 140019818003074 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23969792 140733801654893 140733801657692 140733801657692 140733801660367 0
Current children cumulated CPU time: 2520.1 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1492952 KiB

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

[startup+2490.34 s]
# the end of solver process 12080 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.8 s, system=2.34265 s

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

Child status: 143
Real time (s): 2490.34
CPU time (s): 2520.14
CPU user time (s): 2517.8
CPU system time (s): 2.34265
CPU usage (%): 101.197
Max. virtual memory (cumulated for all children) (KiB): 11080032
Max. memory (cumulated for all children) (KiB): 1695640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.8
system time used= 2.34265
maximum resident set size= 1697688
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 343737
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2984
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 151265
involuntary context switches= 5599


# summary of solver processes directly reported to runsolver:
#   pid: 12080
#   total CPU time (s): 2520.14
#   total CPU user time (s): 2517.8
#   total CPU system time (s): 2.34265

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.249 second user time and 22.6657 second system time

The end

Launcher Data

Begin job on node105 at 2018-08-13 10:51:39
IDJOB=4305293
IDBENCH=141660
IDSOLVER=2780
FILE ID=node105/4305293-1534150299
RUNJOBID= node105-1534137874-9213
PBS_JOBID= 21037025
Free space on /tmp= 40892 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/Eternity/Eternity-14-14_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4305293-1534150299/watcher-4305293-1534150299 -o /tmp/evaluation-result-4305293-1534150299/solver-4305293-1534150299 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1534137874-9213 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=181844265 HOME/instance-4305293-1534150299.xml

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

MD5SUM BENCH= 66051f32d3df5832063947322816fa6d
RANDOM SEED=181844265

node105.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        27392916 kB
MemAvailable:   30988912 kB
Buffers:          175156 kB
Cached:          3677588 kB
SwapCached:           16 kB
Active:          2923800 kB
Inactive:        1899784 kB
Active(anon):     922800 kB
Inactive(anon):   100528 kB
Active(file):    2001000 kB
Inactive(file):  1799256 kB
Unevictable:        7320 kB
Mlocked:            7320 kB
SwapTotal:      67108860 kB
SwapFree:       67108804 kB
Dirty:             28868 kB
Writeback:             0 kB
AnonPages:        977804 kB
Mapped:            64648 kB
Shmem:             49748 kB
Slab:             250932 kB
SReclaimable:     223148 kB
SUnreclaim:        27784 kB
KernelStack:        3552 kB
PageTables:         7336 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2112644 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    747520 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 40868 MiB
End job on node105 at 2018-08-13 11:33:10