Trace number 4294345

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.8-SuperNG 2018-06-13SAT (TO)117 2520.13 2482.54

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-13_c18.xml
MD5SUM66cce14b45be89e007abc3e2885e8941
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark107
Best CPU time to get the best result obtained on this benchmark2520.11
Satisfiable
(Un)Satisfiability was proved
Number of variables182
Number of constraints79
Number of domains2
Minimum domain size169
Maximum domain size170
Distribution of domain sizes[{"size":169,"count":78},{"size":170,"count":13}]
Minimum variable degree0
Maximum variable degree13
Distribution of variable degrees[{"degree":0,"count":91},{"degree":2,"count":78},{"degree":12,"count":12},{"degree":13,"count":1}]
Minimum constraint arity3
Maximum constraint arity78
Distribution of constraint arities[{"arity":3,"count":78},{"arity":78,"count":1}]
Number of extensional constraints0
Number of intensional constraints78
Distribution of constraint types[{"type":"intension","count":78},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin VAR

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.8.1528841891564 running
9.91/4.40	o 149
9.91/4.44	o 148
9.91/4.47	o 144
10.27/4.50	o 141
12.51/5.20	o 140
12.80/5.35	o 137
13.10/5.45	o 134
13.41/5.50	o 133
13.41/5.53	o 128
29.14/19.10	o 124
49.86/38.88	o 119
70.58/59.38	o 117
2520.07/2482.50	Exception in thread "main" java.util.concurrent.TimeoutException
2520.07/2482.50		at concrete.MAC.mac(MAC.scala:188)
2520.07/2482.50		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.07/2482.50		at scala.util.Try$.apply(Try.scala:209)
2520.07/2482.50		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.07/2482.50		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.07/2482.50		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.07/2482.50		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.07/2482.50		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.07/2482.50		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.07/2482.50		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.07/2482.51		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.07/2482.51		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.07/2482.51		at concrete.MAC.oneRun(MAC.scala:253)
2520.07/2482.51		at concrete.MAC.nextSolution(MAC.scala:272)
2520.07/2482.51		at concrete.MAC.nextSolution(MAC.scala:355)
2520.07/2482.51		at concrete.Solver.hasNext(Solver.scala:166)
2520.07/2482.51		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.07/2482.51		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.07/2482.51		at concrete.Solver.foreach(Solver.scala:68)
2520.07/2482.51		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.07/2482.51		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.07/2482.51		at scala.util.Success.map(Try.scala:209)
2520.07/2482.51		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.07/2482.51		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.07/2482.51		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.07/2482.51		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.07/2482.51		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.07/2482.51		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.07/2482.51		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.07/2482.51		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.07/2482.51		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.07/2482.51		at scala.collection.immutable.List.foreach(List.scala:389)
2520.07/2482.51		at scala.App.main(App.scala:76)
2520.07/2482.51		at scala.App.main$(App.scala:74)
2520.07/2482.51		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.07/2482.51		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.07/2482.51	v <instantiation cost="117">
2520.07/2482.51	v       <list>
2520.07/2482.51	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[0][7] y[0][8] y[0][9] y[0][10] y[0][11] y[0][12] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[1][8] y[1][9] y[1][10] y[1][11] y[1][12] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[2][9] y[2][10] y[2][11] y[2][12] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[3][9] y[3][10] y[3][11] y[3][12] y[4][5] y[4][6] y[4][7] y[4][8] y[4][9] y[4][10] y[4][11] y[4][12] y[5][6] y[5][7] y[5][8] y[5][9] y[5][10] y[5][11] y[5][12] y[6][7] y[6][8] y[6][9] y[6][10] y[6][11] y[6][12] y[7][8] y[7][9] y[7][10] y[7][11] y[7][12] y[8][9] y[8][10] y[8][11] y[8][12] y[9][10] y[9][11] y[9][12] y[10][11] y[10][12] y[11][12]
2520.07/2482.51	v       </list>
2520.07/2482.51	v       <values>
2520.07/2482.51	v         5 12 17 21 34 52 58 72 91 106 114 116 117 7 12 16 29 47 53 67 86 101 109 111 112 5 9 22 40 46 60 79 94 102 104 105 4 17 35 41 55 74 89 97 99 100 13 31 37 51 70 85 93 95 96 18 24 38 57 72 80 82 83 6 20 39 54 62 64 65 14 33 48 56 58 59 19 34 42 44 45 15 23 25 26 8 10 11 2 3 1
2520.07/2482.51	v       </values>
2520.07/2482.51	v     </instantiation>
2520.07/2482.51	s SATISFIABLE

Verifier Data

OK	117

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294345-1532455914/watcher-4294345-1532455914 -o /tmp/evaluation-result-4294345-1532455914/solver-4294345-1532455914 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532448512-24797 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1899635066 -superng HOME/instance-4294345-1532455914.xml 

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

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

solver pid=26575, runsolver pid=26572

[startup+0.100091 s]*
/proc/loadavg: 1.41 1.37 1.36 3/207 26632
/proc/meminfo: memFree=21730424/32770624 swapFree=67108860/67108860
[pid=26575] ppid=26572 vsize=9972712 memory=18592 CPUtime=0.08 cores=1,3,5,7
/proc/26575/stat : 26575 (java) S 26572 26575 24765 0 -1 1077944320 4261 13260 0 0 1 0 5 2 20 0 6 0 63154579 10212057088 4648 33554432000 4194304 4196468 140720999958848 140720999941392 140679013613303 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
/proc/26575/statm: 2493178 4648 1934 1 0 2481616 0
[pid=26575/tid=26628] ppid=26572 vsize=9972712 memory=4279135703946986127 CPUtime=0.08 cores=1,3,5,7
/proc/26575/task/26628/stat : 26628 (java) R 26572 26575 24765 0 -1 4202560 2064 13260 0 0 1 0 5 2 20 0 6 0 63154588 10212057088 4648 33554432000 4194304 4196468 140720999958848 140678985450064 140679013635229 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26629] ppid=26572 vsize=9972712 memory=8257237230052613020 CPUtime=0.07 cores=1,3,5,7
/proc/26575/task/26629/stat : 26629 (java) S 26572 26575 24765 0 -1 1077944384 1 13260 0 0 0 0 5 2 20 0 6 0 63154589 10212057088 4648 33554432000 4194304 4196468 140720999958848 140679017855248 140679013623509 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26630] ppid=26572 vsize=9972712 memory=140259723400832 CPUtime=0.07 cores=1,3,5,7
/proc/26575/task/26630/stat : 26630 (java) S 26572 26575 24765 0 -1 1077944384 2 13260 0 0 0 0 5 2 20 0 6 0 63154589 10212057088 4648 33554432000 4194304 4196468 140720999958848 140678906128784 140679013623509 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26631] ppid=26572 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26575/task/26631/stat : 26631 (java) S 26572 26575 24765 0 -1 1077944384 2 13260 0 0 0 0 5 2 20 0 6 0 63154589 10212057088 4648 33554432000 4194304 4196468 140720999958848 140678905076240 140679013623509 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26632] ppid=26572 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/26575/task/26632/stat : 26632 (java) S 26572 26575 24765 0 -1 1077944384 1 13260 0 0 0 0 5 2 20 0 6 0 63154589 10212057088 4648 33554432000 4194304 4196468 140720999958848 140678904023696 140679013623509 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18592 KiB

