Trace number 4302502

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)771 252.101 232.538

General information on the benchmark

NameMario/
Mario-n-medium-5_c18.xml
MD5SUM36a1aa2a38358c951443c34d8d302d49
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark771
Best CPU time to get the best result obtained on this benchmark87.2321
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints61
Number of domains56
Minimum domain size1
Maximum domain size30
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":28},{"size":29,"count":5},{"size":30,"count":55}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":2},{"degree":2,"count":59},{"degree":3,"count":29}]
Minimum constraint arity1
Maximum constraint arity30
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":58},{"arity":30,"count":2}]
Number of extensional constraints30
Number of intensional constraints29
Distribution of constraint types[{"type":"extension","count":30},{"type":"intension","count":29},{"type":"sum","count":1},{"type":"circuit","count":1}]
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.98/0.74	c Concrete v3.9.2.1532736233296 running
11.39/4.76	o 327
11.39/4.78	o 401
12.18/5.06	o 430
12.75/5.24	o 449
12.75/5.25	o 452
12.75/5.26	o 543
14.68/6.17	o 568
14.68/6.17	o 658
14.68/6.18	o 678
14.68/6.19	o 702
14.87/6.25	o 705
14.87/6.26	o 749
17.65/8.20	o 755
25.56/15.46	o 769
39.35/28.66	o 771
252.05/232.50	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
252.05/232.50		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
252.05/232.50		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
252.05/232.50		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
252.05/232.50		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
252.05/232.50		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
252.05/232.50		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
252.05/232.50		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
252.05/232.50		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
252.05/232.50		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.05/232.50		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.05/232.50		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.05/232.50		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.05/232.50		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
252.05/232.50		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
252.05/232.50		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
252.05/232.50		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:109)
252.05/232.50		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
252.05/232.50		at scala.Option.map(Option.scala:146)
252.05/232.50		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
252.05/232.50		at concrete.MAC.mac(MAC.scala:203)
252.05/232.50		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
252.05/232.50		at scala.util.Try$.apply(Try.scala:209)
252.05/232.50		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.05/232.50		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.05/232.50		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.05/232.50		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.05/232.50		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
252.05/232.50		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.05/232.50		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.05/232.50		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.05/232.50		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.05/232.50		at concrete.MAC.oneRun(MAC.scala:253)
252.05/232.50		at concrete.MAC.nextSolution(MAC.scala:272)
252.05/232.50		at concrete.MAC.nextSolution(MAC.scala:355)
252.05/232.50		at concrete.Solver.hasNext(Solver.scala:166)
252.05/232.50		at scala.collection.Iterator.foreach(Iterator.scala:944)
252.05/232.50		at scala.collection.Iterator.foreach$(Iterator.scala:944)
252.05/232.50		at concrete.Solver.foreach(Solver.scala:68)
252.05/232.50		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
252.05/232.50		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.05/232.50		at scala.util.Success.map(Try.scala:209)
252.05/232.50		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
252.05/232.50		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
252.05/232.50		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
252.05/232.50		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
252.05/232.50		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
252.05/232.50		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.05/232.50		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.05/232.50		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.05/232.50		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.05/232.50		at scala.collection.immutable.List.foreach(List.scala:389)
252.05/232.50		at scala.App.main(App.scala:76)
252.05/232.50		at scala.App.main$(App.scala:74)
252.05/232.50		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
252.05/232.50		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.05/232.51	v <instantiation cost="771">
252.05/232.51	v       <list>
252.05/232.51	v         s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] s[25] s[26] s[27] s[28] s[29] f[0] f[1] f[2] f[3] f[4] f[5] f[6] f[7] f[8] f[9] f[10] f[11] f[12] f[13] f[14] f[15] f[16] f[17] f[18] f[19] f[20] f[21] f[22] f[23] f[24] f[25] f[26] f[27] f[28] f[29] g[0] g[1] g[2] g[3] g[4] g[5] g[6] g[7] g[8] g[9] g[10] g[11] g[12] g[13] g[14] g[15] g[16] g[17] g[18] g[19] g[20] g[21] g[22] g[23] g[24] g[25] g[26] g[27] g[28] g[29]
252.05/232.51	v       </list>
252.05/232.51	v       <values>
252.05/232.51	v         2 0 23 6 4 5 18 15 8 29 11 26 12 10 14 20 1 17 7 13 27 21 22 19 24 25 9 16 28 3 46 0 180 194 0 0 273 574 0 1 58 26 0 43 0 45 178 0 41 40 73 0 0 1 0 0 70 61 0 89 0 0 74 24 0 0 54 91 0 21 31 3 0 60 0 90 78 0 17 17 8 0 0 56 0 0 80 47 0 20
252.05/232.51	v       </values>
252.05/232.51	v     </instantiation>
252.05/232.51	s SATISFIABLE

Verifier Data

OK	771

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302502-1532897897/watcher-4302502-1532897897 -o /tmp/evaluation-result-4302502-1532897897/solver-4302502-1532897897 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532892903-13712 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=76205577 HOME/instance-4302502-1532897897.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
solver pid=20927, runsolver pid=20924
Current StackSize limit: 8192 KiB


[startup+0.100057 s]*
/proc/loadavg: 2.12 1.86 1.80 3/206 20984
/proc/meminfo: memFree=23858864/32770624 swapFree=67108860/67108860
[pid=20927] ppid=20924 vsize=10005480 memory=16816 CPUtime=0.08 cores=0,2,4,6
/proc/20927/stat : 20927 (java) S 20924 20927 12183 0 -1 1077944320 4391 12896 0 0 1 0 5 2 20 0 6 0 107352899 10245611520 4204 33554432000 4194304 4196468 140730164889120 140730164871664 140147108781815 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
/proc/20927/statm: 2501370 4204 1935 1 0 2489808 0
[pid=20927/tid=20980] ppid=20924 vsize=10005480 memory=4279135704013571469 CPUtime=0.08 cores=0,2,4,6
/proc/20927/task/20980/stat : 20980 (java) R 20924 20927 12183 0 -1 4202560 2217 12896 0 0 1 0 5 2 20 0 6 0 107352908 10245611520 4270 33554432000 4194304 4196468 140730164889120 140147080618576 140147092862302 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20981] ppid=20924 vsize=10005480 memory=-7522837583129502606 CPUtime=0.07 cores=0,2,4,6
/proc/20927/task/20981/stat : 20981 (java) S 20924 20927 12183 0 -1 1077944384 1 12896 0 0 0 0 5 2 20 0 6 0 107352909 10245611520 4270 33554432000 4194304 4196468 140730164889120 140147113023760 140147108792021 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20982] ppid=20924 vsize=10005480 memory=140532579878528 CPUtime=0.07 cores=0,2,4,6
/proc/20927/task/20982/stat : 20982 (java) S 20924 20927 12183 0 -1 1077944384 2 12896 0 0 0 0 5 2 20 0 6 0 107352909 10245611520 4270 33554432000 4194304 4196468 140730164889120 140146648209808 140147108792021 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20983] ppid=20924 vsize=10005480 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20927/task/20983/stat : 20983 (java) S 20924 20927 12183 0 -1 1077944384 2 12896 0 0 0 0 5 2 20 0 6 0 107352909 10245611520 4270 33554432000 4194304 4196468 140730164889120 140146647157264 140147108792021 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20984] ppid=20924 vsize=10005480 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/20927/task/20984/stat : 20984 (java) S 20924 20927 12183 0 -1 1077944384 2 12896 0 0 0 0 5 2 20 0 6 0 107352909 10245611520 4270 33554432000 4194304 4196468 140730164889120 140146646104720 140147108792021 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16816 KiB

