Trace number 4304509

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 2437.96

General information on the benchmark

NameTemplateDesign/
TemplateDesign-m1s-magazine_c18.xml
MD5SUM90ad9fa5946247c0fa0335207c2f2744
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark2520.06
Satisfiable
(Un)Satisfiability was proved
Number of variables5100
Number of constraints2650
Number of domains27
Minimum domain size2
Maximum domain size445
Distribution of domain sizes[{"size":2,"count":50},{"size":41,"count":2500},{"size":55,"count":50},{"size":58,"count":50},{"size":60,"count":50},{"size":66,"count":50},{"size":93,"count":50},{"size":99,"count":50},{"size":110,"count":100},{"size":115,"count":50},{"size":121,"count":50},{"size":150,"count":50},{"size":154,"count":150},{"size":165,"count":400},{"size":184,"count":50},{"size":187,"count":100},{"size":214,"count":100},{"size":220,"count":150},{"size":231,"count":100},{"size":247,"count":50},{"size":253,"count":150},{"size":275,"count":400},{"size":291,"count":50},{"size":297,"count":100},{"size":406,"count":50},{"size":412,"count":100},{"size":445,"count":50}]
Minimum variable degree2
Maximum variable degree51
Distribution of variable degrees[{"degree":2,"count":5050},{"degree":51,"count":50}]
Minimum constraint arity2
Maximum constraint arity50
Distribution of constraint arities[{"arity":2,"count":50},{"arity":3,"count":2500},{"arity":50,"count":100}]
Number of extensional constraints50
Number of intensional constraints2500
Distribution of constraint types[{"type":"extension","count":50},{"type":"intension","count":2500},{"type":"sum","count":100}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.99/0.75	c Concrete v3.9.2.1532736233296 running
2520.02/2437.92	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.02/2437.92		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.02/2437.92		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.02/2437.92		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.02/2437.92		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.02/2437.92		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.02/2437.92		at concrete.IntervalDomain.filter(IntervalDomain.scala:81)
2520.02/2437.92		at concrete.IntervalDomain.filter(IntervalDomain.scala:7)
2520.02/2437.92		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.02/2437.92		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.02/2437.92		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
2520.02/2437.92		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.02/2437.92		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.02/2437.92		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
2520.02/2437.92		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.02/2437.92		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.02/2437.92		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:109)
2520.02/2437.92		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.02/2437.92		at scala.Option.map(Option.scala:146)
2520.02/2437.92		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.02/2437.92		at concrete.MAC.mac(MAC.scala:203)
2520.02/2437.92		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.02/2437.92		at scala.util.Try$.apply(Try.scala:209)
2520.02/2437.92		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.02/2437.92		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.02/2437.92		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.02/2437.92		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.02/2437.92		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.02/2437.92		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.02/2437.92		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.02/2437.92		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.02/2437.92		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.02/2437.92		at concrete.MAC.oneRun(MAC.scala:253)
2520.02/2437.92		at concrete.MAC.nextSolution(MAC.scala:272)
2520.02/2437.92		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.02/2437.92		at concrete.ProblemState.map(ProblemState.scala:221)
2520.02/2437.92		at concrete.ProblemState.map(ProblemState.scala:204)
2520.02/2437.92		at concrete.MAC.nextSolution(MAC.scala:334)
2520.02/2437.92		at concrete.Solver.hasNext(Solver.scala:166)
2520.02/2437.92		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.02/2437.92		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.02/2437.92		at concrete.Solver.foreach(Solver.scala:68)
2520.02/2437.92		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.02/2437.92		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.02/2437.92		at scala.util.Success.map(Try.scala:209)
2520.02/2437.92		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.02/2437.92		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.02/2437.92		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.02/2437.92		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.02/2437.92		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.02/2437.92		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.02/2437.92		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.02/2437.92		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.02/2437.92		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.02/2437.92		at scala.collection.immutable.List.foreach(List.scala:389)
2520.02/2437.92		at scala.App.main(App.scala:76)
2520.02/2437.92		at scala.App.main$(App.scala:74)
2520.02/2437.92		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.02/2437.92		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.02/2437.93	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 (12810 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-4304509-1534099516/watcher-4304509-1534099516 -o /tmp/evaluation-result-4304509-1534099516/solver-4304509-1534099516 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1534099504-1961 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=473411214 HOME/instance-4304509-1534099516.xml 

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

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

solver pid=2316, runsolver pid=2313

[startup+0.100061 s]*
/proc/loadavg: 1.97 1.53 1.45 5/206 2376
/proc/meminfo: memFree=27873796/32770624 swapFree=67108804/67108860
[pid=2316] ppid=2313 vsize=10005480 memory=14644 CPUtime=0.08 cores=1,3,5,7
/proc/2316/stat : 2316 (java) S 2313 2316 1929 0 -1 1077944320 4315 12952 0 0 0 1 5 2 20 0 6 0 227514783 10245611520 3661 33554432000 4194304 4196468 140727790273856 140727790256400 140711279734519 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
/proc/2316/statm: 2501370 3661 1932 1 0 2489808 0
[pid=2316/tid=2372] ppid=2313 vsize=10005480 memory=-7390251449858225344 CPUtime=0.07 cores=1,3,5,7
/proc/2316/task/2372/stat : 2372 (java) R 2313 2316 1929 0 -1 4202560 2193 12952 0 0 0 0 5 2 20 0 6 0 227514792 10245611520 3727 33554432000 4194304 4196468 140727790273856 140711251571280 140711263815006 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2373] ppid=2313 vsize=10005480 memory=-7025452035940392864 CPUtime=0.07 cores=1,3,5,7
/proc/2316/task/2373/stat : 2373 (java) S 2313 2316 1929 0 -1 1077944384 2 12952 0 0 0 0 5 2 20 0 6 0 227514793 10245611520 3727 33554432000 4194304 4196468 140727790273856 140711283976848 140711279744725 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2374] ppid=2313 vsize=10005480 memory=140167982585472 CPUtime=0.07 cores=1,3,5,7
/proc/2316/task/2374/stat : 2374 (java) S 2313 2316 1929 0 -1 1077944384 1 12952 0 0 0 0 5 2 20 0 6 0 227514793 10245611520 3727 33554432000 4194304 4196468 140727790273856 140710819269136 140711279744725 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2375] ppid=2313 vsize=10005480 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2316/task/2375/stat : 2375 (java) S 2313 2316 1929 0 -1 1077944384 1 12952 0 0 0 0 5 2 20 0 6 0 227514793 10245611520 3727 33554432000 4194304 4196468 140727790273856 140710818216336 140711279744725 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2376] ppid=2313 vsize=10005480 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/2316/task/2376/stat : 2376 (java) S 2313 2316 1929 0 -1 1077944384 1 12952 0 0 0 0 5 2 20 0 6 0 227514793 10245611520 3727 33554432000 4194304 4196468 140727790273856 140710817163536 140711279744725 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 14644 KiB

