Trace number 4295288

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.8-SuperNG 2018-06-13? (TO) 2520.06 2497.52

General information on the benchmark

NameSubisomorphism/
Subisomorphism-g17-g42_c18.xml
MD5SUM114757bdcfe6c836d79220a034ae6c5f
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark44.1483
Satisfiable
(Un)Satisfiability was proved
Number of variables64
Number of constraints173
Number of domains1
Minimum domain size128
Maximum domain size128
Distribution of domain sizes[{"size":128,"count":64}]
Minimum variable degree3
Maximum variable degree6
Distribution of variable degrees[{"degree":3,"count":4},{"degree":5,"count":24},{"degree":6,"count":36}]
Minimum constraint arity1
Maximum constraint arity64
Distribution of constraint arities[{"arity":1,"count":60},{"arity":2,"count":112},{"arity":64,"count":1}]
Number of extensional constraints172
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":172},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295288-1532545660/watcher-4295288-1532545660 -o /tmp/evaluation-result-4295288-1532545660/solver-4295288-1532545660 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532543154-31453 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=257532506 -superng HOME/instance-4295288-1532545660.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
solver pid=32030, runsolver pid=32027
Current StackSize limit: 8192 KiB


[startup+0.100138 s]*
/proc/loadavg: 1.16 1.27 1.30 3/206 32087
/proc/meminfo: memFree=12440728/32770624 swapFree=67108860/67108860
[pid=32030] ppid=32027 vsize=9972712 memory=17220 CPUtime=0.09 cores=1,3,5,7
/proc/32030/stat : 32030 (java) S 32027 32030 31421 0 -1 1077944320 4431 13013 0 0 1 1 4 3 20 0 6 0 72129218 10212057088 4305 33554432000 4194304 4196468 140729035354304 140729035336848 140719632010999 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
/proc/32030/statm: 2493178 4305 1934 1 0 2481616 0
[pid=32030/tid=32083] ppid=32027 vsize=9972712 memory=4279135703912972174 CPUtime=0.07 cores=1,3,5,7
/proc/32030/task/32083/stat : 32083 (java) R 32027 32030 31421 0 -1 4202560 2234 13013 0 0 0 0 4 3 20 0 6 0 72129227 10212057088 4305 33554432000 4194304 4196468 140729035354304 140719603847760 140719616091486 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32084] ppid=32027 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32030/task/32084/stat : 32084 (java) S 32027 32030 31421 0 -1 1077944384 3 13013 0 0 0 0 4 3 20 0 6 0 72129228 10212057088 4305 33554432000 4194304 4196468 140729035354304 140719636253072 140719632021205 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32085] ppid=32027 vsize=9972712 memory=140275000481408 CPUtime=0.07 cores=1,3,5,7
/proc/32030/task/32085/stat : 32085 (java) S 32027 32030 31421 0 -1 1077944384 2 13013 0 0 0 0 4 3 20 0 6 0 72129228 10212057088 4305 33554432000 4194304 4196468 140729035354304 140719205746960 140719632021205 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32086] ppid=32027 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32030/task/32086/stat : 32086 (java) S 32027 32030 31421 0 -1 1077944384 2 13013 0 0 0 0 4 3 20 0 6 0 72129228 10212057088 4305 33554432000 4194304 4196468 140729035354304 140719204694672 140719632021205 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32087] ppid=32027 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/32030/task/32087/stat : 32087 (java) S 32027 32030 31421 0 -1 1077944384 2 13013 0 0 0 0 4 3 20 0 6 0 72129228 10212057088 4305 33554432000 4194304 4196468 140729035354304 140719203641872 140719632021205 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17220 KiB

[startup+0.209986 s]*
/proc/loadavg: 1.16 1.27 1.30 4/215 32096
/proc/meminfo: memFree=12416224/32770624 swapFree=67108860/67108860
[pid=32030] ppid=32027 vsize=10818856 memory=42700 CPUtime=0.26 cores=1,3,5,7
/proc/32030/stat : 32030 (java) S 32027 32030 31421 0 -1 1077944320 8564 13013 0 0 17 2 4 3 20 0 15 0 72129218 11078508544 10675 33554432000 4194304 4196468 140729035354304 140729035336848 140719632010999 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
/proc/32030/statm: 2704714 10675 2956 1 0 2667149 0
[pid=32030/tid=32083] ppid=32027 vsize=10818856 memory=-6517102902069810590 CPUtime=0.18 cores=1,3,5,7
/proc/32030/task/32083/stat : 32083 (java) R 32027 32030 31421 0 -1 4202560 5113 13013 0 0 10 1 4 3 20 0 15 0 72129227 11078508544 10675 33554432000 4194304 4196468 140729035354304 140719603808656 140719613574551 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32084] ppid=32027 vsize=10818856 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32030/task/32084/stat : 32084 (java) S 32027 32030 31421 0 -1 1077944384 3 13013 0 0 0 0 4 3 20 0 15 0 72129228 11078508544 10675 33554432000 4194304 4196468 140729035354304 140719636253072 140719632021205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32085] ppid=32027 vsize=10818856 memory=140275000481408 CPUtime=0.07 cores=1,3,5,7
/proc/32030/task/32085/stat : 32085 (java) S 32027 32030 31421 0 -1 1077944384 2 13013 0 0 0 0 4 3 20 0 15 0 72129228 11078508544 10675 33554432000 4194304 4196468 140729035354304 140719205746960 140719632021205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32086] ppid=32027 vsize=10818856 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32030/task/32086/stat : 32086 (java) S 32027 32030 31421 0 -1 1077944384 2 13013 0 0 0 0 4 3 20 0 15 0 72129228 11078508544 10675 33554432000 4194304 4196468 140729035354304 140719204694672 140719632021205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32087] ppid=32027 vsize=10818856 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/32030/task/32087/stat : 32087 (java) S 32027 32030 31421 0 -1 1077944384 2 13013 0 0 0 0 4 3 20 0 15 0 72129228 11078508544 10675 33554432000 4194304 4196468 140729035354304 140719203641872 140719632021205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32088] ppid=32027 vsize=10818856 memory=140275000481408 CPUtime=0.07 cores=1,3,5,7
/proc/32030/task/32088/stat : 32088 (java) S 32027 32030 31421 0 -1 1077944384 2 13013 0 0 0 0 4 3 20 0 15 0 72129229 11078508544 10675 33554432000 4194304 4196468 140729035354304 140718903888496 140719632022146 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32089] ppid=32027 vsize=10818856 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/32030/task/32089/stat : 32089 (java) S 32027 32030 31421 0 -1 1077944384 13 13013 0 0 0 0 4 3 20 0 15 0 72129230 11078508544 10675 33554432000 4194304 4196468 140729035354304 140718832084256 140719632021205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32090] ppid=32027 vsize=10818856 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32030/task/32090/stat : 32090 (java) S 32027 32030 31421 0 -1 1077944384 1 13013 0 0 0 0 4 3 20 0 15 0 72129230 11078508544 10675 33554432000 4194304 4196468 140729035354304 140718697866864 140719632021205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32091] ppid=32027 vsize=10818856 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32030/task/32091/stat : 32091 (java) S 32027 32030 31421 0 -1 1077944384 3 13013 0 0 0 0 4 3 20 0 15 0 72129233 11078508544 10675 33554432000 4194304 4196468 140729035354304 140718189140560 140719632029595 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32092] ppid=32027 vsize=10818856 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32030/task/32092/stat : 32092 (java) S 32027 32030 31421 0 -1 1077944384 530 13013 0 0 1 0 4 3 20 0 15 0 72129233 11078508544 10675 33554432000 4194304 4196468 140729035354304 140718902835312 140719632022146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32093] ppid=32027 vsize=10818856 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/32030/task/32093/stat : 32093 (java) S 32027 32030 31421 0 -1 1077944384 61 13013 0 0 0 0 4 3 20 0 15 0 72129233 11078508544 10675 33554432000 4194304 4196468 140729035354304 140718901782512 140719632022146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32094] ppid=32027 vsize=10818856 memory=140275000481408 CPUtime=0.1 cores=1,3,5,7
/proc/32030/task/32094/stat : 32094 (java) S 32027 32030 31421 0 -1 1077944384 636 13013 0 0 3 0 4 3 20 0 15 0 72129233 11078508544 10675 33554432000 4194304 4196468 140729035354304 140718900730224 140719632022146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32095] ppid=32027 vsize=10818856 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/32030/task/32095/stat : 32095 (java) S 32027 32030 31421 0 -1 1077944384 3 13013 0 0 0 0 4 3 20 0 15 0 72129233 11078508544 10675 33554432000 4194304 4196468 140729035354304 140718155581920 140719632021205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32096] ppid=32027 vsize=10818856 memory=140275000481408 CPUtime=0.07 cores=1,3,5,7
/proc/32030/task/32096/stat : 32096 (java) S 32027 32030 31421 0 -1 1077944384 1 13013 0 0 0 0 4 3 20 0 15 0 72129233 11078508544 10675 33554432000 4194304 4196468 140729035354304 140718798527408 140719632022146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818856 KiB
Current children cumulated memory: 42700 KiB

