Trace number 4302798

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-SuperNG? (TO) 252.091 209.944

General information on the benchmark

NameSteelMillSlab/
SteelMillSlab-m2-3-0_c18.xml
MD5SUM9618cadca64f3323a562113cce1d17af
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 variables22422
Number of constraints24998
Number of domains4
Minimum domain size2
Maximum domain size111
Distribution of domain sizes[{"size":2,"count":22089},{"size":24,"count":111},{"size":38,"count":111},{"size":111,"count":111}]
Minimum variable degree2
Maximum variable degree224
Distribution of variable degrees[{"degree":2,"count":20313},{"degree":3,"count":1443},{"degree":4,"count":333},{"degree":5,"count":222},{"degree":222,"count":78},{"degree":223,"count":24},{"degree":224,"count":9}]
Minimum constraint arity2
Maximum constraint arity112
Distribution of constraint arities[{"arity":2,"count":24774},{"arity":88,"count":111},{"arity":111,"count":2},{"arity":112,"count":111}]
Number of extensional constraints111
Number of intensional constraints24663
Distribution of constraint types[{"type":"extension","count":111},{"type":"intension","count":24663},{"type":"ordered","count":1},{"type":"sum","count":223}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.98/0.74	c Concrete v3.9.2.1532736233296 running
252.02/209.90	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
252.02/209.91		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
252.02/209.91		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
252.02/209.91		at concrete.BooleanDomain$UNKNOWNBoolean$.filter(BooleanDomain.scala:80)
252.02/209.91		at concrete.BooleanDomain$UNKNOWNBoolean$.filter(BooleanDomain.scala:12)
252.02/209.91		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
252.02/209.91		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.02/209.91		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.02/209.91		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.02/209.91		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.02/209.91		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.02/209.91		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.02/209.91		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.02/209.91		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:109)
252.02/209.91		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
252.02/209.91		at scala.Option.map(Option.scala:146)
252.02/209.91		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
252.02/209.91		at concrete.MAC.mac(MAC.scala:203)
252.02/209.91		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
252.02/209.91		at scala.util.Try$.apply(Try.scala:209)
252.02/209.91		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.02/209.91		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.02/209.91		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.02/209.91		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.02/209.91		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
252.02/209.91		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.02/209.91		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.02/209.91		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.02/209.91		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.02/209.91		at concrete.MAC.oneRun(MAC.scala:253)
252.02/209.91		at concrete.MAC.nextSolution(MAC.scala:272)
252.02/209.91		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
252.02/209.91		at concrete.ProblemState.map(ProblemState.scala:221)
252.02/209.91		at concrete.ProblemState.map(ProblemState.scala:204)
252.02/209.91		at concrete.MAC.nextSolution(MAC.scala:334)
252.02/209.91		at concrete.Solver.hasNext(Solver.scala:166)
252.02/209.91		at scala.collection.Iterator.foreach(Iterator.scala:944)
252.02/209.91		at scala.collection.Iterator.foreach$(Iterator.scala:944)
252.02/209.91		at concrete.Solver.foreach(Solver.scala:68)
252.02/209.91		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
252.02/209.91		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.02/209.91		at scala.util.Success.map(Try.scala:209)
252.02/209.91		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
252.02/209.91		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
252.02/209.91		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
252.02/209.91		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
252.02/209.91		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
252.02/209.91		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.02/209.91		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.02/209.91		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.02/209.91		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.02/209.91		at scala.collection.immutable.List.foreach(List.scala:389)
252.02/209.91		at scala.App.main(App.scala:76)
252.02/209.91		at scala.App.main$(App.scala:74)
252.02/209.91		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
252.02/209.91		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.02/209.91	s UNKNOWN

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302798-1532898937/watcher-4302798-1532898937 -o /tmp/evaluation-result-4302798-1532898937/solver-4302798-1532898937 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532892979-13580 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=61084761 -superng HOME/instance-4302798-1532898937.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=22515, runsolver pid=22512

[startup+0.100141 s]*
/proc/loadavg: 1.72 1.73 1.77 5/206 22572
/proc/meminfo: memFree=22662696/32770624 swapFree=67108404/67108860
[pid=22515] ppid=22512 vsize=10005480 memory=19120 CPUtime=0.09 cores=0,2,4,6
/proc/22515/stat : 22515 (java) S 22512 22515 12222 0 -1 1077944320 4410 12897 0 0 1 1 5 2 20 0 6 0 107456875 10245611520 4780 33554432000 4194304 4196468 140734499808880 140734499791424 139690614251255 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
/proc/22515/statm: 2501370 4780 1946 1 0 2489808 0
[pid=22515/tid=22568] ppid=22512 vsize=10088124 memory=4279135703912971920 CPUtime=0.07 cores=0,2,4,6
/proc/22515/task/22568/stat : 22568 (java) R 22512 22515 12222 0 -1 4202560 2277 12897 0 0 0 0 5 2 20 0 7 0 107456884 10330238976 4847 33554432000 4194304 4196468 140734499808880 139690586094352 139690599934486 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22569] ppid=22512 vsize=10088124 memory=8257237230052613020 CPUtime=0.07 cores=0,2,4,6
/proc/22515/task/22569/stat : 22569 (java) S 22512 22515 12222 0 -1 1077944384 1 12897 0 0 0 0 5 2 20 0 7 0 107456885 10330238976 4847 33554432000 4194304 4196468 140734499808880 139690618493712 139690614261461 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22570] ppid=22512 vsize=10088124 memory=140357233059456 CPUtime=0.07 cores=0,2,4,6
/proc/22515/task/22570/stat : 22570 (java) S 22512 22515 12222 0 -1 1077944384 1 12897 0 0 0 0 5 2 20 0 7 0 107456885 10330238976 4847 33554432000 4194304 4196468 140734499808880 139690473212816 139690614261461 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22571] ppid=22512 vsize=10088124 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22515/task/22571/stat : 22571 (java) S 22512 22515 12222 0 -1 1077944384 1 12897 0 0 0 0 5 2 20 0 7 0 107456885 10330238976 4847 33554432000 4194304 4196468 140734499808880 139690472160272 139690614261461 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22572] ppid=22512 vsize=10088124 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/22515/task/22572/stat : 22572 (java) S 22512 22515 12222 0 -1 1077944384 2 12897 0 0 0 0 5 2 20 0 7 0 107456885 10330238976 4847 33554432000 4194304 4196468 140734499808880 139690471107728 139690614261461 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22573] ppid=22512 vsize=10088124 memory=140357233059456 CPUtime=0.07 cores=0,2,4,6
/proc/22515/task/22573/stat : 22573 (java) S 22512 22515 12222 0 -1 1077944384 2 12897 0 0 0 0 5 2 20 0 7 0 107456886 10330238976 4847 33554432000 4194304 4196468 140734499808880 139689583384560 139690614262402 0 0 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 19120 KiB