[startup+0.210022 s]*
/proc/loadavg: 1.41 1.37 1.36 3/216 26641
/proc/meminfo: memFree=21706604/32770624 swapFree=67108860/67108860
[pid=26575] ppid=26572 vsize=10818904 memory=49264 CPUtime=0.26 cores=1,3,5,7
/proc/26575/stat : 26575 (java) S 26572 26575 24765 0 -1 1077944320 9149 13260 0 0 17 2 5 2 20 0 15 0 63154579 11078557696 12316 33554432000 4194304 4196468 140720999958848 140720999941392 140679013613303 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
/proc/26575/statm: 2704726 12316 2973 1 0 2667149 0
[pid=26575/tid=26628] ppid=26572 vsize=10818904 memory=-6517102902069810590 CPUtime=0.18 cores=1,3,5,7
/proc/26575/task/26628/stat : 26628 (java) R 26572 26575 24765 0 -1 4202560 5787 13260 0 0 10 1 5 2 20 0 15 0 63154588 11078557696 12316 33554432000 4194304 4196468 140720999958848 140678985438112 140679013625238 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26629] ppid=26572 vsize=10818904 memory=-7025452035940392864 CPUtime=0.07 cores=1,3,5,7
/proc/26575/task/26629/stat : 26629 (java) S 26572 26575 24765 0 -1 1077944384 1 13260 0 0 0 0 5 2 20 0 15 0 63154589 11078557696 12316 33554432000 4194304 4196468 140720999958848 140679017855248 140679013623509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26630] ppid=26572 vsize=10818904 memory=140259723400832 CPUtime=0.07 cores=1,3,5,7
/proc/26575/task/26630/stat : 26630 (java) S 26572 26575 24765 0 -1 1077944384 2 13260 0 0 0 0 5 2 20 0 15 0 63154589 11078557696 12316 33554432000 4194304 4196468 140720999958848 140678906128784 140679013623509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26631] ppid=26572 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26575/task/26631/stat : 26631 (java) S 26572 26575 24765 0 -1 1077944384 2 13260 0 0 0 0 5 2 20 0 15 0 63154589 11078557696 12316 33554432000 4194304 4196468 140720999958848 140678905076240 140679013623509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26632] ppid=26572 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/26575/task/26632/stat : 26632 (java) S 26572 26575 24765 0 -1 1077944384 1 13260 0 0 0 0 5 2 20 0 15 0 63154589 11078557696 12316 33554432000 4194304 4196468 140720999958848 140678904023696 140679013623509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26633] ppid=26572 vsize=10818904 memory=140259723400832 CPUtime=0.07 cores=1,3,5,7
/proc/26575/task/26633/stat : 26633 (java) S 26572 26575 24765 0 -1 1077944384 2 13260 0 0 0 0 5 2 20 0 15 0 63154591 11078557696 12316 33554432000 4194304 4196468 140720999958848 140678473136624 140679013624450 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26634] ppid=26572 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/26575/task/26634/stat : 26634 (java) S 26572 26575 24765 0 -1 1077944384 33 13260 0 0 0 0 5 2 20 0 15 0 63154591 11078557696 12316 33554432000 4194304 4196468 140720999958848 140678472082848 140679013623509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26635] ppid=26572 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26575/task/26635/stat : 26635 (java) S 26572 26575 24765 0 -1 1077944384 1 13260 0 0 0 0 5 2 20 0 15 0 63154591 11078557696 12316 33554432000 4194304 4196468 140720999958848 140678365439472 140679013623509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26636] ppid=26572 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26575/task/26636/stat : 26636 (java) S 26572 26575 24765 0 -1 1077944384 2 13260 0 0 0 0 5 2 20 0 15 0 63154594 11078557696 12316 33554432000 4194304 4196468 140720999958848 140677761460944 140679013631899 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26637] ppid=26572 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26575/task/26637/stat : 26637 (java) S 26572 26575 24765 0 -1 1077944384 471 13260 0 0 1 0 5 2 20 0 15 0 63154594 11078557696 12316 33554432000 4194304 4196468 140720999958848 140678438524912 140679013624450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26638] ppid=26572 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/26575/task/26638/stat : 26638 (java) S 26572 26575 24765 0 -1 1077944384 90 13260 0 0 1 0 5 2 20 0 15 0 63154594 11078557696 12316 33554432000 4194304 4196468 140720999958848 140678437472368 140679013624450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26639] ppid=26572 vsize=10818904 memory=140259723400832 CPUtime=0.1 cores=1,3,5,7
/proc/26575/task/26639/stat : 26639 (java) R 26572 26575 24765 0 -1 4202560 561 13260 0 0 3 0 5 2 20 0 15 0 63154594 11078557696 12316 33554432000 4194304 4196468 140720999958848 140678436419824 140679013634650 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26640] ppid=26572 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/26575/task/26640/stat : 26640 (java) S 26572 26575 24765 0 -1 1077944384 3 13260 0 0 0 0 5 2 20 0 15 0 63154594 11078557696 12316 33554432000 4194304 4196468 140720999958848 140677291698784 140679013623509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26641] ppid=26572 vsize=10818904 memory=140259723400832 CPUtime=0.07 cores=1,3,5,7
/proc/26575/task/26641/stat : 26641 (java) S 26572 26575 24765 0 -1 1077944384 1 13260 0 0 0 0 5 2 20 0 15 0 63154594 11078557696 12316 33554432000 4194304 4196468 140720999958848 140678435367728 140679013624450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 49264 KiB