[startup+0.310454 s]*
/proc/loadavg: 1.16 1.27 1.30 3/215 32096
/proc/meminfo: memFree=12407292/32770624 swapFree=67108860/67108860
[pid=32030] ppid=32027 vsize=10819352 memory=54568 CPUtime=0.38 cores=1,3,5,7
/proc/32030/stat : 32030 (java) S 32027 32030 31421 0 -1 1077944320 10623 13013 0 0 29 2 4 3 20 0 15 0 72129218 11079016448 13642 33554432000 4194304 4196468 140729035354304 140729035336848 140719632010999 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
/proc/32030/statm: 2704838 13642 3118 1 0 2667149 0
[pid=32030/tid=32083] ppid=32027 vsize=10819352 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/32030/task/32083/stat : 32083 (java) R 32027 32030 31421 0 -1 4202560 7140 13013 0 0 19 2 4 3 20 0 15 0 72129227 11079016448 13642 33554432000 4194304 4196468 140729035354304 140719603823008 140719616091486 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32084] ppid=32027 vsize=10819352 memory=7445101439888674896 CPUtime=0.07 cores=1,3,5,7
/proc/32030/task/32084/stat : 32084 (java) S 32027 32030 31421 0 -1 1077944384 3 13013 0 0 0 0 4 3 20 0 15 0 72129228 11079016448 13642 33554432000 4194304 4196468 140729035354304 140719636253072 140719632021205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32085] ppid=32027 vsize=10819352 memory=2076 CPUtime=0.07 cores=1,3,5,7
/proc/32030/task/32085/stat : 32085 (java) S 32027 32030 31421 0 -1 1077944384 2 13013 0 0 0 0 4 3 20 0 15 0 72129228 11079016448 13642 33554432000 4194304 4196468 140729035354304 140719205746960 140719632021205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32086] ppid=32027 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32030/task/32086/stat : 32086 (java) S 32027 32030 31421 0 -1 1077944384 2 13013 0 0 0 0 4 3 20 0 15 0 72129228 11079016448 13642 33554432000 4194304 4196468 140729035354304 140719204694672 140719632021205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32087] ppid=32027 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/32030/task/32087/stat : 32087 (java) S 32027 32030 31421 0 -1 1077944384 2 13013 0 0 0 0 4 3 20 0 15 0 72129228 11079016448 13642 33554432000 4194304 4196468 140729035354304 140719203641872 140719632021205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32088] ppid=32027 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32030/task/32088/stat : 32088 (java) S 32027 32030 31421 0 -1 1077944384 2 13013 0 0 0 0 4 3 20 0 15 0 72129229 11079016448 13642 33554432000 4194304 4196468 140729035354304 140718903888496 140719632022146 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32089] ppid=32027 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32030/task/32089/stat : 32089 (java) S 32027 32030 31421 0 -1 1077944384 13 13013 0 0 0 0 4 3 20 0 15 0 72129230 11079016448 13642 33554432000 4194304 4196468 140729035354304 140718832084256 140719632021205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32090] ppid=32027 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32030/task/32090/stat : 32090 (java) S 32027 32030 31421 0 -1 1077944384 1 13013 0 0 0 0 4 3 20 0 15 0 72129230 11079016448 13642 33554432000 4194304 4196468 140729035354304 140718697866864 140719632021205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32091] ppid=32027 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32030/task/32091/stat : 32091 (java) S 32027 32030 31421 0 -1 1077944384 3 13013 0 0 0 0 4 3 20 0 15 0 72129233 11079016448 13642 33554432000 4194304 4196468 140729035354304 140718189140560 140719632029595 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32092] ppid=32027 vsize=10819352 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/32030/task/32092/stat : 32092 (java) S 32027 32030 31421 0 -1 1077944384 533 13013 0 0 2 0 4 3 20 0 15 0 72129233 11079016448 13642 33554432000 4194304 4196468 140729035354304 140718902835312 140719632022146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32093] ppid=32027 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32030/task/32093/stat : 32093 (java) R 32027 32030 31421 0 -1 4202560 67 13013 0 0 1 0 4 3 20 0 15 0 72129233 11079016448 13642 33554432000 4194304 4196468 140729035354304 140718901782512 140719632032346 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32094] ppid=32027 vsize=10819352 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/32030/task/32094/stat : 32094 (java) R 32027 32030 31421 0 -1 4202560 661 13013 0 0 5 0 4 3 20 0 15 0 72129233 11079016448 13642 33554432000 4194304 4196468 140729035354304 140718900730224 140719632032346 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32095] ppid=32027 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32030/task/32095/stat : 32095 (java) S 32027 32030 31421 0 -1 1077944384 3 13013 0 0 0 0 4 3 20 0 15 0 72129233 11079016448 13642 33554432000 4194304 4196468 140729035354304 140718155581920 140719632021205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32096] ppid=32027 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32030/task/32096/stat : 32096 (java) S 32027 32030 31421 0 -1 1077944384 1 13013 0 0 0 0 4 3 20 0 15 0 72129233 11079016448 13642 33554432000 4194304 4196468 140729035354304 140718798527408 140719632022146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 54568 KiB