[startup+0.209987 s]*
/proc/loadavg: 1.72 1.73 1.77 4/215 22581
/proc/meminfo: memFree=22641324/32770624 swapFree=67108404/67108860
[pid=22515] ppid=22512 vsize=10982744 memory=44904 CPUtime=0.25 cores=0,2,4,6
/proc/22515/stat : 22515 (java) S 22512 22515 12222 0 -1 1077944320 8561 12897 0 0 16 2 5 2 20 0 15 0 107456875 11246329856 11226 33554432000 4194304 4196468 140734499808880 140734499791424 139690614251255 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
/proc/22515/statm: 2745686 11226 2950 1 0 2708109 0
[pid=22515/tid=22568] ppid=22512 vsize=10982776 memory=7022364594140610616 CPUtime=0.18 cores=0,2,4,6
/proc/22515/task/22568/stat : 22568 (java) R 22512 22515 12222 0 -1 4202560 5467 12897 0 0 10 1 5 2 20 0 15 0 107456884 11246362624 11555 33554432000 4194304 4196468 140734499808880 139690586076064 139690606930973 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22569] ppid=22512 vsize=10982776 memory=345 CPUtime=0.07 cores=0,2,4,6
/proc/22515/task/22569/stat : 22569 (java) S 22512 22515 12222 0 -1 1077944384 1 12897 0 0 0 0 5 2 20 0 15 0 107456885 11246362624 11555 33554432000 4194304 4196468 140734499808880 139690618493712 139690614261461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22570] ppid=22512 vsize=10982776 memory=140357233081085 CPUtime=0.07 cores=0,2,4,6
/proc/22515/task/22570/stat : 22570 (java) S 22512 22515 12222 0 -1 1077944384 1 12897 0 0 0 0 5 2 20 0 15 0 107456885 11246362624 11555 33554432000 4194304 4196468 140734499808880 139690473212816 139690614261461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22571] ppid=22512 vsize=10982776 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22515/task/22571/stat : 22571 (java) S 22512 22515 12222 0 -1 1077944384 1 12897 0 0 0 0 5 2 20 0 15 0 107456885 11246362624 11621 33554432000 4194304 4196468 140734499808880 139690472160272 139690614261461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22572] ppid=22512 vsize=10982776 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/22515/task/22572/stat : 22572 (java) S 22512 22515 12222 0 -1 1077944384 2 12897 0 0 0 0 5 2 20 0 15 0 107456885 11246362624 11621 33554432000 4194304 4196468 140734499808880 139690471107728 139690614261461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22573] ppid=22512 vsize=10982776 memory=140357233059456 CPUtime=0.07 cores=0,2,4,6
/proc/22515/task/22573/stat : 22573 (java) S 22512 22515 12222 0 -1 1077944384 2 12897 0 0 0 0 5 2 20 0 15 0 107456886 11246362624 11621 33554432000 4194304 4196468 140734499808880 139689583384560 139690614262402 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22574] ppid=22512 vsize=10982776 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/22515/task/22574/stat : 22574 (java) S 22512 22515 12222 0 -1 1077944384 13 12897 0 0 0 0 5 2 20 0 15 0 107456886 11246362624 11621 33554432000 4194304 4196468 140734499808880 139689449218976 139690614261461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22575] ppid=22512 vsize=10982776 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22515/task/22575/stat : 22575 (java) S 22512 22515 12222 0 -1 1077944384 1 12897 0 0 0 0 5 2 20 0 15 0 107456887 11246362624 11687 33554432000 4194304 4196468 140734499808880 139689247892464 139690614261461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22576] ppid=22512 vsize=10982776 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22515/task/22576/stat : 22576 (java) S 22512 22515 12222 0 -1 1077944384 3 12897 0 0 0 0 5 2 20 0 15 0 107456889 11246362624 11687 33554432000 4194304 4196468 140734499808880 139688940493008 139690614269851 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22577] ppid=22512 vsize=10982776 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22515/task/22577/stat : 22577 (java) S 22512 22515 12222 0 -1 1077944384 363 12897 0 0 1 0 5 2 20 0 15 0 107456889 11246362624 11687 33554432000 4194304 4196468 140734499808880 139689582332400 139690614262402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22578] ppid=22512 vsize=10982776 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/22515/task/22578/stat : 22578 (java) S 22512 22515 12222 0 -1 1077944384 255 12897 0 0 0 0 5 2 20 0 15 0 107456889 11246362624 11753 33554432000 4194304 4196468 140734499808880 139689581279856 139690614262402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22579] ppid=22512 vsize=10982776 memory=140357233059456 CPUtime=0.1 cores=0,2,4,6
/proc/22515/task/22579/stat : 22579 (java) S 22512 22515 12222 0 -1 1077944384 605 12897 0 0 3 0 5 2 20 0 15 0 107456889 11246362624 11753 33554432000 4194304 4196468 140734499808880 139689580227312 139690614262402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22580] ppid=22512 vsize=10982776 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/22515/task/22580/stat : 22580 (java) S 22512 22515 12222 0 -1 1077944384 3 12897 0 0 0 0 5 2 20 0 15 0 107456890 11246362624 11753 33554432000 4194304 4196468 140734499808880 139688509697120 139690614261461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22581] ppid=22512 vsize=10982776 memory=140357233059456 CPUtime=0.07 cores=0,2,4,6
/proc/22515/task/22581/stat : 22581 (java) S 22512 22515 12222 0 -1 1077944384 1 12897 0 0 0 0 5 2 20 0 15 0 107456890 11246362624 11753 33554432000 4194304 4196468 140734499808880 139689579174192 139690614262402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 44904 KiB

