Trace number 4304460

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.9.2-SuperNGSAT (TO)76 2520.19 2455.38

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-09-4-rom_c18.xml
MD5SUM687e226d0bfa9953b2ddd48681aeb13c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark77
Best CPU time to get the best result obtained on this benchmark2520.58
Satisfiable
(Un)Satisfiability was proved
Number of variables297
Number of constraints72
Number of domains5
Minimum domain size2
Maximum domain size84486
Distribution of domain sizes[{"size":2,"count":18},{"size":10,"count":126},{"size":27,"count":81},{"size":84486,"count":72}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":90},{"degree":2,"count":126},{"degree":8,"count":81}]
Minimum constraint arity12
Maximum constraint arity13
Distribution of constraint arities[{"arity":12,"count":18},{"arity":13,"count":54}]
Number of extensional constraints72
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":72}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


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

Solver Data

0.98/0.75	c Concrete v3.9.2.1532736233296 running
288.77/248.59	o 55
289.88/249.42	o 57
300.35/259.50	o 59
340.49/298.32	o 60
375.69/333.26	o 64
472.04/428.90	o 66
496.33/452.86	o 67
544.40/500.46	o 68
1194.80/1146.82	o 71
1196.21/1148.29	o 72
1208.38/1160.20	o 76
2520.10/2455.34	Exception in thread "main" java.util.concurrent.TimeoutException
2520.10/2455.34		at concrete.MAC.mac(MAC.scala:188)
2520.10/2455.34		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.10/2455.34		at scala.util.Try$.apply(Try.scala:209)
2520.10/2455.34		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.10/2455.34		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.10/2455.34		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.10/2455.34		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.10/2455.34		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.10/2455.34		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.10/2455.34		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.10/2455.34		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.10/2455.34		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.10/2455.34		at concrete.MAC.oneRun(MAC.scala:253)
2520.10/2455.34		at concrete.MAC.nextSolution(MAC.scala:272)
2520.10/2455.34		at concrete.MAC.nextSolution(MAC.scala:355)
2520.10/2455.34		at concrete.Solver.hasNext(Solver.scala:166)
2520.10/2455.34		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.10/2455.34		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.10/2455.34		at concrete.Solver.foreach(Solver.scala:68)
2520.10/2455.34		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.10/2455.34		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.10/2455.34		at scala.util.Success.map(Try.scala:209)
2520.10/2455.34		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.10/2455.34		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.10/2455.34		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.10/2455.34		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.10/2455.34		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.10/2455.34		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.10/2455.34		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.10/2455.34		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.10/2455.34		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.10/2455.34		at scala.collection.immutable.List.foreach(List.scala:389)
2520.10/2455.34		at scala.App.main(App.scala:76)
2520.10/2455.34		at scala.App.main$(App.scala:74)
2520.10/2455.34		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.10/2455.34		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.10/2455.35	v <instantiation cost="76">
2520.10/2455.35	v       <list>
2520.10/2455.35	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] r[8][0] r[8][1] r[8][2] r[8][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] c[8][0] c[8][1] c[8][2] c[8][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] pr[8][0] pr[8][1] pr[8][2] pr[8][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] pc[8][0] pc[8][1] pc[8][2] pc[8][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] br[8][0] br[8][1] br[8][2] br[8][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] bc[8][0] bc[8][1] bc[8][2] bc[8][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[0][8] 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[1][8] 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[2][8] 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[3][8] 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[4][8] 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[5][8] 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[6][8] x[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[7][5] x[7][6] x[7][7] x[7][8] x[8][0] x[8][1] x[8][2] x[8][3] x[8][4] x[8][5] x[8][6] x[8][7] x[8][8]
2520.10/2455.35	v       </list>
2520.10/2455.35	v       <values>
2520.10/2455.35	v         61880 10259 10259 62191 2731 79165 -1 -1 23660 41142 79163 -1 14108 53451 50769 -1 10259 79218 42220 -1 5647 -1 -1 -1 7380 39200 -1 -1 50769 34391 0 50027 75059 80342 -1 -1 62191 10313 -1 -1 42585 10259 79215 79165 12939 -1 -1 -1 64107 0 -1 -1 14554 42222 0 -1 10259 55487 80340 -1 62864 40952 -1 -1 0 83033 41267 -1 25626 41900 -1 -1 0 2 4 6 0 8 -1 -1 0 2 6 -1 1 5 8 -1 0 2 7 -1 0 -1 -1 -1 0 5 -1 -1 0 2 4 6 0 5 -1 -1 0 4 -1 -1 1 3 5 8 0 -1 -1 -1 1 8 -1 -1 0 4 7 -1 1 3 8 -1 0 5 -1 -1 0 2 4 -1 0 7 -1 -1 0 0 0 3 7 0 0 0 0 0 3 0 0 0 0 0 0 4 0 0 9 0 0 0 4 0 0 0 0 0 0 3 4 4 0 0 3 5 0 0 0 0 0 0 9 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 4 0 0 0 0 5 0 6 0 0 0 17 26 2 26 2 26 17 0 4 0 12 4 17 8 2 0 26 20 4 26 11 4 20 26 19 24 17 26 2 8 13 26 15 0 26 14 2 26 20 4 11 4 26 11 15 0 20 18 19 17 0 11 8 0 1 4 10 4 26 9 4 1 26 14 26 8 26 0 26 13 8 11 19 0 13 0 26 21 0 0 11
2520.10/2455.35	v       </values>
2520.10/2455.35	v     </instantiation>
2520.10/2455.35	s SATISFIABLE

Verifier Data

OK	76

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304460-1534093377/watcher-4304460-1534093377 -o /tmp/evaluation-result-4304460-1534093377/solver-4304460-1534093377 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1534093293-30964 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=2101834767 -superng HOME/instance-4304460-1534093377.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=31453, runsolver pid=31450


[startup+0.102132 s]*
/proc/loadavg: 2.75 1.59 1.40 2/211 31510
/proc/meminfo: memFree=20710884/32770624 swapFree=67108688/67108860
[pid=31453] ppid=31450 vsize=10005480 memory=18328 CPUtime=0.09 cores=0,2,4,6
/proc/31453/stat : 31453 (java) S 31450 31453 23167 0 -1 1077944320 4197 13190 0 0 1 0 5 3 20 0 6 0 226900628 10245611520 4582 33554432000 4194304 4196468 140732020622240 140732020604784 140041260257015 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
/proc/31453/statm: 2501370 4582 1930 1 0 2489808 0
[pid=31453/tid=31506] ppid=31450 vsize=10005480 memory=4279135704047190159 CPUtime=0.08 cores=0,2,4,6
/proc/31453/task/31506/stat : 31506 (java) R 31450 31453 23167 0 -1 4202560 1999 13190 0 0 0 0 5 3 20 0 6 0 226900637 10245611520 4582 33554432000 4194304 4196468 140732020622240 140041232093776 140041241948976 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31507] ppid=31450 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31453/task/31507/stat : 31507 (java) S 31450 31453 23167 0 -1 1077944384 1 13190 0 0 0 0 5 3 20 0 6 0 226900638 10245611520 4582 33554432000 4194304 4196468 140732020622240 140041264499216 140041260267221 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31508] ppid=31450 vsize=10005480 memory=140465443219072 CPUtime=0.08 cores=0,2,4,6
/proc/31453/task/31508/stat : 31508 (java) S 31450 31453 23167 0 -1 1077944384 1 13190 0 0 0 0 5 3 20 0 6 0 226900638 10245611520 4582 33554432000 4194304 4196468 140732020622240 140041119218320 140041260267221 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31509] ppid=31450 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31453/task/31509/stat : 31509 (java) S 31450 31453 23167 0 -1 1077944384 1 13190 0 0 0 0 5 3 20 0 6 0 226900638 10245611520 4582 33554432000 4194304 4196468 140732020622240 140041118165264 140041260267221 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31510] ppid=31450 vsize=10005480 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/31453/task/31510/stat : 31510 (java) S 31450 31453 23167 0 -1 1077944384 2 13190 0 0 0 0 5 3 20 0 6 0 226900638 10245611520 4582 33554432000 4194304 4196468 140732020622240 140041117112720 140041260267221 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 18328 KiB