[startup+0.209908 s]*
/proc/loadavg: 2.12 1.86 1.80 3/215 20993
/proc/meminfo: memFree=23835172/32770624 swapFree=67108860/67108860
[pid=20927] ppid=20924 vsize=10982744 memory=45512 CPUtime=0.25 cores=0,2,4,6
/proc/20927/stat : 20927 (java) S 20924 20927 12183 0 -1 1077944320 8104 12896 0 0 17 1 5 2 20 0 15 0 107352899 11246329856 11378 33554432000 4194304 4196468 140730164889120 140730164871664 140147108781815 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
/proc/20927/statm: 2745686 11378 2947 1 0 2708109 0
[pid=20927/tid=20980] ppid=20924 vsize=10982744 memory=-6517102902069810590 CPUtime=0.19 cores=0,2,4,6
/proc/20927/task/20980/stat : 20980 (java) R 20924 20927 12183 0 -1 4202560 4663 12896 0 0 11 1 5 2 20 0 15 0 107352908 11246329856 11378 33554432000 4194304 4196468 140730164889120 140147080605680 140147108803741 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20981] ppid=20924 vsize=10982744 memory=-9181546050914066336 CPUtime=0.07 cores=0,2,4,6
/proc/20927/task/20981/stat : 20981 (java) S 20924 20927 12183 0 -1 1077944384 1 12896 0 0 0 0 5 2 20 0 15 0 107352909 11246329856 11378 33554432000 4194304 4196468 140730164889120 140147113023760 140147108792021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20982] ppid=20924 vsize=10982744 memory=140532579878528 CPUtime=0.07 cores=0,2,4,6
/proc/20927/task/20982/stat : 20982 (java) S 20924 20927 12183 0 -1 1077944384 2 12896 0 0 0 0 5 2 20 0 15 0 107352909 11246329856 11378 33554432000 4194304 4196468 140730164889120 140146648209808 140147108792021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20983] ppid=20924 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20927/task/20983/stat : 20983 (java) S 20924 20927 12183 0 -1 1077944384 2 12896 0 0 0 0 5 2 20 0 15 0 107352909 11246329856 11378 33554432000 4194304 4196468 140730164889120 140146647157264 140147108792021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20984] ppid=20924 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/20927/task/20984/stat : 20984 (java) S 20924 20927 12183 0 -1 1077944384 2 12896 0 0 0 0 5 2 20 0 15 0 107352909 11246329856 11378 33554432000 4194304 4196468 140730164889120 140146646104720 140147108792021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20985] ppid=20924 vsize=10982744 memory=140532579878528 CPUtime=0.07 cores=0,2,4,6
/proc/20927/task/20985/stat : 20985 (java) S 20924 20927 12183 0 -1 1077944384 2 12896 0 0 0 0 5 2 20 0 15 0 107352910 11246329856 11378 33554432000 4194304 4196468 140730164889120 140146601851376 140147108792962 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20986] ppid=20924 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/20927/task/20986/stat : 20986 (java) S 20924 20927 12183 0 -1 1077944384 13 12896 0 0 0 0 5 2 20 0 15 0 107352911 11246329856 11378 33554432000 4194304 4196468 140730164889120 140145870235040 140147108792021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20987] ppid=20924 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20927/task/20987/stat : 20987 (java) S 20924 20927 12183 0 -1 1077944384 1 12896 0 0 0 0 5 2 20 0 15 0 107352911 11246329856 11378 33554432000 4194304 4196468 140730164889120 140145722385904 140147108792021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20988] ppid=20924 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20927/task/20988/stat : 20988 (java) S 20924 20927 12183 0 -1 1077944384 3 12896 0 0 0 0 5 2 20 0 15 0 107352913 11246329856 11378 33554432000 4194304 4196468 140730164889120 140145414986448 140147108800411 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20989] ppid=20924 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20927/task/20989/stat : 20989 (java) S 20924 20927 12183 0 -1 1077944384 359 12896 0 0 1 0 5 2 20 0 15 0 107352913 11246329856 11378 33554432000 4194304 4196468 140730164889120 140146600798192 140147108792962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20990] ppid=20924 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/20927/task/20990/stat : 20990 (java) S 20924 20927 12183 0 -1 1077944384 262 12896 0 0 1 0 5 2 20 0 15 0 107352913 11246329856 11378 33554432000 4194304 4196468 140730164889120 140146599745648 140147108792962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20991] ppid=20924 vsize=10982744 memory=140532579878528 CPUtime=0.1 cores=0,2,4,6
/proc/20927/task/20991/stat : 20991 (java) S 20924 20927 12183 0 -1 1077944384 614 12896 0 0 3 0 5 2 20 0 15 0 107352913 11246329856 11378 33554432000 4194304 4196468 140730164889120 140146598693104 140147108792962 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20992] ppid=20924 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/20927/task/20992/stat : 20992 (java) S 20924 20927 12183 0 -1 1077944384 3 12896 0 0 0 0 5 2 20 0 15 0 107352914 11246329856 11378 33554432000 4194304 4196468 140730164889120 140144984189536 140147108792021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20993] ppid=20924 vsize=10982744 memory=140532579878528 CPUtime=0.07 cores=0,2,4,6
/proc/20927/task/20993/stat : 20993 (java) S 20924 20927 12183 0 -1 1077944384 1 12896 0 0 0 0 5 2 20 0 15 0 107352914 11246329856 11378 33554432000 4194304 4196468 140730164889120 140146597641008 140147108792962 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 45512 KiB

