Trace number 4293397

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.09 2473.83

General information on the benchmark

NameGracefulGraph/
GracefulGraph-K06-P03_c18.xml
MD5SUM54d96134616ca7767c80e2eaaa70f234
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 variables138
Number of constraints59
Number of domains2
Minimum domain size57
Maximum domain size58
Distribution of domain sizes[{"size":57,"count":57},{"size":58,"count":18}]
Minimum variable degree0
Maximum variable degree8
Distribution of variable degrees[{"degree":0,"count":63},{"degree":2,"count":57},{"degree":7,"count":12},{"degree":8,"count":6}]
Minimum constraint arity3
Maximum constraint arity57
Distribution of constraint arities[{"arity":3,"count":57},{"arity":18,"count":1},{"arity":57,"count":1}]
Number of extensional constraints0
Number of intensional constraints57
Distribution of constraint types[{"type":"intension","count":57},{"type":"allDifferent","count":2}]
Optimization problemNO
Type of objective

Solver Data

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

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (7945 MiB free)
  memory of node 1: 16384 MiB (10917 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4293397-1532317847/watcher-4293397-1532317847 -o /tmp/evaluation-result-4293397-1532317847/solver-4293397-1532317847 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532295923-7919 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1369987263 HOME/instance-4293397-1532317847.xml 

running on 4 cores: 1,3,5,7

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

solver pid=12381, runsolver pid=12378

[startup+0.100151 s]*
/proc/loadavg: 1.50 1.59 1.69 3/207 12438
/proc/meminfo: memFree=19309760/32770624 swapFree=67108860/67108860
[pid=12381] ppid=12378 vsize=9972712 memory=16808 CPUtime=0.08 cores=1,3,5,7
/proc/12381/stat : 12381 (java) S 12378 12381 7887 0 -1 1077944320 4354 13211 0 0 1 0 4 3 20 0 6 0 49347886 10212057088 4202 33554432000 4194304 4196468 140722661119280 140722661101824 139753092062967 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
/proc/12381/statm: 2493178 4202 1934 1 0 2481616 0
[pid=12381/tid=12434] ppid=12378 vsize=9972712 memory=4279135704047060365 CPUtime=0.08 cores=1,3,5,7
/proc/12381/task/12434/stat : 12434 (java) R 12378 12381 7887 0 -1 4202560 2178 13211 0 0 1 0 4 3 20 0 6 0 49347895 10212057088 4714 33554432000 4194304 4196468 140722661119280 139753063899728 139753077745459 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12435] ppid=12378 vsize=9972712 memory=8257237230052613020 CPUtime=0.07 cores=1,3,5,7
/proc/12381/task/12435/stat : 12435 (java) S 12378 12381 7887 0 -1 1077944384 2 13211 0 0 0 0 4 3 20 0 6 0 49347896 10212057088 4714 33554432000 4194304 4196468 140722661119280 139753096305168 139753092073173 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12436] ppid=12378 vsize=9972712 memory=139652503774848 CPUtime=0.07 cores=1,3,5,7
/proc/12381/task/12436/stat : 12436 (java) S 12378 12381 7887 0 -1 1077944384 1 13211 0 0 0 0 4 3 20 0 6 0 49347896 10212057088 4714 33554432000 4194304 4196468 140722661119280 139753011124880 139753092073173 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12437] ppid=12378 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12381/task/12437/stat : 12437 (java) S 12378 12381 7887 0 -1 1077944384 1 13211 0 0 0 0 4 3 20 0 6 0 49347896 10212057088 4714 33554432000 4194304 4196468 140722661119280 139753010071824 139753092073173 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12438] ppid=12378 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/12381/task/12438/stat : 12438 (java) S 12378 12381 7887 0 -1 1077944384 1 13211 0 0 0 0 4 3 20 0 6 0 49347896 10212057088 4714 33554432000 4194304 4196468 140722661119280 139753009019280 139753092073173 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16808 KiB