[startup+0.210074 s]*
/proc/loadavg: 2.75 1.59 1.40 3/220 31519
/proc/meminfo: memFree=20692556/32770624 swapFree=67108688/67108860
[pid=31453] ppid=31450 vsize=10982744 memory=43112 CPUtime=0.26 cores=0,2,4,6
/proc/31453/stat : 31453 (java) S 31450 31453 23167 0 -1 1077944320 6944 13190 0 0 17 1 5 3 20 0 15 0 226900628 11246329856 10778 33554432000 4194304 4196468 140732020622240 140732020604784 140041260257015 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
/proc/31453/statm: 2745686 10778 2980 1 0 2708109 0
[pid=31453/tid=31506] ppid=31450 vsize=10982744 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/31453/task/31506/stat : 31506 (java) R 31450 31453 23167 0 -1 4202560 3494 13190 0 0 11 0 5 3 20 0 15 0 226900637 11246329856 10778 33554432000 4194304 4196468 140732020622240 140041232049440 140041240532387 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31507] ppid=31450 vsize=10982744 memory=364 CPUtime=0.08 cores=0,2,4,6
/proc/31453/task/31507/stat : 31507 (java) S 31450 31453 23167 0 -1 1077944384 1 13190 0 0 0 0 5 3 20 0 15 0 226900638 11246329856 10778 33554432000 4194304 4196468 140732020622240 140041264499216 140041260267221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31508] ppid=31450 vsize=10982744 memory=3690335925593482912 CPUtime=0.08 cores=0,2,4,6
/proc/31453/task/31508/stat : 31508 (java) S 31450 31453 23167 0 -1 1077944384 1 13190 0 0 0 0 5 3 20 0 15 0 226900638 11246329856 10778 33554432000 4194304 4196468 140732020622240 140041119218320 140041260267221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31509] ppid=31450 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31453/task/31509/stat : 31509 (java) S 31450 31453 23167 0 -1 1077944384 1 13190 0 0 0 0 5 3 20 0 15 0 226900638 11246329856 10778 33554432000 4194304 4196468 140732020622240 140041118165264 140041260267221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31510] ppid=31450 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/31453/task/31510/stat : 31510 (java) S 31450 31453 23167 0 -1 1077944384 2 13190 0 0 0 0 5 3 20 0 15 0 226900638 11246329856 10778 33554432000 4194304 4196468 140732020622240 140041117112720 140041260267221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31511] ppid=31450 vsize=10982744 memory=140465443219072 CPUtime=0.08 cores=0,2,4,6
/proc/31453/task/31511/stat : 31511 (java) S 31450 31453 23167 0 -1 1077944384 2 13190 0 0 0 0 5 3 20 0 15 0 226900640 11246329856 10778 33554432000 4194304 4196468 140732020622240 140040686082800 140041260268162 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31512] ppid=31450 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/31453/task/31512/stat : 31512 (java) S 31450 31453 23167 0 -1 1077944384 13 13190 0 0 0 0 5 3 20 0 15 0 226900641 11246329856 10778 33554432000 4194304 4196468 140732020622240 140040039556768 140041260267221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31513] ppid=31450 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31453/task/31513/stat : 31513 (java) S 31450 31453 23167 0 -1 1077944384 1 13190 0 0 0 0 5 3 20 0 15 0 226900641 11246329856 10778 33554432000 4194304 4196468 140732020622240 140039891707120 140041260267221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31514] ppid=31450 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31453/task/31514/stat : 31514 (java) S 31450 31453 23167 0 -1 1077944384 3 13190 0 0 0 0 5 3 20 0 15 0 226900643 11246329856 10778 33554432000 4194304 4196468 140732020622240 140039584307664 140041260275611 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31515] ppid=31450 vsize=10982744 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/31453/task/31515/stat : 31515 (java) S 31450 31453 23167 0 -1 1077944384 560 13190 0 0 1 0 5 3 20 0 15 0 226900643 11246329856 10778 33554432000 4194304 4196468 140732020622240 140040685029616 140041260268162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31516] ppid=31450 vsize=10982744 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/31453/task/31516/stat : 31516 (java) S 31450 31453 23167 0 -1 1077944384 73 13190 0 0 1 0 5 3 20 0 15 0 226900643 11246329856 10778 33554432000 4194304 4196468 140732020622240 140040683977072 140041260268162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31517] ppid=31450 vsize=10982744 memory=140465443219072 CPUtime=0.11 cores=0,2,4,6
/proc/31453/task/31517/stat : 31517 (java) S 31450 31453 23167 0 -1 1077944384 594 13190 0 0 3 0 5 3 20 0 15 0 226900643 11246329856 10778 33554432000 4194304 4196468 140732020622240 140040682924016 140041260268162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31518] ppid=31450 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/31453/task/31518/stat : 31518 (java) S 31450 31453 23167 0 -1 1077944384 3 13190 0 0 0 0 5 3 20 0 15 0 226900644 11246329856 10778 33554432000 4194304 4196468 140732020622240 140039153510752 140041260267221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31519] ppid=31450 vsize=10982744 memory=140465443219072 CPUtime=0.08 cores=0,2,4,6
/proc/31453/task/31519/stat : 31519 (java) S 31450 31453 23167 0 -1 1077944384 1 13190 0 0 0 0 5 3 20 0 15 0 226900644 11246329856 10778 33554432000 4194304 4196468 140732020622240 140040681872432 140041260268162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 43112 KiB

