Trace number 4295314

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.11 2500.93

General information on the benchmark

NameSubisomorphism/
Subisomorphism-g17-g37_c18.xml
MD5SUM15f6930ab26cfa444fe93224da66a51d
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark89.8838
Satisfiable
(Un)Satisfiability was proved
Number of variables64
Number of constraints113
Number of domains1
Minimum domain size120
Maximum domain size120
Distribution of domain sizes[{"size":120,"count":64}]
Minimum variable degree3
Maximum variable degree5
Distribution of variable degrees[{"degree":3,"count":4},{"degree":4,"count":24},{"degree":5,"count":36}]
Minimum constraint arity2
Maximum constraint arity64
Distribution of constraint arities[{"arity":2,"count":112},{"arity":64,"count":1}]
Number of extensional constraints112
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":112},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295314-1532541647/watcher-4295314-1532541647 -o /tmp/evaluation-result-4295314-1532541647/solver-4295314-1532541647 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532523045-23734 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=2004404934 HOME/instance-4295314-1532541647.xml 

running on 4 cores: 0,2,4,6

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

solver pid=28355, runsolver pid=28352

[startup+0.100124 s]*
/proc/loadavg: 1.14 1.24 1.32 3/207 28412
/proc/meminfo: memFree=17111012/32770624 swapFree=67108796/67108860
[pid=28355] ppid=28352 vsize=9972712 memory=17080 CPUtime=0.09 cores=0,2,4,6
/proc/28355/stat : 28355 (java) S 28352 28355 23703 0 -1 1077944320 4392 12910 0 0 1 0 5 3 20 0 6 0 71727885 10212057088 4270 33554432000 4194304 4196468 140732505205872 140732505188416 139794082176759 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
/proc/28355/statm: 2493178 4270 1934 1 0 2481616 0
[pid=28355/tid=28408] ppid=28352 vsize=9972712 memory=4628411388058700198 CPUtime=0.09 cores=0,2,4,6
/proc/28355/task/28408/stat : 28408 (java) R 28352 28355 23703 0 -1 4202560 2202 12910 0 0 1 0 5 3 20 0 6 0 71727894 10212057088 4270 33554432000 4194304 4196468 140732505205872 139794054013520 139794066257246 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28409] ppid=28352 vsize=9972712 memory=5793855139372939705 CPUtime=0.08 cores=0,2,4,6
/proc/28355/task/28409/stat : 28409 (java) S 28352 28355 23703 0 -1 1077944384 2 12910 0 0 0 0 5 3 20 0 6 0 71727895 10212057088 4270 33554432000 4194304 4196468 140732505205872 139794086419216 139794082186965 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28410] ppid=28352 vsize=9972712 memory=139888363046528 CPUtime=0.08 cores=0,2,4,6
/proc/28355/task/28410/stat : 28410 (java) S 28352 28355 23703 0 -1 1077944384 1 12910 0 0 0 0 5 3 20 0 6 0 71727895 10212057088 4270 33554432000 4194304 4196468 140732505205872 139793655585680 139794082186965 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28411] ppid=28352 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28355/task/28411/stat : 28411 (java) S 28352 28355 23703 0 -1 1077944384 1 12910 0 0 0 0 5 3 20 0 6 0 71727895 10212057088 4270 33554432000 4194304 4196468 140732505205872 139793654533136 139794082186965 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28412] ppid=28352 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28355/task/28412/stat : 28412 (java) S 28352 28355 23703 0 -1 1077944384 1 12910 0 0 0 0 5 3 20 0 6 0 71727895 10212057088 4270 33554432000 4194304 4196468 140732505205872 139793653480592 139794082186965 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17080 KiB

[startup+0.20989 s]*
/proc/loadavg: 1.14 1.24 1.32 3/216 28421
/proc/meminfo: memFree=17085580/32770624 swapFree=67108796/67108860
[pid=28355] ppid=28352 vsize=10818856 memory=43708 CPUtime=0.27 cores=0,2,4,6
/proc/28355/stat : 28355 (java) S 28352 28355 23703 0 -1 1077944320 8303 12910 0 0 17 2 5 3 20 0 15 0 71727885 11078508544 10927 33554432000 4194304 4196468 140732505205872 140732505188416 139794082176759 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
/proc/28355/statm: 2704714 10927 2943 1 0 2667149 0
[pid=28355/tid=28408] ppid=28352 vsize=10818856 memory=-8540663193526752614 CPUtime=0.19 cores=0,2,4,6
/proc/28355/task/28408/stat : 28408 (java) R 28352 28355 23703 0 -1 4202560 4853 12910 0 0 10 1 5 3 20 0 15 0 71727894 11078508544 10927 33554432000 4194304 4196468 140732505205872 139794053974416 139794063740319 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28409] ppid=28352 vsize=10818856 memory=4211973614567837066 CPUtime=0.08 cores=0,2,4,6
/proc/28355/task/28409/stat : 28409 (java) S 28352 28355 23703 0 -1 1077944384 2 12910 0 0 0 0 5 3 20 0 15 0 71727895 11078508544 10927 33554432000 4194304 4196468 140732505205872 139794086419216 139794082186965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28410] ppid=28352 vsize=10818856 memory=139888363046528 CPUtime=0.08 cores=0,2,4,6
/proc/28355/task/28410/stat : 28410 (java) S 28352 28355 23703 0 -1 1077944384 1 12910 0 0 0 0 5 3 20 0 15 0 71727895 11078508544 10927 33554432000 4194304 4196468 140732505205872 139793655585680 139794082186965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28411] ppid=28352 vsize=10818856 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28355/task/28411/stat : 28411 (java) S 28352 28355 23703 0 -1 1077944384 1 12910 0 0 0 0 5 3 20 0 15 0 71727895 11078508544 10927 33554432000 4194304 4196468 140732505205872 139793654533136 139794082186965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28412] ppid=28352 vsize=10818856 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28355/task/28412/stat : 28412 (java) S 28352 28355 23703 0 -1 1077944384 1 12910 0 0 0 0 5 3 20 0 15 0 71727895 11078508544 10927 33554432000 4194304 4196468 140732505205872 139793653480592 139794082186965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28413] ppid=28352 vsize=10818856 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28355/task/28413/stat : 28413 (java) S 28352 28355 23703 0 -1 1077944384 2 12910 0 0 0 0 5 3 20 0 15 0 71727896 11078508544 10927 33554432000 4194304 4196468 140732505205872 139793608853488 139794082187906 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28414] ppid=28352 vsize=10818856 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/28355/task/28414/stat : 28414 (java) S 28352 28355 23703 0 -1 1077944384 13 12910 0 0 0 0 5 3 20 0 15 0 71727897 11078508544 10927 33554432000 4194304 4196468 140732505205872 139793065304992 139794082186965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28415] ppid=28352 vsize=10818856 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28355/task/28415/stat : 28415 (java) S 28352 28355 23703 0 -1 1077944384 1 12910 0 0 0 0 5 3 20 0 15 0 71727897 11078508544 10927 33554432000 4194304 4196468 140732505205872 139792863978480 139794082186965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28416] ppid=28352 vsize=10818856 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28355/task/28416/stat : 28416 (java) S 28352 28355 23703 0 -1 1077944384 3 12910 0 0 0 0 5 3 20 0 15 0 71727899 11078508544 10927 33554432000 4194304 4196468 140732505205872 139792623687888 139794082195355 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28417] ppid=28352 vsize=10818856 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/28355/task/28417/stat : 28417 (java) S 28352 28355 23703 0 -1 1077944384 545 12910 0 0 1 0 5 3 20 0 15 0 71727899 11078508544 10927 33554432000 4194304 4196468 140732505205872 139793607801328 139794082187906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28418] ppid=28352 vsize=10818856 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/28355/task/28418/stat : 28418 (java) S 28352 28355 23703 0 -1 1077944384 64 12910 0 0 1 0 5 3 20 0 15 0 71727899 11078508544 10927 33554432000 4194304 4196468 140732505205872 139793606748784 139794082187906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28419] ppid=28352 vsize=10818856 memory=139888363046528 CPUtime=0.11 cores=0,2,4,6
/proc/28355/task/28419/stat : 28419 (java) S 28352 28355 23703 0 -1 1077944384 623 12910 0 0 3 0 5 3 20 0 15 0 71727899 11078508544 10927 33554432000 4194304 4196468 140732505205872 139793605696240 139794082187906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28420] ppid=28352 vsize=10818856 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/28355/task/28420/stat : 28420 (java) S 28352 28355 23703 0 -1 1077944384 3 12910 0 0 0 0 5 3 20 0 15 0 71727900 11078508544 10927 33554432000 4194304 4196468 140732505205872 139792590130272 139794082186965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28421] ppid=28352 vsize=10818856 memory=139888363046528 CPUtime=0.08 cores=0,2,4,6
/proc/28355/task/28421/stat : 28421 (java) S 28352 28355 23703 0 -1 1077944384 1 12910 0 0 0 0 5 3 20 0 15 0 71727900 11078508544 10927 33554432000 4194304 4196468 140732505205872 139793604643120 139794082187906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10818856 KiB
Current children cumulated memory: 43708 KiB