[startup+0.700825 s]
/proc/loadavg: 1.16 1.27 1.30 6/215 32096
/proc/meminfo: memFree=12394904/32770624 swapFree=67108860/67108860
[pid=32030] ppid=32027 vsize=10819352 memory=87620 CPUtime=0.98 cores=1,3,5,7
/proc/32030/stat : 32030 (java) S 32027 32030 31421 0 -1 1077944320 17112 13013 0 0 88 3 4 3 20 0 15 0 72129218 11079016448 21905 33554432000 4194304 4196468 140729035354304 140729035336848 140719632010999 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
/proc/32030/statm: 2704838 21905 3236 1 0 2667149 0
[pid=32030/tid=32083] ppid=32027 vsize=10819352 memory=0 CPUtime=0.65 cores=1,3,5,7
/proc/32030/task/32083/stat : 32083 (java) R 32027 32030 31421 0 -1 4202560 12523 13013 0 0 56 2 4 3 20 0 15 0 72129227 11079016448 21905 33554432000 4194304 4196468 140729035354304 140719603834000 140719616091486 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32084] ppid=32027 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32030/task/32084/stat : 32084 (java) S 32027 32030 31421 0 -1 1077944384 3 13013 0 0 0 0 4 3 20 0 15 0 72129228 11079016448 21905 33554432000 4194304 4196468 140729035354304 140719636253072 140719632021205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32085] ppid=32027 vsize=10819352 memory=4140 CPUtime=0.07 cores=1,3,5,7
/proc/32030/task/32085/stat : 32085 (java) S 32027 32030 31421 0 -1 1077944384 2 13013 0 0 0 0 4 3 20 0 15 0 72129228 11079016448 21905 33554432000 4194304 4196468 140729035354304 140719205746960 140719632021205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32086] ppid=32027 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32030/task/32086/stat : 32086 (java) S 32027 32030 31421 0 -1 1077944384 2 13013 0 0 0 0 4 3 20 0 15 0 72129228 11079016448 21905 33554432000 4194304 4196468 140729035354304 140719204694672 140719632021205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32087] ppid=32027 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32030/task/32087/stat : 32087 (java) S 32027 32030 31421 0 -1 1077944384 2 13013 0 0 0 0 4 3 20 0 15 0 72129228 11079016448 21905 33554432000 4194304 4196468 140729035354304 140719203641872 140719632021205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32088] ppid=32027 vsize=10819352 memory=4420 CPUtime=0.07 cores=1,3,5,7
/proc/32030/task/32088/stat : 32088 (java) S 32027 32030 31421 0 -1 1077944384 5 13013 0 0 0 0 4 3 20 0 15 0 72129229 11079016448 21905 33554432000 4194304 4196468 140729035354304 140718903888496 140719632022146 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32089] ppid=32027 vsize=10819352 memory=6628 CPUtime=0.07 cores=1,3,5,7
/proc/32030/task/32089/stat : 32089 (java) S 32027 32030 31421 0 -1 1077944384 13 13013 0 0 0 0 4 3 20 0 15 0 72129230 11079016448 21905 33554432000 4194304 4196468 140729035354304 140718832084256 140719632021205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32090] ppid=32027 vsize=10819352 memory=8836 CPUtime=0.07 cores=1,3,5,7
/proc/32030/task/32090/stat : 32090 (java) S 32027 32030 31421 0 -1 1077944384 1 13013 0 0 0 0 4 3 20 0 15 0 72129230 11079016448 21905 33554432000 4194304 4196468 140729035354304 140718697866864 140719632021205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32091] ppid=32027 vsize=10819352 memory=11044 CPUtime=0.07 cores=1,3,5,7
/proc/32030/task/32091/stat : 32091 (java) S 32027 32030 31421 0 -1 1077944384 3 13013 0 0 0 0 4 3 20 0 15 0 72129233 11079016448 21905 33554432000 4194304 4196468 140729035354304 140718189140560 140719632029595 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32092] ppid=32027 vsize=10819352 memory=13252 CPUtime=0.17 cores=1,3,5,7
/proc/32030/task/32092/stat : 32092 (java) S 32027 32030 31421 0 -1 1077944384 1181 13013 0 0 10 0 4 3 20 0 15 0 72129233 11079016448 21905 33554432000 4194304 4196468 140729035354304 140718902835312 140719632022146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32093] ppid=32027 vsize=10819352 memory=15460 CPUtime=0.14 cores=1,3,5,7
/proc/32030/task/32093/stat : 32093 (java) S 32027 32030 31421 0 -1 1077944384 315 13013 0 0 7 0 4 3 20 0 15 0 72129233 11079016448 21905 33554432000 4194304 4196468 140729035354304 140718901782512 140719632022146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32094] ppid=32027 vsize=10819352 memory=17668 CPUtime=0.2 cores=1,3,5,7
/proc/32030/task/32094/stat : 32094 (java) S 32027 32030 31421 0 -1 1077944384 866 13013 0 0 13 0 4 3 20 0 15 0 72129233 11079016448 21905 33554432000 4194304 4196468 140729035354304 140718900730224 140719632022146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32095] ppid=32027 vsize=10819352 memory=19876 CPUtime=0.07 cores=1,3,5,7
/proc/32030/task/32095/stat : 32095 (java) S 32027 32030 31421 0 -1 1077944384 3 13013 0 0 0 0 4 3 20 0 15 0 72129233 11079016448 21905 33554432000 4194304 4196468 140729035354304 140718155581920 140719632021205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32096] ppid=32027 vsize=10819352 memory=22084 CPUtime=0.07 cores=1,3,5,7
/proc/32030/task/32096/stat : 32096 (java) S 32027 32030 31421 0 -1 1077944384 1 13013 0 0 0 0 4 3 20 0 15 0 72129233 11079016448 21905 33554432000 4194304 4196468 140729035354304 140718798527408 140719632022146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 87620 KiB