[startup+0.209959 s]*
/proc/loadavg: 1.50 1.59 1.69 3/216 12447
/proc/meminfo: memFree=19287932/32770624 swapFree=67108860/67108860
[pid=12381] ppid=12378 vsize=10818904 memory=42680 CPUtime=0.25 cores=1,3,5,7
/proc/12381/stat : 12381 (java) S 12378 12381 7887 0 -1 1077944320 7919 13211 0 0 17 1 4 3 20 0 15 0 49347886 11078557696 10670 33554432000 4194304 4196468 140722661119280 140722661101824 139753092062967 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
/proc/12381/statm: 2704726 10670 2956 1 0 2667149 0
[pid=12381/tid=12434] ppid=12378 vsize=10819896 memory=-6517102902069810590 CPUtime=0.18 cores=1,3,5,7
/proc/12381/task/12434/stat : 12434 (java) R 12378 12381 7887 0 -1 4202560 4499 13211 0 0 11 0 4 3 20 0 15 0 49347895 11079573504 10736 33554432000 4194304 4196468 140722661119280 139753063887776 139753084742685 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12435] ppid=12378 vsize=10819896 memory=-7025452035940392864 CPUtime=0.07 cores=1,3,5,7
/proc/12381/task/12435/stat : 12435 (java) S 12378 12381 7887 0 -1 1077944384 2 13211 0 0 0 0 4 3 20 0 15 0 49347896 11079573504 10736 33554432000 4194304 4196468 140722661119280 139753096305168 139753092073173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12436] ppid=12378 vsize=10819896 memory=139652503774848 CPUtime=0.07 cores=1,3,5,7
/proc/12381/task/12436/stat : 12436 (java) S 12378 12381 7887 0 -1 1077944384 1 13211 0 0 0 0 4 3 20 0 15 0 49347896 11079573504 10736 33554432000 4194304 4196468 140722661119280 139753011124880 139753092073173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12437] ppid=12378 vsize=10819896 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12381/task/12437/stat : 12437 (java) S 12378 12381 7887 0 -1 1077944384 1 13211 0 0 0 0 4 3 20 0 15 0 49347896 11079573504 10736 33554432000 4194304 4196468 140722661119280 139753010071824 139753092073173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12438] ppid=12378 vsize=10819896 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/12381/task/12438/stat : 12438 (java) S 12378 12381 7887 0 -1 1077944384 1 13211 0 0 0 0 4 3 20 0 15 0 49347896 11079573504 10802 33554432000 4194304 4196468 140722661119280 139753009019280 139753092073173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12439] ppid=12378 vsize=10819896 memory=139652503774848 CPUtime=0.07 cores=1,3,5,7
/proc/12381/task/12439/stat : 12439 (java) S 12378 12381 7887 0 -1 1077944384 2 13211 0 0 0 0 4 3 20 0 15 0 49347898 11079573504 10802 33554432000 4194304 4196468 140722661119280 139752618650352 139753092074114 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12440] ppid=12378 vsize=10819896 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/12381/task/12440/stat : 12440 (java) S 12378 12381 7887 0 -1 1077944384 13 13211 0 0 0 0 4 3 20 0 15 0 49347898 11079573504 10802 33554432000 4194304 4196468 140722661119280 139752061789856 139753092073173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12441] ppid=12378 vsize=10819896 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12381/task/12441/stat : 12441 (java) S 12378 12381 7887 0 -1 1077944384 1 13211 0 0 0 0 4 3 20 0 15 0 49347898 11079573504 10802 33554432000 4194304 4196468 140722661119280 139751860462832 139753092073173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12442] ppid=12378 vsize=10819896 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12381/task/12442/stat : 12442 (java) S 12378 12381 7887 0 -1 1077944384 3 13211 0 0 0 0 4 3 20 0 15 0 49347901 11079573504 10868 33554432000 4194304 4196468 140722661119280 139751620172240 139753092081563 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12443] ppid=12378 vsize=10819896 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12381/task/12443/stat : 12443 (java) S 12378 12381 7887 0 -1 1077944384 418 13211 0 0 0 0 4 3 20 0 15 0 49347901 11079573504 10868 33554432000 4194304 4196468 140722661119280 139752617597168 139753092074114 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12444] ppid=12378 vsize=10819896 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/12381/task/12444/stat : 12444 (java) S 12378 12381 7887 0 -1 1077944384 192 13211 0 0 1 0 4 3 20 0 15 0 49347901 11079573504 10868 33554432000 4194304 4196468 140722661119280 139752616544624 139753092074114 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12445] ppid=12378 vsize=10819896 memory=139652503774848 CPUtime=0.1 cores=1,3,5,7
/proc/12381/task/12445/stat : 12445 (java) S 12378 12381 7887 0 -1 1077944384 617 13211 0 0 3 0 4 3 20 0 15 0 49347901 11079573504 10868 33554432000 4194304 4196468 140722661119280 139752615491568 139753092074114 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12446] ppid=12378 vsize=10819896 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/12381/task/12446/stat : 12446 (java) S 12378 12381 7887 0 -1 1077944384 3 13211 0 0 0 0 4 3 20 0 15 0 49347901 11079573504 10934 33554432000 4194304 4196468 140722661119280 139751586613600 139753092073173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12447] ppid=12378 vsize=10819896 memory=139652503774848 CPUtime=0.07 cores=1,3,5,7
/proc/12381/task/12447/stat : 12447 (java) S 12378 12381 7887 0 -1 1077944384 1 13211 0 0 0 0 4 3 20 0 15 0 49347901 11079573504 10934 33554432000 4194304 4196468 140722661119280 139752614439984 139753092074114 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 42680 KiB

[startup+0.31022 s]*
/proc/loadavg: 1.50 1.59 1.69 3/216 12447
/proc/meminfo: memFree=19275900/32770624 swapFree=67108860/67108860
[pid=12381] ppid=12378 vsize=10819352 memory=53384 CPUtime=0.38 cores=1,3,5,7
/proc/12381/stat : 12381 (java) S 12378 12381 7887 0 -1 1077944320 10427 13211 0 0 29 2 4 3 20 0 15 0 49347886 11079016448 13346 33554432000 4194304 4196468 140722661119280 140722661101824 139753092062967 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
/proc/12381/statm: 2704838 13346 3075 1 0 2667149 0
[pid=12381/tid=12434] ppid=12378 vsize=10819352 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/12381/task/12434/stat : 12434 (java) R 12378 12381 7887 0 -1 4202560 6981 13211 0 0 20 1 4 3 20 0 15 0 49347895 11079016448 13346 33554432000 4194304 4196468 140722661119280 139753063874976 139753092084893 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12435] ppid=12378 vsize=10819352 memory=6080802209292898385 CPUtime=0.07 cores=1,3,5,7
/proc/12381/task/12435/stat : 12435 (java) S 12378 12381 7887 0 -1 1077944384 2 13211 0 0 0 0 4 3 20 0 15 0 49347896 11079016448 13346 33554432000 4194304 4196468 140722661119280 139753096305168 139753092073173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12436] ppid=12378 vsize=10819352 memory=2076 CPUtime=0.07 cores=1,3,5,7
/proc/12381/task/12436/stat : 12436 (java) S 12378 12381 7887 0 -1 1077944384 1 13211 0 0 0 0 4 3 20 0 15 0 49347896 11079016448 13346 33554432000 4194304 4196468 140722661119280 139753011124880 139753092073173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12437] ppid=12378 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12381/task/12437/stat : 12437 (java) S 12378 12381 7887 0 -1 1077944384 1 13211 0 0 0 0 4 3 20 0 15 0 49347896 11079016448 13346 33554432000 4194304 4196468 140722661119280 139753010071824 139753092073173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12438] ppid=12378 vsize=10819352 memory=4126316290023845779 CPUtime=0.07 cores=1,3,5,7
/proc/12381/task/12438/stat : 12438 (java) S 12378 12381 7887 0 -1 1077944384 1 13211 0 0 0 0 4 3 20 0 15 0 49347896 11079016448 13346 33554432000 4194304 4196468 140722661119280 139753009019280 139753092073173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12439] ppid=12378 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12381/task/12439/stat : 12439 (java) S 12378 12381 7887 0 -1 1077944384 2 13211 0 0 0 0 4 3 20 0 15 0 49347898 11079016448 13346 33554432000 4194304 4196468 140722661119280 139752618650352 139753092074114 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12440] ppid=12378 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12381/task/12440/stat : 12440 (java) S 12378 12381 7887 0 -1 1077944384 13 13211 0 0 0 0 4 3 20 0 15 0 49347898 11079016448 13346 33554432000 4194304 4196468 140722661119280 139752061789856 139753092073173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12441] ppid=12378 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12381/task/12441/stat : 12441 (java) S 12378 12381 7887 0 -1 1077944384 1 13211 0 0 0 0 4 3 20 0 15 0 49347898 11079016448 13346 33554432000 4194304 4196468 140722661119280 139751860462832 139753092073173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12442] ppid=12378 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12381/task/12442/stat : 12442 (java) S 12378 12381 7887 0 -1 1077944384 3 13211 0 0 0 0 4 3 20 0 15 0 49347901 11079016448 13346 33554432000 4194304 4196468 140722661119280 139751620172240 139753092081563 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12443] ppid=12378 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12381/task/12443/stat : 12443 (java) S 12378 12381 7887 0 -1 1077944384 420 13211 0 0 1 0 4 3 20 0 15 0 49347901 11079016448 13346 33554432000 4194304 4196468 140722661119280 139752617597168 139753092074114 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12444] ppid=12378 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12381/task/12444/stat : 12444 (java) S 12378 12381 7887 0 -1 1077944384 192 13211 0 0 1 0 4 3 20 0 15 0 49347901 11079016448 13346 33554432000 4194304 4196468 140722661119280 139752616544624 139753092074114 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12445] ppid=12378 vsize=10819352 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/12381/task/12445/stat : 12445 (java) R 12378 12381 7887 0 -1 4202560 623 13211 0 0 5 0 4 3 20 0 15 0 49347901 11079016448 13346 33554432000 4194304 4196468 140722661119280 139752615491568 139753070054641 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12446] ppid=12378 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12381/task/12446/stat : 12446 (java) S 12378 12381 7887 0 -1 1077944384 3 13211 0 0 0 0 4 3 20 0 15 0 49347901 11079016448 13346 33554432000 4194304 4196468 140722661119280 139751586613600 139753092073173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12447] ppid=12378 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12381/task/12447/stat : 12447 (java) S 12378 12381 7887 0 -1 1077944384 1 13211 0 0 0 0 4 3 20 0 15 0 49347901 11079016448 13346 33554432000 4194304 4196468 140722661119280 139752614439984 139753092074114 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 53384 KiB