[startup+0.310264 s]*
/proc/loadavg: 2.12 1.86 1.80 3/215 20993
/proc/meminfo: memFree=23823356/32770624 swapFree=67108860/67108860
[pid=20927] ppid=20924 vsize=10983192 memory=56448 CPUtime=0.38 cores=0,2,4,6
/proc/20927/stat : 20927 (java) S 20924 20927 12183 0 -1 1077944320 10627 12896 0 0 29 2 5 2 20 0 15 0 107352899 11246788608 14112 33554432000 4194304 4196468 140730164889120 140730164871664 140147108781815 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
/proc/20927/statm: 2745798 14112 3092 1 0 2708109 0
[pid=20927/tid=20980] ppid=20924 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/20927/task/20980/stat : 20980 (java) R 20924 20927 12183 0 -1 4202560 7164 12896 0 0 20 1 5 2 20 0 15 0 107352908 11246788608 14112 33554432000 4194304 4196468 140730164889120 140147080593824 140147108803741 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20981] ppid=20924 vsize=10983192 memory=7012755875661107280 CPUtime=0.07 cores=0,2,4,6
/proc/20927/task/20981/stat : 20981 (java) S 20924 20927 12183 0 -1 1077944384 1 12896 0 0 0 0 5 2 20 0 15 0 107352909 11246788608 14112 33554432000 4194304 4196468 140730164889120 140147113023760 140147108792021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20982] ppid=20924 vsize=10983192 memory=2080 CPUtime=0.07 cores=0,2,4,6
/proc/20927/task/20982/stat : 20982 (java) S 20924 20927 12183 0 -1 1077944384 2 12896 0 0 0 0 5 2 20 0 15 0 107352909 11246788608 14112 33554432000 4194304 4196468 140730164889120 140146648209808 140147108792021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20983] ppid=20924 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20927/task/20983/stat : 20983 (java) S 20924 20927 12183 0 -1 1077944384 2 12896 0 0 0 0 5 2 20 0 15 0 107352909 11246788608 14112 33554432000 4194304 4196468 140730164889120 140146647157264 140147108792021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20984] ppid=20924 vsize=10983192 memory=4872558044660077418 CPUtime=0.07 cores=0,2,4,6
/proc/20927/task/20984/stat : 20984 (java) S 20924 20927 12183 0 -1 1077944384 2 12896 0 0 0 0 5 2 20 0 15 0 107352909 11246788608 14112 33554432000 4194304 4196468 140730164889120 140146646104720 140147108792021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20985] ppid=20924 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20927/task/20985/stat : 20985 (java) S 20924 20927 12183 0 -1 1077944384 2 12896 0 0 0 0 5 2 20 0 15 0 107352910 11246788608 14112 33554432000 4194304 4196468 140730164889120 140146601851376 140147108792962 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20986] ppid=20924 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20927/task/20986/stat : 20986 (java) S 20924 20927 12183 0 -1 1077944384 13 12896 0 0 0 0 5 2 20 0 15 0 107352911 11246788608 14112 33554432000 4194304 4196468 140730164889120 140145870235040 140147108792021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20987] ppid=20924 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20927/task/20987/stat : 20987 (java) S 20924 20927 12183 0 -1 1077944384 1 12896 0 0 0 0 5 2 20 0 15 0 107352911 11246788608 14112 33554432000 4194304 4196468 140730164889120 140145722385904 140147108792021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20988] ppid=20924 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20927/task/20988/stat : 20988 (java) S 20924 20927 12183 0 -1 1077944384 3 12896 0 0 0 0 5 2 20 0 15 0 107352913 11246788608 14112 33554432000 4194304 4196468 140730164889120 140145414986448 140147108800411 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20989] ppid=20924 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20927/task/20989/stat : 20989 (java) S 20924 20927 12183 0 -1 1077944384 359 12896 0 0 1 0 5 2 20 0 15 0 107352913 11246788608 14112 33554432000 4194304 4196468 140730164889120 140146600798192 140147108792962 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20990] ppid=20924 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20927/task/20990/stat : 20990 (java) S 20924 20927 12183 0 -1 1077944384 265 12896 0 0 1 0 5 2 20 0 15 0 107352913 11246788608 14112 33554432000 4194304 4196468 140730164889120 140146599745648 140147108792962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20991] ppid=20924 vsize=10983192 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/20927/task/20991/stat : 20991 (java) R 20924 20927 12183 0 -1 4202560 620 12896 0 0 5 0 5 2 20 0 15 0 107352913 11246788608 14112 33554432000 4194304 4196468 140730164889120 140146598693104 140147108803162 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20992] ppid=20924 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20927/task/20992/stat : 20992 (java) S 20924 20927 12183 0 -1 1077944384 3 12896 0 0 0 0 5 2 20 0 15 0 107352914 11246788608 14112 33554432000 4194304 4196468 140730164889120 140144984189536 140147108792021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20993] ppid=20924 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20927/task/20993/stat : 20993 (java) S 20924 20927 12183 0 -1 1077944384 1 12896 0 0 0 0 5 2 20 0 15 0 107352914 11246788608 14112 33554432000 4194304 4196468 140730164889120 140146597641008 140147108792962 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56448 KiB