[startup+1.50076 s]
/proc/loadavg: 1.16 1.27 1.30 3/215 32096
/proc/meminfo: memFree=12348604/32770624 swapFree=67108860/67108860
[pid=32030] ppid=32027 vsize=10834252 memory=179404 CPUtime=2.38 cores=1,3,5,7
/proc/32030/stat : 32030 (java) S 32027 32030 31421 0 -1 1077944320 25522 13013 0 0 222 9 4 3 20 0 15 0 72129218 11094274048 44851 33554432000 4194304 4196468 140729035354304 140729035336848 140719632010999 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
/proc/32030/statm: 2708563 44851 3472 1 0 2670221 0
[pid=32030/tid=32083] ppid=32027 vsize=10834252 memory=0 CPUtime=1.42 cores=1,3,5,7
/proc/32030/task/32083/stat : 32083 (java) R 32027 32030 31421 0 -1 4202560 18138 13013 0 0 129 6 4 3 20 0 15 0 72129227 11094274048 44851 33554432000 4194304 4196468 140729035354304 140719603842400 140719616091486 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32084] ppid=32027 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32030/task/32084/stat : 32084 (java) S 32027 32030 31421 0 -1 1077944384 59 13013 0 0 1 0 4 3 20 0 15 0 72129228 11094274048 44851 33554432000 4194304 4196468 140729035354304 140719636253072 140719632021205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32085] ppid=32027 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32030/task/32085/stat : 32085 (java) S 32027 32030 31421 0 -1 1077944384 193 13013 0 0 1 0 4 3 20 0 15 0 72129228 11094274048 44851 33554432000 4194304 4196468 140729035354304 140719205746960 140719632021205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32086] ppid=32027 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32030/task/32086/stat : 32086 (java) S 32027 32030 31421 0 -1 1077944384 20 13013 0 0 1 0 4 3 20 0 15 0 72129228 11094274048 44851 33554432000 4194304 4196468 140729035354304 140719204694672 140719632021205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32087] ppid=32027 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32030/task/32087/stat : 32087 (java) S 32027 32030 31421 0 -1 1077944384 27 13013 0 0 1 0 4 3 20 0 15 0 72129228 11094274048 44851 33554432000 4194304 4196468 140729035354304 140719203641872 140719632021205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32088] ppid=32027 vsize=10834252 memory=-7965959130280075168 CPUtime=0.08 cores=1,3,5,7
/proc/32030/task/32088/stat : 32088 (java) S 32027 32030 31421 0 -1 1077944384 496 13013 0 0 1 0 4 3 20 0 15 0 72129229 11094274048 44851 33554432000 4194304 4196468 140729035354304 140718903888496 140719632022146 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32089] ppid=32027 vsize=10834252 memory=280549679769856 CPUtime=0.07 cores=1,3,5,7
/proc/32030/task/32089/stat : 32089 (java) S 32027 32030 31421 0 -1 1077944384 14 13013 0 0 0 0 4 3 20 0 15 0 72129230 11094274048 44851 33554432000 4194304 4196468 140729035354304 140718832084320 140719632021205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32090] ppid=32027 vsize=10834252 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32030/task/32090/stat : 32090 (java) S 32027 32030 31421 0 -1 1077944384 1 13013 0 0 0 0 4 3 20 0 15 0 72129230 11094274048 44851 33554432000 4194304 4196468 140729035354304 140718697866864 140719632021205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32091] ppid=32027 vsize=10834252 memory=1952 CPUtime=0.07 cores=1,3,5,7
/proc/32030/task/32091/stat : 32091 (java) S 32027 32030 31421 0 -1 1077944384 3 13013 0 0 0 0 4 3 20 0 15 0 72129233 11094274048 44851 33554432000 4194304 4196468 140729035354304 140718189140560 140719632029595 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32092] ppid=32027 vsize=10834252 memory=1232 CPUtime=0.34 cores=1,3,5,7
/proc/32030/task/32092/stat : 32092 (java) S 32027 32030 31421 0 -1 1077944384 1792 13013 0 0 27 0 4 3 20 0 15 0 72129233 11094274048 44851 33554432000 4194304 4196468 140729035354304 140718902835312 140719632022146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32093] ppid=32027 vsize=10834252 memory=8536 CPUtime=0.3 cores=1,3,5,7
/proc/32030/task/32093/stat : 32093 (java) S 32027 32030 31421 0 -1 1077944384 872 13013 0 0 23 0 4 3 20 0 15 0 72129233 11094274048 44851 33554432000 4194304 4196468 140729035354304 140718901782512 140719632022146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32094] ppid=32027 vsize=10834252 memory=1712 CPUtime=0.41 cores=1,3,5,7
/proc/32030/task/32094/stat : 32094 (java) S 32027 32030 31421 0 -1 1077944384 1712 13013 0 0 34 0 4 3 20 0 15 0 72129233 11094274048 44851 33554432000 4194304 4196468 140729035354304 140718900730224 140719632022146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32095] ppid=32027 vsize=10834252 memory=5412 CPUtime=0.07 cores=1,3,5,7
/proc/32030/task/32095/stat : 32095 (java) S 32027 32030 31421 0 -1 1077944384 3 13013 0 0 0 0 4 3 20 0 15 0 72129233 11094274048 44851 33554432000 4194304 4196468 140729035354304 140718155581920 140719632021205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32096] ppid=32027 vsize=10834252 memory=4612 CPUtime=0.07 cores=1,3,5,7
/proc/32030/task/32096/stat : 32096 (java) S 32027 32030 31421 0 -1 1077944384 1 13013 0 0 0 0 4 3 20 0 15 0 72129233 11094274048 44851 33554432000 4194304 4196468 140729035354304 140718798527408 140719632022146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
Current children cumulated CPU time: 2.38 s
Current children cumulated vsize: 10834252 KiB

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