[startup+0.310601 s]*
/proc/loadavg: 1.41 1.37 1.36 6/216 26641
/proc/meminfo: memFree=21692960/32770624 swapFree=67108860/67108860
[pid=26575] ppid=26572 vsize=10819352 memory=57140 CPUtime=0.39 cores=1,3,5,7
/proc/26575/stat : 26575 (java) S 26572 26575 24765 0 -1 1077944320 10350 13260 0 0 29 3 5 2 20 0 15 0 63154579 11079016448 14285 33554432000 4194304 4196468 140720999958848 140720999941392 140679013613303 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
/proc/26575/statm: 2704838 14285 3092 1 0 2667149 0
[pid=26575/tid=26628] ppid=26572 vsize=10819352 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/26575/task/26628/stat : 26628 (java) R 26572 26575 24765 0 -1 4202560 6979 13260 0 0 20 1 5 2 20 0 15 0 63154588 11079016448 14285 33554432000 4194304 4196468 140720999958848 140678985425312 140678996800133 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26629] ppid=26572 vsize=10819352 memory=7373043845850746960 CPUtime=0.07 cores=1,3,5,7
/proc/26575/task/26629/stat : 26629 (java) S 26572 26575 24765 0 -1 1077944384 1 13260 0 0 0 0 5 2 20 0 15 0 63154589 11079016448 14285 33554432000 4194304 4196468 140720999958848 140679017855248 140679013623509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26630] ppid=26572 vsize=10819352 memory=2076 CPUtime=0.07 cores=1,3,5,7
/proc/26575/task/26630/stat : 26630 (java) S 26572 26575 24765 0 -1 1077944384 2 13260 0 0 0 0 5 2 20 0 15 0 63154589 11079016448 14285 33554432000 4194304 4196468 140720999958848 140678906128784 140679013623509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26631] ppid=26572 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26575/task/26631/stat : 26631 (java) S 26572 26575 24765 0 -1 1077944384 2 13260 0 0 0 0 5 2 20 0 15 0 63154589 11079016448 14285 33554432000 4194304 4196468 140720999958848 140678905076240 140679013623509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26632] ppid=26572 vsize=10819352 memory=4126316290023845779 CPUtime=0.07 cores=1,3,5,7
/proc/26575/task/26632/stat : 26632 (java) S 26572 26575 24765 0 -1 1077944384 1 13260 0 0 0 0 5 2 20 0 15 0 63154589 11079016448 14285 33554432000 4194304 4196468 140720999958848 140678904023696 140679013623509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26633] ppid=26572 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26575/task/26633/stat : 26633 (java) S 26572 26575 24765 0 -1 1077944384 2 13260 0 0 0 0 5 2 20 0 15 0 63154591 11079016448 14285 33554432000 4194304 4196468 140720999958848 140678473136624 140679013624450 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26634] ppid=26572 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26575/task/26634/stat : 26634 (java) S 26572 26575 24765 0 -1 1077944384 33 13260 0 0 0 0 5 2 20 0 15 0 63154591 11079016448 14285 33554432000 4194304 4196468 140720999958848 140678472082848 140679013623509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26635] ppid=26572 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26575/task/26635/stat : 26635 (java) S 26572 26575 24765 0 -1 1077944384 1 13260 0 0 0 0 5 2 20 0 15 0 63154591 11079016448 14285 33554432000 4194304 4196468 140720999958848 140678365439472 140679013623509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26636] ppid=26572 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26575/task/26636/stat : 26636 (java) S 26572 26575 24765 0 -1 1077944384 2 13260 0 0 0 0 5 2 20 0 15 0 63154594 11079016448 14285 33554432000 4194304 4196468 140720999958848 140677761460944 140679013631899 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26637] ppid=26572 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26575/task/26637/stat : 26637 (java) S 26572 26575 24765 0 -1 1077944384 472 13260 0 0 1 0 5 2 20 0 15 0 63154594 11079016448 14285 33554432000 4194304 4196468 140720999958848 140678438524912 140679013624450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26638] ppid=26572 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26575/task/26638/stat : 26638 (java) S 26572 26575 24765 0 -1 1077944384 90 13260 0 0 1 0 5 2 20 0 15 0 63154594 11079016448 14285 33554432000 4194304 4196468 140720999958848 140678437472368 140679013624450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26639] ppid=26572 vsize=10819352 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/26575/task/26639/stat : 26639 (java) S 26572 26575 24765 0 -1 1077944384 569 13260 0 0 5 0 5 2 20 0 15 0 63154594 11079016448 14285 33554432000 4194304 4196468 140720999958848 140678436419824 140679013624450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26640] ppid=26572 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26575/task/26640/stat : 26640 (java) S 26572 26575 24765 0 -1 1077944384 3 13260 0 0 0 0 5 2 20 0 15 0 63154594 11079016448 14285 33554432000 4194304 4196468 140720999958848 140677291698784 140679013623509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26641] ppid=26572 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26575/task/26641/stat : 26641 (java) S 26572 26575 24765 0 -1 1077944384 1 13260 0 0 0 0 5 2 20 0 15 0 63154594 11079016448 14285 33554432000 4194304 4196468 140720999958848 140678435367728 140679013624450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 57140 KiB

[startup+0.700732 s]
/proc/loadavg: 1.38 1.36 1.35 4/216 26641
/proc/meminfo: memFree=21684524/32770624 swapFree=67108860/67108860
[pid=26575] ppid=26572 vsize=10819352 memory=89404 CPUtime=0.98 cores=1,3,5,7
/proc/26575/stat : 26575 (java) S 26572 26575 24765 0 -1 1077944320 16415 13260 0 0 87 4 5 2 20 0 15 0 63154579 11079016448 22351 33554432000 4194304 4196468 140720999958848 140720999941392 140679013613303 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
/proc/26575/statm: 2704838 22351 3247 1 0 2667149 0
[pid=26575/tid=26628] ppid=26572 vsize=10819352 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/26575/task/26628/stat : 26628 (java) R 26572 26575 24765 0 -1 4202560 11998 13260 0 0 56 3 5 2 20 0 15 0 63154588 11079016448 22351 33554432000 4194304 4196468 140720999958848 140678985434128 140678993888637 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26629] ppid=26572 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26575/task/26629/stat : 26629 (java) S 26572 26575 24765 0 -1 1077944384 1 13260 0 0 0 0 5 2 20 0 15 0 63154589 11079016448 22351 33554432000 4194304 4196468 140720999958848 140679017855248 140679013623509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26630] ppid=26572 vsize=10819352 memory=4136 CPUtime=0.07 cores=1,3,5,7
/proc/26575/task/26630/stat : 26630 (java) S 26572 26575 24765 0 -1 1077944384 2 13260 0 0 0 0 5 2 20 0 15 0 63154589 11079016448 22351 33554432000 4194304 4196468 140720999958848 140678906128784 140679013623509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26631] ppid=26572 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26575/task/26631/stat : 26631 (java) S 26572 26575 24765 0 -1 1077944384 2 13260 0 0 0 0 5 2 20 0 15 0 63154589 11079016448 22351 33554432000 4194304 4196468 140720999958848 140678905076240 140679013623509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26632] ppid=26572 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26575/task/26632/stat : 26632 (java) S 26572 26575 24765 0 -1 1077944384 1 13260 0 0 0 0 5 2 20 0 15 0 63154589 11079016448 22351 33554432000 4194304 4196468 140720999958848 140678904023696 140679013623509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26633] ppid=26572 vsize=10819352 memory=4420 CPUtime=0.07 cores=1,3,5,7
/proc/26575/task/26633/stat : 26633 (java) S 26572 26575 24765 0 -1 1077944384 5 13260 0 0 0 0 5 2 20 0 15 0 63154591 11079016448 22351 33554432000 4194304 4196468 140720999958848 140678473136624 140679013624450 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26634] ppid=26572 vsize=10819352 memory=6628 CPUtime=0.07 cores=1,3,5,7
/proc/26575/task/26634/stat : 26634 (java) S 26572 26575 24765 0 -1 1077944384 33 13260 0 0 0 0 5 2 20 0 15 0 63154591 11079016448 22351 33554432000 4194304 4196468 140720999958848 140678472082848 140679013623509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26635] ppid=26572 vsize=10819352 memory=8836 CPUtime=0.07 cores=1,3,5,7
/proc/26575/task/26635/stat : 26635 (java) S 26572 26575 24765 0 -1 1077944384 1 13260 0 0 0 0 5 2 20 0 15 0 63154591 11079016448 22351 33554432000 4194304 4196468 140720999958848 140678365439472 140679013623509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26636] ppid=26572 vsize=10819352 memory=11044 CPUtime=0.07 cores=1,3,5,7
/proc/26575/task/26636/stat : 26636 (java) S 26572 26575 24765 0 -1 1077944384 2 13260 0 0 0 0 5 2 20 0 15 0 63154594 11079016448 22351 33554432000 4194304 4196468 140720999958848 140677761460944 140679013631899 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26637] ppid=26572 vsize=10819352 memory=13252 CPUtime=0.17 cores=1,3,5,7
/proc/26575/task/26637/stat : 26637 (java) S 26572 26575 24765 0 -1 1077944384 1094 13260 0 0 10 0 5 2 20 0 15 0 63154594 11079016448 22351 33554432000 4194304 4196468 140720999958848 140678438524912 140679013624450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26638] ppid=26572 vsize=10819352 memory=15460 CPUtime=0.14 cores=1,3,5,7
/proc/26575/task/26638/stat : 26638 (java) S 26572 26575 24765 0 -1 1077944384 462 13260 0 0 7 0 5 2 20 0 15 0 63154594 11079016448 22351 33554432000 4194304 4196468 140720999958848 140678437472368 140679013624450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26639] ppid=26572 vsize=10819352 memory=17668 CPUtime=0.2 cores=1,3,5,7
/proc/26575/task/26639/stat : 26639 (java) S 26572 26575 24765 0 -1 1077944384 618 13260 0 0 13 0 5 2 20 0 15 0 63154594 11079016448 22351 33554432000 4194304 4196468 140720999958848 140678436419824 140679013624450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26640] ppid=26572 vsize=10819352 memory=19876 CPUtime=0.07 cores=1,3,5,7
/proc/26575/task/26640/stat : 26640 (java) S 26572 26575 24765 0 -1 1077944384 3 13260 0 0 0 0 5 2 20 0 15 0 63154594 11079016448 22351 33554432000 4194304 4196468 140720999958848 140677291698784 140679013623509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26641] ppid=26572 vsize=10819352 memory=22084 CPUtime=0.07 cores=1,3,5,7
/proc/26575/task/26641/stat : 26641 (java) S 26572 26575 24765 0 -1 1077944384 1 13260 0 0 0 0 5 2 20 0 15 0 63154594 11079016448 22351 33554432000 4194304 4196468 140720999958848 140678435367728 140679013624450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 89404 KiB