[startup+0.700736 s]
/proc/loadavg: 1.50 1.59 1.69 3/216 12447
/proc/meminfo: memFree=19265080/32770624 swapFree=67108860/67108860
[pid=12381] ppid=12378 vsize=10819352 memory=86536 CPUtime=0.99 cores=1,3,5,7
/proc/12381/stat : 12381 (java) S 12378 12381 7887 0 -1 1077944320 16778 13211 0 0 88 4 4 3 20 0 15 0 49347886 11079016448 21634 33554432000 4194304 4196468 140722661119280 140722661101824 139753092062967 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
/proc/12381/statm: 2704838 21634 3237 1 0 2667149 0
[pid=12381/tid=12434] ppid=12378 vsize=10819352 memory=0 CPUtime=0.65 cores=1,3,5,7
/proc/12381/task/12434/stat : 12434 (java) R 12378 12381 7887 0 -1 4202560 12275 13211 0 0 56 2 4 3 20 0 15 0 49347895 11079016448 21634 33554432000 4194304 4196468 140722661119280 139753063883792 139753073626483 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12435] ppid=12378 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12381/task/12435/stat : 12435 (java) S 12378 12381 7887 0 -1 1077944384 2 13211 0 0 0 0 4 3 20 0 15 0 49347896 11079016448 21634 33554432000 4194304 4196468 140722661119280 139753096305168 139753092073173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12436] ppid=12378 vsize=10819352 memory=4140 CPUtime=0.07 cores=1,3,5,7
/proc/12381/task/12436/stat : 12436 (java) S 12378 12381 7887 0 -1 1077944384 1 13211 0 0 0 0 4 3 20 0 15 0 49347896 11079016448 21634 33554432000 4194304 4196468 140722661119280 139753011124880 139753092073173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12437] ppid=12378 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12381/task/12437/stat : 12437 (java) S 12378 12381 7887 0 -1 1077944384 1 13211 0 0 0 0 4 3 20 0 15 0 49347896 11079016448 21634 33554432000 4194304 4196468 140722661119280 139753010071824 139753092073173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12438] ppid=12378 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12381/task/12438/stat : 12438 (java) S 12378 12381 7887 0 -1 1077944384 1 13211 0 0 0 0 4 3 20 0 15 0 49347896 11079016448 21634 33554432000 4194304 4196468 140722661119280 139753009019280 139753092073173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12439] ppid=12378 vsize=10819352 memory=4420 CPUtime=0.07 cores=1,3,5,7
/proc/12381/task/12439/stat : 12439 (java) S 12378 12381 7887 0 -1 1077944384 5 13211 0 0 0 0 4 3 20 0 15 0 49347898 11079016448 21634 33554432000 4194304 4196468 140722661119280 139752618650352 139753092074114 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12440] ppid=12378 vsize=10819352 memory=6628 CPUtime=0.07 cores=1,3,5,7
/proc/12381/task/12440/stat : 12440 (java) S 12378 12381 7887 0 -1 1077944384 13 13211 0 0 0 0 4 3 20 0 15 0 49347898 11079016448 21634 33554432000 4194304 4196468 140722661119280 139752061789856 139753092073173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12441] ppid=12378 vsize=10819352 memory=8836 CPUtime=0.07 cores=1,3,5,7
/proc/12381/task/12441/stat : 12441 (java) S 12378 12381 7887 0 -1 1077944384 1 13211 0 0 0 0 4 3 20 0 15 0 49347898 11079016448 21634 33554432000 4194304 4196468 140722661119280 139751860462832 139753092073173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12442] ppid=12378 vsize=10819352 memory=11044 CPUtime=0.07 cores=1,3,5,7
/proc/12381/task/12442/stat : 12442 (java) S 12378 12381 7887 0 -1 1077944384 3 13211 0 0 0 0 4 3 20 0 15 0 49347901 11079016448 21634 33554432000 4194304 4196468 140722661119280 139751620172240 139753092081563 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12443] ppid=12378 vsize=10819352 memory=13252 CPUtime=0.14 cores=1,3,5,7
/proc/12381/task/12443/stat : 12443 (java) S 12378 12381 7887 0 -1 1077944384 823 13211 0 0 7 0 4 3 20 0 15 0 49347901 11079016448 21634 33554432000 4194304 4196468 140722661119280 139752617597168 139753092074114 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12444] ppid=12378 vsize=10819352 memory=15460 CPUtime=0.16 cores=1,3,5,7
/proc/12381/task/12444/stat : 12444 (java) S 12378 12381 7887 0 -1 1077944384 745 13211 0 0 9 0 4 3 20 0 15 0 49347901 11079016448 21634 33554432000 4194304 4196468 140722661119280 139752616544624 139753092074114 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12445] ppid=12378 vsize=10819352 memory=17668 CPUtime=0.2 cores=1,3,5,7
/proc/12381/task/12445/stat : 12445 (java) S 12378 12381 7887 0 -1 1077944384 717 13211 0 0 13 0 4 3 20 0 15 0 49347901 11079016448 21634 33554432000 4194304 4196468 140722661119280 139752615491568 139753092074114 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12446] ppid=12378 vsize=10819352 memory=19876 CPUtime=0.07 cores=1,3,5,7
/proc/12381/task/12446/stat : 12446 (java) S 12378 12381 7887 0 -1 1077944384 3 13211 0 0 0 0 4 3 20 0 15 0 49347901 11079016448 21634 33554432000 4194304 4196468 140722661119280 139751586613600 139753092073173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12447] ppid=12378 vsize=10819352 memory=22084 CPUtime=0.07 cores=1,3,5,7
/proc/12381/task/12447/stat : 12447 (java) S 12378 12381 7887 0 -1 1077944384 1 13211 0 0 0 0 4 3 20 0 15 0 49347901 11079016448 21634 33554432000 4194304 4196468 140722661119280 139752614439984 139753092074114 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86536 KiB