/proc/32030/task/32083/stat : 32083 (java) R 32027 32030 31421 0 -1 4202560 77450 13013 0 0 237238 28 4 3 20 0 15 0 72129227 11176083456 136911 33554432000 4194304 4196468 140729035354304 140719603844736 140719247072192 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32084] ppid=32027 vsize=10914144 memory=547464 CPUtime=3.87 cores=1,3,5,7
/proc/32030/task/32084/stat : 32084 (java) S 32027 32030 31421 0 -1 1077944384 8848 13013 0 0 356 24 4 3 20 0 15 0 72129228 11176083456 136911 33554432000 4194304 4196468 140729035354304 140719636253072 140719632021205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32085] ppid=32027 vsize=10914144 memory=547464 CPUtime=3.88 cores=1,3,5,7
/proc/32030/task/32085/stat : 32085 (java) S 32027 32030 31421 0 -1 1077944384 6282 13013 0 0 358 23 4 3 20 0 15 0 72129228 11176083456 136911 33554432000 4194304 4196468 140729035354304 140719205746960 140719632021205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32086] ppid=32027 vsize=10914144 memory=547464 CPUtime=3.86 cores=1,3,5,7
/proc/32030/task/32086/stat : 32086 (java) S 32027 32030 31421 0 -1 1077944384 8334 13013 0 0 357 22 4 3 20 0 15 0 72129228 11176083456 136911 33554432000 4194304 4196468 140729035354304 140719204694672 140719632021205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32087] ppid=32027 vsize=10914144 memory=547464 CPUtime=3.85 cores=1,3,5,7
/proc/32030/task/32087/stat : 32087 (java) S 32027 32030 31421 0 -1 1077944384 4356 13013 0 0 355 23 4 3 20 0 15 0 72129228 11176083456 136911 33554432000 4194304 4196468 140729035354304 140719203641872 140719632021205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32088] ppid=32027 vsize=10914144 memory=547644 CPUtime=4.13 cores=1,3,5,7
/proc/32030/task/32088/stat : 32088 (java) S 32027 32030 31421 0 -1 1077944384 9061 13013 0 0 384 22 4 3 20 0 15 0 72129229 11176083456 136911 33554432000 4194304 4196468 140729035354304 140718903888496 140719632022146 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32089] ppid=32027 vsize=10914144 memory=547464 CPUtime=0.07 cores=1,3,5,7
/proc/32030/task/32089/stat : 32089 (java) S 32027 32030 31421 0 -1 1077944384 14 13013 0 0 0 0 4 3 20 0 15 0 72129230 11176083456 136911 33554432000 4194304 4196468 140729035354304 140718832084320 140719632021205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32090] ppid=32027 vsize=10914144 memory=547644 CPUtime=0.07 cores=1,3,5,7
/proc/32030/task/32090/stat : 32090 (java) S 32027 32030 31421 0 -1 1077944384 2 13013 0 0 0 0 4 3 20 0 15 0 72129230 11176083456 136911 33554432000 4194304 4196468 140729035354304 140718697866880 140719632021205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32091] ppid=32027 vsize=10914144 memory=547464 CPUtime=0.07 cores=1,3,5,7
/proc/32030/task/32091/stat : 32091 (java) S 32027 32030 31421 0 -1 1077944384 3 13013 0 0 0 0 4 3 20 0 15 0 72129233 11176083456 136911 33554432000 4194304 4196468 140729035354304 140718189140560 140719632029595 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32092] ppid=32027 vsize=10914144 memory=547644 CPUtime=4.58 cores=1,3,5,7
/proc/32030/task/32092/stat : 32092 (java) S 32027 32030 31421 0 -1 1077944384 34731 13013 0 0 448 3 4 3 20 0 15 0 72129233 11176083456 136911 33554432000 4194304 4196468 140729035354304 140718902835312 140719632022146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32093] ppid=32027 vsize=10914144 memory=4140 CPUtime=4.71 cores=1,3,5,7
/proc/32030/task/32093/stat : 32093 (java) S 32027 32030 31421 0 -1 1077944384 28678 13013 0 0 461 3 4 3 20 0 15 0 72129233 11176083456 136911 33554432000 4194304 4196468 140729035354304 140718901782512 140719632022146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32094] ppid=32027 vsize=10914144 memory=547644 CPUtime=1.87 cores=1,3,5,7
/proc/32030/task/32094/stat : 32094 (java) S 32027 32030 31421 0 -1 1077944384 22548 13013 0 0 176 4 4 3 20 0 15 0 72129233 11176083456 136911 33554432000 4194304 4196468 140729035354304 140718900730224 140719632022146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32095] ppid=32027 vsize=10914144 memory=2340 CPUtime=0.07 cores=1,3,5,7
/proc/32030/task/32095/stat : 32095 (java) S 32027 32030 31421 0 -1 1077944384 3 13013 0 0 0 0 4 3 20 0 15 0 72129233 11176083456 136911 33554432000 4194304 4196468 140729035354304 140718155581920 140719632021205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32096] ppid=32027 vsize=10914144 memory=1408 CPUtime=1.29 cores=1,3,5,7
/proc/32030/task/32096/stat : 32096 (java) S 32027 32030 31421 0 -1 1077944384 1525 13013 0 0 61 61 4 3 20 0 15 0 72129233 11176083456 136911 33554432000 4194304 4196468 140729035354304 140718798527408 140719632022146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
Current children cumulated CPU time: 2404.25 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 547644 KiB