[startup+0.310374 s]*
/proc/loadavg: 2.75 1.59 1.40 3/220 31519
/proc/meminfo: memFree=20679408/32770624 swapFree=67108688/67108860
[pid=31453] ppid=31450 vsize=10983192 memory=55704 CPUtime=0.38 cores=0,2,4,6
/proc/31453/stat : 31453 (java) S 31450 31453 23167 0 -1 1077944320 9942 13190 0 0 28 2 5 3 20 0 15 0 226900628 11246788608 13926 33554432000 4194304 4196468 140732020622240 140732020604784 140041260257015 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
/proc/31453/statm: 2745798 13926 3099 1 0 2708109 0
[pid=31453/tid=31506] ppid=31450 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/31453/task/31506/stat : 31506 (java) R 31450 31453 23167 0 -1 4202560 6501 13190 0 0 19 1 5 3 20 0 15 0 226900637 11246788608 13926 33554432000 4194304 4196468 140732020622240 140041232069024 140041240532722 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31507] ppid=31450 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31453/task/31507/stat : 31507 (java) S 31450 31453 23167 0 -1 1077944384 1 13190 0 0 0 0 5 3 20 0 15 0 226900638 11246788608 13992 33554432000 4194304 4196468 140732020622240 140041264499216 140041260267221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31508] ppid=31450 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31453/task/31508/stat : 31508 (java) S 31450 31453 23167 0 -1 1077944384 1 13190 0 0 0 0 5 3 20 0 15 0 226900638 11246788608 13992 33554432000 4194304 4196468 140732020622240 140041119218320 140041260267221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31509] ppid=31450 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31453/task/31509/stat : 31509 (java) S 31450 31453 23167 0 -1 1077944384 1 13190 0 0 0 0 5 3 20 0 15 0 226900638 11246788608 13992 33554432000 4194304 4196468 140732020622240 140041118165264 140041260267221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31510] ppid=31450 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31453/task/31510/stat : 31510 (java) S 31450 31453 23167 0 -1 1077944384 2 13190 0 0 0 0 5 3 20 0 15 0 226900638 11246788608 13992 33554432000 4194304 4196468 140732020622240 140041117112720 140041260267221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31511] ppid=31450 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31453/task/31511/stat : 31511 (java) S 31450 31453 23167 0 -1 1077944384 2 13190 0 0 0 0 5 3 20 0 15 0 226900640 11246788608 13992 33554432000 4194304 4196468 140732020622240 140040686082800 140041260268162 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31512] ppid=31450 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/31453/task/31512/stat : 31512 (java) S 31450 31453 23167 0 -1 1077944384 13 13190 0 0 0 0 5 3 20 0 15 0 226900641 11246788608 13992 33554432000 4194304 4196468 140732020622240 140040039556768 140041260267221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31513] ppid=31450 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31453/task/31513/stat : 31513 (java) S 31450 31453 23167 0 -1 1077944384 1 13190 0 0 0 0 5 3 20 0 15 0 226900641 11246788608 13992 33554432000 4194304 4196468 140732020622240 140039891707120 140041260267221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31514] ppid=31450 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31453/task/31514/stat : 31514 (java) S 31450 31453 23167 0 -1 1077944384 3 13190 0 0 0 0 5 3 20 0 15 0 226900643 11246788608 13992 33554432000 4194304 4196468 140732020622240 140039584307664 140041260275611 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31515] ppid=31450 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/31453/task/31515/stat : 31515 (java) S 31450 31453 23167 0 -1 1077944384 560 13190 0 0 1 0 5 3 20 0 15 0 226900643 11246788608 13992 33554432000 4194304 4196468 140732020622240 140040685029616 140041260268162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31516] ppid=31450 vsize=10983192 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/31453/task/31516/stat : 31516 (java) S 31450 31453 23167 0 -1 1077944384 74 13190 0 0 1 0 5 3 20 0 15 0 226900643 11246788608 13992 33554432000 4194304 4196468 140732020622240 140040683977072 140041260268162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31517] ppid=31450 vsize=10983192 memory=140465443219072 CPUtime=0.13 cores=0,2,4,6
/proc/31453/task/31517/stat : 31517 (java) S 31450 31453 23167 0 -1 1077944384 604 13190 0 0 5 0 5 3 20 0 15 0 226900643 11246788608 13992 33554432000 4194304 4196468 140732020622240 140040682924016 140041260268162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31518] ppid=31450 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/31453/task/31518/stat : 31518 (java) S 31450 31453 23167 0 -1 1077944384 3 13190 0 0 0 0 5 3 20 0 15 0 226900644 11246788608 13992 33554432000 4194304 4196468 140732020622240 140039153510752 140041260267221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31519] ppid=31450 vsize=10983192 memory=140465443219072 CPUtime=0.08 cores=0,2,4,6
/proc/31453/task/31519/stat : 31519 (java) S 31450 31453 23167 0 -1 1077944384 1 13190 0 0 0 0 5 3 20 0 15 0 226900644 11246788608 13992 33554432000 4194304 4196468 140732020622240 140040681872432 140041260268162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55704 KiB