[startup+1.50077 s]
/proc/loadavg: 1.50 1.59 1.69 3/216 12447
/proc/meminfo: memFree=19218260/32770624 swapFree=67108860/67108860
[pid=12381] ppid=12378 vsize=10834252 memory=177900 CPUtime=2.27 cores=1,3,5,7
/proc/12381/stat : 12381 (java) S 12378 12381 7887 0 -1 1077944320 24127 13211 0 0 211 9 4 3 20 0 15 0 49347886 11094274048 44475 33554432000 4194304 4196468 140722661119280 140722661101824 139753092062967 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
/proc/12381/statm: 2708563 44475 3472 1 0 2670221 0
[pid=12381/tid=12434] ppid=12378 vsize=10834252 memory=0 CPUtime=1.42 cores=1,3,5,7
/proc/12381/task/12434/stat : 12434 (java) R 12378 12381 7887 0 -1 4202560 18025 13211 0 0 130 5 4 3 20 0 15 0 49347895 11094274048 44475 33554432000 4194304 4196468 140722661119280 139753063894368 139753077431119 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12435] ppid=12378 vsize=10834252 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12381/task/12435/stat : 12435 (java) S 12378 12381 7887 0 -1 1077944384 70 13211 0 0 0 0 4 3 20 0 15 0 49347896 11094274048 44475 33554432000 4194304 4196468 140722661119280 139753096305168 139753092073173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12436] ppid=12378 vsize=10834252 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12381/task/12436/stat : 12436 (java) S 12378 12381 7887 0 -1 1077944384 15 13211 0 0 0 0 4 3 20 0 15 0 49347896 11094274048 44475 33554432000 4194304 4196468 140722661119280 139753011124880 139753092073173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12437] ppid=12378 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12381/task/12437/stat : 12437 (java) S 12378 12381 7887 0 -1 1077944384 228 13211 0 0 1 0 4 3 20 0 15 0 49347896 11094274048 44475 33554432000 4194304 4196468 140722661119280 139753010071824 139753092073173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12438] ppid=12378 vsize=10834252 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12381/task/12438/stat : 12438 (java) S 12378 12381 7887 0 -1 1077944384 32 13211 0 0 0 0 4 3 20 0 15 0 49347896 11094274048 44475 33554432000 4194304 4196468 140722661119280 139753009019280 139753092073173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12439] ppid=12378 vsize=10834252 memory=-7965959130280075168 CPUtime=0.08 cores=1,3,5,7
/proc/12381/task/12439/stat : 12439 (java) S 12378 12381 7887 0 -1 1077944384 61 13211 0 0 1 0 4 3 20 0 15 0 49347898 11094274048 44475 33554432000 4194304 4196468 140722661119280 139752618650352 139753092074114 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12440] ppid=12378 vsize=10834252 memory=279304810342656 CPUtime=0.07 cores=1,3,5,7
/proc/12381/task/12440/stat : 12440 (java) S 12378 12381 7887 0 -1 1077944384 13 13211 0 0 0 0 4 3 20 0 15 0 49347898 11094274048 44475 33554432000 4194304 4196468 140722661119280 139752061789920 139753092073173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12441] ppid=12378 vsize=10834252 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12381/task/12441/stat : 12441 (java) S 12378 12381 7887 0 -1 1077944384 3 13211 0 0 0 0 4 3 20 0 15 0 49347898 11094274048 44475 33554432000 4194304 4196468 140722661119280 139751860462848 139753092073173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12442] ppid=12378 vsize=10834252 memory=1952 CPUtime=0.07 cores=1,3,5,7
/proc/12381/task/12442/stat : 12442 (java) S 12378 12381 7887 0 -1 1077944384 3 13211 0 0 0 0 4 3 20 0 15 0 49347901 11094274048 44475 33554432000 4194304 4196468 140722661119280 139751620172240 139753092081563 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12443] ppid=12378 vsize=10834252 memory=1232 CPUtime=0.25 cores=1,3,5,7
/proc/12381/task/12443/stat : 12443 (java) S 12378 12381 7887 0 -1 1077944384 1040 13211 0 0 18 0 4 3 20 0 15 0 49347901 11094274048 44475 33554432000 4194304 4196468 140722661119280 139752617597168 139753092074114 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12444] ppid=12378 vsize=10834252 memory=8372 CPUtime=0.3 cores=1,3,5,7
/proc/12381/task/12444/stat : 12444 (java) S 12378 12381 7887 0 -1 1077944384 1190 13211 0 0 23 0 4 3 20 0 15 0 49347901 11094274048 44475 33554432000 4194304 4196468 140722661119280 139752616544624 139753092074114 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12445] ppid=12378 vsize=10834252 memory=1708 CPUtime=0.39 cores=1,3,5,7
/proc/12381/task/12445/stat : 12445 (java) S 12378 12381 7887 0 -1 1077944384 1256 13211 0 0 32 0 4 3 20 0 15 0 49347901 11094274048 44475 33554432000 4194304 4196468 140722661119280 139752615491568 139753092074114 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12446] ppid=12378 vsize=10834252 memory=5412 CPUtime=0.07 cores=1,3,5,7
/proc/12381/task/12446/stat : 12446 (java) S 12378 12381 7887 0 -1 1077944384 3 13211 0 0 0 0 4 3 20 0 15 0 49347901 11094274048 44475 33554432000 4194304 4196468 140722661119280 139751586613600 139753092073173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12447] ppid=12378 vsize=10834252 memory=4612 CPUtime=0.07 cores=1,3,5,7
/proc/12381/task/12447/stat : 12447 (java) S 12378 12381 7887 0 -1 1077944384 1 13211 0 0 0 0 4 3 20 0 15 0 49347901 11094274048 44475 33554432000 4194304 4196468 140722661119280 139752614439984 139753092074114 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
Current children cumulated CPU time: 2.27 s
Current children cumulated vsize: 10834252 KiB

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