[startup+2442.3 s]
/proc/loadavg: 1.66 1.49 1.42 3/215 32296
/proc/meminfo: memFree=11654832/32770624 swapFree=67108860/67108860
[pid=32030] ppid=32027 vsize=10914144 memory=547644 CPUtime=2464.56 cores=1,3,5,7
/proc/32030/stat : 32030 (java) S 32027 32030 31421 0 -1 1077944320 204476 13013 0 0 246262 187 4 3 20 0 15 0 72129218 11176083456 136911 33554432000 4194304 4196468 140729035354304 140729035336848 140719632010999 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
/proc/32030/statm: 2728536 136911 3522 1 0 2690189 0
[pid=32030/tid=32083] ppid=32027 vsize=10914144 memory=547644 CPUtime=2432.5 cores=1,3,5,7
/proc/32030/task/32083/stat : 32083 (java) R 32027 32030 31421 0 -1 4202560 77747 13013 0 0 243215 28 4 3 20 0 15 0 72129227 11176083456 136911 33554432000 4194304 4196468 140729035354304 140719603846080 140719241881532 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32084] ppid=32027 vsize=10914144 memory=547644 CPUtime=3.97 cores=1,3,5,7
/proc/32030/task/32084/stat : 32084 (java) S 32027 32030 31421 0 -1 1077944384 8858 13013 0 0 365 25 4 3 20 0 15 0 72129228 11176083456 136911 33554432000 4194304 4196468 140729035354304 140719636253072 140719632021205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32085] ppid=32027 vsize=10914144 memory=547644 CPUtime=3.98 cores=1,3,5,7
/proc/32030/task/32085/stat : 32085 (java) S 32027 32030 31421 0 -1 1077944384 6295 13013 0 0 367 24 4 3 20 0 15 0 72129228 11176083456 136911 33554432000 4194304 4196468 140729035354304 140719205746960 140719632021205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32086] ppid=32027 vsize=10914144 memory=547464 CPUtime=3.95 cores=1,3,5,7
/proc/32030/task/32086/stat : 32086 (java) S 32027 32030 31421 0 -1 1077944384 8367 13013 0 0 365 23 4 3 20 0 15 0 72129228 11176083456 136911 33554432000 4194304 4196468 140729035354304 140719204694672 140719632021205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32087] ppid=32027 vsize=10914144 memory=547644 CPUtime=3.96 cores=1,3,5,7
/proc/32030/task/32087/stat : 32087 (java) S 32027 32030 31421 0 -1 1077944384 4378 13013 0 0 365 24 4 3 20 0 15 0 72129228 11176083456 136911 33554432000 4194304 4196468 140729035354304 140719203641872 140719632021205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32088] ppid=32027 vsize=10914144 memory=547464 CPUtime=4.22 cores=1,3,5,7
/proc/32030/task/32088/stat : 32088 (java) S 32027 32030 31421 0 -1 1077944384 9119 13013 0 0 393 22 4 3 20 0 15 0 72129229 11176083456 136911 33554432000 4194304 4196468 140729035354304 140718903888496 140719632022146 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32089] ppid=32027 vsize=10914144 memory=547644 CPUtime=0.07 cores=1,3,5,7
/proc/32030/task/32089/stat : 32089 (java) S 32027 32030 31421 0 -1 1077944384 14 13013 0 0 0 0 4 3 20 0 15 0 72129230 11176083456 136911 33554432000 4194304 4196468 140729035354304 140718832084320 140719632021205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32090] ppid=32027 vsize=10914144 memory=547644 CPUtime=0.07 cores=1,3,5,7
/proc/32030/task/32090/stat : 32090 (java) S 32027 32030 31421 0 -1 1077944384 2 13013 0 0 0 0 4 3 20 0 15 0 72129230 11176083456 136911 33554432000 4194304 4196468 140729035354304 140718697866880 140719632021205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32091] ppid=32027 vsize=10914144 memory=547644 CPUtime=0.07 cores=1,3,5,7
/proc/32030/task/32091/stat : 32091 (java) S 32027 32030 31421 0 -1 1077944384 3 13013 0 0 0 0 4 3 20 0 15 0 72129233 11176083456 136911 33554432000 4194304 4196468 140729035354304 140718189140560 140719632029595 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32092] ppid=32027 vsize=10914144 memory=547644 CPUtime=4.58 cores=1,3,5,7
/proc/32030/task/32092/stat : 32092 (java) S 32027 32030 31421 0 -1 1077944384 34731 13013 0 0 448 3 4 3 20 0 15 0 72129233 11176083456 136911 33554432000 4194304 4196468 140729035354304 140718902835312 140719632022146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32093] ppid=32027 vsize=10914144 memory=547644 CPUtime=4.71 cores=1,3,5,7
/proc/32030/task/32093/stat : 32093 (java) S 32027 32030 31421 0 -1 1077944384 28678 13013 0 0 461 3 4 3 20 0 15 0 72129233 11176083456 136911 33554432000 4194304 4196468 140729035354304 140718901782512 140719632022146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32094] ppid=32027 vsize=10914144 memory=547644 CPUtime=1.87 cores=1,3,5,7
/proc/32030/task/32094/stat : 32094 (java) S 32027 32030 31421 0 -1 1077944384 22548 13013 0 0 176 4 4 3 20 0 15 0 72129233 11176083456 136911 33554432000 4194304 4196468 140729035354304 140718900730224 140719632022146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32095] ppid=32027 vsize=10914144 memory=547644 CPUtime=0.07 cores=1,3,5,7
/proc/32030/task/32095/stat : 32095 (java) S 32027 32030 31421 0 -1 1077944384 3 13013 0 0 0 0 4 3 20 0 15 0 72129233 11176083456 136911 33554432000 4194304 4196468 140729035354304 140718155581920 140719632021205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32096] ppid=32027 vsize=10914144 memory=1012 CPUtime=1.32 cores=1,3,5,7
/proc/32030/task/32096/stat : 32096 (java) S 32027 32030 31421 0 -1 1077944384 1541 13013 0 0 62 63 4 3 20 0 15 0 72129233 11176083456 136911 33554432000 4194304 4196468 140729035354304 140718798527408 140719632022146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
Current children cumulated CPU time: 2464.56 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 547644 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2497.5 s]
/proc/loadavg: 1.40 1.45 1.41 3/215 32297
/proc/meminfo: memFree=11654728/32770624 swapFree=67108860/67108860
[pid=32030] ppid=32027 vsize=10914144 memory=547704 CPUtime=2520.02 cores=1,3,5,7
/proc/32030/stat : 32030 (java) S 32027 32030 31421 0 -1 1077944320 205475 13013 0 0 251806 189 4 3 20 0 15 0 72129218 11176083456 136926 33554432000 4194304 4196468 140729035354304 140729035336848 140719632010999 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
/proc/32030/statm: 2728536 136926 3522 1 0 2690189 0
[pid=32030/tid=32083] ppid=32027 vsize=10914144 memory=547704 CPUtime=2487.48 cores=1,3,5,7
/proc/32030/task/32083/stat : 32083 (java) R 32027 32030 31421 0 -1 4202560 78110 13013 0 0 248713 28 4 3 20 0 15 0 72129227 11176083456 136926 33554432000 4194304 4196468 140729035354304 140719603845344 140719241881760 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32084] ppid=32027 vsize=10914144 memory=126 CPUtime=4.06 cores=1,3,5,7
/proc/32030/task/32084/stat : 32084 (java) S 32027 32030 31421 0 -1 1077944384 8877 13013 0 0 374 25 4 3 20 0 15 0 72129228 11176083456 136926 33554432000 4194304 4196468 140729035354304 140719636253072 140719632021205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32085] ppid=32027 vsize=10914144 memory=547644 CPUtime=4.07 cores=1,3,5,7
/proc/32030/task/32085/stat : 32085 (java) S 32027 32030 31421 0 -1 1077944384 6307 13013 0 0 376 24 4 3 20 0 15 0 72129228 11176083456 136926 33554432000 4194304 4196468 140729035354304 140719205746960 140719632021205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32086] ppid=32027 vsize=10914144 memory=547692 CPUtime=4.03 cores=1,3,5,7
/proc/32030/task/32086/stat : 32086 (java) S 32027 32030 31421 0 -1 1077944384 8447 13013 0 0 373 23 4 3 20 0 15 0 72129228 11176083456 136926 33554432000 4194304 4196468 140729035354304 140719204694672 140719632021205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32087] ppid=32027 vsize=10914144 memory=547692 CPUtime=4.05 cores=1,3,5,7
/proc/32030/task/32087/stat : 32087 (java) S 32027 32030 31421 0 -1 1077944384 4692 13013 0 0 374 24 4 3 20 0 15 0 72129228 11176083456 136926 33554432000 4194304 4196468 140729035354304 140719203641872 140719632021205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32088] ppid=32027 vsize=10914144 memory=547692 CPUtime=4.32 cores=1,3,5,7
/proc/32030/task/32088/stat : 32088 (java) S 32027 32030 31421 0 -1 1077944384 9308 13013 0 0 402 23 4 3 20 0 15 0 72129229 11176083456 136926 33554432000 4194304 4196468 140729035354304 140718903888496 140719632022146 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32089] ppid=32027 vsize=10914144 memory=547692 CPUtime=0.07 cores=1,3,5,7
/proc/32030/task/32089/stat : 32089 (java) S 32027 32030 31421 0 -1 1077944384 14 13013 0 0 0 0 4 3 20 0 15 0 72129230 11176083456 136926 33554432000 4194304 4196468 140729035354304 140718832084320 140719632021205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32090] ppid=32027 vsize=10914144 memory=547700 CPUtime=0.07 cores=1,3,5,7
/proc/32030/task/32090/stat : 32090 (java) S 32027 32030 31421 0 -1 1077944384 2 13013 0 0 0 0 4 3 20 0 15 0 72129230 11176083456 136926 33554432000 4194304 4196468 140729035354304 140718697866880 140719632021205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32091] ppid=32027 vsize=10914144 memory=547704 CPUtime=0.07 cores=1,3,5,7
/proc/32030/task/32091/stat : 32091 (java) S 32027 32030 31421 0 -1 1077944384 3 13013 0 0 0 0 4 3 20 0 15 0 72129233 11176083456 136926 33554432000 4194304 4196468 140729035354304 140718189140560 140719632029595 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32092] ppid=32027 vsize=10914144 memory=547704 CPUtime=4.58 cores=1,3,5,7
/proc/32030/task/32092/stat : 32092 (java) S 32027 32030 31421 0 -1 1077944384 34733 13013 0 0 448 3 4 3 20 0 15 0 72129233 11176083456 136926 33554432000 4194304 4196468 140729035354304 140718902835312 140719632022146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32093] ppid=32027 vsize=10914144 memory=547704 CPUtime=4.71 cores=1,3,5,7
/proc/32030/task/32093/stat : 32093 (java) S 32027 32030 31421 0 -1 1077944384 28680 13013 0 0 461 3 4 3 20 0 15 0 72129233 11176083456 136926 33554432000 4194304 4196468 140729035354304 140718901782512 140719632022146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32094] ppid=32027 vsize=10914144 memory=547692 CPUtime=1.87 cores=1,3,5,7
/proc/32030/task/32094/stat : 32094 (java) S 32027 32030 31421 0 -1 1077944384 22550 13013 0 0 176 4 4 3 20 0 15 0 72129233 11176083456 136926 33554432000 4194304 4196468 140729035354304 140718900730224 140719632022146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32095] ppid=32027 vsize=10914144 memory=547704 CPUtime=0.07 cores=1,3,5,7
/proc/32030/task/32095/stat : 32095 (java) S 32027 32030 31421 0 -1 1077944384 3 13013 0 0 0 0 4 3 20 0 15 0 72129233 11176083456 136926 33554432000 4194304 4196468 140729035354304 140718155581920 140719632021205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32096] ppid=32027 vsize=10914144 memory=547704 CPUtime=1.35 cores=1,3,5,7
/proc/32030/task/32096/stat : 32096 (java) S 32027 32030 31421 0 -1 1077944384 1557 13013 0 0 64 64 4 3 20 0 15 0 72129233 11176083456 136926 33554432000 4194304 4196468 140729035354304 140718798527408 140719632022146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 547704 KiB

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