[startup+0.310296 s]*
/proc/loadavg: 1.72 1.73 1.77 4/215 22581
/proc/meminfo: memFree=22627804/32770624 swapFree=67108404/67108860
[pid=22515] ppid=22512 vsize=10983192 memory=55376 CPUtime=0.38 cores=0,2,4,6
/proc/22515/stat : 22515 (java) S 22512 22515 12222 0 -1 1077944320 10436 12897 0 0 28 3 5 2 20 0 15 0 107456875 11246788608 13844 33554432000 4194304 4196468 140734499808880 140734499791424 139690614251255 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
/proc/22515/statm: 2745798 13844 3069 1 0 2708109 0
[pid=22515/tid=22568] ppid=22512 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/22515/task/22568/stat : 22568 (java) R 22512 22515 12222 0 -1 4202560 6981 12897 0 0 19 2 5 2 20 0 15 0 107456884 11246788608 13844 33554432000 4194304 4196468 140734499808880 139690586063264 139690606488382 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22569] ppid=22512 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22515/task/22569/stat : 22569 (java) S 22512 22515 12222 0 -1 1077944384 1 12897 0 0 0 0 5 2 20 0 15 0 107456885 11246788608 13844 33554432000 4194304 4196468 140734499808880 139690618493712 139690614261461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22570] ppid=22512 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22515/task/22570/stat : 22570 (java) S 22512 22515 12222 0 -1 1077944384 1 12897 0 0 0 0 5 2 20 0 15 0 107456885 11246788608 13844 33554432000 4194304 4196468 140734499808880 139690473212816 139690614261461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22571] ppid=22512 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22515/task/22571/stat : 22571 (java) S 22512 22515 12222 0 -1 1077944384 1 12897 0 0 0 0 5 2 20 0 15 0 107456885 11246788608 13844 33554432000 4194304 4196468 140734499808880 139690472160272 139690614261461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22572] ppid=22512 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22515/task/22572/stat : 22572 (java) S 22512 22515 12222 0 -1 1077944384 2 12897 0 0 0 0 5 2 20 0 15 0 107456885 11246788608 13844 33554432000 4194304 4196468 140734499808880 139690471107728 139690614261461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22573] ppid=22512 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22515/task/22573/stat : 22573 (java) S 22512 22515 12222 0 -1 1077944384 2 12897 0 0 0 0 5 2 20 0 15 0 107456886 11246788608 13844 33554432000 4194304 4196468 140734499808880 139689583384560 139690614262402 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22574] ppid=22512 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22515/task/22574/stat : 22574 (java) S 22512 22515 12222 0 -1 1077944384 13 12897 0 0 0 0 5 2 20 0 15 0 107456886 11246788608 13844 33554432000 4194304 4196468 140734499808880 139689449218976 139690614261461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22575] ppid=22512 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/22515/task/22575/stat : 22575 (java) S 22512 22515 12222 0 -1 1077944384 1 12897 0 0 0 0 5 2 20 0 15 0 107456887 11246788608 13844 33554432000 4194304 4196468 140734499808880 139689247892464 139690614261461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22576] ppid=22512 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22515/task/22576/stat : 22576 (java) S 22512 22515 12222 0 -1 1077944384 3 12897 0 0 0 0 5 2 20 0 15 0 107456889 11246788608 13844 33554432000 4194304 4196468 140734499808880 139688940493008 139690614269851 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22577] ppid=22512 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22515/task/22577/stat : 22577 (java) S 22512 22515 12222 0 -1 1077944384 364 12897 0 0 1 0 5 2 20 0 15 0 107456889 11246788608 13844 33554432000 4194304 4196468 140734499808880 139689582332400 139690614262402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22578] ppid=22512 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/22515/task/22578/stat : 22578 (java) S 22512 22515 12222 0 -1 1077944384 258 12897 0 0 1 0 5 2 20 0 15 0 107456889 11246788608 13844 33554432000 4194304 4196468 140734499808880 139689581279856 139690614262402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22579] ppid=22512 vsize=10983192 memory=140357233059456 CPUtime=0.11 cores=0,2,4,6
/proc/22515/task/22579/stat : 22579 (java) R 22512 22515 12222 0 -1 4202560 616 12897 0 0 4 0 5 2 20 0 15 0 107456889 11246788608 13844 33554432000 4194304 4196468 140734499808880 139689580227312 139690598607420 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22580] ppid=22512 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/22515/task/22580/stat : 22580 (java) S 22512 22515 12222 0 -1 1077944384 3 12897 0 0 0 0 5 2 20 0 15 0 107456890 11246788608 13844 33554432000 4194304 4196468 140734499808880 139688509697120 139690614261461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22581] ppid=22512 vsize=10983192 memory=140357233059456 CPUtime=0.07 cores=0,2,4,6
/proc/22515/task/22581/stat : 22581 (java) S 22512 22515 12222 0 -1 1077944384 1 12897 0 0 0 0 5 2 20 0 15 0 107456890 11246788608 13844 33554432000 4194304 4196468 140734499808880 139689579174192 139690614262402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55376 KiB

[startup+0.700725 s]
/proc/loadavg: 1.72 1.73 1.77 3/215 22581
/proc/meminfo: memFree=22618004/32770624 swapFree=67108404/67108860
[pid=22515] ppid=22512 vsize=10983192 memory=88448 CPUtime=0.98 cores=0,2,4,6
/proc/22515/stat : 22515 (java) S 22512 22515 12222 0 -1 1077944320 16749 12897 0 0 86 5 5 2 20 0 15 0 107456875 11246788608 22112 33554432000 4194304 4196468 140734499808880 140734499791424 139690614251255 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
/proc/22515/statm: 2745798 22112 3239 1 0 2708109 0
[pid=22515/tid=22568] ppid=22512 vsize=10983192 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/22515/task/22568/stat : 22568 (java) R 22512 22515 12222 0 -1 4202560 12208 12897 0 0 55 4 5 2 20 0 15 0 107456884 11246788608 22112 33554432000 4194304 4196468 140734499808880 139690586072080 139690595816246 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22569] ppid=22512 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22515/task/22569/stat : 22569 (java) S 22512 22515 12222 0 -1 1077944384 1 12897 0 0 0 0 5 2 20 0 15 0 107456885 11246788608 22112 33554432000 4194304 4196468 140734499808880 139690618493712 139690614261461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22570] ppid=22512 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22515/task/22570/stat : 22570 (java) S 22512 22515 12222 0 -1 1077944384 1 12897 0 0 0 0 5 2 20 0 15 0 107456885 11246788608 22112 33554432000 4194304 4196468 140734499808880 139690473212816 139690614261461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22571] ppid=22512 vsize=10983192 memory=8514701219931451533 CPUtime=0.07 cores=0,2,4,6
/proc/22515/task/22571/stat : 22571 (java) S 22512 22515 12222 0 -1 1077944384 1 12897 0 0 0 0 5 2 20 0 15 0 107456885 11246788608 22112 33554432000 4194304 4196468 140734499808880 139690472160272 139690614261461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22572] ppid=22512 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22515/task/22572/stat : 22572 (java) S 22512 22515 12222 0 -1 1077944384 2 12897 0 0 0 0 5 2 20 0 15 0 107456885 11246788608 22112 33554432000 4194304 4196468 140734499808880 139690471107728 139690614261461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22573] ppid=22512 vsize=10983192 memory=6656426216303648864 CPUtime=0.07 cores=0,2,4,6
/proc/22515/task/22573/stat : 22573 (java) S 22512 22515 12222 0 -1 1077944384 6 12897 0 0 0 0 5 2 20 0 15 0 107456886 11246788608 22112 33554432000 4194304 4196468 140734499808880 139689583384560 139690614262402 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22574] ppid=22512 vsize=10983192 memory=68 CPUtime=0.07 cores=0,2,4,6
/proc/22515/task/22574/stat : 22574 (java) S 22512 22515 12222 0 -1 1077944384 13 12897 0 0 0 0 5 2 20 0 15 0 107456886 11246788608 22112 33554432000 4194304 4196468 140734499808880 139689449218976 139690614261461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22575] ppid=22512 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22515/task/22575/stat : 22575 (java) S 22512 22515 12222 0 -1 1077944384 1 12897 0 0 0 0 5 2 20 0 15 0 107456887 11246788608 22112 33554432000 4194304 4196468 140734499808880 139689247892464 139690614261461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22576] ppid=22512 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22515/task/22576/stat : 22576 (java) S 22512 22515 12222 0 -1 1077944384 3 12897 0 0 0 0 5 2 20 0 15 0 107456889 11246788608 22112 33554432000 4194304 4196468 140734499808880 139688940493008 139690614269851 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22577] ppid=22512 vsize=10983192 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/22515/task/22577/stat : 22577 (java) S 22512 22515 12222 0 -1 1077944384 966 12897 0 0 10 0 5 2 20 0 15 0 107456889 11246788608 22112 33554432000 4194304 4196468 140734499808880 139689582332400 139690614262402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22578] ppid=22512 vsize=10983192 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/22515/task/22578/stat : 22578 (java) S 22512 22515 12222 0 -1 1077944384 649 12897 0 0 6 0 5 2 20 0 15 0 107456889 11246788608 22112 33554432000 4194304 4196468 140734499808880 139689581279856 139690614262402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22579] ppid=22512 vsize=10983192 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/22515/task/22579/stat : 22579 (java) S 22512 22515 12222 0 -1 1077944384 703 12897 0 0 12 0 5 2 20 0 15 0 107456889 11246788608 22112 33554432000 4194304 4196468 140734499808880 139689580227312 139690614262402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22580] ppid=22512 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22515/task/22580/stat : 22580 (java) S 22512 22515 12222 0 -1 1077944384 3 12897 0 0 0 0 5 2 20 0 15 0 107456890 11246788608 22112 33554432000 4194304 4196468 140734499808880 139688509697120 139690614261461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22581] ppid=22512 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22515/task/22581/stat : 22581 (java) S 22512 22515 12222 0 -1 1077944384 1 12897 0 0 0 0 5 2 20 0 15 0 107456890 11246788608 22112 33554432000 4194304 4196468 140734499808880 139689579174192 139690614262402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88448 KiB