[startup+0.210102 s]*
/proc/loadavg: 1.97 1.53 1.45 3/215 2385
/proc/meminfo: memFree=27848452/32770624 swapFree=67108804/67108860
[pid=2316] ppid=2313 vsize=10982744 memory=41632 CPUtime=0.25 cores=1,3,5,7
/proc/2316/stat : 2316 (java) S 2313 2316 1929 0 -1 1077944320 7559 12952 0 0 16 2 5 2 20 0 15 0 227514783 11246329856 10408 33554432000 4194304 4196468 140727790273856 140727790256400 140711279734519 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
/proc/2316/statm: 2745686 10408 2981 1 0 2708109 0
[pid=2316/tid=2372] ppid=2313 vsize=10982744 memory=-7390251449858225344 CPUtime=0.18 cores=1,3,5,7
/proc/2316/task/2372/stat : 2372 (java) R 2313 2316 1929 0 -1 4202560 4416 12952 0 0 10 1 5 2 20 0 15 0 227514792 11246329856 10738 33554432000 4194304 4196468 140727790273856 140711251531440 140711260010268 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2373] ppid=2313 vsize=10982744 memory=-7025452035940392864 CPUtime=0.07 cores=1,3,5,7
/proc/2316/task/2373/stat : 2373 (java) S 2313 2316 1929 0 -1 1077944384 2 12952 0 0 0 0 5 2 20 0 15 0 227514793 11246329856 10738 33554432000 4194304 4196468 140727790273856 140711283976848 140711279744725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2374] ppid=2313 vsize=10982744 memory=140167982585472 CPUtime=0.07 cores=1,3,5,7
/proc/2316/task/2374/stat : 2374 (java) S 2313 2316 1929 0 -1 1077944384 1 12952 0 0 0 0 5 2 20 0 15 0 227514793 11246329856 10804 33554432000 4194304 4196468 140727790273856 140710819269136 140711279744725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2375] ppid=2313 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2316/task/2375/stat : 2375 (java) S 2313 2316 1929 0 -1 1077944384 1 12952 0 0 0 0 5 2 20 0 15 0 227514793 11246329856 10804 33554432000 4194304 4196468 140727790273856 140710818216336 140711279744725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2376] ppid=2313 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/2316/task/2376/stat : 2376 (java) S 2313 2316 1929 0 -1 1077944384 1 12952 0 0 0 0 5 2 20 0 15 0 227514793 11246329856 10804 33554432000 4194304 4196468 140727790273856 140710817163536 140711279744725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2377] ppid=2313 vsize=10982744 memory=140167982585472 CPUtime=0.07 cores=1,3,5,7
/proc/2316/task/2377/stat : 2377 (java) S 2313 2316 1929 0 -1 1077944384 2 12952 0 0 0 0 5 2 20 0 15 0 227514794 11246329856 10804 33554432000 4194304 4196468 140727790273856 140710705597296 140711279745666 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2378] ppid=2313 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/2316/task/2378/stat : 2378 (java) S 2313 2316 1929 0 -1 1077944384 13 12952 0 0 0 0 5 2 20 0 15 0 227514795 11246329856 10804 33554432000 4194304 4196468 140727790273856 140710054454816 140711279744725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2379] ppid=2313 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2316/task/2379/stat : 2379 (java) S 2313 2316 1929 0 -1 1077944384 1 12952 0 0 0 0 5 2 20 0 15 0 227514795 11246329856 10804 33554432000 4194304 4196468 140727790273856 140709906605424 140711279744725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2380] ppid=2313 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2316/task/2380/stat : 2380 (java) S 2313 2316 1929 0 -1 1077944384 3 12952 0 0 0 0 5 2 20 0 15 0 227514798 11246329856 10804 33554432000 4194304 4196468 140727790273856 140709599205712 140711279753115 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2381] ppid=2313 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2316/task/2381/stat : 2381 (java) S 2313 2316 1929 0 -1 1077944384 571 12952 0 0 1 0 5 2 20 0 15 0 227514798 11246329856 10804 33554432000 4194304 4196468 140727790273856 140710704544112 140711279745666 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2382] ppid=2313 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/2316/task/2382/stat : 2382 (java) S 2313 2316 1929 0 -1 1077944384 70 12952 0 0 1 0 5 2 20 0 15 0 227514798 11246329856 10804 33554432000 4194304 4196468 140727790273856 140710703491312 140711279745666 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2383] ppid=2313 vsize=10982744 memory=140167982585472 CPUtime=0.1 cores=1,3,5,7
/proc/2316/task/2383/stat : 2383 (java) S 2313 2316 1929 0 -1 1077944384 662 12952 0 0 3 0 5 2 20 0 15 0 227514798 11246329856 10804 33554432000 4194304 4196468 140727790273856 140710702438512 140711279745666 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2384] ppid=2313 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/2316/task/2384/stat : 2384 (java) S 2313 2316 1929 0 -1 1077944384 3 12952 0 0 0 0 5 2 20 0 15 0 227514798 11246329856 10804 33554432000 4194304 4196468 140727790273856 140709168408800 140711279744725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2385] ppid=2313 vsize=10982744 memory=140167982585472 CPUtime=0.07 cores=1,3,5,7
/proc/2316/task/2385/stat : 2385 (java) S 2313 2316 1929 0 -1 1077944384 1 12952 0 0 0 0 5 2 20 0 15 0 227514798 11246329856 10870 33554432000 4194304 4196468 140727790273856 140710701386928 140711279745666 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 41632 KiB

