Trace number 4304503

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 NameAnswerobjective functionCPU timeWall clock time
Concrete 3.9.2? (TO) 2520.12 2446.17

General information on the benchmark

NameTemplateDesign/
TemplateDesign-m2-magazine_c18.xml
MD5SUMc4204b87298b93dafaf8bd2d2b317c15
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2600
Number of constraints201
Number of domains3
Minimum domain size2
Maximum domain size406
Distribution of domain sizes[{"size":2,"count":50},{"size":41,"count":2500},{"size":406,"count":50}]
Minimum variable degree2
Maximum variable degree52
Distribution of variable degrees[{"degree":2,"count":2450},{"degree":3,"count":100},{"degree":52,"count":50}]
Minimum constraint arity2
Maximum constraint arity100
Distribution of constraint arities[{"arity":2,"count":100},{"arity":50,"count":51},{"arity":100,"count":50}]
Number of extensional constraints0
Number of intensional constraints100
Distribution of constraint types[{"type":"intension","count":100},{"type":"ordered","count":1},{"type":"sum","count":100}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304503-1534099504/watcher-4304503-1534099504 -o /tmp/evaluation-result-4304503-1534099504/solver-4304503-1534099504 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1534099504-1960 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1567833754 HOME/instance-4304503-1534099504.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
solver pid=1990, runsolver pid=1983
Current StackSize limit: 8192 KiB


[startup+0.100172 s]*
/proc/loadavg: 1.51 1.43 1.42 2/189 2099
/proc/meminfo: memFree=28464980/32770624 swapFree=67108804/67108860
[pid=1990] ppid=1983 vsize=10003272 memory=13520 CPUtime=0.09 cores=0,2,4,6
/proc/1990/stat : 1990 (java) S 1983 1990 1929 0 -1 1077944320 3534 12997 0 0 1 0 5 3 20 0 6 0 227513590 10243350528 3380 33554432000 4194304 4196468 140726677795184 140726677777728 140277025275639 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
/proc/1990/statm: 2501370 3380 1337 1 0 2489808 0
[pid=1990/tid=2099] ppid=1983 vsize=10005480 memory=-8412656559033194355 CPUtime=0.08 cores=0,2,4,6
/proc/1990/task/2099/stat : 2099 (java) R 1983 1990 1929 0 -1 4202560 1843 12997 0 0 0 0 5 3 20 0 6 0 227513600 10245611520 3906 33554432000 4194304 4196468 140726677795184 140276997112400 140276846636005 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2101] ppid=1983 vsize=10005480 memory=7948963741541478447 CPUtime=0.08 cores=0,2,4,6
/proc/1990/task/2101/stat : 2101 (java) S 1983 1990 1929 0 -1 1077944384 1 12997 0 0 0 0 5 3 20 0 6 0 227513600 10245611520 3906 33554432000 4194304 4196468 140726677795184 140277029517712 140277025285845 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2104] ppid=1983 vsize=10005480 memory=140502986716800 CPUtime=0.08 cores=0,2,4,6
/proc/1990/task/2104/stat : 2104 (java) S 1983 1990 1929 0 -1 1077944384 1 12997 0 0 0 0 5 3 20 0 6 0 227513600 10245611520 3906 33554432000 4194304 4196468 140726677795184 140276921268496 140277025285845 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2106] ppid=1983 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1990/task/2106/stat : 2106 (java) S 1983 1990 1929 0 -1 1077944384 2 12997 0 0 0 0 5 3 20 0 6 0 227513600 10245611520 3906 33554432000 4194304 4196468 140726677795184 140276564417168 140277025285845 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2107] ppid=1983 vsize=10005480 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/1990/task/2107/stat : 2107 (java) S 1983 1990 1929 0 -1 1077944384 2 12997 0 0 0 0 5 3 20 0 6 0 227513600 10245611520 3906 33554432000 4194304 4196468 140726677795184 140276563364368 140277025285845 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10003272 KiB
Current children cumulated memory: 13520 KiB