[startup+0.310261 s]*
/proc/loadavg: 1.14 1.24 1.32 3/216 28421
/proc/meminfo: memFree=17077392/32770624 swapFree=67108796/67108860
[pid=28355] ppid=28352 vsize=10819352 memory=55048 CPUtime=0.39 cores=0,2,4,6
/proc/28355/stat : 28355 (java) S 28352 28355 23703 0 -1 1077944320 10324 12910 0 0 28 3 5 3 20 0 15 0 71727885 11079016448 13762 33554432000 4194304 4196468 140732505205872 140732505188416 139794082176759 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
/proc/28355/statm: 2704838 13762 3074 1 0 2667149 0
[pid=28355/tid=28408] ppid=28352 vsize=10819352 memory=6791534058613427641 CPUtime=0.3 cores=0,2,4,6
/proc/28355/task/28408/stat : 28408 (java) R 28352 28355 23703 0 -1 4202560 6867 12910 0 0 20 2 5 3 20 0 15 0 71727894 11079016448 13762 33554432000 4194304 4196468 140732505205872 139794053988768 139794063740263 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28409] ppid=28352 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28355/task/28409/stat : 28409 (java) S 28352 28355 23703 0 -1 1077944384 2 12910 0 0 0 0 5 3 20 0 15 0 71727895 11079016448 13762 33554432000 4194304 4196468 140732505205872 139794086419216 139794082186965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28410] ppid=28352 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28355/task/28410/stat : 28410 (java) S 28352 28355 23703 0 -1 1077944384 1 12910 0 0 0 0 5 3 20 0 15 0 71727895 11079016448 13762 33554432000 4194304 4196468 140732505205872 139793655585680 139794082186965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28411] ppid=28352 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28355/task/28411/stat : 28411 (java) S 28352 28355 23703 0 -1 1077944384 1 12910 0 0 0 0 5 3 20 0 15 0 71727895 11079016448 13762 33554432000 4194304 4196468 140732505205872 139793654533136 139794082186965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28412] ppid=28352 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/28355/task/28412/stat : 28412 (java) S 28352 28355 23703 0 -1 1077944384 1 12910 0 0 0 0 5 3 20 0 15 0 71727895 11079016448 13762 33554432000 4194304 4196468 140732505205872 139793653480592 139794082186965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28413] ppid=28352 vsize=10819352 memory=139888363046527 CPUtime=0.08 cores=0,2,4,6
/proc/28355/task/28413/stat : 28413 (java) S 28352 28355 23703 0 -1 1077944384 2 12910 0 0 0 0 5 3 20 0 15 0 71727896 11079016448 13762 33554432000 4194304 4196468 140732505205872 139793608853488 139794082187906 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28414] ppid=28352 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/28355/task/28414/stat : 28414 (java) S 28352 28355 23703 0 -1 1077944384 13 12910 0 0 0 0 5 3 20 0 15 0 71727897 11079016448 13762 33554432000 4194304 4196468 140732505205872 139793065304992 139794082186965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28415] ppid=28352 vsize=10819352 memory=139888363046528 CPUtime=0.08 cores=0,2,4,6
/proc/28355/task/28415/stat : 28415 (java) S 28352 28355 23703 0 -1 1077944384 1 12910 0 0 0 0 5 3 20 0 15 0 71727897 11079016448 13762 33554432000 4194304 4196468 140732505205872 139792863978480 139794082186965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28416] ppid=28352 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/28355/task/28416/stat : 28416 (java) S 28352 28355 23703 0 -1 1077944384 3 12910 0 0 0 0 5 3 20 0 15 0 71727899 11079016448 13762 33554432000 4194304 4196468 140732505205872 139792623687888 139794082195355 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28417] ppid=28352 vsize=10819352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/28355/task/28417/stat : 28417 (java) S 28352 28355 23703 0 -1 1077944384 547 12910 0 0 1 0 5 3 20 0 15 0 71727899 11079016448 13762 33554432000 4194304 4196468 140732505205872 139793607801328 139794082187906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28418] ppid=28352 vsize=10819352 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/28355/task/28418/stat : 28418 (java) S 28352 28355 23703 0 -1 1077944384 64 12910 0 0 1 0 5 3 20 0 15 0 71727899 11079016448 13762 33554432000 4194304 4196468 140732505205872 139793606748784 139794082187906 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28419] ppid=28352 vsize=10819352 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/28355/task/28419/stat : 28419 (java) S 28352 28355 23703 0 -1 1077944384 628 12910 0 0 5 0 5 3 20 0 15 0 71727899 11079016448 13762 33554432000 4194304 4196468 140732505205872 139793605696240 139794082187906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28420] ppid=28352 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28355/task/28420/stat : 28420 (java) S 28352 28355 23703 0 -1 1077944384 3 12910 0 0 0 0 5 3 20 0 15 0 71727900 11079016448 13762 33554432000 4194304 4196468 140732505205872 139792590130272 139794082186965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28421] ppid=28352 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28355/task/28421/stat : 28421 (java) S 28352 28355 23703 0 -1 1077944384 1 12910 0 0 0 0 5 3 20 0 15 0 71727900 11079016448 13762 33554432000 4194304 4196468 140732505205872 139793604643120 139794082187906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 55048 KiB