[startup+0.310362 s]*
/proc/loadavg: 1.97 1.53 1.45 3/215 2385
/proc/meminfo: memFree=27835304/32770624 swapFree=67108804/67108860
[pid=2316] ppid=2313 vsize=10983192 memory=55324 CPUtime=0.38 cores=1,3,5,7
/proc/2316/stat : 2316 (java) S 2313 2316 1929 0 -1 1077944320 10904 12952 0 0 28 3 5 2 20 0 15 0 227514783 11246788608 13831 33554432000 4194304 4196468 140727790273856 140727790256400 140711279734519 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
/proc/2316/statm: 2745798 13831 3100 1 0 2708109 0
[pid=2316/tid=2372] ppid=2313 vsize=10983192 memory=1399051139730258233 CPUtime=0.28 cores=1,3,5,7
/proc/2316/task/2372/stat : 2372 (java) R 2313 2316 1929 0 -1 4202560 7356 12952 0 0 19 2 5 2 20 0 15 0 227514792 11246788608 13873 33554432000 4194304 4196468 140727790273856 140711251546528 140711263815006 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2373] ppid=2313 vsize=10983192 memory=140167982596065 CPUtime=0.07 cores=1,3,5,7
/proc/2316/task/2373/stat : 2373 (java) S 2313 2316 1929 0 -1 1077944384 2 12952 0 0 0 0 5 2 20 0 15 0 227514793 11246788608 13873 33554432000 4194304 4196468 140727790273856 140711283976848 140711279744725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2374] ppid=2313 vsize=10983192 memory=7449886639400906088 CPUtime=0.07 cores=1,3,5,7
/proc/2316/task/2374/stat : 2374 (java) S 2313 2316 1929 0 -1 1077944384 1 12952 0 0 0 0 5 2 20 0 15 0 227514793 11246788608 13873 33554432000 4194304 4196468 140727790273856 140710819269136 140711279744725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2375] ppid=2313 vsize=10983192 memory=4126316290023845779 CPUtime=0.07 cores=1,3,5,7
/proc/2316/task/2375/stat : 2375 (java) S 2313 2316 1929 0 -1 1077944384 1 12952 0 0 0 0 5 2 20 0 15 0 227514793 11246788608 13873 33554432000 4194304 4196468 140727790273856 140710818216336 140711279744725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2376] ppid=2313 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2316/task/2376/stat : 2376 (java) S 2313 2316 1929 0 -1 1077944384 1 12952 0 0 0 0 5 2 20 0 15 0 227514793 11246788608 13873 33554432000 4194304 4196468 140727790273856 140710817163536 140711279744725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2377] ppid=2313 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2316/task/2377/stat : 2377 (java) S 2313 2316 1929 0 -1 1077944384 2 12952 0 0 0 0 5 2 20 0 15 0 227514794 11246788608 13873 33554432000 4194304 4196468 140727790273856 140710705597296 140711279745666 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2378] ppid=2313 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2316/task/2378/stat : 2378 (java) S 2313 2316 1929 0 -1 1077944384 13 12952 0 0 0 0 5 2 20 0 15 0 227514795 11246788608 13873 33554432000 4194304 4196468 140727790273856 140710054454816 140711279744725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2379] ppid=2313 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2316/task/2379/stat : 2379 (java) S 2313 2316 1929 0 -1 1077944384 1 12952 0 0 0 0 5 2 20 0 15 0 227514795 11246788608 13873 33554432000 4194304 4196468 140727790273856 140709906605424 140711279744725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2380] ppid=2313 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2316/task/2380/stat : 2380 (java) S 2313 2316 1929 0 -1 1077944384 3 12952 0 0 0 0 5 2 20 0 15 0 227514798 11246788608 13873 33554432000 4194304 4196468 140727790273856 140709599205712 140711279753115 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2381] ppid=2313 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2316/task/2381/stat : 2381 (java) S 2313 2316 1929 0 -1 1077944384 583 12952 0 0 1 0 5 2 20 0 15 0 227514798 11246788608 13873 33554432000 4194304 4196468 140727790273856 140710704544112 140711279745666 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2382] ppid=2313 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2316/task/2382/stat : 2382 (java) S 2313 2316 1929 0 -1 1077944384 71 12952 0 0 1 0 5 2 20 0 15 0 227514798 11246788608 13873 33554432000 4194304 4196468 140727790273856 140710703491312 140711279745666 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2383] ppid=2313 vsize=10983192 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/2316/task/2383/stat : 2383 (java) S 2313 2316 1929 0 -1 1077944384 693 12952 0 0 5 0 5 2 20 0 15 0 227514798 11246788608 13873 33554432000 4194304 4196468 140727790273856 140710702438512 140711279745666 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2384] ppid=2313 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2316/task/2384/stat : 2384 (java) S 2313 2316 1929 0 -1 1077944384 3 12952 0 0 0 0 5 2 20 0 15 0 227514798 11246788608 13873 33554432000 4194304 4196468 140727790273856 140709168408800 140711279744725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2385] ppid=2313 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2316/task/2385/stat : 2385 (java) S 2313 2316 1929 0 -1 1077944384 1 12952 0 0 0 0 5 2 20 0 15 0 227514798 11246788608 13873 33554432000 4194304 4196468 140727790273856 140710701386928 140711279745666 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55324 KiB

[startup+0.700761 s]
/proc/loadavg: 1.97 1.53 1.45 5/215 2385
/proc/meminfo: memFree=27770148/32770624 swapFree=67108804/67108860
[pid=2316] ppid=2313 vsize=10983192 memory=88036 CPUtime=0.99 cores=1,3,5,7
/proc/2316/stat : 2316 (java) S 2313 2316 1929 0 -1 1077944320 17165 12952 0 0 87 5 5 2 20 0 15 0 227514783 11246788608 22009 33554432000 4194304 4196468 140727790273856 140727790256400 140711279734519 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
/proc/2316/statm: 2745798 22009 3238 1 0 2708109 0
[pid=2316/tid=2372] ppid=2313 vsize=10983192 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/2316/task/2372/stat : 2372 (java) R 2313 2316 1929 0 -1 4202560 12396 12952 0 0 56 3 5 2 20 0 15 0 227514792 11246788608 22009 33554432000 4194304 4196468 140727790273856 140711251557456 140711279756445 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2373] ppid=2313 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2316/task/2373/stat : 2373 (java) S 2313 2316 1929 0 -1 1077944384 2 12952 0 0 0 0 5 2 20 0 15 0 227514793 11246788608 22009 33554432000 4194304 4196468 140727790273856 140711283976848 140711279744725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2374] ppid=2313 vsize=10983192 memory=8174711894690707253 CPUtime=0.07 cores=1,3,5,7
/proc/2316/task/2374/stat : 2374 (java) S 2313 2316 1929 0 -1 1077944384 1 12952 0 0 0 0 5 2 20 0 15 0 227514793 11246788608 22009 33554432000 4194304 4196468 140727790273856 140710819269136 140711279744725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2375] ppid=2313 vsize=10983192 memory=7018930836043284585 CPUtime=0.07 cores=1,3,5,7
/proc/2316/task/2375/stat : 2375 (java) S 2313 2316 1929 0 -1 1077944384 1 12952 0 0 0 0 5 2 20 0 15 0 227514793 11246788608 22009 33554432000 4194304 4196468 140727790273856 140710818216336 140711279744725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2376] ppid=2313 vsize=10983192 memory=5787776803188794432 CPUtime=0.07 cores=1,3,5,7
/proc/2316/task/2376/stat : 2376 (java) S 2313 2316 1929 0 -1 1077944384 1 12952 0 0 0 0 5 2 20 0 15 0 227514793 11246788608 22009 33554432000 4194304 4196468 140727790273856 140710817163536 140711279744725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2377] ppid=2313 vsize=10983192 memory=3708 CPUtime=0.07 cores=1,3,5,7
/proc/2316/task/2377/stat : 2377 (java) S 2313 2316 1929 0 -1 1077944384 5 12952 0 0 0 0 5 2 20 0 15 0 227514794 11246788608 22009 33554432000 4194304 4196468 140727790273856 140710705597296 140711279745666 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2378] ppid=2313 vsize=10983192 memory=2241 CPUtime=0.07 cores=1,3,5,7
/proc/2316/task/2378/stat : 2378 (java) S 2313 2316 1929 0 -1 1077944384 13 12952 0 0 0 0 5 2 20 0 15 0 227514795 11246788608 22009 33554432000 4194304 4196468 140727790273856 140710054454816 140711279744725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2379] ppid=2313 vsize=10983192 memory=2244 CPUtime=0.07 cores=1,3,5,7
/proc/2316/task/2379/stat : 2379 (java) S 2313 2316 1929 0 -1 1077944384 1 12952 0 0 0 0 5 2 20 0 15 0 227514795 11246788608 22009 33554432000 4194304 4196468 140727790273856 140709906605424 140711279744725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2380] ppid=2313 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2316/task/2380/stat : 2380 (java) S 2313 2316 1929 0 -1 1077944384 3 12952 0 0 0 0 5 2 20 0 15 0 227514798 11246788608 22009 33554432000 4194304 4196468 140727790273856 140709599205712 140711279753115 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2381] ppid=2313 vsize=10983192 memory=0 CPUtime=0.17 cores=1,3,5,7
/proc/2316/task/2381/stat : 2381 (java) S 2313 2316 1929 0 -1 1077944384 1246 12952 0 0 10 0 5 2 20 0 15 0 227514798 11246788608 22009 33554432000 4194304 4196468 140727790273856 140710704544112 140711279745666 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2382] ppid=2313 vsize=10983192 memory=0 CPUtime=0.14 cores=1,3,5,7
/proc/2316/task/2382/stat : 2382 (java) S 2313 2316 1929 0 -1 1077944384 441 12952 0 0 7 0 5 2 20 0 15 0 227514798 11246788608 22009 33554432000 4194304 4196468 140727790273856 140710703491312 140711279745666 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2383] ppid=2313 vsize=10983192 memory=30305 CPUtime=0.2 cores=1,3,5,7
/proc/2316/task/2383/stat : 2383 (java) S 2313 2316 1929 0 -1 1077944384 860 12952 0 0 13 0 5 2 20 0 15 0 227514798 11246788608 22009 33554432000 4194304 4196468 140727790273856 140710702438512 140711279745666 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2384] ppid=2313 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2316/task/2384/stat : 2384 (java) S 2313 2316 1929 0 -1 1077944384 3 12952 0 0 0 0 5 2 20 0 15 0 227514798 11246788608 22009 33554432000 4194304 4196468 140727790273856 140709168408800 140711279744725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2385] ppid=2313 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2316/task/2385/stat : 2385 (java) S 2313 2316 1929 0 -1 1077944384 1 12952 0 0 0 0 5 2 20 0 15 0 227514798 11246788608 22009 33554432000 4194304 4196468 140727790273856 140710701386928 140711279745666 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88036 KiB