[startup+0.210018 s]*
/proc/loadavg: 1.51 1.43 1.42 5/215 2125
/proc/meminfo: memFree=28410192/32770624 swapFree=67108804/67108860
[pid=1990] ppid=1983 vsize=10982728 memory=43584 CPUtime=0.26 cores=0,2,4,6
/proc/1990/stat : 1990 (java) S 1983 1990 1929 0 -1 1077944320 8159 12997 0 0 16 2 5 3 20 0 15 0 227513590 11246313472 10830 33554432000 4194304 4196468 140726677795184 140726677777728 140277025275639 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
/proc/1990/statm: 2745682 10830 2960 1 0 2708117 0
[pid=1990/tid=2099] ppid=1983 vsize=10982696 memory=-8412656559033194355 CPUtime=0.18 cores=0,2,4,6
/proc/1990/task/2099/stat : 2099 (java) R 1983 1990 1929 0 -1 4202560 4933 12997 0 0 9 1 5 3 20 0 15 0 227513600 11246280704 11080 33554432000 4194304 4196468 140726677795184 140276997073296 140277009356126 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2101] ppid=1983 vsize=10982696 memory=7948963741541478447 CPUtime=0.08 cores=0,2,4,6
/proc/1990/task/2101/stat : 2101 (java) S 1983 1990 1929 0 -1 1077944384 1 12997 0 0 0 0 5 3 20 0 15 0 227513600 11246280704 11080 33554432000 4194304 4196468 140726677795184 140277029517712 140277025285845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2104] ppid=1983 vsize=10982696 memory=140502986716800 CPUtime=0.08 cores=0,2,4,6
/proc/1990/task/2104/stat : 2104 (java) S 1983 1990 1929 0 -1 1077944384 1 12997 0 0 0 0 5 3 20 0 15 0 227513600 11246280704 11080 33554432000 4194304 4196468 140726677795184 140276921268496 140277025285845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2106] ppid=1983 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1990/task/2106/stat : 2106 (java) S 1983 1990 1929 0 -1 1077944384 2 12997 0 0 0 0 5 3 20 0 15 0 227513600 11246280704 11080 33554432000 4194304 4196468 140726677795184 140276564417168 140277025285845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2107] ppid=1983 vsize=10982696 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/1990/task/2107/stat : 2107 (java) S 1983 1990 1929 0 -1 1077944384 2 12997 0 0 0 0 5 3 20 0 15 0 227513600 11246280704 11080 33554432000 4194304 4196468 140726677795184 140276563364368 140277025285845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2109] ppid=1983 vsize=10982696 memory=140502986716800 CPUtime=0.08 cores=0,2,4,6
/proc/1990/task/2109/stat : 2109 (java) S 1983 1990 1929 0 -1 1077944384 2 12997 0 0 0 0 5 3 20 0 15 0 227513602 11246280704 11080 33554432000 4194304 4196468 140726677795184 140276450454128 140277025286786 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2110] ppid=1983 vsize=10982696 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/1990/task/2110/stat : 2110 (java) S 1983 1990 1929 0 -1 1077944384 13 12997 0 0 0 0 5 3 20 0 15 0 227513602 11246280704 11080 33554432000 4194304 4196468 140726677795184 140275846472992 140277025285845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2112] ppid=1983 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1990/task/2112/stat : 2112 (java) S 1983 1990 1929 0 -1 1077944384 1 12997 0 0 0 0 5 3 20 0 15 0 227513603 11246280704 11080 33554432000 4194304 4196468 140726677795184 140275645146736 140277025285845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2114] ppid=1983 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1990/task/2114/stat : 2114 (java) S 1983 1990 1929 0 -1 1077944384 3 12997 0 0 0 0 5 3 20 0 15 0 227513605 11246280704 11080 33554432000 4194304 4196468 140726677795184 140275337747024 140277025294235 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2116] ppid=1983 vsize=10982696 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/1990/task/2116/stat : 2116 (java) S 1983 1990 1929 0 -1 1077944384 483 12997 0 0 1 0 5 3 20 0 15 0 227513605 11246280704 11080 33554432000 4194304 4196468 140726677795184 140276449400944 140277025286786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2117] ppid=1983 vsize=10982696 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/1990/task/2117/stat : 2117 (java) S 1983 1990 1929 0 -1 1077944384 135 12997 0 0 0 0 5 3 20 0 15 0 227513605 11246280704 11080 33554432000 4194304 4196468 140726677795184 140276448348144 140277025286786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2119] ppid=1983 vsize=10982696 memory=140502986716800 CPUtime=0.11 cores=0,2,4,6
/proc/1990/task/2119/stat : 2119 (java) R 1983 1990 1929 0 -1 4202560 621 12997 0 0 3 0 5 3 20 0 15 0 227513605 11246280704 11080 33554432000 4194304 4196468 140726677795184 140276447295856 140277004668334 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2122] ppid=1983 vsize=10982696 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/1990/task/2122/stat : 2122 (java) S 1983 1990 1929 0 -1 1077944384 3 12997 0 0 0 0 5 3 20 0 15 0 227513605 11246280704 11080 33554432000 4194304 4196468 140726677795184 140274906950112 140277025285845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2124] ppid=1983 vsize=10982696 memory=140502986716800 CPUtime=0.08 cores=0,2,4,6
/proc/1990/task/2124/stat : 2124 (java) S 1983 1990 1929 0 -1 1077944384 1 12997 0 0 0 0 5 3 20 0 15 0 227513606 11246280704 11080 33554432000 4194304 4196468 140726677795184 140276446243760 140277025286786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982728 KiB
Current children cumulated memory: 43584 KiB

[startup+0.310288 s]*
/proc/loadavg: 1.51 1.43 1.42 4/215 2125
/proc/meminfo: memFree=28385352/32770624 swapFree=67108804/67108860
[pid=1990] ppid=1983 vsize=10983192 memory=52840 CPUtime=0.38 cores=0,2,4,6
/proc/1990/stat : 1990 (java) S 1983 1990 1929 0 -1 1077944320 9740 12997 0 0 28 2 5 3 20 0 15 0 227513590 11246788608 13210 33554432000 4194304 4196468 140726677795184 140726677777728 140277025275639 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
/proc/1990/statm: 2745798 13210 3091 1 0 2708109 0
[pid=1990/tid=2099] ppid=1983 vsize=10983192 memory=1399051139730258233 CPUtime=0.28 cores=0,2,4,6
/proc/1990/task/2099/stat : 2099 (java) R 1983 1990 1929 0 -1 4202560 6544 12997 0 0 19 1 5 3 20 0 15 0 227513600 11246788608 13472 33554432000 4194304 4196468 140726677795184 140276997087648 140277005551467 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2101] ppid=1983 vsize=10983192 memory=-6528659786915370398 CPUtime=0.08 cores=0,2,4,6
/proc/1990/task/2101/stat : 2101 (java) S 1983 1990 1929 0 -1 1077944384 1 12997 0 0 0 0 5 3 20 0 15 0 227513600 11246788608 13472 33554432000 4194304 4196468 140726677795184 140277029517712 140277025285845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2104] ppid=1983 vsize=10983192 memory=7031125463459224206 CPUtime=0.08 cores=0,2,4,6
/proc/1990/task/2104/stat : 2104 (java) S 1983 1990 1929 0 -1 1077944384 1 12997 0 0 0 0 5 3 20 0 15 0 227513600 11246788608 13472 33554432000 4194304 4196468 140726677795184 140276921268496 140277025285845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2106] ppid=1983 vsize=10983192 memory=4126316290023845779 CPUtime=0.08 cores=0,2,4,6
/proc/1990/task/2106/stat : 2106 (java) S 1983 1990 1929 0 -1 1077944384 2 12997 0 0 0 0 5 3 20 0 15 0 227513600 11246788608 13538 33554432000 4194304 4196468 140726677795184 140276564417168 140277025285845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2107] ppid=1983 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1990/task/2107/stat : 2107 (java) S 1983 1990 1929 0 -1 1077944384 2 12997 0 0 0 0 5 3 20 0 15 0 227513600 11246788608 13538 33554432000 4194304 4196468 140726677795184 140276563364368 140277025285845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2109] ppid=1983 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1990/task/2109/stat : 2109 (java) S 1983 1990 1929 0 -1 1077944384 2 12997 0 0 0 0 5 3 20 0 15 0 227513602 11246788608 13538 33554432000 4194304 4196468 140726677795184 140276450454128 140277025286786 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2110] ppid=1983 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1990/task/2110/stat : 2110 (java) S 1983 1990 1929 0 -1 1077944384 13 12997 0 0 0 0 5 3 20 0 15 0 227513602 11246788608 13538 33554432000 4194304 4196468 140726677795184 140275846472992 140277025285845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2112] ppid=1983 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1990/task/2112/stat : 2112 (java) S 1983 1990 1929 0 -1 1077944384 1 12997 0 0 0 0 5 3 20 0 15 0 227513603 11246788608 13538 33554432000 4194304 4196468 140726677795184 140275645146736 140277025285845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2114] ppid=1983 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1990/task/2114/stat : 2114 (java) S 1983 1990 1929 0 -1 1077944384 3 12997 0 0 0 0 5 3 20 0 15 0 227513605 11246788608 13538 33554432000 4194304 4196468 140726677795184 140275337747024 140277025294235 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2116] ppid=1983 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/1990/task/2116/stat : 2116 (java) S 1983 1990 1929 0 -1 1077944384 483 12997 0 0 1 0 5 3 20 0 15 0 227513605 11246788608 13538 33554432000 4194304 4196468 140726677795184 140276449400944 140277025286786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2117] ppid=1983 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/1990/task/2117/stat : 2117 (java) S 1983 1990 1929 0 -1 1077944384 138 12997 0 0 1 0 5 3 20 0 15 0 227513605 11246788608 13538 33554432000 4194304 4196468 140726677795184 140276448348144 140277025286786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2119] ppid=1983 vsize=10983192 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/1990/task/2119/stat : 2119 (java) S 1983 1990 1929 0 -1 1077944384 627 12997 0 0 5 0 5 3 20 0 15 0 227513605 11246788608 13538 33554432000 4194304 4196468 140726677795184 140276447295856 140277025286786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2122] ppid=1983 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1990/task/2122/stat : 2122 (java) S 1983 1990 1929 0 -1 1077944384 3 12997 0 0 0 0 5 3 20 0 15 0 227513605 11246788608 13538 33554432000 4194304 4196468 140726677795184 140274906950112 140277025285845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2124] ppid=1983 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1990/task/2124/stat : 2124 (java) S 1983 1990 1929 0 -1 1077944384 1 12997 0 0 0 0 5 3 20 0 15 0 227513606 11246788608 13538 33554432000 4194304 4196468 140726677795184 140276446243760 140277025286786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 52840 KiB