[startup+0.7007 s]
/proc/loadavg: 1.14 1.24 1.32 4/216 28421
/proc/meminfo: memFree=17065720/32770624 swapFree=67108796/67108860
[pid=28355] ppid=28352 vsize=10819352 memory=87628 CPUtime=0.99 cores=0,2,4,6
/proc/28355/stat : 28355 (java) S 28352 28355 23703 0 -1 1077944320 16566 12910 0 0 87 4 5 3 20 0 15 0 71727885 11079016448 21907 33554432000 4194304 4196468 140732505205872 140732505188416 139794082176759 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
/proc/28355/statm: 2704838 21907 3240 1 0 2667149 0
[pid=28355/tid=28408] ppid=28352 vsize=10819352 memory=21468 CPUtime=0.67 cores=0,2,4,6
/proc/28355/task/28408/stat : 28408 (java) R 28352 28355 23703 0 -1 4202560 12143 12910 0 0 56 3 5 3 20 0 15 0 71727894 11079016448 21907 33554432000 4194304 4196468 140732505205872 139794053999696 139794082198685 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28409] ppid=28352 vsize=10819352 memory=4580 CPUtime=0.08 cores=0,2,4,6
/proc/28355/task/28409/stat : 28409 (java) S 28352 28355 23703 0 -1 1077944384 2 12910 0 0 0 0 5 3 20 0 15 0 71727895 11079016448 21907 33554432000 4194304 4196468 140732505205872 139794086419216 139794082186965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28410] ppid=28352 vsize=10819352 memory=139888225985007 CPUtime=0.08 cores=0,2,4,6
/proc/28355/task/28410/stat : 28410 (java) S 28352 28355 23703 0 -1 1077944384 1 12910 0 0 0 0 5 3 20 0 15 0 71727895 11079016448 21907 33554432000 4194304 4196468 140732505205872 139793655585680 139794082186965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28411] ppid=28352 vsize=10819352 memory=139891379798920 CPUtime=0.08 cores=0,2,4,6
/proc/28355/task/28411/stat : 28411 (java) S 28352 28355 23703 0 -1 1077944384 1 12910 0 0 0 0 5 3 20 0 15 0 71727895 11079016448 21907 33554432000 4194304 4196468 140732505205872 139793654533136 139794082186965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28412] ppid=28352 vsize=10819352 memory=644 CPUtime=0.08 cores=0,2,4,6
/proc/28355/task/28412/stat : 28412 (java) S 28352 28355 23703 0 -1 1077944384 1 12910 0 0 0 0 5 3 20 0 15 0 71727895 11079016448 21907 33554432000 4194304 4196468 140732505205872 139793653480592 139794082186965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28413] ppid=28352 vsize=10819352 memory=7305218370954291033 CPUtime=0.08 cores=0,2,4,6
/proc/28355/task/28413/stat : 28413 (java) S 28352 28355 23703 0 -1 1077944384 6 12910 0 0 0 0 5 3 20 0 15 0 71727896 11079016448 21907 33554432000 4194304 4196468 140732505205872 139793608853488 139794082187906 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28414] ppid=28352 vsize=10819352 memory=7739276948477864808 CPUtime=0.08 cores=0,2,4,6
/proc/28355/task/28414/stat : 28414 (java) S 28352 28355 23703 0 -1 1077944384 13 12910 0 0 0 0 5 3 20 0 15 0 71727897 11079016448 21907 33554432000 4194304 4196468 140732505205872 139793065304992 139794082186965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28415] ppid=28352 vsize=10819352 memory=5787220445994897765 CPUtime=0.08 cores=0,2,4,6
/proc/28355/task/28415/stat : 28415 (java) S 28352 28355 23703 0 -1 1077944384 1 12910 0 0 0 0 5 3 20 0 15 0 71727897 11079016448 21907 33554432000 4194304 4196468 140732505205872 139792863978480 139794082186965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28416] ppid=28352 vsize=10819352 memory=8514726395715218844 CPUtime=0.08 cores=0,2,4,6
/proc/28355/task/28416/stat : 28416 (java) S 28352 28355 23703 0 -1 1077944384 3 12910 0 0 0 0 5 3 20 0 15 0 71727899 11079016448 21907 33554432000 4194304 4196468 140732505205872 139792623687888 139794082195355 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28417] ppid=28352 vsize=10819352 memory=8326441112149131689 CPUtime=0.17 cores=0,2,4,6
/proc/28355/task/28417/stat : 28417 (java) S 28352 28355 23703 0 -1 1077944384 1175 12910 0 0 9 0 5 3 20 0 15 0 71727899 11079016448 21907 33554432000 4194304 4196468 140732505205872 139793607801328 139794082187906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28418] ppid=28352 vsize=10819352 memory=-8990767739041718176 CPUtime=0.15 cores=0,2,4,6
/proc/28355/task/28418/stat : 28418 (java) R 28352 28355 23703 0 -1 4202560 344 12910 0 0 7 0 5 3 20 0 15 0 71727899 11079016448 21907 33554432000 4194304 4196468 140732505205872 139793606748784 139794075161801 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28419] ppid=28352 vsize=10819352 memory=-7384994778349281184 CPUtime=0.21 cores=0,2,4,6
/proc/28355/task/28419/stat : 28419 (java) S 28352 28355 23703 0 -1 1077944384 682 12910 0 0 13 0 5 3 20 0 15 0 71727899 11079016448 21907 33554432000 4194304 4196468 140732505205872 139793605696240 139794082187906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28420] ppid=28352 vsize=10819352 memory=-7966001967256141664 CPUtime=0.08 cores=0,2,4,6
/proc/28355/task/28420/stat : 28420 (java) S 28352 28355 23703 0 -1 1077944384 3 12910 0 0 0 0 5 3 20 0 15 0 71727900 11079016448 21907 33554432000 4194304 4196468 140732505205872 139792590130272 139794082186965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28421] ppid=28352 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28355/task/28421/stat : 28421 (java) S 28352 28355 23703 0 -1 1077944384 1 12910 0 0 0 0 5 3 20 0 15 0 71727900 11079016448 21907 33554432000 4194304 4196468 140732505205872 139793604643120 139794082187906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 87628 KiB