[startup+1.50072 s]
/proc/loadavg: 1.38 1.36 1.35 3/216 26641
/proc/meminfo: memFree=21638556/32770624 swapFree=67108860/67108860
[pid=26575] ppid=26572 vsize=10834252 memory=179780 CPUtime=2.26 cores=1,3,5,7
/proc/26575/stat : 26575 (java) S 26572 26575 24765 0 -1 1077944320 25115 13260 0 0 209 10 5 2 20 0 15 0 63154579 11094274048 44945 33554432000 4194304 4196468 140720999958848 140720999941392 140679013613303 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
/proc/26575/statm: 2708563 44945 3469 1 0 2670221 0
[pid=26575/tid=26628] ppid=26572 vsize=10834252 memory=0 CPUtime=1.42 cores=1,3,5,7
/proc/26575/task/26628/stat : 26628 (java) R 26572 26575 24765 0 -1 4202560 17849 13260 0 0 129 6 5 2 20 0 15 0 63154588 11094274048 44945 33554432000 4194304 4196468 140720999958848 140678985444736 140678997693790 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26629] ppid=26572 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26575/task/26629/stat : 26629 (java) S 26572 26575 24765 0 -1 1077944384 286 13260 0 0 1 0 5 2 20 0 15 0 63154589 11094274048 44945 33554432000 4194304 4196468 140720999958848 140679017855248 140679013623509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26630] ppid=26572 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26575/task/26630/stat : 26630 (java) S 26572 26575 24765 0 -1 1077944384 78 13260 0 0 1 0 5 2 20 0 15 0 63154589 11094274048 44945 33554432000 4194304 4196468 140720999958848 140678906128784 140679013623509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26631] ppid=26572 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26575/task/26631/stat : 26631 (java) S 26572 26575 24765 0 -1 1077944384 21 13260 0 0 1 0 5 2 20 0 15 0 63154589 11094274048 44945 33554432000 4194304 4196468 140720999958848 140678905076240 140679013623509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26632] ppid=26572 vsize=10834252 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26575/task/26632/stat : 26632 (java) S 26572 26575 24765 0 -1 1077944384 32 13260 0 0 0 0 5 2 20 0 15 0 63154589 11094274048 44945 33554432000 4194304 4196468 140720999958848 140678904023696 140679013623509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26633] ppid=26572 vsize=10834252 memory=1399103955520229747 CPUtime=0.08 cores=1,3,5,7
/proc/26575/task/26633/stat : 26633 (java) S 26572 26575 24765 0 -1 1077944384 1180 13260 0 0 1 0 5 2 20 0 15 0 63154591 11094274048 44945 33554432000 4194304 4196468 140720999958848 140678473136624 140679013624450 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26634] ppid=26572 vsize=10834252 memory=280519212345600 CPUtime=0.07 cores=1,3,5,7
/proc/26575/task/26634/stat : 26634 (java) S 26572 26575 24765 0 -1 1077944384 54 13260 0 0 0 0 5 2 20 0 15 0 63154591 11094274048 44945 33554432000 4194304 4196468 140720999958848 140678472082848 140679013623509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26635] ppid=26572 vsize=10834252 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26575/task/26635/stat : 26635 (java) S 26572 26575 24765 0 -1 1077944384 2 13260 0 0 0 0 5 2 20 0 15 0 63154591 11094274048 44945 33554432000 4194304 4196468 140720999958848 140678365439472 140679013623509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26636] ppid=26572 vsize=10834252 memory=1228 CPUtime=0.07 cores=1,3,5,7
/proc/26575/task/26636/stat : 26636 (java) S 26572 26575 24765 0 -1 1077944384 2 13260 0 0 0 0 5 2 20 0 15 0 63154594 11094274048 44945 33554432000 4194304 4196468 140720999958848 140677761460944 140679013631899 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26637] ppid=26572 vsize=10834252 memory=1704 CPUtime=0.3 cores=1,3,5,7
/proc/26575/task/26637/stat : 26637 (java) S 26572 26575 24765 0 -1 1077944384 1570 13260 0 0 23 0 5 2 20 0 15 0 63154594 11094274048 44945 33554432000 4194304 4196468 140720999958848 140678438524912 140679013624450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26638] ppid=26572 vsize=10834252 memory=9924 CPUtime=0.25 cores=1,3,5,7
/proc/26575/task/26638/stat : 26638 (java) S 26572 26575 24765 0 -1 1077944384 704 13260 0 0 18 0 5 2 20 0 15 0 63154594 11094274048 44945 33554432000 4194304 4196468 140720999958848 140678437472368 140679013624450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26639] ppid=26572 vsize=10834252 memory=5788 CPUtime=0.38 cores=1,3,5,7
/proc/26575/task/26639/stat : 26639 (java) S 26572 26575 24765 0 -1 1077944384 1139 13260 0 0 31 0 5 2 20 0 15 0 63154594 11094274048 44945 33554432000 4194304 4196468 140720999958848 140678436419824 140679013624450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26640] ppid=26572 vsize=10834252 memory=1936 CPUtime=0.07 cores=1,3,5,7
/proc/26575/task/26640/stat : 26640 (java) S 26572 26575 24765 0 -1 1077944384 3 13260 0 0 0 0 5 2 20 0 15 0 63154594 11094274048 44945 33554432000 4194304 4196468 140720999958848 140677291698784 140679013623509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26641] ppid=26572 vsize=10834252 memory=1196 CPUtime=0.07 cores=1,3,5,7
/proc/26575/task/26641/stat : 26641 (java) S 26572 26575 24765 0 -1 1077944384 3 13260 0 0 0 0 5 2 20 0 15 0 63154594 11094274048 44945 33554432000 4194304 4196468 140720999958848 140678435367728 140679013624450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
Current children cumulated CPU time: 2.26 s
Current children cumulated vsize: 10834252 KiB

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