[startup+0.700786 s]
/proc/loadavg: 1.51 1.43 1.42 4/215 2125
/proc/meminfo: memFree=28361784/32770624 swapFree=67108804/67108860
[pid=1990] ppid=1983 vsize=10983192 memory=88560 CPUtime=0.99 cores=0,2,4,6
/proc/1990/stat : 1990 (java) S 1983 1990 1929 0 -1 1077944320 16788 12997 0 0 87 4 5 3 20 0 15 0 227513590 11246788608 22140 33554432000 4194304 4196468 140726677795184 140726677777728 140277025275639 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
/proc/1990/statm: 2745798 22140 3237 1 0 2708109 0
[pid=1990/tid=2099] ppid=1983 vsize=10983192 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/1990/task/2099/stat : 2099 (java) R 1983 1990 1929 0 -1 4202560 12345 12997 0 0 56 2 5 3 20 0 15 0 227513600 11246788608 22140 33554432000 4194304 4196468 140726677795184 140276997097808 140277009356126 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2101] ppid=1983 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1990/task/2101/stat : 2101 (java) S 1983 1990 1929 0 -1 1077944384 1 12997 0 0 0 0 5 3 20 0 15 0 227513600 11246788608 22140 33554432000 4194304 4196468 140726677795184 140277029517712 140277025285845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2104] ppid=1983 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1990/task/2104/stat : 2104 (java) S 1983 1990 1929 0 -1 1077944384 1 12997 0 0 0 0 5 3 20 0 15 0 227513600 11246788608 22140 33554432000 4194304 4196468 140726677795184 140276921268496 140277025285845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2106] ppid=1983 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1990/task/2106/stat : 2106 (java) S 1983 1990 1929 0 -1 1077944384 2 12997 0 0 0 0 5 3 20 0 15 0 227513600 11246788608 22140 33554432000 4194304 4196468 140726677795184 140276564417168 140277025285845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2107] ppid=1983 vsize=10983192 memory=78 CPUtime=0.08 cores=0,2,4,6
/proc/1990/task/2107/stat : 2107 (java) S 1983 1990 1929 0 -1 1077944384 2 12997 0 0 0 0 5 3 20 0 15 0 227513600 11246788608 22140 33554432000 4194304 4196468 140726677795184 140276563364368 140277025285845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2109] ppid=1983 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1990/task/2109/stat : 2109 (java) S 1983 1990 1929 0 -1 1077944384 5 12997 0 0 0 0 5 3 20 0 15 0 227513602 11246788608 22140 33554432000 4194304 4196468 140726677795184 140276450454128 140277025286786 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2110] ppid=1983 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1990/task/2110/stat : 2110 (java) S 1983 1990 1929 0 -1 1077944384 13 12997 0 0 0 0 5 3 20 0 15 0 227513602 11246788608 22140 33554432000 4194304 4196468 140726677795184 140275846472992 140277025285845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2112] ppid=1983 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1990/task/2112/stat : 2112 (java) S 1983 1990 1929 0 -1 1077944384 1 12997 0 0 0 0 5 3 20 0 15 0 227513603 11246788608 22140 33554432000 4194304 4196468 140726677795184 140275645146736 140277025285845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2114] ppid=1983 vsize=10983192 memory=1 CPUtime=0.08 cores=0,2,4,6
/proc/1990/task/2114/stat : 2114 (java) S 1983 1990 1929 0 -1 1077944384 3 12997 0 0 0 0 5 3 20 0 15 0 227513605 11246788608 22140 33554432000 4194304 4196468 140726677795184 140275337747024 140277025294235 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2116] ppid=1983 vsize=10983192 memory=3708 CPUtime=0.14 cores=0,2,4,6
/proc/1990/task/2116/stat : 2116 (java) S 1983 1990 1929 0 -1 1077944384 699 12997 0 0 6 0 5 3 20 0 15 0 227513605 11246788608 22140 33554432000 4194304 4196468 140726677795184 140276449400944 140277025286786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2117] ppid=1983 vsize=10983192 memory=61808 CPUtime=0.18 cores=0,2,4,6
/proc/1990/task/2117/stat : 2117 (java) S 1983 1990 1929 0 -1 1077944384 829 12997 0 0 10 0 5 3 20 0 15 0 227513605 11246788608 22140 33554432000 4194304 4196468 140726677795184 140276448348144 140277025286786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2119] ppid=1983 vsize=10983192 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/1990/task/2119/stat : 2119 (java) S 1983 1990 1929 0 -1 1077944384 696 12997 0 0 13 0 5 3 20 0 15 0 227513605 11246788608 22140 33554432000 4194304 4196468 140726677795184 140276447295856 140277025286786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2122] ppid=1983 vsize=10983192 memory=4420 CPUtime=0.08 cores=0,2,4,6
/proc/1990/task/2122/stat : 2122 (java) S 1983 1990 1929 0 -1 1077944384 3 12997 0 0 0 0 5 3 20 0 15 0 227513605 11246788608 22140 33554432000 4194304 4196468 140726677795184 140274906950112 140277025285845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2124] ppid=1983 vsize=10983192 memory=6628 CPUtime=0.08 cores=0,2,4,6
/proc/1990/task/2124/stat : 2124 (java) S 1983 1990 1929 0 -1 1077944384 1 12997 0 0 0 0 5 3 20 0 15 0 227513606 11246788608 22140 33554432000 4194304 4196468 140726677795184 140276446243760 140277025286786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88560 KiB