[startup+1.50142 s]
/proc/loadavg: 1.97 1.53 1.45 3/215 2385
/proc/meminfo: memFree=27724920/32770624 swapFree=67108804/67108860
[pid=2316] ppid=2313 vsize=11000644 memory=206712 CPUtime=3.13 cores=1,3,5,7
/proc/2316/stat : 2316 (java) S 2313 2316 1929 0 -1 1077944320 32115 12952 0 0 297 9 5 2 20 0 15 0 227514783 11264659456 51678 33554432000 4194304 4196468 140727790273856 140727790256400 140711279734519 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
/proc/2316/statm: 2750161 51678 3443 1 0 2711819 0
[pid=2316/tid=2372] ppid=2313 vsize=11000644 memory=0 CPUtime=1.45 cores=1,3,5,7
/proc/2316/task/2372/stat : 2372 (java) R 2313 2316 1929 0 -1 4202560 18104 12952 0 0 132 6 5 2 20 0 15 0 227514792 11264659456 51678 33554432000 4194304 4196468 140727790273856 140711251539432 140711262927286 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2373] ppid=2313 vsize=11000644 memory=-7592326083057991622 CPUtime=0.07 cores=1,3,5,7
/proc/2316/task/2373/stat : 2373 (java) S 2313 2316 1929 0 -1 1077944384 2 12952 0 0 0 0 5 2 20 0 15 0 227514793 11264659456 51678 33554432000 4194304 4196468 140727790273856 140711283976848 140711279744725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2374] ppid=2313 vsize=11000644 memory=-2127768706000247799 CPUtime=0.07 cores=1,3,5,7
/proc/2316/task/2374/stat : 2374 (java) S 2313 2316 1929 0 -1 1077944384 1 12952 0 0 0 0 5 2 20 0 15 0 227514793 11264659456 51678 33554432000 4194304 4196468 140727790273856 140710819269136 140711279744725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2375] ppid=2313 vsize=11000644 memory=-2746958450906831519 CPUtime=0.07 cores=1,3,5,7
/proc/2316/task/2375/stat : 2375 (java) S 2313 2316 1929 0 -1 1077944384 1 12952 0 0 0 0 5 2 20 0 15 0 227514793 11264659456 51678 33554432000 4194304 4196468 140727790273856 140710818216336 140711279744725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2376] ppid=2313 vsize=11000644 memory=7157735280314046769 CPUtime=0.07 cores=1,3,5,7
/proc/2316/task/2376/stat : 2376 (java) S 2313 2316 1929 0 -1 1077944384 1 12952 0 0 0 0 5 2 20 0 15 0 227514793 11264659456 51678 33554432000 4194304 4196468 140727790273856 140710817163536 140711279744725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2377] ppid=2313 vsize=11000644 memory=5 CPUtime=0.07 cores=1,3,5,7
/proc/2316/task/2377/stat : 2377 (java) S 2313 2316 1929 0 -1 1077944384 13 12952 0 0 0 0 5 2 20 0 15 0 227514794 11264659456 51678 33554432000 4194304 4196468 140727790273856 140710705597296 140711279745666 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2378] ppid=2313 vsize=11000644 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2316/task/2378/stat : 2378 (java) S 2313 2316 1929 0 -1 1077944384 13 12952 0 0 0 0 5 2 20 0 15 0 227514795 11264659456 51678 33554432000 4194304 4196468 140727790273856 140710054454816 140711279744725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2379] ppid=2313 vsize=11000644 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2316/task/2379/stat : 2379 (java) S 2313 2316 1929 0 -1 1077944384 1 12952 0 0 0 0 5 2 20 0 15 0 227514795 11264659456 51678 33554432000 4194304 4196468 140727790273856 140709906605424 140711279744725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2380] ppid=2313 vsize=11000644 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2316/task/2380/stat : 2380 (java) S 2313 2316 1929 0 -1 1077944384 3 12952 0 0 0 0 5 2 20 0 15 0 227514798 11264659456 51678 33554432000 4194304 4196468 140727790273856 140709599205712 140711279753115 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2381] ppid=2313 vsize=11000644 memory=0 CPUtime=0.65 cores=1,3,5,7
/proc/2316/task/2381/stat : 2381 (java) R 2313 2316 1929 0 -1 4202560 5190 12952 0 0 58 0 5 2 20 0 15 0 227514798 11264659456 51678 33554432000 4194304 4196468 140727790273856 140710704529608 140711261255910 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2382] ppid=2313 vsize=11000644 memory=12 CPUtime=0.67 cores=1,3,5,7
/proc/2316/task/2382/stat : 2382 (java) R 2313 2316 1929 0 -1 4202560 4418 12952 0 0 60 0 5 2 20 0 15 0 227514798 11264659456 51678 33554432000 4194304 4196468 140727790273856 140710703476360 140711261279749 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2383] ppid=2313 vsize=11000644 memory=11 CPUtime=0.52 cores=1,3,5,7
/proc/2316/task/2383/stat : 2383 (java) S 2313 2316 1929 0 -1 1077944384 2173 12952 0 0 45 0 5 2 20 0 15 0 227514798 11264659456 51678 33554432000 4194304 4196468 140727790273856 140710702438512 140711279745666 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2384] ppid=2313 vsize=11000644 memory=19 CPUtime=0.07 cores=1,3,5,7
/proc/2316/task/2384/stat : 2384 (java) S 2313 2316 1929 0 -1 1077944384 3 12952 0 0 0 0 5 2 20 0 15 0 227514798 11264659456 51678 33554432000 4194304 4196468 140727790273856 140709168408800 140711279744725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2385] ppid=2313 vsize=11000644 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2316/task/2385/stat : 2385 (java) S 2313 2316 1929 0 -1 1077944384 1 12952 0 0 0 0 5 2 20 0 15 0 227514798 11264659456 51678 33554432000 4194304 4196468 140727790273856 140710701386928 140711279745666 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
Current children cumulated CPU time: 3.13 s
Current children cumulated vsize: 11000644 KiB

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