[startup+0.700827 s]
/proc/loadavg: 2.12 1.86 1.80 3/215 20993
/proc/meminfo: memFree=23813184/32770624 swapFree=67108860/67108860
[pid=20927] ppid=20924 vsize=10983192 memory=88760 CPUtime=0.98 cores=0,2,4,6
/proc/20927/stat : 20927 (java) S 20924 20927 12183 0 -1 1077944320 16749 12896 0 0 87 4 5 2 20 0 15 0 107352899 11246788608 22190 33554432000 4194304 4196468 140730164889120 140730164871664 140147108781815 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
/proc/20927/statm: 2745798 22190 3241 1 0 2708109 0
[pid=20927/tid=20980] ppid=20924 vsize=10983192 memory=0 CPUtime=0.65 cores=0,2,4,6
/proc/20927/task/20980/stat : 20980 (java) R 20924 20927 12183 0 -1 4202560 12217 12896 0 0 56 2 5 2 20 0 15 0 107352908 11246788608 22190 33554432000 4194304 4196468 140730164889120 140147080602640 140147089057486 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20981] ppid=20924 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20927/task/20981/stat : 20981 (java) S 20924 20927 12183 0 -1 1077944384 1 12896 0 0 0 0 5 2 20 0 15 0 107352909 11246788608 22190 33554432000 4194304 4196468 140730164889120 140147113023760 140147108792021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20982] ppid=20924 vsize=10983192 memory=4140 CPUtime=0.07 cores=0,2,4,6
/proc/20927/task/20982/stat : 20982 (java) S 20924 20927 12183 0 -1 1077944384 2 12896 0 0 0 0 5 2 20 0 15 0 107352909 11246788608 22190 33554432000 4194304 4196468 140730164889120 140146648209808 140147108792021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20983] ppid=20924 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20927/task/20983/stat : 20983 (java) S 20924 20927 12183 0 -1 1077944384 2 12896 0 0 0 0 5 2 20 0 15 0 107352909 11246788608 22190 33554432000 4194304 4196468 140730164889120 140146647157264 140147108792021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20984] ppid=20924 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20927/task/20984/stat : 20984 (java) S 20924 20927 12183 0 -1 1077944384 2 12896 0 0 0 0 5 2 20 0 15 0 107352909 11246788608 22190 33554432000 4194304 4196468 140730164889120 140146646104720 140147108792021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20985] ppid=20924 vsize=10983192 memory=4420 CPUtime=0.07 cores=0,2,4,6
/proc/20927/task/20985/stat : 20985 (java) S 20924 20927 12183 0 -1 1077944384 5 12896 0 0 0 0 5 2 20 0 15 0 107352910 11246788608 22190 33554432000 4194304 4196468 140730164889120 140146601851376 140147108792962 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20986] ppid=20924 vsize=10983192 memory=6628 CPUtime=0.07 cores=0,2,4,6
/proc/20927/task/20986/stat : 20986 (java) S 20924 20927 12183 0 -1 1077944384 13 12896 0 0 0 0 5 2 20 0 15 0 107352911 11246788608 22190 33554432000 4194304 4196468 140730164889120 140145870235040 140147108792021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20987] ppid=20924 vsize=10983192 memory=8836 CPUtime=0.07 cores=0,2,4,6
/proc/20927/task/20987/stat : 20987 (java) S 20924 20927 12183 0 -1 1077944384 1 12896 0 0 0 0 5 2 20 0 15 0 107352911 11246788608 22190 33554432000 4194304 4196468 140730164889120 140145722385904 140147108792021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20988] ppid=20924 vsize=10983192 memory=11044 CPUtime=0.07 cores=0,2,4,6
/proc/20927/task/20988/stat : 20988 (java) S 20924 20927 12183 0 -1 1077944384 3 12896 0 0 0 0 5 2 20 0 15 0 107352913 11246788608 22190 33554432000 4194304 4196468 140730164889120 140145414986448 140147108800411 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20989] ppid=20924 vsize=10983192 memory=13252 CPUtime=0.13 cores=0,2,4,6
/proc/20927/task/20989/stat : 20989 (java) S 20924 20927 12183 0 -1 1077944384 765 12896 0 0 6 0 5 2 20 0 15 0 107352913 11246788608 22190 33554432000 4194304 4196468 140730164889120 140146600798192 140147108792962 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20990] ppid=20924 vsize=10983192 memory=15460 CPUtime=0.17 cores=0,2,4,6
/proc/20927/task/20990/stat : 20990 (java) S 20924 20927 12183 0 -1 1077944384 858 12896 0 0 10 0 5 2 20 0 15 0 107352913 11246788608 22190 33554432000 4194304 4196468 140730164889120 140146599745648 140147108792962 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20991] ppid=20924 vsize=10983192 memory=17668 CPUtime=0.19 cores=0,2,4,6
/proc/20927/task/20991/stat : 20991 (java) S 20924 20927 12183 0 -1 1077944384 678 12896 0 0 12 0 5 2 20 0 15 0 107352913 11246788608 22190 33554432000 4194304 4196468 140730164889120 140146598693104 140147108792962 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20992] ppid=20924 vsize=10983192 memory=19876 CPUtime=0.07 cores=0,2,4,6
/proc/20927/task/20992/stat : 20992 (java) S 20924 20927 12183 0 -1 1077944384 3 12896 0 0 0 0 5 2 20 0 15 0 107352914 11246788608 22190 33554432000 4194304 4196468 140730164889120 140144984189536 140147108792021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20993] ppid=20924 vsize=10983192 memory=22084 CPUtime=0.07 cores=0,2,4,6
/proc/20927/task/20993/stat : 20993 (java) S 20924 20927 12183 0 -1 1077944384 1 12896 0 0 0 0 5 2 20 0 15 0 107352914 11246788608 22190 33554432000 4194304 4196468 140730164889120 140146597641008 140147108792962 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88760 KiB

[startup+1.50425 s]
/proc/loadavg: 2.19 1.88 1.81 3/215 20993
/proc/meminfo: memFree=23767476/32770624 swapFree=67108860/67108860
[pid=20927] ppid=20924 vsize=11000912 memory=190460 CPUtime=2.97 cores=0,2,4,6
/proc/20927/stat : 20927 (java) S 20924 20927 12183 0 -1 1077944320 30129 12896 0 0 281 9 5 2 20 0 15 0 107352899 11264933888 47615 33554432000 4194304 4196468 140730164889120 140730164871664 140147108781815 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
/proc/20927/statm: 2750228 47615 3467 1 0 2711886 0
[pid=20927/tid=20980] ppid=20924 vsize=11000912 memory=0 CPUtime=1.42 cores=0,2,4,6
/proc/20927/task/20980/stat : 20980 (java) R 20924 20927 12183 0 -1 4202560 18486 12896 0 0 130 5 5 2 20 0 15 0 107352908 11264933888 47615 33554432000 4194304 4196468 140730164889120 140147080590352 140147094986229 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20981] ppid=20924 vsize=11000912 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20927/task/20981/stat : 20981 (java) S 20924 20927 12183 0 -1 1077944384 219 12896 0 0 0 0 5 2 20 0 15 0 107352909 11264933888 47615 33554432000 4194304 4196468 140730164889120 140147113023760 140147108792021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20982] ppid=20924 vsize=11000912 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20927/task/20982/stat : 20982 (java) S 20924 20927 12183 0 -1 1077944384 47 12896 0 0 1 0 5 2 20 0 15 0 107352909 11264933888 47615 33554432000 4194304 4196468 140730164889120 140146648209808 140147108792021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20983] ppid=20924 vsize=11000912 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20927/task/20983/stat : 20983 (java) S 20924 20927 12183 0 -1 1077944384 29 12896 0 0 1 0 5 2 20 0 15 0 107352909 11264933888 47615 33554432000 4194304 4196468 140730164889120 140146647157264 140147108792021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20984] ppid=20924 vsize=11000912 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20927/task/20984/stat : 20984 (java) S 20924 20927 12183 0 -1 1077944384 30 12896 0 0 1 0 5 2 20 0 15 0 107352909 11264933888 47615 33554432000 4194304 4196468 140730164889120 140146646104720 140147108792021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20985] ppid=20924 vsize=11000912 memory=-7965959130280075168 CPUtime=0.08 cores=0,2,4,6
/proc/20927/task/20985/stat : 20985 (java) S 20924 20927 12183 0 -1 1077944384 60 12896 0 0 1 0 5 2 20 0 15 0 107352910 11264933888 47615 33554432000 4194304 4196468 140730164889120 140146601851376 140147108792962 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20986] ppid=20924 vsize=11000912 memory=281064941627648 CPUtime=0.07 cores=0,2,4,6
/proc/20927/task/20986/stat : 20986 (java) S 20924 20927 12183 0 -1 1077944384 13 12896 0 0 0 0 5 2 20 0 15 0 107352911 11264933888 47615 33554432000 4194304 4196468 140730164889120 140145870235040 140147108792021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20987] ppid=20924 vsize=11000912 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20927/task/20987/stat : 20987 (java) S 20924 20927 12183 0 -1 1077944384 1 12896 0 0 0 0 5 2 20 0 15 0 107352911 11264933888 47615 33554432000 4194304 4196468 140730164889120 140145722385904 140147108792021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20988] ppid=20924 vsize=11000912 memory=1952 CPUtime=0.07 cores=0,2,4,6
/proc/20927/task/20988/stat : 20988 (java) S 20924 20927 12183 0 -1 1077944384 3 12896 0 0 0 0 5 2 20 0 15 0 107352913 11264933888 47615 33554432000 4194304 4196468 140730164889120 140145414986448 140147108800411 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20989] ppid=20924 vsize=11000912 memory=1232 CPUtime=0.57 cores=0,2,4,6
/proc/20927/task/20989/stat : 20989 (java) S 20924 20927 12183 0 -1 1077944384 3008 12896 0 0 49 1 5 2 20 0 15 0 107352913 11264933888 47615 33554432000 4194304 4196468 140730164889120 140146600798192 140147108792962 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20990] ppid=20924 vsize=11000912 memory=8560 CPUtime=0.65 cores=0,2,4,6
/proc/20927/task/20990/stat : 20990 (java) R 20924 20927 12183 0 -1 4202560 4659 12896 0 0 58 0 5 2 20 0 15 0 107352913 11264933888 47615 33554432000 4194304 4196468 140730164889120 140146599731528 140147093706864 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20991] ppid=20924 vsize=11000912 memory=1712 CPUtime=0.42 cores=0,2,4,6
/proc/20927/task/20991/stat : 20991 (java) S 20924 20927 12183 0 -1 1077944384 1372 12896 0 0 35 0 5 2 20 0 15 0 107352913 11264933888 47615 33554432000 4194304 4196468 140730164889120 140146598693104 140147108792962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20992] ppid=20924 vsize=11000912 memory=5412 CPUtime=0.07 cores=0,2,4,6
/proc/20927/task/20992/stat : 20992 (java) S 20924 20927 12183 0 -1 1077944384 3 12896 0 0 0 0 5 2 20 0 15 0 107352914 11264933888 47615 33554432000 4194304 4196468 140730164889120 140144984189536 140147108792021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20993] ppid=20924 vsize=11000912 memory=4612 CPUtime=0.07 cores=0,2,4,6
/proc/20927/task/20993/stat : 20993 (java) S 20924 20927 12183 0 -1 1077944384 1 12896 0 0 0 0 5 2 20 0 15 0 107352914 11264933888 47615 33554432000 4194304 4196468 140730164889120 140146597641008 140147108792962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
Current children cumulated CPU time: 2.97 s
Current children cumulated vsize: 11000912 KiB

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