[startup+1.50261 s]
/proc/loadavg: 1.51 1.43 1.42 4/215 2125
/proc/meminfo: memFree=28272304/32770624 swapFree=67108804/67108860
[pid=1990] ppid=1983 vsize=10998092 memory=187440 CPUtime=2.69 cores=0,2,4,6
/proc/1990/stat : 1990 (java) S 1983 1990 1929 0 -1 1077944320 25180 12997 0 0 251 10 5 3 20 0 15 0 227513590 11262046208 46860 33554432000 4194304 4196468 140726677795184 140726677777728 140277025275639 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
/proc/1990/statm: 2749523 46860 3469 1 0 2711181 0
[pid=1990/tid=2099] ppid=1983 vsize=10998092 memory=2080 CPUtime=1.43 cores=0,2,4,6
/proc/1990/task/2099/stat : 2099 (java) R 1983 1990 1929 0 -1 4202560 17633 12997 0 0 129 6 5 3 20 0 15 0 227513600 11262046208 46860 33554432000 4194304 4196468 140726677795184 140276997090496 140277018375556 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2101] ppid=1983 vsize=10998092 memory=1036 CPUtime=0.09 cores=0,2,4,6
/proc/1990/task/2101/stat : 2101 (java) S 1983 1990 1929 0 -1 1077944384 46 12997 0 0 1 0 5 3 20 0 15 0 227513600 11262046208 46860 33554432000 4194304 4196468 140726677795184 140277029517712 140277025285845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2104] ppid=1983 vsize=10998092 memory=13898514172380 CPUtime=0.09 cores=0,2,4,6
/proc/1990/task/2104/stat : 2104 (java) S 1983 1990 1929 0 -1 1077944384 23 12997 0 0 1 0 5 3 20 0 15 0 227513600 11262046208 46860 33554432000 4194304 4196468 140726677795184 140276921268496 140277025285845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2106] ppid=1983 vsize=10998092 memory=-7595754389018307734 CPUtime=0.09 cores=0,2,4,6
/proc/1990/task/2106/stat : 2106 (java) S 1983 1990 1929 0 -1 1077944384 38 12997 0 0 1 0 5 3 20 0 15 0 227513600 11262046208 46860 33554432000 4194304 4196468 140726677795184 140276564417168 140277025285845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2107] ppid=1983 vsize=10998092 memory=8292148131930887879 CPUtime=0.09 cores=0,2,4,6
/proc/1990/task/2107/stat : 2107 (java) S 1983 1990 1929 0 -1 1077944384 223 12997 0 0 1 0 5 3 20 0 15 0 227513600 11262046208 46860 33554432000 4194304 4196468 140726677795184 140276563364368 140277025285845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2109] ppid=1983 vsize=10998092 memory=146012 CPUtime=0.09 cores=0,2,4,6
/proc/1990/task/2109/stat : 2109 (java) S 1983 1990 1929 0 -1 1077944384 63 12997 0 0 1 0 5 3 20 0 15 0 227513602 11262046208 46860 33554432000 4194304 4196468 140726677795184 140276450454128 140277025286786 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2110] ppid=1983 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1990/task/2110/stat : 2110 (java) S 1983 1990 1929 0 -1 1077944384 14 12997 0 0 0 0 5 3 20 0 15 0 227513602 11262046208 46860 33554432000 4194304 4196468 140726677795184 140275846473056 140277025285845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2112] ppid=1983 vsize=10998092 memory=3780 CPUtime=0.08 cores=0,2,4,6
/proc/1990/task/2112/stat : 2112 (java) S 1983 1990 1929 0 -1 1077944384 1 12997 0 0 0 0 5 3 20 0 15 0 227513603 11262046208 46860 33554432000 4194304 4196468 140726677795184 140275645146752 140277025285845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2114] ppid=1983 vsize=10998092 memory=8316868033356759116 CPUtime=0.08 cores=0,2,4,6
/proc/1990/task/2114/stat : 2114 (java) S 1983 1990 1929 0 -1 1077944384 3 12997 0 0 0 0 5 3 20 0 15 0 227513605 11262046208 46860 33554432000 4194304 4196468 140726677795184 140275337747024 140277025294235 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2116] ppid=1983 vsize=10998092 memory=22843 CPUtime=0.39 cores=0,2,4,6
/proc/1990/task/2116/stat : 2116 (java) S 1983 1990 1929 0 -1 1077944384 1235 12997 0 0 31 0 5 3 20 0 15 0 227513605 11262046208 46860 33554432000 4194304 4196468 140726677795184 140276449400944 140277025286786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2117] ppid=1983 vsize=10998092 memory=0 CPUtime=0.53 cores=0,2,4,6
/proc/1990/task/2117/stat : 2117 (java) S 1983 1990 1929 0 -1 1077944384 2338 12997 0 0 45 0 5 3 20 0 15 0 227513605 11262046208 46860 33554432000 4194304 4196468 140726677795184 140276448348144 140277025286786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2119] ppid=1983 vsize=10998092 memory=-7268740184380118720 CPUtime=0.45 cores=0,2,4,6
/proc/1990/task/2119/stat : 2119 (java) S 1983 1990 1929 0 -1 1077944384 1376 12997 0 0 37 0 5 3 20 0 15 0 227513605 11262046208 46860 33554432000 4194304 4196468 140726677795184 140276447295856 140277025286786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2122] ppid=1983 vsize=10998092 memory=6940425740263440492 CPUtime=0.08 cores=0,2,4,6
/proc/1990/task/2122/stat : 2122 (java) S 1983 1990 1929 0 -1 1077944384 3 12997 0 0 0 0 5 3 20 0 15 0 227513605 11262046208 46860 33554432000 4194304 4196468 140726677795184 140274906950112 140277025285845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2124] ppid=1983 vsize=10998092 memory=3053811428107571792 CPUtime=0.08 cores=0,2,4,6
/proc/1990/task/2124/stat : 2124 (java) S 1983 1990 1929 0 -1 1077944384 1 12997 0 0 0 0 5 3 20 0 15 0 227513606 11262046208 46860 33554432000 4194304 4196468 140726677795184 140276446243760 140277025286786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
Current children cumulated CPU time: 2.69 s
Current children cumulated vsize: 10998092 KiB

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

