Trace number 4293970

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)63 2520.47 2466.62

General information on the benchmark

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

Quality of the solution as a function of time


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

Solver Data

0.99/0.74	c Concrete v3.8.1528841891564 running
127.27/106.84	o 39
127.62/107.10	o 41
128.04/107.38	o 44
128.56/107.73	o 47
129.83/108.95	o 48
148.56/127.27	o 50
150.22/128.62	o 54
157.50/135.76	o 55
193.15/170.91	o 57
417.17/393.39	o 59
426.14/402.20	o 60
488.98/464.77	o 63
2520.34/2466.59	Exception in thread "main" java.util.concurrent.TimeoutException
2520.34/2466.59		at concrete.MAC.mac(MAC.scala:188)
2520.34/2466.59		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.34/2466.59		at scala.util.Try$.apply(Try.scala:209)
2520.34/2466.59		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.34/2466.59		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.34/2466.59		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.34/2466.59		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.34/2466.59		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.34/2466.59		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.34/2466.59		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.34/2466.59		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.34/2466.59		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.34/2466.59		at concrete.MAC.oneRun(MAC.scala:253)
2520.34/2466.59		at concrete.MAC.nextSolution(MAC.scala:272)
2520.34/2466.59		at concrete.MAC.nextSolution(MAC.scala:355)
2520.34/2466.59		at concrete.Solver.hasNext(Solver.scala:166)
2520.34/2466.59		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.34/2466.59		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.34/2466.59		at concrete.Solver.foreach(Solver.scala:68)
2520.34/2466.59		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.34/2466.59		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.34/2466.59		at scala.util.Success.map(Try.scala:209)
2520.34/2466.59		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.34/2466.59		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.34/2466.59		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.34/2466.59		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.34/2466.59		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.34/2466.59		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.34/2466.59		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.34/2466.59		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.34/2466.59		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.34/2466.59		at scala.collection.immutable.List.foreach(List.scala:389)
2520.34/2466.59		at scala.App.main(App.scala:76)
2520.34/2466.59		at scala.App.main$(App.scala:74)
2520.34/2466.59		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.34/2466.59		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.34/2466.59	v <instantiation cost="63">
2520.34/2466.59	v       <list>
2520.34/2466.59	v         r[0][0] r[0][1] r[0][2] r[0][3] r[1][0] r[1][1] r[1][2] r[1][3] r[2][0] r[2][1] r[2][2] r[2][3] r[3][0] r[3][1] r[3][2] r[3][3] r[4][0] r[4][1] r[4][2] r[4][3] r[5][0] r[5][1] r[5][2] r[5][3] r[6][0] r[6][1] r[6][2] r[6][3] r[7][0] r[7][1] r[7][2] r[7][3] c[0][0] c[0][1] c[0][2] c[0][3] c[1][0] c[1][1] c[1][2] c[1][3] c[2][0] c[2][1] c[2][2] c[2][3] c[3][0] c[3][1] c[3][2] c[3][3] c[4][0] c[4][1] c[4][2] c[4][3] c[5][0] c[5][1] c[5][2] c[5][3] c[6][0] c[6][1] c[6][2] c[6][3] c[7][0] c[7][1] c[7][2] c[7][3] pr[0][0] pr[0][1] pr[0][2] pr[0][3] pr[1][0] pr[1][1] pr[1][2] pr[1][3] pr[2][0] pr[2][1] pr[2][2] pr[2][3] pr[3][0] pr[3][1] pr[3][2] pr[3][3] pr[4][0] pr[4][1] pr[4][2] pr[4][3] pr[5][0] pr[5][1] pr[5][2] pr[5][3] pr[6][0] pr[6][1] pr[6][2] pr[6][3] pr[7][0] pr[7][1] pr[7][2] pr[7][3] pc[0][0] pc[0][1] pc[0][2] pc[0][3] pc[1][0] pc[1][1] pc[1][2] pc[1][3] pc[2][0] pc[2][1] pc[2][2] pc[2][3] pc[3][0] pc[3][1] pc[3][2] pc[3][3] pc[4][0] pc[4][1] pc[4][2] pc[4][3] pc[5][0] pc[5][1] pc[5][2] pc[5][3] pc[6][0] pc[6][1] pc[6][2] pc[6][3] pc[7][0] pc[7][1] pc[7][2] pc[7][3] br[0][0] br[0][1] br[0][2] br[0][3] br[1][0] br[1][1] br[1][2] br[1][3] br[2][0] br[2][1] br[2][2] br[2][3] br[3][0] br[3][1] br[3][2] br[3][3] br[4][0] br[4][1] br[4][2] br[4][3] br[5][0] br[5][1] br[5][2] br[5][3] br[6][0] br[6][1] br[6][2] br[6][3] br[7][0] br[7][1] br[7][2] br[7][3] bc[0][0] bc[0][1] bc[0][2] bc[0][3] bc[1][0] bc[1][1] bc[1][2] bc[1][3] bc[2][0] bc[2][1] bc[2][2] bc[2][3] bc[3][0] bc[3][1] bc[3][2] bc[3][3] bc[4][0] bc[4][1] bc[4][2] bc[4][3] bc[5][0] bc[5][1] bc[5][2] bc[5][3] bc[6][0] bc[6][1] bc[6][2] bc[6][3] bc[7][0] bc[7][1] bc[7][2] bc[7][3] x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7] x[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[7][5] x[7][6] x[7][7]
2520.34/2466.59	v       </list>
2520.34/2466.59	v       <values>
2520.34/2466.59	v         55447 28220 -1 -1 5240 -1 -1 -1 0 0 16232 -1 46629 37367 -1 -1 5586 50174 24289 -1 38292 39681 55930 -1 50304 18578 -1 -1 0 21318 0 -1 5199 -1 -1 -1 54930 5630 -1 -1 3118 7958 16172 -1 36249 35730 43627 -1 27037 61525 -1 -1 56518 17611 -1 -1 28334 17832 -1 -1 45660 48840 -1 -1 1 6 -1 -1 0 -1 -1 -1 0 2 4 -1 0 3 -1 -1 0 4 7 -1 0 3 5 -1 0 6 -1 -1 0 2 7 -1 1 -1 -1 -1 0 3 -1 -1 0 4 6 -1 0 3 5 -1 0 6 -1 -1 1 7 -1 -1 0 5 -1 -1 0 2 -1 -1 4 0 0 0 7 0 0 0 0 0 4 0 0 5 0 0 0 0 0 0 0 0 0 0 5 0 0 0 0 4 0 0 7 0 0 0 0 4 0 0 0 0 0 0 0 0 3 0 5 0 0 0 5 0 0 0 4 0 0 0 0 6 0 0 26 19 0 13 8 26 8 17 1 0 17 4 13 19 18 26 0 26 0 26 3 8 0 18 17 1 26 13 20 1 8 0 1 4 2 26 18 4 26 7 14 10 26 15 26 19 4 0 18 4 3 14 21 26 4 17 0 26 5 14 23 4 26 0
2520.34/2466.59	v       </values>
2520.34/2466.59	v     </instantiation>
2520.34/2466.59	s SATISFIABLE

Verifier Data

OK	63

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4293970-1532402825/watcher-4293970-1532402825 -o /tmp/evaluation-result-4293970-1532402825/solver-4293970-1532402825 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532402817-21493 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=829996363 -superng HOME/instance-4293970-1532402825.xml 

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

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=21718, runsolver pid=21715

[startup+0.100126 s]*
/proc/loadavg: 1.38 1.23 1.54 3/206 21775
/proc/meminfo: memFree=22024584/32770624 swapFree=67108860/67108860
[pid=21718] ppid=21715 vsize=9972712 memory=16812 CPUtime=0.1 cores=0,2,4,6
/proc/21718/stat : 21718 (java) S 21715 21718 15121 0 -1 1077944320 4362 12990 0 0 1 1 5 3 20 0 6 0 57845646 10212057088 4203 33554432000 4194304 4196468 140720439473584 140720439456128 140002195635959 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
/proc/21718/statm: 2493178 4203 1934 1 0 2481616 0
[pid=21718/tid=21771] ppid=21715 vsize=9972712 memory=4279135703946462605 CPUtime=0.08 cores=0,2,4,6
/proc/21718/task/21771/stat : 21771 (java) R 21715 21718 15121 0 -1 4202560 2176 12990 0 0 0 0 5 3 20 0 6 0 57845655 10212057088 4203 33554432000 4194304 4196468 140720439473584 140002167472720 140002179716446 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
[pid=21718/tid=21772] ppid=21715 vsize=9972712 memory=8257237230052613020 CPUtime=0.08 cores=0,2,4,6
/proc/21718/task/21772/stat : 21772 (java) S 21715 21718 15121 0 -1 1077944384 1 12990 0 0 0 0 5 3 20 0 6 0 57845656 10212057088 4203 33554432000 4194304 4196468 140720439473584 140002199878032 140002195646165 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
[pid=21718/tid=21773] ppid=21715 vsize=9972712 memory=140477900723840 CPUtime=0.08 cores=0,2,4,6
/proc/21718/task/21773/stat : 21773 (java) S 21715 21718 15121 0 -1 1077944384 1 12990 0 0 0 0 5 3 20 0 6 0 57845656 10212057088 4203 33554432000 4194304 4196468 140720439473584 140002114697488 140002195646165 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
[pid=21718/tid=21774] ppid=21715 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21718/task/21774/stat : 21774 (java) S 21715 21718 15121 0 -1 1077944384 1 12990 0 0 0 0 5 3 20 0 6 0 57845656 10212057088 4203 33554432000 4194304 4196468 140720439473584 140002113645200 140002195646165 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
[pid=21718/tid=21775] ppid=21715 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21718/task/21775/stat : 21775 (java) S 21715 21718 15121 0 -1 1077944384 2 12990 0 0 0 0 5 3 20 0 6 0 57845656 10212057088 4203 33554432000 4194304 4196468 140720439473584 140002112592400 140002195646165 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16812 KiB

[startup+0.21007 s]*
/proc/loadavg: 1.38 1.23 1.54 3/215 21784
/proc/meminfo: memFree=21906020/32770624 swapFree=67108860/67108860
[pid=21718] ppid=21715 vsize=10821524 memory=45212 CPUtime=0.26 cores=0,2,4,6
/proc/21718/stat : 21718 (java) S 21715 21718 15121 0 -1 1077944320 8565 12990 0 0 16 2 5 3 20 0 15 0 57845646 11081240576 11303 33554432000 4194304 4196468 140720439473584 140720439456128 140002195635959 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
/proc/21718/statm: 2705381 11303 2922 1 0 2667804 0
[pid=21718/tid=21771] ppid=21715 vsize=10819896 memory=-6517102902069810590 CPUtime=0.19 cores=0,2,4,6
/proc/21718/task/21771/stat : 21771 (java) R 21715 21718 15121 0 -1 4202560 5221 12990 0 0 10 1 5 3 20 0 15 0 57845655 11079573504 10694 33554432000 4194304 4196468 140720439473584 140002167460768 140002188353063 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
[pid=21718/tid=21772] ppid=21715 vsize=10818904 memory=-7025452035940392864 CPUtime=0.08 cores=0,2,4,6
/proc/21718/task/21772/stat : 21772 (java) S 21715 21718 15121 0 -1 1077944384 1 12990 0 0 0 0 5 3 20 0 15 0 57845656 11078557696 10686 33554432000 4194304 4196468 140720439473584 140002199878032 140002195646165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
[pid=21718/tid=21773] ppid=21715 vsize=10818904 memory=140477900723840 CPUtime=0.08 cores=0,2,4,6
/proc/21718/task/21773/stat : 21773 (java) S 21715 21718 15121 0 -1 1077944384 1 12990 0 0 0 0 5 3 20 0 15 0 57845656 11078557696 10686 33554432000 4194304 4196468 140720439473584 140002114697488 140002195646165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
[pid=21718/tid=21774] ppid=21715 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21718/task/21774/stat : 21774 (java) S 21715 21718 15121 0 -1 1077944384 1 12990 0 0 0 0 5 3 20 0 15 0 57845656 11078557696 10686 33554432000 4194304 4196468 140720439473584 140002113645200 140002195646165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
[pid=21718/tid=21775] ppid=21715 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21718/task/21775/stat : 21775 (java) S 21715 21718 15121 0 -1 1077944384 2 12990 0 0 0 0 5 3 20 0 15 0 57845656 11078557696 10686 33554432000 4194304 4196468 140720439473584 140002112592400 140002195646165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
[pid=21718/tid=21776] ppid=21715 vsize=10818904 memory=140477900723840 CPUtime=0.08 cores=0,2,4,6
/proc/21718/task/21776/stat : 21776 (java) S 21715 21718 15121 0 -1 1077944384 2 12990 0 0 0 0 5 3 20 0 15 0 57845658 11078557696 10686 33554432000 4194304 4196468 140720439473584 140001722063472 140002195647106 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
[pid=21718/tid=21777] ppid=21715 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21718/task/21777/stat : 21777 (java) S 21715 21718 15121 0 -1 1077944384 13 12990 0 0 0 0 5 3 20 0 15 0 57845658 11078557696 10686 33554432000 4194304 4196468 140720439473584 140001102783776 140002195646165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
[pid=21718/tid=21778] ppid=21715 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21718/task/21778/stat : 21778 (java) S 21715 21718 15121 0 -1 1077944384 1 12990 0 0 0 0 5 3 20 0 15 0 57845658 11078557696 10686 33554432000 4194304 4196468 140720439473584 140000968566384 140002195646165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
[pid=21718/tid=21779] ppid=21715 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21718/task/21779/stat : 21779 (java) S 21715 21718 15121 0 -1 1077944384 3 12990 0 0 0 0 5 3 20 0 15 0 57845661 11078557696 10686 33554432000 4194304 4196468 140720439473584 140000728275536 140002195654555 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
[pid=21718/tid=21780] ppid=21715 vsize=10818936 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/21718/task/21780/stat : 21780 (java) S 21715 21718 15121 0 -1 1077944384 528 12990 0 0 1 0 5 3 20 0 15 0 57845661 11078590464 10686 33554432000 4194304 4196468 140720439473584 140001721010288 140002195647106 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
[pid=21718/tid=21781] ppid=21715 vsize=10818936 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21718/task/21781/stat : 21781 (java) S 21715 21718 15121 0 -1 1077944384 56 12990 0 0 0 0 5 3 20 0 15 0 57845661 11078590464 10686 33554432000 4194304 4196468 140720439473584 140001719957488 140002195647106 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
[pid=21718/tid=21782] ppid=21715 vsize=10818936 memory=140477900723840 CPUtime=0.11 cores=0,2,4,6
/proc/21718/task/21782/stat : 21782 (java) S 21715 21718 15121 0 -1 1077944384 559 12990 0 0 3 0 5 3 20 0 15 0 57845661 11078590464 10686 33554432000 4194304 4196468 140720439473584 140001718905200 140002195647106 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
[pid=21718/tid=21783] ppid=21715 vsize=10818936 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21718/task/21783/stat : 21783 (java) S 21715 21718 15121 0 -1 1077944384 3 12990 0 0 0 0 5 3 20 0 15 0 57845661 11078590464 10686 33554432000 4194304 4196468 140720439473584 140000694716896 140002195646165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
[pid=21718/tid=21784] ppid=21715 vsize=10818936 memory=140477900723840 CPUtime=0.08 cores=0,2,4,6
/proc/21718/task/21784/stat : 21784 (java) S 21715 21718 15121 0 -1 1077944384 1 12990 0 0 0 0 5 3 20 0 15 0 57845661 11078590464 10751 33554432000 4194304 4196468 140720439473584 140001717853104 140002195647106 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10821524 KiB
Current children cumulated memory: 45212 KiB

[startup+0.310379 s]*
/proc/loadavg: 1.38 1.23 1.54 3/215 21784
/proc/meminfo: memFree=21803008/32770624 swapFree=67108860/67108860
[pid=21718] ppid=21715 vsize=10819352 memory=53468 CPUtime=0.4 cores=0,2,4,6
/proc/21718/stat : 21718 (java) S 21715 21718 15121 0 -1 1077944320 10446 12990 0 0 29 3 5 3 20 0 15 0 57845646 11079016448 13367 33554432000 4194304 4196468 140720439473584 140720439456128 140002195635959 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
/proc/21718/statm: 2704838 13367 3082 1 0 2667149 0
[pid=21718/tid=21771] ppid=21715 vsize=10819352 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/21718/task/21771/stat : 21771 (java) R 21715 21718 15121 0 -1 4202560 7074 12990 0 0 19 2 5 3 20 0 15 0 57845655 11079016448 13367 33554432000 4194304 4196468 140720439473584 140002167447968 140002179716446 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
[pid=21718/tid=21772] ppid=21715 vsize=10819352 memory=7300986251812819024 CPUtime=0.08 cores=0,2,4,6
/proc/21718/task/21772/stat : 21772 (java) S 21715 21718 15121 0 -1 1077944384 1 12990 0 0 0 0 5 3 20 0 15 0 57845656 11079016448 13367 33554432000 4194304 4196468 140720439473584 140002199878032 140002195646165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
[pid=21718/tid=21773] ppid=21715 vsize=10819352 memory=2076 CPUtime=0.08 cores=0,2,4,6
/proc/21718/task/21773/stat : 21773 (java) S 21715 21718 15121 0 -1 1077944384 1 12990 0 0 0 0 5 3 20 0 15 0 57845656 11079016448 13367 33554432000 4194304 4196468 140720439473584 140002114697488 140002195646165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
[pid=21718/tid=21774] ppid=21715 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21718/task/21774/stat : 21774 (java) S 21715 21718 15121 0 -1 1077944384 1 12990 0 0 0 0 5 3 20 0 15 0 57845656 11079016448 13367 33554432000 4194304 4196468 140720439473584 140002113645200 140002195646165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
[pid=21718/tid=21775] ppid=21715 vsize=10819352 memory=4126316290023845779 CPUtime=0.08 cores=0,2,4,6
/proc/21718/task/21775/stat : 21775 (java) S 21715 21718 15121 0 -1 1077944384 2 12990 0 0 0 0 5 3 20 0 15 0 57845656 11079016448 13367 33554432000 4194304 4196468 140720439473584 140002112592400 140002195646165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
[pid=21718/tid=21776] ppid=21715 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21718/task/21776/stat : 21776 (java) S 21715 21718 15121 0 -1 1077944384 2 12990 0 0 0 0 5 3 20 0 15 0 57845658 11079016448 13367 33554432000 4194304 4196468 140720439473584 140001722063472 140002195647106 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
[pid=21718/tid=21777] ppid=21715 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21718/task/21777/stat : 21777 (java) S 21715 21718 15121 0 -1 1077944384 13 12990 0 0 0 0 5 3 20 0 15 0 57845658 11079016448 13367 33554432000 4194304 4196468 140720439473584 140001102783776 140002195646165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
[pid=21718/tid=21778] ppid=21715 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21718/task/21778/stat : 21778 (java) S 21715 21718 15121 0 -1 1077944384 1 12990 0 0 0 0 5 3 20 0 15 0 57845658 11079016448 13367 33554432000 4194304 4196468 140720439473584 140000968566384 140002195646165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
[pid=21718/tid=21779] ppid=21715 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21718/task/21779/stat : 21779 (java) S 21715 21718 15121 0 -1 1077944384 3 12990 0 0 0 0 5 3 20 0 15 0 57845661 11079016448 13367 33554432000 4194304 4196468 140720439473584 140000728275536 140002195654555 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
[pid=21718/tid=21780] ppid=21715 vsize=10819352 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/21718/task/21780/stat : 21780 (java) R 21715 21718 15121 0 -1 1077944384 529 12990 0 0 2 0 5 3 20 0 15 0 57845661 11079016448 13367 33554432000 4194304 4196468 140720439473584 140001721010288 140002195647106 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
[pid=21718/tid=21781] ppid=21715 vsize=10819352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/21718/task/21781/stat : 21781 (java) S 21715 21718 15121 0 -1 1077944384 56 12990 0 0 1 0 5 3 20 0 15 0 57845661 11079016448 13367 33554432000 4194304 4196468 140720439473584 140001719957488 140002195647106 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
[pid=21718/tid=21782] ppid=21715 vsize=10819352 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/21718/task/21782/stat : 21782 (java) R 21715 21718 15121 0 -1 4202560 570 12990 0 0 5 0 5 3 20 0 15 0 57845661 11079016448 13367 33554432000 4194304 4196468 140720439473584 140001718905200 140002175607144 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
[pid=21718/tid=21783] ppid=21715 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21718/task/21783/stat : 21783 (java) S 21715 21718 15121 0 -1 1077944384 3 12990 0 0 0 0 5 3 20 0 15 0 57845661 11079016448 13367 33554432000 4194304 4196468 140720439473584 140000694716896 140002195646165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
[pid=21718/tid=21784] ppid=21715 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21718/task/21784/stat : 21784 (java) S 21715 21718 15121 0 -1 1077944384 1 12990 0 0 0 0 5 3 20 0 15 0 57845661 11079016448 13367 33554432000 4194304 4196468 140720439473584 140001717853104 140002195647106 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 53468 KiB

[startup+0.700817 s]
/proc/loadavg: 1.38 1.23 1.54 3/215 21784
/proc/meminfo: memFree=21614364/32770624 swapFree=67108860/67108860
[pid=21718] ppid=21715 vsize=10819352 memory=86668 CPUtime=0.99 cores=0,2,4,6
/proc/21718/stat : 21718 (java) S 21715 21718 15121 0 -1 1077944320 16740 12990 0 0 87 4 5 3 20 0 15 0 57845646 11079016448 21667 33554432000 4194304 4196468 140720439473584 140720439456128 140002195635959 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
/proc/21718/statm: 2704838 21667 3246 1 0 2667149 0
[pid=21718/tid=21771] ppid=21715 vsize=10819352 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/21718/task/21771/stat : 21771 (java) R 21715 21718 15121 0 -1 4202560 12272 12990 0 0 56 3 5 3 20 0 15 0 57845655 11079016448 21667 33554432000 4194304 4196468 140720439473584 140002167456784 140002175911289 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
[pid=21718/tid=21772] ppid=21715 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21718/task/21772/stat : 21772 (java) S 21715 21718 15121 0 -1 1077944384 1 12990 0 0 0 0 5 3 20 0 15 0 57845656 11079016448 21667 33554432000 4194304 4196468 140720439473584 140002199878032 140002195646165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
[pid=21718/tid=21773] ppid=21715 vsize=10819352 memory=4136 CPUtime=0.08 cores=0,2,4,6
/proc/21718/task/21773/stat : 21773 (java) S 21715 21718 15121 0 -1 1077944384 1 12990 0 0 0 0 5 3 20 0 15 0 57845656 11079016448 21667 33554432000 4194304 4196468 140720439473584 140002114697488 140002195646165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
[pid=21718/tid=21774] ppid=21715 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21718/task/21774/stat : 21774 (java) S 21715 21718 15121 0 -1 1077944384 1 12990 0 0 0 0 5 3 20 0 15 0 57845656 11079016448 21667 33554432000 4194304 4196468 140720439473584 140002113645200 140002195646165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
[pid=21718/tid=21775] ppid=21715 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21718/task/21775/stat : 21775 (java) S 21715 21718 15121 0 -1 1077944384 2 12990 0 0 0 0 5 3 20 0 15 0 57845656 11079016448 21667 33554432000 4194304 4196468 140720439473584 140002112592400 140002195646165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
[pid=21718/tid=21776] ppid=21715 vsize=10819352 memory=4420 CPUtime=0.08 cores=0,2,4,6
/proc/21718/task/21776/stat : 21776 (java) S 21715 21718 15121 0 -1 1077944384 5 12990 0 0 0 0 5 3 20 0 15 0 57845658 11079016448 21667 33554432000 4194304 4196468 140720439473584 140001722063472 140002195647106 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
[pid=21718/tid=21777] ppid=21715 vsize=10819352 memory=6628 CPUtime=0.08 cores=0,2,4,6
/proc/21718/task/21777/stat : 21777 (java) S 21715 21718 15121 0 -1 1077944384 13 12990 0 0 0 0 5 3 20 0 15 0 57845658 11079016448 21667 33554432000 4194304 4196468 140720439473584 140001102783776 140002195646165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
[pid=21718/tid=21778] ppid=21715 vsize=10819352 memory=8836 CPUtime=0.08 cores=0,2,4,6
/proc/21718/task/21778/stat : 21778 (java) S 21715 21718 15121 0 -1 1077944384 1 12990 0 0 0 0 5 3 20 0 15 0 57845658 11079016448 21667 33554432000 4194304 4196468 140720439473584 140000968566384 140002195646165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
[pid=21718/tid=21779] ppid=21715 vsize=10819352 memory=11044 CPUtime=0.08 cores=0,2,4,6
/proc/21718/task/21779/stat : 21779 (java) S 21715 21718 15121 0 -1 1077944384 3 12990 0 0 0 0 5 3 20 0 15 0 57845661 11079016448 21667 33554432000 4194304 4196468 140720439473584 140000728275536 140002195654555 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
[pid=21718/tid=21780] ppid=21715 vsize=10819352 memory=13252 CPUtime=0.18 cores=0,2,4,6
/proc/21718/task/21780/stat : 21780 (java) S 21715 21718 15121 0 -1 1077944384 1112 12990 0 0 10 0 5 3 20 0 15 0 57845661 11079016448 21667 33554432000 4194304 4196468 140720439473584 140001721010288 140002195647106 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
[pid=21718/tid=21781] ppid=21715 vsize=10819352 memory=15460 CPUtime=0.15 cores=0,2,4,6
/proc/21718/task/21781/stat : 21781 (java) S 21715 21718 15121 0 -1 1077944384 469 12990 0 0 7 0 5 3 20 0 15 0 57845661 11079016448 21667 33554432000 4194304 4196468 140720439473584 140001719957488 140002195647106 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
[pid=21718/tid=21782] ppid=21715 vsize=10819352 memory=17668 CPUtime=0.21 cores=0,2,4,6
/proc/21718/task/21782/stat : 21782 (java) S 21715 21718 15121 0 -1 1077944384 664 12990 0 0 13 0 5 3 20 0 15 0 57845661 11079016448 21667 33554432000 4194304 4196468 140720439473584 140001718905200 140002195647106 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
[pid=21718/tid=21783] ppid=21715 vsize=10819352 memory=19876 CPUtime=0.08 cores=0,2,4,6
/proc/21718/task/21783/stat : 21783 (java) S 21715 21718 15121 0 -1 1077944384 3 12990 0 0 0 0 5 3 20 0 15 0 57845661 11079016448 21667 33554432000 4194304 4196468 140720439473584 140000694716896 140002195646165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
[pid=21718/tid=21784] ppid=21715 vsize=10819352 memory=22084 CPUtime=0.08 cores=0,2,4,6
/proc/21718/task/21784/stat : 21784 (java) S 21715 21718 15121 0 -1 1077944384 1 12990 0 0 0 0 5 3 20 0 15 0 57845661 11079016448 21667 33554432000 4194304 4196468 140720439473584 140001717853104 140002195647106 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86668 KiB

[startup+1.50187 s]
/proc/loadavg: 1.38 1.23 1.54 6/215 21784
/proc/meminfo: memFree=21107804/32770624 swapFree=67108860/67108860
[pid=21718] ppid=21715 vsize=10828108 memory=289512 CPUtime=2.69 cores=0,2,4,6
/proc/21718/stat : 21718 (java) S 21715 21718 15121 0 -1 1077944320 21896 12990 0 0 246 15 5 3 20 0 15 0 57845646 11087982592 72378 33554432000 4194304 4196468 140720439473584 140720439456128 140002195635959 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
/proc/21718/statm: 2707027 72378 3463 1 0 2668685 0
[pid=21718/tid=21771] ppid=21715 vsize=10828108 memory=0 CPUtime=1.43 cores=0,2,4,6
/proc/21718/task/21771/stat : 21771 (java) R 21715 21718 15121 0 -1 4202560 15012 12990 0 0 128 7 5 3 20 0 15 0 57845655 11087982592 72378 33554432000 4194304 4196468 140720439473584 140002167470288 140001790795678 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
[pid=21718/tid=21772] ppid=21715 vsize=10828108 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/21718/task/21772/stat : 21772 (java) S 21715 21718 15121 0 -1 1077944384 321 12990 0 0 1 1 5 3 20 0 15 0 57845656 11087982592 72378 33554432000 4194304 4196468 140720439473584 140002199878032 140002195646165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
[pid=21718/tid=21773] ppid=21715 vsize=10828108 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/21718/task/21773/stat : 21773 (java) S 21715 21718 15121 0 -1 1077944384 172 12990 0 0 1 1 5 3 20 0 15 0 57845656 11087982592 72378 33554432000 4194304 4196468 140720439473584 140002114697488 140002195646165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
[pid=21718/tid=21774] ppid=21715 vsize=10828108 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/21718/task/21774/stat : 21774 (java) S 21715 21718 15121 0 -1 1077944384 153 12990 0 0 1 1 5 3 20 0 15 0 57845656 11087982592 72378 33554432000 4194304 4196468 140720439473584 140002113645200 140002195646165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
[pid=21718/tid=21775] ppid=21715 vsize=10828108 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/21718/task/21775/stat : 21775 (java) S 21715 21718 15121 0 -1 1077944384 40 12990 0 0 1 1 5 3 20 0 15 0 57845656 11087982592 72378 33554432000 4194304 4196468 140720439473584 140002112592400 140002195646165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
[pid=21718/tid=21776] ppid=21715 vsize=10828108 memory=1399103955520229747 CPUtime=0.08 cores=0,2,4,6
/proc/21718/task/21776/stat : 21776 (java) S 21715 21718 15121 0 -1 1077944384 93 12990 0 0 0 0 5 3 20 0 15 0 57845658 11087982592 72378 33554432000 4194304 4196468 140720439473584 140001722063472 140002195647106 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
[pid=21718/tid=21777] ppid=21715 vsize=10828108 memory=280955554179328 CPUtime=0.08 cores=0,2,4,6
/proc/21718/task/21777/stat : 21777 (java) S 21715 21718 15121 0 -1 1077944384 14 12990 0 0 0 0 5 3 20 0 15 0 57845658 11087982592 72378 33554432000 4194304 4196468 140720439473584 140001102783776 140002195646165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
[pid=21718/tid=21778] ppid=21715 vsize=10828108 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21718/task/21778/stat : 21778 (java) S 21715 21718 15121 0 -1 1077944384 2 12990 0 0 0 0 5 3 20 0 15 0 57845658 11087982592 72378 33554432000 4194304 4196468 140720439473584 140000968566384 140002195646165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
[pid=21718/tid=21779] ppid=21715 vsize=10828108 memory=1228 CPUtime=0.08 cores=0,2,4,6
/proc/21718/task/21779/stat : 21779 (java) S 21715 21718 15121 0 -1 1077944384 3 12990 0 0 0 0 5 3 20 0 15 0 57845661 11087982592 72378 33554432000 4194304 4196468 140720439473584 140000728275536 140002195654555 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
[pid=21718/tid=21780] ppid=21715 vsize=10828108 memory=1704 CPUtime=0.47 cores=0,2,4,6
/proc/21718/task/21780/stat : 21780 (java) R 21715 21718 15121 0 -1 4202560 1520 12990 0 0 39 0 5 3 20 0 15 0 57845661 11087982592 72378 33554432000 4194304 4196468 140720439473584 140001721010288 140002176271552 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
[pid=21718/tid=21781] ppid=21715 vsize=10828108 memory=9924 CPUtime=0.44 cores=0,2,4,6
/proc/21718/task/21781/stat : 21781 (java) S 21715 21718 15121 0 -1 1077944384 1137 12990 0 0 36 0 5 3 20 0 15 0 57845661 11087982592 72378 33554432000 4194304 4196468 140720439473584 140001719957488 140002195647106 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
[pid=21718/tid=21782] ppid=21715 vsize=10828108 memory=5788 CPUtime=0.42 cores=0,2,4,6
/proc/21718/task/21782/stat : 21782 (java) S 21715 21718 15121 0 -1 1077944384 1233 12990 0 0 34 0 5 3 20 0 15 0 57845661 11087982592 72378 33554432000 4194304 4196468 140720439473584 140001718905200 140002195647106 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
[pid=21718/tid=21783] ppid=21715 vsize=10828108 memory=1936 CPUtime=0.08 cores=0,2,4,6
/proc/21718/task/21783/stat : 21783 (java) S 21715 21718 15121 0 -1 1077944384 3 12990 0 0 0 0 5 3 20 0 15 0 57845661 11087982592 72378 33554432000 4194304 4196468 140720439473584 140000694716896 140002195646165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
[pid=21718/tid=21784] ppid=21715 vsize=10828108 memory=1196 CPUtime=0.08 cores=0,2,4,6
/proc/21718/task/21784/stat : 21784 (java) S 21715 21718 15121 0 -1 1077944384 1 12990 0 0 0 0 5 3 20 0 15 0 57845661 11087982592 72378 33554432000 4194304 4196468 140720439473584 140001717853104 140002195647106 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
Current children cumulated CPU time: 2.69 s
Current children cumulated vsize: 10828108 KiB

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

[pid=21718/tid=21775] ppid=21715 vsize=10916192 memory=3192632 CPUtime=12.38 cores=0,2,4,6
/proc/21718/task/21775/stat : 21775 (java) S 21715 21718 15121 0 -1 1077944384 41183 12990 0 0 1193 37 5 3 20 0 15 0 57845656 11178180608 798158 33554432000 4194304 4196468 140720439473584 140002112592400 140002195646165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
[pid=21718/tid=21776] ppid=21715 vsize=10916192 memory=3192632 CPUtime=3.69 cores=0,2,4,6
/proc/21718/task/21776/stat : 21776 (java) S 21715 21718 15121 0 -1 1077944384 25671 12990 0 0 344 17 5 3 20 0 15 0 57845658 11178180608 798158 33554432000 4194304 4196468 140720439473584 140001722063472 140002195647106 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
[pid=21718/tid=21777] ppid=21715 vsize=10916192 memory=3197232 CPUtime=0.08 cores=0,2,4,6
/proc/21718/task/21777/stat : 21777 (java) S 21715 21718 15121 0 -1 1077944384 15 12990 0 0 0 0 5 3 20 0 15 0 57845658 11178180608 798158 33554432000 4194304 4196468 140720439473584 140001102783904 140002195646165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
[pid=21718/tid=21778] ppid=21715 vsize=10916192 memory=1424 CPUtime=0.08 cores=0,2,4,6
/proc/21718/task/21778/stat : 21778 (java) S 21715 21718 15121 0 -1 1077944384 10 12990 0 0 0 0 5 3 20 0 15 0 57845658 11178180608 798158 33554432000 4194304 4196468 140720439473584 140000968566400 140002195646165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
[pid=21718/tid=21779] ppid=21715 vsize=10916192 memory=3195196 CPUtime=0.08 cores=0,2,4,6
/proc/21718/task/21779/stat : 21779 (java) S 21715 21718 15121 0 -1 1077944384 3 12990 0 0 0 0 5 3 20 0 15 0 57845661 11178180608 798158 33554432000 4194304 4196468 140720439473584 140000728275536 140002195654555 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
[pid=21718/tid=21780] ppid=21715 vsize=10916192 memory=3193144 CPUtime=5.78 cores=0,2,4,6
/proc/21718/task/21780/stat : 21780 (java) S 21715 21718 15121 0 -1 1077944384 58458 12990 0 0 562 8 5 3 20 0 15 0 57845661 11178180608 798158 33554432000 4194304 4196468 140720439473584 140001721010288 140002195647106 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
[pid=21718/tid=21781] ppid=21715 vsize=10916192 memory=3192632 CPUtime=6.11 cores=0,2,4,6
/proc/21718/task/21781/stat : 21781 (java) S 21715 21718 15121 0 -1 1077944384 65546 12990 0 0 596 7 5 3 20 0 15 0 57845661 11178180608 798158 33554432000 4194304 4196468 140720439473584 140001719957488 140002195647106 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
[pid=21718/tid=21782] ppid=21715 vsize=10916192 memory=11040 CPUtime=2.29 cores=0,2,4,6
/proc/21718/task/21782/stat : 21782 (java) S 21715 21718 15121 0 -1 1077944384 62663 12990 0 0 214 7 5 3 20 0 15 0 57845661 11178180608 798158 33554432000 4194304 4196468 140720439473584 140001718905200 140002195647106 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
[pid=21718/tid=21783] ppid=21715 vsize=10916192 memory=3192632 CPUtime=0.08 cores=0,2,4,6
/proc/21718/task/21783/stat : 21783 (java) S 21715 21718 15121 0 -1 1077944384 3 12990 0 0 0 0 5 3 20 0 15 0 57845661 11178180608 798158 33554432000 4194304 4196468 140720439473584 140000694716896 140002195646165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
[pid=21718/tid=21784] ppid=21715 vsize=10916192 memory=3192632 CPUtime=1.7 cores=0,2,4,6
/proc/21718/task/21784/stat : 21784 (java) S 21715 21718 15121 0 -1 1077944384 2367 12990 0 0 80 82 5 3 20 0 15 0 57845661 11178180608 798158 33554432000 4194304 4196468 140720439473584 140001717853104 140002195647106 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
Current children cumulated CPU time: 2434.43 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 3192632 KiB

[startup+2442.3 s]
/proc/loadavg: 1.54 1.57 1.60 3/215 22010
/proc/meminfo: memFree=15961220/32770624 swapFree=67108860/67108860
[pid=21718] ppid=21715 vsize=10916192 memory=3186160 CPUtime=2495.64 cores=0,2,4,6
/proc/21718/stat : 21718 (java) S 21715 21718 15121 0 -1 1077944320 618722 12990 0 0 249227 329 5 3 20 0 15 0 57845646 11178180608 796540 33554432000 4194304 4196468 140720439473584 140720439456128 140002195635959 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
/proc/21718/statm: 2729048 796540 3533 1 0 2690701 0
[pid=21718/tid=21771] ppid=21715 vsize=10916192 memory=3185148 CPUtime=2425.4 cores=0,2,4,6
/proc/21718/task/21771/stat : 21771 (java) R 21715 21718 15121 0 -1 4202560 235182 12990 0 0 242454 78 5 3 20 0 15 0 57845655 11178180608 796540 33554432000 4194304 4196468 140720439473584 140002162883968 140001804526195 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
[pid=21718/tid=21772] ppid=21715 vsize=10916192 memory=3187524 CPUtime=12.78 cores=0,2,4,6
/proc/21718/task/21772/stat : 21772 (java) S 21715 21718 15121 0 -1 1077944384 46069 12990 0 0 1234 36 5 3 20 0 15 0 57845656 11178180608 796540 33554432000 4194304 4196468 140720439473584 140002199878032 140002195646165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
[pid=21718/tid=21773] ppid=21715 vsize=10916192 memory=3187528 CPUtime=12.76 cores=0,2,4,6
/proc/21718/task/21773/stat : 21773 (java) S 21715 21718 15121 0 -1 1077944384 39646 12990 0 0 1233 35 5 3 20 0 15 0 57845656 11178180608 796540 33554432000 4194304 4196468 140720439473584 140002114697488 140002195646165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
[pid=21718/tid=21774] ppid=21715 vsize=10916192 memory=3187712 CPUtime=12.78 cores=0,2,4,6
/proc/21718/task/21774/stat : 21774 (java) S 21715 21718 15121 0 -1 1077944384 37652 12990 0 0 1234 36 5 3 20 0 15 0 57845656 11178180608 796540 33554432000 4194304 4196468 140720439473584 140002113645200 140002195646165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
[pid=21718/tid=21775] ppid=21715 vsize=10916192 memory=3185660 CPUtime=12.77 cores=0,2,4,6
/proc/21718/task/21775/stat : 21775 (java) S 21715 21718 15121 0 -1 1077944384 42546 12990 0 0 1232 37 5 3 20 0 15 0 57845656 11178180608 796540 33554432000 4194304 4196468 140720439473584 140002112592400 140002195646165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
[pid=21718/tid=21776] ppid=21715 vsize=10916192 memory=3185148 CPUtime=3.83 cores=0,2,4,6
/proc/21718/task/21776/stat : 21776 (java) S 21715 21718 15121 0 -1 1077944384 26275 12990 0 0 357 18 5 3 20 0 15 0 57845658 11178180608 796540 33554432000 4194304 4196468 140720439473584 140001722063472 140002195647106 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
[pid=21718/tid=21777] ppid=21715 vsize=10916192 memory=3186160 CPUtime=0.08 cores=0,2,4,6
/proc/21718/task/21777/stat : 21777 (java) S 21715 21718 15121 0 -1 1077944384 15 12990 0 0 0 0 5 3 20 0 15 0 57845658 11178180608 796540 33554432000 4194304 4196468 140720439473584 140001102783904 140002195646165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
[pid=21718/tid=21778] ppid=21715 vsize=10916192 memory=3186160 CPUtime=0.08 cores=0,2,4,6
/proc/21718/task/21778/stat : 21778 (java) S 21715 21718 15121 0 -1 1077944384 10 12990 0 0 0 0 5 3 20 0 15 0 57845658 11178180608 796540 33554432000 4194304 4196468 140720439473584 140000968566400 140002195646165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
[pid=21718/tid=21779] ppid=21715 vsize=10916192 memory=3186160 CPUtime=0.08 cores=0,2,4,6
/proc/21718/task/21779/stat : 21779 (java) S 21715 21718 15121 0 -1 1077944384 3 12990 0 0 0 0 5 3 20 0 15 0 57845661 11178180608 796540 33554432000 4194304 4196468 140720439473584 140000728275536 140002195654555 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
[pid=21718/tid=21780] ppid=21715 vsize=10916192 memory=3186160 CPUtime=5.78 cores=0,2,4,6
/proc/21718/task/21780/stat : 21780 (java) S 21715 21718 15121 0 -1 1077944384 58464 12990 0 0 562 8 5 3 20 0 15 0 57845661 11178180608 796540 33554432000 4194304 4196468 140720439473584 140001721010288 140002195647106 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
[pid=21718/tid=21781] ppid=21715 vsize=10916192 memory=3187188 CPUtime=6.11 cores=0,2,4,6
/proc/21718/task/21781/stat : 21781 (java) S 21715 21718 15121 0 -1 1077944384 65552 12990 0 0 596 7 5 3 20 0 15 0 57845661 11178180608 796540 33554432000 4194304 4196468 140720439473584 140001719957488 140002195647106 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
[pid=21718/tid=21782] ppid=21715 vsize=10916192 memory=1800 CPUtime=2.3 cores=0,2,4,6
/proc/21718/task/21782/stat : 21782 (java) S 21715 21718 15121 0 -1 1077944384 62673 12990 0 0 214 8 5 3 20 0 15 0 57845661 11178180608 796540 33554432000 4194304 4196468 140720439473584 140001718905200 140002195647106 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
[pid=21718/tid=21783] ppid=21715 vsize=10916192 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/21718/task/21783/stat : 21783 (java) S 21715 21718 15121 0 -1 1077944384 3 12990 0 0 0 0 5 3 20 0 15 0 57845661 11178180608 796540 33554432000 4194304 4196468 140720439473584 140000694716896 140002195646165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
[pid=21718/tid=21784] ppid=21715 vsize=10916192 memory=4104 CPUtime=1.74 cores=0,2,4,6
/proc/21718/task/21784/stat : 21784 (java) S 21715 21718 15121 0 -1 1077944384 2440 12990 0 0 82 84 5 3 20 0 15 0 57845661 11178180608 796540 33554432000 4194304 4196468 140720439473584 140001717853104 140002195647106 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
Current children cumulated CPU time: 2495.64 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 3186160 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2466.2 s]
/proc/loadavg: 1.49 1.56 1.60 3/215 22011
/proc/meminfo: memFree=15968088/32770624 swapFree=67108860/67108860
[pid=21718] ppid=21715 vsize=10916192 memory=3179564 CPUtime=2520.04 cores=0,2,4,6
/proc/21718/stat : 21718 (java) S 21715 21718 15121 0 -1 1077944320 620833 12990 0 0 251665 331 5 3 20 0 15 0 57845646 11178180608 794891 33554432000 4194304 4196468 140720439473584 140720439456128 140002195635959 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
/proc/21718/statm: 2729048 794891 3533 1 0 2690701 0
[pid=21718/tid=21771] ppid=21715 vsize=10916192 memory=1424 CPUtime=2449.08 cores=0,2,4,6
/proc/21718/task/21771/stat : 21771 (java) R 21715 21718 15121 0 -1 4202560 236054 12990 0 0 244822 78 5 3 20 0 15 0 57845655 11178180608 794891 33554432000 4194304 4196468 140720439473584 140002162631984 140001804527445 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
[pid=21718/tid=21772] ppid=21715 vsize=10916192 memory=15868 CPUtime=12.94 cores=0,2,4,6
/proc/21718/task/21772/stat : 21772 (java) S 21715 21718 15121 0 -1 1077944384 46365 12990 0 0 1250 36 5 3 20 0 15 0 57845656 11178180608 794891 33554432000 4194304 4196468 140720439473584 140002199878032 140002195646165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
[pid=21718/tid=21773] ppid=21715 vsize=10916192 memory=4052 CPUtime=12.92 cores=0,2,4,6
/proc/21718/task/21773/stat : 21773 (java) S 21715 21718 15121 0 -1 1077944384 39770 12990 0 0 1249 35 5 3 20 0 15 0 57845656 11178180608 794891 33554432000 4194304 4196468 140720439473584 140002114697488 140002195646165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
[pid=21718/tid=21774] ppid=21715 vsize=10916192 memory=18252 CPUtime=12.94 cores=0,2,4,6
/proc/21718/task/21774/stat : 21774 (java) S 21715 21718 15121 0 -1 1077944384 38399 12990 0 0 1250 36 5 3 20 0 15 0 57845656 11178180608 794891 33554432000 4194304 4196468 140720439473584 140002113645200 140002195646165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
[pid=21718/tid=21775] ppid=21715 vsize=10916192 memory=11040 CPUtime=12.94 cores=0,2,4,6
/proc/21718/task/21775/stat : 21775 (java) S 21715 21718 15121 0 -1 1077944384 42593 12990 0 0 1248 38 5 3 20 0 15 0 57845656 11178180608 794891 33554432000 4194304 4196468 140720439473584 140002112592400 140002195646165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
[pid=21718/tid=21776] ppid=21715 vsize=10916192 memory=644 CPUtime=3.89 cores=0,2,4,6
/proc/21718/task/21776/stat : 21776 (java) S 21715 21718 15121 0 -1 1077944384 26298 12990 0 0 363 18 5 3 20 0 15 0 57845658 11178180608 794891 33554432000 4194304 4196468 140720439473584 140001722063472 140002195647106 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
[pid=21718/tid=21777] ppid=21715 vsize=10916192 memory=1792 CPUtime=0.08 cores=0,2,4,6
/proc/21718/task/21777/stat : 21777 (java) S 21715 21718 15121 0 -1 1077944384 15 12990 0 0 0 0 5 3 20 0 15 0 57845658 11178180608 794891 33554432000 4194304 4196468 140720439473584 140001102783904 140002195646165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
[pid=21718/tid=21778] ppid=21715 vsize=10916192 memory=960 CPUtime=0.08 cores=0,2,4,6
/proc/21718/task/21778/stat : 21778 (java) S 21715 21718 15121 0 -1 1077944384 10 12990 0 0 0 0 5 3 20 0 15 0 57845658 11178180608 794891 33554432000 4194304 4196468 140720439473584 140000968566400 140002195646165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
[pid=21718/tid=21779] ppid=21715 vsize=10916192 memory=3180484 CPUtime=0.08 cores=0,2,4,6
/proc/21718/task/21779/stat : 21779 (java) S 21715 21718 15121 0 -1 1077944384 3 12990 0 0 0 0 5 3 20 0 15 0 57845661 11178180608 794891 33554432000 4194304 4196468 140720439473584 140000728275536 140002195654555 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
[pid=21718/tid=21780] ppid=21715 vsize=10916192 memory=6791534058613427641 CPUtime=5.78 cores=0,2,4,6
/proc/21718/task/21780/stat : 21780 (java) S 21715 21718 15121 0 -1 1077944384 58464 12990 0 0 562 8 5 3 20 0 15 0 57845661 11178180608 794891 33554432000 4194304 4196468 140720439473584 140001721010288 140002195647106 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
[pid=21718/tid=21781] ppid=21715 vsize=10916192 memory=6944656592455359580 CPUtime=6.11 cores=0,2,4,6
/proc/21718/task/21781/stat : 21781 (java) S 21715 21718 15121 0 -1 1077944384 65552 12990 0 0 596 7 5 3 20 0 15 0 57845661 11178180608 794891 33554432000 4194304 4196468 140720439473584 140001719957488 140002195647106 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
[pid=21718/tid=21782] ppid=21715 vsize=10916192 memory=6655300316396806240 CPUtime=2.3 cores=0,2,4,6
/proc/21718/task/21782/stat : 21782 (java) S 21715 21718 15121 0 -1 1077944384 62673 12990 0 0 214 8 5 3 20 0 15 0 57845661 11178180608 794891 33554432000 4194304 4196468 140720439473584 140001718905200 140002195647106 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
[pid=21718/tid=21783] ppid=21715 vsize=10916192 memory=6944656575208382560 CPUtime=0.08 cores=0,2,4,6
/proc/21718/task/21783/stat : 21783 (java) S 21715 21718 15121 0 -1 1077944384 3 12990 0 0 0 0 5 3 20 0 15 0 57845661 11178180608 794891 33554432000 4194304 4196468 140720439473584 140000694716896 140002195646165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
[pid=21718/tid=21784] ppid=21715 vsize=10916192 memory=288230574492221466 CPUtime=1.76 cores=0,2,4,6
/proc/21718/task/21784/stat : 21784 (java) S 21715 21718 15121 0 -1 1077944384 2442 12990 0 0 83 85 5 3 20 0 15 0 57845661 11178180608 794891 33554432000 4194304 4196468 140720439473584 140001717853104 140002195647106 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 3179564 KiB

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