/proc/20927/task/20980/stat : 20980 (java) R 20924 20927 12183 0 -1 4202560 57850 12896 0 0 16088 22 5 2 20 0 15 0 107352908 11345952768 192420 33554432000 4194304 4196468 140730164889120 140147080613376 140146692965317 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20981] ppid=20924 vsize=11080032 memory=769680 CPUtime=0.53 cores=0,2,4,6
/proc/20927/task/20981/stat : 20981 (java) S 20924 20927 12183 0 -1 1077944384 3099 12896 0 0 42 4 5 2 20 0 15 0 107352909 11345952768 192420 33554432000 4194304 4196468 140730164889120 140147113023760 140147108792021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20982] ppid=20924 vsize=11080032 memory=769632 CPUtime=0.54 cores=0,2,4,6
/proc/20927/task/20982/stat : 20982 (java) S 20924 20927 12183 0 -1 1077944384 2310 12896 0 0 44 3 5 2 20 0 15 0 107352909 11345952768 192420 33554432000 4194304 4196468 140730164889120 140146648209808 140147108792021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20983] ppid=20924 vsize=11080032 memory=769680 CPUtime=0.54 cores=0,2,4,6
/proc/20927/task/20983/stat : 20983 (java) S 20924 20927 12183 0 -1 1077944384 2835 12896 0 0 43 4 5 2 20 0 15 0 107352909 11345952768 192420 33554432000 4194304 4196468 140730164889120 140146647157264 140147108792021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20984] ppid=20924 vsize=11080032 memory=769660 CPUtime=0.53 cores=0,2,4,6
/proc/20927/task/20984/stat : 20984 (java) S 20924 20927 12183 0 -1 1077944384 1623 12896 0 0 43 3 5 2 20 0 15 0 107352909 11345952768 192420 33554432000 4194304 4196468 140730164889120 140146646104720 140147108792021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20985] ppid=20924 vsize=11080032 memory=769680 CPUtime=0.5 cores=0,2,4,6
/proc/20927/task/20985/stat : 20985 (java) S 20924 20927 12183 0 -1 1077944384 3009 12896 0 0 40 3 5 2 20 0 15 0 107352910 11345952768 192420 33554432000 4194304 4196468 140730164889120 140146601851376 140147108792962 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20986] ppid=20924 vsize=11080032 memory=769680 CPUtime=0.07 cores=0,2,4,6
/proc/20927/task/20986/stat : 20986 (java) S 20924 20927 12183 0 -1 1077944384 15 12896 0 0 0 0 5 2 20 0 15 0 107352911 11345952768 192420 33554432000 4194304 4196468 140730164889120 140145870235104 140147108792021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20987] ppid=20924 vsize=11080032 memory=769680 CPUtime=0.07 cores=0,2,4,6
/proc/20927/task/20987/stat : 20987 (java) S 20924 20927 12183 0 -1 1077944384 1 12896 0 0 0 0 5 2 20 0 15 0 107352911 11345952768 192420 33554432000 4194304 4196468 140730164889120 140145722385920 140147108792021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20988] ppid=20924 vsize=11080032 memory=4420 CPUtime=0.07 cores=0,2,4,6
/proc/20927/task/20988/stat : 20988 (java) S 20924 20927 12183 0 -1 1077944384 3 12896 0 0 0 0 5 2 20 0 15 0 107352913 11345952768 192420 33554432000 4194304 4196468 140730164889120 140145414986448 140147108800411 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20989] ppid=20924 vsize=11080032 memory=769680 CPUtime=6.17 cores=0,2,4,6
/proc/20927/task/20989/stat : 20989 (java) S 20924 20927 12183 0 -1 1077944384 23336 12896 0 0 606 4 5 2 20 0 15 0 107352913 11345952768 192420 33554432000 4194304 4196468 140730164889120 140146600798192 140147108792962 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20990] ppid=20924 vsize=11080032 memory=769680 CPUtime=6.46 cores=0,2,4,6
/proc/20927/task/20990/stat : 20990 (java) S 20924 20927 12183 0 -1 1077944384 20635 12896 0 0 635 4 5 2 20 0 15 0 107352913 11345952768 192420 33554432000 4194304 4196468 140730164889120 140146599745648 140147108792962 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20991] ppid=20924 vsize=11080032 memory=8560 CPUtime=2.83 cores=0,2,4,6
/proc/20927/task/20991/stat : 20991 (java) S 20924 20927 12183 0 -1 1077944384 17242 12896 0 0 272 4 5 2 20 0 15 0 107352913 11345952768 192420 33554432000 4194304 4196468 140730164889120 140146598693104 140147108792962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20992] ppid=20924 vsize=11080032 memory=769680 CPUtime=0.07 cores=0,2,4,6
/proc/20927/task/20992/stat : 20992 (java) S 20924 20927 12183 0 -1 1077944384 3 12896 0 0 0 0 5 2 20 0 15 0 107352914 11345952768 192420 33554432000 4194304 4196468 140730164889120 140144984189536 140147108792021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20993] ppid=20924 vsize=11080032 memory=4140 CPUtime=0.15 cores=0,2,4,6
/proc/20927/task/20993/stat : 20993 (java) S 20924 20927 12183 0 -1 1077944384 184 12896 0 0 4 4 5 2 20 0 15 0 107352914 11345952768 192420 33554432000 4194304 4196468 140730164889120 140146597641008 140147108792962 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
Current children cumulated CPU time: 178.9 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 769680 KiB