/proc/1990/task/2099/stat : 2099 (java) R 1983 1990 1929 0 -1 4202560 180247 12997 0 0 236325 90 5 3 20 0 15 0 227513600 11348049920 927214 33554432000 4194304 4196468 140726677795184 140276997109152 140276617055406 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2101] ppid=1983 vsize=11082080 memory=3708856 CPUtime=16.09 cores=0,2,4,6
/proc/1990/task/2101/stat : 2101 (java) S 1983 1990 1929 0 -1 1077944384 24606 12997 0 0 1524 77 5 3 20 0 15 0 227513600 11348049920 927214 33554432000 4194304 4196468 140726677795184 140277029517712 140277025285845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2104] ppid=1983 vsize=11082080 memory=3708856 CPUtime=16.01 cores=0,2,4,6
/proc/1990/task/2104/stat : 2104 (java) S 1983 1990 1929 0 -1 1077944384 23998 12997 0 0 1518 75 5 3 20 0 15 0 227513600 11348049920 927214 33554432000 4194304 4196468 140726677795184 140276921268496 140277025285845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2106] ppid=1983 vsize=11082080 memory=3708856 CPUtime=16.07 cores=0,2,4,6
/proc/1990/task/2106/stat : 2106 (java) S 1983 1990 1929 0 -1 1077944384 35221 12997 0 0 1523 76 5 3 20 0 15 0 227513600 11348049920 927214 33554432000 4194304 4196468 140726677795184 140276564417168 140277025285845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2107] ppid=1983 vsize=11082080 memory=3708856 CPUtime=16.05 cores=0,2,4,6
/proc/1990/task/2107/stat : 2107 (java) S 1983 1990 1929 0 -1 1077944384 29163 12997 0 0 1522 75 5 3 20 0 15 0 227513600 11348049920 927214 33554432000 4194304 4196468 140726677795184 140276563364368 140277025285845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2109] ppid=1983 vsize=11082080 memory=3710908 CPUtime=1.58 cores=0,2,4,6
/proc/1990/task/2109/stat : 2109 (java) S 1983 1990 1929 0 -1 1077944384 28363 12997 0 0 126 24 5 3 20 0 15 0 227513602 11348049920 927214 33554432000 4194304 4196468 140726677795184 140276450454128 140277025286786 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2110] ppid=1983 vsize=11082080 memory=1598 CPUtime=0.08 cores=0,2,4,6
/proc/1990/task/2110/stat : 2110 (java) S 1983 1990 1929 0 -1 1077944384 35 12997 0 0 0 0 5 3 20 0 15 0 227513602 11348049920 927214 33554432000 4194304 4196468 140726677795184 140275846473120 140277025285845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2112] ppid=1983 vsize=11082080 memory=1591 CPUtime=0.08 cores=0,2,4,6
/proc/1990/task/2112/stat : 2112 (java) S 1983 1990 1929 0 -1 1077944384 35 12997 0 0 0 0 5 3 20 0 15 0 227513603 11348049920 927214 33554432000 4194304 4196468 140726677795184 140275645146912 140277025285845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2114] ppid=1983 vsize=11082080 memory=6442495351148864102 CPUtime=0.08 cores=0,2,4,6
/proc/1990/task/2114/stat : 2114 (java) S 1983 1990 1929 0 -1 1077944384 3 12997 0 0 0 0 5 3 20 0 15 0 227513605 11348049920 927214 33554432000 4194304 4196468 140726677795184 140275337747024 140277025294235 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2116] ppid=1983 vsize=11082080 memory=5791664581396097369 CPUtime=11.08 cores=0,2,4,6
/proc/1990/task/2116/stat : 2116 (java) S 1983 1990 1929 0 -1 1077944384 82410 12997 0 0 1092 8 5 3 20 0 15 0 227513605 11348049920 927214 33554432000 4194304 4196468 140726677795184 140276449400944 140277025286786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2117] ppid=1983 vsize=11082080 memory=3708 CPUtime=10.28 cores=0,2,4,6
/proc/1990/task/2117/stat : 2117 (java) S 1983 1990 1929 0 -1 1077944384 75198 12997 0 0 1012 8 5 3 20 0 15 0 227513605 11348049920 927214 33554432000 4194304 4196468 140726677795184 140276448348144 140277025286786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2119] ppid=1983 vsize=11082080 memory=61868 CPUtime=3.23 cores=0,2,4,6
/proc/1990/task/2119/stat : 2119 (java) S 1983 1990 1929 0 -1 1077944384 57158 12997 0 0 307 8 5 3 20 0 15 0 227513605 11348049920 927214 33554432000 4194304 4196468 140726677795184 140276447295856 140277025286786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2122] ppid=1983 vsize=11082080 memory=3708856 CPUtime=0.08 cores=0,2,4,6
/proc/1990/task/2122/stat : 2122 (java) S 1983 1990 1929 0 -1 1077944384 3 12997 0 0 0 0 5 3 20 0 15 0 227513605 11348049920 927214 33554432000 4194304 4196468 140726677795184 140274906950112 140277025285845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2124] ppid=1983 vsize=11082080 memory=1168 CPUtime=1.54 cores=0,2,4,6
/proc/1990/task/2124/stat : 2124 (java) S 1983 1990 1929 0 -1 1077944384 2527 12997 0 0 71 75 5 3 20 0 15 0 227513606 11348049920 927214 33554432000 4194304 4196468 140726677795184 140276446243760 140277025286786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
Current children cumulated CPU time: 2455.57 s
Current children cumulated vsize: 11082080 KiB
Current children cumulated memory: 3708856 KiB