[startup+1.50075 s]
/proc/loadavg: 1.14 1.24 1.32 3/216 28421
/proc/meminfo: memFree=17020260/32770624 swapFree=67108796/67108860
[pid=28355] ppid=28352 vsize=10834252 memory=178848 CPUtime=2.4 cores=0,2,4,6
/proc/28355/stat : 28355 (java) S 28352 28355 23703 0 -1 1077944320 23956 12910 0 0 222 10 5 3 20 0 15 0 71727885 11094274048 44712 33554432000 4194304 4196468 140732505205872 140732505188416 139794082176759 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
/proc/28355/statm: 2708563 44712 3467 1 0 2670221 0
[pid=28355/tid=28408] ppid=28352 vsize=10834252 memory=0 CPUtime=1.43 cores=0,2,4,6
/proc/28355/task/28408/stat : 28408 (java) R 28352 28355 23703 0 -1 4202560 17664 12910 0 0 130 5 5 3 20 0 15 0 71727894 11094274048 44712 33554432000 4194304 4196468 140732505205872 139794054000720 139794082198685 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28409] ppid=28352 vsize=10834252 memory=101936 CPUtime=0.09 cores=0,2,4,6
/proc/28355/task/28409/stat : 28409 (java) S 28352 28355 23703 0 -1 1077944384 61 12910 0 0 1 0 5 3 20 0 15 0 71727895 11094274048 44712 33554432000 4194304 4196468 140732505205872 139794086419216 139794082186965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28410] ppid=28352 vsize=10834252 memory=5790086053191909267 CPUtime=0.09 cores=0,2,4,6
/proc/28355/task/28410/stat : 28410 (java) S 28352 28355 23703 0 -1 1077944384 17 12910 0 0 1 0 5 3 20 0 15 0 71727895 11094274048 44712 33554432000 4194304 4196468 140732505205872 139793655585680 139794082186965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28411] ppid=28352 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28355/task/28411/stat : 28411 (java) S 28352 28355 23703 0 -1 1077944384 25 12910 0 0 0 0 5 3 20 0 15 0 71727895 11094274048 44712 33554432000 4194304 4196468 140732505205872 139793654533136 139794082186965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28412] ppid=28352 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28355/task/28412/stat : 28412 (java) S 28352 28355 23703 0 -1 1077944384 186 12910 0 0 0 0 5 3 20 0 15 0 71727895 11094274048 44712 33554432000 4194304 4196468 140732505205872 139793653480592 139794082186965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28413] ppid=28352 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/28355/task/28413/stat : 28413 (java) S 28352 28355 23703 0 -1 1077944384 55 12910 0 0 1 0 5 3 20 0 15 0 71727896 11094274048 44712 33554432000 4194304 4196468 140732505205872 139793608853488 139794082187906 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28414] ppid=28352 vsize=10834252 memory=-6221781267475802396 CPUtime=0.08 cores=0,2,4,6
/proc/28355/task/28414/stat : 28414 (java) S 28352 28355 23703 0 -1 1077944384 14 12910 0 0 0 0 5 3 20 0 15 0 71727897 11094274048 44712 33554432000 4194304 4196468 140732505205872 139793065305056 139794082186965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28415] ppid=28352 vsize=10834252 memory=1572 CPUtime=0.08 cores=0,2,4,6
/proc/28355/task/28415/stat : 28415 (java) S 28352 28355 23703 0 -1 1077944384 1 12910 0 0 0 0 5 3 20 0 15 0 71727897 11094274048 44712 33554432000 4194304 4196468 140732505205872 139792863978496 139794082186965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28416] ppid=28352 vsize=10834252 memory=2092 CPUtime=0.08 cores=0,2,4,6
/proc/28355/task/28416/stat : 28416 (java) S 28352 28355 23703 0 -1 1077944384 3 12910 0 0 0 0 5 3 20 0 15 0 71727899 11094274048 44712 33554432000 4194304 4196468 140732505205872 139792623687888 139794082195355 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28417] ppid=28352 vsize=10834252 memory=0 CPUtime=0.38 cores=0,2,4,6
/proc/28355/task/28417/stat : 28417 (java) S 28352 28355 23703 0 -1 1077944384 1779 12910 0 0 30 0 5 3 20 0 15 0 71727899 11094274048 44712 33554432000 4194304 4196468 140732505205872 139793607801328 139794082187906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28418] ppid=28352 vsize=10834252 memory=261921131537692 CPUtime=0.28 cores=0,2,4,6
/proc/28355/task/28418/stat : 28418 (java) S 28352 28355 23703 0 -1 1077944384 616 12910 0 0 20 0 5 3 20 0 15 0 71727899 11094274048 44712 33554432000 4194304 4196468 140732505205872 139793606748784 139794082187906 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28419] ppid=28352 vsize=10834252 memory=297290490211296509 CPUtime=0.42 cores=0,2,4,6
/proc/28355/task/28419/stat : 28419 (java) S 28352 28355 23703 0 -1 1077944384 1340 12910 0 0 34 0 5 3 20 0 15 0 71727899 11094274048 44712 33554432000 4194304 4196468 140732505205872 139793605696240 139794082187906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28420] ppid=28352 vsize=10834252 memory=4638778398333161808 CPUtime=0.08 cores=0,2,4,6
/proc/28355/task/28420/stat : 28420 (java) S 28352 28355 23703 0 -1 1077944384 3 12910 0 0 0 0 5 3 20 0 15 0 71727900 11094274048 44712 33554432000 4194304 4196468 140732505205872 139792590130272 139794082186965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28421] ppid=28352 vsize=10834252 memory=6935649255759568960 CPUtime=0.08 cores=0,2,4,6
/proc/28355/task/28421/stat : 28421 (java) S 28352 28355 23703 0 -1 1077944384 2 12910 0 0 0 0 5 3 20 0 15 0 71727900 11094274048 44712 33554432000 4194304 4196468 140732505205872 139793604643120 139794082187906 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
Current children cumulated CPU time: 2.4 s
Current children cumulated vsize: 10834252 KiB

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