[startup+222.301 s]
/proc/loadavg: 1.91 1.81 1.79 3/218 21159
/proc/meminfo: memFree=23188060/32770624 swapFree=67108860/67108860
[pid=20927] ppid=20924 vsize=11080032 memory=769780 CPUtime=241.41 cores=0,2,4,6
/proc/20927/stat : 20927 (java) S 20924 20927 12183 0 -1 1077944320 142626 12896 0 0 24070 64 5 2 20 0 15 0 107352899 11345952768 192445 33554432000 4194304 4196468 140730164889120 140730164871664 140147108781815 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
/proc/20927/statm: 2770008 192445 3529 1 0 2731661 0
[pid=20927/tid=20980] ppid=20924 vsize=11080032 memory=769752 CPUtime=220.51 cores=0,2,4,6
/proc/20927/task/20980/stat : 20980 (java) R 20924 20927 12183 0 -1 4202560 59181 12896 0 0 22021 23 5 2 20 0 15 0 107352908 11345952768 192445 33554432000 4194304 4196468 140730164889120 140147080616976 140146693270042 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20981] ppid=20924 vsize=11080032 memory=769752 CPUtime=0.81 cores=0,2,4,6
/proc/20927/task/20981/stat : 20981 (java) S 20924 20927 12183 0 -1 1077944384 3160 12896 0 0 69 5 5 2 20 0 15 0 107352909 11345952768 192445 33554432000 4194304 4196468 140730164889120 140147113023760 140147108792021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20982] ppid=20924 vsize=11080032 memory=769752 CPUtime=0.82 cores=0,2,4,6
/proc/20927/task/20982/stat : 20982 (java) S 20924 20927 12183 0 -1 1077944384 2904 12896 0 0 71 4 5 2 20 0 15 0 107352909 11345952768 192445 33554432000 4194304 4196468 140730164889120 140146648209808 140147108792021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20983] ppid=20924 vsize=11080032 memory=30736 CPUtime=0.82 cores=0,2,4,6
/proc/20927/task/20983/stat : 20983 (java) S 20924 20927 12183 0 -1 1077944384 2862 12896 0 0 69 6 5 2 20 0 15 0 107352909 11345952768 192445 33554432000 4194304 4196468 140730164889120 140146647157264 140147108792021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20984] ppid=20924 vsize=11080032 memory=769752 CPUtime=0.81 cores=0,2,4,6
/proc/20927/task/20984/stat : 20984 (java) S 20924 20927 12183 0 -1 1077944384 1749 12896 0 0 69 5 5 2 20 0 15 0 107352909 11345952768 192445 33554432000 4194304 4196468 140730164889120 140146646104720 140147108792021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20985] ppid=20924 vsize=11080032 memory=769780 CPUtime=0.76 cores=0,2,4,6
/proc/20927/task/20985/stat : 20985 (java) S 20924 20927 12183 0 -1 1077944384 3309 12896 0 0 65 4 5 2 20 0 15 0 107352910 11345952768 192445 33554432000 4194304 4196468 140730164889120 140146601851376 140147108792962 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20986] ppid=20924 vsize=11080032 memory=769780 CPUtime=0.07 cores=0,2,4,6
/proc/20927/task/20986/stat : 20986 (java) S 20924 20927 12183 0 -1 1077944384 15 12896 0 0 0 0 5 2 20 0 15 0 107352911 11345952768 192445 33554432000 4194304 4196468 140730164889120 140145870235104 140147108792021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20987] ppid=20924 vsize=11080032 memory=301 CPUtime=0.07 cores=0,2,4,6
/proc/20927/task/20987/stat : 20987 (java) S 20924 20927 12183 0 -1 1077944384 1 12896 0 0 0 0 5 2 20 0 15 0 107352911 11345952768 192445 33554432000 4194304 4196468 140730164889120 140145722385920 140147108792021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20988] ppid=20924 vsize=11080032 memory=769780 CPUtime=0.07 cores=0,2,4,6
/proc/20927/task/20988/stat : 20988 (java) S 20924 20927 12183 0 -1 1077944384 3 12896 0 0 0 0 5 2 20 0 15 0 107352913 11345952768 192445 33554432000 4194304 4196468 140730164889120 140145414986448 140147108800411 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20989] ppid=20924 vsize=11080032 memory=769780 CPUtime=6.88 cores=0,2,4,6
/proc/20927/task/20989/stat : 20989 (java) S 20924 20927 12183 0 -1 1077944384 25923 12896 0 0 677 4 5 2 20 0 15 0 107352913 11345952768 192445 33554432000 4194304 4196468 140730164889120 140146600798192 140147108792962 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20990] ppid=20924 vsize=11080032 memory=769780 CPUtime=7.15 cores=0,2,4,6
/proc/20927/task/20990/stat : 20990 (java) S 20924 20927 12183 0 -1 1077944384 21862 12896 0 0 703 5 5 2 20 0 15 0 107352913 11345952768 192445 33554432000 4194304 4196468 140730164889120 140146599745648 140147108792962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20991] ppid=20924 vsize=11080032 memory=30760 CPUtime=3.19 cores=0,2,4,6
/proc/20927/task/20991/stat : 20991 (java) S 20924 20927 12183 0 -1 1077944384 19250 12896 0 0 307 5 5 2 20 0 15 0 107352913 11345952768 192445 33554432000 4194304 4196468 140730164889120 140146598693104 140147108792962 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20992] ppid=20924 vsize=11080032 memory=1296 CPUtime=0.07 cores=0,2,4,6
/proc/20927/task/20992/stat : 20992 (java) S 20924 20927 12183 0 -1 1077944384 3 12896 0 0 0 0 5 2 20 0 15 0 107352914 11345952768 192445 33554432000 4194304 4196468 140730164889120 140144984189536 140147108792021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20993] ppid=20924 vsize=11080032 memory=769780 CPUtime=0.18 cores=0,2,4,6
/proc/20927/task/20993/stat : 20993 (java) S 20924 20927 12183 0 -1 1077944384 206 12896 0 0 6 5 5 2 20 0 15 0 107352914 11345952768 192445 33554432000 4194304 4196468 140730164889120 140146597641008 140147108792962 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
Current children cumulated CPU time: 241.41 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 769780 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+232.501 s]
/proc/loadavg: 1.84 1.80 1.78 3/218 21159
/proc/meminfo: memFree=23130716/32770624 swapFree=67108860/67108860
[pid=20927] ppid=20924 vsize=11080032 memory=769860 CPUtime=252.05 cores=0,2,4,6
/proc/20927/stat : 20927 (java) S 20924 20927 12183 0 -1 1077944320 143608 12896 0 0 25132 66 5 2 20 0 15 0 107352899 11345952768 192465 33554432000 4194304 4196468 140730164889120 140730164871664 140147108781815 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
/proc/20927/statm: 2770008 192465 3529 1 0 2731661 0
[pid=20927/tid=20980] ppid=20924 vsize=11080032 memory=769860 CPUtime=230.59 cores=0,2,4,6
/proc/20927/task/20980/stat : 20980 (java) R 20924 20927 12183 0 -1 4202560 59315 12896 0 0 23029 23 5 2 20 0 15 0 107352908 11345952768 192465 33554432000 4194304 4196468 140730164889120 140147080617088 140146692828287 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20981] ppid=20924 vsize=11080032 memory=769860 CPUtime=0.85 cores=0,2,4,6
/proc/20927/task/20981/stat : 20981 (java) S 20924 20927 12183 0 -1 1077944384 3181 12896 0 0 73 5 5 2 20 0 15 0 107352909 11345952768 192465 33554432000 4194304 4196468 140730164889120 140147113023760 140147108792021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20982] ppid=20924 vsize=11080032 memory=769860 CPUtime=0.87 cores=0,2,4,6
/proc/20927/task/20982/stat : 20982 (java) S 20924 20927 12183 0 -1 1077944384 2951 12896 0 0 75 5 5 2 20 0 15 0 107352909 11345952768 192465 33554432000 4194304 4196468 140730164889120 140146648209808 140147108792021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20983] ppid=20924 vsize=11080032 memory=769860 CPUtime=0.87 cores=0,2,4,6
/proc/20927/task/20983/stat : 20983 (java) S 20924 20927 12183 0 -1 1077944384 3608 12896 0 0 74 6 5 2 20 0 15 0 107352909 11345952768 192465 33554432000 4194304 4196468 140730164889120 140146647157264 140147108792021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20984] ppid=20924 vsize=11080032 memory=769860 CPUtime=0.86 cores=0,2,4,6
/proc/20927/task/20984/stat : 20984 (java) S 20924 20927 12183 0 -1 1077944384 1779 12896 0 0 74 5 5 2 20 0 15 0 107352909 11345952768 192465 33554432000 4194304 4196468 140730164889120 140146646104720 140147108792021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20985] ppid=20924 vsize=11080032 memory=769780 CPUtime=0.8 cores=0,2,4,6
/proc/20927/task/20985/stat : 20985 (java) S 20924 20927 12183 0 -1 1077944384 3309 12896 0 0 69 4 5 2 20 0 15 0 107352910 11345952768 192465 33554432000 4194304 4196468 140730164889120 140146601851376 140147108792962 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20986] ppid=20924 vsize=11080032 memory=769780 CPUtime=0.07 cores=0,2,4,6
/proc/20927/task/20986/stat : 20986 (java) S 20924 20927 12183 0 -1 1077944384 15 12896 0 0 0 0 5 2 20 0 15 0 107352911 11345952768 192465 33554432000 4194304 4196468 140730164889120 140145870235104 140147108792021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20987] ppid=20924 vsize=11080032 memory=30736 CPUtime=0.07 cores=0,2,4,6
/proc/20927/task/20987/stat : 20987 (java) S 20924 20927 12183 0 -1 1077944384 1 12896 0 0 0 0 5 2 20 0 15 0 107352911 11345952768 192465 33554432000 4194304 4196468 140730164889120 140145722385920 140147108792021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20988] ppid=20924 vsize=11080032 memory=769752 CPUtime=0.07 cores=0,2,4,6
/proc/20927/task/20988/stat : 20988 (java) S 20924 20927 12183 0 -1 1077944384 3 12896 0 0 0 0 5 2 20 0 15 0 107352913 11345952768 192465 33554432000 4194304 4196468 140730164889120 140145414986448 140147108800411 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20989] ppid=20924 vsize=11080032 memory=769860 CPUtime=6.99 cores=0,2,4,6
/proc/20927/task/20989/stat : 20989 (java) S 20924 20927 12183 0 -1 1077944384 25924 12896 0 0 688 4 5 2 20 0 15 0 107352913 11345952768 192465 33554432000 4194304 4196468 140730164889120 140146600798192 140147108792962 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20990] ppid=20924 vsize=11080032 memory=769860 CPUtime=7.29 cores=0,2,4,6
/proc/20927/task/20990/stat : 20990 (java) S 20924 20927 12183 0 -1 1077944384 21862 12896 0 0 716 6 5 2 20 0 15 0 107352913 11345952768 192465 33554432000 4194304 4196468 140730164889120 140146599745648 140147108792962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20991] ppid=20924 vsize=11080032 memory=301 CPUtime=3.25 cores=0,2,4,6
/proc/20927/task/20991/stat : 20991 (java) S 20924 20927 12183 0 -1 1077944384 19253 12896 0 0 313 5 5 2 20 0 15 0 107352913 11345952768 192465 33554432000 4194304 4196468 140730164889120 140146598693104 140147108792962 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20992] ppid=20924 vsize=11080032 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20927/task/20992/stat : 20992 (java) S 20924 20927 12183 0 -1 1077944384 3 12896 0 0 0 0 5 2 20 0 15 0 107352914 11345952768 192465 33554432000 4194304 4196468 140730164889120 140144984189536 140147108792021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20993] ppid=20924 vsize=11080032 memory=140532471085601 CPUtime=0.19 cores=0,2,4,6
/proc/20927/task/20993/stat : 20993 (java) S 20924 20927 12183 0 -1 1077944384 206 12896 0 0 6 6 5 2 20 0 15 0 107352914 11345952768 192465 33554432000 4194304 4196468 140730164889120 140146597641008 140147108792962 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
Current children cumulated CPU time: 252.05 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 769860 KiB

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