[startup+1.50107 s]
/proc/loadavg: 1.72 1.73 1.77 3/215 22581
/proc/meminfo: memFree=22570864/32770624 swapFree=67108404/67108860
[pid=22515] ppid=22512 vsize=10991948 memory=241556 CPUtime=3.16 cores=0,2,4,6
/proc/22515/stat : 22515 (java) S 22512 22515 12222 0 -1 1077944320 23500 12897 0 0 298 11 5 2 20 0 15 0 107456875 11255754752 60389 33554432000 4194304 4196468 140734499808880 140734499791424 139690614251255 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
/proc/22515/statm: 2747987 60389 3468 1 0 2709645 0
[pid=22515/tid=22568] ppid=22512 vsize=10991948 memory=-5153075247754915999 CPUtime=1.43 cores=0,2,4,6
/proc/22515/task/22568/stat : 22568 (java) R 22512 22515 12222 0 -1 4202560 15156 12897 0 0 129 7 5 2 20 0 15 0 107456884 11255754752 60389 33554432000 4194304 4196468 140734499808880 139690586084656 139690141557416 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22569] ppid=22512 vsize=10991948 memory=-9107218943244156318 CPUtime=0.09 cores=0,2,4,6
/proc/22515/task/22569/stat : 22569 (java) S 22512 22515 12222 0 -1 1077944384 33 12897 0 0 2 0 5 2 20 0 15 0 107456885 11255754752 60389 33554432000 4194304 4196468 140734499808880 139690618493712 139690614261461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22570] ppid=22512 vsize=10991948 memory=6720696446780543624 CPUtime=0.08 cores=0,2,4,6
/proc/22515/task/22570/stat : 22570 (java) S 22512 22515 12222 0 -1 1077944384 10 12897 0 0 1 0 5 2 20 0 15 0 107456885 11255754752 60389 33554432000 4194304 4196468 140734499808880 139690473212816 139690614261461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22571] ppid=22512 vsize=10991948 memory=-5153075247754915967 CPUtime=0.07 cores=0,2,4,6
/proc/22515/task/22571/stat : 22571 (java) S 22512 22515 12222 0 -1 1077944384 243 12897 0 0 0 0 5 2 20 0 15 0 107456885 11255754752 60389 33554432000 4194304 4196468 140734499808880 139690472160272 139690614261461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22572] ppid=22512 vsize=10991948 memory=126072 CPUtime=0.09 cores=0,2,4,6
/proc/22515/task/22572/stat : 22572 (java) S 22512 22515 12222 0 -1 1077944384 25 12897 0 0 2 0 5 2 20 0 15 0 107456885 11255754752 60389 33554432000 4194304 4196468 140734499808880 139690471107728 139690614261461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22573] ppid=22512 vsize=10991948 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22515/task/22573/stat : 22573 (java) S 22512 22515 12222 0 -1 1077944384 96 12897 0 0 0 0 5 2 20 0 15 0 107456886 11255754752 60389 33554432000 4194304 4196468 140734499808880 139689583384560 139690614262402 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22574] ppid=22512 vsize=10991948 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22515/task/22574/stat : 22574 (java) S 22512 22515 12222 0 -1 1077944384 13 12897 0 0 0 0 5 2 20 0 15 0 107456886 11255754752 60389 33554432000 4194304 4196468 140734499808880 139689449218976 139690614261461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22575] ppid=22512 vsize=10991948 memory=280714230695616 CPUtime=0.07 cores=0,2,4,6
/proc/22515/task/22575/stat : 22575 (java) S 22512 22515 12222 0 -1 1077944384 1 12897 0 0 0 0 5 2 20 0 15 0 107456887 11255754752 60389 33554432000 4194304 4196468 140734499808880 139689247892464 139690614261461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22576] ppid=22512 vsize=10991948 memory=280714231109840 CPUtime=0.07 cores=0,2,4,6
/proc/22515/task/22576/stat : 22576 (java) S 22512 22515 12222 0 -1 1077944384 3 12897 0 0 0 0 5 2 20 0 15 0 107456889 11255754752 60389 33554432000 4194304 4196468 140734499808880 139688940493008 139690614269851 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22577] ppid=22512 vsize=10991948 memory=140357115357520 CPUtime=0.68 cores=0,2,4,6
/proc/22515/task/22577/stat : 22577 (java) R 22512 22515 12222 0 -1 4202560 1918 12897 0 0 61 0 5 2 20 0 15 0 107456889 11255754752 60389 33554432000 4194304 4196468 140734499808880 139689582318424 139690597636781 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22578] ppid=22512 vsize=10991948 memory=140357233061969 CPUtime=0.62 cores=0,2,4,6
/proc/22515/task/22578/stat : 22578 (java) R 22512 22515 12222 0 -1 4202560 2163 12897 0 0 55 0 5 2 20 0 15 0 107456889 11255754752 60389 33554432000 4194304 4196468 140734499808880 139689581266400 139690599179606 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22579] ppid=22512 vsize=10991948 memory=96 CPUtime=0.51 cores=0,2,4,6
/proc/22515/task/22579/stat : 22579 (java) S 22512 22515 12222 0 -1 1077944384 1644 12897 0 0 44 0 5 2 20 0 15 0 107456889 11255754752 60389 33554432000 4194304 4196468 140734499808880 139689580227312 139690614262402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22580] ppid=22512 vsize=10991948 memory=3 CPUtime=0.07 cores=0,2,4,6
/proc/22515/task/22580/stat : 22580 (java) S 22512 22515 12222 0 -1 1077944384 3 12897 0 0 0 0 5 2 20 0 15 0 107456890 11255754752 60389 33554432000 4194304 4196468 140734499808880 139688509697120 139690614261461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22581] ppid=22512 vsize=10991948 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22515/task/22581/stat : 22581 (java) S 22512 22515 12222 0 -1 1077944384 1 12897 0 0 0 0 5 2 20 0 15 0 107456890 11255754752 60389 33554432000 4194304 4196468 140734499808880 139689579174192 139690614262402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0

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