/proc/28355/task/28408/stat : 28408 (java) R 28352 28355 23703 0 -1 4202560 71686 12910 0 0 237378 23 5 3 20 0 15 0 71727894 11176083456 129770 33554432000 4194304 4196468 140732505205872 139794054010640 139793698735311 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28409] ppid=28352 vsize=10914144 memory=519040 CPUtime=3.48 cores=0,2,4,6
/proc/28355/task/28409/stat : 28409 (java) S 28352 28355 23703 0 -1 1077944384 4947 12910 0 0 324 16 5 3 20 0 15 0 71727895 11176083456 129770 33554432000 4194304 4196468 140732505205872 139794086419216 139794082186965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28410] ppid=28352 vsize=10914144 memory=519080 CPUtime=3.47 cores=0,2,4,6
/proc/28355/task/28410/stat : 28410 (java) S 28352 28355 23703 0 -1 1077944384 5648 12910 0 0 320 19 5 3 20 0 15 0 71727895 11176083456 129770 33554432000 4194304 4196468 140732505205872 139793655585680 139794082186965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28411] ppid=28352 vsize=10914144 memory=519080 CPUtime=3.47 cores=0,2,4,6
/proc/28355/task/28411/stat : 28411 (java) S 28352 28355 23703 0 -1 1077944384 7002 12910 0 0 321 18 5 3 20 0 15 0 71727895 11176083456 129770 33554432000 4194304 4196468 140732505205872 139793654533136 139794082186965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28412] ppid=28352 vsize=10914144 memory=519080 CPUtime=3.49 cores=0,2,4,6
/proc/28355/task/28412/stat : 28412 (java) S 28352 28355 23703 0 -1 1077944384 4597 12910 0 0 321 20 5 3 20 0 15 0 71727895 11176083456 129770 33554432000 4194304 4196468 140732505205872 139793653480592 139794082186965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28413] ppid=28352 vsize=10914144 memory=519080 CPUtime=3.25 cores=0,2,4,6
/proc/28355/task/28413/stat : 28413 (java) S 28352 28355 23703 0 -1 1077944384 5942 12910 0 0 298 19 5 3 20 0 15 0 71727896 11176083456 129770 33554432000 4194304 4196468 140732505205872 139793608853488 139794082187906 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28414] ppid=28352 vsize=10914144 memory=519040 CPUtime=0.08 cores=0,2,4,6
/proc/28355/task/28414/stat : 28414 (java) S 28352 28355 23703 0 -1 1077944384 20 12910 0 0 0 0 5 3 20 0 15 0 71727897 11176083456 129770 33554432000 4194304 4196468 140732505205872 139793065305120 139794082186965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28415] ppid=28352 vsize=10914144 memory=519012 CPUtime=0.08 cores=0,2,4,6
/proc/28355/task/28415/stat : 28415 (java) S 28352 28355 23703 0 -1 1077944384 3 12910 0 0 0 0 5 3 20 0 15 0 71727897 11176083456 129770 33554432000 4194304 4196468 140732505205872 139792863978496 139794082186965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28416] ppid=28352 vsize=10914144 memory=1676 CPUtime=0.08 cores=0,2,4,6
/proc/28355/task/28416/stat : 28416 (java) S 28352 28355 23703 0 -1 1077944384 3 12910 0 0 0 0 5 3 20 0 15 0 71727899 11176083456 129770 33554432000 4194304 4196468 140732505205872 139792623687888 139794082195355 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28417] ppid=28352 vsize=10914144 memory=1040 CPUtime=3.9 cores=0,2,4,6
/proc/28355/task/28417/stat : 28417 (java) S 28352 28355 23703 0 -1 1077944384 31603 12910 0 0 379 3 5 3 20 0 15 0 71727899 11176083456 129770 33554432000 4194304 4196468 140732505205872 139793607801328 139794082187906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28418] ppid=28352 vsize=10914144 memory=1628 CPUtime=3.69 cores=0,2,4,6
/proc/28355/task/28418/stat : 28418 (java) S 28352 28355 23703 0 -1 1077944384 26469 12910 0 0 358 3 5 3 20 0 15 0 71727899 11176083456 129770 33554432000 4194304 4196468 140732505205872 139793606748784 139794082187906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28419] ppid=28352 vsize=10914144 memory=1676 CPUtime=1.69 cores=0,2,4,6
/proc/28355/task/28419/stat : 28419 (java) S 28352 28355 23703 0 -1 1077944384 20496 12910 0 0 157 4 5 3 20 0 15 0 71727899 11176083456 129770 33554432000 4194304 4196468 140732505205872 139793605696240 139794082187906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28420] ppid=28352 vsize=10914144 memory=960 CPUtime=0.08 cores=0,2,4,6
/proc/28355/task/28420/stat : 28420 (java) S 28352 28355 23703 0 -1 1077944384 3 12910 0 0 0 0 5 3 20 0 15 0 71727900 11176083456 129770 33554432000 4194304 4196468 140732505205872 139792590130272 139794082186965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28421] ppid=28352 vsize=10914144 memory=2704 CPUtime=1.1 cores=0,2,4,6
/proc/28355/task/28421/stat : 28421 (java) S 28352 28355 23703 0 -1 1077944384 894 12910 0 0 51 51 5 3 20 0 15 0 71727900 11176083456 129770 33554432000 4194304 4196468 140732505205872 139793604643120 139794082187906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
Current children cumulated CPU time: 2401.02 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 519080 KiB