[startup+2466.62 s]
# the end of solver process 21718 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.1 s, system=3.37003 s

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

[startup+2466.4 s]
/proc/loadavg: 1.49 1.56 1.60 3/215 22011
/proc/meminfo: memFree=15968088/32770624 swapFree=67108860/67108860
[pid=21718] ppid=21715 vsize=11112808 memory=3183776 CPUtime=2520.24 cores=0,2,4,6
/proc/21718/stat : 21718 (java) S 21715 21718 15121 0 -1 1077944320 621383 12990 0 0 251685 331 5 3 20 0 17 0 57845646 11379515392 795944 33554432000 4194304 4196468 140720439473584 140720439456128 140002195635959 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
/proc/21718/statm: 2778202 795944 3534 1 0 2739855 0
[pid=21718/tid=21771] ppid=21715 vsize=11112808 memory=3180484 CPUtime=2449.28 cores=0,2,4,6
/proc/21718/task/21771/stat : 21771 (java) R 21715 21718 15121 0 -1 4202560 236083 12990 0 0 244842 78 5 3 20 0 17 0 57845655 11379515392 795944 33554432000 4194304 4196468 140720439473584 140002162631872 140001793639076 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
[pid=21718/tid=21772] ppid=21715 vsize=11112808 memory=3179460 CPUtime=12.94 cores=0,2,4,6
/proc/21718/task/21772/stat : 21772 (java) S 21715 21718 15121 0 -1 1077944384 46365 12990 0 0 1250 36 5 3 20 0 17 0 57845656 11379515392 795944 33554432000 4194304 4196468 140720439473584 140002199878032 140002195646165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
[pid=21718/tid=21773] ppid=21715 vsize=11112808 memory=4104 CPUtime=12.92 cores=0,2,4,6
/proc/21718/task/21773/stat : 21773 (java) S 21715 21718 15121 0 -1 1077944384 39770 12990 0 0 1249 35 5 3 20 0 17 0 57845656 11379515392 795944 33554432000 4194304 4196468 140720439473584 140002114697488 140002195646165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
[pid=21718/tid=21774] ppid=21715 vsize=11112808 memory=2584 CPUtime=12.94 cores=0,2,4,6
/proc/21718/task/21774/stat : 21774 (java) S 21715 21718 15121 0 -1 1077944384 38399 12990 0 0 1250 36 5 3 20 0 17 0 57845656 11379515392 795944 33554432000 4194304 4196468 140720439473584 140002113645200 140002195646165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
[pid=21718/tid=21775] ppid=21715 vsize=11112808 memory=6791534058613427641 CPUtime=12.94 cores=0,2,4,6
/proc/21718/task/21775/stat : 21775 (java) S 21715 21718 15121 0 -1 1077944384 42593 12990 0 0 1248 38 5 3 20 0 17 0 57845656 11379515392 795944 33554432000 4194304 4196468 140720439473584 140002112592400 140002195646165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
[pid=21718/tid=21776] ppid=21715 vsize=11112808 memory=1408 CPUtime=3.89 cores=0,2,4,6
/proc/21718/task/21776/stat : 21776 (java) S 21715 21718 15121 0 -1 1077944384 26298 12990 0 0 363 18 5 3 20 0 17 0 57845658 11379515392 795944 33554432000 4194304 4196468 140720439473584 140001722063472 140002195647106 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
[pid=21718/tid=21777] ppid=21715 vsize=11112808 memory=3296 CPUtime=0.08 cores=0,2,4,6
/proc/21718/task/21777/stat : 21777 (java) S 21715 21718 15121 0 -1 1077944384 15 12990 0 0 0 0 5 3 20 0 17 0 57845658 11379515392 795944 33554432000 4194304 4196468 140720439473584 140001102783904 140002195646165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
[pid=21718/tid=21778] ppid=21715 vsize=11112808 memory=4810260 CPUtime=0.08 cores=0,2,4,6
/proc/21718/task/21778/stat : 21778 (java) S 21715 21718 15121 0 -1 1077944384 10 12990 0 0 0 0 5 3 20 0 17 0 57845658 11379515392 795944 33554432000 4194304 4196468 140720439473584 140000968566400 140002195646165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
[pid=21718/tid=21779] ppid=21715 vsize=11112808 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/21718/task/21779/stat : 21779 (java) S 21715 21718 15121 0 -1 1077944384 200 12990 0 0 0 0 5 3 20 0 17 0 57845661 11379515392 795944 33554432000 4194304 4196468 140720439473584 140000728275536 140002195654555 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
[pid=21718/tid=21780] ppid=21715 vsize=11112808 memory=1196 CPUtime=5.78 cores=0,2,4,6
/proc/21718/task/21780/stat : 21780 (java) S 21715 21718 15121 0 -1 1077944384 58464 12990 0 0 562 8 5 3 20 0 17 0 57845661 11379515392 795944 33554432000 4194304 4196468 140720439473584 140001721010288 140002195647106 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
[pid=21718/tid=21781] ppid=21715 vsize=11112808 memory=928 CPUtime=6.11 cores=0,2,4,6
/proc/21718/task/21781/stat : 21781 (java) S 21715 21718 15121 0 -1 1077944384 65552 12990 0 0 596 7 5 3 20 0 17 0 57845661 11379515392 795944 33554432000 4194304 4196468 140720439473584 140001719957488 140002195647106 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
[pid=21718/tid=21782] ppid=21715 vsize=11112808 memory=1580 CPUtime=2.3 cores=0,2,4,6
/proc/21718/task/21782/stat : 21782 (java) S 21715 21718 15121 0 -1 1077944384 62673 12990 0 0 214 8 5 3 20 0 17 0 57845661 11379515392 795944 33554432000 4194304 4196468 140720439473584 140001718905200 140002195647106 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
[pid=21718/tid=21783] ppid=21715 vsize=11112808 memory=2240 CPUtime=0.08 cores=0,2,4,6
/proc/21718/task/21783/stat : 21783 (java) S 21715 21718 15121 0 -1 1077944384 3 12990 0 0 0 0 5 3 20 0 17 0 57845661 11379515392 795944 33554432000 4194304 4196468 140720439473584 140000694716896 140002195646165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
[pid=21718/tid=21784] ppid=21715 vsize=11112808 memory=4128 CPUtime=1.76 cores=0,2,4,6
/proc/21718/task/21784/stat : 21784 (java) S 21715 21718 15121 0 -1 1077944384 2442 12990 0 0 83 85 5 3 20 0 17 0 57845661 11379515392 795944 33554432000 4194304 4196468 140720439473584 140001717853104 140002195647106 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28753920 140720439482540 140720439485788 140720439485788 140720439488463 0
Current children cumulated CPU time: 2520.24 s
Current children cumulated vsize: 11112808 KiB
Current children cumulated memory: 3183776 KiB