[startup+0.700715 s]
/proc/loadavg: 2.75 1.59 1.40 3/220 31519
/proc/meminfo: memFree=20668404/32770624 swapFree=67108688/67108860
[pid=31453] ppid=31450 vsize=10983192 memory=89044 CPUtime=0.98 cores=0,2,4,6
/proc/31453/stat : 31453 (java) S 31450 31453 23167 0 -1 1077944320 16383 13190 0 0 87 3 5 3 20 0 15 0 226900628 11246788608 22261 33554432000 4194304 4196468 140732020622240 140732020604784 140041260257015 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
/proc/31453/statm: 2745798 22261 3245 1 0 2708109 0
[pid=31453/tid=31506] ppid=31450 vsize=10983192 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/31453/task/31506/stat : 31506 (java) R 31450 31453 23167 0 -1 4202560 11899 13190 0 0 56 2 5 3 20 0 15 0 226900637 11246788608 22261 33554432000 4194304 4196468 140732020622240 140041232080016 140041241820553 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31507] ppid=31450 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31453/task/31507/stat : 31507 (java) S 31450 31453 23167 0 -1 1077944384 1 13190 0 0 0 0 5 3 20 0 15 0 226900638 11246788608 22261 33554432000 4194304 4196468 140732020622240 140041264499216 140041260267221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31508] ppid=31450 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31453/task/31508/stat : 31508 (java) S 31450 31453 23167 0 -1 1077944384 1 13190 0 0 0 0 5 3 20 0 15 0 226900638 11246788608 22261 33554432000 4194304 4196468 140732020622240 140041119218320 140041260267221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31509] ppid=31450 vsize=10983192 memory=140465294947088 CPUtime=0.08 cores=0,2,4,6
/proc/31453/task/31509/stat : 31509 (java) S 31450 31453 23167 0 -1 1077944384 1 13190 0 0 0 0 5 3 20 0 15 0 226900638 11246788608 22261 33554432000 4194304 4196468 140732020622240 140041118165264 140041260267221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31510] ppid=31450 vsize=10983192 memory=140466905416273 CPUtime=0.08 cores=0,2,4,6
/proc/31453/task/31510/stat : 31510 (java) S 31450 31453 23167 0 -1 1077944384 2 13190 0 0 0 0 5 3 20 0 15 0 226900638 11246788608 22261 33554432000 4194304 4196468 140732020622240 140041117112720 140041260267221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31511] ppid=31450 vsize=10983192 memory=12668 CPUtime=0.08 cores=0,2,4,6
/proc/31453/task/31511/stat : 31511 (java) S 31450 31453 23167 0 -1 1077944384 5 13190 0 0 0 0 5 3 20 0 15 0 226900640 11246788608 22261 33554432000 4194304 4196468 140732020622240 140040686082800 140041260268162 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31512] ppid=31450 vsize=10983192 memory=4639098309541127269 CPUtime=0.08 cores=0,2,4,6
/proc/31453/task/31512/stat : 31512 (java) S 31450 31453 23167 0 -1 1077944384 13 13190 0 0 0 0 5 3 20 0 15 0 226900641 11246788608 22261 33554432000 4194304 4196468 140732020622240 140040039556768 140041260267221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31513] ppid=31450 vsize=10983192 memory=6082220498109492328 CPUtime=0.08 cores=0,2,4,6
/proc/31453/task/31513/stat : 31513 (java) S 31450 31453 23167 0 -1 1077944384 1 13190 0 0 0 0 5 3 20 0 15 0 226900641 11246788608 22261 33554432000 4194304 4196468 140732020622240 140039891707120 140041260267221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31514] ppid=31450 vsize=10983192 memory=3316 CPUtime=0.08 cores=0,2,4,6
/proc/31453/task/31514/stat : 31514 (java) S 31450 31453 23167 0 -1 1077944384 3 13190 0 0 0 0 5 3 20 0 15 0 226900643 11246788608 22261 33554432000 4194304 4196468 140732020622240 140039584307664 140041260275611 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31515] ppid=31450 vsize=10983192 memory=15768 CPUtime=0.15 cores=0,2,4,6
/proc/31453/task/31515/stat : 31515 (java) S 31450 31453 23167 0 -1 1077944384 925 13190 0 0 7 0 5 3 20 0 15 0 226900643 11246788608 22261 33554432000 4194304 4196468 140732020622240 140040685029616 140041260268162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31516] ppid=31450 vsize=10983192 memory=34876 CPUtime=0.17 cores=0,2,4,6
/proc/31453/task/31516/stat : 31516 (java) S 31450 31453 23167 0 -1 1077944384 677 13190 0 0 9 0 5 3 20 0 15 0 226900643 11246788608 22261 33554432000 4194304 4196468 140732020622240 140040683977072 140041260268162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31517] ppid=31450 vsize=10983192 memory=1612 CPUtime=0.2 cores=0,2,4,6
/proc/31453/task/31517/stat : 31517 (java) S 31450 31453 23167 0 -1 1077944384 656 13190 0 0 12 0 5 3 20 0 15 0 226900643 11246788608 22261 33554432000 4194304 4196468 140732020622240 140040682924016 140041260268162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31518] ppid=31450 vsize=10983192 memory=496 CPUtime=0.08 cores=0,2,4,6
/proc/31453/task/31518/stat : 31518 (java) S 31450 31453 23167 0 -1 1077944384 3 13190 0 0 0 0 5 3 20 0 15 0 226900644 11246788608 22261 33554432000 4194304 4196468 140732020622240 140039153510752 140041260267221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31519] ppid=31450 vsize=10983192 memory=924 CPUtime=0.08 cores=0,2,4,6
/proc/31453/task/31519/stat : 31519 (java) S 31450 31453 23167 0 -1 1077944384 1 13190 0 0 0 0 5 3 20 0 15 0 226900644 11246788608 22261 33554432000 4194304 4196468 140732020622240 140040681872432 140041260268162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 89044 KiB

[startup+1.50077 s]
/proc/loadavg: 2.75 1.59 1.40 3/220 31519
/proc/meminfo: memFree=20626228/32770624 swapFree=67108688/67108860
[pid=31453] ppid=31450 vsize=10993712 memory=310412 CPUtime=2.82 cores=0,2,4,6
/proc/31453/stat : 31453 (java) S 31450 31453 23167 0 -1 1077944320 26269 13190 0 0 261 13 5 3 20 0 15 0 226900628 11257561088 77603 33554432000 4194304 4196468 140732020622240 140732020604784 140041260257015 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
/proc/31453/statm: 2748428 77603 3456 1 0 2710086 0
[pid=31453/tid=31506] ppid=31450 vsize=10993712 memory=65796 CPUtime=1.42 cores=0,2,4,6
/proc/31453/task/31506/stat : 31506 (java) R 31450 31453 23167 0 -1 4202560 14504 13190 0 0 129 5 5 3 20 0 15 0 226900637 11257561088 77603 33554432000 4194304 4196468 140732020622240 140041232087656 140041245494512 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31507] ppid=31450 vsize=10993712 memory=6791534058613427641 CPUtime=0.1 cores=0,2,4,6
/proc/31453/task/31507/stat : 31507 (java) S 31450 31453 23167 0 -1 1077944384 55 13190 0 0 1 1 5 3 20 0 15 0 226900638 11257561088 77603 33554432000 4194304 4196468 140732020622240 140041264499216 140041260267221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31508] ppid=31450 vsize=10993712 memory=280930589925536 CPUtime=0.09 cores=0,2,4,6
/proc/31453/task/31508/stat : 31508 (java) S 31450 31453 23167 0 -1 1077944384 12 13190 0 0 1 0 5 3 20 0 15 0 226900638 11257561088 77603 33554432000 4194304 4196468 140732020622240 140041119218320 140041260267221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31509] ppid=31450 vsize=10993712 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/31453/task/31509/stat : 31509 (java) S 31450 31453 23167 0 -1 1077944384 251 13190 0 0 0 1 5 3 20 0 15 0 226900638 11257561088 77603 33554432000 4194304 4196468 140732020622240 140041118165264 140041260267221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31510] ppid=31450 vsize=10993712 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/31453/task/31510/stat : 31510 (java) S 31450 31453 23167 0 -1 1077944384 74 13190 0 0 1 1 5 3 20 0 15 0 226900638 11257561088 77603 33554432000 4194304 4196468 140732020622240 140041117112720 140041260267221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31511] ppid=31450 vsize=10993712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31453/task/31511/stat : 31511 (java) S 31450 31453 23167 0 -1 1077944384 95 13190 0 0 0 0 5 3 20 0 15 0 226900640 11257561088 77603 33554432000 4194304 4196468 140732020622240 140040686082800 140041260268162 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31512] ppid=31450 vsize=10993712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31453/task/31512/stat : 31512 (java) S 31450 31453 23167 0 -1 1077944384 15 13190 0 0 0 0 5 3 20 0 15 0 226900641 11257561088 77603 33554432000 4194304 4196468 140732020622240 140040039556768 140041260267221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31513] ppid=31450 vsize=10993712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31453/task/31513/stat : 31513 (java) S 31450 31453 23167 0 -1 1077944384 1 13190 0 0 0 0 5 3 20 0 15 0 226900641 11257561088 77603 33554432000 4194304 4196468 140732020622240 140039891707136 140041260267221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31514] ppid=31450 vsize=10993712 memory=-2746958450906831424 CPUtime=0.08 cores=0,2,4,6
/proc/31453/task/31514/stat : 31514 (java) S 31450 31453 23167 0 -1 1077944384 3 13190 0 0 0 0 5 3 20 0 15 0 226900643 11257561088 77603 33554432000 4194304 4196468 140732020622240 140039584307664 140041260275611 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31515] ppid=31450 vsize=10993712 memory=0 CPUtime=0.51 cores=0,2,4,6
/proc/31453/task/31515/stat : 31515 (java) R 31450 31453 23167 0 -1 4202560 3366 13190 0 0 43 0 5 3 20 0 15 0 226900643 11257561088 77603 33554432000 4194304 4196468 140732020622240 140040685015352 140041241801683 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31516] ppid=31450 vsize=10993712 memory=0 CPUtime=0.58 cores=0,2,4,6
/proc/31453/task/31516/stat : 31516 (java) R 31450 31453 23167 0 -1 4202560 4320 13190 0 0 50 0 5 3 20 0 15 0 226900643 11257561088 77603 33554432000 4194304 4196468 140732020622240 140040683962792 140041241801976 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31517] ppid=31450 vsize=10993712 memory=6791534058613427641 CPUtime=0.4 cores=0,2,4,6
/proc/31453/task/31517/stat : 31517 (java) S 31450 31453 23167 0 -1 1077944384 1379 13190 0 0 32 0 5 3 20 0 15 0 226900643 11257561088 77603 33554432000 4194304 4196468 140732020622240 140040682924016 140041260268162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31518] ppid=31450 vsize=10993712 memory=6935649255759568960 CPUtime=0.08 cores=0,2,4,6
/proc/31453/task/31518/stat : 31518 (java) S 31450 31453 23167 0 -1 1077944384 3 13190 0 0 0 0 5 3 20 0 15 0 226900644 11257561088 77603 33554432000 4194304 4196468 140732020622240 140039153510752 140041260267221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31519] ppid=31450 vsize=10993712 memory=280930590169984 CPUtime=0.08 cores=0,2,4,6
/proc/31453/task/31519/stat : 31519 (java) S 31450 31453 23167 0 -1 1077944384 3 13190 0 0 0 0 5 3 20 0 15 0 226900644 11257561088 77603 33554432000 4194304 4196468 140732020622240 140040681872432 140041260268162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
Current children cumulated CPU time: 2.82 s
Current children cumulated vsize: 10993712 KiB

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