/proc/22515/task/22568/stat : 22568 (java) R 22512 22515 12222 0 -1 4202560 59887 12897 0 0 9933 44 5 2 20 0 15 0 107456884 11280941056 804218 33554432000 4194304 4196468 140734499808880 139690586083824 139690160712539 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22569] ppid=22512 vsize=11016544 memory=3216872 CPUtime=2.24 cores=0,2,4,6
/proc/22515/task/22569/stat : 22569 (java) S 22512 22515 12222 0 -1 1077944384 2202 12897 0 0 195 22 5 2 20 0 15 0 107456885 11280941056 804218 33554432000 4194304 4196468 140734499808880 139690618493712 139690614261461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22570] ppid=22512 vsize=11016544 memory=3194288 CPUtime=2.24 cores=0,2,4,6
/proc/22515/task/22570/stat : 22570 (java) S 22512 22515 12222 0 -1 1077944384 2151 12897 0 0 193 24 5 2 20 0 15 0 107456885 11280941056 804218 33554432000 4194304 4196468 140734499808880 139690473212816 139690614261461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22571] ppid=22512 vsize=11016544 memory=164 CPUtime=2.21 cores=0,2,4,6
/proc/22515/task/22571/stat : 22571 (java) S 22512 22515 12222 0 -1 1077944384 1963 12897 0 0 191 23 5 2 20 0 15 0 107456885 11280941056 804218 33554432000 4194304 4196468 140734499808880 139690472160272 139690614261461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22572] ppid=22512 vsize=11016544 memory=56 CPUtime=2.19 cores=0,2,4,6
/proc/22515/task/22572/stat : 22572 (java) S 22512 22515 12222 0 -1 1077944384 2030 12897 0 0 190 22 5 2 20 0 15 0 107456885 11280941056 804218 33554432000 4194304 4196468 140734499808880 139690471107728 139690614261461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22573] ppid=22512 vsize=11016544 memory=164 CPUtime=0.22 cores=0,2,4,6
/proc/22515/task/22573/stat : 22573 (java) S 22512 22515 12222 0 -1 1077944384 7932 12897 0 0 14 1 5 2 20 0 15 0 107456886 11280941056 804218 33554432000 4194304 4196468 140734499808880 139689583384560 139690614262402 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22574] ppid=22512 vsize=11016544 memory=96984656533640 CPUtime=0.07 cores=0,2,4,6
/proc/22515/task/22574/stat : 22574 (java) S 22512 22515 12222 0 -1 1077944384 19 12897 0 0 0 0 5 2 20 0 15 0 107456886 11280941056 804218 33554432000 4194304 4196468 140734499808880 139689449219040 139690614261461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22575] ppid=22512 vsize=11016544 memory=84 CPUtime=0.07 cores=0,2,4,6
/proc/22515/task/22575/stat : 22575 (java) S 22512 22515 12222 0 -1 1077944384 1 12897 0 0 0 0 5 2 20 0 15 0 107456887 11280941056 804218 33554432000 4194304 4196468 140734499808880 139689247892480 139690614261461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22576] ppid=22512 vsize=11016544 memory=644 CPUtime=0.07 cores=0,2,4,6
/proc/22515/task/22576/stat : 22576 (java) S 22512 22515 12222 0 -1 1077944384 3 12897 0 0 0 0 5 2 20 0 15 0 107456889 11280941056 804218 33554432000 4194304 4196468 140734499808880 139688940493008 139690614269851 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22577] ppid=22512 vsize=11016544 memory=956 CPUtime=13.47 cores=0,2,4,6
/proc/22515/task/22577/stat : 22577 (java) S 22512 22515 12222 0 -1 1077944384 20965 12897 0 0 1336 4 5 2 20 0 15 0 107456889 11280941056 804218 33554432000 4194304 4196468 140734499808880 139689582332400 139690614262402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22578] ppid=22512 vsize=11016544 memory=0 CPUtime=13.99 cores=0,2,4,6
/proc/22515/task/22578/stat : 22578 (java) S 22512 22515 12222 0 -1 1077944384 24687 12897 0 0 1387 5 5 2 20 0 15 0 107456889 11280941056 804218 33554432000 4194304 4196468 140734499808880 139689581279856 139690614262402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22579] ppid=22512 vsize=11016544 memory=7 CPUtime=3.6 cores=0,2,4,6
/proc/22515/task/22579/stat : 22579 (java) S 22512 22515 12222 0 -1 1077944384 14804 12897 0 0 348 5 5 2 20 0 15 0 107456889 11280941056 804218 33554432000 4194304 4196468 140734499808880 139689580227312 139690614262402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22580] ppid=22512 vsize=11016544 memory=30656 CPUtime=0.07 cores=0,2,4,6
/proc/22515/task/22580/stat : 22580 (java) S 22512 22515 12222 0 -1 1077944384 3 12897 0 0 0 0 5 2 20 0 15 0 107456890 11280941056 804218 33554432000 4194304 4196468 140734499808880 139688509697120 139690614261461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22581] ppid=22512 vsize=11016544 memory=2396 CPUtime=0.12 cores=0,2,4,6
/proc/22515/task/22581/stat : 22581 (java) S 22512 22515 12222 0 -1 1077944384 57 12897 0 0 2 3 5 2 20 0 15 0 107456890 11280941056 804218 33554432000 4194304 4196468 140734499808880 139689579174192 139690614262402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
Current children cumulated CPU time: 139.59 s
Current children cumulated vsize: 11016544 KiB
Current children cumulated memory: 3216872 KiB