/proc/12381/task/12434/stat : 12434 (java) R 12378 12381 7887 0 -1 4202560 76816 13211 0 0 229662 42 4 3 20 0 15 0 49347895 11176083456 198109 33554432000 4194304 4196468 140722661119280 139753063896240 139752690938390 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12435] ppid=12378 vsize=10914144 memory=7812866168572862157 CPUtime=12.79 cores=1,3,5,7
/proc/12381/task/12435/stat : 12435 (java) S 12378 12381 7887 0 -1 1077944384 16356 13211 0 0 1223 49 4 3 20 0 15 0 49347896 11176083456 198109 33554432000 4194304 4196468 140722661119280 139753096305168 139753092073173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12436] ppid=12378 vsize=10914144 memory=790388 CPUtime=12.85 cores=1,3,5,7
/proc/12381/task/12436/stat : 12436 (java) S 12378 12381 7887 0 -1 1077944384 9771 13211 0 0 1224 54 4 3 20 0 15 0 49347896 11176083456 198109 33554432000 4194304 4196468 140722661119280 139753011124880 139753092073173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12437] ppid=12378 vsize=10914144 memory=792436 CPUtime=12.81 cores=1,3,5,7
/proc/12381/task/12437/stat : 12437 (java) S 12378 12381 7887 0 -1 1077944384 14509 13211 0 0 1224 50 4 3 20 0 15 0 49347896 11176083456 198109 33554432000 4194304 4196468 140722661119280 139753010071824 139753092073173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12438] ppid=12378 vsize=10914144 memory=792436 CPUtime=12.86 cores=1,3,5,7
/proc/12381/task/12438/stat : 12438 (java) S 12378 12381 7887 0 -1 1077944384 14406 13211 0 0 1223 56 4 3 20 0 15 0 49347896 11176083456 198109 33554432000 4194304 4196468 140722661119280 139753009019280 139753092073173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12439] ppid=12378 vsize=10914144 memory=792436 CPUtime=9.33 cores=1,3,5,7
/proc/12381/task/12439/stat : 12439 (java) S 12378 12381 7887 0 -1 1077944384 12056 13211 0 0 874 52 4 3 20 0 15 0 49347898 11176083456 198109 33554432000 4194304 4196468 140722661119280 139752618650352 139753092074114 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12440] ppid=12378 vsize=10914144 memory=792436 CPUtime=0.07 cores=1,3,5,7
/proc/12381/task/12440/stat : 12440 (java) S 12378 12381 7887 0 -1 1077944384 14 13211 0 0 0 0 4 3 20 0 15 0 49347898 11176083456 198109 33554432000 4194304 4196468 140722661119280 139752061789984 139753092073173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12441] ppid=12378 vsize=10914144 memory=289 CPUtime=0.07 cores=1,3,5,7
/proc/12381/task/12441/stat : 12441 (java) S 12378 12381 7887 0 -1 1077944384 8 13211 0 0 0 0 4 3 20 0 15 0 49347898 11176083456 198109 33554432000 4194304 4196468 140722661119280 139751860462848 139753092073173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12442] ppid=12378 vsize=10914144 memory=4004 CPUtime=0.07 cores=1,3,5,7
/proc/12381/task/12442/stat : 12442 (java) S 12378 12381 7887 0 -1 1077944384 3 13211 0 0 0 0 4 3 20 0 15 0 49347901 11176083456 198109 33554432000 4194304 4196468 140722661119280 139751620172240 139753092081563 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12443] ppid=12378 vsize=10914144 memory=792436 CPUtime=2.74 cores=1,3,5,7
/proc/12381/task/12443/stat : 12443 (java) S 12378 12381 7887 0 -1 1077944384 24331 13211 0 0 263 4 4 3 20 0 15 0 49347901 11176083456 198109 33554432000 4194304 4196468 140722661119280 139752617597168 139753092074114 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12444] ppid=12378 vsize=10914144 memory=4140 CPUtime=2.78 cores=1,3,5,7
/proc/12381/task/12444/stat : 12444 (java) S 12378 12381 7887 0 -1 1077944384 23544 13211 0 0 269 2 4 3 20 0 15 0 49347901 11176083456 198109 33554432000 4194304 4196468 140722661119280 139752616544624 139753092074114 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12445] ppid=12378 vsize=10914144 memory=792436 CPUtime=1.63 cores=1,3,5,7
/proc/12381/task/12445/stat : 12445 (java) S 12378 12381 7887 0 -1 1077944384 17086 13211 0 0 154 2 4 3 20 0 15 0 49347901 11176083456 198109 33554432000 4194304 4196468 140722661119280 139752615491568 139753092074114 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12446] ppid=12378 vsize=10914144 memory=792436 CPUtime=0.07 cores=1,3,5,7
/proc/12381/task/12446/stat : 12446 (java) S 12378 12381 7887 0 -1 1077944384 3 13211 0 0 0 0 4 3 20 0 15 0 49347901 11176083456 198109 33554432000 4194304 4196468 140722661119280 139751586613600 139753092073173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12447] ppid=12378 vsize=10914144 memory=792436 CPUtime=1.38 cores=1,3,5,7
/proc/12381/task/12447/stat : 12447 (java) S 12378 12381 7887 0 -1 1077944384 1206 13211 0 0 62 69 4 3 20 0 15 0 49347901 11176083456 198109 33554432000 4194304 4196468 140722661119280 139752614439984 139753092074114 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
Current children cumulated CPU time: 2365.75 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 792436 KiB