/proc/26575/task/26628/stat : 26628 (java) R 26572 26575 24765 0 -1 4202560 90761 13260 0 0 236466 38 5 2 20 0 15 0 63154588 11176083456 231410 33554432000 4194304 4196468 140720999958848 140678985447744 140678597098804 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26629] ppid=26572 vsize=10914144 memory=925640 CPUtime=8.39 cores=1,3,5,7
/proc/26575/task/26629/stat : 26629 (java) S 26572 26575 24765 0 -1 1077944384 16406 13260 0 0 796 36 5 2 20 0 15 0 63154589 11176083456 231410 33554432000 4194304 4196468 140720999958848 140679017855248 140679013623509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26630] ppid=26572 vsize=10914144 memory=925640 CPUtime=8.41 cores=1,3,5,7
/proc/26575/task/26630/stat : 26630 (java) S 26572 26575 24765 0 -1 1077944384 17266 13260 0 0 799 35 5 2 20 0 15 0 63154589 11176083456 231410 33554432000 4194304 4196468 140720999958848 140678906128784 140679013623509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26631] ppid=26572 vsize=10914144 memory=925640 CPUtime=8.36 cores=1,3,5,7
/proc/26575/task/26631/stat : 26631 (java) S 26572 26575 24765 0 -1 1077944384 22736 13260 0 0 793 36 5 2 20 0 15 0 63154589 11176083456 231410 33554432000 4194304 4196468 140720999958848 140678905076240 140679013623509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26632] ppid=26572 vsize=10914144 memory=925640 CPUtime=8.37 cores=1,3,5,7
/proc/26575/task/26632/stat : 26632 (java) S 26572 26575 24765 0 -1 1077944384 10216 13260 0 0 789 41 5 2 20 0 15 0 63154589 11176083456 231410 33554432000 4194304 4196468 140720999958848 140678904023696 140679013623509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26633] ppid=26572 vsize=10914144 memory=925640 CPUtime=6.9 cores=1,3,5,7
/proc/26575/task/26633/stat : 26633 (java) S 26572 26575 24765 0 -1 1077944384 15726 13260 0 0 649 34 5 2 20 0 15 0 63154591 11176083456 231410 33554432000 4194304 4196468 140720999958848 140678473136624 140679013624450 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26634] ppid=26572 vsize=10914144 memory=925640 CPUtime=0.07 cores=1,3,5,7
/proc/26575/task/26634/stat : 26634 (java) S 26572 26575 24765 0 -1 1077944384 54 13260 0 0 0 0 5 2 20 0 15 0 63154591 11176083456 231410 33554432000 4194304 4196468 140720999958848 140678472082976 140679013623509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26635] ppid=26572 vsize=10914144 memory=925640 CPUtime=0.07 cores=1,3,5,7
/proc/26575/task/26635/stat : 26635 (java) S 26572 26575 24765 0 -1 1077944384 2 13260 0 0 0 0 5 2 20 0 15 0 63154591 11176083456 231410 33554432000 4194304 4196468 140720999958848 140678365439488 140679013623509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26636] ppid=26572 vsize=10914144 memory=923592 CPUtime=0.07 cores=1,3,5,7
/proc/26575/task/26636/stat : 26636 (java) S 26572 26575 24765 0 -1 1077944384 2 13260 0 0 0 0 5 2 20 0 15 0 63154594 11176083456 231410 33554432000 4194304 4196468 140720999958848 140677761460944 140679013631899 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26637] ppid=26572 vsize=10914144 memory=925640 CPUtime=4.97 cores=1,3,5,7
/proc/26575/task/26637/stat : 26637 (java) S 26572 26575 24765 0 -1 1077944384 35496 13260 0 0 486 4 5 2 20 0 15 0 63154594 11176083456 231410 33554432000 4194304 4196468 140720999958848 140678438524912 140679013624450 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26638] ppid=26572 vsize=10914144 memory=0 CPUtime=5.47 cores=1,3,5,7
/proc/26575/task/26638/stat : 26638 (java) S 26572 26575 24765 0 -1 1077944384 31282 13260 0 0 536 4 5 2 20 0 15 0 63154594 11176083456 231410 33554432000 4194304 4196468 140720999958848 140678437472368 140679013624450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26639] ppid=26572 vsize=10914144 memory=1012 CPUtime=1.97 cores=1,3,5,7
/proc/26575/task/26639/stat : 26639 (java) S 26572 26575 24765 0 -1 1077944384 23872 13260 0 0 185 5 5 2 20 0 15 0 63154594 11176083456 231410 33554432000 4194304 4196468 140720999958848 140678436419824 140679013624450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26640] ppid=26572 vsize=10914144 memory=1228 CPUtime=0.07 cores=1,3,5,7
/proc/26575/task/26640/stat : 26640 (java) S 26572 26575 24765 0 -1 1077944384 3 13260 0 0 0 0 5 2 20 0 15 0 63154594 11176083456 231410 33554432000 4194304 4196468 140720999958848 140677291698784 140679013623509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26641] ppid=26572 vsize=10914144 memory=925640 CPUtime=1.36 cores=1,3,5,7
/proc/26575/task/26641/stat : 26641 (java) S 26572 26575 24765 0 -1 1077944384 1636 13260 0 0 55 74 5 2 20 0 15 0 63154594 11176083456 231410 33554432000 4194304 4196468 140720999958848 140678435367728 140679013624450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
Current children cumulated CPU time: 2418.79 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 925640 KiB