[startup+162.301 s]
/proc/loadavg: 2.01 1.91 1.84 3/215 22583
/proc/meminfo: memFree=17632672/32770624 swapFree=67108404/67108860
[pid=22515] ppid=22512 vsize=11016544 memory=3266736 CPUtime=202.5 cores=0,2,4,6
/proc/22515/stat : 22515 (java) S 22512 22515 12222 0 -1 1077944320 161174 12897 0 0 20078 165 5 2 20 0 15 0 107456875 11280941056 816684 33554432000 4194304 4196468 140734499808880 140734499791424 139690614251255 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
/proc/22515/statm: 2754136 816684 3540 1 0 2715789 0
[pid=22515/tid=22568] ppid=22512 vsize=11016544 memory=3266736 CPUtime=159.37 cores=0,2,4,6
/proc/22515/task/22568/stat : 22568 (java) S 22512 22515 12222 0 -1 1077944384 65667 12897 0 0 15885 45 5 2 20 0 15 0 107456884 11280941056 816684 33554432000 4194304 4196468 140734499808880 139690586085088 139690614261461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22569] ppid=22512 vsize=11016544 memory=3266736 CPUtime=2.69 cores=0,2,4,6
/proc/22515/task/22569/stat : 22569 (java) R 22512 22515 12222 0 -1 4202560 2418 12897 0 0 239 23 5 2 20 0 15 0 107456885 11280941056 816684 33554432000 4194304 4196468 140734499808880 139690618493912 139690593446499 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22570] ppid=22512 vsize=11016544 memory=3266736 CPUtime=2.69 cores=0,2,4,6
/proc/22515/task/22570/stat : 22570 (java) R 22512 22515 12222 0 -1 4202560 3402 12897 0 0 237 25 5 2 20 0 15 0 107456885 11280941056 816684 33554432000 4194304 4196468 140734499808880 139690473213016 139690595877161 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22571] ppid=22512 vsize=11016544 memory=3266736 CPUtime=2.66 cores=0,2,4,6
/proc/22515/task/22571/stat : 22571 (java) R 22512 22515 12222 0 -1 4202560 2942 12897 0 0 235 24 5 2 20 0 15 0 107456885 11280941056 816684 33554432000 4194304 4196468 140734499808880 139690472160272 139690599278674 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22572] ppid=22512 vsize=11016544 memory=3266736 CPUtime=2.64 cores=0,2,4,6
/proc/22515/task/22572/stat : 22572 (java) R 22512 22515 12222 0 -1 4202560 2167 12897 0 0 234 23 5 2 20 0 15 0 107456885 11280941056 816684 33554432000 4194304 4196468 140734499808880 139690471107728 139690599275364 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22573] ppid=22512 vsize=11016544 memory=3266736 CPUtime=0.23 cores=0,2,4,6
/proc/22515/task/22573/stat : 22573 (java) S 22512 22515 12222 0 -1 1077944384 8199 12897 0 0 15 1 5 2 20 0 15 0 107456886 11280941056 816684 33554432000 4194304 4196468 140734499808880 139689583383072 139690614261461 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22574] ppid=22512 vsize=11016544 memory=3266736 CPUtime=0.07 cores=0,2,4,6
/proc/22515/task/22574/stat : 22574 (java) S 22512 22515 12222 0 -1 1077944384 19 12897 0 0 0 0 5 2 20 0 15 0 107456886 11280941056 816684 33554432000 4194304 4196468 140734499808880 139689449219040 139690614261461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22575] ppid=22512 vsize=11016544 memory=3266736 CPUtime=0.07 cores=0,2,4,6
/proc/22515/task/22575/stat : 22575 (java) S 22512 22515 12222 0 -1 1077944384 1 12897 0 0 0 0 5 2 20 0 15 0 107456887 11280941056 816684 33554432000 4194304 4196468 140734499808880 139689247892480 139690614261461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22576] ppid=22512 vsize=11016544 memory=251 CPUtime=0.07 cores=0,2,4,6
/proc/22515/task/22576/stat : 22576 (java) S 22512 22515 12222 0 -1 1077944384 3 12897 0 0 0 0 5 2 20 0 15 0 107456889 11280941056 816684 33554432000 4194304 4196468 140734499808880 139688940493008 139690614269851 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22577] ppid=22512 vsize=11016544 memory=0 CPUtime=14.3 cores=0,2,4,6
/proc/22515/task/22577/stat : 22577 (java) S 22512 22515 12222 0 -1 1077944384 27966 12897 0 0 1419 4 5 2 20 0 15 0 107456889 11280941056 816684 33554432000 4194304 4196468 140734499808880 139689582332400 139690614262402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22578] ppid=22512 vsize=11016544 memory=3266736 CPUtime=14.55 cores=0,2,4,6
/proc/22515/task/22578/stat : 22578 (java) S 22512 22515 12222 0 -1 1077944384 28943 12897 0 0 1443 5 5 2 20 0 15 0 107456889 11280941056 816684 33554432000 4194304 4196468 140734499808880 139689581279856 139690614262402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22579] ppid=22512 vsize=11016544 memory=3266736 CPUtime=3.72 cores=0,2,4,6
/proc/22515/task/22579/stat : 22579 (java) S 22512 22515 12222 0 -1 1077944384 17165 12897 0 0 360 5 5 2 20 0 15 0 107456889 11280941056 816684 33554432000 4194304 4196468 140734499808880 139689580227312 139690614262402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22580] ppid=22512 vsize=11016544 memory=3266736 CPUtime=0.07 cores=0,2,4,6
/proc/22515/task/22580/stat : 22580 (java) S 22512 22515 12222 0 -1 1077944384 3 12897 0 0 0 0 5 2 20 0 15 0 107456890 11280941056 816684 33554432000 4194304 4196468 140734499808880 139688509697120 139690614261461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22581] ppid=22512 vsize=11016544 memory=1840 CPUtime=0.15 cores=0,2,4,6
/proc/22515/task/22581/stat : 22581 (java) S 22512 22515 12222 0 -1 1077944384 88 12897 0 0 4 4 5 2 20 0 15 0 107456890 11280941056 816684 33554432000 4194304 4196468 140734499808880 139689579174192 139690614262402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
Current children cumulated CPU time: 202.5 s
Current children cumulated vsize: 11016544 KiB
Current children cumulated memory: 3266736 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+209.901 s]
/proc/loadavg: 2.19 1.96 1.86 5/215 22712
/proc/meminfo: memFree=20107988/32770624 swapFree=67108404/67108860
[pid=22515] ppid=22512 vsize=11016544 memory=3302092 CPUtime=252.02 cores=0,2,4,6
/proc/22515/stat : 22515 (java) S 22512 22515 12222 0 -1 1077944320 178679 12897 0 0 25026 169 5 2 20 0 15 0 107456875 11280941056 825523 33554432000 4194304 4196468 140734499808880 140734499791424 139690614251255 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
/proc/22515/statm: 2754136 825523 3540 1 0 2715789 0
[pid=22515/tid=22568] ppid=22512 vsize=11016544 memory=3285688 CPUtime=206.57 cores=0,2,4,6
/proc/22515/task/22568/stat : 22568 (java) R 22512 22515 12222 0 -1 4202560 69748 12897 0 0 20604 46 5 2 20 0 15 0 107456884 11280941056 825523 33554432000 4194304 4196468 140734499808880 139690586084744 139690160405053 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22569] ppid=22512 vsize=11016544 memory=3267200 CPUtime=3.08 cores=0,2,4,6
/proc/22515/task/22569/stat : 22569 (java) S 22512 22515 12222 0 -1 1077944384 3396 12897 0 0 277 24 5 2 20 0 15 0 107456885 11280941056 825523 33554432000 4194304 4196468 140734499808880 139690618493712 139690614261461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22570] ppid=22512 vsize=11016544 memory=3285688 CPUtime=3.09 cores=0,2,4,6
/proc/22515/task/22570/stat : 22570 (java) S 22512 22515 12222 0 -1 1077944384 3674 12897 0 0 276 26 5 2 20 0 15 0 107456885 11280941056 825523 33554432000 4194304 4196468 140734499808880 139690473212816 139690614261461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22571] ppid=22512 vsize=11016544 memory=0 CPUtime=3.06 cores=0,2,4,6
/proc/22515/task/22571/stat : 22571 (java) S 22512 22515 12222 0 -1 1077944384 4442 12897 0 0 274 25 5 2 20 0 15 0 107456885 11280941056 825523 33554432000 4194304 4196468 140734499808880 139690472160272 139690614261461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22572] ppid=22512 vsize=11016544 memory=3266976 CPUtime=3.04 cores=0,2,4,6
/proc/22515/task/22572/stat : 22572 (java) S 22512 22515 12222 0 -1 1077944384 2498 12897 0 0 273 24 5 2 20 0 15 0 107456885 11280941056 825523 33554432000 4194304 4196468 140734499808880 139690471107728 139690614261461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22573] ppid=22512 vsize=11016544 memory=3285688 CPUtime=0.23 cores=0,2,4,6
/proc/22515/task/22573/stat : 22573 (java) S 22512 22515 12222 0 -1 1077944384 8492 12897 0 0 15 1 5 2 20 0 15 0 107456886 11280941056 825523 33554432000 4194304 4196468 140734499808880 139689583384560 139690614262402 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22574] ppid=22512 vsize=11016544 memory=3302092 CPUtime=0.07 cores=0,2,4,6
/proc/22515/task/22574/stat : 22574 (java) S 22512 22515 12222 0 -1 1077944384 19 12897 0 0 0 0 5 2 20 0 15 0 107456886 11280941056 825523 33554432000 4194304 4196468 140734499808880 139689449219040 139690614261461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22575] ppid=22512 vsize=11016544 memory=3302092 CPUtime=0.07 cores=0,2,4,6
/proc/22515/task/22575/stat : 22575 (java) S 22512 22515 12222 0 -1 1077944384 1 12897 0 0 0 0 5 2 20 0 15 0 107456887 11280941056 825523 33554432000 4194304 4196468 140734499808880 139689247892480 139690614261461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22576] ppid=22512 vsize=11016544 memory=3302092 CPUtime=0.07 cores=0,2,4,6
/proc/22515/task/22576/stat : 22576 (java) S 22512 22515 12222 0 -1 1077944384 3 12897 0 0 0 0 5 2 20 0 15 0 107456889 11280941056 825523 33554432000 4194304 4196468 140734499808880 139688940493008 139690614269851 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22577] ppid=22512 vsize=11016544 memory=3302092 CPUtime=14.61 cores=0,2,4,6
/proc/22515/task/22577/stat : 22577 (java) S 22512 22515 12222 0 -1 1077944384 30302 12897 0 0 1449 5 5 2 20 0 15 0 107456889 11280941056 825523 33554432000 4194304 4196468 140734499808880 139689582332400 139690614262402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22578] ppid=22512 vsize=11016544 memory=3302092 CPUtime=14.89 cores=0,2,4,6
/proc/22515/task/22578/stat : 22578 (java) S 22512 22515 12222 0 -1 1077944384 33912 12897 0 0 1476 6 5 2 20 0 15 0 107456889 11280941056 825523 33554432000 4194304 4196468 140734499808880 139689581279856 139690614262402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22579] ppid=22512 vsize=11016544 memory=3302092 CPUtime=3.83 cores=0,2,4,6
/proc/22515/task/22579/stat : 22579 (java) S 22512 22515 12222 0 -1 1077944384 19882 12897 0 0 370 6 5 2 20 0 15 0 107456889 11280941056 825523 33554432000 4194304 4196468 140734499808880 139689580227312 139690614262402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22580] ppid=22512 vsize=11016544 memory=3302092 CPUtime=0.07 cores=0,2,4,6
/proc/22515/task/22580/stat : 22580 (java) S 22512 22515 12222 0 -1 1077944384 3 12897 0 0 0 0 5 2 20 0 15 0 107456890 11280941056 825523 33554432000 4194304 4196468 140734499808880 139688509697120 139690614261461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22581] ppid=22512 vsize=11016544 memory=3302092 CPUtime=0.18 cores=0,2,4,6
/proc/22515/task/22581/stat : 22581 (java) S 22512 22515 12222 0 -1 1077944384 116 12897 0 0 6 5 5 2 20 0 15 0 107456890 11280941056 825523 33554432000 4194304 4196468 140734499808880 139689579174192 139690614262402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
Current children cumulated CPU time: 252.02 s
Current children cumulated vsize: 11016544 KiB
Current children cumulated memory: 3302092 KiB

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