[startup+2382.3 s]
/proc/loadavg: 1.56 1.41 1.42 3/216 12670
/proc/meminfo: memFree=16585292/32770624 swapFree=67108860/67108860
[pid=12381] ppid=12378 vsize=10914144 memory=796532 CPUtime=2426.83 cores=1,3,5,7
/proc/12381/stat : 12381 (java) S 12378 12381 7887 0 -1 1077944320 214336 13211 0 0 242338 338 4 3 20 0 15 0 49347886 11176083456 199133 33554432000 4194304 4196468 140722661119280 140722661101824 139753092062967 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
/proc/12381/statm: 2728536 199133 3518 1 0 2690189 0
[pid=12381/tid=12434] ppid=12378 vsize=10914144 memory=796532 CPUtime=2356.44 cores=1,3,5,7
/proc/12381/task/12434/stat : 12434 (java) R 12378 12381 7887 0 -1 4202560 77530 13211 0 0 235595 42 4 3 20 0 15 0 49347895 11176083456 199133 33554432000 4194304 4196468 140722661119280 139753063896224 139752690938399 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12435] ppid=12378 vsize=10914144 memory=796532 CPUtime=13.16 cores=1,3,5,7
/proc/12381/task/12435/stat : 12435 (java) S 12378 12381 7887 0 -1 1077944384 16488 13211 0 0 1258 51 4 3 20 0 15 0 49347896 11176083456 199133 33554432000 4194304 4196468 140722661119280 139753096305168 139753092073173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12436] ppid=12378 vsize=10914144 memory=796532 CPUtime=13.22 cores=1,3,5,7
/proc/12381/task/12436/stat : 12436 (java) S 12378 12381 7887 0 -1 1077944384 9963 13211 0 0 1260 55 4 3 20 0 15 0 49347896 11176083456 199133 33554432000 4194304 4196468 140722661119280 139753011124880 139753092073173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12437] ppid=12378 vsize=10914144 memory=6791534058613427641 CPUtime=13.18 cores=1,3,5,7
/proc/12381/task/12437/stat : 12437 (java) S 12378 12381 7887 0 -1 1077944384 14634 13211 0 0 1260 51 4 3 20 0 15 0 49347896 11176083456 199133 33554432000 4194304 4196468 140722661119280 139753010071824 139753092073173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12438] ppid=12378 vsize=10914144 memory=796532 CPUtime=13.22 cores=1,3,5,7
/proc/12381/task/12438/stat : 12438 (java) S 12378 12381 7887 0 -1 1077944384 14807 13211 0 0 1258 57 4 3 20 0 15 0 49347896 11176083456 199133 33554432000 4194304 4196468 140722661119280 139753009019280 139753092073173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12439] ppid=12378 vsize=10914144 memory=4140 CPUtime=9.55 cores=1,3,5,7
/proc/12381/task/12439/stat : 12439 (java) S 12378 12381 7887 0 -1 1077944384 12255 13211 0 0 896 52 4 3 20 0 15 0 49347898 11176083456 199133 33554432000 4194304 4196468 140722661119280 139752618650352 139753092074114 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12440] ppid=12378 vsize=10914144 memory=16224 CPUtime=0.07 cores=1,3,5,7
/proc/12381/task/12440/stat : 12440 (java) S 12378 12381 7887 0 -1 1077944384 14 13211 0 0 0 0 4 3 20 0 15 0 49347898 11176083456 199133 33554432000 4194304 4196468 140722661119280 139752061789984 139753092073173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12441] ppid=12378 vsize=10914144 memory=7306648822980043880 CPUtime=0.07 cores=1,3,5,7
/proc/12381/task/12441/stat : 12441 (java) S 12378 12381 7887 0 -1 1077944384 8 13211 0 0 0 0 4 3 20 0 15 0 49347898 11176083456 199133 33554432000 4194304 4196468 140722661119280 139751860462848 139753092073173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12442] ppid=12378 vsize=10914144 memory=7594003919025431910 CPUtime=0.07 cores=1,3,5,7
/proc/12381/task/12442/stat : 12442 (java) S 12378 12381 7887 0 -1 1077944384 3 13211 0 0 0 0 4 3 20 0 15 0 49347901 11176083456 199133 33554432000 4194304 4196468 140722661119280 139751620172240 139753092081563 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12443] ppid=12378 vsize=10914144 memory=796532 CPUtime=2.74 cores=1,3,5,7
/proc/12381/task/12443/stat : 12443 (java) S 12378 12381 7887 0 -1 1077944384 24333 13211 0 0 263 4 4 3 20 0 15 0 49347901 11176083456 199133 33554432000 4194304 4196468 140722661119280 139752617597168 139753092074114 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12444] ppid=12378 vsize=10914144 memory=796532 CPUtime=2.79 cores=1,3,5,7
/proc/12381/task/12444/stat : 12444 (java) S 12378 12381 7887 0 -1 1077944384 23546 13211 0 0 270 2 4 3 20 0 15 0 49347901 11176083456 199133 33554432000 4194304 4196468 140722661119280 139752616544624 139753092074114 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12445] ppid=12378 vsize=10914144 memory=796532 CPUtime=1.63 cores=1,3,5,7
/proc/12381/task/12445/stat : 12445 (java) S 12378 12381 7887 0 -1 1077944384 17342 13211 0 0 154 2 4 3 20 0 15 0 49347901 11176083456 199133 33554432000 4194304 4196468 140722661119280 139752615491568 139753092074114 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12446] ppid=12378 vsize=10914144 memory=4140 CPUtime=0.07 cores=1,3,5,7
/proc/12381/task/12446/stat : 12446 (java) S 12378 12381 7887 0 -1 1077944384 3 13211 0 0 0 0 4 3 20 0 15 0 49347901 11176083456 199133 33554432000 4194304 4196468 140722661119280 139751586613600 139753092073173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12447] ppid=12378 vsize=10914144 memory=6791534058613427641 CPUtime=1.41 cores=1,3,5,7
/proc/12381/task/12447/stat : 12447 (java) S 12378 12381 7887 0 -1 1077944384 1223 13211 0 0 63 71 4 3 20 0 15 0 49347901 11176083456 199133 33554432000 4194304 4196468 140722661119280 139752614439984 139753092074114 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
Current children cumulated CPU time: 2426.83 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 796532 KiB