[startup+2497.52 s]
# the end of solver process 32030 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.13 s, system=1.93242 s

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

[startup+2497.5 s]
/proc/loadavg: 1.40 1.45 1.41 3/215 32297
/proc/meminfo: memFree=11654728/32770624 swapFree=67108860/67108860
[pid=32030] ppid=32027 vsize=10914144 memory=547704 CPUtime=2520.02 cores=1,3,5,7
/proc/32030/stat : 32030 (java) S 32027 32030 31421 0 -1 1077944320 205475 13013 0 0 251806 189 4 3 20 0 15 0 72129218 11176083456 136926 33554432000 4194304 4196468 140729035354304 140729035336848 140719632010999 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
/proc/32030/statm: 2728536 136926 3522 1 0 2690189 0
[pid=32030/tid=32083] ppid=32027 vsize=10914144 memory=547704 CPUtime=2487.48 cores=1,3,5,7
/proc/32030/task/32083/stat : 32083 (java) R 32027 32030 31421 0 -1 4202560 78110 13013 0 0 248713 28 4 3 20 0 15 0 72129227 11176083456 136926 33554432000 4194304 4196468 140729035354304 140719603845344 140719241881760 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32084] ppid=32027 vsize=10914144 memory=126 CPUtime=4.06 cores=1,3,5,7
/proc/32030/task/32084/stat : 32084 (java) S 32027 32030 31421 0 -1 1077944384 8877 13013 0 0 374 25 4 3 20 0 15 0 72129228 11176083456 136926 33554432000 4194304 4196468 140729035354304 140719636253072 140719632021205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32085] ppid=32027 vsize=10914144 memory=547644 CPUtime=4.07 cores=1,3,5,7
/proc/32030/task/32085/stat : 32085 (java) S 32027 32030 31421 0 -1 1077944384 6307 13013 0 0 376 24 4 3 20 0 15 0 72129228 11176083456 136926 33554432000 4194304 4196468 140729035354304 140719205746960 140719632021205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32086] ppid=32027 vsize=10914144 memory=547692 CPUtime=4.03 cores=1,3,5,7
/proc/32030/task/32086/stat : 32086 (java) S 32027 32030 31421 0 -1 1077944384 8447 13013 0 0 373 23 4 3 20 0 15 0 72129228 11176083456 136926 33554432000 4194304 4196468 140729035354304 140719204694672 140719632021205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32087] ppid=32027 vsize=10914144 memory=547692 CPUtime=4.05 cores=1,3,5,7
/proc/32030/task/32087/stat : 32087 (java) S 32027 32030 31421 0 -1 1077944384 4692 13013 0 0 374 24 4 3 20 0 15 0 72129228 11176083456 136926 33554432000 4194304 4196468 140729035354304 140719203641872 140719632021205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32088] ppid=32027 vsize=10914144 memory=547692 CPUtime=4.32 cores=1,3,5,7
/proc/32030/task/32088/stat : 32088 (java) S 32027 32030 31421 0 -1 1077944384 9308 13013 0 0 402 23 4 3 20 0 15 0 72129229 11176083456 136926 33554432000 4194304 4196468 140729035354304 140718903888496 140719632022146 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32089] ppid=32027 vsize=10914144 memory=547692 CPUtime=0.07 cores=1,3,5,7
/proc/32030/task/32089/stat : 32089 (java) S 32027 32030 31421 0 -1 1077944384 14 13013 0 0 0 0 4 3 20 0 15 0 72129230 11176083456 136926 33554432000 4194304 4196468 140729035354304 140718832084320 140719632021205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32090] ppid=32027 vsize=10914144 memory=547700 CPUtime=0.07 cores=1,3,5,7
/proc/32030/task/32090/stat : 32090 (java) S 32027 32030 31421 0 -1 1077944384 2 13013 0 0 0 0 4 3 20 0 15 0 72129230 11176083456 136926 33554432000 4194304 4196468 140729035354304 140718697866880 140719632021205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32091] ppid=32027 vsize=10914144 memory=547704 CPUtime=0.07 cores=1,3,5,7
/proc/32030/task/32091/stat : 32091 (java) S 32027 32030 31421 0 -1 1077944384 3 13013 0 0 0 0 4 3 20 0 15 0 72129233 11176083456 136926 33554432000 4194304 4196468 140729035354304 140718189140560 140719632029595 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32092] ppid=32027 vsize=10914144 memory=547704 CPUtime=4.58 cores=1,3,5,7
/proc/32030/task/32092/stat : 32092 (java) S 32027 32030 31421 0 -1 1077944384 34733 13013 0 0 448 3 4 3 20 0 15 0 72129233 11176083456 136926 33554432000 4194304 4196468 140729035354304 140718902835312 140719632022146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32093] ppid=32027 vsize=10914144 memory=547704 CPUtime=4.71 cores=1,3,5,7
/proc/32030/task/32093/stat : 32093 (java) S 32027 32030 31421 0 -1 1077944384 28680 13013 0 0 461 3 4 3 20 0 15 0 72129233 11176083456 136926 33554432000 4194304 4196468 140729035354304 140718901782512 140719632022146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32094] ppid=32027 vsize=10914144 memory=547692 CPUtime=1.87 cores=1,3,5,7
/proc/32030/task/32094/stat : 32094 (java) S 32027 32030 31421 0 -1 1077944384 22550 13013 0 0 176 4 4 3 20 0 15 0 72129233 11176083456 136926 33554432000 4194304 4196468 140729035354304 140718900730224 140719632022146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32095] ppid=32027 vsize=10914144 memory=547704 CPUtime=0.07 cores=1,3,5,7
/proc/32030/task/32095/stat : 32095 (java) S 32027 32030 31421 0 -1 1077944384 3 13013 0 0 0 0 4 3 20 0 15 0 72129233 11176083456 136926 33554432000 4194304 4196468 140729035354304 140718155581920 140719632021205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
[pid=32030/tid=32096] ppid=32027 vsize=10914144 memory=547704 CPUtime=1.35 cores=1,3,5,7
/proc/32030/task/32096/stat : 32096 (java) S 32027 32030 31421 0 -1 1077944384 1557 13013 0 0 64 64 4 3 20 0 15 0 72129233 11176083456 136926 33554432000 4194304 4196468 140729035354304 140718798527408 140719632022146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22048768 140729035360428 140729035363676 140729035363676 140729035366351 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 547704 KiB