[startup+2442.3 s]
/proc/loadavg: 1.65 1.48 1.42 3/215 2481
/proc/meminfo: memFree=21025160/32770624 swapFree=67108804/67108860
[pid=1990] ppid=1983 vsize=11082080 memory=3712096 CPUtime=2516.15 cores=0,2,4,6
/proc/1990/stat : 1990 (java) S 1983 1990 1929 0 -1 1077944320 546331 12997 0 0 251112 495 5 3 20 0 15 0 227513590 11348049920 928024 33554432000 4194304 4196468 140726677795184 140726677777728 140277025275639 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
/proc/1990/statm: 2770520 928024 3537 1 0 2732173 0
[pid=1990/tid=2099] ppid=1983 vsize=11082080 memory=3712096 CPUtime=2424.03 cores=0,2,4,6
/proc/1990/task/2099/stat : 2099 (java) R 1983 1990 1929 0 -1 4202560 183320 12997 0 0 242305 90 5 3 20 0 15 0 227513600 11348049920 928024 33554432000 4194304 4196468 140726677795184 140276997107080 140276610316429 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2101] ppid=1983 vsize=11082080 memory=3708860 CPUtime=16.26 cores=0,2,4,6
/proc/1990/task/2101/stat : 2101 (java) S 1983 1990 1929 0 -1 1077944384 24864 12997 0 0 1541 77 5 3 20 0 15 0 227513600 11348049920 928024 33554432000 4194304 4196468 140726677795184 140277029517712 140277025285845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2104] ppid=1983 vsize=11082080 memory=3708860 CPUtime=16.19 cores=0,2,4,6
/proc/1990/task/2104/stat : 2104 (java) S 1983 1990 1929 0 -1 1077944384 24099 12997 0 0 1536 75 5 3 20 0 15 0 227513600 11348049920 928024 33554432000 4194304 4196468 140726677795184 140276921268496 140277025285845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2106] ppid=1983 vsize=11082080 memory=3708860 CPUtime=16.25 cores=0,2,4,6
/proc/1990/task/2106/stat : 2106 (java) S 1983 1990 1929 0 -1 1077944384 35456 12997 0 0 1541 76 5 3 20 0 15 0 227513600 11348049920 928024 33554432000 4194304 4196468 140726677795184 140276564417168 140277025285845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2107] ppid=1983 vsize=11082080 memory=1260 CPUtime=16.22 cores=0,2,4,6
/proc/1990/task/2107/stat : 2107 (java) S 1983 1990 1929 0 -1 1077944384 29454 12997 0 0 1539 75 5 3 20 0 15 0 227513600 11348049920 928024 33554432000 4194304 4196468 140726677795184 140276563364368 140277025285845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2109] ppid=1983 vsize=11082080 memory=3712096 CPUtime=1.6 cores=0,2,4,6
/proc/1990/task/2109/stat : 2109 (java) S 1983 1990 1929 0 -1 1077944384 28548 12997 0 0 128 24 5 3 20 0 15 0 227513602 11348049920 928024 33554432000 4194304 4196468 140726677795184 140276450454128 140277025286786 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2110] ppid=1983 vsize=11082080 memory=3712096 CPUtime=0.08 cores=0,2,4,6
/proc/1990/task/2110/stat : 2110 (java) S 1983 1990 1929 0 -1 1077944384 35 12997 0 0 0 0 5 3 20 0 15 0 227513602 11348049920 928024 33554432000 4194304 4196468 140726677795184 140275846473120 140277025285845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2112] ppid=1983 vsize=11082080 memory=3712096 CPUtime=0.08 cores=0,2,4,6
/proc/1990/task/2112/stat : 2112 (java) S 1983 1990 1929 0 -1 1077944384 35 12997 0 0 0 0 5 3 20 0 15 0 227513603 11348049920 928024 33554432000 4194304 4196468 140726677795184 140275645146912 140277025285845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2114] ppid=1983 vsize=11082080 memory=3708860 CPUtime=0.08 cores=0,2,4,6
/proc/1990/task/2114/stat : 2114 (java) S 1983 1990 1929 0 -1 1077944384 3 12997 0 0 0 0 5 3 20 0 15 0 227513605 11348049920 928024 33554432000 4194304 4196468 140726677795184 140275337747024 140277025294235 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2116] ppid=1983 vsize=11082080 memory=3708860 CPUtime=11.09 cores=0,2,4,6
/proc/1990/task/2116/stat : 2116 (java) S 1983 1990 1929 0 -1 1077944384 82788 12997 0 0 1093 8 5 3 20 0 15 0 227513605 11348049920 928024 33554432000 4194304 4196468 140726677795184 140276449400944 140277025286786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2117] ppid=1983 vsize=11082080 memory=61868 CPUtime=10.29 cores=0,2,4,6
/proc/1990/task/2117/stat : 2117 (java) S 1983 1990 1929 0 -1 1077944384 75514 12997 0 0 1013 8 5 3 20 0 15 0 227513605 11348049920 928024 33554432000 4194304 4196468 140726677795184 140276448348144 140277025286786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2119] ppid=1983 vsize=11082080 memory=3712096 CPUtime=3.24 cores=0,2,4,6
/proc/1990/task/2119/stat : 2119 (java) S 1983 1990 1929 0 -1 1077944384 57480 12997 0 0 308 8 5 3 20 0 15 0 227513605 11348049920 928024 33554432000 4194304 4196468 140726677795184 140276447295856 140277025286786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2122] ppid=1983 vsize=11082080 memory=1060 CPUtime=0.08 cores=0,2,4,6
/proc/1990/task/2122/stat : 2122 (java) S 1983 1990 1929 0 -1 1077944384 3 12997 0 0 0 0 5 3 20 0 15 0 227513605 11348049920 928024 33554432000 4194304 4196468 140726677795184 140274906950112 140277025285845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2124] ppid=1983 vsize=11082080 memory=1260 CPUtime=1.57 cores=0,2,4,6
/proc/1990/task/2124/stat : 2124 (java) S 1983 1990 1929 0 -1 1077944384 2544 12997 0 0 73 76 5 3 20 0 15 0 227513606 11348049920 928024 33554432000 4194304 4196468 140726677795184 140276446243760 140277025286786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
Current children cumulated CPU time: 2516.15 s
Current children cumulated vsize: 11082080 KiB
Current children cumulated memory: 3712096 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2446.11 s]
/proc/loadavg: 1.60 1.47 1.42 3/215 2481
/proc/meminfo: memFree=21025284/32770624 swapFree=67108804/67108860
[pid=1990] ppid=1983 vsize=11082080 memory=3712096 CPUtime=2520 cores=0,2,4,6
/proc/1990/stat : 1990 (java) S 1983 1990 1929 0 -1 1077944320 546462 12997 0 0 251497 495 5 3 20 0 15 0 227513590 11348049920 928024 33554432000 4194304 4196468 140726677795184 140726677777728 140277025275639 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
/proc/1990/statm: 2770520 928024 3537 1 0 2732173 0
[pid=1990/tid=2099] ppid=1983 vsize=11082080 memory=3712096 CPUtime=2427.83 cores=0,2,4,6
/proc/1990/task/2099/stat : 2099 (java) R 1983 1990 1929 0 -1 4202560 183449 12997 0 0 242685 90 5 3 20 0 15 0 227513600 11348049920 928024 33554432000 4194304 4196468 140726677795184 140276997109248 140276605998003 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2101] ppid=1983 vsize=11082080 memory=3712096 CPUtime=16.28 cores=0,2,4,6
/proc/1990/task/2101/stat : 2101 (java) S 1983 1990 1929 0 -1 1077944384 24866 12997 0 0 1543 77 5 3 20 0 15 0 227513600 11348049920 928024 33554432000 4194304 4196468 140726677795184 140277029517712 140277025285845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2104] ppid=1983 vsize=11082080 memory=3712096 CPUtime=16.2 cores=0,2,4,6
/proc/1990/task/2104/stat : 2104 (java) S 1983 1990 1929 0 -1 1077944384 24099 12997 0 0 1537 75 5 3 20 0 15 0 227513600 11348049920 928024 33554432000 4194304 4196468 140726677795184 140276921268496 140277025285845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2106] ppid=1983 vsize=11082080 memory=3712096 CPUtime=16.26 cores=0,2,4,6
/proc/1990/task/2106/stat : 2106 (java) S 1983 1990 1929 0 -1 1077944384 35456 12997 0 0 1542 76 5 3 20 0 15 0 227513600 11348049920 928024 33554432000 4194304 4196468 140726677795184 140276564417168 140277025285845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2107] ppid=1983 vsize=11082080 memory=3712096 CPUtime=16.24 cores=0,2,4,6
/proc/1990/task/2107/stat : 2107 (java) S 1983 1990 1929 0 -1 1077944384 29454 12997 0 0 1541 75 5 3 20 0 15 0 227513600 11348049920 928024 33554432000 4194304 4196468 140726677795184 140276563364368 140277025285845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2109] ppid=1983 vsize=11082080 memory=3708860 CPUtime=1.6 cores=0,2,4,6
/proc/1990/task/2109/stat : 2109 (java) S 1983 1990 1929 0 -1 1077944384 28548 12997 0 0 128 24 5 3 20 0 15 0 227513602 11348049920 928024 33554432000 4194304 4196468 140726677795184 140276450454128 140277025286786 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2110] ppid=1983 vsize=11082080 memory=3708860 CPUtime=0.08 cores=0,2,4,6
/proc/1990/task/2110/stat : 2110 (java) S 1983 1990 1929 0 -1 1077944384 35 12997 0 0 0 0 5 3 20 0 15 0 227513602 11348049920 928024 33554432000 4194304 4196468 140726677795184 140275846473120 140277025285845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2112] ppid=1983 vsize=11082080 memory=3712096 CPUtime=0.08 cores=0,2,4,6
/proc/1990/task/2112/stat : 2112 (java) S 1983 1990 1929 0 -1 1077944384 35 12997 0 0 0 0 5 3 20 0 15 0 227513603 11348049920 928024 33554432000 4194304 4196468 140726677795184 140275645146912 140277025285845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2114] ppid=1983 vsize=11082080 memory=3708860 CPUtime=0.08 cores=0,2,4,6
/proc/1990/task/2114/stat : 2114 (java) S 1983 1990 1929 0 -1 1077944384 3 12997 0 0 0 0 5 3 20 0 15 0 227513605 11348049920 928024 33554432000 4194304 4196468 140726677795184 140275337747024 140277025294235 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2116] ppid=1983 vsize=11082080 memory=3712096 CPUtime=11.09 cores=0,2,4,6
/proc/1990/task/2116/stat : 2116 (java) S 1983 1990 1929 0 -1 1077944384 82788 12997 0 0 1093 8 5 3 20 0 15 0 227513605 11348049920 928024 33554432000 4194304 4196468 140726677795184 140276449400944 140277025286786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2117] ppid=1983 vsize=11082080 memory=3708860 CPUtime=10.29 cores=0,2,4,6
/proc/1990/task/2117/stat : 2117 (java) S 1983 1990 1929 0 -1 1077944384 75514 12997 0 0 1013 8 5 3 20 0 15 0 227513605 11348049920 928024 33554432000 4194304 4196468 140726677795184 140276448348144 140277025286786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2119] ppid=1983 vsize=11082080 memory=3712096 CPUtime=3.24 cores=0,2,4,6
/proc/1990/task/2119/stat : 2119 (java) S 1983 1990 1929 0 -1 1077944384 57480 12997 0 0 308 8 5 3 20 0 15 0 227513605 11348049920 928024 33554432000 4194304 4196468 140726677795184 140276447295856 140277025286786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2122] ppid=1983 vsize=11082080 memory=3712096 CPUtime=0.08 cores=0,2,4,6
/proc/1990/task/2122/stat : 2122 (java) S 1983 1990 1929 0 -1 1077944384 3 12997 0 0 0 0 5 3 20 0 15 0 227513605 11348049920 928024 33554432000 4194304 4196468 140726677795184 140274906950112 140277025285845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2124] ppid=1983 vsize=11082080 memory=3708 CPUtime=1.57 cores=0,2,4,6
/proc/1990/task/2124/stat : 2124 (java) S 1983 1990 1929 0 -1 1077944384 2544 12997 0 0 73 76 5 3 20 0 15 0 227513606 11348049920 928024 33554432000 4194304 4196468 140726677795184 140276446243760 140277025286786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 11082080 KiB
Current children cumulated memory: 3712096 KiB

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