[startup+2442.3 s]
/proc/loadavg: 1.41 1.41 1.42 3/216 12671
/proc/meminfo: memFree=16625144/32770624 swapFree=67108860/67108860
[pid=12381] ppid=12378 vsize=10914144 memory=800628 CPUtime=2487.95 cores=1,3,5,7
/proc/12381/stat : 12381 (java) S 12378 12381 7887 0 -1 1077944320 216005 13211 0 0 248442 346 4 3 20 0 15 0 49347886 11176083456 200157 33554432000 4194304 4196468 140722661119280 140722661101824 139753092062967 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
/proc/12381/statm: 2728536 200157 3518 1 0 2690189 0
[pid=12381/tid=12434] ppid=12378 vsize=10914144 memory=800628 CPUtime=2415.73 cores=1,3,5,7
/proc/12381/task/12434/stat : 12434 (java) R 12378 12381 7887 0 -1 4202560 78170 13211 0 0 241523 43 4 3 20 0 15 0 49347895 11176083456 200157 33554432000 4194304 4196468 140722661119280 139753063896000 139752694735946 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12435] ppid=12378 vsize=10914144 memory=800628 CPUtime=13.55 cores=1,3,5,7
/proc/12381/task/12435/stat : 12435 (java) S 12378 12381 7887 0 -1 1077944384 16887 13211 0 0 1296 52 4 3 20 0 15 0 49347896 11176083456 200157 33554432000 4194304 4196468 140722661119280 139753096305168 139753092073173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12436] ppid=12378 vsize=10914144 memory=800628 CPUtime=13.61 cores=1,3,5,7
/proc/12381/task/12436/stat : 12436 (java) S 12378 12381 7887 0 -1 1077944384 10054 13211 0 0 1297 57 4 3 20 0 15 0 49347896 11176083456 200157 33554432000 4194304 4196468 140722661119280 139753011124880 139753092073173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12437] ppid=12378 vsize=10914144 memory=800628 CPUtime=13.57 cores=1,3,5,7
/proc/12381/task/12437/stat : 12437 (java) S 12378 12381 7887 0 -1 1077944384 14884 13211 0 0 1298 52 4 3 20 0 15 0 49347896 11176083456 200157 33554432000 4194304 4196468 140722661119280 139753010071824 139753092073173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12438] ppid=12378 vsize=10914144 memory=800628 CPUtime=13.62 cores=1,3,5,7
/proc/12381/task/12438/stat : 12438 (java) S 12378 12381 7887 0 -1 1077944384 14878 13211 0 0 1297 58 4 3 20 0 15 0 49347896 11176083456 200157 33554432000 4194304 4196468 140722661119280 139753009019280 139753092073173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12439] ppid=12378 vsize=10914144 memory=800628 CPUtime=9.79 cores=1,3,5,7
/proc/12381/task/12439/stat : 12439 (java) S 12378 12381 7887 0 -1 1077944384 12449 13211 0 0 918 54 4 3 20 0 15 0 49347898 11176083456 200157 33554432000 4194304 4196468 140722661119280 139752618650352 139753092074114 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12440] ppid=12378 vsize=10914144 memory=12976 CPUtime=0.07 cores=1,3,5,7
/proc/12381/task/12440/stat : 12440 (java) S 12378 12381 7887 0 -1 1077944384 14 13211 0 0 0 0 4 3 20 0 15 0 49347898 11176083456 200157 33554432000 4194304 4196468 140722661119280 139752061789984 139753092073173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12441] ppid=12378 vsize=10914144 memory=800628 CPUtime=0.07 cores=1,3,5,7
/proc/12381/task/12441/stat : 12441 (java) S 12378 12381 7887 0 -1 1077944384 8 13211 0 0 0 0 4 3 20 0 15 0 49347898 11176083456 200157 33554432000 4194304 4196468 140722661119280 139751860462848 139753092073173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12442] ppid=12378 vsize=10914144 memory=4140 CPUtime=0.07 cores=1,3,5,7
/proc/12381/task/12442/stat : 12442 (java) S 12378 12381 7887 0 -1 1077944384 3 13211 0 0 0 0 4 3 20 0 15 0 49347901 11176083456 200157 33554432000 4194304 4196468 140722661119280 139751620172240 139753092081563 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12443] ppid=12378 vsize=10914144 memory=800628 CPUtime=2.74 cores=1,3,5,7
/proc/12381/task/12443/stat : 12443 (java) S 12378 12381 7887 0 -1 1077944384 24335 13211 0 0 263 4 4 3 20 0 15 0 49347901 11176083456 200157 33554432000 4194304 4196468 140722661119280 139752617597168 139753092074114 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12444] ppid=12378 vsize=10914144 memory=800628 CPUtime=2.79 cores=1,3,5,7
/proc/12381/task/12444/stat : 12444 (java) S 12378 12381 7887 0 -1 1077944384 23548 13211 0 0 270 2 4 3 20 0 15 0 49347901 11176083456 200157 33554432000 4194304 4196468 140722661119280 139752616544624 139753092074114 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12445] ppid=12378 vsize=10914144 memory=800628 CPUtime=1.63 cores=1,3,5,7
/proc/12381/task/12445/stat : 12445 (java) S 12378 12381 7887 0 -1 1077944384 17344 13211 0 0 154 2 4 3 20 0 15 0 49347901 11176083456 200157 33554432000 4194304 4196468 140722661119280 139752615491568 139753092074114 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12446] ppid=12378 vsize=10914144 memory=800628 CPUtime=0.07 cores=1,3,5,7
/proc/12381/task/12446/stat : 12446 (java) S 12378 12381 7887 0 -1 1077944384 3 13211 0 0 0 0 4 3 20 0 15 0 49347901 11176083456 200157 33554432000 4194304 4196468 140722661119280 139751586613600 139753092073173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12447] ppid=12378 vsize=10914144 memory=800628 CPUtime=1.45 cores=1,3,5,7
/proc/12381/task/12447/stat : 12447 (java) S 12378 12381 7887 0 -1 1077944384 1241 13211 0 0 65 73 4 3 20 0 15 0 49347901 11176083456 200157 33554432000 4194304 4196468 140722661119280 139752614439984 139753092074114 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
Current children cumulated CPU time: 2487.95 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 800628 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2473.8 s]
/proc/loadavg: 1.29 1.39 1.41 3/216 12672
/proc/meminfo: memFree=16656776/32770624 swapFree=67108860/67108860
[pid=12381] ppid=12378 vsize=10914144 memory=802676 CPUtime=2520.05 cores=1,3,5,7
/proc/12381/stat : 12381 (java) S 12378 12381 7887 0 -1 1077944320 216795 13211 0 0 251648 350 4 3 20 0 15 0 49347886 11176083456 200669 33554432000 4194304 4196468 140722661119280 140722661101824 139753092062967 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
/proc/12381/statm: 2728536 200669 3518 1 0 2690189 0
[pid=12381/tid=12434] ppid=12378 vsize=10914144 memory=6656426216303648864 CPUtime=2446.87 cores=1,3,5,7
/proc/12381/task/12434/stat : 12434 (java) R 12378 12381 7887 0 -1 4202560 78528 13211 0 0 244637 43 4 3 20 0 15 0 49347895 11176083456 200669 33554432000 4194304 4196468 140722661119280 139753063897024 139752694855178 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12435] ppid=12378 vsize=10914144 memory=7300704897447645270 CPUtime=13.75 cores=1,3,5,7
/proc/12381/task/12435/stat : 12435 (java) S 12378 12381 7887 0 -1 1077944384 16926 13211 0 0 1316 52 4 3 20 0 15 0 49347896 11176083456 200669 33554432000 4194304 4196468 140722661119280 139753096305168 139753092073173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12436] ppid=12378 vsize=10914144 memory=802676 CPUtime=13.81 cores=1,3,5,7
/proc/12381/task/12436/stat : 12436 (java) S 12378 12381 7887 0 -1 1077944384 10321 13211 0 0 1317 57 4 3 20 0 15 0 49347896 11176083456 200669 33554432000 4194304 4196468 140722661119280 139753011124880 139753092073173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12437] ppid=12378 vsize=10914144 memory=6791534058613427641 CPUtime=13.77 cores=1,3,5,7
/proc/12381/task/12437/stat : 12437 (java) S 12378 12381 7887 0 -1 1077944384 14945 13211 0 0 1317 53 4 3 20 0 15 0 49347896 11176083456 200669 33554432000 4194304 4196468 140722661119280 139753010071824 139753092073173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12438] ppid=12378 vsize=10914144 memory=1796 CPUtime=13.81 cores=1,3,5,7
/proc/12381/task/12438/stat : 12438 (java) S 12378 12381 7887 0 -1 1077944384 14909 13211 0 0 1316 58 4 3 20 0 15 0 49347896 11176083456 200669 33554432000 4194304 4196468 140722661119280 139753009019280 139753092073173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12439] ppid=12378 vsize=10914144 memory=640 CPUtime=9.92 cores=1,3,5,7
/proc/12381/task/12439/stat : 12439 (java) S 12378 12381 7887 0 -1 1077944384 12473 13211 0 0 930 55 4 3 20 0 15 0 49347898 11176083456 200669 33554432000 4194304 4196468 140722661119280 139752618650352 139753092074114 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12440] ppid=12378 vsize=10914144 memory=952 CPUtime=0.07 cores=1,3,5,7
/proc/12381/task/12440/stat : 12440 (java) S 12378 12381 7887 0 -1 1077944384 14 13211 0 0 0 0 4 3 20 0 15 0 49347898 11176083456 200669 33554432000 4194304 4196468 140722661119280 139752061789984 139753092073173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12441] ppid=12378 vsize=10914144 memory=3196 CPUtime=0.07 cores=1,3,5,7
/proc/12381/task/12441/stat : 12441 (java) S 12378 12381 7887 0 -1 1077944384 8 13211 0 0 0 0 4 3 20 0 15 0 49347898 11176083456 200669 33554432000 4194304 4196468 140722661119280 139751860462848 139753092073173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12442] ppid=12378 vsize=10914144 memory=802676 CPUtime=0.07 cores=1,3,5,7
/proc/12381/task/12442/stat : 12442 (java) S 12378 12381 7887 0 -1 1077944384 3 13211 0 0 0 0 4 3 20 0 15 0 49347901 11176083456 200669 33554432000 4194304 4196468 140722661119280 139751620172240 139753092081563 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12443] ppid=12378 vsize=10914144 memory=1408 CPUtime=2.75 cores=1,3,5,7
/proc/12381/task/12443/stat : 12443 (java) S 12378 12381 7887 0 -1 1077944384 24337 13211 0 0 264 4 4 3 20 0 15 0 49347901 11176083456 200669 33554432000 4194304 4196468 140722661119280 139752617597168 139753092074114 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12444] ppid=12378 vsize=10914144 memory=3068 CPUtime=2.79 cores=1,3,5,7
/proc/12381/task/12444/stat : 12444 (java) S 12378 12381 7887 0 -1 1077944384 23550 13211 0 0 270 2 4 3 20 0 15 0 49347901 11176083456 200669 33554432000 4194304 4196468 140722661119280 139752616544624 139753092074114 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12445] ppid=12378 vsize=10914144 memory=4140 CPUtime=1.63 cores=1,3,5,7
/proc/12381/task/12445/stat : 12445 (java) S 12378 12381 7887 0 -1 1077944384 17346 13211 0 0 154 2 4 3 20 0 15 0 49347901 11176083456 200669 33554432000 4194304 4196468 140722661119280 139752615491568 139753092074114 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12446] ppid=12378 vsize=10914144 memory=16224 CPUtime=0.07 cores=1,3,5,7
/proc/12381/task/12446/stat : 12446 (java) S 12378 12381 7887 0 -1 1077944384 3 13211 0 0 0 0 4 3 20 0 15 0 49347901 11176083456 200669 33554432000 4194304 4196468 140722661119280 139751586613600 139753092073173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
[pid=12381/tid=12447] ppid=12378 vsize=10914144 memory=1296 CPUtime=1.46 cores=1,3,5,7
/proc/12381/task/12447/stat : 12447 (java) S 12378 12381 7887 0 -1 1077944384 1245 13211 0 0 65 74 4 3 20 0 15 0 49347901 11176083456 200669 33554432000 4194304 4196468 140722661119280 139752614439984 139753092074114 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22523904 140722661120622 140722661123420 140722661123420 140722661126095 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 802676 KiB

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