/proc/31453/task/31506/stat : 31506 (java) R 31450 31453 23167 0 -1 4202560 287941 13190 0 0 236166 82 5 3 20 0 15 0 226900637 11345952768 954197 33554432000 4194304 4196468 140732020622240 140041231742592 140040790238272 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31507] ppid=31450 vsize=11080032 memory=3831668 CPUtime=16.02 cores=0,2,4,6
/proc/31453/task/31507/stat : 31507 (java) S 31450 31453 23167 0 -1 1077944384 57013 13190 0 0 1537 57 5 3 20 0 15 0 226900638 11345952768 954197 33554432000 4194304 4196468 140732020622240 140041264499216 140041260267221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31508] ppid=31450 vsize=11080032 memory=3832692 CPUtime=15.97 cores=0,2,4,6
/proc/31453/task/31508/stat : 31508 (java) S 31450 31453 23167 0 -1 1077944384 52360 13190 0 0 1523 66 5 3 20 0 15 0 226900638 11345952768 954197 33554432000 4194304 4196468 140732020622240 140041119218320 140041260267221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31509] ppid=31450 vsize=11080032 memory=3832180 CPUtime=15.86 cores=0,2,4,6
/proc/31453/task/31509/stat : 31509 (java) S 31450 31453 23167 0 -1 1077944384 54909 13190 0 0 1508 70 5 3 20 0 15 0 226900638 11345952768 954197 33554432000 4194304 4196468 140732020622240 140041118165264 140041260267221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31510] ppid=31450 vsize=11080032 memory=3830128 CPUtime=15.86 cores=0,2,4,6
/proc/31453/task/31510/stat : 31510 (java) S 31450 31453 23167 0 -1 1077944384 53007 13190 0 0 1512 66 5 3 20 0 15 0 226900638 11345952768 954197 33554432000 4194304 4196468 140732020622240 140041117112720 140041260267221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31511] ppid=31450 vsize=11080032 memory=3820380 CPUtime=3.15 cores=0,2,4,6
/proc/31453/task/31511/stat : 31511 (java) S 31450 31453 23167 0 -1 1077944384 45919 13190 0 0 293 14 5 3 20 0 15 0 226900640 11345952768 954197 33554432000 4194304 4196468 140732020622240 140040686082800 140041260268162 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31512] ppid=31450 vsize=11080032 memory=3818328 CPUtime=0.08 cores=0,2,4,6
/proc/31453/task/31512/stat : 31512 (java) S 31450 31453 23167 0 -1 1077944384 31 13190 0 0 0 0 5 3 20 0 15 0 226900641 11345952768 954197 33554432000 4194304 4196468 140732020622240 140040039556832 140041260267221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31513] ppid=31450 vsize=11080032 memory=3818328 CPUtime=0.08 cores=0,2,4,6
/proc/31453/task/31513/stat : 31513 (java) S 31450 31453 23167 0 -1 1077944384 10 13190 0 0 0 0 5 3 20 0 15 0 226900641 11345952768 954197 33554432000 4194304 4196468 140732020622240 140039891707136 140041260267221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31514] ppid=31450 vsize=11080032 memory=3816788 CPUtime=0.08 cores=0,2,4,6
/proc/31453/task/31514/stat : 31514 (java) S 31450 31453 23167 0 -1 1077944384 3 13190 0 0 0 0 5 3 20 0 15 0 226900643 11345952768 954197 33554432000 4194304 4196468 140732020622240 140039584307664 140041260275611 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31515] ppid=31450 vsize=11080032 memory=3830128 CPUtime=6.76 cores=0,2,4,6
/proc/31453/task/31515/stat : 31515 (java) S 31450 31453 23167 0 -1 1077944384 55202 13190 0 0 662 6 5 3 20 0 15 0 226900643 11345952768 954197 33554432000 4194304 4196468 140732020622240 140040685029616 140041260268162 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31516] ppid=31450 vsize=11080032 memory=3832180 CPUtime=6.38 cores=0,2,4,6
/proc/31453/task/31516/stat : 31516 (java) S 31450 31453 23167 0 -1 1077944384 71094 13190 0 0 622 8 5 3 20 0 15 0 226900643 11345952768 954197 33554432000 4194304 4196468 140732020622240 140040683977072 140041260268162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31517] ppid=31450 vsize=11080032 memory=3868 CPUtime=2.28 cores=0,2,4,6
/proc/31453/task/31517/stat : 31517 (java) S 31450 31453 23167 0 -1 1077944384 56616 13190 0 0 214 6 5 3 20 0 15 0 226900643 11345952768 954197 33554432000 4194304 4196468 140732020622240 140040682924016 140041260268162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31518] ppid=31450 vsize=11080032 memory=61788 CPUtime=0.08 cores=0,2,4,6
/proc/31453/task/31518/stat : 31518 (java) S 31450 31453 23167 0 -1 1077944384 3 13190 0 0 0 0 5 3 20 0 15 0 226900644 11345952768 954197 33554432000 4194304 4196468 140732020622240 140039153510752 140041260267221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31519] ppid=31450 vsize=11080032 memory=3818328 CPUtime=1.54 cores=0,2,4,6
/proc/31453/task/31519/stat : 31519 (java) S 31450 31453 23167 0 -1 1077944384 2824 13190 0 0 75 71 5 3 20 0 15 0 226900644 11345952768 954197 33554432000 4194304 4196468 140732020622240 140040681872432 140041260268162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
Current children cumulated CPU time: 2445.78 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 3816788 KiB