[startup+232.538 s]
# the end of solver process 20927 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.391 s, system=0.710817 s

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

[startup+232.501 s]
/proc/loadavg: 1.84 1.80 1.78 3/218 21159
/proc/meminfo: memFree=23130716/32770624 swapFree=67108860/67108860
[pid=20927] ppid=20924 vsize=11080032 memory=769860 CPUtime=252.05 cores=0,2,4,6
/proc/20927/stat : 20927 (java) S 20924 20927 12183 0 -1 1077944320 143608 12896 0 0 25132 66 5 2 20 0 15 0 107352899 11345952768 192465 33554432000 4194304 4196468 140730164889120 140730164871664 140147108781815 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
/proc/20927/statm: 2770008 192465 3529 1 0 2731661 0
[pid=20927/tid=20980] ppid=20924 vsize=11080032 memory=769860 CPUtime=230.59 cores=0,2,4,6
/proc/20927/task/20980/stat : 20980 (java) R 20924 20927 12183 0 -1 4202560 59315 12896 0 0 23029 23 5 2 20 0 15 0 107352908 11345952768 192465 33554432000 4194304 4196468 140730164889120 140147080617088 140146692828287 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20981] ppid=20924 vsize=11080032 memory=769860 CPUtime=0.85 cores=0,2,4,6
/proc/20927/task/20981/stat : 20981 (java) S 20924 20927 12183 0 -1 1077944384 3181 12896 0 0 73 5 5 2 20 0 15 0 107352909 11345952768 192465 33554432000 4194304 4196468 140730164889120 140147113023760 140147108792021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20982] ppid=20924 vsize=11080032 memory=769860 CPUtime=0.87 cores=0,2,4,6
/proc/20927/task/20982/stat : 20982 (java) S 20924 20927 12183 0 -1 1077944384 2951 12896 0 0 75 5 5 2 20 0 15 0 107352909 11345952768 192465 33554432000 4194304 4196468 140730164889120 140146648209808 140147108792021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20983] ppid=20924 vsize=11080032 memory=769860 CPUtime=0.87 cores=0,2,4,6
/proc/20927/task/20983/stat : 20983 (java) S 20924 20927 12183 0 -1 1077944384 3608 12896 0 0 74 6 5 2 20 0 15 0 107352909 11345952768 192465 33554432000 4194304 4196468 140730164889120 140146647157264 140147108792021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20984] ppid=20924 vsize=11080032 memory=769860 CPUtime=0.86 cores=0,2,4,6
/proc/20927/task/20984/stat : 20984 (java) S 20924 20927 12183 0 -1 1077944384 1779 12896 0 0 74 5 5 2 20 0 15 0 107352909 11345952768 192465 33554432000 4194304 4196468 140730164889120 140146646104720 140147108792021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20985] ppid=20924 vsize=11080032 memory=769780 CPUtime=0.8 cores=0,2,4,6
/proc/20927/task/20985/stat : 20985 (java) S 20924 20927 12183 0 -1 1077944384 3309 12896 0 0 69 4 5 2 20 0 15 0 107352910 11345952768 192465 33554432000 4194304 4196468 140730164889120 140146601851376 140147108792962 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20986] ppid=20924 vsize=11080032 memory=769780 CPUtime=0.07 cores=0,2,4,6
/proc/20927/task/20986/stat : 20986 (java) S 20924 20927 12183 0 -1 1077944384 15 12896 0 0 0 0 5 2 20 0 15 0 107352911 11345952768 192465 33554432000 4194304 4196468 140730164889120 140145870235104 140147108792021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20987] ppid=20924 vsize=11080032 memory=30736 CPUtime=0.07 cores=0,2,4,6
/proc/20927/task/20987/stat : 20987 (java) S 20924 20927 12183 0 -1 1077944384 1 12896 0 0 0 0 5 2 20 0 15 0 107352911 11345952768 192465 33554432000 4194304 4196468 140730164889120 140145722385920 140147108792021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20988] ppid=20924 vsize=11080032 memory=769752 CPUtime=0.07 cores=0,2,4,6
/proc/20927/task/20988/stat : 20988 (java) S 20924 20927 12183 0 -1 1077944384 3 12896 0 0 0 0 5 2 20 0 15 0 107352913 11345952768 192465 33554432000 4194304 4196468 140730164889120 140145414986448 140147108800411 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20989] ppid=20924 vsize=11080032 memory=769860 CPUtime=6.99 cores=0,2,4,6
/proc/20927/task/20989/stat : 20989 (java) S 20924 20927 12183 0 -1 1077944384 25924 12896 0 0 688 4 5 2 20 0 15 0 107352913 11345952768 192465 33554432000 4194304 4196468 140730164889120 140146600798192 140147108792962 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20990] ppid=20924 vsize=11080032 memory=769860 CPUtime=7.29 cores=0,2,4,6
/proc/20927/task/20990/stat : 20990 (java) S 20924 20927 12183 0 -1 1077944384 21862 12896 0 0 716 6 5 2 20 0 15 0 107352913 11345952768 192465 33554432000 4194304 4196468 140730164889120 140146599745648 140147108792962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20991] ppid=20924 vsize=11080032 memory=301 CPUtime=3.25 cores=0,2,4,6
/proc/20927/task/20991/stat : 20991 (java) S 20924 20927 12183 0 -1 1077944384 19253 12896 0 0 313 5 5 2 20 0 15 0 107352913 11345952768 192465 33554432000 4194304 4196468 140730164889120 140146598693104 140147108792962 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20992] ppid=20924 vsize=11080032 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/20927/task/20992/stat : 20992 (java) S 20924 20927 12183 0 -1 1077944384 3 12896 0 0 0 0 5 2 20 0 15 0 107352914 11345952768 192465 33554432000 4194304 4196468 140730164889120 140144984189536 140147108792021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
[pid=20927/tid=20993] ppid=20924 vsize=11080032 memory=140532471085601 CPUtime=0.19 cores=0,2,4,6
/proc/20927/task/20993/stat : 20993 (java) S 20924 20927 12183 0 -1 1077944384 206 12896 0 0 6 6 5 2 20 0 15 0 107352914 11345952768 192465 33554432000 4194304 4196468 140730164889120 140146597641008 140147108792962 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18128896 140730164894323 140730164897121 140730164897121 140730164899791 0
Current children cumulated CPU time: 252.05 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 769860 KiB