[startup+2473.83 s]
# the end of solver process 12381 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.55 s, system=3.54375 s

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

Child status: 143
Real time (s): 2473.83
CPU time (s): 2520.09
CPU user time (s): 2516.55
CPU system time (s): 3.54375
CPU usage (%): 101.87
Max. virtual memory (cumulated for all children) (KiB): 10914144
Max. memory (cumulated for all children) (KiB): 802676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.55
system time used= 3.54374
maximum resident set size= 806876
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 231004
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2992
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 269310
involuntary context switches= 6270


# summary of solver processes directly reported to runsolver:
#   pid: 12381
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2516.55
#   total CPU system time (s): 3.54375

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.6771 second user time and 23.5409 second system time

The end

Launcher Data

Begin job on node107 at 2018-07-23 05:50:47
IDJOB=4293397
IDBENCH=141171
IDSOLVER=2750
FILE ID=node107/4293397-1532317847
RUNJOBID= node107-1532295923-7919
PBS_JOBID= 21018984
Free space on /tmp= 55100 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/GracefulGraph/GracefulGraph-K06-P03_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4293397-1532317847/watcher-4293397-1532317847 -o /tmp/evaluation-result-4293397-1532317847/solver-4293397-1532317847 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532295923-7919 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1369987263 HOME/instance-4293397-1532317847.xml

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

MD5SUM BENCH= 54d96134616ca7767c80e2eaaa70f234
RANDOM SEED=1369987263

node107.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.40
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.40
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.40
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.40
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:        19315624 kB
MemAvailable:   31203176 kB
Buffers:          259376 kB
Cached:         11774864 kB
SwapCached:            0 kB
Active:          2397124 kB
Inactive:       10428332 kB
Active(anon):     793824 kB
Inactive(anon):    16860 kB
Active(file):    1603300 kB
Inactive(file): 10411472 kB
Unevictable:        7152 kB
Mlocked:            7152 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26504 kB
Writeback:             0 kB
AnonPages:        814128 kB
Mapped:            49800 kB
Shmem:             17036 kB
Slab:             328500 kB
SReclaimable:     301240 kB
SUnreclaim:        27260 kB
KernelStack:        3808 kB
PageTables:         6808 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1769912 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    585728 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 55072 MiB
End job on node107 at 2018-07-23 06:32:01