Child status: 143
Real time (s): 2497.52
CPU time (s): 2520.06
CPU user time (s): 2518.13
CPU system time (s): 1.93242
CPU usage (%): 100.902
Max. virtual memory (cumulated for all children) (KiB): 10916780
Max. memory (cumulated for all children) (KiB): 586840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.13
system time used= 1.93242
maximum resident set size= 588896
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 219396
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3040
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 141431
involuntary context switches= 4135


# summary of solver processes directly reported to runsolver:
#   pid: 32030
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2518.13
#   total CPU system time (s): 1.93242

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.8289 second user time and 22.8619 second system time

The end

Launcher Data

Begin job on node107 at 2018-07-25 21:07:40
IDJOB=4295288
IDBENCH=141502
IDSOLVER=2751
FILE ID=node107/4295288-1532545660
RUNJOBID= node107-1532543154-31453
PBS_JOBID= 21021952
Free space on /tmp= 54500 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/Subisomorphism/Subisomorphism-g17-g42_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295288-1532545660/watcher-4295288-1532545660 -o /tmp/evaluation-result-4295288-1532545660/solver-4295288-1532545660 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532543154-31453 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=257532506 -superng HOME/instance-4295288-1532545660.xml

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

MD5SUM BENCH= 114757bdcfe6c836d79220a034ae6c5f
RANDOM SEED=257532506

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:        12446204 kB
MemAvailable:   31361556 kB
Buffers:          283544 kB
Cached:         18751628 kB
SwapCached:            0 kB
Active:          4829000 kB
Inactive:       14829644 kB
Active(anon):     626224 kB
Inactive(anon):    25036 kB
Active(file):    4202776 kB
Inactive(file): 14804608 kB
Unevictable:        7168 kB
Mlocked:            7168 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26468 kB
Writeback:             0 kB
AnonPages:        630176 kB
Mapped:            53036 kB
Shmem:             25228 kB
Slab:             364372 kB
SReclaimable:     336428 kB
SUnreclaim:        27944 kB
KernelStack:        3536 kB
PageTables:         6464 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1599864 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    532480 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= 54472 MiB
End job on node107 at 2018-07-25 21:49:18