/proc/2316/task/2372/stat : 2372 (java) R 2313 2316 1929 0 -1 4202560 220067 12952 0 0 230065 95 5 2 20 0 15 0 227514792 11278843904 932747 33554432000 4194304 4196468 140727790273856 140711251568352 140710862326853 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2373] ppid=2313 vsize=11014496 memory=3726892 CPUtime=17.87 cores=1,3,5,7
/proc/2316/task/2373/stat : 2373 (java) S 2313 2316 1929 0 -1 1077944384 39843 12952 0 0 1698 82 5 2 20 0 15 0 227514793 11278843904 932747 33554432000 4194304 4196468 140727790273856 140711283976848 140711279744725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2374] ppid=2313 vsize=11014496 memory=3726892 CPUtime=17.85 cores=1,3,5,7
/proc/2316/task/2374/stat : 2374 (java) S 2313 2316 1929 0 -1 1077944384 34366 12952 0 0 1694 84 5 2 20 0 15 0 227514793 11278843904 932747 33554432000 4194304 4196468 140727790273856 140710819269136 140711279744725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2375] ppid=2313 vsize=11014496 memory=3730988 CPUtime=17.87 cores=1,3,5,7
/proc/2316/task/2375/stat : 2375 (java) S 2313 2316 1929 0 -1 1077944384 36474 12952 0 0 1697 83 5 2 20 0 15 0 227514793 11278843904 932747 33554432000 4194304 4196468 140727790273856 140710818216336 140711279744725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2376] ppid=2313 vsize=11014496 memory=3726892 CPUtime=17.88 cores=1,3,5,7
/proc/2316/task/2376/stat : 2376 (java) S 2313 2316 1929 0 -1 1077944384 36505 12952 0 0 1699 82 5 2 20 0 15 0 227514793 11278843904 932747 33554432000 4194304 4196468 140727790273856 140710817163536 140711279744725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2377] ppid=2313 vsize=11014496 memory=3730988 CPUtime=2.09 cores=1,3,5,7
/proc/2316/task/2377/stat : 2377 (java) S 2313 2316 1929 0 -1 1077944384 41219 12952 0 0 172 30 5 2 20 0 15 0 227514794 11278843904 932747 33554432000 4194304 4196468 140727790273856 140710705597296 140711279745666 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2378] ppid=2313 vsize=11014496 memory=752 CPUtime=0.07 cores=1,3,5,7
/proc/2316/task/2378/stat : 2378 (java) S 2313 2316 1929 0 -1 1077944384 29 12952 0 0 0 0 5 2 20 0 15 0 227514795 11278843904 932747 33554432000 4194304 4196468 140727790273856 140710054454880 140711279744725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2379] ppid=2313 vsize=11014496 memory=836 CPUtime=0.07 cores=1,3,5,7
/proc/2316/task/2379/stat : 2379 (java) S 2313 2316 1929 0 -1 1077944384 12 12952 0 0 0 0 5 2 20 0 15 0 227514795 11278843904 932747 33554432000 4194304 4196468 140727790273856 140709906605440 140711279744725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2380] ppid=2313 vsize=11014496 memory=3726892 CPUtime=0.07 cores=1,3,5,7
/proc/2316/task/2380/stat : 2380 (java) S 2313 2316 1929 0 -1 1077944384 3 12952 0 0 0 0 5 2 20 0 15 0 227514798 11278843904 932747 33554432000 4194304 4196468 140727790273856 140709599205712 140711279753115 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2381] ppid=2313 vsize=11014496 memory=3724844 CPUtime=11.67 cores=1,3,5,7
/proc/2316/task/2381/stat : 2381 (java) S 2313 2316 1929 0 -1 1077944384 121525 12952 0 0 1149 11 5 2 20 0 15 0 227514798 11278843904 932747 33554432000 4194304 4196468 140727790273856 140710704544112 140711279745666 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2382] ppid=2313 vsize=11014496 memory=3726892 CPUtime=12.15 cores=1,3,5,7
/proc/2316/task/2382/stat : 2382 (java) S 2313 2316 1929 0 -1 1077944384 117286 12952 0 0 1197 11 5 2 20 0 15 0 227514798 11278843904 932747 33554432000 4194304 4196468 140727790273856 140710703491312 140711279745666 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2383] ppid=2313 vsize=11014496 memory=1084 CPUtime=3.62 cores=1,3,5,7
/proc/2316/task/2383/stat : 2383 (java) S 2313 2316 1929 0 -1 1077944384 94073 12952 0 0 345 10 5 2 20 0 15 0 227514798 11278843904 932747 33554432000 4194304 4196468 140727790273856 140710702438512 140711279745666 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2384] ppid=2313 vsize=11014496 memory=3730988 CPUtime=0.07 cores=1,3,5,7
/proc/2316/task/2384/stat : 2384 (java) S 2313 2316 1929 0 -1 1077944384 3 12952 0 0 0 0 5 2 20 0 15 0 227514798 11278843904 932747 33554432000 4194304 4196468 140727790273856 140709168408800 140711279744725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2385] ppid=2313 vsize=11014496 memory=3708852 CPUtime=1.54 cores=1,3,5,7
/proc/2316/task/2385/stat : 2385 (java) S 2313 2316 1929 0 -1 1077944384 3991 12952 0 0 68 79 5 2 20 0 15 0 227514798 11278843904 932747 33554432000 4194304 4196468 140727790273856 140710701386928 140711279745666 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
Current children cumulated CPU time: 2403.68 s
Current children cumulated vsize: 11014496 KiB
Current children cumulated memory: 3730988 KiB