[startup+2442.3 s]
/proc/loadavg: 1.34 1.30 1.30 3/217 26970
/proc/meminfo: memFree=20850008/32770624 swapFree=67108860/67108860
[pid=26575] ppid=26572 vsize=10914144 memory=927688 CPUtime=2479.45 cores=1,3,5,7
/proc/26575/stat : 26575 (java) S 26572 26575 24765 0 -1 1077944320 269090 13260 0 0 247671 267 5 2 20 0 15 0 63154579 11176083456 231922 33554432000 4194304 4196468 140720999958848 140720999941392 140679013613303 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
/proc/26575/statm: 2728536 231922 3528 1 0 2690189 0
[pid=26575/tid=26628] ppid=26572 vsize=10914144 memory=927688 CPUtime=2424.67 cores=1,3,5,7
/proc/26575/task/26628/stat : 26628 (java) R 26572 26575 24765 0 -1 4202560 91334 13260 0 0 242422 38 5 2 20 0 15 0 63154588 11176083456 231922 33554432000 4194304 4196468 140720999958848 140678985447232 140678598193740 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26629] ppid=26572 vsize=10914144 memory=927688 CPUtime=8.61 cores=1,3,5,7
/proc/26575/task/26629/stat : 26629 (java) S 26572 26575 24765 0 -1 1077944384 16429 13260 0 0 817 37 5 2 20 0 15 0 63154589 11176083456 231922 33554432000 4194304 4196468 140720999958848 140679017855248 140679013623509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26630] ppid=26572 vsize=10914144 memory=927688 CPUtime=8.62 cores=1,3,5,7
/proc/26575/task/26630/stat : 26630 (java) S 26572 26575 24765 0 -1 1077944384 17326 13260 0 0 820 35 5 2 20 0 15 0 63154589 11176083456 231922 33554432000 4194304 4196468 140720999958848 140678906128784 140679013623509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26631] ppid=26572 vsize=10914144 memory=927688 CPUtime=8.57 cores=1,3,5,7
/proc/26575/task/26631/stat : 26631 (java) S 26572 26575 24765 0 -1 1077944384 22865 13260 0 0 814 36 5 2 20 0 15 0 63154589 11176083456 231922 33554432000 4194304 4196468 140720999958848 140678905076240 140679013623509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26632] ppid=26572 vsize=10914144 memory=927688 CPUtime=8.6 cores=1,3,5,7
/proc/26575/task/26632/stat : 26632 (java) S 26572 26575 24765 0 -1 1077944384 10642 13260 0 0 811 42 5 2 20 0 15 0 63154589 11176083456 231922 33554432000 4194304 4196468 140720999958848 140678904023696 140679013623509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26633] ppid=26572 vsize=10914144 memory=927688 CPUtime=7.06 cores=1,3,5,7
/proc/26575/task/26633/stat : 26633 (java) S 26572 26575 24765 0 -1 1077944384 15931 13260 0 0 665 34 5 2 20 0 15 0 63154591 11176083456 231922 33554432000 4194304 4196468 140720999958848 140678473136624 140679013624450 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26634] ppid=26572 vsize=10914144 memory=164 CPUtime=0.07 cores=1,3,5,7
/proc/26575/task/26634/stat : 26634 (java) S 26572 26575 24765 0 -1 1077944384 54 13260 0 0 0 0 5 2 20 0 15 0 63154591 11176083456 231922 33554432000 4194304 4196468 140720999958848 140678472082976 140679013623509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26635] ppid=26572 vsize=10914144 memory=928 CPUtime=0.07 cores=1,3,5,7
/proc/26575/task/26635/stat : 26635 (java) S 26572 26575 24765 0 -1 1077944384 2 13260 0 0 0 0 5 2 20 0 15 0 63154591 11176083456 231922 33554432000 4194304 4196468 140720999958848 140678365439488 140679013623509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26636] ppid=26572 vsize=10914144 memory=927688 CPUtime=0.07 cores=1,3,5,7
/proc/26575/task/26636/stat : 26636 (java) S 26572 26575 24765 0 -1 1077944384 2 13260 0 0 0 0 5 2 20 0 15 0 63154594 11176083456 231922 33554432000 4194304 4196468 140720999958848 140677761460944 140679013631899 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26637] ppid=26572 vsize=10914144 memory=4136 CPUtime=4.98 cores=1,3,5,7
/proc/26575/task/26637/stat : 26637 (java) S 26572 26575 24765 0 -1 1077944384 35498 13260 0 0 487 4 5 2 20 0 15 0 63154594 11176083456 231922 33554432000 4194304 4196468 140720999958848 140678438524912 140679013624450 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26638] ppid=26572 vsize=10914144 memory=927688 CPUtime=5.47 cores=1,3,5,7
/proc/26575/task/26638/stat : 26638 (java) S 26572 26575 24765 0 -1 1077944384 31284 13260 0 0 536 4 5 2 20 0 15 0 63154594 11176083456 231922 33554432000 4194304 4196468 140720999958848 140678437472368 140679013624450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26639] ppid=26572 vsize=10914144 memory=4616 CPUtime=1.97 cores=1,3,5,7
/proc/26575/task/26639/stat : 26639 (java) S 26572 26575 24765 0 -1 1077944384 23874 13260 0 0 185 5 5 2 20 0 15 0 63154594 11176083456 231922 33554432000 4194304 4196468 140720999958848 140678436419824 140679013624450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26640] ppid=26572 vsize=10914144 memory=927688 CPUtime=0.07 cores=1,3,5,7
/proc/26575/task/26640/stat : 26640 (java) S 26572 26575 24765 0 -1 1077944384 3 13260 0 0 0 0 5 2 20 0 15 0 63154594 11176083456 231922 33554432000 4194304 4196468 140720999958848 140677291698784 140679013623509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26641] ppid=26572 vsize=10914144 memory=15868 CPUtime=1.39 cores=1,3,5,7
/proc/26575/task/26641/stat : 26641 (java) S 26572 26575 24765 0 -1 1077944384 1654 13260 0 0 56 76 5 2 20 0 15 0 63154594 11176083456 231922 33554432000 4194304 4196468 140720999958848 140678435367728 140679013624450 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
Current children cumulated CPU time: 2479.45 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 927688 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2482.5 s]
/proc/loadavg: 1.38 1.31 1.31 3/217 26970
/proc/meminfo: memFree=20846108/32770624 swapFree=67108860/67108860
[pid=26575] ppid=26572 vsize=10914144 memory=929736 CPUtime=2520.07 cores=1,3,5,7
/proc/26575/stat : 26575 (java) S 26572 26575 24765 0 -1 1077944320 269793 13260 0 0 251728 272 5 2 20 0 15 0 63154579 11176083456 232434 33554432000 4194304 4196468 140720999958848 140720999941392 140679013613303 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
/proc/26575/statm: 2728536 232434 3528 1 0 2690189 0
[pid=26575/tid=26628] ppid=26572 vsize=10914144 memory=929736 CPUtime=2464.59 cores=1,3,5,7
/proc/26575/task/26628/stat : 26628 (java) R 26572 26575 24765 0 -1 4202560 91716 13260 0 0 246413 39 5 2 20 0 15 0 63154588 11176083456 232434 33554432000 4194304 4196468 140720999958848 140678985447872 140678600568948 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26629] ppid=26572 vsize=10914144 memory=929736 CPUtime=8.76 cores=1,3,5,7
/proc/26575/task/26629/stat : 26629 (java) S 26572 26575 24765 0 -1 1077944384 16493 13260 0 0 831 38 5 2 20 0 15 0 63154589 11176083456 232434 33554432000 4194304 4196468 140720999958848 140679017855248 140679013623509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26630] ppid=26572 vsize=10914144 memory=929736 CPUtime=8.77 cores=1,3,5,7
/proc/26575/task/26630/stat : 26630 (java) S 26572 26575 24765 0 -1 1077944384 17371 13260 0 0 834 36 5 2 20 0 15 0 63154589 11176083456 232434 33554432000 4194304 4196468 140720999958848 140678906128784 140679013623509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26631] ppid=26572 vsize=10914144 memory=927688 CPUtime=8.72 cores=1,3,5,7
/proc/26575/task/26631/stat : 26631 (java) S 26572 26575 24765 0 -1 1077944384 22947 13260 0 0 828 37 5 2 20 0 15 0 63154589 11176083456 232434 33554432000 4194304 4196468 140720999958848 140678905076240 140679013623509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26632] ppid=26572 vsize=10914144 memory=929736 CPUtime=8.74 cores=1,3,5,7
/proc/26575/task/26632/stat : 26632 (java) S 26572 26575 24765 0 -1 1077944384 10701 13260 0 0 825 42 5 2 20 0 15 0 63154589 11176083456 232434 33554432000 4194304 4196468 140720999958848 140678904023696 140679013623509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26633] ppid=26572 vsize=10914144 memory=927688 CPUtime=7.17 cores=1,3,5,7
/proc/26575/task/26633/stat : 26633 (java) S 26572 26575 24765 0 -1 1077944384 15988 13260 0 0 675 35 5 2 20 0 15 0 63154591 11176083456 232434 33554432000 4194304 4196468 140720999958848 140678473136624 140679013624450 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26634] ppid=26572 vsize=10914144 memory=705 CPUtime=0.07 cores=1,3,5,7
/proc/26575/task/26634/stat : 26634 (java) S 26572 26575 24765 0 -1 1077944384 54 13260 0 0 0 0 5 2 20 0 15 0 63154591 11176083456 232434 33554432000 4194304 4196468 140720999958848 140678472082976 140679013623509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26635] ppid=26572 vsize=10914144 memory=131 CPUtime=0.07 cores=1,3,5,7
/proc/26575/task/26635/stat : 26635 (java) S 26572 26575 24765 0 -1 1077944384 2 13260 0 0 0 0 5 2 20 0 15 0 63154591 11176083456 232434 33554432000 4194304 4196468 140720999958848 140678365439488 140679013623509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26636] ppid=26572 vsize=10914144 memory=927688 CPUtime=0.07 cores=1,3,5,7
/proc/26575/task/26636/stat : 26636 (java) S 26572 26575 24765 0 -1 1077944384 2 13260 0 0 0 0 5 2 20 0 15 0 63154594 11176083456 232434 33554432000 4194304 4196468 140720999958848 140677761460944 140679013631899 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26637] ppid=26572 vsize=10914144 memory=856 CPUtime=4.98 cores=1,3,5,7
/proc/26575/task/26637/stat : 26637 (java) S 26572 26575 24765 0 -1 1077944384 35498 13260 0 0 487 4 5 2 20 0 15 0 63154594 11176083456 232434 33554432000 4194304 4196468 140720999958848 140678438524912 140679013624450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26638] ppid=26572 vsize=10914144 memory=929736 CPUtime=5.47 cores=1,3,5,7
/proc/26575/task/26638/stat : 26638 (java) S 26572 26575 24765 0 -1 1077944384 31284 13260 0 0 536 4 5 2 20 0 15 0 63154594 11176083456 232434 33554432000 4194304 4196468 140720999958848 140678437472368 140679013624450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26639] ppid=26572 vsize=10914144 memory=9924 CPUtime=1.97 cores=1,3,5,7
/proc/26575/task/26639/stat : 26639 (java) S 26572 26575 24765 0 -1 1077944384 23874 13260 0 0 185 5 5 2 20 0 15 0 63154594 11176083456 232434 33554432000 4194304 4196468 140720999958848 140678436419824 140679013624450 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26640] ppid=26572 vsize=10914144 memory=929736 CPUtime=0.07 cores=1,3,5,7
/proc/26575/task/26640/stat : 26640 (java) S 26572 26575 24765 0 -1 1077944384 3 13260 0 0 0 0 5 2 20 0 15 0 63154594 11176083456 232434 33554432000 4194304 4196468 140720999958848 140677291698784 140679013623509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26641] ppid=26572 vsize=10914144 memory=916 CPUtime=1.41 cores=1,3,5,7
/proc/26575/task/26641/stat : 26641 (java) S 26572 26575 24765 0 -1 1077944384 1668 13260 0 0 57 77 5 2 20 0 15 0 63154594 11176083456 232434 33554432000 4194304 4196468 140720999958848 140678435367728 140679013624450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 929736 KiB

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

