Trace number 4302300

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.2SAT (TO)47 252.303 229.321

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-08-4-rom_c18.xml
MD5SUMd2036c1580b702d26a2ba71e1295e02d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark56
Best CPU time to get the best result obtained on this benchmark252.402
Satisfiable
(Un)Satisfiability was proved
Number of variables256
Number of constraints64
Number of domains5
Minimum domain size2
Maximum domain size62899
Distribution of domain sizes[{"size":2,"count":16},{"size":9,"count":112},{"size":27,"count":64},{"size":62899,"count":64}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":80},{"degree":2,"count":112},{"degree":8,"count":64}]
Minimum constraint arity11
Maximum constraint arity12
Distribution of constraint arities[{"arity":11,"count":16},{"arity":12,"count":48}]
Number of extensional constraints64
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":64}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.99/0.74	c Concrete v3.9.2.1532736233296 running
157.67/136.35	o 39
161.13/139.00	o 40
161.79/139.60	o 43
162.03/139.87	o 44
166.24/143.95	o 46
195.79/173.24	o 47
252.17/229.28	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
252.17/229.28		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
252.17/229.28		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
252.17/229.28		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
252.17/229.28		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
252.17/229.28		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
252.17/229.28		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
252.17/229.28		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
252.17/229.28		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
252.17/229.28		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.17/229.28		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.17/229.28		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.17/229.28		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.17/229.28		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.17/229.28		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.17/229.28		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.17/229.28		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:109)
252.17/229.28		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
252.17/229.28		at scala.Option.map(Option.scala:146)
252.17/229.28		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
252.17/229.28		at concrete.MAC.mac(MAC.scala:203)
252.17/229.28		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
252.17/229.28		at scala.util.Try$.apply(Try.scala:209)
252.17/229.28		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.17/229.28		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.17/229.28		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.17/229.28		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.17/229.28		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
252.17/229.28		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.17/229.28		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.17/229.28		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.17/229.28		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.17/229.28		at concrete.MAC.oneRun(MAC.scala:253)
252.17/229.28		at concrete.MAC.nextSolution(MAC.scala:272)
252.17/229.28		at concrete.MAC.nextSolution(MAC.scala:355)
252.17/229.28		at concrete.Solver.hasNext(Solver.scala:166)
252.17/229.28		at scala.collection.Iterator.foreach(Iterator.scala:944)
252.17/229.28		at scala.collection.Iterator.foreach$(Iterator.scala:944)
252.17/229.28		at concrete.Solver.foreach(Solver.scala:68)
252.17/229.28		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
252.17/229.28		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.17/229.28		at scala.util.Success.map(Try.scala:209)
252.17/229.28		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
252.17/229.28		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
252.17/229.28		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
252.17/229.28		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
252.17/229.28		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
252.17/229.28		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.17/229.28		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.17/229.28		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.17/229.28		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.17/229.28		at scala.collection.immutable.List.foreach(List.scala:389)
252.17/229.28		at scala.App.main(App.scala:76)
252.17/229.28		at scala.App.main$(App.scala:74)
252.17/229.28		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
252.17/229.28		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.17/229.29	v <instantiation cost="47">
252.17/229.29	v       <list>
252.17/229.29	v         r[0][0] r[0][1] r[0][2] r[0][3] r[1][0] r[1][1] r[1][2] r[1][3] r[2][0] r[2][1] r[2][2] r[2][3] r[3][0] r[3][1] r[3][2] r[3][3] r[4][0] r[4][1] r[4][2] r[4][3] r[5][0] r[5][1] r[5][2] r[5][3] r[6][0] r[6][1] r[6][2] r[6][3] r[7][0] r[7][1] r[7][2] r[7][3] c[0][0] c[0][1] c[0][2] c[0][3] c[1][0] c[1][1] c[1][2] c[1][3] c[2][0] c[2][1] c[2][2] c[2][3] c[3][0] c[3][1] c[3][2] c[3][3] c[4][0] c[4][1] c[4][2] c[4][3] c[5][0] c[5][1] c[5][2] c[5][3] c[6][0] c[6][1] c[6][2] c[6][3] c[7][0] c[7][1] c[7][2] c[7][3] pr[0][0] pr[0][1] pr[0][2] pr[0][3] pr[1][0] pr[1][1] pr[1][2] pr[1][3] pr[2][0] pr[2][1] pr[2][2] pr[2][3] pr[3][0] pr[3][1] pr[3][2] pr[3][3] pr[4][0] pr[4][1] pr[4][2] pr[4][3] pr[5][0] pr[5][1] pr[5][2] pr[5][3] pr[6][0] pr[6][1] pr[6][2] pr[6][3] pr[7][0] pr[7][1] pr[7][2] pr[7][3] pc[0][0] pc[0][1] pc[0][2] pc[0][3] pc[1][0] pc[1][1] pc[1][2] pc[1][3] pc[2][0] pc[2][1] pc[2][2] pc[2][3] pc[3][0] pc[3][1] pc[3][2] pc[3][3] pc[4][0] pc[4][1] pc[4][2] pc[4][3] pc[5][0] pc[5][1] pc[5][2] pc[5][3] pc[6][0] pc[6][1] pc[6][2] pc[6][3] pc[7][0] pc[7][1] pc[7][2] pc[7][3] br[0][0] br[0][1] br[0][2] br[0][3] br[1][0] br[1][1] br[1][2] br[1][3] br[2][0] br[2][1] br[2][2] br[2][3] br[3][0] br[3][1] br[3][2] br[3][3] br[4][0] br[4][1] br[4][2] br[4][3] br[5][0] br[5][1] br[5][2] br[5][3] br[6][0] br[6][1] br[6][2] br[6][3] br[7][0] br[7][1] br[7][2] br[7][3] bc[0][0] bc[0][1] bc[0][2] bc[0][3] bc[1][0] bc[1][1] bc[1][2] bc[1][3] bc[2][0] bc[2][1] bc[2][2] bc[2][3] bc[3][0] bc[3][1] bc[3][2] bc[3][3] bc[4][0] bc[4][1] bc[4][2] bc[4][3] bc[5][0] bc[5][1] bc[5][2] bc[5][3] bc[6][0] bc[6][1] bc[6][2] bc[6][3] bc[7][0] bc[7][1] bc[7][2] bc[7][3] x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7] x[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[7][5] x[7][6] x[7][7]
252.17/229.29	v       </list>
252.17/229.29	v       <values>
252.17/229.29	v         23490 -1 -1 -1 7954 48619 55929 -1 42166 48620 -1 -1 37559 35911 35731 -1 55928 25188 -1 -1 28231 58556 -1 -1 61878 47172 -1 -1 11425 0 -1 -1 22008 43935 61731 -1 37640 16180 -1 -1 31592 47725 -1 -1 37559 48840 -1 -1 61451 36936 45660 -1 35730 48619 40630 -1 28461 17611 -1 -1 36249 566 -1 -1 0 -1 -1 -1 1 4 6 -1 0 5 -1 -1 0 2 6 -1 0 3 -1 -1 1 7 -1 -1 0 5 -1 -1 1 7 -1 -1 0 2 6 -1 0 4 -1 -1 0 5 -1 -1 0 2 -1 -1 0 3 7 -1 0 2 4 -1 0 6 -1 -1 0 3 -1 -1 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 4 0 0 0 5 0 0 0 0 0 0 0 3 0 0 0 4 0 0 0 0 6 0 0 0 3 0 0 0 0 4 0 0 0 0 0 0 5 0 0 6 14 11 14 21 13 8 13 26 1 24 26 18 26 19 4 15 8 14 18 26 18 0 26 14 26 13 0 13 26 13 0 19 3 26 7 8 15 8 2 26 8 17 0 11 0 26 20 25 0 8 17 26 17 4 13 26 2 11 0 17 10 26 0
252.17/229.29	v       </values>
252.17/229.29	v     </instantiation>
252.17/229.29	s SATISFIABLE

Verifier Data

OK	47

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 (13404 MiB free)
  memory of node 1: 16384 MiB (9795 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302300-1532896693/watcher-4302300-1532896693 -o /tmp/evaluation-result-4302300-1532896693/solver-4302300-1532896693 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532893235-14549 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=1578621366 HOME/instance-4302300-1532896693.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=19653, runsolver pid=19650

[startup+0.100159 s]*
/proc/loadavg: 2.65 2.01 1.88 3/206 19710
/proc/meminfo: memFree=23752068/32770624 swapFree=67108436/67108860
[pid=19653] ppid=19650 vsize=10005480 memory=18996 CPUtime=0.09 cores=0,2,4,6
/proc/19653/stat : 19653 (java) S 19650 19653 9814 0 -1 1077944320 4409 13165 0 0 1 1 5 2 20 0 6 0 107232502 10245611520 4749 33554432000 4194304 4196468 140720603743904 140720603726448 140314270916343 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
/proc/19653/statm: 2501370 4749 1935 1 0 2489808 0
[pid=19653/tid=19706] ppid=19650 vsize=10005480 memory=4279135704014096015 CPUtime=0.07 cores=0,2,4,6
/proc/19653/task/19706/stat : 19706 (java) R 19650 19653 9814 0 -1 4202560 2226 13165 0 0 0 0 5 2 20 0 6 0 107232511 10245611520 4749 33554432000 4194304 4196468 140720603743904 140314242753104 140314256598869 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
[pid=19653/tid=19707] ppid=19650 vsize=10005480 memory=8257237230052613020 CPUtime=0.07 cores=0,2,4,6
/proc/19653/task/19707/stat : 19707 (java) S 19650 19653 9814 0 -1 1077944384 1 13165 0 0 0 0 5 2 20 0 6 0 107232511 10245611520 4749 33554432000 4194304 4196468 140720603743904 140314275158544 140314270926549 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
[pid=19653/tid=19708] ppid=19650 vsize=10005480 memory=139809979168384 CPUtime=0.07 cores=0,2,4,6
/proc/19653/task/19708/stat : 19708 (java) S 19650 19653 9814 0 -1 1077944384 1 13165 0 0 0 0 5 2 20 0 6 0 107232511 10245611520 4749 33554432000 4194304 4196468 140720603743904 140314166909584 140314270926549 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
[pid=19653/tid=19709] ppid=19650 vsize=10005480 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19653/task/19709/stat : 19709 (java) S 19650 19653 9814 0 -1 1077944384 1 13165 0 0 0 0 5 2 20 0 6 0 107232511 10245611520 4749 33554432000 4194304 4196468 140720603743904 140313809836304 140314270926549 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
[pid=19653/tid=19710] ppid=19650 vsize=10005480 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/19653/task/19710/stat : 19710 (java) S 19650 19653 9814 0 -1 1077944384 2 13165 0 0 0 0 5 2 20 0 6 0 107232511 10245611520 4749 33554432000 4194304 4196468 140720603743904 140313808783760 140314270926549 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 18996 KiB

[startup+0.209982 s]*
/proc/loadavg: 2.65 2.01 1.88 3/215 19719
/proc/meminfo: memFree=23727144/32770624 swapFree=67108436/67108860
[pid=19653] ppid=19650 vsize=10982696 memory=44328 CPUtime=0.26 cores=0,2,4,6
/proc/19653/stat : 19653 (java) S 19650 19653 9814 0 -1 1077944320 8399 13165 0 0 17 2 5 2 20 0 15 0 107232502 11246280704 11082 33554432000 4194304 4196468 140720603743904 140720603726448 140314270916343 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
/proc/19653/statm: 2745674 11082 2960 1 0 2708109 0
[pid=19653/tid=19706] ppid=19650 vsize=10982696 memory=7022364594140610616 CPUtime=0.18 cores=0,2,4,6
/proc/19653/task/19706/stat : 19706 (java) R 19650 19653 9814 0 -1 4202560 4944 13165 0 0 10 1 5 2 20 0 15 0 107232511 11246280704 11082 33554432000 4194304 4196468 140720603743904 140314242712528 140314270930247 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
[pid=19653/tid=19707] ppid=19650 vsize=10982696 memory=345 CPUtime=0.07 cores=0,2,4,6
/proc/19653/task/19707/stat : 19707 (java) S 19650 19653 9814 0 -1 1077944384 1 13165 0 0 0 0 5 2 20 0 15 0 107232511 11246280704 11082 33554432000 4194304 4196468 140720603743904 140314275158544 140314270926549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
[pid=19653/tid=19708] ppid=19650 vsize=10982696 memory=139809979187445 CPUtime=0.07 cores=0,2,4,6
/proc/19653/task/19708/stat : 19708 (java) S 19650 19653 9814 0 -1 1077944384 1 13165 0 0 0 0 5 2 20 0 15 0 107232511 11246280704 11082 33554432000 4194304 4196468 140720603743904 140314166909584 140314270926549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
[pid=19653/tid=19709] ppid=19650 vsize=10982696 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19653/task/19709/stat : 19709 (java) S 19650 19653 9814 0 -1 1077944384 1 13165 0 0 0 0 5 2 20 0 15 0 107232511 11246280704 11082 33554432000 4194304 4196468 140720603743904 140313809836304 140314270926549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
[pid=19653/tid=19710] ppid=19650 vsize=10982696 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/19653/task/19710/stat : 19710 (java) S 19650 19653 9814 0 -1 1077944384 2 13165 0 0 0 0 5 2 20 0 15 0 107232511 11246280704 11082 33554432000 4194304 4196468 140720603743904 140313808783760 140314270926549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
[pid=19653/tid=19711] ppid=19650 vsize=10982696 memory=139809979168384 CPUtime=0.07 cores=0,2,4,6
/proc/19653/task/19711/stat : 19711 (java) S 19650 19653 9814 0 -1 1077944384 2 13165 0 0 0 0 5 2 20 0 15 0 107232513 11246280704 11082 33554432000 4194304 4196468 140720603743904 140313695873776 140314270927490 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
[pid=19653/tid=19712] ppid=19650 vsize=10982696 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/19653/task/19712/stat : 19712 (java) S 19650 19653 9814 0 -1 1077944384 13 13165 0 0 0 0 5 2 20 0 15 0 107232513 11246280704 11082 33554432000 4194304 4196468 140720603743904 140313091892896 140314270926549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
[pid=19653/tid=19713] ppid=19650 vsize=10982696 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19653/task/19713/stat : 19713 (java) S 19650 19653 9814 0 -1 1077944384 1 13165 0 0 0 0 5 2 20 0 15 0 107232513 11246280704 11082 33554432000 4194304 4196468 140720603743904 140312890565872 140314270926549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
[pid=19653/tid=19714] ppid=19650 vsize=10982696 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19653/task/19714/stat : 19714 (java) S 19650 19653 9814 0 -1 1077944384 3 13165 0 0 0 0 5 2 20 0 15 0 107232516 11246280704 11082 33554432000 4194304 4196468 140720603743904 140312583166416 140314270934939 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
[pid=19653/tid=19715] ppid=19650 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19653/task/19715/stat : 19715 (java) S 19650 19653 9814 0 -1 1077944384 484 13165 0 0 1 0 5 2 20 0 15 0 107232516 11246280704 11082 33554432000 4194304 4196468 140720603743904 140313694820592 140314270927490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
[pid=19653/tid=19716] ppid=19650 vsize=10982696 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/19653/task/19716/stat : 19716 (java) S 19650 19653 9814 0 -1 1077944384 134 13165 0 0 0 0 5 2 20 0 15 0 107232516 11246280704 11082 33554432000 4194304 4196468 140720603743904 140313693768048 140314270927490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
[pid=19653/tid=19717] ppid=19650 vsize=10982696 memory=139809979168384 CPUtime=0.1 cores=0,2,4,6
/proc/19653/task/19717/stat : 19717 (java) S 19650 19653 9814 0 -1 1077944384 619 13165 0 0 3 0 5 2 20 0 15 0 107232516 11246280704 11082 33554432000 4194304 4196468 140720603743904 140313692714992 140314270927490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
[pid=19653/tid=19718] ppid=19650 vsize=10982696 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/19653/task/19718/stat : 19718 (java) S 19650 19653 9814 0 -1 1077944384 3 13165 0 0 0 0 5 2 20 0 15 0 107232516 11246280704 11082 33554432000 4194304 4196468 140720603743904 140312152369504 140314270926549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
[pid=19653/tid=19719] ppid=19650 vsize=10982696 memory=139809979168384 CPUtime=0.07 cores=0,2,4,6
/proc/19653/task/19719/stat : 19719 (java) S 19650 19653 9814 0 -1 1077944384 1 13165 0 0 0 0 5 2 20 0 15 0 107232517 11246280704 11082 33554432000 4194304 4196468 140720603743904 140313691663408 140314270927490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982696 KiB
Current children cumulated memory: 44328 KiB

[startup+0.310493 s]*
/proc/loadavg: 2.65 2.01 1.88 3/215 19719
/proc/meminfo: memFree=23717656/32770624 swapFree=67108436/67108860
[pid=19653] ppid=19650 vsize=10983192 memory=55676 CPUtime=0.38 cores=0,2,4,6
/proc/19653/stat : 19653 (java) S 19650 19653 9814 0 -1 1077944320 10423 13165 0 0 28 3 5 2 20 0 15 0 107232502 11246788608 13919 33554432000 4194304 4196468 140720603743904 140720603726448 140314270916343 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
/proc/19653/statm: 2745798 13919 3092 1 0 2708109 0
[pid=19653/tid=19706] ppid=19650 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/19653/task/19706/stat : 19706 (java) R 19650 19653 9814 0 -1 4202560 6960 13165 0 0 19 2 5 2 20 0 15 0 107232511 11246788608 13919 33554432000 4194304 4196468 140720603743904 140314242728352 140314252479887 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
[pid=19653/tid=19707] ppid=19650 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19653/task/19707/stat : 19707 (java) S 19650 19653 9814 0 -1 1077944384 1 13165 0 0 0 0 5 2 20 0 15 0 107232511 11246788608 13919 33554432000 4194304 4196468 140720603743904 140314275158544 140314270926549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
[pid=19653/tid=19708] ppid=19650 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19653/task/19708/stat : 19708 (java) S 19650 19653 9814 0 -1 1077944384 1 13165 0 0 0 0 5 2 20 0 15 0 107232511 11246788608 13919 33554432000 4194304 4196468 140720603743904 140314166909584 140314270926549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
[pid=19653/tid=19709] ppid=19650 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19653/task/19709/stat : 19709 (java) S 19650 19653 9814 0 -1 1077944384 1 13165 0 0 0 0 5 2 20 0 15 0 107232511 11246788608 13919 33554432000 4194304 4196468 140720603743904 140313809836304 140314270926549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
[pid=19653/tid=19710] ppid=19650 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19653/task/19710/stat : 19710 (java) S 19650 19653 9814 0 -1 1077944384 2 13165 0 0 0 0 5 2 20 0 15 0 107232511 11246788608 13919 33554432000 4194304 4196468 140720603743904 140313808783760 140314270926549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
[pid=19653/tid=19711] ppid=19650 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19653/task/19711/stat : 19711 (java) S 19650 19653 9814 0 -1 1077944384 2 13165 0 0 0 0 5 2 20 0 15 0 107232513 11246788608 13919 33554432000 4194304 4196468 140720603743904 140313695873776 140314270927490 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
[pid=19653/tid=19712] ppid=19650 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/19653/task/19712/stat : 19712 (java) S 19650 19653 9814 0 -1 1077944384 13 13165 0 0 0 0 5 2 20 0 15 0 107232513 11246788608 13919 33554432000 4194304 4196468 140720603743904 140313091892896 140314270926549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
[pid=19653/tid=19713] ppid=19650 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19653/task/19713/stat : 19713 (java) S 19650 19653 9814 0 -1 1077944384 1 13165 0 0 0 0 5 2 20 0 15 0 107232513 11246788608 13919 33554432000 4194304 4196468 140720603743904 140312890565872 140314270926549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
[pid=19653/tid=19714] ppid=19650 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19653/task/19714/stat : 19714 (java) S 19650 19653 9814 0 -1 1077944384 3 13165 0 0 0 0 5 2 20 0 15 0 107232516 11246788608 13919 33554432000 4194304 4196468 140720603743904 140312583166416 140314270934939 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
[pid=19653/tid=19715] ppid=19650 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/19653/task/19715/stat : 19715 (java) S 19650 19653 9814 0 -1 1077944384 484 13165 0 0 2 0 5 2 20 0 15 0 107232516 11246788608 13919 33554432000 4194304 4196468 140720603743904 140313694820592 140314270927490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
[pid=19653/tid=19716] ppid=19650 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/19653/task/19716/stat : 19716 (java) S 19650 19653 9814 0 -1 1077944384 137 13165 0 0 1 0 5 2 20 0 15 0 107232516 11246788608 13919 33554432000 4194304 4196468 140720603743904 140313693768048 140314270927490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
[pid=19653/tid=19717] ppid=19650 vsize=10983192 memory=139809979168384 CPUtime=0.12 cores=0,2,4,6
/proc/19653/task/19717/stat : 19717 (java) S 19650 19653 9814 0 -1 1077944384 624 13165 0 0 5 0 5 2 20 0 15 0 107232516 11246788608 13919 33554432000 4194304 4196468 140720603743904 140313692714992 140314270927490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
[pid=19653/tid=19718] ppid=19650 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/19653/task/19718/stat : 19718 (java) S 19650 19653 9814 0 -1 1077944384 3 13165 0 0 0 0 5 2 20 0 15 0 107232516 11246788608 13919 33554432000 4194304 4196468 140720603743904 140312152369504 140314270926549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
[pid=19653/tid=19719] ppid=19650 vsize=10983192 memory=139809979168384 CPUtime=0.07 cores=0,2,4,6
/proc/19653/task/19719/stat : 19719 (java) S 19650 19653 9814 0 -1 1077944384 1 13165 0 0 0 0 5 2 20 0 15 0 107232517 11246788608 13919 33554432000 4194304 4196468 140720603743904 140313691663408 140314270927490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55676 KiB

[startup+0.700734 s]
/proc/loadavg: 2.65 2.01 1.88 3/215 19719
/proc/meminfo: memFree=23705408/32770624 swapFree=67108436/67108860
[pid=19653] ppid=19650 vsize=10983192 memory=88900 CPUtime=0.99 cores=0,2,4,6
/proc/19653/stat : 19653 (java) S 19650 19653 9814 0 -1 1077944320 16846 13165 0 0 87 5 5 2 20 0 15 0 107232502 11246788608 22225 33554432000 4194304 4196468 140720603743904 140720603726448 140314270916343 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
/proc/19653/statm: 2745798 22225 3237 1 0 2708109 0
[pid=19653/tid=19706] ppid=19650 vsize=10983192 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/19653/task/19706/stat : 19706 (java) R 19650 19653 9814 0 -1 4202560 12414 13165 0 0 55 4 5 2 20 0 15 0 107232511 11246788608 22225 33554432000 4194304 4196468 140720603743904 140314242737168 140314270938269 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
[pid=19653/tid=19707] ppid=19650 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19653/task/19707/stat : 19707 (java) S 19650 19653 9814 0 -1 1077944384 1 13165 0 0 0 0 5 2 20 0 15 0 107232511 11246788608 22225 33554432000 4194304 4196468 140720603743904 140314275158544 140314270926549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
[pid=19653/tid=19708] ppid=19650 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19653/task/19708/stat : 19708 (java) S 19650 19653 9814 0 -1 1077944384 1 13165 0 0 0 0 5 2 20 0 15 0 107232511 11246788608 22225 33554432000 4194304 4196468 140720603743904 140314166909584 140314270926549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
[pid=19653/tid=19709] ppid=19650 vsize=10983192 memory=139809842672432 CPUtime=0.07 cores=0,2,4,6
/proc/19653/task/19709/stat : 19709 (java) S 19650 19653 9814 0 -1 1077944384 1 13165 0 0 0 0 5 2 20 0 15 0 107232511 11246788608 22225 33554432000 4194304 4196468 140720603743904 140313809836304 140314270926549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
[pid=19653/tid=19710] ppid=19650 vsize=10983192 memory=139814070387289 CPUtime=0.07 cores=0,2,4,6
/proc/19653/task/19710/stat : 19710 (java) S 19650 19653 9814 0 -1 1077944384 2 13165 0 0 0 0 5 2 20 0 15 0 107232511 11246788608 22225 33554432000 4194304 4196468 140720603743904 140313808783760 140314270926549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
[pid=19653/tid=19711] ppid=19650 vsize=10983192 memory=1388 CPUtime=0.07 cores=0,2,4,6
/proc/19653/task/19711/stat : 19711 (java) S 19650 19653 9814 0 -1 1077944384 5 13165 0 0 0 0 5 2 20 0 15 0 107232513 11246788608 22225 33554432000 4194304 4196468 140720603743904 140313695873776 140314270927490 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
[pid=19653/tid=19712] ppid=19650 vsize=10983192 memory=4639098309541127525 CPUtime=0.07 cores=0,2,4,6
/proc/19653/task/19712/stat : 19712 (java) S 19650 19653 9814 0 -1 1077944384 13 13165 0 0 0 0 5 2 20 0 15 0 107232513 11246788608 22225 33554432000 4194304 4196468 140720603743904 140313091892896 140314270926549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
[pid=19653/tid=19713] ppid=19650 vsize=10983192 memory=8027477668130812270 CPUtime=0.07 cores=0,2,4,6
/proc/19653/task/19713/stat : 19713 (java) S 19650 19653 9814 0 -1 1077944384 1 13165 0 0 0 0 5 2 20 0 15 0 107232513 11246788608 22225 33554432000 4194304 4196468 140720603743904 140312890565872 140314270926549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
[pid=19653/tid=19714] ppid=19650 vsize=10983192 memory=17464 CPUtime=0.07 cores=0,2,4,6
/proc/19653/task/19714/stat : 19714 (java) S 19650 19653 9814 0 -1 1077944384 3 13165 0 0 0 0 5 2 20 0 15 0 107232516 11246788608 22225 33554432000 4194304 4196468 140720603743904 140312583166416 140314270934939 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
[pid=19653/tid=19715] ppid=19650 vsize=10983192 memory=16148 CPUtime=0.17 cores=0,2,4,6
/proc/19653/task/19715/stat : 19715 (java) S 19650 19653 9814 0 -1 1077944384 1139 13165 0 0 10 0 5 2 20 0 15 0 107232516 11246788608 22225 33554432000 4194304 4196468 140720603743904 140313694820592 140314270927490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
[pid=19653/tid=19716] ppid=19650 vsize=10983192 memory=4004 CPUtime=0.14 cores=0,2,4,6
/proc/19653/task/19716/stat : 19716 (java) S 19650 19653 9814 0 -1 1077944384 377 13165 0 0 7 0 5 2 20 0 15 0 107232516 11246788608 22225 33554432000 4194304 4196468 140720603743904 140313693768048 140314270927490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
[pid=19653/tid=19717] ppid=19650 vsize=10983192 memory=636 CPUtime=0.2 cores=0,2,4,6
/proc/19653/task/19717/stat : 19717 (java) R 19650 19653 9814 0 -1 4202560 695 13165 0 0 13 0 5 2 20 0 15 0 107232516 11246788608 22225 33554432000 4194304 4196468 140720603743904 140313692714992 140314249465402 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
[pid=19653/tid=19718] ppid=19650 vsize=10983192 memory=1780 CPUtime=0.07 cores=0,2,4,6
/proc/19653/task/19718/stat : 19718 (java) S 19650 19653 9814 0 -1 1077944384 3 13165 0 0 0 0 5 2 20 0 15 0 107232516 11246788608 22225 33554432000 4194304 4196468 140720603743904 140312152369504 140314270926549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
[pid=19653/tid=19719] ppid=19650 vsize=10983192 memory=1236 CPUtime=0.07 cores=0,2,4,6
/proc/19653/task/19719/stat : 19719 (java) S 19650 19653 9814 0 -1 1077944384 1 13165 0 0 0 0 5 2 20 0 15 0 107232517 11246788608 22225 33554432000 4194304 4196468 140720603743904 140313691663408 140314270927490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88900 KiB

[startup+1.50104 s]
/proc/loadavg: 2.65 2.01 1.88 4/215 19719
/proc/meminfo: memFree=23659800/32770624 swapFree=67108436/67108860
[pid=19653] ppid=19650 vsize=10991948 memory=268280 CPUtime=2.91 cores=0,2,4,6
/proc/19653/stat : 19653 (java) S 19650 19653 9814 0 -1 1077944320 22912 13165 0 0 271 13 5 2 20 0 15 0 107232502 11255754752 67070 33554432000 4194304 4196468 140720603743904 140720603726448 140314270916343 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
/proc/19653/statm: 2747987 67070 3462 1 0 2709645 0
[pid=19653/tid=19706] ppid=19650 vsize=10991948 memory=65376 CPUtime=1.43 cores=0,2,4,6
/proc/19653/task/19706/stat : 19706 (java) R 19650 19653 9814 0 -1 4202560 15140 13165 0 0 129 7 5 2 20 0 15 0 107232511 11255754752 67070 33554432000 4194304 4196468 140720603743904 140314242749496 140313844383522 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
[pid=19653/tid=19707] ppid=19650 vsize=10991948 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/19653/task/19707/stat : 19707 (java) S 19650 19653 9814 0 -1 1077944384 28 13165 0 0 1 0 5 2 20 0 15 0 107232511 11255754752 67070 33554432000 4194304 4196468 140720603743904 140314275158544 140314270926549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
[pid=19653/tid=19708] ppid=19650 vsize=10991948 memory=279619685376160 CPUtime=0.08 cores=0,2,4,6
/proc/19653/task/19708/stat : 19708 (java) S 19650 19653 9814 0 -1 1077944384 41 13165 0 0 1 0 5 2 20 0 15 0 107232511 11255754752 67070 33554432000 4194304 4196468 140720603743904 140314166909584 140314270926549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
[pid=19653/tid=19709] ppid=19650 vsize=10991948 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19653/task/19709/stat : 19709 (java) S 19650 19653 9814 0 -1 1077944384 8 13165 0 0 0 0 5 2 20 0 15 0 107232511 11255754752 67070 33554432000 4194304 4196468 140720603743904 140313809836304 140314270926549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
[pid=19653/tid=19710] ppid=19650 vsize=10991948 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19653/task/19710/stat : 19710 (java) S 19650 19653 9814 0 -1 1077944384 313 13165 0 0 1 0 5 2 20 0 15 0 107232511 11255754752 67070 33554432000 4194304 4196468 140720603743904 140313808783760 140314270926549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
[pid=19653/tid=19711] ppid=19650 vsize=10991948 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19653/task/19711/stat : 19711 (java) S 19650 19653 9814 0 -1 1077944384 94 13165 0 0 0 0 5 2 20 0 15 0 107232513 11255754752 67070 33554432000 4194304 4196468 140720603743904 140313695873776 140314270927490 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
[pid=19653/tid=19712] ppid=19650 vsize=10991948 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19653/task/19712/stat : 19712 (java) S 19650 19653 9814 0 -1 1077944384 13 13165 0 0 0 0 5 2 20 0 15 0 107232513 11255754752 67070 33554432000 4194304 4196468 140720603743904 140313091892896 140314270926549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
[pid=19653/tid=19713] ppid=19650 vsize=10991948 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19653/task/19713/stat : 19713 (java) S 19650 19653 9814 0 -1 1077944384 2 13165 0 0 0 0 5 2 20 0 15 0 107232513 11255754752 67070 33554432000 4194304 4196468 140720603743904 140312890565872 140314270926549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
[pid=19653/tid=19714] ppid=19650 vsize=10991948 memory=-5921431000321636112 CPUtime=0.07 cores=0,2,4,6
/proc/19653/task/19714/stat : 19714 (java) S 19650 19653 9814 0 -1 1077944384 3 13165 0 0 0 0 5 2 20 0 15 0 107232516 11255754752 67070 33554432000 4194304 4196468 140720603743904 140312583166416 140314270934939 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
[pid=19653/tid=19715] ppid=19650 vsize=10991948 memory=0 CPUtime=0.61 cores=0,2,4,6
/proc/19653/task/19715/stat : 19715 (java) R 19650 19653 9814 0 -1 4202560 2248 13165 0 0 54 0 5 2 20 0 15 0 107232516 11255754752 67070 33554432000 4194304 4196468 140720603743904 140313694805472 140314252439727 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
[pid=19653/tid=19716] ppid=19650 vsize=10991948 memory=0 CPUtime=0.55 cores=0,2,4,6
/proc/19653/task/19716/stat : 19716 (java) R 19650 19653 9814 0 -1 4202560 1531 13165 0 0 48 0 5 2 20 0 15 0 107232516 11255754752 67070 33554432000 4194304 4196468 140720603743904 140313693754864 140314256943576 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
[pid=19653/tid=19717] ppid=19650 vsize=10991948 memory=6791534058613427641 CPUtime=0.41 cores=0,2,4,6
/proc/19653/task/19717/stat : 19717 (java) S 19650 19653 9814 0 -1 1077944384 1297 13165 0 0 34 0 5 2 20 0 15 0 107232516 11255754752 67070 33554432000 4194304 4196468 140720603743904 140313692714992 140314270927490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
[pid=19653/tid=19718] ppid=19650 vsize=10991948 memory=4638778398332698720 CPUtime=0.07 cores=0,2,4,6
/proc/19653/task/19718/stat : 19718 (java) S 19650 19653 9814 0 -1 1077944384 3 13165 0 0 0 0 5 2 20 0 15 0 107232516 11255754752 67070 33554432000 4194304 4196468 140720603743904 140312152369504 140314270926549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
[pid=19653/tid=19719] ppid=19650 vsize=10991948 memory=279619685620608 CPUtime=0.07 cores=0,2,4,6
/proc/19653/task/19719/stat : 19719 (java) S 19650 19653 9814 0 -1 1077944384 1 13165 0 0 0 0 5 2 20 0 15 0 107232517 11255754752 67070 33554432000 4194304 4196468 140720603743904 140313691663408 140314270927490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
Current children cumulated CPU time: 2.91 s
Current children cumulated vsize: 10991948 KiB

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

[pid=19653/tid=19712] ppid=19650 vsize=11080032 memory=3599364 CPUtime=0.07 cores=0,2,4,6
/proc/19653/task/19712/stat : 19712 (java) S 19650 19653 9814 0 -1 1077944384 26 13165 0 0 0 0 5 2 20 0 15 0 107232513 11345952768 899082 33554432000 4194304 4196468 140720603743904 140313091892960 140314270926549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
[pid=19653/tid=19713] ppid=19650 vsize=11080032 memory=3596296 CPUtime=0.07 cores=0,2,4,6
/proc/19653/task/19713/stat : 19713 (java) S 19650 19653 9814 0 -1 1077944384 6 13165 0 0 0 0 5 2 20 0 15 0 107232513 11345952768 899082 33554432000 4194304 4196468 140720603743904 140312890565888 140314270926549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
[pid=19653/tid=19714] ppid=19650 vsize=11080032 memory=3596328 CPUtime=0.07 cores=0,2,4,6
/proc/19653/task/19714/stat : 19714 (java) S 19650 19653 9814 0 -1 1077944384 3 13165 0 0 0 0 5 2 20 0 15 0 107232516 11345952768 899082 33554432000 4194304 4196468 140720603743904 140312583166416 140314270934939 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
[pid=19653/tid=19715] ppid=19650 vsize=11080032 memory=1576 CPUtime=5.31 cores=0,2,4,6
/proc/19653/task/19715/stat : 19715 (java) S 19650 19653 9814 0 -1 1077944384 17553 13165 0 0 521 3 5 2 20 0 15 0 107232516 11345952768 899082 33554432000 4194304 4196468 140720603743904 140313694820592 140314270927490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
[pid=19653/tid=19716] ppid=19650 vsize=11080032 memory=3596296 CPUtime=5.69 cores=0,2,4,6
/proc/19653/task/19716/stat : 19716 (java) S 19650 19653 9814 0 -1 1077944384 20218 13165 0 0 557 5 5 2 20 0 15 0 107232516 11345952768 899082 33554432000 4194304 4196468 140720603743904 140313693768048 140314270927490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
[pid=19653/tid=19717] ppid=19650 vsize=11080032 memory=3596296 CPUtime=1.95 cores=0,2,4,6
/proc/19653/task/19717/stat : 19717 (java) S 19650 19653 9814 0 -1 1077944384 11251 13165 0 0 185 3 5 2 20 0 15 0 107232516 11345952768 899082 33554432000 4194304 4196468 140720603743904 140313692714992 140314270927490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
[pid=19653/tid=19718] ppid=19650 vsize=11080032 memory=3596296 CPUtime=0.07 cores=0,2,4,6
/proc/19653/task/19718/stat : 19718 (java) S 19650 19653 9814 0 -1 1077944384 3 13165 0 0 0 0 5 2 20 0 15 0 107232516 11345952768 899082 33554432000 4194304 4196468 140720603743904 140312152369504 140314270926549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
[pid=19653/tid=19719] ppid=19650 vsize=11080032 memory=1296 CPUtime=0.16 cores=0,2,4,6
/proc/19653/task/19719/stat : 19719 (java) S 19650 19653 9814 0 -1 1077944384 749 13165 0 0 4 5 5 2 20 0 15 0 107232517 11345952768 899082 33554432000 4194304 4196468 140720603743904 140313691663408 140314270927490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
Current children cumulated CPU time: 184.82 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 3596328 KiB

[startup+222.31 s]
/proc/loadavg: 1.97 2.17 1.99 3/215 19857
/proc/meminfo: memFree=21628428/32770624 swapFree=67108436/67108860
[pid=19653] ppid=19650 vsize=11080032 memory=3657380 CPUtime=245.24 cores=0,2,4,6
/proc/19653/stat : 19653 (java) S 19650 19653 9814 0 -1 1077944320 176209 13165 0 0 24337 180 5 2 20 0 15 0 107232502 11345952768 914345 33554432000 4194304 4196468 140720603743904 140720603726448 140314270916343 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
/proc/19653/statm: 2770008 914345 3524 1 0 2731661 0
[pid=19653/tid=19706] ppid=19650 vsize=11080032 memory=3657100 CPUtime=218.44 cores=0,2,4,6
/proc/19653/task/19706/stat : 19706 (java) R 19650 19653 9814 0 -1 4202560 79365 13165 0 0 21785 52 5 2 20 0 15 0 107232511 11345952768 914345 33554432000 4194304 4196468 140720603743904 140314242034432 140313854462636 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
[pid=19653/tid=19707] ppid=19650 vsize=11080032 memory=3657376 CPUtime=3.38 cores=0,2,4,6
/proc/19653/task/19707/stat : 19707 (java) S 19650 19653 9814 0 -1 1077944384 3586 13165 0 0 305 26 5 2 20 0 15 0 107232511 11345952768 914345 33554432000 4194304 4196468 140720603743904 140314275158544 140314270926549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
[pid=19653/tid=19708] ppid=19650 vsize=11080032 memory=3657380 CPUtime=3.41 cores=0,2,4,6
/proc/19653/task/19708/stat : 19708 (java) S 19650 19653 9814 0 -1 1077944384 4425 13165 0 0 307 27 5 2 20 0 15 0 107232511 11345952768 914345 33554432000 4194304 4196468 140720603743904 140314166909584 140314270926549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
[pid=19653/tid=19709] ppid=19650 vsize=11080032 memory=3657380 CPUtime=3.4 cores=0,2,4,6
/proc/19653/task/19709/stat : 19709 (java) S 19650 19653 9814 0 -1 1077944384 4045 13165 0 0 307 26 5 2 20 0 15 0 107232511 11345952768 914345 33554432000 4194304 4196468 140720603743904 140313809836304 140314270926549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
[pid=19653/tid=19710] ppid=19650 vsize=11080032 memory=3657380 CPUtime=3.4 cores=0,2,4,6
/proc/19653/task/19710/stat : 19710 (java) S 19650 19653 9814 0 -1 1077944384 4748 13165 0 0 307 26 5 2 20 0 15 0 107232511 11345952768 914345 33554432000 4194304 4196468 140720603743904 140313808783760 140314270926549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
[pid=19653/tid=19711] ppid=19650 vsize=11080032 memory=3657380 CPUtime=0.49 cores=0,2,4,6
/proc/19653/task/19711/stat : 19711 (java) S 19650 19653 9814 0 -1 1077944384 23952 13165 0 0 41 1 5 2 20 0 15 0 107232513 11345952768 914345 33554432000 4194304 4196468 140720603743904 140313695873776 140314270927490 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
[pid=19653/tid=19712] ppid=19650 vsize=11080032 memory=4126316290023845779 CPUtime=0.07 cores=0,2,4,6
/proc/19653/task/19712/stat : 19712 (java) S 19650 19653 9814 0 -1 1077944384 26 13165 0 0 0 0 5 2 20 0 15 0 107232513 11345952768 914345 33554432000 4194304 4196468 140720603743904 140313091892960 140314270926549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
[pid=19653/tid=19713] ppid=19650 vsize=11080032 memory=1408 CPUtime=0.07 cores=0,2,4,6
/proc/19653/task/19713/stat : 19713 (java) S 19650 19653 9814 0 -1 1077944384 6 13165 0 0 0 0 5 2 20 0 15 0 107232513 11345952768 914345 33554432000 4194304 4196468 140720603743904 140312890565888 140314270926549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
[pid=19653/tid=19714] ppid=19650 vsize=11080032 memory=3657100 CPUtime=0.07 cores=0,2,4,6
/proc/19653/task/19714/stat : 19714 (java) S 19650 19653 9814 0 -1 1077944384 3 13165 0 0 0 0 5 2 20 0 15 0 107232516 11345952768 914345 33554432000 4194304 4196468 140720603743904 140312583166416 140314270934939 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
[pid=19653/tid=19715] ppid=19650 vsize=11080032 memory=3657100 CPUtime=5.35 cores=0,2,4,6
/proc/19653/task/19715/stat : 19715 (java) S 19650 19653 9814 0 -1 1077944384 18262 13165 0 0 524 4 5 2 20 0 15 0 107232516 11345952768 914345 33554432000 4194304 4196468 140720603743904 140313694820592 140314270927490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
[pid=19653/tid=19716] ppid=19650 vsize=11080032 memory=3657380 CPUtime=5.71 cores=0,2,4,6
/proc/19653/task/19716/stat : 19716 (java) S 19650 19653 9814 0 -1 1077944384 20685 13165 0 0 559 5 5 2 20 0 15 0 107232516 11345952768 914345 33554432000 4194304 4196468 140720603743904 140313693768048 140314270927490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
[pid=19653/tid=19717] ppid=19650 vsize=11080032 memory=30584 CPUtime=1.98 cores=0,2,4,6
/proc/19653/task/19717/stat : 19717 (java) S 19650 19653 9814 0 -1 1077944384 14057 13165 0 0 188 3 5 2 20 0 15 0 107232516 11345952768 914345 33554432000 4194304 4196468 140720603743904 140313692714992 140314270927490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
[pid=19653/tid=19718] ppid=19650 vsize=11080032 memory=3657376 CPUtime=0.07 cores=0,2,4,6
/proc/19653/task/19718/stat : 19718 (java) S 19650 19653 9814 0 -1 1077944384 3 13165 0 0 0 0 5 2 20 0 15 0 107232516 11345952768 914345 33554432000 4194304 4196468 140720603743904 140312152369504 140314270926549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
[pid=19653/tid=19719] ppid=19650 vsize=11080032 memory=1296 CPUtime=0.2 cores=0,2,4,6
/proc/19653/task/19719/stat : 19719 (java) S 19650 19653 9814 0 -1 1077944384 856 13165 0 0 5 8 5 2 20 0 15 0 107232517 11345952768 914345 33554432000 4194304 4196468 140720603743904 140313691663408 140314270927490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
Current children cumulated CPU time: 245.24 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 3657380 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+229.101 s]
/proc/loadavg: 1.97 2.16 1.99 3/215 19857
/proc/meminfo: memFree=21628632/32770624 swapFree=67108436/67108860
[pid=19653] ppid=19650 vsize=11080032 memory=3657648 CPUtime=252.05 cores=0,2,4,6
/proc/19653/stat : 19653 (java) S 19650 19653 9814 0 -1 1077944320 177712 13165 0 0 25018 180 5 2 20 0 15 0 107232502 11345952768 914412 33554432000 4194304 4196468 140720603743904 140720603726448 140314270916343 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
/proc/19653/statm: 2770008 914412 3524 1 0 2731661 0
[pid=19653/tid=19706] ppid=19650 vsize=11080032 memory=3657648 CPUtime=225.21 cores=0,2,4,6
/proc/19653/task/19706/stat : 19706 (java) R 19650 19653 9814 0 -1 4202560 80671 13165 0 0 22462 52 5 2 20 0 15 0 107232511 11345952768 914412 33554432000 4194304 4196468 140720603743904 140314238753952 140313854462636 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
[pid=19653/tid=19707] ppid=19650 vsize=11080032 memory=3657648 CPUtime=3.39 cores=0,2,4,6
/proc/19653/task/19707/stat : 19707 (java) S 19650 19653 9814 0 -1 1077944384 3588 13165 0 0 306 26 5 2 20 0 15 0 107232511 11345952768 914412 33554432000 4194304 4196468 140720603743904 140314275158544 140314270926549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
[pid=19653/tid=19708] ppid=19650 vsize=11080032 memory=3657376 CPUtime=3.42 cores=0,2,4,6
/proc/19653/task/19708/stat : 19708 (java) S 19650 19653 9814 0 -1 1077944384 4502 13165 0 0 308 27 5 2 20 0 15 0 107232511 11345952768 914412 33554432000 4194304 4196468 140720603743904 140314166909584 140314270926549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
[pid=19653/tid=19709] ppid=19650 vsize=11080032 memory=3657648 CPUtime=3.41 cores=0,2,4,6
/proc/19653/task/19709/stat : 19709 (java) S 19650 19653 9814 0 -1 1077944384 4045 13165 0 0 308 26 5 2 20 0 15 0 107232511 11345952768 914412 33554432000 4194304 4196468 140720603743904 140313809836304 140314270926549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
[pid=19653/tid=19710] ppid=19650 vsize=11080032 memory=3657648 CPUtime=3.41 cores=0,2,4,6
/proc/19653/task/19710/stat : 19710 (java) S 19650 19653 9814 0 -1 1077944384 4750 13165 0 0 308 26 5 2 20 0 15 0 107232511 11345952768 914412 33554432000 4194304 4196468 140720603743904 140313808783760 140314270926549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
[pid=19653/tid=19711] ppid=19650 vsize=11080032 memory=3657648 CPUtime=0.49 cores=0,2,4,6
/proc/19653/task/19711/stat : 19711 (java) S 19650 19653 9814 0 -1 1077944384 23952 13165 0 0 41 1 5 2 20 0 15 0 107232513 11345952768 914412 33554432000 4194304 4196468 140720603743904 140313695873776 140314270927490 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
[pid=19653/tid=19712] ppid=19650 vsize=11080032 memory=3657380 CPUtime=0.07 cores=0,2,4,6
/proc/19653/task/19712/stat : 19712 (java) S 19650 19653 9814 0 -1 1077944384 26 13165 0 0 0 0 5 2 20 0 15 0 107232513 11345952768 914412 33554432000 4194304 4196468 140720603743904 140313091892960 140314270926549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
[pid=19653/tid=19713] ppid=19650 vsize=11080032 memory=3657380 CPUtime=0.07 cores=0,2,4,6
/proc/19653/task/19713/stat : 19713 (java) S 19650 19653 9814 0 -1 1077944384 6 13165 0 0 0 0 5 2 20 0 15 0 107232513 11345952768 914412 33554432000 4194304 4196468 140720603743904 140312890565888 140314270926549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
[pid=19653/tid=19714] ppid=19650 vsize=11080032 memory=3657100 CPUtime=0.07 cores=0,2,4,6
/proc/19653/task/19714/stat : 19714 (java) S 19650 19653 9814 0 -1 1077944384 3 13165 0 0 0 0 5 2 20 0 15 0 107232516 11345952768 914412 33554432000 4194304 4196468 140720603743904 140312583166416 140314270934939 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
[pid=19653/tid=19715] ppid=19650 vsize=11080032 memory=3657100 CPUtime=5.35 cores=0,2,4,6
/proc/19653/task/19715/stat : 19715 (java) S 19650 19653 9814 0 -1 1077944384 18262 13165 0 0 524 4 5 2 20 0 15 0 107232516 11345952768 914412 33554432000 4194304 4196468 140720603743904 140313694820592 140314270927490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
[pid=19653/tid=19716] ppid=19650 vsize=11080032 memory=6791534058613427641 CPUtime=5.71 cores=0,2,4,6
/proc/19653/task/19716/stat : 19716 (java) S 19650 19653 9814 0 -1 1077944384 20685 13165 0 0 559 5 5 2 20 0 15 0 107232516 11345952768 914412 33554432000 4194304 4196468 140720603743904 140313693768048 140314270927490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
[pid=19653/tid=19717] ppid=19650 vsize=11080032 memory=636 CPUtime=1.99 cores=0,2,4,6
/proc/19653/task/19717/stat : 19717 (java) S 19650 19653 9814 0 -1 1077944384 14173 13165 0 0 189 3 5 2 20 0 15 0 107232516 11345952768 914412 33554432000 4194304 4196468 140720603743904 140313692714992 140314270927490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
[pid=19653/tid=19718] ppid=19650 vsize=11080032 memory=3657380 CPUtime=0.07 cores=0,2,4,6
/proc/19653/task/19718/stat : 19718 (java) S 19650 19653 9814 0 -1 1077944384 3 13165 0 0 0 0 5 2 20 0 15 0 107232516 11345952768 914412 33554432000 4194304 4196468 140720603743904 140312152369504 140314270926549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
[pid=19653/tid=19719] ppid=19650 vsize=11080032 memory=4140 CPUtime=0.21 cores=0,2,4,6
/proc/19653/task/19719/stat : 19719 (java) S 19650 19653 9814 0 -1 1077944384 856 13165 0 0 6 8 5 2 20 0 15 0 107232517 11345952768 914412 33554432000 4194304 4196468 140720603743904 140313691663408 140314270927490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
Current children cumulated CPU time: 252.05 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 3657648 KiB

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

[startup+229.321 s]
# the end of solver process 19653 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=250.439 s, system=1.8632 s

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

[startup+229.206 s]*
/proc/loadavg: 1.97 2.16 1.99 3/217 19859
/proc/meminfo: memFree=21656992/32770624 swapFree=67108436/67108860
[pid=19653] ppid=19650 vsize=11342184 memory=3659880 CPUtime=252.17 cores=0,2,4,6
/proc/19653/stat : 19653 (java) S 19650 19653 9814 0 -1 1077944320 177975 13165 0 0 25030 180 5 2 20 0 17 0 107232502 11614396416 914970 33554432000 4194304 4196468 140720603743904 140720603726448 140314270916343 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
/proc/19653/statm: 2835546 914970 3525 1 0 2797199 0
[pid=19653/tid=19706] ppid=19650 vsize=11342184 memory=6791534058613427641 CPUtime=225.32 cores=0,2,4,6
/proc/19653/task/19706/stat : 19706 (java) R 19650 19653 9814 0 -1 4202560 80671 13165 0 0 22473 52 5 2 20 0 17 0 107232511 11614396416 914970 33554432000 4194304 4196468 140720603743904 140314238753952 140313854463123 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
[pid=19653/tid=19707] ppid=19650 vsize=11342184 memory=4126316290023845779 CPUtime=3.39 cores=0,2,4,6
/proc/19653/task/19707/stat : 19707 (java) S 19650 19653 9814 0 -1 1077944384 3588 13165 0 0 306 26 5 2 20 0 17 0 107232511 11614396416 914970 33554432000 4194304 4196468 140720603743904 140314275158544 140314270926549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
[pid=19653/tid=19708] ppid=19650 vsize=11342184 memory=2244 CPUtime=3.42 cores=0,2,4,6
/proc/19653/task/19708/stat : 19708 (java) S 19650 19653 9814 0 -1 1077944384 4502 13165 0 0 308 27 5 2 20 0 17 0 107232511 11614396416 914970 33554432000 4194304 4196468 140720603743904 140314166909584 140314270926549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
[pid=19653/tid=19709] ppid=19650 vsize=11342184 memory=3657648 CPUtime=3.41 cores=0,2,4,6
/proc/19653/task/19709/stat : 19709 (java) S 19650 19653 9814 0 -1 1077944384 4045 13165 0 0 308 26 5 2 20 0 17 0 107232511 11614396416 914970 33554432000 4194304 4196468 140720603743904 140313809836304 140314270926549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
[pid=19653/tid=19710] ppid=19650 vsize=11342184 memory=2200 CPUtime=3.41 cores=0,2,4,6
/proc/19653/task/19710/stat : 19710 (java) S 19650 19653 9814 0 -1 1077944384 4750 13165 0 0 308 26 5 2 20 0 17 0 107232511 11614396416 914970 33554432000 4194304 4196468 140720603743904 140313808783760 140314270926549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
[pid=19653/tid=19711] ppid=19650 vsize=11342184 memory=0 CPUtime=0.49 cores=0,2,4,6
/proc/19653/task/19711/stat : 19711 (java) S 19650 19653 9814 0 -1 1077944384 23952 13165 0 0 41 1 5 2 20 0 17 0 107232513 11614396416 914970 33554432000 4194304 4196468 140720603743904 140313695873776 140314270927490 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
[pid=19653/tid=19712] ppid=19650 vsize=11342184 memory=1228 CPUtime=0.07 cores=0,2,4,6
/proc/19653/task/19712/stat : 19712 (java) S 19650 19653 9814 0 -1 1077944384 26 13165 0 0 0 0 5 2 20 0 17 0 107232513 11614396416 914970 33554432000 4194304 4196468 140720603743904 140313091892960 140314270926549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
[pid=19653/tid=19713] ppid=19650 vsize=11342184 memory=1852 CPUtime=0.07 cores=0,2,4,6
/proc/19653/task/19713/stat : 19713 (java) S 19650 19653 9814 0 -1 1077944384 6 13165 0 0 0 0 5 2 20 0 17 0 107232513 11614396416 914970 33554432000 4194304 4196468 140720603743904 140312890565888 140314270926549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
[pid=19653/tid=19714] ppid=19650 vsize=11342184 memory=872 CPUtime=0.07 cores=0,2,4,6
/proc/19653/task/19714/stat : 19714 (java) S 19650 19653 9814 0 -1 1077944384 135 13165 0 0 0 0 5 2 20 0 17 0 107232516 11614396416 914970 33554432000 4194304 4196468 140720603743904 140312583166416 140314270934939 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
[pid=19653/tid=19715] ppid=19650 vsize=11342184 memory=8076 CPUtime=5.35 cores=0,2,4,6
/proc/19653/task/19715/stat : 19715 (java) S 19650 19653 9814 0 -1 1077944384 18262 13165 0 0 524 4 5 2 20 0 17 0 107232516 11614396416 914970 33554432000 4194304 4196468 140720603743904 140313694820592 140314270927490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
[pid=19653/tid=19716] ppid=19650 vsize=11342184 memory=11648 CPUtime=5.71 cores=0,2,4,6
/proc/19653/task/19716/stat : 19716 (java) S 19650 19653 9814 0 -1 1077944384 20685 13165 0 0 559 5 5 2 20 0 17 0 107232516 11614396416 914970 33554432000 4194304 4196468 140720603743904 140313693768048 140314270927490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
[pid=19653/tid=19717] ppid=19650 vsize=11342184 memory=796 CPUtime=1.99 cores=0,2,4,6
/proc/19653/task/19717/stat : 19717 (java) S 19650 19653 9814 0 -1 1077944384 14173 13165 0 0 189 3 5 2 20 0 17 0 107232516 11614396416 914970 33554432000 4194304 4196468 140720603743904 140313692714992 140314270927490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
[pid=19653/tid=19718] ppid=19650 vsize=11342184 memory=1388 CPUtime=0.07 cores=0,2,4,6
/proc/19653/task/19718/stat : 19718 (java) S 19650 19653 9814 0 -1 1077944384 3 13165 0 0 0 0 5 2 20 0 17 0 107232516 11614396416 914970 33554432000 4194304 4196468 140720603743904 140312152369504 140314270926549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
[pid=19653/tid=19719] ppid=19650 vsize=11342184 memory=1136 CPUtime=0.21 cores=0,2,4,6
/proc/19653/task/19719/stat : 19719 (java) S 19650 19653 9814 0 -1 1077944384 856 13165 0 0 6 8 5 2 20 0 17 0 107232517 11614396416 914970 33554432000 4194304 4196468 140720603743904 140313691663408 140314270927490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
[pid=19653/tid=19858] ppid=19650 vsize=11342184 memory=15872 CPUtime=0.07 cores=0,2,4,6
/proc/19653/task/19858/stat : 19858 (java) S 19650 19653 9814 0 -1 1077944384 25 13165 0 0 0 0 5 2 20 0 17 0 107255412 11614396416 914970 33554432000 4194304 4196468 140720603743904 140311816823664 140314270926549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
[pid=19653/tid=19859] ppid=19650 vsize=11342184 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19653/task/19859/stat : 19859 (java) S 19650 19653 9814 0 -1 1077944384 104 13165 0 0 0 0 5 2 20 0 17 0 107255412 11614396416 914970 33554432000 4194304 4196468 140720603743904 140311749711328 140314270927490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18198528 140720603744881 140720603747681 140720603747681 140720603750351 0
Current children cumulated CPU time: 252.17 s
Current children cumulated vsize: 11342184 KiB
Current children cumulated memory: 3659880 KiB

[startup+229.311 s]*
/proc/loadavg: 1.97 2.16 1.99 3/202 19859
/proc/meminfo: memFree=25158808/32770624 swapFree=67108436/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143
Real time (s): 229.321
CPU time (s): 252.303
CPU user time (s): 250.439
CPU system time (s): 1.8632
CPU usage (%): 110.022
Max. virtual memory (cumulated for all children) (KiB): 11342184
Max. memory (cumulated for all children) (KiB): 3659880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 250.439
system time used= 1.8632
maximum resident set size= 3660092
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 192037
page faults= 0
swaps= 0
block input operations= 0
block output operations= 464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14883
involuntary context switches= 555


# summary of solver processes directly reported to runsolver:
#   pid: 19653
#   total CPU time (s): 252.303
#   total CPU user time (s): 250.439
#   total CPU system time (s): 1.8632

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.36925 second user time and 2.2786 second system time

The end

Launcher Data

Begin job on node137 at 2018-07-29 22:38:13
IDJOB=4302300
IDBENCH=141303
IDSOLVER=2776
FILE ID=node137/4302300-1532896693
RUNJOBID= node137-1532893235-14549
PBS_JOBID= 21022513
Free space on /tmp= 48292 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-08-4-rom_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302300-1532896693/watcher-4302300-1532896693 -o /tmp/evaluation-result-4302300-1532896693/solver-4302300-1532896693 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532893235-14549 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=1578621366 HOME/instance-4302300-1532896693.xml

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

MD5SUM BENCH= d2036c1580b702d26a2ba71e1295e02d
RANDOM SEED=1578621366

node137.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.54
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.56
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.54
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.56
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.54
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.56
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.54
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        23757660 kB
MemAvailable:   27791036 kB
Buffers:          219640 kB
Cached:          4049544 kB
SwapCached:           32 kB
Active:          6157736 kB
Inactive:        2301972 kB
Active(anon):    4138344 kB
Inactive(anon):    79972 kB
Active(file):    2019392 kB
Inactive(file):  2222000 kB
Unevictable:        7424 kB
Mlocked:            7424 kB
SwapTotal:      67108860 kB
SwapFree:       67108436 kB
Dirty:             36856 kB
Writeback:            68 kB
AnonPages:       4198176 kB
Mapped:            55668 kB
Shmem:             25052 kB
Slab:             244180 kB
SReclaimable:     215640 kB
SUnreclaim:        28540 kB
KernelStack:        3536 kB
PageTables:        13408 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5592024 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3999744 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 48472 MiB
End job on node137 at 2018-07-29 22:42:03