[startup+2442.3 s]
/proc/loadavg: 1.60 1.52 1.42 3/216 29033
/proc/meminfo: memFree=16346832/32770624 swapFree=67108796/67108860
[pid=28355] ppid=28352 vsize=10914144 memory=519088 CPUtime=2461.24 cores=0,2,4,6
/proc/28355/stat : 28355 (java) S 28352 28355 23703 0 -1 1077944320 181774 12910 0 0 245962 154 5 3 20 0 15 0 71727885 11176083456 129772 33554432000 4194304 4196468 140732505205872 140732505188416 139794082176759 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
/proc/28355/statm: 2728536 129772 3521 1 0 2690189 0
[pid=28355/tid=28408] ppid=28352 vsize=10914144 memory=519088 CPUtime=2433.87 cores=0,2,4,6
/proc/28355/task/28408/stat : 28408 (java) R 28352 28355 23703 0 -1 4202560 71874 12910 0 0 243356 23 5 3 20 0 15 0 71727894 11176083456 129772 33554432000 4194304 4196468 140732505205872 139794054011344 139793699950654 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28409] ppid=28352 vsize=10914144 memory=519088 CPUtime=3.57 cores=0,2,4,6
/proc/28355/task/28409/stat : 28409 (java) S 28352 28355 23703 0 -1 1077944384 4953 12910 0 0 333 16 5 3 20 0 15 0 71727895 11176083456 129772 33554432000 4194304 4196468 140732505205872 139794086419216 139794082186965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28410] ppid=28352 vsize=10914144 memory=519088 CPUtime=3.56 cores=0,2,4,6
/proc/28355/task/28410/stat : 28410 (java) S 28352 28355 23703 0 -1 1077944384 5659 12910 0 0 329 19 5 3 20 0 15 0 71727895 11176083456 129772 33554432000 4194304 4196468 140732505205872 139793655585680 139794082186965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28411] ppid=28352 vsize=10914144 memory=519088 CPUtime=3.55 cores=0,2,4,6
/proc/28355/task/28411/stat : 28411 (java) S 28352 28355 23703 0 -1 1077944384 7008 12910 0 0 329 18 5 3 20 0 15 0 71727895 11176083456 129772 33554432000 4194304 4196468 140732505205872 139793654533136 139794082186965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28412] ppid=28352 vsize=10914144 memory=65 CPUtime=3.57 cores=0,2,4,6
/proc/28355/task/28412/stat : 28412 (java) S 28352 28355 23703 0 -1 1077944384 4605 12910 0 0 329 20 5 3 20 0 15 0 71727895 11176083456 129772 33554432000 4194304 4196468 140732505205872 139793653480592 139794082186965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28413] ppid=28352 vsize=10914144 memory=519080 CPUtime=3.33 cores=0,2,4,6
/proc/28355/task/28413/stat : 28413 (java) S 28352 28355 23703 0 -1 1077944384 5979 12910 0 0 305 20 5 3 20 0 15 0 71727896 11176083456 129772 33554432000 4194304 4196468 140732505205872 139793608853488 139794082187906 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28414] ppid=28352 vsize=10914144 memory=519088 CPUtime=0.08 cores=0,2,4,6
/proc/28355/task/28414/stat : 28414 (java) S 28352 28355 23703 0 -1 1077944384 20 12910 0 0 0 0 5 3 20 0 15 0 71727897 11176083456 129772 33554432000 4194304 4196468 140732505205872 139793065305120 139794082186965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28415] ppid=28352 vsize=10914144 memory=3708 CPUtime=0.08 cores=0,2,4,6
/proc/28355/task/28415/stat : 28415 (java) S 28352 28355 23703 0 -1 1077944384 3 12910 0 0 0 0 5 3 20 0 15 0 71727897 11176083456 129772 33554432000 4194304 4196468 140732505205872 139792863978496 139794082186965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28416] ppid=28352 vsize=10914144 memory=519088 CPUtime=0.08 cores=0,2,4,6
/proc/28355/task/28416/stat : 28416 (java) S 28352 28355 23703 0 -1 1077944384 3 12910 0 0 0 0 5 3 20 0 15 0 71727899 11176083456 129772 33554432000 4194304 4196468 140732505205872 139792623687888 139794082195355 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28417] ppid=28352 vsize=10914144 memory=519088 CPUtime=3.9 cores=0,2,4,6
/proc/28355/task/28417/stat : 28417 (java) S 28352 28355 23703 0 -1 1077944384 31603 12910 0 0 379 3 5 3 20 0 15 0 71727899 11176083456 129772 33554432000 4194304 4196468 140732505205872 139793607801328 139794082187906 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28418] ppid=28352 vsize=10914144 memory=519088 CPUtime=3.69 cores=0,2,4,6
/proc/28355/task/28418/stat : 28418 (java) S 28352 28355 23703 0 -1 1077944384 26469 12910 0 0 358 3 5 3 20 0 15 0 71727899 11176083456 129772 33554432000 4194304 4196468 140732505205872 139793606748784 139794082187906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28419] ppid=28352 vsize=10914144 memory=519088 CPUtime=1.69 cores=0,2,4,6
/proc/28355/task/28419/stat : 28419 (java) S 28352 28355 23703 0 -1 1077944384 20496 12910 0 0 157 4 5 3 20 0 15 0 71727899 11176083456 129772 33554432000 4194304 4196468 140732505205872 139793605696240 139794082187906 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28420] ppid=28352 vsize=10914144 memory=519088 CPUtime=0.08 cores=0,2,4,6
/proc/28355/task/28420/stat : 28420 (java) S 28352 28355 23703 0 -1 1077944384 3 12910 0 0 0 0 5 3 20 0 15 0 71727900 11176083456 129772 33554432000 4194304 4196468 140732505205872 139792590130272 139794082186965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28421] ppid=28352 vsize=10914144 memory=519088 CPUtime=1.12 cores=0,2,4,6
/proc/28355/task/28421/stat : 28421 (java) S 28352 28355 23703 0 -1 1077944384 909 12910 0 0 52 52 5 3 20 0 15 0 71727900 11176083456 129772 33554432000 4194304 4196468 140732505205872 139793604643120 139794082187906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
Current children cumulated CPU time: 2461.24 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 519088 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2500.9 s]
/proc/loadavg: 1.64 1.54 1.43 3/216 29034
/proc/meminfo: memFree=16346148/32770624 swapFree=67108796/67108860
[pid=28355] ppid=28352 vsize=10914144 memory=519180 CPUtime=2520.07 cores=0,2,4,6
/proc/28355/stat : 28355 (java) S 28352 28355 23703 0 -1 1077944320 182636 12910 0 0 251843 156 5 3 20 0 15 0 71727885 11176083456 129795 33554432000 4194304 4196468 140732505205872 140732505188416 139794082176759 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
/proc/28355/statm: 2728536 129795 3521 1 0 2690189 0
[pid=28355/tid=28408] ppid=28352 vsize=10914144 memory=1088 CPUtime=2492.28 cores=0,2,4,6
/proc/28355/task/28408/stat : 28408 (java) R 28352 28355 23703 0 -1 4202560 72253 12910 0 0 249197 23 5 3 20 0 15 0 71727894 11176083456 129795 33554432000 4194304 4196468 140732505205872 139794054011360 139793699950999 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28409] ppid=28352 vsize=10914144 memory=519180 CPUtime=3.65 cores=0,2,4,6
/proc/28355/task/28409/stat : 28409 (java) S 28352 28355 23703 0 -1 1077944384 4994 12910 0 0 341 16 5 3 20 0 15 0 71727895 11176083456 129795 33554432000 4194304 4196468 140732505205872 139794086419216 139794082186965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28410] ppid=28352 vsize=10914144 memory=519180 CPUtime=3.64 cores=0,2,4,6
/proc/28355/task/28410/stat : 28410 (java) S 28352 28355 23703 0 -1 1077944384 5715 12910 0 0 337 19 5 3 20 0 15 0 71727895 11176083456 129795 33554432000 4194304 4196468 140732505205872 139793655585680 139794082186965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28411] ppid=28352 vsize=10914144 memory=519180 CPUtime=3.63 cores=0,2,4,6
/proc/28355/task/28411/stat : 28411 (java) S 28352 28355 23703 0 -1 1077944384 7248 12910 0 0 337 18 5 3 20 0 15 0 71727895 11176083456 129795 33554432000 4194304 4196468 140732505205872 139793654533136 139794082186965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28412] ppid=28352 vsize=10914144 memory=1120 CPUtime=3.65 cores=0,2,4,6
/proc/28355/task/28412/stat : 28412 (java) S 28352 28355 23703 0 -1 1077944384 4680 12910 0 0 337 20 5 3 20 0 15 0 71727895 11176083456 129795 33554432000 4194304 4196468 140732505205872 139793653480592 139794082186965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28413] ppid=28352 vsize=10914144 memory=519180 CPUtime=3.4 cores=0,2,4,6
/proc/28355/task/28413/stat : 28413 (java) S 28352 28355 23703 0 -1 1077944384 6038 12910 0 0 312 20 5 3 20 0 15 0 71727896 11176083456 129795 33554432000 4194304 4196468 140732505205872 139793608853488 139794082187906 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28414] ppid=28352 vsize=10914144 memory=519180 CPUtime=0.08 cores=0,2,4,6
/proc/28355/task/28414/stat : 28414 (java) S 28352 28355 23703 0 -1 1077944384 20 12910 0 0 0 0 5 3 20 0 15 0 71727897 11176083456 129795 33554432000 4194304 4196468 140732505205872 139793065305120 139794082186965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28415] ppid=28352 vsize=10914144 memory=519108 CPUtime=0.08 cores=0,2,4,6
/proc/28355/task/28415/stat : 28415 (java) S 28352 28355 23703 0 -1 1077944384 3 12910 0 0 0 0 5 3 20 0 15 0 71727897 11176083456 129795 33554432000 4194304 4196468 140732505205872 139792863978496 139794082186965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28416] ppid=28352 vsize=10914144 memory=519128 CPUtime=0.08 cores=0,2,4,6
/proc/28355/task/28416/stat : 28416 (java) S 28352 28355 23703 0 -1 1077944384 3 12910 0 0 0 0 5 3 20 0 15 0 71727899 11176083456 129795 33554432000 4194304 4196468 140732505205872 139792623687888 139794082195355 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28417] ppid=28352 vsize=10914144 memory=3708 CPUtime=3.9 cores=0,2,4,6
/proc/28355/task/28417/stat : 28417 (java) S 28352 28355 23703 0 -1 1077944384 31605 12910 0 0 379 3 5 3 20 0 15 0 71727899 11176083456 129795 33554432000 4194304 4196468 140732505205872 139793607801328 139794082187906 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28418] ppid=28352 vsize=10914144 memory=519180 CPUtime=3.69 cores=0,2,4,6
/proc/28355/task/28418/stat : 28418 (java) S 28352 28355 23703 0 -1 1077944384 26471 12910 0 0 358 3 5 3 20 0 15 0 71727899 11176083456 129795 33554432000 4194304 4196468 140732505205872 139793606748784 139794082187906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28419] ppid=28352 vsize=10914144 memory=2244 CPUtime=1.69 cores=0,2,4,6
/proc/28355/task/28419/stat : 28419 (java) S 28352 28355 23703 0 -1 1077944384 20498 12910 0 0 157 4 5 3 20 0 15 0 71727899 11176083456 129795 33554432000 4194304 4196468 140732505205872 139793605696240 139794082187906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28420] ppid=28352 vsize=10914144 memory=519180 CPUtime=0.08 cores=0,2,4,6
/proc/28355/task/28420/stat : 28420 (java) S 28352 28355 23703 0 -1 1077944384 3 12910 0 0 0 0 5 3 20 0 15 0 71727900 11176083456 129795 33554432000 4194304 4196468 140732505205872 139792590130272 139794082186965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28421] ppid=28352 vsize=10914144 memory=786520 CPUtime=1.14 cores=0,2,4,6
/proc/28355/task/28421/stat : 28421 (java) S 28352 28355 23703 0 -1 1077944384 915 12910 0 0 52 54 5 3 20 0 15 0 71727900 11176083456 129795 33554432000 4194304 4196468 140732505205872 139793604643120 139794082187906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 519180 KiB

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