[startup+2482.54 s]
# the end of solver process 26575 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.37 s, system=2.75878 s

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

[startup+2482.5 s]
/proc/loadavg: 1.38 1.31 1.31 3/217 26970
/proc/meminfo: memFree=20846108/32770624 swapFree=67108860/67108860
[pid=26575] ppid=26572 vsize=10914144 memory=929736 CPUtime=2520.07 cores=1,3,5,7
/proc/26575/stat : 26575 (java) S 26572 26575 24765 0 -1 1077944320 269793 13260 0 0 251728 272 5 2 20 0 15 0 63154579 11176083456 232434 33554432000 4194304 4196468 140720999958848 140720999941392 140679013613303 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
/proc/26575/statm: 2728536 232434 3528 1 0 2690189 0
[pid=26575/tid=26628] ppid=26572 vsize=10914144 memory=929736 CPUtime=2464.59 cores=1,3,5,7
/proc/26575/task/26628/stat : 26628 (java) R 26572 26575 24765 0 -1 4202560 91716 13260 0 0 246413 39 5 2 20 0 15 0 63154588 11176083456 232434 33554432000 4194304 4196468 140720999958848 140678985447872 140678600568948 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26629] ppid=26572 vsize=10914144 memory=929736 CPUtime=8.76 cores=1,3,5,7
/proc/26575/task/26629/stat : 26629 (java) S 26572 26575 24765 0 -1 1077944384 16493 13260 0 0 831 38 5 2 20 0 15 0 63154589 11176083456 232434 33554432000 4194304 4196468 140720999958848 140679017855248 140679013623509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26630] ppid=26572 vsize=10914144 memory=929736 CPUtime=8.77 cores=1,3,5,7
/proc/26575/task/26630/stat : 26630 (java) S 26572 26575 24765 0 -1 1077944384 17371 13260 0 0 834 36 5 2 20 0 15 0 63154589 11176083456 232434 33554432000 4194304 4196468 140720999958848 140678906128784 140679013623509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26631] ppid=26572 vsize=10914144 memory=927688 CPUtime=8.72 cores=1,3,5,7
/proc/26575/task/26631/stat : 26631 (java) S 26572 26575 24765 0 -1 1077944384 22947 13260 0 0 828 37 5 2 20 0 15 0 63154589 11176083456 232434 33554432000 4194304 4196468 140720999958848 140678905076240 140679013623509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26632] ppid=26572 vsize=10914144 memory=929736 CPUtime=8.74 cores=1,3,5,7
/proc/26575/task/26632/stat : 26632 (java) S 26572 26575 24765 0 -1 1077944384 10701 13260 0 0 825 42 5 2 20 0 15 0 63154589 11176083456 232434 33554432000 4194304 4196468 140720999958848 140678904023696 140679013623509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26633] ppid=26572 vsize=10914144 memory=927688 CPUtime=7.17 cores=1,3,5,7
/proc/26575/task/26633/stat : 26633 (java) S 26572 26575 24765 0 -1 1077944384 15988 13260 0 0 675 35 5 2 20 0 15 0 63154591 11176083456 232434 33554432000 4194304 4196468 140720999958848 140678473136624 140679013624450 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26634] ppid=26572 vsize=10914144 memory=705 CPUtime=0.07 cores=1,3,5,7
/proc/26575/task/26634/stat : 26634 (java) S 26572 26575 24765 0 -1 1077944384 54 13260 0 0 0 0 5 2 20 0 15 0 63154591 11176083456 232434 33554432000 4194304 4196468 140720999958848 140678472082976 140679013623509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26635] ppid=26572 vsize=10914144 memory=131 CPUtime=0.07 cores=1,3,5,7
/proc/26575/task/26635/stat : 26635 (java) S 26572 26575 24765 0 -1 1077944384 2 13260 0 0 0 0 5 2 20 0 15 0 63154591 11176083456 232434 33554432000 4194304 4196468 140720999958848 140678365439488 140679013623509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26636] ppid=26572 vsize=10914144 memory=927688 CPUtime=0.07 cores=1,3,5,7
/proc/26575/task/26636/stat : 26636 (java) S 26572 26575 24765 0 -1 1077944384 2 13260 0 0 0 0 5 2 20 0 15 0 63154594 11176083456 232434 33554432000 4194304 4196468 140720999958848 140677761460944 140679013631899 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26637] ppid=26572 vsize=10914144 memory=856 CPUtime=4.98 cores=1,3,5,7
/proc/26575/task/26637/stat : 26637 (java) S 26572 26575 24765 0 -1 1077944384 35498 13260 0 0 487 4 5 2 20 0 15 0 63154594 11176083456 232434 33554432000 4194304 4196468 140720999958848 140678438524912 140679013624450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26638] ppid=26572 vsize=10914144 memory=929736 CPUtime=5.47 cores=1,3,5,7
/proc/26575/task/26638/stat : 26638 (java) S 26572 26575 24765 0 -1 1077944384 31284 13260 0 0 536 4 5 2 20 0 15 0 63154594 11176083456 232434 33554432000 4194304 4196468 140720999958848 140678437472368 140679013624450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26639] ppid=26572 vsize=10914144 memory=9924 CPUtime=1.97 cores=1,3,5,7
/proc/26575/task/26639/stat : 26639 (java) S 26572 26575 24765 0 -1 1077944384 23874 13260 0 0 185 5 5 2 20 0 15 0 63154594 11176083456 232434 33554432000 4194304 4196468 140720999958848 140678436419824 140679013624450 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26640] ppid=26572 vsize=10914144 memory=929736 CPUtime=0.07 cores=1,3,5,7
/proc/26575/task/26640/stat : 26640 (java) S 26572 26575 24765 0 -1 1077944384 3 13260 0 0 0 0 5 2 20 0 15 0 63154594 11176083456 232434 33554432000 4194304 4196468 140720999958848 140677291698784 140679013623509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
[pid=26575/tid=26641] ppid=26572 vsize=10914144 memory=916 CPUtime=1.41 cores=1,3,5,7
/proc/26575/task/26641/stat : 26641 (java) S 26572 26575 24765 0 -1 1077944384 1668 13260 0 0 57 77 5 2 20 0 15 0 63154594 11176083456 232434 33554432000 4194304 4196468 140720999958848 140678435367728 140679013624450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8155136 140720999962795 140720999966044 140720999966044 140720999968719 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 929736 KiB