[startup+2382.3 s]
/proc/loadavg: 1.59 1.43 1.41 3/216 2479
/proc/meminfo: memFree=21030248/32770624 swapFree=67108804/67108860
[pid=2316] ppid=2313 vsize=11014496 memory=3739180 CPUtime=2464.07 cores=1,3,5,7
/proc/2316/stat : 2316 (java) S 2313 2316 1929 0 -1 1077944320 771935 12952 0 0 245851 549 5 2 20 0 15 0 227514783 11278843904 934795 33554432000 4194304 4196468 140727790273856 140727790256400 140711279734519 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
/proc/2316/statm: 2753624 934795 3535 1 0 2715277 0
[pid=2316/tid=2372] ppid=2313 vsize=11014496 memory=3708 CPUtime=2361.56 cores=1,3,5,7
/proc/2316/task/2372/stat : 2372 (java) R 2313 2316 1929 0 -1 4202560 233685 12952 0 0 236053 96 5 2 20 0 15 0 227514792 11278843904 934795 33554432000 4194304 4196468 140727790273856 140711251568576 140710870689208 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2373] ppid=2313 vsize=11014496 memory=3739180 CPUtime=17.97 cores=1,3,5,7
/proc/2316/task/2373/stat : 2373 (java) S 2313 2316 1929 0 -1 1077944384 40157 12952 0 0 1707 83 5 2 20 0 15 0 227514793 11278843904 934795 33554432000 4194304 4196468 140727790273856 140711283976848 140711279744725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2374] ppid=2313 vsize=11014496 memory=3739180 CPUtime=17.94 cores=1,3,5,7
/proc/2316/task/2374/stat : 2374 (java) S 2313 2316 1929 0 -1 1077944384 35634 12952 0 0 1703 84 5 2 20 0 15 0 227514793 11278843904 934795 33554432000 4194304 4196468 140727790273856 140710819269136 140711279744725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2375] ppid=2313 vsize=11014496 memory=3737132 CPUtime=17.96 cores=1,3,5,7
/proc/2316/task/2375/stat : 2375 (java) S 2313 2316 1929 0 -1 1077944384 38301 12952 0 0 1706 83 5 2 20 0 15 0 227514793 11278843904 934795 33554432000 4194304 4196468 140727790273856 140710818216336 140711279744725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2376] ppid=2313 vsize=11014496 memory=280335738608384 CPUtime=17.97 cores=1,3,5,7
/proc/2316/task/2376/stat : 2376 (java) S 2313 2316 1929 0 -1 1077944384 36783 12952 0 0 1708 82 5 2 20 0 15 0 227514793 11278843904 934795 33554432000 4194304 4196468 140727790273856 140710817163536 140711279744725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2377] ppid=2313 vsize=11014496 memory=3739180 CPUtime=2.1 cores=1,3,5,7
/proc/2316/task/2377/stat : 2377 (java) S 2313 2316 1929 0 -1 1077944384 41544 12952 0 0 173 30 5 2 20 0 15 0 227514794 11278843904 934795 33554432000 4194304 4196468 140727790273856 140710705597296 140711279745666 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2378] ppid=2313 vsize=11014496 memory=3739180 CPUtime=0.07 cores=1,3,5,7
/proc/2316/task/2378/stat : 2378 (java) S 2313 2316 1929 0 -1 1077944384 29 12952 0 0 0 0 5 2 20 0 15 0 227514795 11278843904 934795 33554432000 4194304 4196468 140727790273856 140710054454880 140711279744725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2379] ppid=2313 vsize=11014496 memory=3739180 CPUtime=0.07 cores=1,3,5,7
/proc/2316/task/2379/stat : 2379 (java) S 2313 2316 1929 0 -1 1077944384 12 12952 0 0 0 0 5 2 20 0 15 0 227514795 11278843904 934795 33554432000 4194304 4196468 140727790273856 140709906605440 140711279744725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2380] ppid=2313 vsize=11014496 memory=33 CPUtime=0.07 cores=1,3,5,7
/proc/2316/task/2380/stat : 2380 (java) S 2313 2316 1929 0 -1 1077944384 3 12952 0 0 0 0 5 2 20 0 15 0 227514798 11278843904 934795 33554432000 4194304 4196468 140727790273856 140709599205712 140711279753115 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2381] ppid=2313 vsize=11014496 memory=33 CPUtime=11.69 cores=1,3,5,7
/proc/2316/task/2381/stat : 2381 (java) S 2313 2316 1929 0 -1 1077944384 123320 12952 0 0 1151 11 5 2 20 0 15 0 227514798 11278843904 934795 33554432000 4194304 4196468 140727790273856 140710704544112 140711279745666 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2382] ppid=2313 vsize=11014496 memory=3739180 CPUtime=12.18 cores=1,3,5,7
/proc/2316/task/2382/stat : 2382 (java) S 2313 2316 1929 0 -1 1077944384 119805 12952 0 0 1200 11 5 2 20 0 15 0 227514798 11278843904 934795 33554432000 4194304 4196468 140727790273856 140710703491312 140711279745666 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2383] ppid=2313 vsize=11014496 memory=3739180 CPUtime=3.63 cores=1,3,5,7
/proc/2316/task/2383/stat : 2383 (java) S 2313 2316 1929 0 -1 1077944384 96352 12952 0 0 346 10 5 2 20 0 15 0 227514798 11278843904 934795 33554432000 4194304 4196468 140727790273856 140710702438512 140711279745666 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2384] ppid=2313 vsize=11014496 memory=3730988 CPUtime=0.07 cores=1,3,5,7
/proc/2316/task/2384/stat : 2384 (java) S 2313 2316 1929 0 -1 1077944384 3 12952 0 0 0 0 5 2 20 0 15 0 227514798 11278843904 934795 33554432000 4194304 4196468 140727790273856 140709168408800 140711279744725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2385] ppid=2313 vsize=11014496 memory=3730988 CPUtime=1.58 cores=1,3,5,7
/proc/2316/task/2385/stat : 2385 (java) S 2313 2316 1929 0 -1 1077944384 4116 12952 0 0 70 81 5 2 20 0 15 0 227514798 11278843904 934795 33554432000 4194304 4196468 140727790273856 140710701386928 140711279745666 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
Current children cumulated CPU time: 2464.07 s
Current children cumulated vsize: 11014496 KiB
Current children cumulated memory: 3739180 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2437.9 s]
/proc/loadavg: 1.60 1.47 1.42 4/215 2609
/proc/meminfo: memFree=24562440/32770624 swapFree=67108804/67108860
[pid=2316] ppid=2313 vsize=11014496 memory=3740236 CPUtime=2520.02 cores=1,3,5,7
/proc/2316/stat : 2316 (java) S 2313 2316 1929 0 -1 1077944320 793047 12952 0 0 251442 553 5 2 20 0 15 0 227514783 11278843904 935059 33554432000 4194304 4196468 140727790273856 140727790256400 140711279734519 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
/proc/2316/statm: 2753624 935059 3535 1 0 2715277 0
[pid=2316/tid=2372] ppid=2313 vsize=11014496 memory=3740208 CPUtime=2417.05 cores=1,3,5,7
/proc/2316/task/2372/stat : 2372 (java) R 2313 2316 1929 0 -1 4202560 246405 12952 0 0 241601 97 5 2 20 0 15 0 227514792 11278843904 935059 33554432000 4194304 4196468 140727790273856 140711251568352 140710873631256 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2373] ppid=2313 vsize=11014496 memory=3740208 CPUtime=18.06 cores=1,3,5,7
/proc/2316/task/2373/stat : 2373 (java) S 2313 2316 1929 0 -1 1077944384 40352 12952 0 0 1716 83 5 2 20 0 15 0 227514793 11278843904 935059 33554432000 4194304 4196468 140727790273856 140711283976848 140711279744725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2374] ppid=2313 vsize=11014496 memory=3740236 CPUtime=18.03 cores=1,3,5,7
/proc/2316/task/2374/stat : 2374 (java) S 2313 2316 1929 0 -1 1077944384 36387 12952 0 0 1712 84 5 2 20 0 15 0 227514793 11278843904 935059 33554432000 4194304 4196468 140727790273856 140710819269136 140711279744725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2375] ppid=2313 vsize=11014496 memory=3740236 CPUtime=18.05 cores=1,3,5,7
/proc/2316/task/2375/stat : 2375 (java) S 2313 2316 1929 0 -1 1077944384 39511 12952 0 0 1715 83 5 2 20 0 15 0 227514793 11278843904 935059 33554432000 4194304 4196468 140727790273856 140710818216336 140711279744725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2376] ppid=2313 vsize=11014496 memory=3740236 CPUtime=18.05 cores=1,3,5,7
/proc/2316/task/2376/stat : 2376 (java) S 2313 2316 1929 0 -1 1077944384 37169 12952 0 0 1716 82 5 2 20 0 15 0 227514793 11278843904 935059 33554432000 4194304 4196468 140727790273856 140710817163536 140711279744725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2377] ppid=2313 vsize=11014496 memory=33 CPUtime=2.12 cores=1,3,5,7
/proc/2316/task/2377/stat : 2377 (java) S 2313 2316 1929 0 -1 1077944384 41880 12952 0 0 175 30 5 2 20 0 15 0 227514794 11278843904 935059 33554432000 4194304 4196468 140727790273856 140710705597296 140711279745666 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2378] ppid=2313 vsize=11014496 memory=3708 CPUtime=0.07 cores=1,3,5,7
/proc/2316/task/2378/stat : 2378 (java) S 2313 2316 1929 0 -1 1077944384 29 12952 0 0 0 0 5 2 20 0 15 0 227514795 11278843904 935059 33554432000 4194304 4196468 140727790273856 140710054454880 140711279744725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2379] ppid=2313 vsize=11014496 memory=3740236 CPUtime=0.07 cores=1,3,5,7
/proc/2316/task/2379/stat : 2379 (java) S 2313 2316 1929 0 -1 1077944384 12 12952 0 0 0 0 5 2 20 0 15 0 227514795 11278843904 935059 33554432000 4194304 4196468 140727790273856 140709906605440 140711279744725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2380] ppid=2313 vsize=11014496 memory=3740236 CPUtime=0.07 cores=1,3,5,7
/proc/2316/task/2380/stat : 2380 (java) S 2313 2316 1929 0 -1 1077944384 3 12952 0 0 0 0 5 2 20 0 15 0 227514798 11278843904 935059 33554432000 4194304 4196468 140727790273856 140709599205712 140711279753115 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2381] ppid=2313 vsize=11014496 memory=1260 CPUtime=11.72 cores=1,3,5,7
/proc/2316/task/2381/stat : 2381 (java) S 2313 2316 1929 0 -1 1077944384 124681 12952 0 0 1154 11 5 2 20 0 15 0 227514798 11278843904 935059 33554432000 4194304 4196468 140727790273856 140710704544112 140711279745666 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2382] ppid=2313 vsize=11014496 memory=3740236 CPUtime=12.21 cores=1,3,5,7
/proc/2316/task/2382/stat : 2382 (java) S 2313 2316 1929 0 -1 1077944384 122557 12952 0 0 1203 11 5 2 20 0 15 0 227514798 11278843904 935059 33554432000 4194304 4196468 140727790273856 140710703491312 140711279745666 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2383] ppid=2313 vsize=11014496 memory=1736 CPUtime=3.64 cores=1,3,5,7
/proc/2316/task/2383/stat : 2383 (java) S 2313 2316 1929 0 -1 1077944384 97741 12952 0 0 347 10 5 2 20 0 15 0 227514798 11278843904 935059 33554432000 4194304 4196468 140727790273856 140710702438512 140711279745666 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2384] ppid=2313 vsize=11014496 memory=303993173188018202 CPUtime=0.07 cores=1,3,5,7
/proc/2316/task/2384/stat : 2384 (java) S 2313 2316 1929 0 -1 1077944384 3 12952 0 0 0 0 5 2 20 0 15 0 227514798 11278843904 935059 33554432000 4194304 4196468 140727790273856 140709168408800 140711279744725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2385] ppid=2313 vsize=11014496 memory=290763857956438329 CPUtime=1.61 cores=1,3,5,7
/proc/2316/task/2385/stat : 2385 (java) S 2313 2316 1929 0 -1 1077944384 4126 12952 0 0 71 83 5 2 20 0 15 0 227514798 11278843904 935059 33554432000 4194304 4196468 140727790273856 140710701386928 140711279745666 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 11014496 KiB
Current children cumulated memory: 3740236 KiB

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