[startup+2466.6 s]*
/proc/loadavg: 1.49 1.56 1.60 3/202 22013
/proc/meminfo: memFree=15970196/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143
Real time (s): 2466.62
CPU time (s): 2520.47
CPU user time (s): 2517.1
CPU system time (s): 3.37003
CPU usage (%): 102.183
Max. virtual memory (cumulated for all children) (KiB): 11112808
Max. memory (cumulated for all children) (KiB): 3685460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.1
system time used= 3.37003
maximum resident set size= 3685468
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 635390
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3328
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 83021
involuntary context switches= 4071


# summary of solver processes directly reported to runsolver:
#   pid: 21718
#   total CPU time (s): 2520.47
#   total CPU user time (s): 2517.1
#   total CPU system time (s): 3.37003

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.3006 second user time and 24.7687 second system time

The end

Launcher Data

Begin job on node105 at 2018-07-24 05:27:05
IDJOB=4293970
IDBENCH=141303
IDSOLVER=2751
FILE ID=node105/4293970-1532402825
RUNJOBID= node105-1532402817-21493
PBS_JOBID= 21021573
Free space on /tmp= 44748 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-08-4-rom_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-4293970-1532402825/watcher-4293970-1532402825 -o /tmp/evaluation-result-4293970-1532402825/solver-4293970-1532402825 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532402817-21493 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=829996363 -superng HOME/instance-4293970-1532402825.xml

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

MD5SUM BENCH= d2036c1580b702d26a2ba71e1295e02d
RANDOM SEED=829996363

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:        22136316 kB
MemAvailable:   30177864 kB
Buffers:          211240 kB
Cached:          7973728 kB
SwapCached:            0 kB
Active:          3332728 kB
Inactive:        6664108 kB
Active(anon):    1766028 kB
Inactive(anon):    65448 kB
Active(file):    1566700 kB
Inactive(file):  6598660 kB
Unevictable:        7336 kB
Mlocked:            7336 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             36228 kB
Writeback:             0 kB
AnonPages:       1845764 kB
Mapped:            50640 kB
Shmem:             17036 kB
Slab:             332636 kB
SReclaimable:     304648 kB
SUnreclaim:        27988 kB
KernelStack:        3520 kB
PageTables:         8860 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3524396 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1722368 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= 44772 MiB
End job on node105 at 2018-07-24 06:08:12