[startup+2446.17 s]
# the end of solver process 1990 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.11 s, system=5.00368 s

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

[startup+2446.11 s]
/proc/loadavg: 1.60 1.47 1.42 3/215 2481
/proc/meminfo: memFree=21025284/32770624 swapFree=67108804/67108860
[pid=1990] ppid=1983 vsize=11082080 memory=3712096 CPUtime=2520 cores=0,2,4,6
/proc/1990/stat : 1990 (java) S 1983 1990 1929 0 -1 1077944320 546462 12997 0 0 251497 495 5 3 20 0 15 0 227513590 11348049920 928024 33554432000 4194304 4196468 140726677795184 140726677777728 140277025275639 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
/proc/1990/statm: 2770520 928024 3537 1 0 2732173 0
[pid=1990/tid=2099] ppid=1983 vsize=11082080 memory=3712096 CPUtime=2427.83 cores=0,2,4,6
/proc/1990/task/2099/stat : 2099 (java) R 1983 1990 1929 0 -1 4202560 183449 12997 0 0 242685 90 5 3 20 0 15 0 227513600 11348049920 928024 33554432000 4194304 4196468 140726677795184 140276997109248 140276605998003 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2101] ppid=1983 vsize=11082080 memory=3712096 CPUtime=16.28 cores=0,2,4,6
/proc/1990/task/2101/stat : 2101 (java) S 1983 1990 1929 0 -1 1077944384 24866 12997 0 0 1543 77 5 3 20 0 15 0 227513600 11348049920 928024 33554432000 4194304 4196468 140726677795184 140277029517712 140277025285845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2104] ppid=1983 vsize=11082080 memory=3712096 CPUtime=16.2 cores=0,2,4,6
/proc/1990/task/2104/stat : 2104 (java) S 1983 1990 1929 0 -1 1077944384 24099 12997 0 0 1537 75 5 3 20 0 15 0 227513600 11348049920 928024 33554432000 4194304 4196468 140726677795184 140276921268496 140277025285845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2106] ppid=1983 vsize=11082080 memory=3712096 CPUtime=16.26 cores=0,2,4,6
/proc/1990/task/2106/stat : 2106 (java) S 1983 1990 1929 0 -1 1077944384 35456 12997 0 0 1542 76 5 3 20 0 15 0 227513600 11348049920 928024 33554432000 4194304 4196468 140726677795184 140276564417168 140277025285845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2107] ppid=1983 vsize=11082080 memory=3712096 CPUtime=16.24 cores=0,2,4,6
/proc/1990/task/2107/stat : 2107 (java) S 1983 1990 1929 0 -1 1077944384 29454 12997 0 0 1541 75 5 3 20 0 15 0 227513600 11348049920 928024 33554432000 4194304 4196468 140726677795184 140276563364368 140277025285845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2109] ppid=1983 vsize=11082080 memory=3708860 CPUtime=1.6 cores=0,2,4,6
/proc/1990/task/2109/stat : 2109 (java) S 1983 1990 1929 0 -1 1077944384 28548 12997 0 0 128 24 5 3 20 0 15 0 227513602 11348049920 928024 33554432000 4194304 4196468 140726677795184 140276450454128 140277025286786 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2110] ppid=1983 vsize=11082080 memory=3708860 CPUtime=0.08 cores=0,2,4,6
/proc/1990/task/2110/stat : 2110 (java) S 1983 1990 1929 0 -1 1077944384 35 12997 0 0 0 0 5 3 20 0 15 0 227513602 11348049920 928024 33554432000 4194304 4196468 140726677795184 140275846473120 140277025285845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2112] ppid=1983 vsize=11082080 memory=3712096 CPUtime=0.08 cores=0,2,4,6
/proc/1990/task/2112/stat : 2112 (java) S 1983 1990 1929 0 -1 1077944384 35 12997 0 0 0 0 5 3 20 0 15 0 227513603 11348049920 928024 33554432000 4194304 4196468 140726677795184 140275645146912 140277025285845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2114] ppid=1983 vsize=11082080 memory=3708860 CPUtime=0.08 cores=0,2,4,6
/proc/1990/task/2114/stat : 2114 (java) S 1983 1990 1929 0 -1 1077944384 3 12997 0 0 0 0 5 3 20 0 15 0 227513605 11348049920 928024 33554432000 4194304 4196468 140726677795184 140275337747024 140277025294235 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2116] ppid=1983 vsize=11082080 memory=3712096 CPUtime=11.09 cores=0,2,4,6
/proc/1990/task/2116/stat : 2116 (java) S 1983 1990 1929 0 -1 1077944384 82788 12997 0 0 1093 8 5 3 20 0 15 0 227513605 11348049920 928024 33554432000 4194304 4196468 140726677795184 140276449400944 140277025286786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2117] ppid=1983 vsize=11082080 memory=3708860 CPUtime=10.29 cores=0,2,4,6
/proc/1990/task/2117/stat : 2117 (java) S 1983 1990 1929 0 -1 1077944384 75514 12997 0 0 1013 8 5 3 20 0 15 0 227513605 11348049920 928024 33554432000 4194304 4196468 140726677795184 140276448348144 140277025286786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2119] ppid=1983 vsize=11082080 memory=3712096 CPUtime=3.24 cores=0,2,4,6
/proc/1990/task/2119/stat : 2119 (java) S 1983 1990 1929 0 -1 1077944384 57480 12997 0 0 308 8 5 3 20 0 15 0 227513605 11348049920 928024 33554432000 4194304 4196468 140726677795184 140276447295856 140277025286786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2122] ppid=1983 vsize=11082080 memory=3712096 CPUtime=0.08 cores=0,2,4,6
/proc/1990/task/2122/stat : 2122 (java) S 1983 1990 1929 0 -1 1077944384 3 12997 0 0 0 0 5 3 20 0 15 0 227513605 11348049920 928024 33554432000 4194304 4196468 140726677795184 140274906950112 140277025285845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
[pid=1990/tid=2124] ppid=1983 vsize=11082080 memory=3708 CPUtime=1.57 cores=0,2,4,6
/proc/1990/task/2124/stat : 2124 (java) S 1983 1990 1929 0 -1 1077944384 2544 12997 0 0 73 76 5 3 20 0 15 0 227513606 11348049920 928024 33554432000 4194304 4196468 140726677795184 140276446243760 140277025286786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12128256 140726677797484 140726677800284 140726677800284 140726677802959 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 11082080 KiB
Current children cumulated memory: 3712096 KiB