[startup+2437.96 s]
# the end of solver process 2316 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2514.53 s, system=5.59895 s

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

[startup+2437.9 s]
/proc/loadavg: 1.60 1.47 1.42 4/215 2609
/proc/meminfo: memFree=24562440/32770624 swapFree=67108804/67108860
[pid=2316] ppid=2313 vsize=11014496 memory=3740236 CPUtime=2520.02 cores=1,3,5,7
/proc/2316/stat : 2316 (java) S 2313 2316 1929 0 -1 1077944320 793047 12952 0 0 251442 553 5 2 20 0 15 0 227514783 11278843904 935059 33554432000 4194304 4196468 140727790273856 140727790256400 140711279734519 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
/proc/2316/statm: 2753624 935059 3535 1 0 2715277 0
[pid=2316/tid=2372] ppid=2313 vsize=11014496 memory=3740208 CPUtime=2417.05 cores=1,3,5,7
/proc/2316/task/2372/stat : 2372 (java) R 2313 2316 1929 0 -1 4202560 246405 12952 0 0 241601 97 5 2 20 0 15 0 227514792 11278843904 935059 33554432000 4194304 4196468 140727790273856 140711251568352 140710873631256 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2373] ppid=2313 vsize=11014496 memory=3740208 CPUtime=18.06 cores=1,3,5,7
/proc/2316/task/2373/stat : 2373 (java) S 2313 2316 1929 0 -1 1077944384 40352 12952 0 0 1716 83 5 2 20 0 15 0 227514793 11278843904 935059 33554432000 4194304 4196468 140727790273856 140711283976848 140711279744725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2374] ppid=2313 vsize=11014496 memory=3740236 CPUtime=18.03 cores=1,3,5,7
/proc/2316/task/2374/stat : 2374 (java) S 2313 2316 1929 0 -1 1077944384 36387 12952 0 0 1712 84 5 2 20 0 15 0 227514793 11278843904 935059 33554432000 4194304 4196468 140727790273856 140710819269136 140711279744725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2375] ppid=2313 vsize=11014496 memory=3740236 CPUtime=18.05 cores=1,3,5,7
/proc/2316/task/2375/stat : 2375 (java) S 2313 2316 1929 0 -1 1077944384 39511 12952 0 0 1715 83 5 2 20 0 15 0 227514793 11278843904 935059 33554432000 4194304 4196468 140727790273856 140710818216336 140711279744725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2376] ppid=2313 vsize=11014496 memory=3740236 CPUtime=18.05 cores=1,3,5,7
/proc/2316/task/2376/stat : 2376 (java) S 2313 2316 1929 0 -1 1077944384 37169 12952 0 0 1716 82 5 2 20 0 15 0 227514793 11278843904 935059 33554432000 4194304 4196468 140727790273856 140710817163536 140711279744725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2377] ppid=2313 vsize=11014496 memory=33 CPUtime=2.12 cores=1,3,5,7
/proc/2316/task/2377/stat : 2377 (java) S 2313 2316 1929 0 -1 1077944384 41880 12952 0 0 175 30 5 2 20 0 15 0 227514794 11278843904 935059 33554432000 4194304 4196468 140727790273856 140710705597296 140711279745666 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2378] ppid=2313 vsize=11014496 memory=3708 CPUtime=0.07 cores=1,3,5,7
/proc/2316/task/2378/stat : 2378 (java) S 2313 2316 1929 0 -1 1077944384 29 12952 0 0 0 0 5 2 20 0 15 0 227514795 11278843904 935059 33554432000 4194304 4196468 140727790273856 140710054454880 140711279744725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2379] ppid=2313 vsize=11014496 memory=3740236 CPUtime=0.07 cores=1,3,5,7
/proc/2316/task/2379/stat : 2379 (java) S 2313 2316 1929 0 -1 1077944384 12 12952 0 0 0 0 5 2 20 0 15 0 227514795 11278843904 935059 33554432000 4194304 4196468 140727790273856 140709906605440 140711279744725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2380] ppid=2313 vsize=11014496 memory=3740236 CPUtime=0.07 cores=1,3,5,7
/proc/2316/task/2380/stat : 2380 (java) S 2313 2316 1929 0 -1 1077944384 3 12952 0 0 0 0 5 2 20 0 15 0 227514798 11278843904 935059 33554432000 4194304 4196468 140727790273856 140709599205712 140711279753115 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2381] ppid=2313 vsize=11014496 memory=1260 CPUtime=11.72 cores=1,3,5,7
/proc/2316/task/2381/stat : 2381 (java) S 2313 2316 1929 0 -1 1077944384 124681 12952 0 0 1154 11 5 2 20 0 15 0 227514798 11278843904 935059 33554432000 4194304 4196468 140727790273856 140710704544112 140711279745666 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2382] ppid=2313 vsize=11014496 memory=3740236 CPUtime=12.21 cores=1,3,5,7
/proc/2316/task/2382/stat : 2382 (java) S 2313 2316 1929 0 -1 1077944384 122557 12952 0 0 1203 11 5 2 20 0 15 0 227514798 11278843904 935059 33554432000 4194304 4196468 140727790273856 140710703491312 140711279745666 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2383] ppid=2313 vsize=11014496 memory=1736 CPUtime=3.64 cores=1,3,5,7
/proc/2316/task/2383/stat : 2383 (java) S 2313 2316 1929 0 -1 1077944384 97741 12952 0 0 347 10 5 2 20 0 15 0 227514798 11278843904 935059 33554432000 4194304 4196468 140727790273856 140710702438512 140711279745666 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2384] ppid=2313 vsize=11014496 memory=303993173188018202 CPUtime=0.07 cores=1,3,5,7
/proc/2316/task/2384/stat : 2384 (java) S 2313 2316 1929 0 -1 1077944384 3 12952 0 0 0 0 5 2 20 0 15 0 227514798 11278843904 935059 33554432000 4194304 4196468 140727790273856 140709168408800 140711279744725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
[pid=2316/tid=2385] ppid=2313 vsize=11014496 memory=290763857956438329 CPUtime=1.61 cores=1,3,5,7
/proc/2316/task/2385/stat : 2385 (java) S 2313 2316 1929 0 -1 1077944384 4126 12952 0 0 71 83 5 2 20 0 15 0 227514798 11278843904 935059 33554432000 4194304 4196468 140727790273856 140710701386928 140711279745666 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19030016 140727790275181 140727790277980 140727790277980 140727790280655 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 11014496 KiB
Current children cumulated memory: 3740236 KiB