[startup+209.944 s]
# the end of solver process 22515 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=250.332 s, system=1.75858 s

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

[startup+209.901 s]
/proc/loadavg: 2.19 1.96 1.86 5/215 22712
/proc/meminfo: memFree=20107988/32770624 swapFree=67108404/67108860
[pid=22515] ppid=22512 vsize=11016544 memory=3302092 CPUtime=252.02 cores=0,2,4,6
/proc/22515/stat : 22515 (java) S 22512 22515 12222 0 -1 1077944320 178679 12897 0 0 25026 169 5 2 20 0 15 0 107456875 11280941056 825523 33554432000 4194304 4196468 140734499808880 140734499791424 139690614251255 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
/proc/22515/statm: 2754136 825523 3540 1 0 2715789 0
[pid=22515/tid=22568] ppid=22512 vsize=11016544 memory=3285688 CPUtime=206.57 cores=0,2,4,6
/proc/22515/task/22568/stat : 22568 (java) R 22512 22515 12222 0 -1 4202560 69748 12897 0 0 20604 46 5 2 20 0 15 0 107456884 11280941056 825523 33554432000 4194304 4196468 140734499808880 139690586084744 139690160405053 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22569] ppid=22512 vsize=11016544 memory=3267200 CPUtime=3.08 cores=0,2,4,6
/proc/22515/task/22569/stat : 22569 (java) S 22512 22515 12222 0 -1 1077944384 3396 12897 0 0 277 24 5 2 20 0 15 0 107456885 11280941056 825523 33554432000 4194304 4196468 140734499808880 139690618493712 139690614261461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22570] ppid=22512 vsize=11016544 memory=3285688 CPUtime=3.09 cores=0,2,4,6
/proc/22515/task/22570/stat : 22570 (java) S 22512 22515 12222 0 -1 1077944384 3674 12897 0 0 276 26 5 2 20 0 15 0 107456885 11280941056 825523 33554432000 4194304 4196468 140734499808880 139690473212816 139690614261461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22571] ppid=22512 vsize=11016544 memory=0 CPUtime=3.06 cores=0,2,4,6
/proc/22515/task/22571/stat : 22571 (java) S 22512 22515 12222 0 -1 1077944384 4442 12897 0 0 274 25 5 2 20 0 15 0 107456885 11280941056 825523 33554432000 4194304 4196468 140734499808880 139690472160272 139690614261461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22572] ppid=22512 vsize=11016544 memory=3266976 CPUtime=3.04 cores=0,2,4,6
/proc/22515/task/22572/stat : 22572 (java) S 22512 22515 12222 0 -1 1077944384 2498 12897 0 0 273 24 5 2 20 0 15 0 107456885 11280941056 825523 33554432000 4194304 4196468 140734499808880 139690471107728 139690614261461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22573] ppid=22512 vsize=11016544 memory=3285688 CPUtime=0.23 cores=0,2,4,6
/proc/22515/task/22573/stat : 22573 (java) S 22512 22515 12222 0 -1 1077944384 8492 12897 0 0 15 1 5 2 20 0 15 0 107456886 11280941056 825523 33554432000 4194304 4196468 140734499808880 139689583384560 139690614262402 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22574] ppid=22512 vsize=11016544 memory=3302092 CPUtime=0.07 cores=0,2,4,6
/proc/22515/task/22574/stat : 22574 (java) S 22512 22515 12222 0 -1 1077944384 19 12897 0 0 0 0 5 2 20 0 15 0 107456886 11280941056 825523 33554432000 4194304 4196468 140734499808880 139689449219040 139690614261461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22575] ppid=22512 vsize=11016544 memory=3302092 CPUtime=0.07 cores=0,2,4,6
/proc/22515/task/22575/stat : 22575 (java) S 22512 22515 12222 0 -1 1077944384 1 12897 0 0 0 0 5 2 20 0 15 0 107456887 11280941056 825523 33554432000 4194304 4196468 140734499808880 139689247892480 139690614261461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22576] ppid=22512 vsize=11016544 memory=3302092 CPUtime=0.07 cores=0,2,4,6
/proc/22515/task/22576/stat : 22576 (java) S 22512 22515 12222 0 -1 1077944384 3 12897 0 0 0 0 5 2 20 0 15 0 107456889 11280941056 825523 33554432000 4194304 4196468 140734499808880 139688940493008 139690614269851 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22577] ppid=22512 vsize=11016544 memory=3302092 CPUtime=14.61 cores=0,2,4,6
/proc/22515/task/22577/stat : 22577 (java) S 22512 22515 12222 0 -1 1077944384 30302 12897 0 0 1449 5 5 2 20 0 15 0 107456889 11280941056 825523 33554432000 4194304 4196468 140734499808880 139689582332400 139690614262402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22578] ppid=22512 vsize=11016544 memory=3302092 CPUtime=14.89 cores=0,2,4,6
/proc/22515/task/22578/stat : 22578 (java) S 22512 22515 12222 0 -1 1077944384 33912 12897 0 0 1476 6 5 2 20 0 15 0 107456889 11280941056 825523 33554432000 4194304 4196468 140734499808880 139689581279856 139690614262402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22579] ppid=22512 vsize=11016544 memory=3302092 CPUtime=3.83 cores=0,2,4,6
/proc/22515/task/22579/stat : 22579 (java) S 22512 22515 12222 0 -1 1077944384 19882 12897 0 0 370 6 5 2 20 0 15 0 107456889 11280941056 825523 33554432000 4194304 4196468 140734499808880 139689580227312 139690614262402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22580] ppid=22512 vsize=11016544 memory=3302092 CPUtime=0.07 cores=0,2,4,6
/proc/22515/task/22580/stat : 22580 (java) S 22512 22515 12222 0 -1 1077944384 3 12897 0 0 0 0 5 2 20 0 15 0 107456890 11280941056 825523 33554432000 4194304 4196468 140734499808880 139688509697120 139690614261461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
[pid=22515/tid=22581] ppid=22512 vsize=11016544 memory=3302092 CPUtime=0.18 cores=0,2,4,6
/proc/22515/task/22581/stat : 22581 (java) S 22512 22515 12222 0 -1 1077944384 116 12897 0 0 6 5 5 2 20 0 15 0 107456890 11280941056 825523 33554432000 4194304 4196468 140734499808880 139689579174192 139690614262402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38051840 140734499809898 140734499812705 140734499812705 140734499815375 0
Current children cumulated CPU time: 252.02 s
Current children cumulated vsize: 11016544 KiB
Current children cumulated memory: 3302092 KiB