[startup+2500.93 s]
# the end of solver process 28355 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.5 s, system=1.60659 s

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

[startup+2500.9 s]
/proc/loadavg: 1.64 1.54 1.43 3/216 29034
/proc/meminfo: memFree=16346148/32770624 swapFree=67108796/67108860
[pid=28355] ppid=28352 vsize=10914144 memory=519180 CPUtime=2520.07 cores=0,2,4,6
/proc/28355/stat : 28355 (java) S 28352 28355 23703 0 -1 1077944320 182636 12910 0 0 251843 156 5 3 20 0 15 0 71727885 11176083456 129795 33554432000 4194304 4196468 140732505205872 140732505188416 139794082176759 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
/proc/28355/statm: 2728536 129795 3521 1 0 2690189 0
[pid=28355/tid=28408] ppid=28352 vsize=10914144 memory=1088 CPUtime=2492.28 cores=0,2,4,6
/proc/28355/task/28408/stat : 28408 (java) R 28352 28355 23703 0 -1 4202560 72253 12910 0 0 249197 23 5 3 20 0 15 0 71727894 11176083456 129795 33554432000 4194304 4196468 140732505205872 139794054011360 139793699950999 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28409] ppid=28352 vsize=10914144 memory=519180 CPUtime=3.65 cores=0,2,4,6
/proc/28355/task/28409/stat : 28409 (java) S 28352 28355 23703 0 -1 1077944384 4994 12910 0 0 341 16 5 3 20 0 15 0 71727895 11176083456 129795 33554432000 4194304 4196468 140732505205872 139794086419216 139794082186965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28410] ppid=28352 vsize=10914144 memory=519180 CPUtime=3.64 cores=0,2,4,6
/proc/28355/task/28410/stat : 28410 (java) S 28352 28355 23703 0 -1 1077944384 5715 12910 0 0 337 19 5 3 20 0 15 0 71727895 11176083456 129795 33554432000 4194304 4196468 140732505205872 139793655585680 139794082186965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28411] ppid=28352 vsize=10914144 memory=519180 CPUtime=3.63 cores=0,2,4,6
/proc/28355/task/28411/stat : 28411 (java) S 28352 28355 23703 0 -1 1077944384 7248 12910 0 0 337 18 5 3 20 0 15 0 71727895 11176083456 129795 33554432000 4194304 4196468 140732505205872 139793654533136 139794082186965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28412] ppid=28352 vsize=10914144 memory=1120 CPUtime=3.65 cores=0,2,4,6
/proc/28355/task/28412/stat : 28412 (java) S 28352 28355 23703 0 -1 1077944384 4680 12910 0 0 337 20 5 3 20 0 15 0 71727895 11176083456 129795 33554432000 4194304 4196468 140732505205872 139793653480592 139794082186965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28413] ppid=28352 vsize=10914144 memory=519180 CPUtime=3.4 cores=0,2,4,6
/proc/28355/task/28413/stat : 28413 (java) S 28352 28355 23703 0 -1 1077944384 6038 12910 0 0 312 20 5 3 20 0 15 0 71727896 11176083456 129795 33554432000 4194304 4196468 140732505205872 139793608853488 139794082187906 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28414] ppid=28352 vsize=10914144 memory=519180 CPUtime=0.08 cores=0,2,4,6
/proc/28355/task/28414/stat : 28414 (java) S 28352 28355 23703 0 -1 1077944384 20 12910 0 0 0 0 5 3 20 0 15 0 71727897 11176083456 129795 33554432000 4194304 4196468 140732505205872 139793065305120 139794082186965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28415] ppid=28352 vsize=10914144 memory=519108 CPUtime=0.08 cores=0,2,4,6
/proc/28355/task/28415/stat : 28415 (java) S 28352 28355 23703 0 -1 1077944384 3 12910 0 0 0 0 5 3 20 0 15 0 71727897 11176083456 129795 33554432000 4194304 4196468 140732505205872 139792863978496 139794082186965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28416] ppid=28352 vsize=10914144 memory=519128 CPUtime=0.08 cores=0,2,4,6
/proc/28355/task/28416/stat : 28416 (java) S 28352 28355 23703 0 -1 1077944384 3 12910 0 0 0 0 5 3 20 0 15 0 71727899 11176083456 129795 33554432000 4194304 4196468 140732505205872 139792623687888 139794082195355 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28417] ppid=28352 vsize=10914144 memory=3708 CPUtime=3.9 cores=0,2,4,6
/proc/28355/task/28417/stat : 28417 (java) S 28352 28355 23703 0 -1 1077944384 31605 12910 0 0 379 3 5 3 20 0 15 0 71727899 11176083456 129795 33554432000 4194304 4196468 140732505205872 139793607801328 139794082187906 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28418] ppid=28352 vsize=10914144 memory=519180 CPUtime=3.69 cores=0,2,4,6
/proc/28355/task/28418/stat : 28418 (java) S 28352 28355 23703 0 -1 1077944384 26471 12910 0 0 358 3 5 3 20 0 15 0 71727899 11176083456 129795 33554432000 4194304 4196468 140732505205872 139793606748784 139794082187906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28419] ppid=28352 vsize=10914144 memory=2244 CPUtime=1.69 cores=0,2,4,6
/proc/28355/task/28419/stat : 28419 (java) S 28352 28355 23703 0 -1 1077944384 20498 12910 0 0 157 4 5 3 20 0 15 0 71727899 11176083456 129795 33554432000 4194304 4196468 140732505205872 139793605696240 139794082187906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28420] ppid=28352 vsize=10914144 memory=519180 CPUtime=0.08 cores=0,2,4,6
/proc/28355/task/28420/stat : 28420 (java) S 28352 28355 23703 0 -1 1077944384 3 12910 0 0 0 0 5 3 20 0 15 0 71727900 11176083456 129795 33554432000 4194304 4196468 140732505205872 139792590130272 139794082186965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
[pid=28355/tid=28421] ppid=28352 vsize=10914144 memory=786520 CPUtime=1.14 cores=0,2,4,6
/proc/28355/task/28421/stat : 28421 (java) S 28352 28355 23703 0 -1 1077944384 915 12910 0 0 52 54 5 3 20 0 15 0 71727900 11176083456 129795 33554432000 4194304 4196468 140732505205872 139793604643120 139794082187906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34037760 140732505213550 140732505216348 140732505216348 140732505219023 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 519180 KiB