Child status: 143
Real time (s): 2482.54
CPU time (s): 2520.13
CPU user time (s): 2517.37
CPU system time (s): 2.75878
CPU usage (%): 101.514
Max. virtual memory (cumulated for all children) (KiB): 10917012
Max. memory (cumulated for all children) (KiB): 929736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.37
system time used= 2.75878
maximum resident set size= 933912
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 283715
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 207566
involuntary context switches= 4420


# summary of solver processes directly reported to runsolver:
#   pid: 26575
#   total CPU time (s): 2520.13
#   total CPU user time (s): 2517.37
#   total CPU system time (s): 2.75878

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.2753 second user time and 23.7522 second system time

The end

Launcher Data

Begin job on node105 at 2018-07-24 20:11:54
IDJOB=4294345
IDBENCH=141368
IDSOLVER=2751
FILE ID=node105/4294345-1532455914
RUNJOBID= node105-1532448512-24797
PBS_JOBID= 21021581
Free space on /tmp= 44736 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-13_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4294345-1532455914/watcher-4294345-1532455914 -o /tmp/evaluation-result-4294345-1532455914/solver-4294345-1532455914 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532448512-24797 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1899635066 -superng HOME/instance-4294345-1532455914.xml

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

MD5SUM BENCH= 66cce14b45be89e007abc3e2885e8941
RANDOM SEED=1899635066

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        21738804 kB
MemAvailable:   31006332 kB
Buffers:          220244 kB
Cached:          9187512 kB
SwapCached:            0 kB
Active:          2576048 kB
Inactive:        7817036 kB
Active(anon):     939640 kB
Inactive(anon):    65412 kB
Active(file):    1636408 kB
Inactive(file):  7751624 kB
Unevictable:        7288 kB
Mlocked:            7288 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26436 kB
Writeback:             0 kB
AnonPages:        992628 kB
Mapped:            51688 kB
Shmem:             17036 kB
Slab:             335156 kB
SReclaimable:     307956 kB
SUnreclaim:        27200 kB
KernelStack:        3520 kB
PageTables:         7256 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1969164 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    761856 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 44712 MiB
End job on node105 at 2018-07-24 20:53:17