[startup+2442.3 s]
/proc/loadavg: 1.36 1.35 1.43 3/216 31594
/proc/meminfo: memFree=16910240/32770624 swapFree=67108688/67108860
[pid=31453] ppid=31450 vsize=11080032 memory=3774720 CPUtime=2506.88 cores=0,2,4,6
/proc/31453/stat : 31453 (java) S 31450 31453 23167 0 -1 1077944320 756947 13190 0 0 250241 439 5 3 20 0 15 0 226900628 11345952768 943680 33554432000 4194304 4196468 140732020622240 140732020604784 140041260257015 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
/proc/31453/statm: 2770008 943680 3532 1 0 2731661 0
[pid=31453/tid=31506] ppid=31450 vsize=11080032 memory=3820380 CPUtime=2422.07 cores=0,2,4,6
/proc/31453/task/31506/stat : 31506 (java) R 31450 31453 23167 0 -1 4202560 292809 13190 0 0 242116 83 5 3 20 0 15 0 226900637 11345952768 943680 33554432000 4194304 4196468 140732020622240 140041227056240 140040792624228 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31507] ppid=31450 vsize=11080032 memory=3831668 CPUtime=16.35 cores=0,2,4,6
/proc/31453/task/31507/stat : 31507 (java) S 31450 31453 23167 0 -1 1077944384 58198 13190 0 0 1570 57 5 3 20 0 15 0 226900638 11345952768 943680 33554432000 4194304 4196468 140732020622240 140041264499216 140041260267221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31508] ppid=31450 vsize=11080032 memory=3787544 CPUtime=16.32 cores=0,2,4,6
/proc/31453/task/31508/stat : 31508 (java) S 31450 31453 23167 0 -1 1077944384 54047 13190 0 0 1557 67 5 3 20 0 15 0 226900638 11345952768 943680 33554432000 4194304 4196468 140732020622240 140041119218320 140041260267221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31509] ppid=31450 vsize=11080032 memory=3782928 CPUtime=16.2 cores=0,2,4,6
/proc/31453/task/31509/stat : 31509 (java) S 31450 31453 23167 0 -1 1077944384 55893 13190 0 0 1542 70 5 3 20 0 15 0 226900638 11345952768 943680 33554432000 4194304 4196468 140732020622240 140041118165264 140041260267221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31510] ppid=31450 vsize=11080032 memory=3781388 CPUtime=16.2 cores=0,2,4,6
/proc/31453/task/31510/stat : 31510 (java) S 31450 31453 23167 0 -1 1077944384 55169 13190 0 0 1545 67 5 3 20 0 15 0 226900638 11345952768 943680 33554432000 4194304 4196468 140732020622240 140041117112720 140041260267221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31511] ppid=31450 vsize=11080032 memory=3777796 CPUtime=3.26 cores=0,2,4,6
/proc/31453/task/31511/stat : 31511 (java) S 31450 31453 23167 0 -1 1077944384 46274 13190 0 0 304 14 5 3 20 0 15 0 226900640 11345952768 943680 33554432000 4194304 4196468 140732020622240 140040686082800 140041260268162 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31512] ppid=31450 vsize=11080032 memory=3774720 CPUtime=0.08 cores=0,2,4,6
/proc/31453/task/31512/stat : 31512 (java) S 31450 31453 23167 0 -1 1077944384 31 13190 0 0 0 0 5 3 20 0 15 0 226900641 11345952768 943680 33554432000 4194304 4196468 140732020622240 140040039556832 140041260267221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31513] ppid=31450 vsize=11080032 memory=3787544 CPUtime=0.08 cores=0,2,4,6
/proc/31453/task/31513/stat : 31513 (java) S 31450 31453 23167 0 -1 1077944384 10 13190 0 0 0 0 5 3 20 0 15 0 226900641 11345952768 943680 33554432000 4194304 4196468 140732020622240 140039891707136 140041260267221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31514] ppid=31450 vsize=11080032 memory=3868 CPUtime=0.08 cores=0,2,4,6
/proc/31453/task/31514/stat : 31514 (java) S 31450 31453 23167 0 -1 1077944384 3 13190 0 0 0 0 5 3 20 0 15 0 226900643 11345952768 943680 33554432000 4194304 4196468 140732020622240 140039584307664 140041260275611 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31515] ppid=31450 vsize=11080032 memory=3868 CPUtime=6.76 cores=0,2,4,6
/proc/31453/task/31515/stat : 31515 (java) S 31450 31453 23167 0 -1 1077944384 55610 13190 0 0 662 6 5 3 20 0 15 0 226900643 11345952768 943680 33554432000 4194304 4196468 140732020622240 140040685029616 140041260268162 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31516] ppid=31450 vsize=11080032 memory=3774720 CPUtime=6.45 cores=0,2,4,6
/proc/31453/task/31516/stat : 31516 (java) S 31450 31453 23167 0 -1 1077944384 74797 13190 0 0 629 8 5 3 20 0 15 0 226900643 11345952768 943680 33554432000 4194304 4196468 140732020622240 140040683977072 140041260268162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31517] ppid=31450 vsize=11080032 memory=3776256 CPUtime=2.29 cores=0,2,4,6
/proc/31453/task/31517/stat : 31517 (java) S 31450 31453 23167 0 -1 1077944384 59054 13190 0 0 215 6 5 3 20 0 15 0 226900643 11345952768 943680 33554432000 4194304 4196468 140732020622240 140040682924016 140041260268162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31518] ppid=31450 vsize=11080032 memory=3779848 CPUtime=0.08 cores=0,2,4,6
/proc/31453/task/31518/stat : 31518 (java) S 31450 31453 23167 0 -1 1077944384 3 13190 0 0 0 0 5 3 20 0 15 0 226900644 11345952768 943680 33554432000 4194304 4196468 140732020622240 140039153510752 140041260267221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31519] ppid=31450 vsize=11080032 memory=1612 CPUtime=1.58 cores=0,2,4,6
/proc/31453/task/31519/stat : 31519 (java) S 31450 31453 23167 0 -1 1077944384 2854 13190 0 0 77 73 5 3 20 0 15 0 226900644 11345952768 943680 33554432000 4194304 4196468 140732020622240 140040681872432 140041260268162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
Current children cumulated CPU time: 2506.88 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 3774720 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2455.2 s]
/proc/loadavg: 1.36 1.34 1.43 2/195 31645
/proc/meminfo: memFree=19971464/32770624 swapFree=67108688/67108860
[pid=31453] ppid=31450 vsize=11080032 memory=3769076 CPUtime=2520 cores=0,2,4,6
/proc/31453/stat : 31453 (java) S 31450 31453 23167 0 -1 1077944320 762132 13190 0 0 251552 440 5 3 20 0 15 0 226900628 11345952768 942269 33554432000 4194304 4196468 140732020622240 140732020604784 140041260257015 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
/proc/31453/statm: 2770008 942269 3532 1 0 2731661 0
[pid=31453/tid=31506] ppid=31450 vsize=11080032 memory=3769076 CPUtime=2434.87 cores=0,2,4,6
/proc/31453/task/31506/stat : 31506 (java) R 31450 31453 23167 0 -1 4202560 294217 13190 0 0 243396 83 5 3 20 0 15 0 226900637 11345952768 942269 33554432000 4194304 4196468 140732020622240 140041225330112 140040792624228 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31507] ppid=31450 vsize=11080032 memory=12668 CPUtime=16.42 cores=0,2,4,6
/proc/31453/task/31507/stat : 31507 (java) S 31450 31453 23167 0 -1 1077944384 59489 13190 0 0 1577 57 5 3 20 0 15 0 226900638 11345952768 942269 33554432000 4194304 4196468 140732020622240 140041264499216 140041260267221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31508] ppid=31450 vsize=11080032 memory=1072 CPUtime=16.39 cores=0,2,4,6
/proc/31453/task/31508/stat : 31508 (java) S 31450 31453 23167 0 -1 1077944384 54801 13190 0 0 1564 67 5 3 20 0 15 0 226900638 11345952768 942269 33554432000 4194304 4196468 140732020622240 140041119218320 140041260267221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31509] ppid=31450 vsize=11080032 memory=6791534058613427641 CPUtime=16.27 cores=0,2,4,6
/proc/31453/task/31509/stat : 31509 (java) S 31450 31453 23167 0 -1 1077944384 56889 13190 0 0 1549 70 5 3 20 0 15 0 226900638 11345952768 942269 33554432000 4194304 4196468 140732020622240 140041118165264 140041260267221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31510] ppid=31450 vsize=11080032 memory=1752 CPUtime=16.27 cores=0,2,4,6
/proc/31453/task/31510/stat : 31510 (java) S 31450 31453 23167 0 -1 1077944384 55544 13190 0 0 1552 67 5 3 20 0 15 0 226900638 11345952768 942269 33554432000 4194304 4196468 140732020622240 140041117112720 140041260267221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31511] ppid=31450 vsize=11080032 memory=868 CPUtime=3.29 cores=0,2,4,6
/proc/31453/task/31511/stat : 31511 (java) S 31450 31453 23167 0 -1 1077944384 46587 13190 0 0 307 14 5 3 20 0 15 0 226900640 11345952768 942269 33554432000 4194304 4196468 140732020622240 140040686082800 140041260268162 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31512] ppid=31450 vsize=11080032 memory=1808 CPUtime=0.08 cores=0,2,4,6
/proc/31453/task/31512/stat : 31512 (java) S 31450 31453 23167 0 -1 1077944384 31 13190 0 0 0 0 5 3 20 0 15 0 226900641 11345952768 942269 33554432000 4194304 4196468 140732020622240 140040039556832 140041260267221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31513] ppid=31450 vsize=11080032 memory=1620 CPUtime=0.08 cores=0,2,4,6
/proc/31453/task/31513/stat : 31513 (java) S 31450 31453 23167 0 -1 1077944384 10 13190 0 0 0 0 5 3 20 0 15 0 226900641 11345952768 942269 33554432000 4194304 4196468 140732020622240 140039891707136 140041260267221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31514] ppid=31450 vsize=11080032 memory=1404 CPUtime=0.08 cores=0,2,4,6
/proc/31453/task/31514/stat : 31514 (java) S 31450 31453 23167 0 -1 1077944384 3 13190 0 0 0 0 5 3 20 0 15 0 226900643 11345952768 942269 33554432000 4194304 4196468 140732020622240 140039584307664 140041260275611 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31515] ppid=31450 vsize=11080032 memory=3292 CPUtime=6.76 cores=0,2,4,6
/proc/31453/task/31515/stat : 31515 (java) S 31450 31453 23167 0 -1 1077944384 55613 13190 0 0 662 6 5 3 20 0 15 0 226900643 11345952768 942269 33554432000 4194304 4196468 140732020622240 140040685029616 140041260268162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31516] ppid=31450 vsize=11080032 memory=3770616 CPUtime=6.45 cores=0,2,4,6
/proc/31453/task/31516/stat : 31516 (java) S 31450 31453 23167 0 -1 1077944384 74799 13190 0 0 629 8 5 3 20 0 15 0 226900643 11345952768 942269 33554432000 4194304 4196468 140732020622240 140040683977072 140041260268162 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31517] ppid=31450 vsize=11080032 memory=4104 CPUtime=2.29 cores=0,2,4,6
/proc/31453/task/31517/stat : 31517 (java) S 31450 31453 23167 0 -1 1077944384 59057 13190 0 0 215 6 5 3 20 0 15 0 226900643 11345952768 942269 33554432000 4194304 4196468 140732020622240 140040682924016 140041260268162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31518] ppid=31450 vsize=11080032 memory=1204 CPUtime=0.08 cores=0,2,4,6
/proc/31453/task/31518/stat : 31518 (java) S 31450 31453 23167 0 -1 1077944384 3 13190 0 0 0 0 5 3 20 0 15 0 226900644 11345952768 942269 33554432000 4194304 4196468 140732020622240 140039153510752 140041260267221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31519] ppid=31450 vsize=11080032 memory=2432 CPUtime=1.59 cores=0,2,4,6
/proc/31453/task/31519/stat : 31519 (java) S 31450 31453 23167 0 -1 1077944384 2894 13190 0 0 78 73 5 3 20 0 15 0 226900644 11345952768 942269 33554432000 4194304 4196468 140732020622240 140040681872432 140041260268162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 3769076 KiB

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