Child status: 143
Real time (s): 2500.93
CPU time (s): 2520.11
CPU user time (s): 2518.5
CPU system time (s): 1.60659
CPU usage (%): 100.767
Max. virtual memory (cumulated for all children) (KiB): 10916780
Max. memory (cumulated for all children) (KiB): 551964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.5
system time used= 1.60659
maximum resident set size= 551976
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 196291
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3072
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 129119
involuntary context switches= 5296


# summary of solver processes directly reported to runsolver:
#   pid: 28355
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2518.5
#   total CPU system time (s): 1.60659

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.7076 second user time and 21.8972 second system time

The end

Launcher Data

Begin job on node138 at 2018-07-25 20:00:47
IDJOB=4295314
IDBENCH=141505
IDSOLVER=2750
FILE ID=node138/4295314-1532541647
RUNJOBID= node138-1532523045-23734
PBS_JOBID= 21021594
Free space on /tmp= 53776 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/Subisomorphism/Subisomorphism-g17-g37_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295314-1532541647/watcher-4295314-1532541647 -o /tmp/evaluation-result-4295314-1532541647/solver-4295314-1532541647 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532523045-23734 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=2004404934 HOME/instance-4295314-1532541647.xml

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

MD5SUM BENCH= 15f6930ab26cfa444fe93224da66a51d
RANDOM SEED=2004404934

node138.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.71
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.71
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.71
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.71
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:        17116852 kB
MemAvailable:   31408892 kB
Buffers:          168624 kB
Cached:         14269400 kB
SwapCached:           44 kB
Active:          2903760 kB
Inactive:       12107832 kB
Active(anon):     524268 kB
Inactive(anon):    77272 kB
Active(file):    2379492 kB
Inactive(file): 12030560 kB
Unevictable:        7328 kB
Mlocked:            7328 kB
SwapTotal:      67108860 kB
SwapFree:       67108796 kB
Dirty:             26256 kB
Writeback:             0 kB
AnonPages:        580512 kB
Mapped:            47800 kB
Shmem:             25164 kB
Slab:             338856 kB
SReclaimable:     310448 kB
SUnreclaim:        28408 kB
KernelStack:        3840 kB
PageTables:         6036 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1552896 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    481280 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 53748 MiB
End job on node138 at 2018-07-25 20:42:28