Child status: 143
Real time (s): 209.944
CPU time (s): 252.091
CPU user time (s): 250.332
CPU system time (s): 1.75858
CPU usage (%): 120.076
Max. virtual memory (cumulated for all children) (KiB): 11016544
Max. memory (cumulated for all children) (KiB): 3302092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 250.332
system time used= 1.75858
maximum resident set size= 3306300
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 192171
page faults= 0
swaps= 0
block input operations= 0
block output operations= 424
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19141
involuntary context switches= 512


# summary of solver processes directly reported to runsolver:
#   pid: 22515
#   total CPU time (s): 252.091
#   total CPU user time (s): 250.332
#   total CPU system time (s): 1.75858

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.24737 second user time and 2.04985 second system time

The end

Launcher Data

Begin job on node148 at 2018-07-29 23:15:37
IDJOB=4302798
IDBENCH=141640
IDSOLVER=2777
FILE ID=node148/4302798-1532898937
RUNJOBID= node148-1532892979-13580
PBS_JOBID= 21022520
Free space on /tmp= 47776 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/SteelMillSlab/SteelMillSlab-m2-3-0_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302798-1532898937/watcher-4302798-1532898937 -o /tmp/evaluation-result-4302798-1532898937/solver-4302798-1532898937 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532892979-13580 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=61084761 -superng HOME/instance-4302798-1532898937.xml

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

MD5SUM BENCH= 9618cadca64f3323a562113cce1d17af
RANDOM SEED=61084761

node148.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.50
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.50
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.50
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.50
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:        22691776 kB
MemAvailable:   30745980 kB
Buffers:          249980 kB
Cached:          7954664 kB
SwapCached:          352 kB
Active:          3066852 kB
Inactive:        6377144 kB
Active(anon):    1192840 kB
Inactive(anon):    74228 kB
Active(file):    1874012 kB
Inactive(file):  6302916 kB
Unevictable:        7080 kB
Mlocked:            7080 kB
SwapTotal:      67108860 kB
SwapFree:       67108404 kB
Dirty:             28084 kB
Writeback:             0 kB
AnonPages:       1242004 kB
Mapped:            57920 kB
Shmem:             25016 kB
Slab:             333772 kB
SReclaimable:     305736 kB
SUnreclaim:        28036 kB
KernelStack:        3488 kB
PageTables:         7632 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2366228 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1052672 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 47752 MiB
End job on node148 at 2018-07-29 23:19:07