Child status: 143
Real time (s): 2437.96
CPU time (s): 2520.12
CPU user time (s): 2514.53
CPU system time (s): 5.59895
CPU usage (%): 103.37
Max. virtual memory (cumulated for all children) (KiB): 11014496
Max. memory (cumulated for all children) (KiB): 3741232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2514.53
system time used= 5.59895
maximum resident set size= 3744440
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 807333
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3384
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 95078
involuntary context switches= 3354


# summary of solver processes directly reported to runsolver:
#   pid: 2316
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2514.53
#   total CPU system time (s): 5.59895

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.163 second user time and 21.3577 second system time

The end

Launcher Data

Begin job on node105 at 2018-08-12 20:45:16
IDJOB=4304509
IDBENCH=141352
IDSOLVER=2780
FILE ID=node105/4304509-1534099516
RUNJOBID= node105-1534099504-1961
PBS_JOBID= 21037006
Free space on /tmp= 40896 MiB

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

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

MD5SUM BENCH= 90ad9fa5946247c0fa0335207c2f2744
RANDOM SEED=473411214

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:        27876984 kB
MemAvailable:   31316276 kB
Buffers:          149072 kB
Cached:          3547752 kB
SwapCached:           16 kB
Active:          2468396 kB
Inactive:        1871724 kB
Active(anon):     595952 kB
Inactive(anon):   100472 kB
Active(file):    1872444 kB
Inactive(file):  1771252 kB
Unevictable:        7376 kB
Mlocked:            7376 kB
SwapTotal:      67108860 kB
SwapFree:       67108804 kB
Dirty:             27592 kB
Writeback:             0 kB
AnonPages:        610864 kB
Mapped:            64032 kB
Shmem:             49748 kB
Slab:             251116 kB
SReclaimable:     222860 kB
SUnreclaim:        28256 kB
KernelStack:        3744 kB
PageTables:         6756 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1975152 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    428032 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:54