Child status: 143
Real time (s): 2446.17
CPU time (s): 2520.12
CPU user time (s): 2515.11
CPU system time (s): 5.00368
CPU usage (%): 103.023
Max. virtual memory (cumulated for all children) (KiB): 11082080
Max. memory (cumulated for all children) (KiB): 3712956

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.11
system time used= 5.00368
maximum resident set size= 3714808
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 560258
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3360
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 84956
involuntary context switches= 3767


# summary of solver processes directly reported to runsolver:
#   pid: 1990
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2515.11
#   total CPU system time (s): 5.00368

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.1402 second user time and 24.0765 second system time

The end

Launcher Data

Begin job on node105 at 2018-08-12 20:45:04
IDJOB=4304503
IDBENCH=141349
IDSOLVER=2780
FILE ID=node105/4304503-1534099504
RUNJOBID= node105-1534099504-1960
PBS_JOBID= 21037006
Free space on /tmp= 40924 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/TemplateDesign/TemplateDesign-m2-magazine_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304503-1534099504/watcher-4304503-1534099504 -o /tmp/evaluation-result-4304503-1534099504/solver-4304503-1534099504 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1534099504-1960 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1567833754 HOME/instance-4304503-1534099504.xml

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

MD5SUM BENCH= c4204b87298b93dafaf8bd2d2b317c15
RANDOM SEED=1567833754

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        28468648 kB
MemAvailable:   31907440 kB
Buffers:          148928 kB
Cached:          3547040 kB
SwapCached:           16 kB
Active:          1875040 kB
Inactive:        1871732 kB
Active(anon):       3088 kB
Inactive(anon):   100472 kB
Active(file):    1871952 kB
Inactive(file):  1771260 kB
Unevictable:        7376 kB
Mlocked:            7376 kB
SwapTotal:      67108860 kB
SwapFree:       67108804 kB
Dirty:             53156 kB
Writeback:             0 kB
AnonPages:         58724 kB
Mapped:            50600 kB
Shmem:             49748 kB
Slab:             250608 kB
SReclaimable:     222832 kB
SUnreclaim:        27776 kB
KernelStack:        3184 kB
PageTables:         5116 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     351352 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 40868 MiB
End job on node105 at 2018-08-12 21:25:50