Child status: 143
Real time (s): 232.538
CPU time (s): 252.101
CPU user time (s): 251.391
CPU system time (s): 0.710817
CPU usage (%): 108.413
Max. virtual memory (cumulated for all children) (KiB): 11080032
Max. memory (cumulated for all children) (KiB): 782376

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.391
system time used= 0.710817
maximum resident set size= 782376
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 157229
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= 32248
involuntary context switches= 1174


# summary of solver processes directly reported to runsolver:
#   pid: 20927
#   total CPU time (s): 252.101
#   total CPU user time (s): 251.391
#   total CPU system time (s): 0.710817

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.38931 second user time and 2.23256 second system time

The end

Launcher Data

Begin job on node107 at 2018-07-29 22:58:17
IDJOB=4302502
IDBENCH=141526
IDSOLVER=2776
FILE ID=node107/4302502-1532897897
RUNJOBID= node107-1532892903-13712
PBS_JOBID= 21022519
Free space on /tmp= 60800 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/Mario/Mario-n-medium-5_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302502-1532897897/watcher-4302502-1532897897 -o /tmp/evaluation-result-4302502-1532897897/solver-4302502-1532897897 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532892903-13712 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=76205577 HOME/instance-4302502-1532897897.xml

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

MD5SUM BENCH= 36a1aa2a38358c951443c34d8d302d49
RANDOM SEED=76205577

node107.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.40
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.40
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.40
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.40
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:        23866560 kB
MemAvailable:   31113008 kB
Buffers:          248700 kB
Cached:          7260684 kB
SwapCached:            0 kB
Active:          4678060 kB
Inactive:        3735636 kB
Active(anon):     855752 kB
Inactive(anon):    76484 kB
Active(file):    3822308 kB
Inactive(file):  3659152 kB
Unevictable:        7164 kB
Mlocked:            7164 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26640 kB
Writeback:             0 kB
AnonPages:        911112 kB
Mapped:            58228 kB
Shmem:             25228 kB
Slab:             190356 kB
SReclaimable:     161644 kB
SUnreclaim:        28712 kB
KernelStack:        3536 kB
PageTables:         6780 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2056140 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    665600 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 60776 MiB
End job on node107 at 2018-07-29 23:02:10