[startup+2455.38 s]
# the end of solver process 31453 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.72 s, system=4.46773 s

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

[startup+2455.31 s]
/proc/loadavg: 1.36 1.34 1.43 2/195 31645
/proc/meminfo: memFree=19971464/32770624 swapFree=67108688/67108860
[pid=31453] ppid=31450 vsize=11342184 memory=3771300 CPUtime=2520.1 cores=0,2,4,6
/proc/31453/stat : 31453 (java) S 31450 31453 23167 0 -1 1077944320 762539 13190 0 0 251562 440 5 3 20 0 17 0 226900628 11614396416 942825 33554432000 4194304 4196468 140732020622240 140732020604784 140041260257015 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
/proc/31453/statm: 2835546 942825 3533 1 0 2797199 0
[pid=31453/tid=31506] ppid=31450 vsize=11342184 memory=3771128 CPUtime=2434.98 cores=0,2,4,6
/proc/31453/task/31506/stat : 31506 (java) R 31450 31453 23167 0 -1 4202560 294217 13190 0 0 243407 83 5 3 20 0 17 0 226900637 11614396416 942825 33554432000 4194304 4196468 140732020622240 140041225330112 140040794377864 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31507] ppid=31450 vsize=11342184 memory=3769076 CPUtime=16.42 cores=0,2,4,6
/proc/31453/task/31507/stat : 31507 (java) S 31450 31453 23167 0 -1 1077944384 59489 13190 0 0 1577 57 5 3 20 0 17 0 226900638 11614396416 942825 33554432000 4194304 4196468 140732020622240 140041264499216 140041260267221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31508] ppid=31450 vsize=11342184 memory=3770616 CPUtime=16.39 cores=0,2,4,6
/proc/31453/task/31508/stat : 31508 (java) S 31450 31453 23167 0 -1 1077944384 54801 13190 0 0 1564 67 5 3 20 0 17 0 226900638 11614396416 942825 33554432000 4194304 4196468 140732020622240 140041119218320 140041260267221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31509] ppid=31450 vsize=11342184 memory=3770616 CPUtime=16.27 cores=0,2,4,6
/proc/31453/task/31509/stat : 31509 (java) S 31450 31453 23167 0 -1 1077944384 56889 13190 0 0 1549 70 5 3 20 0 17 0 226900638 11614396416 942825 33554432000 4194304 4196468 140732020622240 140041118165264 140041260267221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31510] ppid=31450 vsize=11342184 memory=3772668 CPUtime=16.27 cores=0,2,4,6
/proc/31453/task/31510/stat : 31510 (java) S 31450 31453 23167 0 -1 1077944384 55544 13190 0 0 1552 67 5 3 20 0 17 0 226900638 11614396416 942825 33554432000 4194304 4196468 140732020622240 140041117112720 140041260267221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31511] ppid=31450 vsize=11342184 memory=3781388 CPUtime=3.29 cores=0,2,4,6
/proc/31453/task/31511/stat : 31511 (java) S 31450 31453 23167 0 -1 1077944384 46587 13190 0 0 307 14 5 3 20 0 17 0 226900640 11614396416 942825 33554432000 4194304 4196468 140732020622240 140040686082800 140041260268162 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31512] ppid=31450 vsize=11342184 memory=3787544 CPUtime=0.08 cores=0,2,4,6
/proc/31453/task/31512/stat : 31512 (java) S 31450 31453 23167 0 -1 1077944384 31 13190 0 0 0 0 5 3 20 0 17 0 226900641 11614396416 942825 33554432000 4194304 4196468 140732020622240 140040039556832 140041260267221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31513] ppid=31450 vsize=11342184 memory=3831668 CPUtime=0.08 cores=0,2,4,6
/proc/31453/task/31513/stat : 31513 (java) S 31450 31453 23167 0 -1 1077944384 10 13190 0 0 0 0 5 3 20 0 17 0 226900641 11614396416 942825 33554432000 4194304 4196468 140732020622240 140039891707136 140041260267221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31514] ppid=31450 vsize=11342184 memory=3820380 CPUtime=0.08 cores=0,2,4,6
/proc/31453/task/31514/stat : 31514 (java) S 31450 31453 23167 0 -1 1077944384 215 13190 0 0 0 0 5 3 20 0 17 0 226900643 11614396416 942825 33554432000 4194304 4196468 140732020622240 140039584307664 140041260275611 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31515] ppid=31450 vsize=11342184 memory=3773692 CPUtime=6.76 cores=0,2,4,6
/proc/31453/task/31515/stat : 31515 (java) S 31450 31453 23167 0 -1 1077944384 55613 13190 0 0 662 6 5 3 20 0 17 0 226900643 11614396416 942825 33554432000 4194304 4196468 140732020622240 140040685029616 140041260268162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31516] ppid=31450 vsize=11342184 memory=3769076 CPUtime=6.45 cores=0,2,4,6
/proc/31453/task/31516/stat : 31516 (java) S 31450 31453 23167 0 -1 1077944384 74799 13190 0 0 629 8 5 3 20 0 17 0 226900643 11614396416 942825 33554432000 4194304 4196468 140732020622240 140040683977072 140041260268162 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31517] ppid=31450 vsize=11342184 memory=3787544 CPUtime=2.29 cores=0,2,4,6
/proc/31453/task/31517/stat : 31517 (java) S 31450 31453 23167 0 -1 1077944384 59057 13190 0 0 215 6 5 3 20 0 17 0 226900643 11614396416 942825 33554432000 4194304 4196468 140732020622240 140040682924016 140041260268162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31518] ppid=31450 vsize=11342184 memory=3771640 CPUtime=0.08 cores=0,2,4,6
/proc/31453/task/31518/stat : 31518 (java) S 31450 31453 23167 0 -1 1077944384 3 13190 0 0 0 0 5 3 20 0 17 0 226900644 11614396416 942825 33554432000 4194304 4196468 140732020622240 140039153510752 140041260267221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
[pid=31453/tid=31519] ppid=31450 vsize=11342184 memory=3771128 CPUtime=1.59 cores=0,2,4,6
/proc/31453/task/31519/stat : 31519 (java) S 31450 31453 23167 0 -1 1077944384 2894 13190 0 0 78 73 5 3 20 0 17 0 226900644 11614396416 942825 33554432000 4194304 4196468 140732020622240 140040681872432 140041260268162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9269248 140732020628067 140732020630876 140732020630876 140732020633551 0
Current children cumulated CPU time: 2520.1 s
Current children cumulated vsize: 11342184 KiB
Current children cumulated memory: 3771300 KiB

Child status: 143
Real time (s): 2455.38
CPU time (s): 2520.19
CPU user time (s): 2515.72
CPU system time (s): 4.46773
CPU usage (%): 102.639
Max. virtual memory (cumulated for all children) (KiB): 11342184
Max. memory (cumulated for all children) (KiB): 4738580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.72
system time used= 4.46773
maximum resident set size= 4738580
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 777497
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3312
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 76476
involuntary context switches= 4048


# summary of solver processes directly reported to runsolver:
#   pid: 31453
#   total CPU time (s): 2520.19
#   total CPU user time (s): 2515.72
#   total CPU system time (s): 4.46773

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.669 second user time and 23.6698 second system time

The end

Launcher Data

Begin job on node106 at 2018-08-12 19:02:58
IDJOB=4304460
IDBENCH=141304
IDSOLVER=2781
FILE ID=node106/4304460-1534093377
RUNJOBID= node106-1534093293-30964
PBS_JOBID= 21036975
Free space on /tmp= 39856 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-09-4-rom_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304460-1534093377/watcher-4304460-1534093377 -o /tmp/evaluation-result-4304460-1534093377/solver-4304460-1534093377 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1534093293-30964 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=2101834767 -superng HOME/instance-4304460-1534093377.xml

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

MD5SUM BENCH= 687e226d0bfa9953b2ddd48681aeb13c
RANDOM SEED=2101834767

node106.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:        20722948 kB
MemAvailable:   28922152 kB
Buffers:          129604 kB
Cached:          8262224 kB
SwapCached:            0 kB
Active:          7228116 kB
Inactive:        4198108 kB
Active(anon):    2981044 kB
Inactive(anon):   106420 kB
Active(file):    4247072 kB
Inactive(file):  4091688 kB
Unevictable:        6996 kB
Mlocked:            6996 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:             43928 kB
Writeback:             0 kB
AnonPages:       2957720 kB
Mapped:            65116 kB
Shmem:             49632 kB
Slab:             317068 kB
SReclaimable:     288904 kB
SUnreclaim:        28164 kB
KernelStack:        3664 kB
PageTables:        11268 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3986972 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2766848 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 39868 MiB
End job on node106 at 2018-08-12 19:43:53